@font-face {
    font-family: 'Proxima Nova';
    src: url('ProximaNova-Bold.woff2') format('woff2'),
        url('ProximaNova-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('ProximaNova-Semibold.woff2') format('woff2'),
        url('ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('ProximaNova-Medium.woff2') format('woff2'),
        url('ProximaNova-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('ProximaNova-Regular.woff2') format('woff2'),
        url('ProximaNova-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('ProximaNova-Light.woff2') format('woff2'),
        url('ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: Proxima Nova, sans-serif;
    font-size: 16px;
    color: var(--Black, #000);
    background-color: #fff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: white;
    transition: left 0.3s ease;
    z-index: 1040;
}
.mobile-menu.open {
  left: 0;
}

.mobile-menu a {
  display: block;
  padding: 1rem 0;
  font-size: 18px;
  color: #222;
  text-decoration: none;
}

.mobile-menu a:hover {
  color: #00bcd4;
}
header {
    background: #000;
    padding: 5px 0;
}
header .menu {
    display: flex;
}
header .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 26px;
    justify-content: end;
}
header .menu a {
    color: var(--White, #FFF);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
/* Desktop dropdown menu */
header .menu > ul > li {
    position: relative;
}
header .menu li.menu-item-has-children > a {
    padding-right: 16px;
}
header .menu li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 6px;
    vertical-align: middle;
}
header .menu ul ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #111;
    padding: 10px 0;
    min-width: 220px;
    z-index: 100;
    flex-direction: column;
    gap: 0;
    border-radius: 0 0 4px 4px;
}
header .menu ul li:hover > ul.sub-menu {
    display: flex;
}
header .menu ul ul.sub-menu li {
    padding: 0;
}
header .menu ul ul.sub-menu a {
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}
header .menu ul ul.sub-menu a:hover {
    background: #222;
}
/* Mobile dropdown menu */
.mobile-menu ul.mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menu ul.mobile-nav > li {
    border-bottom: 1px solid #eee;
}
.mobile-menu ul.mobile-nav > li > a {
    display: block;
    padding: 1rem 0;
    font-size: 18px;
    color: #222;
    text-decoration: none;
}
.mobile-menu ul.mobile-nav > li > a:hover {
    color: #00bcd4;
}
.mobile-menu .sub-menu {
    list-style: none;
    padding: 0 0 10px 20px;
    margin: 0;
    display: none;
}
.mobile-menu li.menu-item-has-children.submenu-open > .sub-menu {
    display: block;
}
.mobile-menu .sub-menu a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #555;
    text-decoration: none;
}
.mobile-menu .sub-menu a:hover {
    color: #00bcd4;
}
.mobile-menu li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #222;
    margin-left: 8px;
    vertical-align: middle;
    transition: transform 0.2s ease;
}
.mobile-menu li.menu-item-has-children.submenu-open > a::after {
    transform: rotate(180deg);
}
.title {
    max-width: 752px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.title h2{
    text-align: center;
    
    font-family: "Proxima Nova";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    text-transform: capitalize;
    margin: 0;
}
.title .sub {
    text-align: center;
    
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 22px;
}
.list {
    font-size: 16px;
    font-style: normal;
    list-style: none;
    padding: 12px 0 0 0;
}

.list li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.list li strong{
    font-weight: 600;
}

.list li::before {
    content: "";
    background-image: url("listitem.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.list.dark li::before {
    background-image: url("listitemdark.svg");
}
.list a {
    color: #fff;
    text-decoration: underline;
}
.inline-list {
    margin: 24px 0;
    display: flex;
    gap: 24px;
    justify-content: center;
}
.inline-list span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.hero {
    padding: 60px 0;
    background: url(hero.png) no-repeat center center;
    background-size: cover;
}
.hero h1 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    margin: 0 0 44px 0;
}
.hero .sub {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hero .signup-form,
.hero .cta {
    margin-top: 29px;
}
.hero .wrap {
    max-width: 882px;
    margin: 0 auto;
}
.hero .notice {
    color: #fff;
}
.hero .notice a {
    color: #fff;
    text-decoration: underline;
}
.cta a {
    display: inline-flex;
    padding: 23px 62px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #EA148C;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    gap: 12px;
}
section h2 {
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about {
    padding: 50px 0;
}
.about h2 {
    margin: 0 0 40px 0;
}
.about h2 img {
    margin-left: 20px;
}
.about p {
    color: var(--Black, #000);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.show {
    padding: 100px 0;
    background: var(--Black, #000);
    color: var(--White, #FFF);
    position: relative;
}
.show .container {
    z-index: 9;
}
.show:before {
    content: " ";
    display: block;
    width: 289px;
    height: 294px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("deco2.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 8;
    transform: rotate(180deg);
}
.show:after {
    content: " ";
    width: 289px;
    height: 294px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("deco2.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 8;
}
.show .dots {
    width: 601.359px;
    height: 1318.783px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(deco1.svg) no-repeat center center;
    background-size: 100% 100%;
}
.show .title {
}
.show .item {
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 80px;
}
.show .item:nth-child(even) .inner {
    padding-left: 40px;
}
.show .item:nth-child(odd) .inner {
    padding-right: 40px;
}
.show .item h3 {
    font-family: "Proxima Nova";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    text-transform: capitalize;
}
.leadership {
    padding: 50px 0;
    background: url(hero.png) no-repeat center center;
    background-size: cover;
    color: #fff;
}
.leadership .row {
    gap: 40px;
}
.leadership .inner {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #FFF;
    color: #111;
    height: 100%;
}
.leadership .name {
    color: #1D1D1D;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 128% */
    text-transform: capitalize;
    margin: 30px 0 12px 0;
}
.leadership .position {
    color: #231F20;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.leadership .position a {
    color: #1D1D1D;
    text-decoration: none;
}
.leadership .position a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.leadership .item {
    max-width: 296px;
}
.solutions {
    padding: 50px 0;
    background: #000;
    color: #fff;
}
.solutions .text {
    font-family: "Proxima Nova";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-top: 64px;
}
.form-cont > div {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 24px 0;
}
.form-cont {
    padding: 30px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    background: #00AEEF;
    max-width: 550px;
    margin-left: auto;
}
.form-row {
    display: flex;
    gap: 24px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.form-group label > span {
    color: #EA148C;
}
.form-group input {
    padding: 15px 10px;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.form-group input:focus {
    border-color: #0077cc;
}

.btn {
    display: block;
    width: 100%;
    padding: 14px;
    background: #ff1493;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
}

.btn:hover {
    background: #e01382;
    color: #fff;
}

.form-footer {
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.form-footer a {
    color: #fff;
    text-decoration: underline;
}

.events {
    padding: 50px 0;
}
.events .item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.events .item strong {
    font-size: 20px;
    font-weight: 700;
}
.two {
    gap: 200px;
}
.two .item {
    max-width: 481px;
}
.two .item .img {
    margin-bottom: 5px;
}
.four {
    gap: 70px;
    margin-top: 57px;
}
.four .item {
    max-width: 266px;
}
.four .item .img {
    margin-bottom: 10px;
}
.about {
    padding: 50px 0;
    background: rgba(255, 201, 0, 0.10);
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Proxima Nova";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}


.about.small {
    text-align: left;
    font-size: 17px;
    font-weight: 600;
}

.about .cta {
    margin-top: 30px;
}

.subscribe-form {
    text-align: left;
    max-width: 532px;
    position: relative;
    margin: 0 auto;
}

.subscribe-form input {
    height: 87px;
    border-radius: 1000px;
    border: 1px solid rgba(29, 29, 29, 0.12);
    background: #FFF;
    width: 100%;
    padding: 0 222px 0 36px;
    color: #1D1D1D;
    font-family: "Proxima Nova", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.subscribe-form button {
    position: absolute;
    right: 8px;
    border-radius: 1000px;
    background: #EA148C;
    color: #FFF;
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    height: 72px;
    width: 222px;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.result {
    margin-top: 12px;
    font-size: 16px;
    font-family: "Proxima Nova", sans-serif;
}

.result.success {
    color: green;
}

.result.error {
    color: red;
}

.form-cont .result {
    color: #FFF;
    margin-top: 16px;
    text-align: center;
}

#subscribeMessageBottom.result.success,
#subscribeMessageTop.result.success,
#consultingMessage.result.success {
    color: green;
    background-color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}
#consultingMessage.result.success {
    width: 100%;
}

.form-cont .result.error {
    color: #f8d7da;
}

.bottom {
    padding: 50px 0;
}
.bottom .container {
    max-width: 1400px;
}
.bottom .title {
    max-width: 100%;
}
.bottom .title h2 {
    color: var(--Black, #000);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 120px;
    text-transform: capitalize;
    display: block;
}
.bottom .title h2 span {
    color: #00AEEF;
}
.bottom .notice {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 16px;
}
.bottom .notice a {
    color: var(--Black, #000);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
footer {
    background: #000;
    padding: 50px 0 20px 0;
}
.social {
    gap: 20px;
}

.cta {
    text-align: center;
}
.cta a {
    display: inline-flex;
    padding: 23px 62px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #EA148C;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    gap: 12px;
}
.cta a:hover {
    text-decoration: none;
}
.posts {
    background: var(--Black, #000);
    color: #fff;
    padding: 50px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.posts .item {
    margin-bottom: 80px;
}
.posts .source {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 12px;
}
.posts h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 12px;
}
.posts .date {
    margin-bottom: 30px;
}
.posts .inner {
    margin-top: 20px;
}
.signup-form {
    text-align: center;
}
.logo img {
    padding: 10px;
    width: 257px;
}
@media(max-width: 1024px) {
    .subscribe-form button {
        width: 150px;
    }
    .subscribe-form input {
        padding: 0 150px 0 15px;
    }
}
@media (max-width: 1024px) and (orientation: portrait) {
    .show:after {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .cta a {
        padding: 15px 30px;
        font-size: 16px;
    }
    .about h2 img {
        max-width: 120px;
    }
    section h2 {
        font-size: 45px;
    }
    .solutions .text {
        margin-top: 0;
    }
    .form-cont {
        margin-top: 30px;
    }
    .two,
    .four {
        gap: 30px;
    }
    .about .col-md-6 img {
        margin-bottom: 30px;
    }
    .bottom .title h2 {
        font-size: 45px;
        line-height: 46px;
    }
    footer {
        text-align: center;
    }
    .social {
        justify-content: center;
    }
    .show {
        overflow: hidden;
        padding: 50px 0;
    }
    .show .dots {
        opacity: .2;
    }
    .show .item h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .show .item {
        font-size: 16px;
        line-height: 24px;
    }
    .show .inner {
        padding: 0 !important;
        margin-top: 32px;
    }
    .list li {
        margin-bottom: 10px;
    }
    .show .item {
        margin-bottom: 40px;
    }
    .show:before {
        display: none;
    }
    .title {
        margin-bottom: 40px;
    }
    .title h2 {
        font-size: 45px;
    }
    .title .sub {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }
}

