@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

* {
    outline: 0 !important;
    text-decoration: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Harmonia Sans Pro', sans-serif;
    color: #262626;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

/*
html,
body {
    height: 100%;
}*/

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #fff;
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
}

h1,
.h1 {
    font-size: 48px;
    line-height: 115%;
    letter-spacing: -0.96px;
}

p {
    margin-bottom: 30px;
}

.container {
    width: 100%;
    max-width: 1328px;
}

.wrapper {
    overflow: hidden;
}

.fw-600 {
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
    font-weight: 600;
}

.header {
    padding: 39px 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.header .container-fluid {
    width: 100%;
    max-width: 1375px;
    padding: 0;
}

.navigation ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.navigation ul li {
    display: inline-block;
    margin-left: 44px;
}

.main-wrapper {
    background: url(../img/main-bg.webp) no-repeat top center / cover;
    /*     background: black; */
    position: relative;
    background: url(https://www.helloconstellation.com/wp-content/uploads/2025/05/Screenshot-2025-05-06-at-4.32.15 PM.png);
}

body.industry-auto .main-wrapper {
    /* background: url(../img/auto-main-bg.webp) no-repeat top center / cover; */
    /* filter: grayscale(1); */
    background-color: black;
}

body.industry-dtc .main-wrapper {
    background: none;
}

.main-wrapper>div:first-child {
    position: relative;
    z-index: 334;
}

.main-wrapper:before {
    content: "";
    background: url(https://www.helloconstellation.com/automotive/) no-repeat top center;
    /* background: black; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 333;
}

body.industry-auto .main-wrapper:before {
    content: "";
    background: url(../img/auto-main-bg-alt.png) no-repeat top center / cover;
/* 	HERE SHAVIE */
}

body.industry-dtc .main-wrapper:before {
    display: none;
}

.hero {
    padding: 204px 0 50px;
}

.hero h1 {
    margin: 0 0 28px;
}

.hero-video {
    position: relative;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 0px 21px 15px -3px rgba(0, 0, 0, 0.1);
}

.hero-img,
.hero-video img {
    border-radius: 40px;
}

.hero-img {
    box-shadow: 0px 21px 15px -3px rgba(0, 0, 0, 0.1);
}

.hero-video svg.play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94px;
    height: 94px;
    transform: translate(-50%, -50%) scale(1);
/*     background: #fff; */
    border-radius: 50%;
    cursor: pointer;
}

.hero-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    visibility: hidden;
    object-fit: inherit;
    transition: 0.3s all;
}

@media (min-width: 768px) {

    .hero-video.playing video {
        opacity: 1;
        visibility: visible;
    }

    .hero-video .play {
        transition: 0.3s all;
    }

    .hero-video.playing .play {
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, -50%) scale(0);
    }

    .pause {
        border: 2px solid #fff;
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 9px;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
        z-index: 3;
    }

    .pause span {
        width: 5px;
        height: 10px;
        background: #fff;
        display: inline-block;
        position: relative;
        top: 1px;
    }

    .hero-video.playing .pause {
        opacity: 1;
        visibility: visible;
    }

}

.hero-video a:not(.watch-full-version) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
}

.solutions {
    padding: 28px 0 0;
    position: relative;
}

.solutions .container-fluid {
    position: relative;
    z-index: 556;
}

.subtext {
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #fff;
}

.subtext svg {
    margin-right: 7px;
}

.solutions-mobile .slide-item p {
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.solutions-mobile .slide-item .subtext {
    font-size: 14px;
}

.solutions-mobile .slide-item {
    padding: 45px 20px 0;
}

.solutions-mobile video {
    width: 100%;
    height: auto;
}

.solutions-mobile .slide-item h3 {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.8px;
}

.solutions-slider-wrap {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.solutions-slider {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.solutions .slide {
    min-width: 10%;
    position: relative;
    width: 10%;
    height: 935px;
    padding: 100px 32px;
    transition: 0.4s all;
}

.solutions .slide.slide-active {
    width: 50%;
    min-width: 50%;
}

.solutions .slide>span {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -0.64px;
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
    color: #fff;
    position: absolute;
    top: -4px;
    width: 100%;
    text-align: center;
    text-indent: -19px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 344;
    cursor: pointer;
    transition: none;
}

.solutions .slide.slide-active>span {
    opacity: 0;
    visibility: hidden;
}

.solutions .slide h3 {
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -1.2px;
    margin: -8px 0 5px;
}

.solutions .slide p {
    font-size: 20px;
    line-height: 140%;
    margin: 0;
    color: #fff;
}

.solutions .slide .video {
    height: 685px;
    display: flex;
    align-items: center;
}

.solutions .slide .video img {
    width: 100%;
/*     filter: grayscale(1); */
    z-index: 111111;
}

.solutions .slide .eclipse {
    position: absolute;
    top: 0;
    right: -180px;
    width: 1000px;
    height: 100%;
    overflow: hidden;
}

.solutions .slide .eclipse:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 180px;
    width: 1533px;
    height: 1560px;
    border-radius: 30000px;
    mix-blend-mode: lighten;
    /* box-shadow: 85px 0px 100px 0px rgba(0, 0, 0, 0.25), 52px 0px 27px 0px rgba(0, 0, 0, 0.10); */
    box-shadow: 85px 0px 100px 0px rgba(256, 256, 256, 0.25), 52px 0px 27px 0px rgba(256, 256, 256, 0.10);
} 

/* .solutions .slide .eclipse:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 180px;
    width: 1533px;
    height: 1560px;
    border-radius: 30000px;
    mix-blend-mode: darken;
    box-shadow: 85px 0px 100px 0px rgba(0, 0, 0, 0.25), 52px 0px 27px 0px rgba(0, 0, 0, 0.10);
} */


.solutions .slide.slide-active:before {
    width: 1995px;
    height: 1230px;
}

.solutions .slide .container {
    position: relative;
    z-index: 3;
}

.solutions .top-shadow {
    background: linear-gradient(180deg, #9E428F 16.62%, rgba(158, 66, 143, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
}

.solutions .bottom-shadow {
/*     background: linear-gradient(360deg, #0B1E42 16.62%, rgba(11, 30, 66, 0.00) 100%); */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 333;
}

body.industry-auto .solutions .bottom-shadow {
    height: 280px;
}

body.industry-dtc .solutions .bottom-shadow {
    height: 500px;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.98) 100%,#8c1c39 100%);
/*     background: black; */
}

.solutions .slide:not(.slide-active) .slide-content {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

.solutions .slide .slide-content {
    width: 100%;
    position: relative;
    z-index: 444;
}

.solutions .slide.slide-active .slide-content {
    transition: 0.4s all;
    transition-delay: 0.4s;
}

.solutions-slider {
    transition: 0.5s all;
    position: relative;
}

.solutions-slider.slide-2-active .slide-1 .eclipse {
    opacity: 0;
}

.solutions-slider.slide-3-active .slide-1 .eclipse,
.solutions-slider.slide-3-active .slide-2 .eclipse {
    opacity: 0;
}

.solutions-slider.slide-4-active .slide-1 .eclipse,
.solutions-slider.slide-4-active .slide-2 .eclipse,
.solutions-slider.slide-4-active .slide-3 .eclipse {
    opacity: 0;
}

.solutions-slider.slide-5-active .slide-1 .eclipse,
.solutions-slider.slide-5-active .slide-2 .eclipse,
.solutions-slider.slide-5-active .slide-3 .eclipse,
.solutions-slider.slide-5-active .slide-4 .eclipse {
    opacity: 0;
}

.solutions-slider.slide-6-active .slide-1 .eclipse,
.solutions-slider.slide-6-active .slide-2 .eclipse,
.solutions-slider.slide-6-active .slide-3 .eclipse,
.solutions-slider.slide-6-active .slide-4 .eclipse,
.solutions-slider.slide-6-active .slide-5 .eclipse {
    opacity: 0;
}

.solutions-slider .slide:not(.slide-1) .slide-content {
    padding-left: 70px;
}

.slide-prev {
    position: absolute;
    height: 35px;
    width: 35px;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    left: 40px;
    cursor: pointer;
    z-index: 699;
    transition: 0.3s all;
    visibility: hidden;
    opacity: 0;
}

.slide-prev svg {
    width: 35px;
    height: 35px;
}

.solutions-slider-wrap.act .slide-prev {
    visibility: visible;
    opacity: 1;
}

.solutions .slide.slide-5 .slide-content, 
.solutions .slide.slide-6 .slide-content {
    width: 100%;
    max-width: 1330px;
}

@media (min-width: 1000px) and (max-width: 1399px) {

    .solutions-slider {
        width: 146%;
    }

    .solutions .slide>span {
        font-size: 26px;
        text-indent: 0;
    }

    .solutions-slider.slide-2-active {
        left: calc(-14% - 9px);
    }

    .solutions-slider.slide-3-active {
        left: calc(-28% - 18px);
    }

    .solutions-slider.slide-4-active {
        left: calc(-42% - 27px);
    }

    .solutions-slider.slide-5-active {
        left: calc(-64% - 43px);
        width: 167%;
    }

    .solutions-slider.slide-6-active {
        left: -100%;
        width: 200%;
    }

    body.industry-auto .solutions-slider.slide-4-active {
        width: 167%;
        left: -50%;
    }

    body.industry-auto .solutions-slider.slide-5-active {
        left: -80%;
        width: 200%;
    }

}

@media (min-width: 1400px) and (max-width: 1799px) {

    .solutions-slider {
        width: 146%;
    }

    .solutions-slider.slide-2-active {
        left: calc(-14% - 9px);
    }

    .solutions-slider.slide-3-active {
        left: calc(-28% - 18px);
    }

    .solutions-slider.slide-4-active {
        left: calc(-42% - 27px);
    }

    .solutions-slider.slide-5-active {
        left: calc(-64% - 43px);
        width: 167%;
    }

    .solutions-slider.slide-6-active {
        left: -100%;
        width: 200%;
    }

    body.industry-auto .solutions-slider.slide-4-active {
        width: 167%;
        left: -50%;
    }

    body.industry-auto .solutions-slider.slide-5-active {
        left: -80%;
        width: 200%;
    }

}

@media (min-width: 1800px) {

    .solutions-slider {
        width: 127%;
    }

    .solutions-slider.slide-2-active {
        left: -12%;
    }

    .solutions-slider.slide-3-active {
        left: -24.5%;
    }

    .solutions-slider.slide-4-active {
        left: -42.5%;
        width: 144%;
    }

    .solutions-slider.slide-5-active {
        left: -66%;
        width: 167%;
    }

    .solutions-slider.slide-6-active {
        left: -99%;
        width: 200%;
    }

    body.industry-auto .solutions-slider.slide-3-active {
        left: -26.5%;
        width: 141%;
    }    

    body.industry-auto .solutions-slider.slide-4-active {
        left: -47.5%;
        width: 164%;
    }

    body.industry-auto .solutions-slider.slide-5-active {
        left: -78%;
        width: 200%;
    }

}

.clients-wrap {
/*     background: linear-gradient(175deg, #0B1E42 15.94%, #000 82.3%); */
    background: black;
}

.clients {
    padding: 100px 0 65px;
}

.carouselTicker {
    margin: 65px 0 0;
    overflow: hidden;
    float: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

.carouselTicker__list {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    display: flex;
}

.carouselTicker__item img {
    height: 37px;
    max-width: inherit;
    margin: 0 20px;
    opacity: 0.8;
}

body.industry-auto .carouselTicker {
    margin: 45px 0 0;
}

body.industry-auto .carouselTicker__item img {
    margin: 0 0px;
    height: 90px;
}

.testimonials {
    position: relative;
    padding: 0 0 160px;
}

.testimonials:after {
    content: "";
/*     background: url(../img/dots.png) no-repeat center -130px; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

.testimonials .container .testimonial-slider {
    min-width: 2000px;
    max-width: inherit;
    position: relative;
    left: calc(50%);
    transform: translateX(-50%);
    z-index: 2;
}

.testimonials .testimonial-slider .slide {
    border-radius: 20px;
    border: 2px solid rgba(158, 66, 143, 0.30);
    background: #0B1E42;
    padding: 40px;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -0.64px;
    color: #fff;
    height: 100%;
    display: flex !important;
    align-items: center;
    transition: 0.3s all;
    opacity: 1;
}

.testimonials .testimonial-slider .slide cite {
    display: block;
    padding-top: 15px;
    font-size: 75%;
    font-style: normal;
}

body.industry-auto .testimonials .testimonial-slider .slide {
    border: 2px solid rgba(0, 192, 214, 0.30);
}

body.industry-dtc .testimonials .testimonial-slider .slide {
    border: 2px solid #541A1C;
    background: #e34d8d;
}

.testimonial-slider .slick-track {
    display: flex !important;
}

.testimonial-slider .slick-slide {
    height: inherit !important;
    padding: 79px 0;
}

.testimonial-slider .slick-slide>div {
    height: 100%;
}

@media (min-width: 992px) {

    .testimonial-slider .slick-slide.slick-current+div .slide:after {
        content: "";
        background: url(../img/arrow.svg) no-repeat center;
        width: 49px;
        height: 49px;
        position: absolute;
        left: 40px;
        bottom: -41px;
    }
    
    body.industry-dtc .testimonials .testimonial-slider .slick-slide.slick-current+div .slide:after {
/*         background: url(../img/arrow-dtc.svg) no-repeat center; */
        display: none;
    }    

    .navigation ul li a {
        position: relative;
    }

    .navigation ul li a:before {
        content: "";
        background-color: rgba(255, 133, 133, 1);
        width: 100%;
        position: absolute;
        bottom: -2px;
        left: 0;
        height: 2px;
        margin: 0 auto;
        display: inline-flex;
        right: 0;
        transition: 0.2s all;
        opacity: 0;
    }

    .navigation ul li a:hover:before {
        opacity: 0.7;
        width: 100%;
    }

    .testimonials .testimonial-slider .slick-current+div+div .slide,
    .testimonials .testimonial-slider .slick-current .slide {
        transform: scale(0.8);
        opacity: 0.85;
        color:#cecdcd;
    }

    body.industry-dtc .testimonials .testimonial-slider .slick-current+div+div .slide,
    body.industry-dtc .testimonials .testimonial-slider .slick-current .slide {
        color: rgba(250,250,250,0.6);
    }
    
    .testimonials .testimonial-slider .slick-current+div .slide {
        transform: scale(1);
        position: relative;
        z-index: 2;
        font-size: 30px;
    }

}


.testimonials .container {
    position: relative;
}

@media (min-width: 992px) {

.testimonials .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 172px;
    z-index: 2;
    cursor: pointer;
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials .prev svg {
    left: -2px;
}
    
.testimonials .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 170px;
    z-index: 2;
    cursor: pointer;
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials .next svg, .testimonials .prev svg {
    width: 25px;
    height: 25px;
    position: relative;
}

    
body.page-about .testimonials .prev ,
body.page-about .testimonials .next {
    top: calc(50% + 50px);
}    
    
}

.stats {
    padding: 187px 0 37px;
    position: relative;
    z-index: 2;
    overflow: visible !important;
}

.dtc-text-wrap .shape,
.stats .shape {
    position: absolute;
    top: -226px;
    right: 0;
    display: none;
}

.stats h3 {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1.2px;
    background: linear-gradient(109deg, #0B1E42 3.31%, #9E428F 54.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.industry-auto .stats h3 {
/*     background: linear-gradient(109deg, #0B1E42 3.31%, #005873 54.09%); */
    background: black;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}

.stats h4 {
    color: #9E428F;
    font-size: 80px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.6px;
    font-family: 'Harmonia Sans Pro';
}

body.industry-auto .stats h4 {
    color: #005873;
}

.stats p {
    color: #262626;
    font-size: 20px;
    line-height: 140%;
    margin: 15px 0 33px 0;
}

.process {
    top: 0 !important;
}

.process-item-wrap {
    overflow: hidden;
    height: calc(100vh - 185px);
    position: relative;
}

.process h3 {
    color: #9E428F;
    text-align: center;
    font-size: 60px;
    line-height: 115%;
    letter-spacing: -1.2px;
    margin-bottom: 44px;
    padding-top: 130px;
}

body.industry-auto .process h3 {
    color: #005873;
}

.process .process-item {
    border-radius: 40px;
    border: 1px solid #808080;
    background: linear-gradient(180deg, #000 0%, #0B1E42 48.96%, #9E428F 100%);    
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 50px 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    isolation: isolate;
    position: absolute;
    top: 0;
}

body.industry-auto .process .process-item {
    background: linear-gradient(180deg, #000 0%, #005873 48.96%, #00C0D6 100%);
}

.process .process-item:nth-child(2) {
    top: 60px;
}

.process .process-item:nth-child(3) {
    top: 120px;
}

.process .process-item:not(:last-of-type).sticky {
    background: #fff;
    border: 1px solid #ccc;
}

.process .process-item:not(:last-of-type).sticky:after {
    display: none;
}

.process .process-item>div {
    position: relative;
    z-index: 2;
}

.process .process-item:after {
    content: "";
    background: url(../img/shape-2.svg) no-repeat right center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

body.industry-auto .process .process-item:after {
    content: "";
    background: url(../img/auto-shape-2.svg) no-repeat right center;
}

.process .process-item:nth-child(2):after {
    content: "";
    background: url(../img/shape-3.svg) no-repeat left center;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
}

body.industry-auto .process .process-item:nth-child(2):after {
    content: "";
    background: url(../img/auto-shape-3.svg) no-repeat left center;
}

.process .process-item.act {
    background: #fff;
    border: 1px solid #c0c5ce;
}

.process .process-item>div {
    padding: 0 16px;
}

.process .process-item span {
    color: #FAFAFA;
    font-size: 260px;
    line-height: 115%;
}

.process .process-item h4 {
    color: #FAFAFA;
    font-size: 60px;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1.2px;
}

.process .process-item p {
    color: #FAFAFA;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -0.64px;
}

.team {
    padding: 211px 0 100px;
    position: relative;
    background: linear-gradient(153deg, #000 17.08%, #0B1E42 72.84%, #9E428F 104.04%);
    overflow: hidden;
}

body.industry-auto .team {
    background: linear-gradient(153deg, #000 17.08%, #0B1E42 72.84%, #005873 104.04%);    
}

.team:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 150px solid #fff;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
}

.team h3 {
    color: #FFFBF6;
    font-size: 60px;
    line-height: 115%;
    letter-spacing: -1.2px;
    margin: 0 0 48px;
}


.team p {
    color: #FAFAFA;
    font-size: 24px;
    font-style: italic;
    line-height: 130%;
    letter-spacing: -0.48px;
}

.team cite {
    font-style: normal;
    color: #FAFAFA;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.48px;
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
    display: block;
    margin: 65px 0 0;
}

.team-content {
    padding: 65px 0 0 0;
    position: relative;
    left: -32px;
    width: calc(100% + 32px);
}

.cta {
    padding: 126px 0 80px;
}

.cta h2 {
    font-size: 60px;
    line-height: 120%;
    letter-spacing: -1.2px;
    margin: 0 0 17px;
}

.cta p {
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    margin: 0 0 44px;
}

.cta a {
    padding: 12px 20px;
    border-radius: 42px;
    background: #9E428F;
    font-size: 18px;
    font-weight: 700;
    display: table;
    margin: 0 auto;
    color: #fff;
}

body.error404 .cta a,
body.page-financial .cta a ,
body.industry-auto .cta a {
    background: #00C0D6;    
}

.cta a:hover {
    background: #b357a4;
}

body.error404 .cta a:hover,
body.page-financial .cta a:hover ,
body.industry-auto .cta a:hover {
    background: #00acc0;
}

.footer {
    background: linear-gradient(51deg, #000 -29.12%, #0B1E42 57.34%, #9E428F 105.73%);
    position: relative;
}

body.industry-auto .footer {
    background: linear-gradient(51deg, #000 -29.12%, #0B1E42 57.34%, #005873 105.73%);    
}

.footer:after {
    content: "";
    background: url(../img/footer-bg.svg) no-repeat left bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.error404 .footer:after,
body.page-financial .footer:after,
body.industry-auto .footer:after {
    background: url(../img/auto-footer-bg.svg) no-repeat left bottom;
}

body.industry-dtc .footer:after {
/*     background: url(../img/dtc-footer-bg.svg) no-repeat top bottom; */
    background: black;
}

.footer>footer,
.footer>div {
    position: relative;
    z-index: 2;
}

footer {
    padding: 80px 0;
}

footer .flogo img {
    width: 240px;
}

footer .social {
    margin: 47px 0 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social a {
    margin: 0 14px;
    transform: scale(1);
    transition: 0.3s all;
    border-radius: 5px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

footer .social a:hover {
    background: linear-gradient(180deg, #000 0%, #000 48.96%, #9E428F 100%);    
}

body.industry-auto .social a:hover {
    background: linear-gradient(180deg, #000 0%, #000 48.96%, #00acc0 100%);    
}

body.industry-dtc .social a:hover {
    background: #F37559;
}

footer .social a svg {
    transition: 0.3s ease-in-out;
}

footer .social a:hover svg {
    width: 34px;
}

.career-disclaimer
{
    color: grey;
    padding-top: 10px;
    margin: 0;
}

footer .copyright p {
    font-size: 18px;
    color: #FAFAFA;
}

footer .copyright p a {
    color: #FAFAFA;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

footer .copyright p a:hover {
    color: #9E428F;
}

body.industry-auto footer .copyright p a:hover {
    color: #00C0D6;
}

footer .copyright span {
    color: #808080;
    font-size: 18px;
    display: block;
    padding-top: 10px;
}

section:not(.process):not(.dtc-text-wrap) {
    overflow: hidden;
}

.mob-header>a {
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.hamburger {
    margin-left: 20px;
    cursor: pointer;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background: #fff;
    display: table;
    margin: 5px 0
}

.sprev {
    position: absolute;
    top: 65px;
    right: 55px;
    opacity: 0.7;
    z-index: 35;
}

.snext {
    position: absolute;
    top: 65px;
    right: 20px;
    opacity: 0.7;
    z-index: 35;
}

.sprev:hover,
.snext:hover {
    opacity: 1;
}

.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0
}

.logos li {
    padding: 15px 10px;
    width: 50%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos img {
    max-height: 50px;
    max-width: 130px;
    display: block;
    margin: 0 auto;
}

body.industry-auto .logos {
    margin: 25px 0 50px
}

body.industry-auto .logos li {
    height: 85px;
    padding: 0 10px;
}

body.industry-auto .logos img {
    max-height: 85px;
    max-width: 130px;
    display: block;
    margin: 0 auto;
}

.mobile-menu {
    position: fixed;
    background: linear-gradient(180deg, #0B1E42 0%, #9E428F 100%);
    top: 0;
    left: 100%;
    height: 100vh;
    overflow: auto;
    width: 100%;
    z-index: 9999;
    transition: 0.4s all;
}

body.industry-auto .mobile-menu {
    background: linear-gradient(180deg, #0B1E42 0%, #005873 100%);    
}

.mobile-menu .d-flex {
    padding: 20px 15px;
}

.mobile-menu .d-flex img {
    width: 130px;
}

.mobile-menu ul {
    padding: 0 20px;
}

.mobile-menu ul li a {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.48px;
    color: #fff;
    width: 100%;
    display: table;
    padding: 21px 0
}

.mobile-menu ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-menu address {
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    padding: 0 20px;
    margin: 30px 0 15px;
}

.mob-social {
    padding: 0 20px;
}

.mob-social svg {
    width: 25px;
    height: 25px;
}

.mob-social a {
    margin-right: 10px;
}

.menu-close {
    cursor: pointer;
}

@media (max-width: 991px) {

    .mob-dropdown {
        position: relative;
    }

    .mob-dropdown ul {
        padding: 0 0 0 15px;
    }

    .mob-dropdown:not(.act) ul {
        display: none;
    }

    .mob-dropdown > span {
        position: absolute;
        top: 18px;
        right: 0;
        width: 30px;
        height: 30px;
        z-index: 2;
    }

    .mob-dropdown > span:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 7px 7px 0;
        border-color: #FFFFFF transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: 10px;
        left: 16px;
    }


    .testimonials .testimonial-slider .slide {
        position: relative;
    }

    .testimonial-slider .slick-slide.slick-current .slide:after {
        content: "";
        background: url(../img/arrow.svg) no-repeat center;
        width: 49px;
        height: 49px;
        position: absolute;
        left: 20px;
        bottom: -30px;
    }

    body.industry-dtc .testimonials .testimonial-slider .slick-slide.slick-current .slide:after {
        background: url(../img/arrow-dtc.svg) no-repeat center;
    }
    
    .solutions-mobile-slider {
        position: relative;
        z-index: 35;
    }

    body.menu-act {
        overflow: hidden;
    }

    body.menu-act .mobile-menu {
        left: 0;
    }

    .hero h1 br {
        display: none;
    }

    .testimonials .testimonial-slider .slide {
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.36px;
    }

    .testimonials .testimonial-slider .slick-slide {
        padding: 0 7px;
    }

    .testimonials .container .testimonial-slider {
        width: 90%;
        min-width: inherit;
        position: relative;
        left: -10px;
        transform: none;
    }

    .testimonials .testimonial-slider .slick-list {
        overflow: visible;
    }

    .solutions {
        padding: 28px 0 0px;
    }

    .navigation {
        display: none;
    }

    .header {
        padding: 20px 15px;
    }

    .header .logo img {
        width: 170px;
    }

    .h1,
    .hero h1 {
        font-size: 40px;
        line-height: 130%;
        letter-spacing: -0.64px;
    }

    .clients {
        padding: 0 0 20px;
    }

    .testimonials .prev {
        display: none;
    }

    .testimonials .testimonial-slider .slick-slide:not(.slick-current) .slide {
        color: #9b9da2;
    }

    .testimonials .next {
        position: absolute;
        top: 1px;
        right: 0px;
        width: 50px;
        height: 100%;
        font-size: 0;
        z-index: 22;
    }

    .testimonials .next svg {
        display: none;
    }

    .cta h2,
    .team h3,
    .process h3 {
        font-size: 40px;
        line-height: 120%;
        letter-spacing: -0.8px;
        margin-bottom: 30px;
    }

    .cta h2 {
        margin-bottom: 10px;
    }

    .dtc-text-wrap .shape,
    .stats .shape {
        position: absolute;
        top: -104px;
        right: 0;
        width: 165px;
    }

    .footer:after {
        background: url(../img/footer-bg.svg) no-repeat left bottom;
        background-size: 300px !important;
        background-position: 0 70px !important;
    }

    .process h3 {
        padding-top: 25px;
        margin-bottom: 6px;
    }

    .process .process-item:nth-child(2) {
        top: 30px;
    }

    .process .process-item:nth-child(3) {
        top: 70px;
    }
}

@media (max-width: 767px) {

    .solutions-mobile .slide-item p {
        margin: 0;
    }

    .process {
        position: relative;
    }

    .hero-video {
        box-shadow: none;
    }

    .header .logo img {
        width: 172px;
    }

    .hero-video img {
        border-radius: 0;
    }

    .hero-video {
        width: calc(100% + 120px);
        left: -60px;
    }

    .hero-video svg.play {
        width: 66px;
        height: 66px;
    }

    .hero-video video {
        display: none;
    }
}

@media (max-width: 575px) {

    .hero-img {
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        position: relative;
        left: -40px;
        width: calc(100% + 80px);
        max-width: inherit;
    }
    
    

    .process .process-item-wrap {
        height: calc(100vh - 130px);
    }

    .process .process-item p br {
        display: none;
    }

    .process .process-item:nth-child(2) {
        top: 34px;
    }

    .process .process-item:nth-child(3) {
        top: 88px;
    }

    .testimonials:after {
        background: url(../img/dots.png) no-repeat center -11px;
        background-size: cover;
    }

    .footer:after {
        background: url(../img/footer-bg.svg) no-repeat left bottom;
        background-size: 200px;
        background-position: 0 70px;
    }

    .stats h3 {
        font-size: 40px;
        line-height: 120%;
        letter-spacing: -0.8px;
        margin-bottom: 30px;
    }

    .stats {
        padding: 100px 0 40px;
    }

    .process h3 {
        background: linear-gradient(109deg, #0B1E42 3.31%, #9E428F 54.09%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    body.industry-auto .process h3 {
        background: linear-gradient(109deg, #0B1E42 3.31%, #005873 54.09%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;    
    }

    .process .process-item {
        padding: 25px 10px 10px;
        display: block;
        min-height: 350px;
    }

    .process .process-item:after {
        content: "";
        background: url(../img/shape-2.svg) no-repeat right center;
        position: absolute;
        top: 0;
        right: -30px;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    
    .process .process-item:nth-child(2):after {
        content: "";
        background: url(../img/shape-3.svg) no-repeat left center;
        top: 0;
        right: auto;
        left: -30px;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    

    .stats h4 {
        font-size: 48px;
        line-height: 115%;
        letter-spacing: -0.96px;
    }

    .stats p {
        font-size: 16px;
        line-height: 150%;
    }

    .process .process-item span {
        font-size: 60px;
        letter-spacing: -1.2px;
    }

    .process .process-item h4 {
        font-size: 40px;
        line-height: 110%;
        letter-spacing: -0.8px;
        margin-bottom: 15px;

    }

    .process .process-item p {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 0
    }

    .h1,
    .hero h1 {
        font-size: 32px;
    }

    .hero h1 br {
        display: none;
    }

    .hero {
        padding: 150px 0 0px;
    }

    .solutions {
        background: url(../img/solutions-bg.webp) no-repeat center top / cover;
        padding: 105px 0;
    }

    body.industry-auto     .solutions {
        background: url(../img/auto-solutions-bg.webp) no-repeat center top / cover;
    }    

    .team:before {
        border-top: 50px solid #fff;
        border-left: 50vw solid transparent;
        border-right: 50vw solid transparent;
    }

    .team {
        padding: 110px 0 100px;
    }

    .team-content {
        padding: 20px 0 0 0;
        left: 0;
        width: 100%;
    }

    .team p {
        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .team cite {
        font-size: 22px;
        margin: 50px 0 0;
    }

    .cta {
        padding: 60px 0 80px;
    }

    footer .flogo img {
        width: 120px;
    }

    footer .social {
        margin: 20px 0 25px;
    }

    footer .social a {
        margin: 0 12px;
    }

    footer .social a svg {
        width: 32px;
    }

    footer .social a {
        width: 35px;
        height: 35px;
    }

    footer .social a:hover svg {
        width: 25px;
    }

    footer .copyright p {
        font-size: 16px;
    }

    footer .copyright span {
        font-size: 16px;
        display: block;
        padding-top: 10px;
    }

    footer {
        padding: 40px 0;
    }

    .process {
        padding: 20px 0 0;
    }

    .solutions-mobile .slide-item h3 {
        font-size: 35px;
        padding-right: 80px;
    }    
}

.solutions-mobile {
    position: relative;
    z-index: 777;
}

@media (min-width: 768px) and (max-width: 1249px) {

    .sprev {
        position: absolute;
        top: 65px;
        right: auto;
        left: 20px;
        opacity: 0.7;
    }

    .snext {
        position: absolute;
        top: 65px;
        right: auto;
        opacity: 0.7;
        left: 55px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {

    .logos li {
        width: auto;
    }

    .stats h3 {
        margin-bottom: 40px;
    }

    .stats {
        padding: 150px 0 0;
    }

    .process .process-item {
        padding: 30px 30px 30px;
    }

    .process .process-item h4 {
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -0.8px;
        margin-bottom: 15px;
    }

    .process .process-item p {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 0;
        margin: 0;
    }

    .process .process-item span {
        font-size: 150px;
        letter-spacing: -1.2px;
    }

    .team:before {
        border-top: 50px solid #fff;
        border-left: 50vw solid transparent;
        border-right: 50vw solid transparent;
    }

    .team {
        padding: 150px 0 100px;
    }

    .team-content {
        padding: 20px 0 0 0;
        position: relative;
        left: 0;
        width: 100%;
    }

    .team p {
        font-size: 20px;
    }

    footer {
        padding: 40px 0;
    }

    footer .flogo img {
        width: 160px;
    }

    .hero {
        padding: 150px 0 50px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .stats h3 {
        font-size: 55px;
    }

    .stats h4 {
        font-size: 70px;
    }


    .footer {
        margin-top: 0px;
    }

    .process h3 {
        margin-bottom: 0px;
    }

    .process-item-wrap {
        height: 100vh;
    }

}

@media (min-width: 992px) and (max-width: 1700px) {

    .main-wrapper {
        background-size: 1870px !important;
    }

    .main-wrapper:before {
        background-size: 1870px !important;
    }

}

@media (max-width: 1249px) {

    .solutions-slider-wrap {
        display: none !important;
    }

    .solutions-mobile {
        display: block !important;
    }
    
}
    
@media (min-width: 1250px) and (max-width: 1500px) {

    .solutions .slide h3 {
        font-size: 48px;
    }

}

@media (min-width: 1501px) and (max-width: 1600px) {

    .solutions .slide .slide-content {
        width: 1100px;
    }

}

@media (min-width: 1801px) {

    .testimonials .container .testimonial-slider {
        min-width: 2500px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 991px) {

    .process h3 {
        padding-top: 130px;
    }

    .footer {
        margin-top: -400px;
    }
}

@media (min-width: 240px) and (max-width: 575px) and (min-height: 800px) {
    .process h3 {
        padding-top: 80px;
        margin-bottom: 6px;
    }

    .footer {
        margin-top: -170px;
    }
}

@media (min-width: 1350px) and (min-height: 700px) and (max-height: 800px) {

    .process-item-wrap {
        height: calc(100vh - 100px);
    }

}

.has-dropdown {
    position: relative;
}

.has-dropdown > a {
    padding-right: 17px;
}

.has-dropdown span {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 20px;
}

.has-dropdown span:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: 4px;
    left: 0px;
}

.has-dropdown ul {
    position: absolute;
    top: calc(100% - 5px);
    left: -30px;
    width: 200px;
    padding: 30px 0 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.has-dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.has-dropdown ul:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 5px;
}

.has-dropdown ul:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 7px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 8px;
    left: 65px;
}

.has-dropdown ul li {
    position: relative;
    z-index: 2;
    margin: 0;
}

.has-dropdown ul li a {
    color: #000;
    display: table;
    padding: 0 15px;
    font-size: 17px;
}

.has-dropdown ul li a:hover {
    color: #999;
}

.has-dropdown a:before {
    opacity: 0 !important;
}

@media (min-width: 1700px) {

body.industry-auto .main-wrapper:before {background: url(https://www.helloconstellation.com/wp-content/uploads/2025/05/new-black-bg.png) no-repeat center calc(50% + 100px) / cover;}

}

@media (min-width: 992px) and (max-width: 1800px) {
.testimonials .prev {
    transform: translate(-50%,-50%);
    left: calc(50% - 365px);
}

.testimonials .next {
    transform: translate(-50%,-50%);
    right: calc(50% - 418px);
}

}

.contact-wrap {
    background: url(../img/contact-bg.webp) no-repeat top center / cover;    
}

.contact {
    padding: 200px 0 100px;
}

.contact .container {
    max-width: 1250px;
}

.contact h1 {
    font-size: 60px;
    line-height: 120%; 
    letter-spacing: -1.2px;    
}

.contact h1 + p {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.045px;    
    color: #fff;
}

.contact-logos {
    display: flex;
    margin-top: 80px;
}

.contact-logos img {
    max-height: 50px;
    margin-right: 16px;
}

.contact-form {
    display: flex;
    width: 100%;
    padding: 40px 20px 20px;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(180deg, #000 -19.03%, #0B1D42 42.54%);
    position: relative;
}

.contact-form:before {
    content: "";
    background: url(../img/cloud-pattern.webp);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-form > div {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.contact-form > div iframe {
    width: 100%;
}

.cv-logos {
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.cv-logos > div {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-voices {
    padding: 100px 0 170px;
    background: url(../img/shape-4.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
}

.client-voices:before {
    content: "";
    background: url(../img/shape-5.svg) no-repeat right top;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.client-voices:after {
    content: "";
    background: url(../img/shape-6.png) no-repeat center bottom;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.client-voices .container {
    max-width: 1250px;
    position: relative;
    z-index: 2;
}

.client-voices .head {
    margin-bottom: 50px;
}

.client-voices .head * {
    color: #000
}

.client-voices .head p {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.045px;
}

.testimonials-alt .slide p {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.045px;
    max-width: 900px;
    margin: 0 auto;
}

.testimonials-alt .slide p span {
    color: #9E428F;
    font-weight: 700;
}

.testimonials-alt .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 0;
}

.testimonials-alt .slick-dots li {
    margin: 0 4px;
    padding: 0;
    width: auto;
}

.testimonials-alt .slick-dots li button {
    width: 20px;
    height: 20px;
    background: #808080;
    border: none;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
}

.testimonials-alt .slick-dots li.slick-active button {
    background: #9E428F;
}

.map-wrap {
    background: linear-gradient(175deg, #0B1E42 58.46%, #000 83.27%);    
    padding-top: 50px;
    position: relative;
}

.map-wrap .footer:after {
    display: none;
}

.map-wrap:after {
content: "";
background: url(../img/footer-bg.svg) no-repeat left bottom;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}

.map-wrap .footer {
    background: transparent;
}

.map-information {
    display: table;
    margin: 40px auto 0;
    position: relative;
    width: 1306px;
}


.map-trigger {
    position: relative;
    width: 100%;
    max-width: 1190px;
    margin: 130px auto 50px;
}

.map-trigger:before {
    content: "";
    background: #808080;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 8px;
}

.map-trigger > span {
    background: #fff;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 365px;
    border-radius: 8px 0 0 8px;
    z-index: 2;
    transition: 0.3s all;
}

.map-trigger.other-location-1-active > span {
    width: 460px;
}

.map-trigger.other-location-2-active > span {
    width: 650px;
}

.map-trigger.other-location-3-active > span {
    width: 820px;
}

.map-trigger.other-location-4-active > span {
    width: 990px;
}

.map-trigger.other-location-5-active > span {
    width: 100%;
    border-radius: 8px;
}

.map-trigger-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    top: -53px;
    z-index: 3;
}

.map-trigger-inner > small {
    position: absolute;
    color: #FAFAFA;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    bottom: -35px;
    left: 112px;
}

.map-location-1 {
    position: relative;
    width: 127px;
    height: 75px;
    margin-right: 73px;
    cursor: pointer;
}

.map-location-1:before {
    content: "";
    width: 1px;
    height: 49px;
    background: #FAFAFA;
    position: absolute;
    top: 56px;
    left: 10px;
}

.map-location-1:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #FAFAFA;
    position: absolute;
    top: 104px;
    left: 8px;
    border-radius: 50%;
}

.map-location-1 em {
    color: #FAFAFA;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    font-style: normal;
    display: block;
    margin: 0 0 10px;
}

.map-location-1 span {
    width: 35px;
    height: 35px;
    background: #005873;
    border: 2px solid #FAFAFA;
    display: table;
    margin: 0 auto;
    border-radius: 50%;
}

.map-location-1.act span {
    background: #fafafa;
    border: 2px solid #005873;
}

.map-location-1.act em {
    color: #005873;
}

.map-location-2 {
    position: relative;
    width: 115px;
    height: 75px;
    cursor: pointer;
}

.map-location-2:before {
    content: "";
    width: 1px;
    height: 49px;
    background: #FAFAFA;
    position: absolute;
    top: 56px;
    right: -50px;
}

.map-location-2:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #FAFAFA;
    position: absolute;
    top: 104px;
    right: -52px;
    border-radius: 50%;
}

.map-location-2 em {
    color: #FAFAFA;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    font-style: normal;
    display: block;
    margin: 0 0 10px;
}

.map-location-2 span {
    width: 35px;
    height: 35px;
    background: #9E428F;
    border: 2px solid #FAFAFA;
    display: table;
    margin: 0 auto;
    border-radius: 50%;
}

.map-location-2.act span {
    background: #fafafa;
    border: 2px solid #9E428F;
}

.map-location-2.act em {
    color: #9E428F;
}

.map-section {
    position: relative;
    z-index: 22;
}

.other-locations {
    margin-left: 100px;
    width: 750px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.other-locations > div {
    position: relative;
    cursor: pointer;
}

.other-locations > div em {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.045px;
    font-style: normal;
    display: block;
    color: #FAFAFA;
}

.other-locations > div.other-location-3 em,
.other-locations > div.other-location-4 em,
.other-locations > div.other-location-5 em {
    font-size: 20px;
    letter-spacing: 0.02px;
    position: relative;
    top: 7px;
}

.other-locations > div span {
    width: 19px;
    height: 19px;
    background: #D1997B;
    border: 2px solid #fafafa;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.other-locations > small {
    position: absolute;
    color: #FAFAFA;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    bottom: -35px;
    left: -10px;
}

.mi-location {
    display: none;
}

.mi-location.mi-location-1 {
    display: table;
    position: absolute;
    top: 93px;
    left: 304px;
}

.mi-location.mi-location-2 {
    display: table;
    position: absolute;
    top: 80px;
    left: 772px;
}

.mi-location.mi-location-3 {
    display: table;
    position: absolute;
    top: 215px;
    left: 216px;
}

.mi-location.mi-location-4 {
    display: table;
    position: absolute;
    top: 46px;
    left: 387px;
}

.mi-location.mi-location-5 {
    display: table;
    position: absolute;
    top: 460px;
    left: 314px;
}

.mi-location.mi-location-6 {
    display: table;
    position: absolute;
    top: 427px;
    left: 330px;
}

.mi-location.mi-location-7 {
    display: table;
    position: absolute;
    top: 353px;
    left: 390px;
}

.infomap {
    position: absolute;
    width: 219px;
    padding: 10px 20px 12px;
    border-radius: 12px;
    background: #005873;
    top: 33px;
    left: 77px;
}

.mi-location-2 .infomap {
    background: #9E428F;
}

.infomap * {
    color: #fafafa;
}

.infomap h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
}

.infomap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.infomap a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12px;
    display:table;
    margin: 15px 0 0;
    border-bottom: 1px solid transparent;
    line-height: 16px;
}

.infomap a:hover {
    color: #fafafa;
    border-bottom: 1px solid;
}

.infomini {
    position: absolute;
    padding: 7px 18px;
    border-radius: 12px;
    background: #D1997B;
    top: 13px;
    left: 28px;
    min-width: 200px;
}

.infomini * {
    color: #fafafa;
}

.infomini h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 -3px;
}

.infomini span {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    white-space: nowrap;
}

.infomini,
.infomap {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: top left;
    opacity: 0;
    transition: transform 0.36s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);;
}

.mi-location.active {
    z-index: 222;
}

.mi-location.active .infomap,
.mi-location.active .infomini {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);    
    opacity: 1;
    transition: transform 0.36s cubic-bezier(0.68, -0.55, 0.27, 1.55),opacity 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);;
}

.other-locations > div.act > em {
    color: #D1997B;
}

.other-locations > div.act > span {
    background: #fafafa;
    border: 2px solid #D1997B;
}

@media (max-width: 991px) {

    .map-trigger {
        margin: 0px auto 50px;
        white-space: nowrap;
        max-width: 320px;
        padding-top: 130px;
        overflow: hidden;
    }

    .map-trigger:before,
    .map-trigger > span {
        top: 131px;
    }

    .map-location-2:before {
        right: -15px;
    }

    .map-location-2:after {
        right: -17px;
    }

    .map-location-1:before {
        left: -15px;
    }
    
    .map-location-1:after {
        left: -17px;
    }

    .map-location-1 ,
    .map-location-2 {
        width: 100px;
        margin: 0 30px;
    }

    .map-trigger-desktop .other-locations {
        display: none;
    }

    .map-trigger-desktop {
        margin: 0 auto 10px;
    }

    .map-trigger-mobile {
        padding: 0;
    }

    .map-trigger-mobile:before {
        display: none;
    }

    .map-trigger-mobile {
        width: calc(100% - 15px);
        max-width: 500px;
        margin: 0 auto;
    }

    .map-trigger-mobile .other-locations {
        display: flex;
        width: auto;
        margin: 0;
        position: relative;
        padding-top: 20px;
    }

    .map-trigger-mobile .other-locations > div em {
        font-size: 15px;
        top: 0;
    }

    .map-trigger-mobile .other-locations:before {
        content: "";
        border-top: 1px solid #fff;
        position: absolute;
        top: 17px;
        left: 18px;
        width: calc(100% - 36px);
        height: 1px;
    }
    
    .other-locations > div span {
        width: 19px;
        height: 19px;
        background: #D1997B;
        border: 2px solid #fafafa;
        position: absolute;
        top: -11px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50%;
    }
    
    .other-locations > div {
        padding-top: 15px;
    }

}

@media (max-width: 991px) {

.map-information {
    display: table;
    margin: 40px auto 0;
    position: relative;
    width: 1306px;
    left: calc(50% + 223px);
    transform: translateX(-50%);
    transition: 0.3s all;
}

.map-information.point2 {
    left: calc(50% + -251px);
}

.map-information.point3 {
    left: calc(50% + 294px);
}

.map-information.point4 {
    left: calc(50% + 132px);
}

.map-information.point5 {
    left: calc(50% + 196px);
}

.map-information.point6 {
    left: calc(50% + 196px);
}

.map-information.point7 {
    left: calc(50% + 166px);
}

}

@media (min-width: 992px) and (max-width: 1250px) {

    .map-trigger {
        transform: scale(0.80) translateX(-50%);
        width: 1190px;
        position: relative;
        left: calc(50% - 113px);
    }

    .map-trigger-inner {
        flex-wrap: inherit;
    }

}

@media (min-width: 992px) and (max-width: 1350px) {

    .map-information {
        display: table;
        margin: 0px auto -80px;
        position: relative;
        width: 1302px;
        transform: scale(0.75) translateX(-50%);
        left: calc(50% - 164px);
    }

}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 991px) {

    body.contact-page .footer {
        margin-top: 0;
    }

}

@media(min-width: 992px) {

    .map-trigger-mobile {
        display: none;
    }
}

.contact-page .map-wrap {
    background: linear-gradient(175deg, #0B1E42 32.46%, #000 83.27%);
}

@media (max-width: 1050px) {

.contact h1 {
    font-size: 40px;
    letter-spacing: -0.8px;
}

.contact h1 + p {
    font-size: 20px;
    letter-spacing: 0.02px;    
    line-height: 140%;    
}

.map-wrap .footer {
    padding-top: 40px;
}

}

@media (max-width: 992px) {

    .contact {
        padding: 150px 0 100px;
    }
}


@media (max-width: 767px) {

    .contact-logos {
        margin-top: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }    

    .contact-logos img {
        max-height: 60px;
        margin: 10px 8px;
    }    

    .client-voices .head p {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .testimonials-alt .slide p {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 0px;
    }    

    .cv-logos {
        flex-wrap: wrap;
    }

    .cv-logos div {
/*         width: 33.33333%; */
        height: 100px;
    }

    .map-wrap:after {
        background: url(../img/footer-bg.svg) no-repeat left bottom;
        background-size: 260px;
    }        
}

@media (max-width: 575px) {

    .cv-logos div {
/*         width: 50%; */
    }

    .map-wrap:after {
        background: url(../img/footer-bg.svg) no-repeat left bottom;
        background-size: 170px;
    }    

}

@media (min-width: 768px) and (max-width: 1050px) {

    .contact-logos {
        margin-top: 50px;
        flex-wrap: wrap;
    }    

    .contact-logos img {
        max-height: 60px;
        margin: 0 15px 25px 0;
    }    
    
}

@media (min-width: 576px) {

.footer:after {
    content: "";
    background: url(../img/footer-bg.svg) no-repeat left bottom;
    background-size: 430px;
}

body.error404 .footer:after,
body.page-financial .footer:after ,
body.industry-auto .footer:after {
    content: "";
    background: url(../img/auto-footer-bg.svg) no-repeat left bottom;
    background-size: 430px;
}

body.industry-dtc .footer:after {
    content: "";
    background: url(../img/dtc-footer-bg.svg) no-repeat left top;
    background-size: 430px;
}
    
}

@media (min-width: 1050px) {

body.industry-dtc .footer:after {
    content: "";
    background: url(../img/dtc-footer-bg.svg) no-repeat left top;
    background-size: 500px;
}

}

#menu-footer {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

#menu-footer li {
    margin: 0 8px;
    position: relative;
}

#menu-footer li:not(:last-of-type):after {
    content: "";
    background: #fff;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 2px;
    right: -8px;
}

#menu-footer li a {
    font-size: 18px;
    color: #FAFAFA;
    color: #FAFAFA;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    display: table;
    line-height: 1;
}

#menu-footer li a:hover {
    color: #9E428F;
}

body.industry-auto #menu-footer li a:hover {
    color: #00C0D6;
}

body.industry-dtc #menu-footer li a:hover {
    color: #F37559;
}

@media (max-width: 575px) {
    
    #menu-footer li a {
        font-size: 16px;
    }

}

@media(min-width: 576px) {

body.industry-dtc .hero img {
    width: 100%;
}

}
    


body.page-careers {
/*     background: linear-gradient(198deg, #0B1E42 12.53%, #9E428F 21.13%, #0B1E42 44.94%);     */
    background: #000;
}

body.page-careers .footer {
    background: none;
}

.careers {
    padding: 200px 0 55px;
}

.careers .container  {
    max-width: 1395px;
}

.careers h1 {
font-family: Harmonia Sans Pro;
font-size: 60px;
font-weight: 700;
line-height: 120%;
letter-spacing: -1.2px;    
}

.careers p {
    color: #FAFAFA;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.045px;
    margin: 15px 0 70px
}

.careers h2 {
    font-family: Harmonia Sans Pro;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin: 0;
}

.more-jobs {
    display: none;
}

@media (min-width: 992px) {

/*.career-code-wrap {
    max-height: 333px;
    overflow: hidden;
    transition: max-height 0.3s ease; 
}

.careers.act .career-code-wrap {
      max-height: 100000px; 
}*/

.more-jobs {
    display: table;
    margin: 25px auto 0;
    cursor: pointer;
}

}

.careers.act .more-jobs {
    display: none;
}

body.page-careers .wrapper:before {
    content: "";
    background: url(../img/career-shadow.png) no-repeat top right;
    background-size: 730px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

body.page-careers .wrapper:after {
    content: "";
/*     background: url(../img/career-footer.png) no-repeat left bottom; */
    background-size: 730px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

body.blog .footer:after ,
body.page-careers .footer:after {
    display: none;
}

body.page-careers .wrapper {
    position: relative;
}

body.blog .wrapper > div.l-blocks-wrap ,
body.page-careers .wrapper > div.l-blocks-wrap {
    position: relative;
    z-index: 22;
}

.career-mob-img {
    margin-bottom: 40px;
    width: 100%;
}

body.page-careers .footer {
    margin-top: 0;
}

body.blog {
/*     background: url(../img/blog-bg.webp) no-repeat center 75% / cover; */
    background: black;
}

body.blog .footer {
    background: none;
}

.news {
    padding: 200px 0 55px;
    position: relative;
    z-index: 22;
}

.news .container  {
    max-width: 1395px;
}

.news-banner h2,
.news h1 {
    font-family: Harmonia Sans Pro;
    font-size: 59px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.2px;
    color: #FAFAFA;
}

.news p {
    font-family: Harmonia Sans Pro;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.045px;
    margin: 20px 0 0;
    color: #FAFAFA;
}

.news-banner {
    position: relative;
}

.news-banner > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-banner span {
    color: #FF8585;
    font-family: Harmonia Sans Pro;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    display: block;
}

.news-listing .row {
    margin: 0 -20px;
}

.news-listing .row > div {
    padding: 0 20px;
}

.blog-item {
    background: #0B1E42;
    border-radius: 40px;
    overflow: hidden;
    height: calc(100% - 40px);
    margin-bottom: 40px;
}

.blog-item span {
    color: #FAFAFA;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    display: block;
}

.news_meta {
    padding: 20px 20px 15px;
}

.news_meta .author-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 6px;
}

.news_meta .post-author {
    color: #fff;
    display: block;
    margin: 0px;
    font-size: 14px;
}

.news_meta .author-info {
    display: flex;
    align-items: center;
}

.blog-item h3 {
    color: #FAFAFA;
    font-family: Harmonia Sans Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.02px;    
    padding: 0 20px 40px;
}

.blog-thumb {
    position: relative;
    height: 303px;
    overflow: hidden;
}

.blog-item a > img {
    height: 303px;
    object-fit: contain;
    background: black;
    object-position: bottom center;
}

.blog-thumb:before {
    content: "";
    background: linear-gradient(180deg, #000 -26.47%, #0B1E42 57.96%, #9E428F 146.98%);
    mix-blend-mode: color;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-listing {
    padding: 150px 0 0;
}

body.blog .wrapper {
    position: relative;
}

body.blog .footer {
    margin: 0;
    position: relative;
    z-index:2;
}

body.blog .wrapper:after {
    content: "";
    background: url(../img/blog-footer.svg) no-repeat left bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 576px) {

    body.blog .wrapper:after {
        content: "";
        background: url(../img/blog-footer.svg) no-repeat left bottom;
        background-size: 430px;
    }

}

.news-page-nav {
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 10px 0 0;
}

.news-page-nav a {
    color: #fff;
}

.news-page-nav span:not(.dots),
.news-page-nav a {
    font-weight: 400;
    margin: 0 2px;
    display: inline-block;
    line-height: 24px;
    font-size: 18px;
    background: #071328;
    min-width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 50px;
}

.news-page-nav span:not(.dots) {
    background: #c680c1;
    color: #fff;
    font-weight: 600;
}

.news-page-nav a:hover {
    color: #c680c1;
}

.news-page-nav span.dots {
    color: #c680c1;
    margin: 0 5px;
    font-size: 12px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.about-v1 {
    background: linear-gradient(180deg, rgba(158, 66, 143, 0.00) 0%, rgba(158, 66, 143, 0.40) 49.48%, rgba(158, 66, 143, 0.00) 100%), #0B1E42;    
    padding: 200px 0 100px;
}

.page-id-2098 .about-v1 {
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
    
    font-weight: bold;
    background: linear-gradient(180deg, rgba(158, 66, 143, 0.00) 0%, rgba(158, 66, 143, 0.40) 49.48%, rgba(158, 66, 143, 0.00) 100%), rgb(37,33,77);
}

.page-id-2098 .about-v1 h1{
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
    font-size: 64px;
}

.about-v1 h1 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Harmonia Sans Pro;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
    text-transform: uppercase;    
}

.about-v1 p {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02px;    
    max-width: 850px;
    margin:10px auto 35px;
}

.about-inner {
    background: linear-gradient(180deg, #0B1E42 0%, #000 54.17%, #0B1E42 100%);    
    position: relative;
}

.about-inner > section,
.about-inner > div {
    position: relative;
    z-index: 2;
}

.about-inner > .testimonials.alt {
    z-index: 3
}

@media (min-width: 992px) {

.about-inner:before {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -18%;
    width: 65%;
    height: 2725px;
    background: radial-gradient(50% 50% at 50% 50%, #9E428F 0%, rgba(158, 66, 143, 0.00) 100%);
    opacity: 0.3;
}
    
}

.about-v2, 
.about-v7 {
    padding: 100px 0 0;
}

.about-v2 .container, 
.about-v7 .container{
    max-width: 900px;
}

.about-v2 h2, 
.about-v7 h2 {
    color: #FAFAFA;
    margin: 30px 0 10px;
    font-family: Harmonia Sans Pro;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.8px;    
}

.about-v2 p, 
.about-v7 p {
    color: #FAFAFA;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02px;
}

.about-v3 {
    padding: 160px 0;
}

.about-v3 h2 {
    color: #FAFAFA;
    margin: 0 0 10px;
    font-family: Harmonia Sans Pro;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.8px;    
}

.about-v3 p {
    color: #FAFAFA;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02px;
    max-width: 850px;
    margin:10px auto 35px;
}

.about-v3 .hero-video svg.play {
    background: transparent;
}

.extra-features {
    color: #FAFAFA;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02px;    
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 32px;
    transition: 0.3s all;
}

.playing .extra-features {
    padding: 32px 80px 32px 0;
}

.about-v3 .pause {
    bottom: 25px;
}

.extra-features a {
    display: flex;
    align-items: center;
    color: #fff;
}

.extra-features a svg {
    margin-left: 15px;
    position: relative;
    top: 3px;
}

.testimonials h3 {
    font-family: Harmonia Sans Pro;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.8px;   
    text-align: center;
}

.testimonials h3 + p {
    color: #FAFAFA;
    text-align: center;
    font-family: Harmonia Sans Pro;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.48px;
}

.testimonials.alt:after {
    display: none;
}

body.page-about .clients {
    padding: 0 0 165px;
    margin-top: -30px;
}

body.page-about .clients img {
    opacity: 1;
}

.testimonials.alt {
    position: relative;
    padding: 0;
}

#awards {
    padding: 200px 0 160px;
    position: relative;
    overflow: visible;
}

#awards .shape {
    position: absolute;
    top: -226px;
    right: 0;
}

#awards h3 {
    font-family: Harmonia Sans Pro;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.8px;    
    margin: 0 0 40px;
}

#awards ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 850px;
    margin: 0 auto;
}

#awards ul li {
    width: 25%;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}



@media (max-width: 991px) {

    body.blog .wrapper:after {
        background-size: 300px !important;
    }

.careers h2 {
    margin: 45px 0 0;
}

.careers p {
    margin: 0 0 45px;
}

.news h1 {
    font-size: 48px;
    letter-spacing: -0.96px;
}

.news-banner {
    margin: 30px 0 0;
}

.news-listing {
    padding: 70px 0 0;
}

}

@media (max-width: 575px) {

.news-banner span {
    font-size: 20px;
    letter-spacing: 0.02px;
}

.news {
    padding: 120px 0 55px;
}

.career-mob-img {
    margin: 0 -12px;
    width: calc(100% + 24px);
    max-width: inherit;
}

.news h1 ,
.careers h1 {
    font-size: 40px;
    letter-spacing: -0.8px;    
}

.news-banner h2 {
    font-size: 32px;
    letter-spacing: -0.64px;    
}

.news p {
    font-size: 20px;
    letter-spacing: 0.02px;    
}

.careers p {
    font-size: 20px;
    letter-spacing: 0.02px;
    margin: 0 0 35px;
}

.careers h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
}

.careers {
    padding: 140px 0 0px;
}

body.page-careers .wrapper:after {
    background: url(../img/career-footer.png) no-repeat left bottom;
    background-size: 450px;
}

}

.team-listing {
    padding: 0 0 70px;
}

.team-listing .row {
    position: relative;
    margin: 0 -12px;
}

.team-listing [class*="col-"] {
    margin-top: 40px;
    position: static;
    padding: 0 12px;
}

.team-listing h2 {
    color: #fff;
    font-family: Harmonia Sans Pro;
    font-size: 40px;
    line-height: 120%; 
    letter-spacing: -0.8px;    
}

.profile-information {
    background: linear-gradient(35deg, #9E428F 0%, #FF8585 100%);
    position: absolute;
    display: block;
    top: 40px;
    left: 12px;
    height: calc(100% - 40px);
    overflow: hidden;
    width: calc(100% - 24px);
    border-radius: 40px;
    z-index: 222;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    padding: 0 0 0 350px;
}

.profile-information img {
    position: absolute;
    width: 350px;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.item-close {
    position: absolute;
    top: 2px;
    right: 9px;
    padding: 10px;
    cursor: pointer;
}

.team-listing .item.act + .profile-information {
    opacity: 1;
    visibility: visible;
}

.profile-information-wrap {
    color: #fff;
    margin: 50px 0px 50px 50px;
    font-size: 20px;
    line-height: 30px;
    overflow: auto;
    max-height: calc(100% - 100px);
    position: relative;
    width: calc(100% + 25px);
    padding-right: 105px;
}

.profile-information-wrap > div p:last-of-type {
    margin: 0;
}

.team-listing .item {
    position: relative;
    overflow: hidden;
    overflow: hidden;
    cursor: pointer;
}

.team-listing .item img {
    height: 400px;
    object-fit: cover;
    filter: grayscale(1);
}

.team-listing .item:before {
    content: "";
    opacity: 0.8;
    background: linear-gradient(35deg, #9E428F 0%, #FF8585 100%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    transition: 0.3s all;
    border-radius: 40px;
}

.team-listing .item:after {
    content: "";
    background: linear-gradient(35deg, #000 0%, #0B1E42 22.92%, #9E428F 100%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    transition: 0.2s all;
    border-radius: 40px;
    opacity: 0;
}

.team-listing .item:hover:before {
    opacity: 0;
    transition: 0.2s all;
}

.team-listing .item:hover:after {
    transition: 0.3s all;
    opacity: 0.8;
}

.team-listing .item .profile-image {
    border-radius: 40px;
    overflow: hidden;
}

.team-listing .item .profile-image > svg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 23;
    mix-blend-mode: multiply;
    border-radius: 0 40px 0 0;
}

.team-listing .item .profile-image > div {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 24;
    color: #fff;
    padding: 15px;
    transition: 0.3s all;
    opacity: 0;
}

.team-listing .item:hover .profile-image > div {
    opacity: 1;
}

.team-listing .item .profile-image > div > div {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.team-listing .item .profile-image > div cite {
    color: #FFF;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.056px;
    font-style: normal;
    display: block;
}

.team-listing .item .profile-image a span {
    font-size: 12px;
    line-height: 166%;
    letter-spacing: 0.048px;    
    border-bottom: 1px solid #6c6d6e;
}

.page-about .footer {
    background: linear-gradient(180deg, #0B1E42 0%, #000 54.17%, #0B1E42 100%);    
}

.page-about .footer {
    margin-top: 0;
}

@media (max-width: 1050px) {

#awards .shape {
    top: -78px;
    right: 0;
    max-width: 230px;
}
    
.testimonials h3,
.about-v3 h2,
.about-v2 h2,
.about-v7 h2{
    font-size: 32px;
    letter-spacing: -0.64px;
}

.about-v1 h1 {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 5px;
}
    
.page-id-2098 .about-v1 h1 {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 5px;
}
    
.about-v1 {
    padding: 145px 0 30px;
}
    
}

@media (max-width: 991px) {

.profile-information {
    height: calc(50% - 40px);
}
    
.team-listing [class*="col-"]:nth-child(3) .profile-information ,
.team-listing [class*="col-"]:nth-child(4) .profile-information {
    top: calc(50% + 40px);
}

}

@media (max-width: 575px) {

.about-v1 h1 {
    font-size: 32px;
    letter-spacing: -0.64px;
}

    .page-id-2098 .about-v1 h1 {
        font-size: 32px;
        
    }

.testimonials h3 + p {
    font-size: 18px;
}
    
.about-v2 p,
.about-v7 p,
.about-v1 p {    
    font-size: 14px;
}    
    
.about-v1 {
    padding: 115px 0 0px;
}
    
    .about-v2, .about-v7 {
        text-align: center;
    }    
        
.team-listing h2,    
#awards h3,    
.testimonials h3,
.about-v3 h2,
.about-v2 h2,
.about-v7 h2{
    font-size: 24px;
    letter-spacing: -0.48px;    
}
    
    .team-listing h2 {
        margin: 0 0 45px;
    }    
    
.about-v2,
.about-v7{
    padding: 80px 0 0;
}
    
.about-v3 .hero-video {
    width: calc(100% + 45px);
    left: -22px;
    border-radius: 0;
}
    
.extra-features {
    right: -9px;
    padding: 13px;
    transition: 0.3s all;
    transform: scale(0.7);
}
    
.about-v3 {
    padding: 100px 0;
}
    
body.page-about .clients {
    padding: 0 0 70px;
    margin-top: -30px;
}
    
#awards .shape {
    top: -2px;
    right: 0;
    max-width: 150px;
}
    
#awards {
    padding: 200px 0 100px;
}

#awards ul li {
    width: 50%;
}
.team-slider .slick-prev {
    display: none !important;
}
    
    .team-slider .slick-next {    
    background: transparent;
    position: absolute;
    top: 0;
    right: -50px;
    width: 100px;
    padding: 0;
    border: none;
    font-size: 0;
    height: 100%;
    z-index: 2;
        opacity: 0;
}    
    
.team-slider {
    width: calc(100% - 30px);
    position: relative;
    left: -5px;
}
    
.team-listing .item .profile-image > div {
    opacity: 1;
}    
    
    .team-slider .slick-list {
        overflow: visible;
    }
    
    .team-slide {
        padding: 0 10px;
    }
    
.slick-current .item.act .profile-information {
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
}
    
.profile-information-wrap p {
    font-size: 16px;
    line-height: 23px;
}
    
.profile-information-wrap {
    margin: 40px;
    overflow: auto;
    max-height: calc(100% - 100px);
    position: relative;
    width: 100%;
    padding-right: 80px;
}    
    
}

@media (min-width: 576px) and (max-width: 767px) {

.profile-information-wrap p {
    font-size: 17px;
    line-height: 28px;
}
    
.profile-information img {
    width: 300px;
}
    
.profile-information {
    padding: 0 0 0 290px;
}    
    
}
    
@media (max-width: 575px) {

body.page-about .footer:after {
   background-size: 150px !important;
   background-position: 0 210px !important;
}
    
.cta h2 {
    max-width: 280px;
    margin: 0 auto 10px;
}    
    
.cta p {
    margin: 0 auto 35px;
    max-width: 320px;
}    

}

.page-template-simple-page {
    background: #0c1734;
}

body.page-template-simple-page .footer {
    background: transparent;
}

body.page-template-simple-page .l-blocks-wrap {
    max-width: 1300px;
    padding: 200px 15px 0;
    margin: 0 auto;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

body.page-template-simple-page .l-blocks-wrap > h1:first-child {
    margin: 0 0 60px;
}

body.page-template-simple-page .l-blocks-wrap p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}

body.page-template-simple-page .l-blocks-wrap h3 {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 700;
}

body.page-template-simple-page .l-blocks-wrap h4 {
    font-size: 30px;
    margin-bottom: 15px;
}

body.page-template-simple-page .l-blocks-wrap a {
    color: #9E428F;
    border-bottom: 1px solid;
}

body.page-template-simple-page .l-blocks-wrap a:hover {
    border-bottom: 1px dotted;
}

body.page-template-simple-page .l-blocks-wrap ul {
    margin: -25px 0 40px 20px;
}

body.page-template-simple-page .l-blocks-wrap ul ul {
    margin: 0 0 0 20px;
}

body.page-template-simple-page .l-blocks-wrap ul li {
    list-style: disc;
    color: #fff;
    margin: 5px 0 0
}

body.page-template-simple-page .l-blocks-wrap ol {
    margin: 0 0 40px 20px;
}

body.page-template-simple-page .l-blocks-wrap ol li {
    list-style: decimal;
    color: #fff;
    margin: 5px 0 0
}

body.page-template-simple-page .l-blocks-wrap ol ul {
    margin: 10px 0 12px 30px;
}

body.page-template-simple-page .l-blocks-wrap ol ul li {
    list-style: disc;
}


.s-nav {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 777;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-nav .s-prev ,
.s-nav .s-next {
    display: flex;
    width: 45px;
    height: 45px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border:1px solid #FAFAFA;    
    cursor: pointer;
    transition: 0.3s all;
}

body .s-nav .in-active {
    border: 1px solid #262626;
    pointer-events: none;
    transition: 0.3s all;
}

body .s-nav .in-active svg path {
    fill: #262626;
    transition: 0.3s all;
}

.s-progress {
    width: 396px;
    height: 5px;
    background: #262626;
    border-radius: 10px;
    margin: 0 15px;
    position: relative;
}

.s-progress > div {
    background: #FAFAFA;
    border-radius: 10px 0 0 10px;
    position: absolute;
    height: 11px;
    top: -3px;
    left: 0;
    width: 16.66666%;
    transition: 0.3s all;
}

.solutions-slider.slide-2-active + .s-nav .s-progress > div {
    width: 33.33333%
}

.solutions-slider.slide-3-active + .s-nav .s-progress > div {
    width: 50%;
}

.solutions-slider.slide-4-active + .s-nav .s-progress > div {
    width: 66.66666%;
}

.solutions-slider.slide-5-active + .s-nav .s-progress > div {
    width: 83.3333%;
}

.solutions-slider.slide-6-active + .s-nav .s-progress > div {
    width: 100%;
    border-radius: 10px;
}

.solutions-slider.slide-6-active + .s-nav .s-next,
.solutions-slider.slide-1-active + .s-nav .s-prev,
body.industry-auto .solutions-slider.slide-5-active + .s-nav .s-next {
    border: 1px solid #262626;
    pointer-events: none;
    transition: 0.3s all;
}

.solutions-slider.slide-6-active + .s-nav .s-next svg path,
.solutions-slider.slide-1-active + .s-nav .s-prev svg path,
body.industry-auto .solutions-slider.slide-5-active + .s-nav .s-next svg path {
    fill: #262626;
    transition: 0.3s all;
}

body.industry-auto .s-progress > div {
    width: 20%;
}

body.industry-auto .solutions-slider.slide-2-active + .s-nav .s-progress > div {
    width: 40%
}

body.industry-auto .solutions-slider.slide-3-active + .s-nav .s-progress > div {
    width: 60%;
}

body.industry-auto .solutions-slider.slide-4-active + .s-nav .s-progress > div {
    width: 80%;
}

body.industry-auto .solutions-slider.slide-5-active + .s-nav .s-progress > div {
    width: 100%;
    border-radius: 10px;
}

body.error404 .wrapper,
body.page-financial .wrapper {
/*     background: url(../img/financial-bg.webp) no-repeat top center / cover; */
    background: black;
}

body.page-financial .main-wrapper {
    background: none !important;
}

body.page-financial .main-wrapper:before {
    display: none;
}

body.error404 .footer,
body.page-financial .footer {
    background: none !important;
}

body.page-financial .hero {
    padding-bottom: 90px;
}

.text-wrap {
    color: #fff;
    padding: 0 0 120px;
}

.text-wrap h2 {
    margin: 0 0 20px;
}

.text-wrap h3 {
    font-size: 22px;
    margin: 0 0 20px;
}

.text-wrap p:last-of-type {
    margin: 0;
}

.text-wrap img {
    border-radius: 25px;
}

.text-wrap ul {
    margin: 20px 0 0 15px;
    padding: 0;
}

.text-wrap ul li {
    list-style: disc;
    margin-top: 5px;
}

.text-wrap ul li::marker {
    color: #308aaa;
}

a.bttn {
    padding: 12px 20px;
    border-radius: 42px;
    background: #00C0D6;
    font-size: 18px;
    font-weight: 700;
    display: table;
    margin: 20px 0 0;
    color: #fff;
}


a.bttn:hover {
    background: #00acc0;
}

.text-wrap.alt {
    padding: 50px;
    background: linear-gradient(360deg, #000 -29.12%, #0B1E42 57.34%, #03495f 105.73%);
    border-radius: 25px;
    box-shadow: 0px 21px 15px -3px rgba(0, 0, 0, 0.1);
}

body.page-financial .carouselTicker__item img {
    height: 75px;
    width: auto;
    opacity: 1;
}

body.page-financial .footer {
    margin: 0;
}

@media(max-width: 575px) {

.text-wrap .bttn {
    margin-left: auto;
    margin-right: auto;
}

}

@media(max-width: 767px) {

.text-wrap img {
    margin-top: 30px;
}

.text-wrap.alt {
    padding: 35px;
}

.text-wrap.alt img {
    margin-top: 0px;
    margin-bottom: 30px;
}

body.page-financial .logos img {
    max-height: max-content;
}

.text-wrap {
    max-width: 600px ;
    margin: 0 auto;
}

}

@media(max-width: 991px) {

.text-wrap {
    padding: 0 0 80px;
}

.clients {
    padding-top: 70px;
}

body.page-financial .hero {
    padding-bottom: 60px;
}

}


.text-wrap img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.text-wrap .img-medium {
    max-width: 400px;
}

.about-v2 video,
.about-v7 video{
    width: 100%;
    height: auto;
    border-radius: 25px;
}

body.error404 .cta {
    display: none;
}

body.error404 .footer:after {
    display: none;
}

section.error-404 {
    padding: 280px 0 100px;
}

section.error-404 p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0 30px;
}

section.error-404 .bttn {
    margin: 0 auto;
}

body.home .hero .container {
    padding: 50px;
    background: rgba(255,255,255,0.05);
    border-radius: 25px;
    height: calc(100vh - 250px);
    display: flex;
    align-items: center;
    justify-content: center;
}

body.home .hero .container h1  {
    margin: 0;
    font-size: 60px;
}

@media (max-width: 1200px) {

body.home .hero .container {
    max-width: 90%;
}

}

@media (max-width: 767px) {

body.home .hero .container h1 {
    font-size: 32px;
}

body.home .hero {
    padding: 100px 0 0px;
}
    
}


body.error404 .footer {
    margin: 0;
}


.solutions-slider h3 + span ,
.solutions-mobile-slider h3 + span {
    font-family: Harmonia Sans Pro;
    font-size: 20px;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.02px;    
    color: #fff;
    display: block;
    margin: -5px 0 20px;
}

.solutions-mobile-slider h3 + span {
    font-size: 18px;
}

.dtc-text-wrap {
    position: relative;
    z-index: 2;
    overflow: visible;
    padding: 150px 0 100px;
}

.dtc-text-wrap .container {
    max-width: 900px;
}

.dtc-text-wrap h3 {
    font-family: Harmonia Sans Pro;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.8px;
    background: linear-gradient(180deg, #000 -38.22%, #541A1C 29.44%, #C01D51 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
    margin: 0 0 15px;
}

.dtc-text-wrap p {
    color: #000;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02px;
}

.dtc-text-wrap img {
    border-radius: 40px;
}
/* 
.industry-dtc .footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 150px solid #fff;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
} */

body.industry-dtc .footer {
    margin: 0;
    padding-top: 150px;
/*     background: linear-gradient(50deg, #3B1315 -12.21%, #931D3C 73.48%, #F37559 131.21%);     */
    background: black;
}

body.industry-dtc .cta a {
    background: #F37559;
}

body.industry-dtc .cta a:hover {
    background: #bc5037;
}

body.industry-dtc .footer .copyright p a:hover {
    color: #F37559;
}

body.industry-dtc .clients-wrap {
/*     background: linear-gradient(180deg, #8C1D38 4.85%, #371213 91.79%);     */
    background: black;
}

body.industry-dtc .hero {
/*     background: linear-gradient(358deg, #000 -15.12%, #541A1C 35.38%, #C01D51 100%); */
    background: black;
    position: relative;
}

body.industry-dtc .hero .container {
    position: relative;
    z-index: 22;
}

body.industry-dtc .hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
/*     background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,#1c0708 100%); */
    background: black;
}

body.industry-dtc .solutions {
/*     background: linear-gradient(180deg, #000 -24.86%, #541A1C 36.26%, #C01D51 100%); */
    background: black;
}

body.industry-dtc .solutions:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 556;
/*     background: linear-gradient(to bottom,  #1c0708 0%,rgba(0,0,0,0) 100%); */
/*     background: black; */
    
}

body.industry-dtc .solutions .container-fluid {
    position: relative;
    z-index: 557;
}

body.industry-dtc .solutions-slider-wrap {
    position: relative;
    padding-top: 120px;
    margin-top: -120px;
}

body.industry-dtc .solutions-slider-wrap:after {
    content: "";
/*     background: url(../img/dtc-shape-2.png) no-repeat top left; */
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

body.industry-dtc .solutions .slide .video img {
    width: 80%;
    max-width: 600px;
}

body.industry-dtc .carouselTicker__item {
    padding: 0 25px;
}

body.industry-dtc .carouselTicker__item img {
    max-height: 50px;
    max-width: 200px;
    opacity: 1;
}

@media (max-width: 575px) {

body.industry-dtc .solutions {
    background: url(../img/dtc-solutions-bg.webp) no-repeat center top / cover;
}

}

.dtc-text-wrap .shape {
    border-radius: 0;
    display: none;
}

@media (min-width: 576px)  and (max-width: 1249px) {

body.industry-dtc .solutions {
    background: linear-gradient(180deg, #000 -24.86%, #C01D51 36.26%, #8c1e39 100%);
}

}

body.industry-dtc .solutions-slider {
    z-index: 2;
}


@media (min-width: 992px) and (max-width: 1550px) {
    
.news .container {
    max-width: 1140px;
}
    
.news-banner h2, .news h1 {
    font-size: 48px;
}    
    
}

@media (min-width: 1150px) and (max-width: 1550px) {

.blog-thumb {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.blog-item a > img {
    height: 320px;
    object-fit: contain;
    background: black;
    object-position: bottom center;
}

}

body.single-blog .footer,
body.single-post .footer {
    margin: 0;
    background-image: none;
}

body.single-blog ,
body.single-post {
    background: linear-gradient(to bottom,  rgba(14,28,62,1) 0%,rgba(161,75,129,1) 30%,rgba(14,28,62,1) 100%);
}

.post-content {
    padding: 200px 0 30px;
}

.post-content .container {
    max-width: 1080px;
}

.post-content .post-author {
    color: #fff;
    opacity: 0.85;
    display: block;
    margin: 10px 0 30px;
}

.post-content p {
    color: #fff;
    margin: 0 0 20px;
}

.post-content ul {
    color: #fff;
    margin: 0 0 0 15px;
}

.post-content ul li {
    list-style: disc;
    margin-top: 5px;
}

.post-content ul li::marker {
    color: #db75b6;
}

.post-content p a,
.post-content li a {
    color: #fff;
    border-bottom: 1px solid;
}

.blog-thumb img {
    height: 100%;
    object-fit: cover;
    object-position: top left
}

.post-content .author-info {
    display: flex;
    align-items: center;
}

.post_meta {
    margin: 15px 0 30px
}

.post-content .author-img {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}

.post-content .post-author {
    color: #fff;
    opacity: 0.85;
    display: block;
    margin: 0px;
}

.author-box {
    margin-bottom: 30px;
}

.author-box .container {
    max-width: 1080px;
}

.author-box .container > div {
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    padding: 50px 35px;
    align-items: center;
}

.author-box-avatar {
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
    background: #fff;
    border-radius: 50%;
    margin-right: 30px;
    overflow: hidden;
}

.author-box p {
    color: #fff;
    margin: 0;
}

@media(max-width: 575px) {

.author-box .container > div {
    display: block;
    padding: 30px;
}

.author-box-avatar {
    margin-bottom: 20px;
}
    
}

.contact-form > div iframe {
    width: 100%;
    margin-bottom: -24px;
}

.s-nav .s-prev svg, .s-nav .s-next svg {
    height: 22px;
    width: 22px;
}

.post-content figure {
    padding-right: 20px;
}

.post-content figure img {
    border-radius: 15px;
}

@media(max-width: 600px) {

.post-content figure {
    padding-right: 0px;
    padding-bottom: 20px;
    float: none !important;
    display: table;
}

body.single .post-content {
    padding: 120px 0 30px;
}

body.single .post-content h1 {
    font-size: 35px;
}
    
}

body.page-id-1128 .blog-thumb {
    position: relative;
    height: 250px;
    overflow: hidden;
}

body.page-id-1128 .default-thumb {
    position: relative;
    height: 250px;
    overflow: hidden;
}

body.page-id-1128 .blog-item img.default-thumb {
    object-fit: cover;
    object-position: right;
    height: 250px;
}

@media(max-width: 600px) {

.blog-item {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
    
}

.blog-thumb:before {
    z-index: 2;
}

@media(max-width: 991px) {

.blog-item span {
    font-size: 13px;
}

.news_meta .post-author {
    font-size: 13px;
}

}

body .logos-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.02);
    padding: 15px;
}

body .logos-col > div {
    width: auto;
    flex-basis: inherit !important;
    flex-grow: inherit !important;
    height: 90px;
    display: flex;
    align-items: center;
}

body .logos-col > div *{
    margin: 0;
}

body .logos-col > div img {
    max-height: 75px;
    max-width: 280px;
    border-radius: 0px;
    width: auto;
}

@media(max-width: 767px) {

body .logos-col > div {
    height: auto;
}

body .logos-col > div *{
    margin: 0;
    padding: 0;
}
    
}

body.page-demo .wp-block-video {
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 10px;
}

@media(min-width: 992px) {

body.page-demo .wp-block-video {
    height: 350px;
}
    
}

body.page-demo .wp-block-video video {
    max-height: 320px;
    border-radius: 5px;
    overflow: hidden;
}

.password-protected-content h1 {
    text-align: center;
}

form.post-password-form,
.password-protected-content form {
    border: 1px solid rgba(255,255,255,0.1);
    padding: 50px;
    max-width: 550px;
    margin: 30px auto 0;
}

form.post-password-form > p:last-child,
.password-protected-content form > p:last-child {
    position: relative;
    padding-right: 120px;
    margin: 0;
}

form.post-password-form > p:first-child,
.password-protected-content form > p:first-child {
    font-weight: bold;
}

form.post-password-form label,
.password-protected-content form label {
    font-size: 0px;
    display: block;
}

form.post-password-form input:not([type="submit"]),
.password-protected-content form input:not([type="submit"]) {
    font-size: 15px;
    width: 100%;
    border: none;
    padding: 0 10px;
    height: 45px;
}

form.post-password-form input[type="submit"],
.password-protected-content form input[type="submit"] {
    padding: 0 10px;
    height: 45px;
    background: #9E428F;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
}

form.post-password-form input[type="submit"]:hover,
.password-protected-content form input[type="submit"]:hover {
    background: #b357a4;
}    

@media(max-width: 767px) {

form.post-password-form,    
.password-protected-content form {
    padding: 30px;
}
    
}

.post-content #cta-btn a {
    padding: 12px 30px;
    border-radius: 42px;
    background: #9E428F;
    font-size: 15px;
    font-weight: 700;
    display: table;
    color: #fff;
    text-decoration: none;
    border: none;
    margin: 30px 0 0 !important;
}

.post-content #cta-btn a:hover {
    background: #b357a4;
}    

.post-content blockquote {
    background: #0B1E42;
    padding: 15px 15px 15px 30px;
    border-left: 3px solid #9E428F;
}

.post-content blockquote p {
    margin: 0;
}


body.page-nbc {
    background-color: #000;
    padding-top: 200px;
}

body.page-nbc .wrapper {
    background: linear-gradient(180deg, rgba(158, 66, 143, 0.0) 0%, rgba(158, 66, 143, 0.30) 30%, #0B1E42 79.16%, #000 97.07%);
}

.dual-content {
    padding: 60px 0 0;
}

.dual-content .container {
    width: 100%;
    max-width: 1200px;
    padding: 0 23px;
}

.dual-content .dual-img {
    position: relative;
}

.dual-content .dual-img h3 {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 50px;
    font-size: 60px;
    line-height: 75px;
}

.dual-content .dual-inner {
    background: #00000059;
    height: 100%;
    padding: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.dual-content .dual-inner p {
    color: #fafafa;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.4
}

.lp-header {
    padding: 0 0 70px;
}

.lp-header .head {
    padding: 0 100px;
}

.lp-header .head span {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
}

.lp-header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0
}

.lp-header ul li {
    margin: 0 40px;
    position: relative
}

.lp-header ul li:not(:first-child):after {
    content: "+";
    color: #fff;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateX(-50%);
    font-size: 25px;
    opacity: 0.5;
}

.lp-header ul li div {
    background: #fff;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.lp-header ul li div img {
    max-width: 150px;
}

.icon_teaser {
    padding: 150px 0 0px;
    margin-bottom: -40px;
}

.icon_teaser .container {
    max-width: 1200px;
}

.icon_teaser .head h2 {
    font-size: 50px;
    margin-bottom: 60px;
}

.icon_teaser .item {
    margin-bottom: 30px;
    border: 1px solid #ffffff30;
    border-radius: 25px;
    padding: 30px 30px 0;
    height: calc(100% - 30px);
}

.icon_teaser .item > div {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
}

.icon_teaser .item > div img {
    max-width: 60px;
    max-height: 60px;
}

.icon_teaser .item h3 {
    font-size: 22px;
    margin: 20px 0 15px;
}

.icon_teaser .item p {
    color: #fff;
}

.packages {
    padding: 70px 0 50px
}

.packages .container {
    max-width: 950px;
}

.packages .head h2 {
    font-size: 50px;
    margin-bottom: 60px;
}

.packages .item {
    border-radius: 40px;
    background: linear-gradient(355deg, #000 0%, #0B1E42 48.96%, #9E428F 100%);
    padding: 40px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.packages .item h3 {
    font-size: 25px;
}

.packages .item .plan-price {
    color: #ea99b5;
    font-size: 22px;
    font-weight: 600;
}

.packages .item .plan-price span {
    font-size: 15px;
}

.packages .item ul {
    margin: 20px 0 
}

.packages .item ul li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.packages .item ul li:first-child {
    text-transform: uppercase;
}

.packages .notes {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    padding: 15px 0 0;
}

body.page-nbc .footer {
    background: transparent;
    margin: 0;
}

@media(max-width: 991px) {

.dual-content .dual-img {
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
}
    
.dual-content .dual-img img {
    height: 100%;
    object-fit: cover;
}
    
.packages .item {
    border-radius: 25px;
    padding: 25px;
}
    
body.page-nbc {
    padding-top: 120px;
}

.lp-header .head span {
    font-size: 20px;
}

.lp-header h1 {
    font-size: 32px;
}

.dual-content .dual-img h3 {
    padding: 20px 40px;
    font-size: 46px;
    line-height: 60px;
}

.dual-content .dual-inner p {
    font-size: 20px;
}

.icon_teaser .item {
    padding: 20px 20px 0;
}

.icon_teaser .item h3 {
    font-size: 20px;
    margin: 10px 0 15px;
}

}

@media(max-width: 767px) {

.dual-content .dual-inner {
    margin-top: 30px;
}

}

@media(max-width: 600px) {

body.page-nbc .logos img {
    max-height: 40px;
    max-width: 120px;
}

.icon_teaser .item p {
    font-size: 13px;
    line-height: 21px;
}

.lp-header ul li div {
    width: 160px;
    height: 160px;
}

.lp-header ul li {
    margin: 0 20px;
}

.lp-header ul li:not(:first-child):after {
    left: -19px;
    font-size: 21px;
}

.lp-header ul li div img {
    max-width: 110px;
}

}

@media(max-width: 1100px) {
    
.lp-header .head {
    padding: 0;
}

}

form.post-password-form>p:first-child {
    color: #FFF;
}

.processors-wrap .container {
    max-width: 980px;
}

.processors-wrap h1 {
    margin-bottom: 15px;
}

.processors-wrap table {
    width: 100%;
    margin: 20px 0 40px;
}

.processors-wrap table thead th {
    background: #9E428F;
    border: 1px solid #9E428F;
    color: #fff;
}

.processors-wrap table th, .processors-wrap table td {
    border: 1px solid #6f3065;
    padding: 13px 20px;
    font-size: 16px;
    text-transform: capitalize;
}

@media(max-width: 585px) {
    
    body.page-template-simple-page .l-blocks-wrap {
        padding: 100px 15px 0;
    }
    
}
    
.page-landing {
    background: linear-gradient(180deg, #000 0%, #0B1E42 47.92%, #9E428F 98.44%);    
}

.hbtn {
    padding: 10px 20px;
    border-radius: 42px;
    background: #9E428F;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    min-width: 170px;
    text-align: center;
}

.hbtn:hover {
    color: #fff;
    background: #b357a4;
}    

.hero-v2 {
    padding: 180px 0 100px;
}

.hero-v2 span {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin: 0 0 25px;
}

.hero-v2 h1 {
    color: #fff;
    font-size: 56px;
    line-height: 115%;
    letter-spacing: -1.12px;
    text-transform: uppercase;
    margin: 0 auto 30px;
    max-width: 1000px;
}

.hero-v2 p {
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 35px;
}

.lbtn {
    padding: 16px 20px;
    border-radius: 42px;
    background: #9E428F;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    min-width: 220px;
    text-align: center;
}

.lbtn:hover {
    color: #fff;
    background: #b357a4;
}    

.hero-v2 img {
    margin: 120px 0 0;
}

.logo-text {
    padding: 30px 0 0;
}

.logo-text hr {
    border-top: 1px solid #fff;
    opacity: 1;
    margin: 50px 0 0;
}

.logo-text ul {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.logo-text ul li:not(:first-child) {
    margin-left: 42px;
    position: relative;
}

.logo-text ul li img {
    max-height: 70px;
}

.logo-text ul li img[src*="ncm-logo"] {
    max-height: 55px;
}

.logo-text ul li:not(:first-child):before {
    content: "";
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"%3E%3Cg clip-path="url(%23clip0_14_17385)"%3E%3Cpath d="M11.2856 7.42941H8.57129V4.71512C8.57129 4.63655 8.507 4.57227 8.42843 4.57227H7.57129C7.49272 4.57227 7.42843 4.63655 7.42843 4.71512V7.42941H4.71415C4.63557 7.42941 4.57129 7.4937 4.57129 7.57227V8.42941C4.57129 8.50798 4.63557 8.57227 4.71415 8.57227H7.42843V11.2866C7.42843 11.3651 7.49272 11.4294 7.57129 11.4294H8.42843C8.507 11.4294 8.57129 11.3651 8.57129 11.2866V8.57227H11.2856C11.3641 8.57227 11.4284 8.50798 11.4284 8.42941V7.57227C11.4284 7.4937 11.3641 7.42941 11.2856 7.42941Z" fill="%239E428F"/%3E%3Cpath d="M8 0C3.58214 0 0 3.58214 0 8C0 12.4179 3.58214 16 8 16C12.4179 16 16 12.4179 16 8C16 3.58214 12.4179 0 8 0ZM8 14.6429C4.33214 14.6429 1.35714 11.6679 1.35714 8C1.35714 4.33214 4.33214 1.35714 8 1.35714C11.6679 1.35714 14.6429 4.33214 14.6429 8C14.6429 11.6679 11.6679 14.6429 8 14.6429Z" fill="%239E428F"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_14_17385"%3E%3Crect width="16" height="16" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -27px;
}

.logo-text h2 {
    color: #E0E0E0;
    font-family: "Harmonia Sans Pro";
    font-size: 42px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.84px;
}

.logo-text p {
    color: #E0E0E0;
    font-size: 24px;
    line-height: 140%;
}

.img-text-v8 {
    padding: 0 0 100px;
}

.img-text-v8 .hero.text-center {
    padding: 85px 0;
}

.hero-v2.alt h3,
.icon__teaser h3,
.img-text-v8 h2, 
.img-text-v8 .hero.text-center h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.84px;
}

.img-text-v8 p {
    color: #fff;
    font-size: 24px;
    line-height: 140%;
    padding-right: 40px;
}

.icon__teaser h3 {
    margin-bottom: 20px;
    text-align: center;
}

.icon__teaser .item {
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 70px 36px;
    min-height: 224px;
    border-radius: 30px;
    margin-top: 48px;
}

.icon__teaser .item > img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.icon__teaser .item > div {
    position: relative;
}

.icon__teaser .item > div.icon {
    margin-right: 32px;
}

.icon__teaser .item > div p {
    color: #fff;
    margin: 0;
    font-size: 19px;
    line-height: 140%;
    letter-spacing: 0.019px;    
}

.icon__teaser .item > div h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 120%; 
    letter-spacing: -0.56px;
}

.hero-v2.alt h3 {
    margin-bottom: 15px;
}

.hero-v2.alt img {
    margin: 50px 0 0;
}

.cta__block {
}

.cta__block .item {
    border-radius: 30px;
    padding: 132px;
}

.cta__block .item h3 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: -1.12px;
    margin: 0 0 35px;
}

.cta__block .item p {
    color: #fff;
    font-size: 24px;
    line-height: 140%;
}

.footer-landing p {
    margin: 0 !important;
}

.footer-landing p span {
    color: #fff !important;
}

footer.footer-landing {
    padding: 80px 0 50px;
}

@media(max-width: 768px) {

.hero-v2 span {
    font-size: 16px;
    margin-bottom: 20px;
}

.hero-v2 h1 {
    font-size: 30px;
    line-height: 115%;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}

.img-text-v8 p,    
.logo-text p,
.hero-v2 p {
    font-size: 18px;
    line-height: 130%;
    padding: 0;
}

.img-text-v8 p {
    padding-bottom: 15px;
}    

.lbtn {
    padding: 12px;
    min-width: 165px;
}

.img-text-v8 .hero.text-center {
    padding: 65px 0 45px;
}

.hero-v2.alt h3,    
.icon__teaser h3,
.img-text-v8 h2,    
.img-text-v8 .hero.text-center h3,
.logo-text h2 {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.48px;
    margin-bottom: 25px;
    color: #fff;
}

.img-text-v8 .hero.text-center {
    text-align: left !important;
}    

.img-text-v8 {
    padding: 0;
}    

.icon__teaser .item {
    padding: 35px 24px;
    min-height: auto;
    margin-top: 25px;
}

.icon__teaser .item > div h4 {
    font-size: 20px;
}

.icon__teaser .item > div p {
    font-size: 14px;
}

.icon__teaser .item > div p br {
    display: none;
}

.hero-v2:not(.alt) {
    padding: 130px 0 0
}    

.hero-v2:not(.alt) img  {
    margin-top: 70px;
}

.hero-v2.alt {
    padding: 90px 0 90px;
}

.hero-v2.alt p {
    font-size: 14px;
}    

.hero-v2.alt img {
    margin-top: 10px;
}    

.cta__block .item {
    padding: 70px 30px;
}

.cta__block .item h3 {
    font-size: 28px;
    line-height: 115%; 
    letter-spacing: -0.56px;    
}

.cta__block .item p {    
    font-size: 18px;
    line-height: 130%;
    padding: 0;
}
    
.logo-text ul li img {
    max-height: 50px;
}

.logo-text ul li img[src*="ncm-logo"] {
    max-height: 35px;
}
    
.logo-text {
    padding: 100px 0 0;
}    
    
.icon__teaser .item > div.icon {
    margin-right: 25px;
}    
    
}

.icon__teaser .item > img {
    height: 100%;
    width: 100%;
}

.hero-v2.landing-form h1 {
    text-transform: none;
    margin: 0 auto 30px;
    max-width:100%;
}

.hero-v2.landing-form .row {
    margin-top: 80px;
}

.hero-v2.landing-form h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.67px;
}

.hero-v2.landing-form ul li {
    color: #E0E0E0;
    font-size: 22.647px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.023px;
    padding-left: 60px;
    position: relative;
    margin: 40px 0 0
}

.hero-v2.landing-form ul li:before {
    content: "";
    width: 38px;
    height: 38px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="46" height="46" viewBox="0 0 46 46" fill="none"%3E%3Cpath d="M28.8434 16.2661H30.6841L21.5031 28.9957L21.5023 28.9969C21.4157 29.1176 21.3017 29.216 21.1695 29.2839C21.0374 29.3518 20.891 29.3872 20.7424 29.3872C20.5938 29.3872 20.4474 29.3518 20.3153 29.2839C20.1831 29.216 20.0691 29.1176 19.9825 28.9969L19.9817 28.9957L14.6046 21.5385H16.4497C16.7513 21.5385 17.0347 21.6849 17.2128 21.9312C17.2129 21.9313 17.2129 21.9313 17.2129 21.9314L20.3618 26.3009L20.7445 26.8319L21.1273 26.301L28.0805 16.6585L28.0817 16.6568C28.2575 16.4108 28.5427 16.2661 28.8434 16.2661ZM22.6466 5.90112C13.3008 5.90112 5.72058 13.4814 5.72058 22.8271C5.72058 32.1729 13.3008 39.7531 22.6466 39.7531C31.9923 39.7531 39.5726 32.1729 39.5726 22.8271C39.5726 13.4814 31.9923 5.90112 22.6466 5.90112Z" stroke="white" stroke-width="0.943609"/%3E%3Cpath d="M30.9176 15.7943H28.8431C28.392 15.7943 27.9629 16.011 27.6975 16.3826L20.7443 26.0251L17.595 21.655C17.3296 21.2879 16.905 21.0667 16.4494 21.0667H14.3749C14.0874 21.0667 13.9193 21.394 14.0874 21.6285L19.5987 29.2717C19.7289 29.4534 19.9005 29.6015 20.0994 29.7036C20.2982 29.8058 20.5185 29.8591 20.7421 29.8591C20.9656 29.8591 21.186 29.8058 21.3848 29.7036C21.5836 29.6015 21.7553 29.4534 21.8855 29.2717L31.2007 16.3561C31.3732 16.1216 31.2051 15.7943 30.9176 15.7943Z" fill="%23D9D9D9"/%3E%3C/svg%3E');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;;
}

.hero-v2.landing-form .lform {
    background: rgba(255,255,255,0.56);
    border-radius: 25px;
    padding: 30px;
    min-height: 100%;
}

.hero-v2.landing-form .container {
    max-width: 1070px;
}

.hero-v2.landing-form {
    padding: 180px 0 50px;
}

@media(min-width: 1150px) {

.hero-v2.landing-form .col-md-6:first-child {
    padding-right: 50px;
}    
    
}

.page-landing-form {
    background-image: url(../img/landing-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #2c2753 !important;
}

@media(max-width: 992px) {

.hero-v2.landing-form h3 {
    font-size: 24px;
    line-height: 115%; 
    letter-spacing: -0.56px;    
}

.hero-v2.landing-form ul li {    
    font-size: 18px;
    line-height: 130%;
    margin-top: 25px;
}

}

@media(max-width: 767px) {

.hero-v2.landing-form .row {
    margin-top: 40px;
}

.hero-v2.landing-form {
    padding: 130px 0 0px;
}
    
.hero-v2.landing-form .lform {
    min-height: 250px;
}    
}

.hero-v2:not(.alt) img {
    border-radius: 25px;
}

.lform  {
    overflow: hidden;
}

.lform > div {
    overflow: hidden;
    width: 100%;
    margin-bottom: -80px;
    max-width: 100%;
    height: 580px;
}

body .more-jobs {
    display: none !important;
}

.page-lp-nbc {
    background: #25214D;
}

.page-lp-nbc .container {
    max-width: 1270px;
}

.img-text-v9 {
    padding: 200px 0 72px;
}

.page-id-2098 .img-text-v9 {
    padding: 30px 0 72px;
}

.page-id-2098 .img-text-v9 h1{
    font-size: 36px;
}



.img-text-v9 .title,
.img-text-v9 h1 {
    font-weight: 600;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: -0.01em;
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
}

.img-text-v9 h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.01em;
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
}

.img-text-v14 h1 {
    font-size: 52px;
    letter-spacing: -0.01em;
    font-weight: 600;
    text-align: left;
}

@media only screen and (max-width: 768px) {
  .img-text-v9 .title,
  .img-text-v9 h1 {
    font-size: 36px;
  }
    .img-text-v14 h1 {
    font-size: 36px;
}
}

.img-text-v9 p {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    padding-right: 60px;
    margin: 25px 0 10px !important;
}

.img-text-v9 .text-note {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    padding-top: 25px;
}

.img-text-v9 .col-md-6:first-child img {
    max-width: 119px;
    margin-bottom: 17px !important;
}

.img-text-v9 .bttn {
    margin-right: 20px;
    padding: 20px 32px;
    height: 64px;
    background: #3F51B5;
    border-radius: 16px;
    min-width: 260px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.01em;
}

.img-text-v9 .bttn.bttn-border {
    font-weight: 500;
    font-size: 18px;
    color: #A6B7C9;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: transparent;
    min-width: auto;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: -0.01em;
}

.img-text-v9 .bttn.bttn-border:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.img-text-v10 {
    position: relative;
    padding: 72px;
}

.img-text-v10 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 16px;
    height: 100%;
    object-fit: cover;
}

.img-text-v10 .row {
    position: relative;
    z-index: 2;
}

.img-text-v10 h3 {
    font-weight: 600;
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
    font-size: 46px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    max-width: 400px;
    margin-bottom: 30px;
}

.img-text-v10 p {
    max-width: 399px;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0.001em;
    color: #FFFFFF;
}

.img-text-v11 {
}

.img-text-v11 .inner {
    position: relative;
    padding: 48px;
}

.img-text-v11 .inner > img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    top: 0;
    left: 0;
}

.img-text-v11 .inner .row {
    position: relative;
    z-index: 2;
}

.img-text-v11 .item {
    max-width: 390px;
}

.img-text-v11 .item:not(:last-child) {
    margin-bottom: 55px;
}

.img-text-v11 .item h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.img-text-v11 .item p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    margin: 0;
}

.pricing__wrap {
    padding: 72px 0 0;
}

.pricing__wrap h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 48px 0
}

.pricing-style {
    padding: 48px;
    background: #292552;
    border-radius: 16px;
    height: calc(100% - 32px);
    margin-bottom: 32px;
}

.pricing-style h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #8FD2FF;
    text-align: center;
    margin-bottom: 24px;
}

.pricing-style .item {
    padding: 32px 24px;
    background: linear-gradient(180deg, rgba(43, 46, 84, 0.2) 0%, rgba(92, 122, 167, 0.2) 100%), #2B2E54;
    backdrop-filter: blur(12px);
    border-radius: 8px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.pricing-style .item .plan-name {
    padding: 4px 16px;
    border: 2px solid #8FD2FF;
    border-radius: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.001em;
    color: #8FD2FF;
    display: table;
}

.pricing-style .item em {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.001em;
    color: rgba(255, 255, 255, 0.75);
    padding: 16px 0 3px;
    display: block;
}

.pricing-style .item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.001em;
    color: #FFFFFF;
    margin: 0;
}

.pricing-style .item > div:last-child {
    text-align: right;
}

.pricing-style .plan-cost {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.pricing-style .plan-cost span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    padding-top: 3px;
}

.pricing-style.pricing-style-2 h4 {
    color: #CAA1FF;
}

.pricing-style.pricing-style-2 .item {
    background: linear-gradient(180deg, rgba(84, 90, 170, 0.2) 0%, rgba(101, 95, 174, 0.2) 100%), #332B54;
    backdrop-filter: blur(12px);
}

.pricing-style.pricing-style-2 .item .plan-name {
    border: 2px solid #CAA1FF;
    color: #CAA1FF;
}

.pricing-note {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    text-align: center;
}

.icon__teaser-v2 {
    padding: 40px 0 0;
}

.icon__teaser-v2 .inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 50px;
}

.icon__teaser-v2 .item {
    margin-bottom: 22px;
}

.icon__teaser-v2 .item h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0.001em;
    color: #FFFFFF;
    margin: 25px 0 15px;
}

.icon__teaser-v2 .item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.001em;
    margin: 0;
    color: #A6B7C9;
    padding-right: 65px;
}

.testimonial-v3 {
    padding: 72px 0;
}

.testimonial-v3 .top-logo {
    max-width: 140px;
    margin-bottom: 25px;
}

.testimonial-v3 .quote__inner {
    text-align: center;
    margin-bottom: 80px;
}

.testimonial-v3 .quote__inner p {
    font-weight: 600;
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0.001em;
    color: #FFFFFF;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-v3 .quote__inner cite {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
}

.testimonial__slider--wrap {
    position: relative;
    padding-bottom: 60px;
}

.testimonial__slider--wrap .tnext,
.testimonial__slider--wrap .tprev {
    position: absolute;
    top: calc(50% - 55px);
    left: -50px;
    transform: translateY(-50%);
    cursor: pointer;
}

.testimonial__slider--wrap .tnext_header,
.testimonial__slider--wrap .tprev_header {
    position: absolute;
    top: calc(50% - 55px);
    left: -50px;
    transform: translateY(-50%);
    cursor: pointer;
}

.testimonial__slider--wrap .tnext {
    left: auto;
    right: -50px;
}

.testimonial__slider--wrap .tnext_header {
    left: auto;
    right: -80px;
}

.testimonial__slider--wrap .tprev_header {
    left: -80px;
}
.testimonial__slider--wrap .slick-dots {
    position: absolute;
    bottom: -80px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.testimonial__slider--wrap .slick-dots li {
    margin: 0 4px;
}

.testimonial__slider--wrap .slick-dots li button {
    width: 17px;
    height: 17px;
    background: #38336D;
    font-size: 0px;
    border: none;
    border-radius: 50%;
}

.testimonial__slider--wrap .slick-dots li.slick-active button {
    background: #A6B7C9;
}

.testimonial-v3 ul:not(.slick-dots) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 64px 0px;
    gap: 78px;
    opacity: 0.7;
}

.cta-v2 {
    padding: 96px 0;
    background-color: #332B54 !important;
}

.cta-v2 .container {
    max-width: 1080px;
}

.cta-v2 .container h3 {
    font-weight: 600;
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
    font-size: 52px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-v2 .container > p {
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    margin: 15px 0 20px;
}

.cta-v2 .lbtn {
    padding: 20px 32px;
    height: 64px;
    background: #3F51B5;
    border-radius: 16px;
    min-width: 260px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.01em;
}

.cta-v2 .lbtn:hover,
.img-text-v9 .bttn:hover {
    background: #3747a3;
    color: #fff;
}

.cta-note {
    padding: 60px 0 0;
}

.cta-note h3 {
    color: #fff;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
}

.cta-note p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    margin: 0 0 20px;
}

.cta-note a {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    border-bottom: 1px solid;
}

.cta-note a:hover {
    color: #fff;
}

.page-book-demo {
    padding: 150px 0px 64px;
    background: #25214D;
}

.page-book-demo h1 {
    font-weight: 600;
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    font-family: Poppins, sans-serif;
    margin: 10px 0 15px;
}

.page-book-demo p {
    font-size: 24px;
    line-height: 100%;
    color: #ABABAB;
}

.fcode {
    padding: 48px 16px;
    width: 100%;
    max-width: 620px;
    min-height: 200px;
    background: linear-gradient(180deg, rgba(43, 46, 84, 0.2) 0%, rgba(92, 122, 167, 0.2) 100%), #2B2E54;
    backdrop-filter: blur(12px);
    border-radius: 16px;
    margin: 50px auto 0;
}


.enroll-form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 77777;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.enroll-form-wrap.act {
    opacity: 1;
    visibility: visible;
}

.enroll-form {
    width: 98%;
    max-width: 1122px;
    max-height: 98vh;
    background: #26214E;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

@media(max-width: 767px) {

.enroll-form {
    max-height: 90vh;
}
    
}

.enroll-form > div {
    width: 50%;
    /*height: 98vh;*/
    padding: 64px 72px;
}

.enroll-form > div:last-child {
    background: #342F6A;
}

.enroll-form img + img {
    margin: 30px 0 25px;
}

.enroll-form ul {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #A6B7C9;
    margin: 0 0 20px 30px;;
    padding: 0;
}

.enroll-form ul li {
    list-style: disc;
    margin-top: 5px;
}

.enroll-form .ef-close {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 15px;
    font-weight: 100;
    font-size: 35px;
    opacity: 0.7;
    transition: 0.3s all;
    cursor: pointer;
}

.enroll-form .ef-close:hover {
    opacity: 1;
}

.pricing__slider .slick-dots {
    margin: 48px 0 0;
    text-align: center;
    position: relative;
    left: -60px;
    display: flex;
    justify-content: center;
}

.pricing__slider .slick-dots li {
    margin: 0 4px;
}

.pricing__slider .slick-dots li button {
    width: 17px;
    height: 17px;
    background: #38336D;
    border: none;
    font-size: 0px;
    border-radius: 30px;
}

.pricing__slider .slick-dots li.slick-active button {
    background: #3F51B5;
}

@media(max-width: 767px) {

.page-lp-nbc .container {
    padding: 0 20px;
}

.img-text-v9 {
    padding: 140px 0 60px;
}    
    
.page-book-demo h1,
.img-text-v10 h3,    
.img-text-v9 h1 {
    font-size: 32px;
}

.img-text-v10 p,    
.img-text-v9 p {
    font-size: 18px;
    padding-right: 0px;
    margin: 25px 0 10px !important;
}    

.img-text-v9 .bttn {
    margin-right: 10px;
    padding: 12px 20px;
    height: 52px;
    min-width: 216px;
    font-size: 18px;
}

.img-text-v9 .bttn.bttn-border {
    font-size: 16px;
    margin-right: 0;
}

.img-text-v9 .ps-lg-4 img {
    display: none;
}
    

.img-text-v10 {
    position: relative;
    padding: 64px 24px;
}

.img-text-v10 .row {
    flex-direction: column-reverse
}    

.img-text-v10 h3 {
    margin: 30px 0 15px;
}

.img-text-v11 .inner {
    padding: 16px 16px 48px;
}
    
.img-text-v11 .inner > img {
    object-position: center;
}
    
.img-text-v11 .item {
    margin-top: 40px;
    margin-bottom: 0px;
}    
    
.img-text-v11 .item h3 {
    font-size: 28px;
    margin-bottom: 12px;
}    
    
.img-text-v11 .item p {
    font-size: 18px;
}    
    
.page-book-demo p {
    font-size: 20px;
}    

.pricing__wrap h3 {
    margin: 24px 0 48px;
}    

.pricing-style {
    padding: 0;
    background: transparent;
    margin-bottom: 48px;
    height: auto;
}
    
.pricing-style .item em {
    font-size: 12px;
}
    
.pricing-style .plan-cost {
    font-size: 38px;
}    
    
.icon__teaser-v2 .item h3 {
    font-size: 24px;
}

.icon__teaser-v2 .item p {
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0;
}

.icon__teaser-v2 .inner {
    padding-bottom: 20px;
}
    
.testimonial-v3 .quote__inner p {
    font-size: 24px;
    padding: 0 5px;
}
    
.testimonial-v3 .quote__inner cite {
    font-size: 16px;
}
    
.testimonial-v3 {
    padding: 60px 0 0px;
}
    
.testimonial-v3 ul:not(.slick-dots) {
    padding: 32px 0px 64px;
    gap: 40px;
}
    
.testimonial-v3 ul:not(.slick-dots) img {
    max-height: 50px;
}
    
.cta-v2 {
    padding: 64px 0;
}
    
.cta-v2 .container h3 {
    font-size: 32px;
}

.cta-v2 .container > p {
    font-size: 18px;
}

.cta-v2 .lbtn {    
    padding: 12px 20px;
    height: 52px;
    min-width: 216px;
    font-size: 18px;
}
    
}
    
@media (max-width: 444px) {

.img-text-v9 .bttn {
    min-width: 165px;
}

}

@media (max-width: 767px) {

.enroll-form > div:not(.ef-close) {
    width: 100%;
    padding: 48px 24px;
}
    
.enroll-form > div {
    height: auto;
}
    
}

@media(min-width: 768px) and (max-width: 1050px) {

.cta-v2 {
    padding: 96px 0;
}
    
.page-lp-nbc .container {
    padding: 0 50px;
}

.img-text-v9 {
    padding: 140px 0 60px;
}    

.page-book-demo h1,
.img-text-v10 h3,    
.img-text-v9 h1 {
    font-size: 36px;
}

.img-text-v10 p,    
.img-text-v9 p {
    font-size: 18px;
    padding-right: 0px;
    margin: 25px 0 10px !important;
}    

.img-text-v9 .bttn {
    margin-right: 15px;
    padding: 12px 20px;
    height: 52px;
    min-width: 216px;
    font-size: 18px;
}

.img-text-v9 .bttn.bttn-border {
    font-size: 16px;
}

.img-text-v9 .col-md-6:first-child {
    width: 70%;
}

.img-text-v9 .col-md-6:last-child {
    width: 30%;
}

.img-text-v9 .col-md-6:last-child img {
    max-width: inherit;
    min-width: 400px;
    width: auto;
}
	
.page-id-2535 .img-text-v9 .col-md-6:last-child img {
    max-width: 300px;
    width: auto;
}
    
.img-text-v10 {
    position: relative;
    padding: 64px 24px;
}

.img-text-v10 h3 {
    margin: 0px 0 15px;
}

.img-text-v11 .item h3 {
    font-size: 32px;
}    
    
.page-book-demo p,
.img-text-v11 .item p {
    font-size: 20px;
}    
    
.icon__teaser-v2 .item h3 {
    font-size: 26px;
}

.icon__teaser-v2 .item p {
    font-size: 18px;
    margin: 0;
    max-width: 350px;
}

.testimonial-v3 .quote__inner p {
    font-size: 24px;
    padding: 0 5px;
}
    
.testimonial-v3 .quote__inner cite {
    font-size: 16px;
}
    
.testimonial-v3 {
    padding: 60px 0 0px;
}
    
.testimonial-v3 ul:not(.slick-dots) {
    padding: 32px 0px 64px;
    gap: 40px;
}
    
.testimonial-v3 ul:not(.slick-dots) img {
    max-height: 40px;
}
    
.cta-v2 .container h3 {
    font-size: 36px;
}

.cta-v2 .container > p {
    font-size: 18px;
}

.cta-v2 .lbtn {    
    padding: 12px 20px;
    height: 52px;
    min-width: 216px;
    font-size: 18px;
}    
    
}

@media(max-width: 1050px) {
    
.enroll-form ul {
    font-size: 18px;
}
    
}

.enroll-form {
    overflow: auto;
    overflow-x: hidden;
}

.ef-code, .ef2-code {
    height: 649px;
    overflow: auto;
    overflow-x: hidden;
    margin-top: 12px;
    position: relative;
}

@media(max-width: 767px) {

.ef-code, .ef2-code {
    height: auto;
}
    
}

body.eform-act {
    overflow: hidden;
}

@media(max-width: 1300px) {

    .tnext,
    .tprev {
        display: none;
    }
    
    .tnext_header,
    .tprev_header {
        display: none;
    }

}

@media(min-width: 768px) and (max-width: 1050px) {


.img-text-v11 .inner > img {
    object-position: center;
    display: block;
    margin: 0 auto;
}
    
.img-text-v11 .item {
    margin-top: 40px;
    margin-bottom: 0px;
    max-width: 100%;
}    
    
.img-text-v11 .item h3 {
    font-size: 28px;
    margin-bottom: 12px;
}    
    
.img-text-v11 .item p {
    font-size: 18px;
}    
    
.pricing__wrap h3 {
    margin: 24px 0 48px;
}    

.pricing-style {
    padding: 16px;
}
    
.pricing-style .item em {
    font-size: 12px;
}
    
.pricing-style .plan-cost {
    font-size: 38px;
}    
    
.pricing-style .item {
    padding: 24px 16px;
}    

.icon__teaser-v2 .item p {
    padding: 0;
}
    
.testimonial-v3 .quote__inner p {
    font-size: 32px;
    max-width: 650px;
}
    
}

.page-lp-genai {
    background: #000;
}

.hero-v4 {
    position: relative;
    padding: 250px 0 144px;
}

.hero-v4 .container {
    position: relative;
    z-index: 2;
}

.hero-v4 .bg {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position: right top;
    transform: translateX(-50%);
}

@media(min-width: 1400px) {

.hero-v4 {
    overflow: hidden;
}
    
.hero-v4 .container:before {
    content: "";
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    right: -120px;
    width: 400px;
    height: 1000%;
    z-index: 1;
    top: -250%;
    transform: scaleX(-1);
}

}

@media(min-width: 992px) {

.hero-v4 .bg {
    width: 1600px;
    max-width: max-content;
}

}

.hero-v4 span {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ABABAB;
}

.hero-v4 h1 {
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-shadow: 2px 2px 17px rgba(0, 0, 0, 0.45);
    margin: 5px 0 25px;
}

.hero-v4 p {
    font-size: 24px;
    line-height: 130%;
    color: #ABABAB;
}

.page-lp-genai .bttn {
    background: #FF7457;
    color: #000;
    font-size: 26px;
    min-width: 285px;
    padding: 19px 20px;
    text-align: center;
}

.page-lp-genai .bttn svg {
    margin-left: 5px;
}

.page-lp-genai .hbtn {
    background: #FF7457;
    color: #000;
    font-size: 16px;
    padding: 4px 20px;
    min-width: auto;
}

.page-lp-genai .bttn:hover,
.page-lp-genai .hbtn:hover {
    background: #e1654b;
}

.page-lp-genai .img-text-v9 {
    padding: 0;
}

.page-lp-genai .img-text-v9 .container {
    padding-bottom: 60px;
    position: relative;
}

.page-lp-genai .img-text-v9 .container:after {
    content: "";
    background: #505050;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.page-lp-genai .img-text-v9 .title {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #B7538C 0%, #FF7457 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.page-lp-genai .img-text-v9 p {
    font-size: 24px;
    line-height: 120%;
    color: #ABABAB;
}

.img-text-v9.alt {
    padding: 54px 0 0 ;
}

.img-text-v9.alt .bttn {
    display: table;
    margin: 30px auto 0;
}

.page-lp-genai .bttn {
    border-radius: 35px;
}

.img-text-v9.alt .head {
    margin-bottom: 30px;
}

.img-text-v9.alt .head span {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ABABAB;
    display: block;
    padding-bottom: 10px;
}

.img-text-v9.alt .head p {
    max-width: 900px;
    font-size: 22px;
    line-height: 120%;
    color: #ABABAB;
    margin: 0 auto !important;
    width: 100%;
    padding: 15px 0;
}

.img-text-v9.alt .container:after {
    display: none;
}

.img-text-v9.alt [class*="col-"]:first-child img {
    max-width: 100%;
}

.img-text-v9.alt ul {
    padding-left: 50px;
}

.img-text-v9.alt ul li .item {
    padding: 36px 24px;
    border-radius: 16px;
    background: linear-gradient(90deg, #B7538C 0%, #FF7457 100%);
    position: relative;
    margin: 35px 0;
    max-width: 450px;
}

.img-text-v9.alt ul li .item:before {
    content: "";
    background: #000;
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 16px;
}

.img-text-v9.alt * {
    position: relative;
}

.img-text-v9.alt h4 {
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.img-text-v9.alt p {
    padding: 0;
    font-size: 18px;
    line-height: 130%;
    color: #ABABAB;
    margin: 15px 0 0 0 !important;
}

.cta-v3 {
    background: #161616;
}

.cta__block.cta-v3 .item p {
    color: #ABABAB;
}

.cta-v3 .bttn {
    margin: 35px auto 0;
}

@media(max-width: 767px) {

.hero-v4 {
    position: relative;
    padding: 150px 0 90px;
}

    .hero-v4 .bg {
        display: none;
    }

.hero-v4 span {
    font-size: 16px;
}

.hero-v4 h1 {
    font-size: 36px;
}

.hero-v4 p {
    font-size: 20px;
}    

.page-lp-genai .bttn {
    background: #FF7457;
    color: #000;
    font-size: 20px;
    min-width: auto;
    padding: 14px 30px;
    text-align: center;
}

.page-lp-genai .img-text-v9 [class*="col-"] p,
.page-lp-genai .img-text-v9 .title {
    text-align: center;
}

.page-lp-genai .img-text-v9 .title {
    font-size: 36px;
}

.page-lp-genai .img-text-v9 .head p,
.page-lp-genai .img-text-v9 [class*="col-"] p {
    font-size: 20px;
}

.page-lp-genai .img-text-v9:not(.alt) .row {
    flex-direction: column-reverse
}    

.page-lp-genai .img-text-v9 .container {
    padding-bottom: 30px;
}

.img-text-v9.alt ul {
    padding: 0;
}    

.img-text-v9.alt ul p {
    text-align: left !important;
    font-size: 18px !important;
}

}

@media (min-width: 768px) and (max-width: 1050px) {
    
.hero-v4 {
    padding: 160px 0 95px;
}
    
    .page-lp-genai .img-text-v9 .col-md-6 {
        width: 100% !important;
    }
    
    
    
.hero-v4 span {
    font-size: 16px;
}

.hero-v4 h1 {
    font-size: 36px;
}

.hero-v4 p {
    font-size: 20px;
}    
    

.page-lp-genai .bttn {
    background: #FF7457;
    color: #000;
    font-size: 20px;
    min-width: auto;
    padding: 14px 30px;
    text-align: center;
}

.page-lp-genai .img-text-v9 [class*="col-"] p,
.page-lp-genai .img-text-v9 .title {
    text-align: center;
}

.page-lp-genai .img-text-v9 .title {
    font-size: 36px;
}

.page-lp-genai .img-text-v9 .head p,
.page-lp-genai .img-text-v9 [class*="col-"] p {
    font-size: 20px;
}

.page-lp-genai .img-text-v9 .container {
    padding-bottom: 30px;
}

.img-text-v9.alt ul {
    padding: 0;
}    

.img-text-v9.alt ul p {
    text-align: left !important;
    font-size: 18px !important;
}    
    
.img-text-v9.alt ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
    
    .img-text-v9.alt ul li {
        padding: 0 10px;
        width: 50%;
    }    
    
.img-text-v9.alt ul li .item {
    height: calc(100% - 30px);
    margin: 0 0 30px;
}    
    
}

.page-waitlist {
    background: #000;
}

.page-book-demo span {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ABABAB;
}

.page-waitlist .fcode {
    background: #333333;
    padding: 24px 16px;
}


@media(max-width: 1050px) {
.page-book-demo span {
    font-size: 16px;
}
}

.career-code-wrap {
    padding: 10px 0 0;
}

.job-item {
    margin-top: 25px;
}

.job-item > h3 {
    margin: 0 0 15px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #F39C97;
    font-weight: 400;
}

.job-item ul li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.job-item ul li a {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid;
}

@media(min-width: 600px) {
.job-item ul li br {
    display: none;
}

.job-item ul li {
    display: flex;
    justify-content: space-between;
}
    
}

.job-sub-item {
    padding-left: 20px;
}

.job-sub-item > h3 {
    margin: 0 0 15px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-size: 25px;
    color: #F39C97;
    font-weight: 400;
}

.job-sub-item ul li {
    padding-left: 0px;
}



.package__wrap {
  margin: 90px 0;
}

.package__wrap .head h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.package__wrap .head p {
  font-size: 18px;
  line-height: 140%;
  color: #A6B7C9;
}

.package-form {
    padding-bottom: 15px;
}

.package-form-budget-wrap {
    width: 100%;
    max-width: 1149px;
    padding: 48px;
    margin: 0 auto 32px;
    margin-top: 32px;
    border: 2px solid rgba(171, 171, 171, 0.3);
    border-radius: 16px;
}
.package__wrap .package-form {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.package__wrap .package-form label {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: table;
    line-height: 1;
    display: table;
    margin-bottom: 10px;
}

.package__wrap .package-form label:after {
    content: "*";
    color: #b61e51;
}

.package__wrap .package-form > div {
    width: calc(25% + 6px);
}

.package__wrap .package-form > div:nth-child(4) {
    width: calc(25% - 90px);
}

.package__wrap .package-form > div .cselect > span {
    width: 100%;
    height: 57px;
    display: table;
    background: #FFFFFF;
    border-radius: 4px;
    line-height: 1;
    font-weight: 400;
    font-size: 18px;
    line-height: 57px;
    color: #646464;
    padding: 0 15px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%229%22%20viewBox%3D%220%200%2013%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.7566%200.795002L12.1666%202.205L6.16663%208.205L0.166626%202.205L1.57663%200.795002L6.16663%205.375L10.7566%200.795002Z%22%20fill%3D%22%23929292%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%;
}

.package__wrap a.lbtn {
    padding: 20px 32px;
    height: 64px;
    background: #3F51B5;
    border-radius: 16px;
    min-width: 260px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.01em;
}

.package__wrap button.lbtn {
    padding: 0 10px;
    height: 57px;
    background: #3F51B5;
    border-radius: 16px;
    min-width: 172px;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.01em;
    border: none;
    margin-top: 26px;
}

.football-logos{
    margin: 0 auto;
    padding-bottom: 10px;
}

.football_nbc_spoton_section {
    width: 100% !important;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.football-plans-section {
    background-color: #3B3674;
    border-radius: 10px;
    width: 100%;
    max-width: 600px;
    margin: 10px 0; 
}

.football-plan {
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
}

.football-plan-header {
    display: flex;
    padding: 5px 20px;
    border-radius: 30px;
    color: #25214D;
    background-color: #8FD2FF;
    font-weight: 600;
    font-size: 16px;
}

.football-plans-section:nth-of-type(1) .football-plan-header {
    background-color: #8FD2FF;
}

.football-plans-section:nth-of-type(2) .football-plan-header {
    background-color: #B77FFF;
}

.football-plan-cost, .football-plan-impressions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    padding-left: 50px;
    flex: 1; 
}

.football-duration {
    font-weight: normal;
    font-size: 14px;
    color: #A6B7C9;
}

.football-plan-impressions {
    font-weight: 400;
}

.football-budget-title, .football-impressions-title {
    color: #A6B7C9;
    padding-bottom: 10px;
}

.football-cost, .football-estimated-impressions {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 0.6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.football-plan-note {
    color: #A6B7C9;
    font-size: 14px;
    line-height: 1;
    padding-top: 5px;
}


.package-item {
    margin: 15px 0 0 0;
    padding: 32px;
    gap: 84px;
    background: #3B3674;
    backdrop-filter: blur(12px);
    border-radius: 8px;
    align-items: center;
    display: none;
}

.package-item.show {
    display: flex;
    width: 60%;
    margin: 0 auto 25px;
    align-items: center;
    flex-wrap: nowrap;
}

@media (max-width: 1076px) {
    .package-item.show {
        display: flex;
        width: 80%;
        margin: 0 auto 15px;
        align-items: center;
    }
}

@media (max-width: 812px) {
    .package-item.show {
        width: 100%;
        margin: 0 auto 15px;
        justify-content: space-between;
    }
}

.package-item > span {
    padding: 2px 16px 0;
    min-width: 232px;
    height: 35px;
    background: #8FD2FF;
    border-radius: 200px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.001em;
    color: #25214D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-item > div > em {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    font-style: normal;
    display: block;
    padding-bottom: 5px;
}

.package-item > div ul li {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    align-items: center;
    display: none;
}

.package-item > div ul li.active {
    display: flex;
}

.package-item > div ul li:after {
    content: "per month";
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    padding-left: 10px;
}

.packages-list {
    padding-top: 10px;
}

.cselect {
    position: relative;
    cursor: pointer;
}

.cselect ul {
    background: #fff;
    position: absolute;
    top: 57px;
    width: 100%;
    z-index: 2;
    border-radius: 4px;
    max-height: 290px;
    overflow: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.cselect.open ul {
    opacity: 1;
    visibility: visible;
}

.cselect ul li {
    font-size: 16px;
    color: #646464;
    padding: 5px 10px;
    position: relative;
    cursor: pointer;
}

.cselect ul li em {
    font-style: normal;
}

.cselect ul li:hover {
    background: #f5f5f5;
}

.cselect ul::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.cselect ul::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.cselect ul::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.package-item:nth-child(4) > div:nth-child(2) ul:after,
.package-item:nth-child(5) > div:nth-child(2) ul:after,
.package-item:nth-child(6) > div:nth-child(2) ul:after {
    content: "*Inclusive of translation fee";
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
}

.package-item:nth-child(4) > span,
.package-item:nth-child(5) > span,
.package-item:nth-child(6) > span {
    background: #B77FFF;
}

.package-item:first-child > span:after,
.package-item:nth-child(2) > span:after,
.package-item:nth-child(3) > span:after {
    content: "- English";
    display: inline-block;
    padding-left: 5px;
}

.package-item:nth-child(4) > span:after,
.package-item:nth-child(5) > span:after,
.package-item:nth-child(6) > span:after {
    content: "- Spanish";
    display: inline-block;
    padding-left: 5px;
}

.package__wrap .package-form > div:nth-child(3) .cselect span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.package__wrap .package-form > div:nth-child(3) .cselect li.act {
    pointer-events: none;
}

.cselect > span div {
    display: inline-flex;
    align-items: center;
    padding: 8px 30px 8px 12px;
    height: 40px;
    border: 1.08333px solid #646464;
    border-radius: 2.16667px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%23646464'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 15px;
    font-style: normal;
    overflow: hidden;
}

.cselect > span div:hover {
    background-color: #eee;
}

.packages-list {
    display: none !important;
}

.packages-list.act {
    display: block !important;
}

.packages-list:not(.en-active):not(.de-active) .package-item ,
.packages-list.en-active:not(.de-active) .package-item:nth-child(4) ,
.packages-list.en-active:not(.de-active) .package-item:nth-child(5) ,
.packages-list.en-active:not(.de-active) .package-item:nth-child(6) {
    display: none !important;
}

.packages-list.de-active:not(.en-active) .package-item:first-child ,
.packages-list.de-active:not(.en-active) .package-item:nth-child(2) ,
.packages-list.de-active:not(.en-active) .package-item:nth-child(3) {
    display: none !important;
}

.package-form:not(.v-1.v-2.v-3) button {
    pointer-events: none;
    opacity: 0.85;
}

@media(min-width: 600px) and (max-width: 1000px) {
    .og-pricing-style .plan-cost{
        font-size: 38px !important;
        flex-direction: column;
    }
    
.package__wrap .package-form > div {
    width: calc(50% - 15px) !important;
}
    
    
.package__wrap .package-form > div button {
    min-width: 100%;
}

    
.package-form-budget-wrap {
    padding: 24px;
}
    
.package-item {
    padding: 70px 16px 16px 16px;
    gap: 40px;
    position: relative;    
}

.package-item > span {
    position: absolute;
    top: 16px;
    left: 16px;
}

.package__wrap {
    margin: 74px 0;
}
    
}

@media(max-width: 599px) {

.package-item > span {
    padding: 2px 12px 0;
    font-size: 13px;
}
    
.package-form-budget-wrap {
    padding: 24px;
}    
    
.package__wrap .package-form > div {
    width: calc(100% - 15px) !important;
}
    
.football_nbc_spoton_section{
    width: calc(100-15px) !important;
}
    
.package__wrap .package-form > div button {
    min-width: 100%;
}
    
.package__wrap button.lbtn {
    margin-top: 0;
}
    
.package-item {
    padding: 70px 16px 16px 16px;
    gap: 20px;
    position: relative;    
}

.package-item > span {
    position: absolute;
    top: 16px;
    left: 16px;
}

.package-item > div ul li.active {
    display: block;
}

.package-item > div ul li:after {
    padding: 0 !important;
    display: block;
    font-size: 12px;
}

.package-item > div ul li {
    font-size: 30px;
}

.package-item > div > em {
    font-size: 12px;
}    
    
.package__wrap .package-form > div .cselect > span {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}    
    
.cselect > span em {
    height: 35px;
}
    
.package-item:nth-child(4) > div, 
.package-item:nth-child(5) > div,
.package-item:nth-child(6) > div {
    position: relative;
    padding-bottom: 30px;
}
    
.package-item:nth-child(4) > div:nth-child(2) ul:after, .package-item:nth-child(5) > div:nth-child(2) ul:after, .package-item:nth-child(6) > div:nth-child(2) ul:after {
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    white-space: nowrap;
}    

.package__wrap a.lbtn {
    width: 100%;
    padding: 12px 20px;
    height: 52px;
    font-size: 18px;
}
    
.package__wrap {
    margin: 64px 0;
}
    
}

.cselect ul li {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.package__wrap .package-form > div:not(.options-lang) .cselect > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    padding-right: 25px;
}

.options-lang ul li div:before {
    content: "In Market - ";
}


.box {
    border-radius: 24px;
    padding: 20px;
}

.white-divider {
    background-color: #ffffff;
    width: 100%;
    border-bottom: solid 3px rgba(143, 210, 255, 1); 
    text-align: center;
    
}

.white-divider2 {
	background-color: #ffffff;
    width: 100%;
    border-bottom: solid 3px rgba(202, 161, 255, 1); 
    text-align: center;
}

.white-divider p, .white-divider2 p  {
        color: #2B2E54;
    font-size: 2rem;
    font-weight: 600;
    padding: 20px 0;
    margin: 0;

}

.olympics-wrap {
    padding: 96px;
    text-align: center;
}

.olympics-wrap h6 {
    display: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #262353;
    background: #B77FFF;
    border-radius: 20px;
    text-align: center;
    padding: 10px 20px;
/*     display: inline-block; */
}

.olympics-wrap h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: center;
    margin: 0 26px 36px;
    padding-top: 20px;
}

.olympics-wrap .box p {
    margin: 0 196px 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #A6B7C9;
}

.olympics-wrap .row {
    padding: 10px 40px;
    display: flex;
    justify-content: center;
}

.row .col-md-6 img{
    padding-bottom: 15px;
}


@media(max-width: 768px) {
    .olympics-wrap .row {
        padding: 0px 36px;
    }    
}

@media(min-width: 768px) {
    .olympics-wrap .col-md-6 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    
}


.olympics-wrap .box .og-enrollment p {
    margin: 0 50px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #A6B7C9;
    padding-bottom: 20px;
}

.olympics-wrap .box .og-enrollment .info-block {
    background: #262353;
    border: 1px solid #4E488E;
    border-radius: 16px;
    padding: 20px;
    width: 100%; 
    display: inline-block;
}

.olympics-wrap .box .row p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.03em;
    text-align: left;
    color: #A6B7C9;
    padding: 5px 20px;
}

.olympics-wrap .banner {
    margin: 25px 0px;
    text-align: center;
}

.olympics-wrap .banner h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #fff;
    text-align: center;
}

.olympics-wrap .plans-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #2B2E54;
    border-radius: 16px;
    margin: 0px 50px 20px;
}

@media(max-width: 768px) {
    .olympics-wrap .plans-row {
        flex-wrap: wrap;
        margin: 0px 20px 20px;
        margin: 0px;
    }
    .og-pricing-style {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .og-pricing-style:not(:last-child)::after {
        display: none;
    }
    .olympics-wrap .box .og-enrollment p {
    margin: 0px;
    font-size: 14px;
}
}

.og-pricing-style {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    position: relative;
}

.og-pricing-style:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #4E488E;
}
.og-plan-buttons{
    display: flex;
}

.og-pricing-style .item .plan-name {
    padding: 4px 16px;
    background: #F99F02;
    border-radius: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.001em;
    color: #262353;
    width: fit-content;
    text-align: center;
    margin: 5px;
}

.og-pricing-style .item .plan-name-2 {
    padding: 4px 16px;
    background: #CAA1FF;
    border-radius: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.001em;
    color: #262353;
    width: fit-content;
    text-align: center;
        margin: 5px;

}
.og-pricing-style .item:nth-of-type(1) .plan-name-2 {
    display: none;
}
.og-pricing-style .item:nth-of-type(2) .plan-name-2 {
    background: #52C41A;
}
.og-pricing-style .item:nth-of-type(3) .plan-name-2 {
    background: #CAA1FF;
}

/*
div.plans-row > div > div:nth-child(1) > div.plan-budget:before{
    content: "";
    padding: 4px 16px;
    background: #2B2E54;
    border-radius: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.001em;
    color: #2B2E54;
    width: fit-content;
    text-align: center;
}

div.plans-row > div > div:nth-child(2) > div.plan-budget:before{
    content: "Live Sports";
    padding: 4px 16px;
    background: #52C41A;
    border-radius: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.001em;
    color: #262353;
    width: fit-content;
    text-align: center;
}

div.plans-row > div > div:nth-child(3) > div.plan-budget:before{
    content: "Spanish";
    padding: 4px 16px;
    background: #CAA1FF;
    border-radius: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.001em;
    color: #262353;
    width: fit-content;
    text-align: center;
}
*/

.og-pricing-style .item .plan-budget {
    padding-top: 25px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    width: fit-content;
    text-align: center;
}

.og-pricing-style .item .plan-duration {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    width: fit-content;
    text-align: center;
}

.og-pricing-style .item .plan-impressions-info {
    padding-top: 4px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    width: fit-content;
    text-align: center;
}

.olympics-wrap .item {
    padding: 10px 20px;
    border-radius: 16px;
    border-collapse: separate;
    border-spacing: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.og-pricing-style .item:not(:last-child){
        
        border-right: 1px solid #4E488E;
        border-radius: 0px;
    }
.og-pricing-style .item h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #8FD2FF;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.og-pricing-style .plan-cost {
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    padding: 5px;
    display: flex;
}

.og-pricing-style .plan-impressions-percent {
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    padding: 30px 10px 0px 10px;
    display: flex;
}


.og-pricing-style .item .left-column {
    width: 40%;
}

.olympics-wrap .row{
    flex-direction: row-reverse;
}

body > div.wrapper > div > div.olympics-wrap > div > div > div.og-enrollment > div.row > div:nth-child(2) > p:nth-child(2){
    text-align: right;
}

body > div.wrapper > div > div.olympics-wrap > div > div > div.og-enrollment > div.row > div:nth-child(1){
    text-align: left;
    align-self: center;
    display: flex;
    justify-content: center;
}
@media(max-width: 589px) {
    body > div.wrapper > div > div.olympics-wrap > div > div > div.og-enrollment > div.row > div:nth-child(1){
    flex-direction: column;
}    
}
.olympics-wrap .row > .og-pricing-style:nth-child(5) > .item > .left-column > .plan-cost {
    flex-direction: column !important;
}

.og-pricing-style .item .right-column {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #4E488E;
    padding: 15px;
    max-width: 60%;
}
/* Ensure the items stack on smaller screens */
@media (max-width: 1200px) {
    .olympics-wrap .plans-row {
        flex-wrap: wrap;
        border-radius: 0px;
        flex-direction: column;
    }

    .og-pricing-style {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .og-pricing-style:not(:last-child)::after {
        display: none;
    }

    .og-pricing-style:not(:last-child) {
        border-bottom: 1px solid #4E488E;
    }

    .olympics-wrap .item {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .olympics-wrap .plans-row {
        flex-direction: column;
    }

    .og-pricing-style {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: column;
    }

    .og-pricing-style:not(:last-child)::after {
        display: none;
    }

    .og-pricing-style:not(:last-child) {
        border-bottom: 1px solid #4E488E;
    }

    .olympics-wrap .item {
        width: 100%;
    }
    
    .og-pricing-style .item:not(:last-child){
        border-right: none;
        border-bottom: 1px solid #4E488E;
        border-radius: 0px;
    }
}


.olympics-wrap .bttn {
    padding: 20px 32px;
    height: 64px;
    background: #3F51B5;
    border-radius: 16px;
    min-width: 260px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.01em;
    display: inline-block;
}

a.bttn {
    color: #fff;
    margin-bottom: 15px;
}
a.bttn:hover {
    background: #3F51B5;
}
@media only screen and (max-width: 768px) {
    .olympics-wrap .og-enrollment .og-sub-heading {
        display: block;
        margin: 0;
        padding: 0 !important;
    }
    .olympics-wrap .box p {
        margin: 0 16px 36px;
    }
    .olympics-wrap h3 {
        margin: 0 16px 36px;
    }
}
@media only screen and (max-width: 1000px){
    .olympics-wrap .row{
        flex-direction: column;
    }
    .olympics-wrap .col-md-6{
        max-width: unset;
        flex: unset;
        width: 100%
    }
    .olympics-wrap .col-md-6:last-child{
        max-width: unset;
    }
}

@media only screen and (max-width: 1200px) {
    .olympics-wrap .box p {
        margin: 0 16px 36px;
    }

}

.olympics-wrap .og-enrollment .og-sub-heading {
    display: inline;
}

.olympics-wrap .enrollment {
    padding-bottom: 20px;
}

.olympics-wrap .enrollment p {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #A6B7C9;
    text-align: center;
    margin: 0 0 5px;
    padding-left: 5px;
}

.olympics-wrap .box h4 {
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.03em;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}



.sa-pricing-style {
    display: flex;
    justify-content: center;
}

.sa-pricing-style .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
    width: 200px;
    background: linear-gradient(#2B2E54, #5C7AA7);

}

.sa-pricing-style .item .plan-name {
    padding: 4px 16px;
    border-radius: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.001em;
    border: 2px solid #8FD2FF;
    display: inline-block;
    text-align: center;
    color: #8FD2FF;
}

.sa-pricing-style .sa-plan-description {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    color: #8FD2FF;
    padding-bottom: 20px;
    text-align: center;
}


.sa-pricing-style .plan-cost {
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #ffffff;
    padding-top: 15px;
    text-align: center
}

.sa-pricing-style .plan-cost span {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.001em;
    padding-top: 5px;
}

.sa-pricing-style .plan-cost span:last-child {
    display: block;
    font-weight: 700;
    font-size: 65px;
    line-height: 120%;
    letter-spacing: 0.001em;
    color: #ffffff;
    padding: 5px 0 25px;
    border-bottom: 1px solid #ffffff;
}

.sa-wrap .container{
}

.sa-wrap .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 96px;
}
@media(max-width: 1030px) {
.sa-wrap .row{
/*     padding: 0px 96px; */
}
}
@media (max-width: 850px) {
    .sa-wrap .row {
        padding: 0px 56px;
    }
}
@media(min-width: 850px) {
    .sa-wrap .col-md-6 {
/*         flex: 0 0 30%; */
        max-width: 30%;
        display: flex;
        align-items: center;
    }
    .sa-wrap .col-md-6:last-child {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex: 0 0 70%;
        max-width: 70%;
        padding: 0 15px;
    }
}
.sa-wrap .item {
    padding: 20px;
    border-radius: 16px;
    height: 100%;
    margin-bottom: 35px;
}
.sa-wrap .banner {
    
    padding: 10px;
    margin-bottom: 25px;
}


.sa-wrap .banner h4 {
    font-weight: 600;
    font-size: 34px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: white;
    text-align: center;
    margin: 0 0 5px;
}

.sa-wrap .banner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #A6B7C9;
    text-align: center;
    margin: 0 0 15px;
}

.sa-wrap .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sa-wrap .col-md-6 {
    display: flex;
    align-items: center;
    flex-direction: column;
/*     flex: 1; */
    width: fit-content;
}

.sa-wrap .sa-pricing-style {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.sa-wrap .sa-pricing-style .item {
    color: #fff;
}

.sa-wrap .cv-logos {
    display: grid;
    grid-template-columns: repeat(6, 100px);
    grid-auto-flow: row;
    column-gap: 1rem;
    row-gap: 10px;

}

.sa-wrap .cv-logos .logos:first-child{
    position: relative;
    left: -9vw;
    top: 50%;

}
.sa-wrap .cv-logos .logos:nth-child(2),
.sa-wrap .cv-logos .logos:nth-child(3),
.sa-wrap .cv-logos .logos:nth-child(4),
.sa-wrap .cv-logos .logos:nth-child(5),
.sa-wrap .cv-logos .logos:nth-child(6){
    position: relative;
    left: -120px;
}
.sa-wrap .cv-logos .logos:nth-child(6){
    left: -70px;
}

.sa-wrap .cv-logos img {
    max-width: 100px;
    height: auto;
}
.sa-wrap .logos{
    height: auto;
    margin: 0;
}

@media (max-width: 1100px){
    .sa-wrap .cv-logos {
        margin-top: 0;
        width: 100%;
        grid-template-columns: repeat(6, 80px);
    }
    .sa-wrap .cv-logos .logos:first-child,
    .sa-wrap .cv-logos .logos:nth-child(2),
    .sa-wrap .cv-logos .logos:nth-child(3),
    .sa-wrap .cv-logos .logos:nth-child(4),
    .sa-wrap .cv-logos .logos:nth-child(5),
    .sa-wrap .cv-logos .logos:nth-child(6){
        left: unset;
        top: unset;
    }
}

@media (max-width: 850px){
    .sa-wrap .cv-logos {
            grid-template-columns: repeat(5, 85px);
    }
    .sa-wrap .cv-logos img {
        max-width: 60px;
    }
}

@media (max-width: 850px) {
     .sa-wrap .row {
        flex-direction: column;
        align-items: center;
         justify-content: space-between;
    }

    .sa-wrap .col-md-6 {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }
    .sa-wrap .cv-logos {
            grid-template-columns: repeat(4, 85px);
    }
}

@media (max-width: 600px) {
    .sa-wrap .cv-logos{
        display: flex;
        justify-content: center;
    }
    .sa-wrap .logos{
        padding: 20px;
    }
    .sa-wrap .cv-logos img{
        max-height: unset;
        max-width: 150px;
    }
    
    .sa-wrap .col-md-6{
        padding: 30px;
    }
}

.plan-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    flex: 1;
    background: linear-gradient(#343664, #545AAA);
    border-radius: 16px;
    padding: 25px;
}

.plan-details {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    padding-right: 20px;
}

.plan-details span {
    width: fit-content !important;
}
.plan-details span:first-child{
    color: #CAA1FF;
    border: 2px solid #CAA1FF;
    border-radius: 25px;
    padding: 0px 15px;
    width: auto;
    margin-bottom: 25px;
    font-size: 14px;
    white-space: nowrap;
}

.plan-details span:nth-child(2) {
    font-size: 65px;
    font-weight: 600;
    padding-top: 10px;
}

.plan-details span:nth-child(3){
	color: #CAA1FF;
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
}

.plan-name,
.plan-cost {
    display: block;
    margin-bottom: 15px;
}

.plan-divider {
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 20px;
}

.plan-description {
    flex: 1;
    color: #CAA1FF;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 50px;
}

.plan-description p {
    padding-bottom: 10px;
}

@media (max-width: 850px) {
    .plan-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        height: 170px;
    }

    .plan-details {
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .plan-divider {
/*         display: none; */
    }

    .plan-description {
        flex: 0 0 100%;
        padding-top: 15px;
        border-left: none; 
        padding-left: 0;
        border-top:  1px solid rgba(255, 255, 255, 0.5);
    }
}
.onsite-plan-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    background: linear-gradient(#2B2E54, #5C7AA7);
    margin-top: 40px;
}

.onsite-plan-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    width: 50%;
    padding-right: 25px;
}

.onsite-plan-name {
    padding: 4px 10px;
    border-radius: 200px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.001em;
    border: 2px solid #8FD2FF;
    display: inline-block;
    color: #8FD2FF;
    width: fit-content;
}

.onsite-plan-cost {
    font-size: 65px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 15px;
}

.onsite-plan-disclaimer {
    font-size: 12px;
    color: #ffffff;
    padding-top: 25px;
}

.onsite-plan-right {
    flex: 2;
    padding-left: 25px;
}

.onsite-description-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: center;
}

.onsite-description-item {
    color: #ffffff;
    display: flex;
    align-items: center;
}

.onsite-description-icon {
    margin-right: 10px;
    max-width: 30px;
	opacity: 0.6;
	
}

.onsite-description-name {
    font-size: 0.9em;
    color: #ffffff;
}


@media (max-width: 850px) {
    .onsite-plan-container {
        flex-direction: column; /* Stack the left and right sections */
        border-radius: 16px;
    }
	
	.onsite-plan-cost {
    font-size: 45px;
}

    .onsite-plan-left, 
    .onsite-plan-right {
        width: 100%; /* Full width for each section */
        padding: 0; /* Remove padding on mobile */
        border-right: none; /* Remove the border between sections */
    }

    .onsite-plan-left {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); /* Add border below on mobile */
        padding-bottom: 15px;
    }

    .onsite-plan-right {
        padding-top: 15px; /* Add some space on top for separation */
    }

    .onsite-description-grid {
        grid-template-columns: 1fr; /* Single column for descriptions on mobile */
        grid-gap: 20px; /* Adjust gap between items */
    }
}


.footer-info-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start; 
    flex-wrap: wrap;
    color: #ffffff;
    background-color: #2B2E54;
    border-radius: 25px;
    padding: 25px 0;
    margin: 40px 0;
}

@media (max-width: 600px) 
{
	.footer-info-container{
		display: flex;
		align-items: center; 
		flex-direction: column;
	}
	
	.on-site-footer-description {
		margin-bottom: 10px;
	}
}
.footer-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    text-align: center; 
    line-height: 1.2em;
}

.on-site-footer-title{
	font-weight: 600;
	padding-bottom: 15px;
	font-size: 20px;
}


.on-site-footer-description {
	font-size: 13px;
}

.check-mark {
    margin-bottom: 15px;
}


.archived{
    display: none !important;
}
.conversions-wrap h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 36px;
}
.conversions-wrap {
    padding: 96px 0 0;
}
.conversions-wrap .item {
    padding: 48px;
    width: 100%;
    background: #262353;
    border: 1px solid rgba(78, 72, 142, 0.5);
    border-radius: 16px;
    height: 100%;
}

.conversions-wrap .item img {
    margin-bottom: 13px;
}

.conversions-wrap .item .c__title {
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    font-family: Harmonia Sans Pro Semi Bd, sans-serif;
}

.conversions-wrap .item .c__title em {
    font-style: normal;
    font-size: 36px;
    padding-right: 5px;
}

.conversions-wrap .item .c__title svg {
    position: relative;
    top: 5px;
}

.conversions-wrap .item p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #A6B7C9;
}

.cproperties {
    padding: 24px 48px;
    width: 100%;
    background: #262353;
    border: 1px solid rgba(78, 72, 142, 0.5);
    border-radius: 16px;
}

.cproperties h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.cproperties ul li {
    padding: 9px 16px;
    gap: 3px;
    background: #2E2A5C;
    border-radius: 8px;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.001em;
    color: #A6B7C9;
    position: relative;
    margin: 3px 0;
}

.cproperties ul {
  counter-reset: all;
    column-count: 2;
}

.cproperties ul li::before {
  counter-increment: all;
  content: counter(all);
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 30px;
}

@media(max-width: 767px) {

    .conversions-wrap {
        padding: 64px 0 0;
    }    
    
    .conversions-wrap .item {
        margin-bottom: 30px;
        height: auto;
        padding: 30px;
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
    }
    }
    
    .olympics-wrap {
        padding: 64px 0 0;
    }    
    
    .olympics-wrap .item {
        margin-bottom: 30px;
        height: auto;
        padding: 25px;
        flex-direction: column;
        align-items: center;
        
    }
    .og-pricing-style .item .right-column{
        border: none;
        max-width: unset;
        text-align: center;
    }
    .olympics-wrap .item .left-column{
        width: unset;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .og-pricing-style .plan-cost{
        font-size: 38px;
        display:flex;
        flex-direction: column;
        padding-bottom: 30px;
    }
    
    .olympics-wrap{
        padding: 0px;
    }    
    
    .cproperties {
        padding: 30px;
    }
    .sa-wrap .row{
        padding: 0px;
    }
    .sa-wrap .item{
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
    .sa-pricing-style .item .plan-name{
        width: fit-content;
    }
    

@media(max-width: 575px) {
.sa-wrap{
    padding-top: 64px;
}
    
.sa-wrap .row{
    padding: 0px;
}
.sa-wrap .item{
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.sa-pricing-style .item .plan-name{
    width: fit-content;
}
}
    
@media(max-width: 575px) {

.cproperties ul {
    column-count: 1;
}    
    
}

.cselect ul li a {
    color: #646464;
}    

.cselect ul li.oem-link {
    padding: 0;
}

.cselect ul li.oem-link a {
    padding: 5px 10px;
    display: table;
    width: 100%;
}
.oem-list, .dealer-list {
    margin-bottom: -12px;
}

.oem-list > span,
.dealer-list > span {
    background: #342F6A;
    color: #fff;
    padding: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    position: relative;
    border-radius: 4px 4px 0 0;
    width: 100%;
    display: block;
}

.oem-list > div,
.dealer-list > div {
    padding: 20px 24px 24px;
    background: #403A81;
    border-radius: 0 0 4px 4px;
}

.oem-list > div label,
.dealer-list > div label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF !important;
    display: block;
    padding-bottom: 5px;
}

.oem-list > div label span,
.dealer-list > div label span {
    color: #c01d52;
}

.oem-select, .dealer-select {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.oem-select em, .dealer-question-options {
    display: block;
    font-style: normal;
    padding: 0 30px 0 10px;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    line-height: 40px;
    position: relative;
}

.dealer-question{
    background-color: #403A81;
    border-radius: 5px;
    padding: 15px 24px 24px;
    margin-bottom: 10px;
}


.oem-select em:after, .dealer-select em:after {
    content: "";
    border: 2px solid #929292;
    width: 8px;
    height: 8px;
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: 12px;
    top: 14px;
}

.oem-list .text-right, .dealer-list .text-right {
    display: flex;
    justify-content: flex-end;
}

.oem-list button, .dealer-list button {
    padding: 12px 24px;
    height: 40px;
    background: #3F51B5;
    border: 1px solid #3F51B5;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    font-family: Urbanist, sans-serif;
    cursor: pointer;
    transition: 0.3s all;
}

.oem-list button:hover, .dealer-list button:hover {
    background: #4b5dc2;
    color: #fff;
}

.oem-list button.btn-eb, .dealer-list button.btn-eb {
    pointer-events: none;
    opacity: 0.8;
}

.oem-list.filled > div,
.dealer-list.filled > div {
    display: none;
}

.oem-list.filled > span,
.dealer-list.filled > span {
    border-radius: 4px;    
    color: rgba(255, 255, 255, 0.5);
}

.oem-list.filled > span:after, 
.dealer-list.filled > span:after {
    content: "";
    width: 14px;
    height: 8px;
    border: 2px solid #4CAF50;
    display: inline-block;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    margin-left: 8px;
    position: relative;
    top: -3px;
}

.btnprev, .btn-next button, p.submit input {
    border: none !important;
}

.oem-list:not(.filled) + .ef-code,
.oem-list:not(.filled) + .ef2-code {
    height: 0px;
    opacity: 0;
}

.oem-select ul, .dealer-select ul {
    background: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 2;
    border-radius: 4px;
    max-height: 290px;
    overflow: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    margin: 0;
}

.oem-select.open ul, .dealer-select.open ul {
    opacity: 1;
    visibility: visible;
}

.oem-select ul li, .dealer-select ul li {
    font-size: 16px;
    color: #646464;
    padding: 5px 10px;
    position: relative;
    cursor: pointer;
}

.oem-select ul li a, .dealer-select ul li a {
    color: #646464;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
}

.oem-select ul li.oem-link,
.dealer-select ul li.oem-link {
    padding: 0;
}

.oem-select ul li em, .dealer-select ul li em {
    font-style: normal;
}

.oem-select ul li:hover,
.dealer-select ul li:hover {
    background: #f5f5f5;
}

.oem-select ul::-webkit-scrollbar-track, 
.dealer-select ul::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.oem-select ul::-webkit-scrollbar,
.dealer-select ul::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.oem-select ul::-webkit-scrollbar-thumb,
.dealer-select ul::-webkit-scrollbar-thumb {
    background-color: #000000;
}


.olympics-banner {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(158, 66, 143, 1) 0%, rgba(255, 133, 133, 1) 100%);
    padding: 15px 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -30px 39px;
}

.olympics-text {
    display: flex;
    align-items: center
}

.olympics-text p {
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    margin: 0;
    padding-right: 10px
}

.olympics-cta {
    background: #000;
    padding: 15px 40px;
    font-size: 18px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    margin-left: 10px;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 20px
}

@media (max-width: 767px) {
    .olympics-cta {
        margin-top:10px;
        margin-left: 0;
        padding: 10px 30px;
        font-size: 16px
    }

    .olympics-text p {
        font-size: 16px
    }

    .olympics-banner {
        justify-content: flex-start
    }
}

@media (min-width: 768px) {
    .olympics-banner {
        flex-wrap:inherit
    }
}

.header.promo-enabled {
    padding-top: 0px;
}

.header.promo-enabled + div + div .hero {
    padding-top: 250px !important;
}

@media (max-width: 991px) {
.olympics-banner {
    margin: 0 -15px 19px;
}
}

.custom-header .container-fluid > img {
    max-width: 150px;
}

.custom-header .ch-sublogo img {
    max-height: 60px; 
}

.custom-header .ch-sublogo span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.45px;
    padding-right: 10px;
    opacity: 0.8;
}


@media(max-width: 767px) {

.custom-header .container-fluid > img {
    max-width: 100px;
}

.custom-header .ch-sublogo {
    position: absolute;
    right: 10px;
    top: 30px;
}

.custom-header .ch-sublogo span {
    font-size: 10px;
    text-align: right;
    padding-bottom: 2px;
    padding-right: 2px;
}

.custom-header .ch-sublogo img {
    max-height: 45px;
}    
    
}

.logos-topheading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    padding-top: 25px;
}

.logos-topheading li {
    margin: 0 10px; 
}

.logos-topheading img {
    max-width: 60px;
    height: auto;
    display: block;
}

@media (max-width: 1035px) {

    .logos-topheading img {
        max-width: 20px;
        min-width: 20px !important;
    }
    .logos-topheading {
        max-width: 100px !important;
    }
}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    flex: 0 0 100%;
}

.carousel-controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.carousel-controls input {
    display: none;
}

.carousel-controls label {
    cursor: pointer;
    padding: 5px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

#carousel-0:checked ~ .carousel-inner {
    transform: translateX(0);
}
#carousel-1:checked ~ .carousel-inner {
    transform: translateX(-100%);
}

/* TEMP HIDE */

.icon__teaser-v2, .testimonial__slider--wrap .slick-dots, body > div.wrapper > div > div:nth-child(5) > div > div.row {
    max-height: 10px !important; 
    opacity: 0 !important;
    overflow: hidden !important;
    display: none;
}

/* nbc add on style */
.sa-wrap .row{
    justify-content: space-between;
}
.sa-wrap .row, .plan-container, .onsite-plans,.footer-info-container{
        margin: 0px auto;
}
.sa-wrap .row, .plan-container, .onsite-plans, .footer-info-container{
    margin-bottom: 35px;
}
.plan-container{
    height: fit-content;
}

.onsite-plan-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 25px;
    background: linear-gradient(#5C7AA7, #2B2E54);
    margin-top: 40px;
}

.plan-container,  .onsite-plan-container{
    border-radius: 16px;
    padding: 30px 25px;
}

body > div.wrapper > div > div:nth-child(7) > div > div.onsite-plans > div:nth-child(1) > div.onsite-plan-right > div > div:nth-child(2), body > div.wrapper > div > div:nth-child(7) > div > div.onsite-plans > div:nth-child(2) > div.onsite-plan-right > div > div:nth-child(2)
{
	position: relative;
	top: 40px;
}
/* 
body > div.wrapper > div > div.container > div.onsite-plans > div:nth-child(1) > div.onsite-plan-right > div > div:nth-child(2){
        position: relative;
    top: 40px;
	color: pink !important;
}

body > div.wrapper > div > div.container > div.onsite-plans > div:nth-child(2) > div.onsite-plan-right > div > div:nth-child(2){
        position: relative;
    top: 40px;
} */

@media (max-width: 850px) {
    .plan-container .plan-details, .plan-container .plan-description {
width: 100%;
    }
body > div.wrapper > div > div:nth-child(7) > div > div.onsite-plans > div:nth-child(1) > div.onsite-plan-right > div > div:nth-child(2), body > div.wrapper > div > div:nth-child(7) > div > div.onsite-plans > div:nth-child(2) > div.onsite-plan-right > div > div:nth-child(2){
     position: unset;
    top: unset;
    }
    .sa-wrap .sa-pricing-style .item, .sa-wrap .sa-pricing-style, .plan-name, .plan-cost{
        width: 100%;
    }
    .sa-wrap .sa-pricing-style{
        padding: unset;
    }
    .sa-wrap .item {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}

    .sa-pricing-style .sa-plan-description{
        text-align: left;
        line-height: 1.5em;
    }
}

.NBC-SOA-Studio-v13{
    padding-top: 20px;
}

/* 2025 styling MVP pages */

/* ABOUT US PAGE */

.page-id-2198 .about-v2 .container, .page-id-2198 .about-v7 .container {
    max-width: 1449px;
}

.page-id-2198 .hero-img, .page-id-2198 .hero-video, .page-id-2198 .hero-video img {
    border-radius: 0;
}

.page-id-2198 .learn-button {
    color: #fff;
}

.page-id-2198 .learn-button span {
    padding-left: 10px;
}


.page-id-2198 .about-v7 {
    background-image: url('https://www.helloconstellation.com/wp-content/uploads/2025/05/auroraaaa@2x@2x-1.png');
    background-size: cover;
    background-position: center 10px;
    background-color: #000;
    padding: 200px 50px 50px 50px;
}

/* .page-id-2198 .extra-features, .page-id-2198 .hero-video svg.play, .page-id-2198 .shape
{
    display: none;
} */

.page-id-2198 .col-md-4 p{
    font-size: 20px;
}

@media (min-width: 1500px) {
    .page-id-2198 .col-md-4 p{
        font-size: 20px;
        max-width: 350px;
    }
}

@media (min-width: 992px) {
    .page-id-2198 .pe-lg-5 {
        padding-right: 1rem !important;
    }
}

.page-id-2198 .col-md-4 h2{
    font-weight: bold;
}

.page-id-2198 .col-md-4, .page-id-2198 .pe-md-4, .page-id-2198 .pe-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-id-2198 .img-text-v11 {
    background-image: url("https://www.helloconstellation.com/wp-content/uploads/2025/03/AdobeStock_748931924_Editorial_Use_Only-copy-1.png");
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .page-id-2198 .img-text-v11 {
    background-image: url("https://www.helloconstellation.com/wp-content/uploads/2025/03/about-us-mobile-building.png");
    background-size: cover;
}
    .page-id-2198 .col-md-4 p{
    font-size: 16px;
}
}


.page-id-2198 .img-text-v11 .container {
    padding: 150px 0 200px;
}

.page-id-2198 .col-lg-5 {
    display: flex;
    gap: 40px;
    width: 100% !important;
    flex-wrap: wrap; /* Just in case */
    justify-content: center;
}

/* Stack items vertically on smaller screens */
@media (max-width: 768px) {
    .page-id-2198 .col-lg-5 {
        flex-direction: column;
        align-items: center; /* optional: center items */
        margin: 0 auto;
        justify-content: center;
    }
}

.page-id-2198 .col-lg-5 .item h3 {
    font-size: 35px;
    max-width: 276px;
    min-height: 77px;
}

.page-id-2198 .col-lg-5 .item p{
    font-size: 16px;
    color: #fff;
    max-width: 276px;
}

.testimonial-2025-heading {
    color: #F38988;
    font-weight: 700;
    font-size: 44px;
    padding-bottom: 30px;
    line-height: 1;
}

.page-id-2198 .testimonial-v3 .quote__inner 
{
    margin-bottom: 0;
}

.page-id-2198 .testimonial-v3 .quote__inner p
{
    color: #000;
    max-width: 700px;
    text-align: left;
}

.page-id-2198 .testimonial-v3 .quote__inner span
{
    color: #000;
}

.page-id-2198 .testimonial-v3 .quote__inner cite {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 700;
    z-index: 10;
    
}


.page-id-2198 .testimonial-v3 .quote__inner p {
    font-size: 44px;
    font-weight: 700;
    z-index: 10;
    
}

@media (max-width: 768px) {
    .page-id-2198 .testimonial-v3 .quote__inner p {
    font-size: 30px;
}
    
}

.page-id-2198 .slick-slide {
  position: relative; 
  padding: 2rem;
  z-index: 1;
/* 	width: 330px !important */
/*   min-height: 490px; */
}



/* Open Quote (Top Left) */
.page-id-2198 .slick-slide::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 100px;
  background: url("https://www.helloconstellation.com/wp-content/uploads/2025/03/open-quote.png") no-repeat center / contain;
  z-index: 0;
}

/* Close Quote (Bottom Right) */
.page-id-2198 .slick-slide::after {
  content: "";
  position: absolute;
  bottom: 80px;
  right: 10px;
  width: 100px;
  height: 100px;
  background: url("https://www.helloconstellation.com/wp-content/uploads/2025/03/closed-quote.png") no-repeat center / contain;
  z-index: 0; 
}

@media (max-width: 775px) {
    .page-id-2198 .slick-slide::after {
        bottom: 100px;
    }
}



.page-id-2198 .slick-slide p, .page-id-2198 .slick-slide cite {
  position: relative;
  z-index: 1; 
}
.page-id-2198 .team-slider .slick-slide::before, .page-id-2198 .team-slider .slick-slide::after  {
    background: none;
}

.page-id-2198 .testimonial-v3 .quote__inner img {
    padding-right: 20px;
}

.page-id-2198 .team-listing {
    background-color: #F8F8F8;
    padding-top: 30px;
    overflow: hidden;
}

/*  .page-id-2198 .team-slide {
    max-width: fit-content;
}  */

/* .page-id-2198 .team-listing .slick-slide{
    max-width: 280px !important;
} */

.page-id-2198 .team-listing .item:after {
    width: unset;
}

.page-id-2198 .team-listing .item {
    max-width: 253px;
    margin: 0 auto;
}

.page-id-2198 .profile-information {
    border-radius: 20px;
    width: calc(100% - 75px);
    background: #000;
    left: 40px;
}

/* @media (max-width: 1200px) {
    width: calc(100% - 32px);
} */

.page-id-2198 .profile-information img {
    width: unset;
    padding: 20px;
    border-radius: 20px;
    box-sizing: border-box;
}

@media (min-width: 450px) {
    .page-id-2198 .profile-information-wrap{
    width: unset;
}
}


@media (max-width: 575px) {
    .page-id-2198 .profile-information-wrap {
        margin: 40px;
        overflow: auto;
        max-height: calc(100% - 100px);
        position: relative;
        width: 100%;
        padding-right: 80px;
	
	
    }
	
	
	
/* 	    .page-id-2198 .profile-information-wrap {
        margin: 20px;
        overflow: auto;
        max-height: fit-content;
        position: relative;
        width: 100%;
        padding-right: 43px;
    } */
}

.page-id-2198 .team-listing .container .text-center h2 {
    text-align: left !important;
    color: #000;
    font-weight: 700;
    line-height: 100%;
    font-size: 64px;
    padding: 0 30px;
}

.page-id-2198 .team-listing .container .text-center p {
    text-align: left !important;
    color: #000;
    max-width: 50%;
    font-weight: 600;
    line-height: 100%;
    font-size: 16px;
    padding: 0 30px;
    
}

@media (max-width: 768px) {
    .page-id-2198 .team-listing .container .text-center p {
    max-width: 90%;
}
    
    .page-id-2198 .team-slide .slick-slide .slick-current .slick-active {
        width: unset !important;
    }
}

.page-id-2198 .team-listing .item img {
    filter: unset;
}

.page-id-2198 .team-listing .item:before {
    background: unset;
}

.page-id-2198 .team-listing .item img {
    max-width: 253px !important;
    max-height: 253px !important;
}

.page-id-2198 .team-listing .item .profile-image {
    border-radius: 20px;
}

.page-id-2198 .about-v1 {
     background-image: url(https://www.helloconstellation.com/wp-content/uploads/2025/03/DSC01213.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

@media (max-width: 768px) {
    .page-id-2198 .about-v1 {
    background: none;
        background-image: url(https://www.helloconstellation.com/wp-content/uploads/2025/03/DSC01213.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 100px 0;
}
    .page-id-2198 .about-v1 .container h1, .page-id-2198 .about-v1 .container p {
    max-width: 90% !important;
}
}

.page-id-2198 .about-v1 .container h1{
    text-align: left !important;
    text-transform: none;
    font-weight: 700;
    font-size: 64px;
    margin: 0 auto;
    max-width: 50%;
    padding: 20px 0;
}


.page-id-2198 .about-v1 .container p{
    text-align: left !important;
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    margin: 0 auto;
    max-width: 50%;
    padding-right: 20px;
    line-height: 100%;
}

.page-id-2198 #awards {
    background-color: #000;
}

.page-id-2198 #awards ul {
    margin: 0;
}

.page-id-2198 #awards h3,  .page-id-2198 #awards .text-center{
    text-align: left !important;
    font-weight: bold;
    padding: 0 45px;
}

.page-id-2198 .footer .cta {
    display: none;
}

.page-id-2198 .footer{
    background: #000;
}


.page-id-2198 .footer .menu-item a, .page-id-2321 .footer .menu-item a{
    color: rgba(243, 137, 136, 1) !important;
    text-decoration: none;
}

.page-id-2321 .contact-form {
    padding: 0;
}

@media (max-width: 768px) {
    .page-id-2198 footer .social a, .page-id-2321 footer .social a{
        margin: 0 5px;
    }
    
    .page-id-2198 footer a, .page-id-2321  footer a {
        font-size: 10px;
    }
    
    .page-id-2198 footer p span, .page-id-2321  footer p span {
        font-size: 10px;
    }
    
    .page-id-2198 #menu-footer li a {
        font-size: 10px;
    }
}

.page-id-2198 #menu-item-270, .page-id-2198 #menu-item-744,
.page-id-2198 .mob-header a, .page-id-2198 .footer:after,
.page-id-2198 #awards .shape, .footer:after {
        display: none !important;
    }

.page-id-2198 .profile-information-wrap::-webkit-scrollbar {
  width: 10px; 
}

.page-id-2198 .profile-information-wrap::-webkit-scrollbar-track {
  background-color: #000; 
}

.page-id-2198 .profile-information-wrap::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}

.page-id-2198 .profile-information-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}

.page-id-2198 footer .social a:hover {
    background: none;    
}

.page-id-2198 #menu-footer li a
{
    text-decoration: none !important;
}

/* CONTACT PAGE */
.page-id-2321 .contact-wrap {
    background: #000;
}

/* Form Section */
.page-id-2321 .contact h1 {
    font-size: 50px;
}

.page-id-2321 .contact h1 + p {
    font-size: 20px;
}

.page-id-2321 .contact-form {
    background: #000;
}

.page-id-2321 .container .row .col-md-6:nth-child(2) {
        flex: 0 0 auto;
        justify-content: center;
        align-items: center;
        display: flex
;
}

/* ANIMATED LOGOS */

 .logo-ticker {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 30px;
     position: relative;
  overflow: hidden;
}

.logo-ticker ul {
    display: flex;
    list-style: none;
    animation: marquee 20s linear infinite;
}

.logo-ticker li {
    margin: 0 20px;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
}

.logo-ticker li img {
    max-height: 40px;
    max-width: inherit;
    opacity: 1;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% + 20px));
    }
} 

.page-id-2321 #awards .shape, .page-id-2321 #awards h3 {
    display: none;
}

.page-id-2321 #awards
{
    padding: 0;
}

.page-id-2321 #awards ul li {
    width: 20%;
}

/* Line Section */
.page-id-2321 .about-v1 {
    background: #000;
    padding: 0;
}

/* Map Section */
.page-id-2321 .map-section .container, .page-id-2321 .map-section .container h3 {
    text-align: center;
}

.page-id-2321 .map-section .container h3, .page-id-2321 .map-section .container .subheading {
    background: linear-gradient(90deg, #F9ECDA 0%, #FFDBEE 48.61%, #F9DAF5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-id-2321 #awards .container {
    position: relative;
    width: 100%;
}

.page-id-2321 #awards .container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://www.helloconstellation.com/wp-content/uploads/2025/04/Gradient-04-5.png') center center / cover no-repeat;
    mix-blend-mode: color;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.page-id-2321 .map-wrap
{
    background: #000;
}

.page-id-2321 .map-line {
    padding-top: 40px;
}

.page-id-2321 .map-wrap:after, .page-id-2321 .map-trigger, .page-id-2321 .map-trigger-desktop
{
    display: none;
}

.page-id-2321 .map-information 
{
    width: unset;
}

@media (max-width: 991px) {
    .page-id-2321 .map-information {
        display: table;
        position: relative;
        
        left: 0;
        transform: translateX(0%);
        margin: 40px 20px 0px 20px;
        transition: 0.3s;
    }
}

@media (min-width: 992px) and (max-width: 1350px) {
    .page-id-2321 .map-information {
        display: table;
        margin: 0px 20px -80px 20px;
        position: relative;
        transform: translateX(0);
        left: 0;
    }
}

.page-id-2321 #menu-footer li a
{
    text-decoration: none !important;
}


.page-id-2321 .map-wrap .footer .text-center, .page-id-2198 .footer .text-center{
    display: none;
}

@media (max-width: 1050px) {
   .page-id-2321 .map-wrap .footer{
    padding-top: 0 !important;
}
}
/*MENU*/
/* .page-id-2321 .navigation ul li a, .page-id-2198 .navigation ul li a {
    text-transform: capitalize;
} */

.page-id-2321  .navigation ul li a:before, .page-id-2198  .navigation ul li a:before {
        background-color: rgba(255, 133, 133, 1);
    height: 2px;
    }

.header {
    padding: 80px 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
@media (max-width: 768px) {
   .header {
    padding: 60px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
}

.mobile-menu {
    background: black;
}

.footer .container {
    display: none;
} 

.page-id-303 .footer .container {
    display: block !important;
}

.book-demo-area {
    text-align: center;
    /* margin-bottom: 100px; */
}
.book-demo-area h3 {
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.book-demo-area .cbtn {
    font-weight: 500 !important;
}
.book-demo-area .cbtn:hover {
    color: black !important;
}
@media (max-width: 768px) {
.book-demo-area {
        padding-bottom: 0px;
    }
    .book-demo-area .container {
        background-color: black;
    }
    .book-demo-area p {
        margin-top: 50px;
        margin-bottom: 100px;
        letter-spacing: 0;
    }
    .book-demo-area .col-sm-4 {
        width: 100% !important;
    }
}
@media (max-width: 576px) {
    .book-demo-area .col-sm-4 {
        width: 100% !important;
    }}
.gradient-warm {
    background: linear-gradient(
        90deg,
        #f9ecda 0%,
        #ffdbee 48.61%,
        #f9daf5 100%
    );
}
.gradient-text {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cbtn {
    color: #fff;
    font-family: "Harmonia Sans Pro";
    font-size: 14px;
    font-weight: 500;
    padding: 5px 30px;
    text-transform: uppercase;
    margin: auto;
    display: block;
    width: fit-content;
    border-radius: 24px;
    background: #1f1d25;
    box-shadow: 0px 0px 1px 1px #e34d8d, 0px 0px 16px 0px #e34d8d;
}

.cbtn:hover {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0px 15px #ffffff70;
}

.body > div.wrapper > div.l-blocks-wrap > div.container.px-lg-5 {
    display: none !important;
}

.page-id-716 .wrapper .footer, .page-id-716 .wrapper .px-lg-5, .page-id-745 .wrapper .footer, .page-id-14 .footer, .page-id-163 .footer {
    display: none;
}

.page-id-716 .wrapper .text-wrap .px-lg-5 {
    display: block;
}

 .navigation ul li a {
	 text-transform: uppercase;}

.has-dropdown ul li a {
    text-transform: none;
}

.header .container-fluid {
	max-width: unset;
}

#1028423_6688pi_1028423_6688 {
	display: none;
}

.team-slider .slick-list {
  position: relative;
}

/* Only show arrow on small screens (Bootstrap's sm breakpoint is 576px) */
@media  (min-width: 420px) and (max-width: 575.98px)  {
  .team-slider .slick-list::after {
    content: "";
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #D4AFCB;
	 z-index: -10 !important;
  }
}


/* NBC SPOT ON ADD ONS PAGE*/

.item-flex-layout {
    display: flex !important; 
    align-items: center !important;
    flex-direction: row !important;
    width: 100% !important;
    position: relative !important;
}



.plan-name-style {
    color: #000000 !important;
    background: #8FD2FF !important;
    position: absolute !important;
    top: -10px !important;
    left: 20px !important;
    right: 0 !important;
}

.sa-plan-description-style {
    text-align: left !important;
    color: #fff !important;
    font-size: 30px !important;
    line-height: 120% !important;
	display: flex;
    flex-direction: column;
    flex: 0 0 40%;
    padding: 0 !important
}
@media (max-width: 850px) {
    .item-flex-layout {
        flex-direction: column !important;
    }
	
	.sa-plan-description-style{
		margin-bottom: 15px;
	}

}
@media (max-width: 1100px) {
    .sa-plan-description-style {
       font-size: 20px !important;
		flex: 0 0 30%;

    }
	.plan-description {
		padding-left: 10px;
	}

}

.plan-description-flex {
    display: flex !important;
    gap: 50px !important;
	justify-content: center;
    
}

.plan-cost-small {
    font-size: 20px !important;
	margin-bottom: 5px !important;
	align-content: center;
}

.plan-cost-large {
    font-size: 40px !important;
    font-weight: 600 !important;
	margin-bottom: 0 !important;
	
}
.NBC-top-heading-image {
	background-image: url(https://www.helloconstellation.com/wp-content/uploads/2025/05/NBCU_Background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px 20px 0 20px;
	color: white;
}

@media screen and (min-width: 1300px) {
  .NBC-top-heading-image {
    background-position: center 30%;
  }
}


.NBC-top-heading-logos {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.NBC-top-heading-logos img {
	width: 83px;
	margin-right: 10px;
}

.NBC-top-heading-image h1 {
	margin: 0;
	color: white;
}

.NBC-top-heading-image p {
	text-align: left;
	color: rgba(166, 183, 201, 1);
	font-size: 14px;
	margin-top: 10px;
}

.page-id-2029 .hero
{
	padding: 0;
}

.page-id-2029 .header, .page-id-2029 .custom-header {
	display: none;
}

/* .page-id-2535 .row {
	display: flex;
	flex-direction: column;
	
} */

.page-id-2535 .hero h2 {
	font-weight: 700;
	font-size: 60px;
	max-width: 724px;
	margin: 0 auto;
	line-height: 100%;
	padding-top: 100px;
}

.page-id-2535 .hero p {
	max-width: 724px;
	margin: 0 auto;
	padding: 20px 0;
	color: #D9D9D9;
	font-weight: 400;
}

.bttn17 {
	padding: 8px 20px;
    font-size: 18px;
    font-weight: 400;
    display: table;
    margin: 0 auto;
    color: #fff;
	border-radius: 100px;
background: linear-gradient(90deg, #EB008B 0%, #9A09CB 100%);
}

.page-id-2535 
.extra-features a {
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    width: 100%;
	justify-content: center
}

.page-id-2535 .extra-features {
	padding: 10px;
	width: 100%;
	background: rgb(23,22,22);
	z-index: 100;
}

.page-id-2535 .hero:first-child {
    padding: 50px 0;
}
.page-id-2535  .about-v7 {
    padding: 0;
}

.page-id-2535 .footer, .page-id-2535 .testimonial__slider--wrap {
    display: none;
}

.page-id-2535 .img-text-v9 {
    padding: 50px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.page-id-2535 .ps-lg-4{
	text-align: right;
}

.page-id-2535 .center-eighteen{
	text-align: left; }

.page-id-2535 .img-text-v9 p {
	color: #BFBFBF;
}

@media (max-width: 767px) {
    .page-id-2535 .img-text-v9 .ps-lg-4 img {
        display: unset;
    }
	
	.page-id-2535 .img-text-v9 {
		padding: 0;}
		
		.page-id-2535 .col-md-6{
			padding: 0 40px;
			
		}
	
	.page-id-2535 .center-eighteen, .page-id-2535 #video{ 
	margin-bottom: 50px;
}
	
	.page-id-2535 .ps-lg-4{
	text-align: center;
}

.page-id-2535 .center-eighteen{
	text-align: center; }

}
.about-v18 {
		background-image: url("https://www.helloconstellation.com/wp-content/uploads/2025/07/Section-Quote-1-e1751566225738.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 50px;
}

.about-v18 .container {
	max-width: 725px;
	padding: 50px 0;
}
/* Hide both by default just in case */
.desktop-layout,
.mobile-layout {
    display: none;
	
}

/* Show desktop layout on screens 768px and up */
@media (min-width: 768px) {
    .desktop-layout {
        display: block;
			max-width: 900px;

    }

    .top-block {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .review-image img {
        width: 150px;
        object-fit: cover;
		background: #262626;
    }

    .review-content {
        flex: 1;
        font-size: 20px;
        color: #D9D9D9;
		
    }

    .review-meta {
        text-align: left;
        margin-top: 20px;
    }
	
	.review-name {
		        color: #D9D9D9;

	}
	
	.review-bio {
		color: #8C8C8C;
	}
}

/* Show mobile layout below 768px */
@media (max-width: 767px) {
    .mobile-layout {
        display: block;
		padding: 0 50px;
    }

    .review-content {
        margin-bottom: 20px;
        font-size: 16px;
        color: #D9D9D9;
    }

    .bottom-block {
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

    .review-image img {
        width: 100px;
        border-radius: 50%;
        object-fit: cover;
		background: #262626;
		
    }

    .review-meta {
        flex: 1;
		text-align: left;
    }

    .review-name {
        font-weight: bold;
        margin-bottom: 5px;
        color: #D9D9D9;
		
    }

    .review-bio {
        font-size: 14px;
        color: #8C8C8C;
    }
	
	.form-ai-container {
	max-width: 400px;
}
}


@media (max-width: 767px) {
    .form-ai-container {
		max-width: 400px;
		padding: 0 20px 20px 20px;
}
	
	.page-id-2535 .hero-video {
		left: unset;
	}
	
	.page-id-2535 .hero h2
	{
		font-size: 40px;
	}
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .page-id-2535 .img-text-v9 .col-md-6:first-child {
        width: 45%;
    }
	
	.page-id-2535 .img-text-v9 .col-md-6:last-child {
        width: 55%;
    }
}


.page-id-2535 .contact {
	background: #141414;
	padding: 100px 0;
}

.page-id-2535 .contact .row {
	flex-direction: column;
	margin: 0 auto;
}

.page-id-2535 .contact .col-md-6, .page-id-2535 .contact .pe-lg-5 {
	width: 100%;
	padding: 0 50px;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}


.page-id-2535 .contact .col-md-6 p, .page-id-2535 .contact .pe-lg-5 p{
	font-size: 20px;
	color: #BFBFBF;
}

.page-id-2535 .contact-form {
	max-width: 600px;
	border-radius: 16px;
	padding: 20px 20px 0px 20px;
	background: #000;
	box-shadow: 0 0 30px rgba(198, 1, 167, 0.75); 
	margin: 50px auto;
}

.page-id-2535 .l-blocks-wrap {
	background: #000;
}


.page-id-2535 .hero-video {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  overflow: hidden;
}

.page-id-2535 .hero-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-id-2535 .hero-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,1);
  transition: background 0.3s ease;
}

.page-id-2535 .hero-video .video-overlay:hover {
  background: rgba(0,0,0,1);
}

.page-id-2535 .hero-video .video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-id-2535 .hero-video .play {
  z-index: 3;
  pointer-events: none;
}

.page-id-2535 .hero-video .pause {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
}

.page-id-2535 .hero-video .pause span {
  display: inline-block;
  width: 6px;
  height: 20px;
  background-color: white;
  margin: 0 2px;
}

.page-id-2535 .page-id-2535 {
	height: unset !important;
}

.page-id-2535 body > div.wrapper > div.l-blocks-wrap > section:nth-child(4) > div > div > div.col-md-6.order-md-last.ps-xl-5 {
	width: 45% !important;
}

.page-id-2535 body > div.wrapper > div.l-blocks-wrap > section:nth-child(4) > div > div > div.col-md-6.center-eighteen {
	width: 55% !important;
}

.page-id-2575, .page-id-2576 {
	background: black;
}

.page-id-2575 .hero h2, .page-id-2576 .hero h2 {
	text-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.92px;
    background: linear-gradient(90deg, #a35c9f 0%, #f39c97 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

.page-id-2575 p a, .page-id-2576 p a {
	color: #ff8585;
}

.page-id-2575 .footer, .page-id-2576 .footer{
	display: none;
}

.page-id-2576 .header
{
	display: none;
}
