/* General Styles */

.coh-style-small-text {
    font-size: 16px;
}

.coh-style-large-text {
    font-size: 22px;
    line-height: 32px;
}

.coh-style-larger-text {
    font-size: 28px;
    line-height: 1.3;
}

.coh-style-huge-text {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.1;
}


/* Section Hero */
#block-mainpagecontent .double-stack-hero {
    padding: 230px 0 130px;
    background-image: 
    url('/solutions/sites/default/files/2025-05/globe-background.png'),
    linear-gradient(167.98deg, #1C2C36 40.43%, #3F5360 61.53%, #212F38 74.99%, #1F2427 85.4%);
    background-size: 50%, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: 95% 50%, center;
}

.double-stack-hero .col1 {
    display: flex;
    align-items: center;
    justify-content: right;
}

.double-stack-hero .col1 h1 {
    font-size: 80px;
}

.double-stack-hero .col1 p {
    letter-spacing: 2px;
}

.double-stack-hero video {
    height: auto;
    max-width: 800px;
}

.double-stack-hero_bottom {
    padding: 0;
    margin: 150px 0 0;
}

.double-stack-hero_bottom .col1 {
    margin-right: 50px;
}

.double-stack-hero_bottom .col2 {
    display: flex;
    align-items: center;
}

.double-stack-hero_bottom h2 {
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 60px;
}

.double-stack-hero_bottom div[class*="coh-ce-cpt_image"] {
    position: relative;
}

.double-stack-hero_bottom div[class*="coh-ce-cpt_image"]::before {
    content: '';
    background: rgba(207, 0, 0, 1);
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 1;
}   

.double-stack-hero__body {
    font-size: 22px;
    font-weight: 300;
    line-height: 130%;
    max-width: 667px;
    margin-bottom: 50px;
}

.double-stack-hero__callout {
    font-size: 28px;
    font-weight: 400;
    line-height: 130%;
    max-width: 667px;
}


/* Company Logos Section */

.section_company-callout p {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 3rem;
}

.section_company-callout > .coh-container {
    position: relative;
    z-index: 1;
    height: 1000px;
    overflow: hidden;
}

.section_company-callout > .coh-container div {
    height: 100%;
}

.section_company-callout > .coh-container .col1 {
    display: flex;
    align-items: center;
    justify-content: left;
}

.section_company-callout > .coh-container .col1 > div {
    max-width: 641px;
    height: auto;
}

.section_company-callout .company-callout-section__large-text {
    font-size: 32px;
}

.section_company-callout .company-callout-section__logo-headline {
    margin-top: 25rem;
    margin-bottom: 0
}

.company-callout-section_logos {
    width: 90%;
    position: absolute;
    bottom: 50px;
    left: 4%;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

/* Power Numbers Section */

.section_power-numbers {
    overflow: hidden;
}

.section_power-numbers .col1 img {
    transform: translateY(-300px);
    transition: transform 0.6s ease-out;
}

.section_power-numbers .col3 img {
    transform: translateY(350px);
    transition: transform 0.6s ease-out;
}

.section_power-numbers .col1 img.reveal {
    transform: translateY(-100px);
}

.section_power-numbers .col3 img.reveal {
    transform: translateY(150px);
}

.section_power-numbers .col2 > .coh-container {
    display: flex;
    align-items: center;
    justify-content: left;
    max-width: 727px;
    margin-right: auto;
    margin-left: auto;
}

.section_power-numbers__subhead {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
}

.section_power-numbers__headline {
    font-size: 48px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 3rem;
}



/* Scroll Carousel Section */

.section_scroll-carousel .col1 {
    margin-top: 130px;
    margin-right: 200px;
    max-width: 600px;
}

.section_scroll-carousel__headline {
    font-size: 48px;
    line-height: 68px;
    font-weight: 400;
    margin-bottom: 3rem;
}

.section_scroll-carousel__body {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 5rem;
}

.section_scroll-carousel__subtitle {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
}

.section_scroll-carousel .red-arrow {
    width: 32px;
    height: 32px;
    display: inline-block;
    translate: 10px 7px;
}

.section_scroll-carousel {
    max-height: 800px;
    overflow: hidden;
}

.section_scroll-carousel .col2 {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.section_scroll-carousel .col2 .scroll-carousel-container {
    height: 100vh;
    width: 100%;
    transition: transform 0.8s ease-in-out;
    will-change: transform;
}

.section_scroll-carousel .scroll-carousel-item {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    opacity: 0.2;
    transition: opacity 0.3s ease-in-out;
}

.section_scroll-carousel .scroll-carousel-item.active {
    opacity: 1;
}

.section_scroll-carousel .scroll-carousel-item > div {
    margin-bottom: auto;
    margin-top: 5rem;
}

.section_scroll-carousel .scroll-carousel-item p {
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 2rem;
}

.section_scroll-carousel .scroll-carousel-item img {
    width: 589px;
    height: 358px;
    object-fit: cover;
    object-position: center 0px;
    border-radius: 16px;
    box-shadow: 0px 4px 23.8px 0px rgba(0, 0, 0, 0.25);
}

/* Section Video */

.section_video {
    padding: 2rem 0;
    background: linear-gradient(0deg, #212529 18.73%, #39424B 89.78%);
}

.section_video_header {
    font-size: 48px;
    font-weight: 400;
}

.section_video_subhead {
    font-size: 22px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.section_video_logos,
.section_video_video {
    background: rgba(33, 37, 41, 1);
    padding: 2rem 0;
}

.section_video_logos img {
    width: 90%;
    margin: 0 auto;
}

.section_video_video iframe {
    width: 825px;
    height: 465px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 16px;
    top: 100px;
    transition: transform 0.6s ease-in-out;
}

.section_video_video iframe.active {
    transform: scale(125%);
}

.section_video_video div[class*=coh-ce-cpt_brightcove_video] {
    padding-top: 20%;
}

.section_video_bottom-border {
    background: url('/solutions/sites/default/files/2025-05/video-border-bottom.png') center center no-repeat;
    background-size: cover;
    height: 13px;
    width: 100%;
    translate: 0px -2px;
}

/* Section Listing Plans */

.section_listing-plans {
    padding: 3rem 0 2rem;
    position: relative;
    z-index: 1;
}

.section_listing-plans .coh-style-large-text {
    max-width: 710px;
    margin: 0 auto;
}

.section_listing-plans .coh-style-max-width--1000 {
    max-width: 1060px;
}

.section_listing-plans_get-started .coh-row,
.section_listing-plans_get-started .coh-row-inner {
    border-radius: 16px;
}

.section_listing-plans_get-started .coh-row-inner {
    border-radius: 16px;
    margin: 5rem auto;
}

.section_listing-plans_get-started .col1 {
    background: #fff;
    flex: 0 0 15%;
    max-width: 15%;
}

.section_listing-plans_get-started .col1 .coh-image {
    transform: scale(200%);
    position: absolute;
    left: 80px;
    bottom: 80px;
    z-index: 1;
}

.section_listing-plans_get-started .col2 {
    background: linear-gradient(180deg, #30424E 0%, #3F5360 47.12%, #30424E 100%);
    position: relative;
}

.section_listing-plans_get-started .col2 > .coh-container {
    padding-left: 8em;
}

.section_listing-plans_get-started .col2 h4,
.section_listing-plans_get-started .col2 p,
.section_listing-plans_get-started .col2 li {
    color: #fff;
}

.section_listing-plans_get-started .col2 p,
.section_listing-plans_get-started .col2 li {
    font-size: 14px;
    font-weight: 300;
}

.section_listing-plans_get-started .col2 ul {
    position: relative;
    padding: 10px 2px;
    margin: 2rem 1.5rem;
}

.section_listing-plans_get-started .col2 ul::before,
.section_listing-plans_get-started .col2 ul::after {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: rgba(196, 196, 196, 1);
}

.section_listing-plans_get-started .col2 ul::before {
    top: 0;
}

.section_listing-plans_get-started .col2 ul::after {
    bottom: 0;
}

.section_listing-plans_get-started .col2 h4 {
    font-size: 32px;
    line-height: 44px;
}

.section_listing-plans_get-started .col2 p {
    max-width: 440px;
    line-height: 1.3;
}

.section_listing-plans_get-started .col2 .section_listing-plans_elevated-placement {
    margin-right: 3.5rem;
    margin-bottom: 2rem;
}

.section_listing-plans_get-started .col2 .section_listing-plans_elevated-placement p {
    justify-self: right;
}

.section_listing-plans_get-started .col2 .section_listing-plans_elevated-placement .elevated-placement_headline {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}

.section_listing-plans_get-started .col2 li {
    line-height: 30px;
    padding: 0;
}

.section_listing-plans_pro-tip-circle {
    position: absolute;
    top: -170px;
    right: -200px;
    width: 360px;
    height: 360px;
    z-index: -1;
    background: url('/solutions/sites/default/files/2025-05/circle-bg.png') center center no-repeat;
    background-size: 100% 100%;
    padding: 80px 40px 0 20px;
}

.section_listing-plans_get-started .col2 .section_listing-plans_pro-tip-circle p {
    color: #000;
    text-align: right;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.section_listing-plans_get-started .col2 .section_listing-plans_pro-tip-circle p.coh-style-text-red {
    color: rgb(207, 0, 0);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}

.section_listing-plans_plans .coh-row-inner {
    justify-content: center;
    margin-top: 8rem;
}

.section_listing-plans_plans .section_listing-plans_plans-image {
    background: #fff;
    height: 100px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.section_listing-plans_plans .section_listing-plans_plans-image > .coh-container > .coh-container {
    height: 100%;
    margin: 0;
}

.section_listing-plans_plans .section_listing-plans_plans-image img {
    width: 80%;
    margin: 0 auto;
    transform: translateY(-90px);
}

.section_listing-plans_plans .coh-row-inner > .coh-column {
    max-width: 245px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 0;
}

.section_listing-plans_plans .coh-row-inner > .coh-column {
    display: flex;
    flex-direction: column;
}

.section_listing-plans_plans .coh-row-inner > .coh-column.col1 .section_listing-plans_plans-copy {
    flex-grow: 2;
}



.section_listing-plans_plans .section_listing-plans_plans-copy {
    background: linear-gradient(180deg, #30424E 0%, #3F5360 47.12%, #30424E 100%);
    padding: 1rem;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.section_listing-plans_plans .coh-column > .coh-container > .coh-container {
    padding-left: 0;
    padding-right: 0;
}

.section_listing-plans_plans .coh-column.col2 {
    margin-left: 55px;
    margin-right: 55px;
}

.section_listing-plans_plans .coh-column p {
    color: #fff;
    line-height: 1.3;
}

.section_listing-plans_plans .coh-column hr {
    height: 1px;
    background-color: #fff;
    margin: 2rem 0;
}


/* Section Marketing Solutions */

.section_marketing-solutions {
    padding: 5rem 0 7rem;
}

.section_marketing-solutions .coh-style-huge-text {
    margin-bottom: 3rem;
}

.section_marketing-solutions .scroll-carousel-item img {
    border-radius: 0;
    box-shadow: none;
    object-fit: contain;
}

.section_scroll-carousel .scroll-carousel-item p.section_marketing-solutions_headline {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.section_scroll-carousel .scroll-carousel-item p.section_marketing-solutions_subhead {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 2rem;
}

.section_scroll-carousel .scroll-carousel-item p.section_marketing-solutions_body {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 300;
}

.section_marketing-solutions_bottom-border {
    height: 32px;
    width: 100%;
    translate: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/solutions/sites/default/files/2025-05/ms-border-bottom.png');
}

/* Section Next Deal */
.section_next-deal {
    background: linear-gradient(0deg, #212529 18.73%, #39424B 89.78%);
    padding: 3rem 0 0;
}

.section_next-deal > .coh-container .coh-container {
    max-width: 568px;
    margin: 0 auto;
}

.section_next-deal > .coh-container .coh-container .coh-style-huge-text {
    margin-bottom: 3rem;
}