/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5.com/
Author: click5 Interactive
Author URI: https://www.click5.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.16
*/

:root {
    --main: #2D77E2;
    --green: #0FAA7D;
}

.btn {
    position: relative;
}
.btn::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}

/* HEADER */

#header {
    width: calc(100% - 110px);
    position: fixed;
    top: 50px;
    left: 0; right: 0;
    margin: 0 auto;    
    transition: all .3s;
    z-index: 1020;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    top: 25px;
    border-color: #fff;
}

#header .content {
    position: relative;
    padding: 20px 35px 20px 50px;
}
#header .content::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 15px;
    transition: all .3s;
    position: absolute;
    top: 0; left: 0;
}
#header.sticky .content::before {
    background-color: rgba(255, 255, 255, .09);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    /*border-color: #FFF;*/
}

#header .logo {
    position: relative;
}
#header .logo img {
    max-height: 50px;
    transition: all .3s;
}

#header .partner a {
    display: inline-block;
    height: 45px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.14px;
    padding: 0 25px;
    margin: 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 30px;
}
#header .partner a:hover {
    text-decoration: none;
    background-color: transparent;
}

/* HERO */

#hero {
    position: relative;
    padding-top: 175px;
    padding-bottom: 25px;
    z-index: 4;
}
#hero::before,
#footer::before,
#brand-hero::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0F2342;
    background: radial-gradient(circle, rgba(15, 35, 66, 1) 0%, rgba(8, 25, 51, 1) 100%);
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0; left: 0;
    transition: all .3s;
}
#hero:hover::before,
#footer:hover::before,
#brand-hero:hover::before {
    background-size: 200%;
}

#hero .title {
    color: #FFF;
    font-size: 75px;
    font-weight: 700;
    line-height: 85px;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
}
#hero p {
    color: rgba(255, 255, 255, .8);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 25px 0 30px 3px;
    margin: 0;
}

#hero .btn.partner,
#support .btn.partner,
#who .btn.partner,
#footer .btn.partner,
#about-hero .btn.partner,
#about-vision .btn.partner,
#careers-mission .btn.partner,
#open-roles .btn.partner {
    display: inline-block;
    height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.16px;
    padding: 0 20px;
    margin: 0;
    background-color: var(--main);
    border: 1px solid var(--main);
    border-radius: 30px;
}
#hero .btn.partner:hover,
#support .btn.partner:hover,
#who .btn.partner:hover,
#footer .btn.partner:hover,
#about-hero .btn.partner:hover,
#about-vision .btn.partner:hover,
#careers-mission .btn.partner:hover,
#open-roles .btn.partner:hover {
    background-color: transparent;
}

#hero .btn.learn,
#support .btn.learn,
#who .btn.learn,
#footer .btn.learn {
    position: relative;
    display: inline-block;
    height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.16px;
    padding: 0 20px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 30px;
}
#hero .btn.learn::after,
#support .btn.learn::after,
#who .btn.learn::after,
#footer .btn.learn::after {
    content: "\f061";
    position: relative;
    top: -1px;
    color: var(--green);
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    padding-left: 10px;
}
#hero .btn.learn:hover,
#support .btn.learn:hover,
#who .btn.learn:hover,
#footer .btn.learn:hover {
    border-color: #fff;
}

#hero .photo {
    position: relative;
    width: calc(50% + 100px);
    margin-right: -100px;
}
#hero .photo > div {
    position: relative;
    display: block;
    width: 100%;
    height: 430px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
#hero .photo::before {
    content: "";
    display: block;
    width: calc(100% - (var(--bs-gutter-x) * .5 * 2));
    height: 100%;
    background: linear-gradient(180deg, rgba(45, 119, 226, 1) 0%, rgba(8, 25, 51, 1) 100%);
    position: absolute;
    top: 0; left: calc(var(--bs-gutter-x) * .5);
    border-radius: 10px;
}
.home #hero .photo > div::before {
    opacity: 0;
}
.home #hero .photo > div:hover::before {
    opacity: .6;
    border-radius: 10px;
}

#hero .trusted p {
    color: rgba(255, 255, 255, .55);
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 65px 0 30px 0;
    margin: 0;
}
#hero .trusted .slick-track {
    display: flex !important;
}
#hero .trusted .logo {
    height: inherit !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
#hero .trusted .logo img {
    max-height: 42px;
    
    transition: all .3s;
}
#hero .trusted .logo a:hover img {
    transform: scale(1.05);
} 

/* MISSION */

#mission .headline .title,
#who .headline .title,
#about .headline .title,
#brands .headline .title,
#brand-details .title,
#brand-contact .title,
#about-values .headline .title,
#about-leader .headline .title,
#about-board .headline .title,
#about-vision .content .title,
#grow .headline .title,
#numbers .headline .title,
#press .headline .title,
#careers-mission .content .title,
#open-roles .headline .title,
#hero-sub .headline .title {
    color: var(--green);
    font-size: 16px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#mission .headline .slogan {
    color: #FFF;
    font-size: 66px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
    padding: 40px 0 110px 0;
    margin: 0;
}

#mission .photos.photos-2 {
    padding-top: 60px;
}
#mission .photos.photos-3 {
    margin-top: -85px;
}
#mission .photo {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
#mission .photo.photo-1 { width: 360px; height: 255px; top: -165px; left: -185px; }
#mission .photo.photo-2 { width: 490px; height: 325px; z-index: 4; }
#mission .photo.photo-3 { width: 410px; height: 285px; top: -165px; right: -160px; }

#mission .photo.photo-4 { width: 395px; height: 265px; top: -230px; }
#mission .photo.photo-5 { width: 465px; height: 310px; }
#mission .photo.photo-6 { width: 400px; height: 275px; top: -220px; right: -50px; }

#mission .photo.photo-7 { width: 395px; height: 265px; top: -100px; left: -220px; }
#mission .photo.photo-8 { width: 455px; height: 300px; right: -150px; z-index: 4; }
#mission .photo.photo-9 { width: 380px; height: 250px; top: -100px; right: -100px; }

/* SUPPORT */

#support .headline .title,
#about-values .headline .slogan,
#careers-mission .content .slogan,
#open-roles .headline .slogan {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 20px 0;
    margin: 0;
}

#support .item {
    padding-top: 40px;
}
#support .item .box {
    height: 100%;
}
#support .item .title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
    padding: 20px 0 20px 00;
    margin: 0;
}
#support .item p {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
    padding: 0;
    margin: 0;
}

/* WHO */

#who .headline {
    padding-bottom: 60px;
}
#who .headline .slogan {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
}

#who .item {
    padding-top: 15px;
    transition: all .6s;
}
#who .item.active {
    width: 50%;
}
#who .item.inactive {
    width: 25%;
}
#who .item .box {
    position: relative;
    height: 480px;
    background: #081933;
    background: linear-gradient(0deg, rgba(8, 25, 51, 1) 0%, rgba(45, 119, 226, 1) 100%);
    border-radius: 10px;
}
#who .item .content {
    padding: 25px;
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 10px;
}
#who .item:last-of-type .content {
    background-position: bottom left;
}
#who .item.active .content {
    background-position: bottom center;
}
#who .item:nth-child(2) .content {
    background-position: top center;
    background-size: auto 100%;
}
#who .item .content::before {
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    background: #2D77E2;
    background: linear-gradient(0deg, rgba(45, 119, 226, 0) 0%, rgba(45, 119, 226, 0.8) 100%);
    border-radius: 10px;
    position: absolute;
    top: 0; left: 0;
}
#who .item .content::after {
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 10px;
    position: absolute;
    bottom: 0; left: 0;
}
#who .item .top,
#who .item .bottom {
    position: relative;
    z-index: 4;
}
#who .item .top .title {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#who .item .bottom::after {
    content: "+";
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    padding-bottom: 3px;
    border: 1px solid #FFF;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}
#who .item .bottom p {
    max-width: 250px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 0;
    margin: 0;
}

/* ABOUT */

#about {
    position: relative;
    background-color: #091A34;
}

#about .headline {
    padding-bottom: 40px;
}
#about .headline .title {
    padding-left: 15px;
}

#about .photo > div {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 560px;
    padding-bottom: 40px;
    padding-left: 25px;
    border-radius: 10px;
    background-size: cover;
    background-position: top center;
}
#about .photo > div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #2D77E2;
    background: linear-gradient(180deg, rgba(45, 119, 226, 1) 0%, rgba(8, 25, 51, 1) 100%);
    opacity: 1;
    border-radius: 10px;
    position: absolute;
    bottom: 0; left: 0;
    z-index: -1;
}
/* #about .photo > div:hover::before {
    opacity: .55;
} */
#about .photo > div::after {
    display: none;
}

#about .photo .details {
    padding: 15px 90px 15px 10px;
    background-color: #ADCBF790;
    backdrop-filter: blur(5px);
    border-radius: 15px;
    transition: all .3s;
}
#about .photo > div:hover .details {
    background-color: #2D77E299;
}
#about .photo .details::after {
    content: "\f04b";
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 20px; right: 20px;
    transition: all .3s;
}
#about .photo .details img {
    padding-right: 20px;
}
#about .photo .details .name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#about .photo .details .title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 5px 0 0 0;
    margin: 0;
}

#about .photo .text p {
    max-width: 65%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#about .content {
    padding-left: 100px;
    padding-top: 10px;
}
#about .content .title,
#about-leader .headline .slogan,
#about-board .headline .slogan,
#about-vision .content .slogan,
#grow .headline .slogan,
#numbers .headline .slogan,
#press .headline .slogan {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
}
#about .content p,
#about-leader .headline .text,
#about-board .headline .text,
#about-vision .content p {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 25px 0 30px 0;
    margin: 0;
}
#about .content p:last-of-type,
#about-vision .content p:last-of-type {
    margin-bottom: 0;
}
#about .content > a {
    display: inline-block;
    color: var(--main);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#about .content > a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
#about .content > a i {
    padding-left: 8px;
}

/* REVIEWS */

#reviews {
    position: relative;
    background: #081933;
    background: linear-gradient(180deg, rgba(8, 25, 51, 1) 0%, rgba(7, 30, 66, 1) 50%, rgba(2, 64, 155, 1) 100%);
}

#reviews .headline .title {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 45px 0;
    margin: 0;
}

#reviews .review {
    position: relative;
    padding: 25px;
    margin-top: 25px;
    background: #04142D;
    background: linear-gradient(153deg, rgba(4, 20, 45, 1) 0%, rgba(13, 29, 54, 1) 100%);
    border: 1px solid #40404014;
    box-shadow: 1px 1px 1px 1px rgba(224, 224, 224, 0.2), inset 0px 0px 1px 0 rgba(255, 255, 255, 0.2), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}
#reviews .review .overview .avatar {
    position: relative;
    width: 44px;
    height: 44px;
    background-color: #2D77E2;
    border-radius: 50%;
}
#reviews .review .overview .avatar::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #0FAA7D;
    border: 2px solid #08193390;
    border-radius: 50%;
    position: absolute;
    bottom: -2px; right: 0;
}
#reviews .review .overview .text {
    padding-left: 12px;
}
#reviews .review .overview .text .name {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#reviews .review .overview .text .title {
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 5px 0 0 0;
    margin: 0;
}
#reviews .review .content {
    padding-top: 20px;
}
#reviews .review .content p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 0;
    margin: 0;
}

/* BRANDS */

.page-template-brands #brands {
    padding-top: 230px;
}

#brands .headline .slogan {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.56px;
    padding: 35px 0 0 0;
    margin: 0;
}
#brands .headline .subtitle {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.56px;
    padding: 35px 0 0 0;
    margin: 0;
}

#brands .map {
    padding-top: 60px;
}
#brands .map a img {
    transition: all .3s;
}
#brands .map a:hover img {
    transform: scale(0.97);
}
#brands .map img {
    max-width:85%;
}
#brands .map #map-container {
    position: relative;
    height: 600px;
}
#brands .map #map-container .datamaps-subunit.AK,
#brands .map #map-container .datamaps-subunit.HI {
    display: none;
}
#brands .map #map-container .datamaps-bubble {
    cursor: pointer;
}

#brands .map .datamaps-hoverover {
    font-size: 14px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 2px 2px 0px 0 rgba(255, 255, 255, 0.1), inset -1px -1px 1px 1px rgba(255, 255, 255, 0.1);
}
#brands .map .hoverinfo {
    width: 135px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: unset;
}
#brands .map .hoverinfo img {
    max-height: 45px;
}

#brands .row.row-2 {
    row-gap: calc(var(--bs-gutter-x) * .5 * 2);
    padding-top: 60px;
}
#brands .brand .box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #FFF;
    border-radius: 10px;
}
#brands .brand .box::before {
    content: "";
    display: block;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 1px solid #04142D;
    border-radius: 10px;
    position: absolute;
    top: 12px; left: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
#brands .brand .box:hover::before {
    opacity: 1;
    visibility: visible;
}
#brands .brand .box img {
    max-width: 90%;
    max-height: 80px;
}

/* FOOTER */

#footer .join .text,
#hero-sub .headline .slogan {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    line-height: 63px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#footer .join .btns {
    padding-top: 35px;
    padding-bottom: 40px;
}
#footer .join .logo img {
    max-height: 68px;
}
#footer .join .logo p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 15px 0 0 0;
    margin: 0;
}
#footer .join .logo p span {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    background-color: #0FAA7D;
    border: 4px solid rgba(15, 170, 125, .5);
    border-radius: 50%;
    top: 2px;
}

#footer .logo img {
    max-height: 115px;
}

#footer .links .title {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 10px 0;
    margin: 0;
}
#footer .links .title:not(:first-of-type) {
    padding-top: 35px;
}
#footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .links ul li {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 10px 0 0 0;
}
#footer .links ul li a {
    text-decoration-color: #ffffff70;
}
#footer .links ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #ffffff70;
    text-underline-offset: 4px;
}

/* BRAND PAGE */

#brand-hero {
    position: relative;
    padding-top: 175px;
}
.brand-logo{
	background: white;
    width: fit-content;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
    border-radius: 10px;
}
#brand-hero .content .brand-logo img {
    max-height: 60px;
}
#brand-hero .content .title {
    color: #fff;
    font-size: 75px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -0.5px;
    padding: 70px 0 50px 0;
    margin: 0;
}

#brand-hero .photo {
    width: calc(50% + 100px);
    margin-right: -100px;
}
#brand-hero .photo > div {
    display: block;
    width: 100%;
    height: 430px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

#brand-details .title {
    padding-bottom: 30px;
}

#brand-details .links .link {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 20px 0;
    margin: 0;
}
#brand-details .links .link a {
    display: block;
    width: 92%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 100px;
}
#brand-details .links .link a[href]:hover {
    background-color: rgba(255, 255, 255, .1);
    border-color: #fff;
}
#brand-details .links .link i {
    position: relative;
    color: var(--green);
    font-size: 15px;
    padding-right: 10px;
    top: -1px;
}

#brand-details .ceo .item {
    background-color: rgba(5, 18, 37, 1);
    border-radius: 8px;
}
#brand-details .ceo .item .photo {
    height: 280px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
#brand-details .ceo .item .overview {
    position: relative;
    padding: 25px 20px;
    background: #20457A;
    background: linear-gradient(180deg, rgba(32, 69, 122, 1) 0%, rgba(2, 64, 155, 1) 100%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#brand-details .ceo .item .overview .name {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#brand-details .ceo .item .overview .title {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: unset;
    padding: 5px 0 0 0;
    margin: 0;
}

#brand-details .overview{
    margin-top: -20px;
    padding-left: 45px;
}
#brand-details .overview .title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    text-transform: unset;
    padding: 0 0 25px 0;
    margin: 0;
}
#brand-details .overview p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 0;
}
#brand-details .overview p:last-of-type {
    margin-bottom: 0;
}

#brand-contact .slogan {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.45px;
    padding: 15px 0 35px 00;
    margin: 0;
}
#brand-contact .email {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 15px 0 0 0;
}
#brand-contact .email:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
}

#brand-contact .form {
    width: calc(41.66666667% + 100px);
    margin-right: -100px;
}
#brand-contact .form .box {
    position: relative;
    padding: 50px 75px 40px 75px;
    background: #0D2241;
    background: linear-gradient(232deg, rgba(13, 34, 65, 1) 0%, rgba(8, 25, 50, 1) 100%);
    border: 1px solid #40404014;
    box-shadow: 1px 1px 1px 1px rgba(224, 224, 224, 0.2), inset 0px 0px 1px 0 rgba(255, 255, 255, 0.2), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}
#brand-contact .form .name {
    color: #fff;
    font-size: 41px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 0 0 40px 0;
    margin: 0;
}

/* ABOUT PAGE */

#about-hero {
    position: relative;
    padding-top: 230px;
    padding-bottom: 280px;
}
#about-hero::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('img/heroes/hero-about.webp');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    bottom: -380px; left: 0; right: 0;
    margin: 0 auto;
}
#about-hero .content .title {
    color: #fff;
    font-size: 75px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
}
#about-hero .content p {
    color: rgba(255, 255, 255, .8);
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 20px 0 30px 0;
    margin: 0;
}

.page-template-about #about {
    background: #091A34;
    background: linear-gradient(180deg, rgba(9, 26, 52, 0) 0%, rgba(9, 26, 52, 1) 40%);
}

#about-values .headline .slogan {
    padding-top: 25px;
}
#about-values .item {
    width: 20%;
    padding-top: 20px;
}
#about-values .item .box {
    position: relative;
    padding: 45px 20px;
    text-align: center;
    border-radius: 18px;
}
#about-values .item .box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #081933;
    background: linear-gradient(180deg, rgba(8, 25, 51, 1) 0%, rgba(45, 119, 226, 1) 100%);
    border-radius: 18px;
    position: absolute;
    top: 0; left: 0;
    transition: all .3s;
}
#about-values .item .box:hover::before {
    height: 105%;
}
#about-values .item .box > * {
    position: relative;
}
#about-values .item .box p {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0;
    padding: 25px 0 0 0;
    margin: 0;
}

#about-leader .headline .slogan,
#about-board .headline .slogan {
    padding-top: 15px !important;
}

#about-leader .item {
    width: 20%;
    padding-top: 20px;
}
#about-leader .item .box {
    position: relative;
    display: block;
    width: 100%;
    height: 315px;
    background-color: #95959533;
    background-size: cover;
    background-position: top center;
    border-radius: 8px;
}
#about-leader .item .box:hover {
    transform: translateY(-5px);
}
#about-leader .item .box .overview {
    padding: 30px 20px;
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    background: #2971DA80;
    background: linear-gradient(180deg, rgba(41, 113, 218, 0.4) 50%, rgba(2, 64, 155, 0.4) 100%);
    backdrop-filter: blur(23px);
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#about-leader .item .box .overview .name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#about-leader .item .box .overview .title {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 8px 0 0 0;
    margin: 0;
}

#about-board .item  {
    padding-top: 40px;
}
#about-board .item .box .photo {
    position: relative;
    width: 126px;
    height: 126px;
    background-color: #080F1E;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    filter: grayscale(100%);
}
#about-board .item .box .content .name {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 15px 0 7px 0;
    margin: 0;
}
#about-board .item .box .content .title {
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#about-vision .photo > div {
    display: block;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
#about-vision .photo .review {
    color:#fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
    padding: 25px 0;
    margin: 0;
    background: #0FAA7D;
    background: linear-gradient(90deg, rgba(15, 170, 125, 1) 0%, rgba(2, 64, 155, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#about-vision .photo .name {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#about-vision .photo .company {
    color: #fff;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 5px 0 0 0;
    margin: 0;
}

#about-vision .content {
    padding-left: 60px;
}
#about-vision .content .title {
    padding-bottom: 15px;
}
#about-vision .content .slogan {
    padding-bottom: 20px;
}
#about-vision .content p {
    padding: 0 !important;
    margin-bottom: 1rem;
}
#about-vision .content .btns {
    padding-top: 40px;
}

/* PARTNERSHIP */

#grow .headline,
#numbers .headline,
#press .headline {
    padding-bottom: 40px;
}
#grow .headline .title,
#numbers .headline .title,
#press .headline .title,
#careers-mission .content .title,
#open-roles .headline .title,
#hero-sub .headline .title {
    padding-bottom: 15px !important;
}

#grow .map .boxes {
    display: flex;
    column-gap: 30px;
}
#grow .map .box {
    width: 33.3333%;
    padding-top: 45px;
    padding-bottom: 70px;
    margin-top: 25px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 10px;
}
#grow .map .box .value {
    color: var(--main);
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0; 
}
#grow .map .box .text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 10px 0 0 0;
    margin: 0;
}

#grow .slogans {
    padding-left: 40px;
}
#grow .slogans .box {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 10px;
}
#grow .slogans .top {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #2D77E2;
    background: linear-gradient(0deg, rgba(45, 119, 226, 1) 0%, rgba(8, 25, 51, 1) 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#grow .slogans .top p {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#grow .slogans .inner {
    padding-top: 33px;
    padding-bottom: 34px;
    background: #0B1A32;
    background: linear-gradient(126deg, rgba(11, 26, 50, 1) 0%, rgba(28, 43, 67, 1) 25%);
}
#grow .slogans .inner:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#grow .slogans .inner:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#grow .slogans .inner p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 20px 0 0 0;
    margin: 0;
}

#numbers .item {
    padding-top: 25px;
}
#numbers .item .box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 355px;
    background: #2C75DE;
    background: linear-gradient(180deg, rgba(44, 117, 222, 1) 0%, rgba(9, 26, 52, 1) 100%);
}
#numbers .item .box .value {
    color: #fff;
    font-size: 65px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#numbers .item .box p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    padding: 20px 0 0 0;
    margin: 0;
}
#numbers .item .box p span {
    font-weight: 400;
}

#press .one-news.single {
    height: 945px;
}
#press .one-news .box {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px;
    background-size: cover;
    background-position: top left;
    border-radius: 26px;
}
#press .one-news .box:hover {
    padding-bottom: 45px;
}
#press .one-news .box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #2D77E2;
    background: linear-gradient(180deg, rgba(45, 119, 226, 0.7) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 26px;
    position: absolute;
    top: 0; left: 0;
}
#press .one-news .box > * {
    position: relative;
    z-index: 4;
}
#press .one-news time {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#press .one-news .title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0;
    padding: 20px 0;
    margin: 0;
}
#press .one-news .more {
    border-top: 1px solid rgba(255, 255, 255, .3);
}
#press .one-news .more span {
    display: inline-block;
    color: var(--green);
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 20px 0 0 0;
    margin: 0;
    transition: all .3s;
}
#press .one-news .more span i {
    padding-left: 8px;
    transition: all .3s;
}
#press .one-news .box:hover .more span i {
    padding-left: 12px;
}

#press .two-news {
    display: flex;
    flex-direction: column;
    row-gap: calc(var(--bs-gutter-x) * .5 * 2);
}
#press .two-news .one-news {
    height: 50%;
}

/* CAREERS */

.page-template-careers #about-hero,
.single-career #about-hero {
    padding-bottom: 80px !important;
}
.page-template-careers #about-hero::before,
.single-career #about-hero::before {
    display: none;
}

#careers-mission .content .text p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    padding: 0;
}
#careers-mission .content .text p:first-of-type {
    font-weight: 700;
}

#careers-mission .photo {
    padding-left: 60px;
}
#careers-mission .photo > div {
    display: block;
    width: 100%;
    height: 620px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

#open-roles .headline .text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0;
}

#open-roles .item {
    padding-top: 25px;
}
#open-roles .item .box {
    position: relative;
    padding: 35px 30px;
    background: #0B1A32;
    background: linear-gradient(126deg, rgba(11, 26, 50, 1) 0%, rgba(28, 43, 67, 1) 25%);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 15px;
    transition: all .3s;
}
#open-roles .item .box:hover {
    border-color: #fff;
}
#open-roles .item .top {
    display: flex;
    align-items: center;
}
#open-roles .item .top .title {
    color: var(--main);
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    padding: 0 75px 0 0;
    margin: 0;
}
#open-roles .item .top .details {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 10px 15px;
    margin: 0 0 0 25px;
    border: 1px solid #fff;
    border-radius: 20px;
}

#open-roles .item .bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
}
#open-roles .item .bottom p {
    width: 70%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#open-roles .item .bottom .btns a {
    display: inline-block;
    height: 49px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 35px;
    margin: 0 0 0 10px;
    border: 1px solid var(--green);
    border-radius: 30px;
}
#open-roles .item .bottom .btns a.apply {
    background-color: var(--green);
}

#open-roles .btns p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 20px 0;
    margin: 0;
}
#open-roles .btns p img {
    position: relative;
    top: -3px;
    padding-left: 8px;
}

/* CONTACT PAGE */

.page-template-contact #brand-contact {
    padding-top: 210px;
}
.page-template-contact #hero {
    padding-top: 0;
    padding-bottom: 80px;
}
.page-template-contact #hero::before {
    display: none;
}
.page-template-contact #hero .trusted p {
    padding-top: 0;
}
.page-template-contact #numbers .item .box {
    height: 240px;
    background: linear-gradient(0deg, rgba(44, 117, 222, 1) 0%, rgba(9, 26, 52, 1) 100%);
    border-radius: 18px;
}

#apply-now {
    scroll-margin-top: 140px;
}

/* SUBPAGES */

#hero-sub {
    position: relative;
    padding-top: 210px;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, .post-title {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.33px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.28px;
}
.entry-content h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: #fff;
}

.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul > li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul > li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 28px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol > li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* WIDGETS */

#sidebar-area {
    position: relative;
    flex: 0 0 calc(33.333333% + 55px);
    max-width: calc(33.333333% + 55px);
    margin-right: -55px;
    margin-top: -65px;
    padding-left: 0;
    z-index: 4;
}
#sidebar-area::before {
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: 0;
}
#sidebar-area > * {
    position: relative;
    z-index: 4;
}
.logos.slick-slider{
	    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
}
