﻿a.btn-light-blue,
a.btn-light-blue:hover {
    background: #C7E0F4 0% 0% no-repeat padding-box !important;
    color: #085A9E !important;
}


#hero-section {
    padding: 40px 0 44px;
}

    #hero-section .d-flex {
    }

    #hero-section .container > .d-flex {
        gap: 56px;
    }

    #hero-section .d-flex .hero-image-div {
        flex: 3;
    }

    #hero-section .d-flex .hero-content-div {
        flex: 4;
    }

        #hero-section .d-flex .hero-content-div > .d-flex {
            gap: 24px;
        }

    #hero-section h1 {
        font-size: 64px;
        line-height: 1.25;
    }

    #hero-section .page_subtitle {
        margin-bottom: 32px;
    }


#ai-powered-features-section {
    margin: 80px 0 52px;
    position: relative;
}


    #ai-powered-features-section img {
        position: absolute;
        right: 5%;
        top: 0;
    }

    #ai-powered-features-section .headline-div {
        width: 65%;
        margin: 0 auto 40px;
    }

    #ai-powered-features-section .subheadline {
        font-size: 24px;
        line-height: 1.15;
        font-weight: bold;
        letter-spacing: 0.26px;
        color: #123925;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    #ai-powered-features-section h2 {
        font-size: 40px;
        line-height: 1.4;
        margin-bottom: 32px;
    }

    #ai-powered-features-section .section-desc {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 0.19px;
        color: #333333;
    }

    #ai-powered-features-section .d-flex {
        gap: 40px;
        flex-wrap: wrap;
    }

        #ai-powered-features-section .d-flex > div {
            flex: 1;
            min-width: calc(50% - 20px);
        }

    #ai-powered-features-section .card {
        padding: 40px 44px;
        box-shadow: 0px 3px 8px #00000029;
        border: 1px solid #E5E5E5;
        border-radius: 8px;
    }

        #ai-powered-features-section .card h3 {
            font-size: 24px;
            line-height: 1.15;
            color: #123925;
            padding-bottom: 8px;
            border-bottom: 4px solid #559D3F;
            display: inline-block;
        }

        #ai-powered-features-section .card p,
        #ai-powered-features-section .card li {
            color: #424242;
        }

    #ai-powered-features-section li:not(:last-of-type) {
        margin-bottom: 16px;
    }

    #ai-powered-features-section li::marker {
        color: #006940;
    }

#subscription-email-section {
    background: transparent linear-gradient(97deg, #1F6542 0%, #0B5D5D 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 8px #00000029;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 96px;
}

    #subscription-email-section > .d-flex {
        justify-content: center;
        align-items: center;
        gap: 28px;
    }

    #subscription-email-section p {
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        line-height: 1.33;
    }

#video-section {
    width: 80%;
    text-align: center;
    margin: 0 auto 124px;
}

    #video-section .headline {
        font-size: 32px;
        line-height: 1.25;
        color: #123925;
        margin-bottom: 24px;
        font-weight: bold;
    }

    #video-section .video-container {
        width: 100%;
        margin: 0 auto;
    }

#benefits-section {
}

    #benefits-section .section-content {
        width: 65%;
        margin: 0 auto;
        color: #333333;
    }

    #benefits-section.card-accordion-container .card-title {
        margin-top: 24px;
    }

    #benefits-section .section-subheadline {
        font-size: 24px;
        line-height: 1.2;
        font-weight: bold;
        letter-spacing: 0.26px;
        color: #123925;
        margin-bottom: 4px;
    }

    #benefits-section p {
        margin-bottom: 0px;
    }

    #benefits-section .accordion-header {
        margin-top: 48px;
    }

    #benefits-section .accordion-panel {
        padding: 48px 100px;
    }

        #benefits-section .accordion-panel a.learn-more-link {
            margin-top: 32px;
            display: block;
            font-size: 18px;
        }

        #benefits-section .accordion-panel .d-flex > div {
            flex: 1;
        }

        #benefits-section .accordion-panel .panel-title {
            text-transform: uppercase;
            font-size: 24px;
            line-height: 1.6;
        }

        #benefits-section .accordion-panel .panel-description {
            font-size: 18px;
            line-height: 1.5;
            margin-top: 16px;
            color: #333333;
        }

            #benefits-section .accordion-panel .panel-description a {
                font-size: 18px;
                line-height: 1.5;
            }

        #benefits-section .accordion-panel h4 {
            font-size: 32px;
            line-height: 1.6;
            font-weight: bold;
        }

    #benefits-section .left-column {
        padding-right: 100px;
    }

    #benefits-section .right-column {
        padding-left: 100px;
    }

    #benefits-section .accordion-panels .accordion-panel:nth-child(1) .left-column {
        border-right: 3px solid #CDE7DA;
    }

    #benefits-section .accordion-panels .accordion-panel:nth-child(2) .left-column {
        border-right: 3px solid #C7E0F4;
    }

    #benefits-section .accordion-panels .accordion-panel:nth-child(3) .left-column {
        border-right: 3px solid #F4D5B1;
    }

    #benefits-section .accordion-panels .accordion-panel:nth-child(4) .left-column {
        border-right: 3px solid #F4D5B1;
    }

#data-security-section {
    padding: 80px 0 96px;
    background: linear-gradient(348deg, #0B5D5D, #123925, #151C28);
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 80px;
}

    #data-security-section p,
    #data-security-section h2 {
        color: #FFFFFF;
    }

    #data-security-section h2 {
        border-bottom: 2px solid #FFFFFF;
        padding-bottom: 16px;
    }

    #data-security-section p {
        font-size: 18px;
        line-height: 1.7;
    }

    #data-security-section .subheadline {
        font-size: 24px;
        line-height: 1.2;
        font-weight: bold;
    }

    #data-security-section img {
        border-radius: 8px;
    }

    #data-security-section .content {
        margin-bottom: 32px;
    }

    #data-security-section .container > .d-flex {
        gap: 72px;
    }

        #data-security-section .container > .d-flex > div {
            flex: 1;
        }

    #data-security-section .list-container {
        flex-direction: column;
        gap: 32px;
    }

        #data-security-section .list-container img {
            margin-right: 8px;
            width: 26px;
            height: auto;
            padding-top: 8px;
        }

        #data-security-section .list-container .d-flex {
            gap: 8px;
            flex-direction: row;
            align-items: flex-start;
        }

#demo-card-section {
    display: flex;
    box-shadow: 0px 3px 8px #00000029;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    gap: 56px;
    padding: 48px 64px;
    margin: 0 auto;
    margin-bottom: 124px;
}

    #demo-card-section h2 {
        color: #123925;
        margin-bottom: 20px;
    }

    #demo-card-section .icon-container {
        flex: 2;
    }

    #demo-card-section .info-container {
        flex: 3;
        align-content: center;
    }

        #demo-card-section .info-container .d-flex {
            gap: 32px;
            margin-top: 32px;
        }

.green-gradient-bottom-curve-bg {
    background: linear-gradient(311deg, #D1E7DD 35%, #FFFFFF 95%);
    position: relative;
    padding-top: 100px;
    padding-bottom: 280px;
}

.concave-down-curve {
    position: absolute;
    height: 140px;
    width: 100%;
    border-top-left-radius: 200% 25vw;
    border-top-right-radius: 200% 25vw;
    bottom: -2px;
    background-color: #FFFFFF;
}

#compensation-cycle-section {
}

    #compensation-cycle-section h2 {
        margin-bottom: 60px;
    }

    #compensation-cycle-section span {
        color: #424242;
    }

    #compensation-cycle-section img {
        margin-top: 72px;
    }

        #compensation-cycle-section img.mobile-image {
            display: none;
        }

.compensation-cycles-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.compensation-cycle-block {
    flex: 1 1 0;
    align-content: center;
    text-align: center;
    box-shadow: 0px 0px 20px #085A9EA7;
    border-radius: 16px;
    height: 80px;
    margin: 0;
}

    .compensation-cycle-block.center-block {
        font-size: 1.5rem;
        flex: 1.4 1 0;
        position: relative;
        z-index: 2;
        background: transparent linear-gradient(114deg, #FFFFFF 0%, #AAD3F5 200%) 0% 0% no-repeat padding-box;
        font: normal normal bold 32px/40px Roboto;
        height: 144px;
        margin-top: -13px;
        margin-bottom: -13px;
    }

    .compensation-cycle-block.left-block,
    .compensation-cycle-block.right-block,
    .compensation-cycle-block.mobile-block {
        . z-index: 1;
        background: transparent linear-gradient(107deg, #FFFFFF 0%, #AAD3F5 200%) 0% 0% no-repeat padding-box;
        font: normal normal bold 24px/36px Roboto;
    }

    .compensation-cycle-block.left-block {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .compensation-cycle-block.right-block {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .compensation-cycle-block.mobile-block {
        display: none;
    }

#blogs-section {
    width: 85%;
    margin: 124px auto 148px;
}

    #blogs-section .d-flex {
        gap: 28px;
    }

        #blogs-section .d-flex > div {
            flex: 1;
        }

    #blogs-section .post-container {
        margin: 0;
    }

    #blogs-section .cta-container {
        margin-top: 28px;
    }

    #blogs-section .subheadline, #whitepapers-section .subheadline {
        font: normal normal bold 24px/28px Roboto;
        letter-spacing: 0.26px;
        color: #006940;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    #blogs-section h2, #whitepapers-section h2 {
        font: normal normal bold 30px/35px Roboto;
        letter-spacing: 0.32px;
        color: #333333;
        margin-bottom: 28px;
    }

#whitepapers-section {
    width: 85%;
    margin: 0px auto 148px;
}

    #whitepapers-section .post-container {
        margin: 0;
    }

        #whitepapers-section .post-container .post-thumbnail {
            height: 450px;
        }

    #whitepapers-section .d-flex {
        gap: 28px;
        flex-wrap: wrap;
    }

        #whitepapers-section .d-flex > div {
            flex: 1;
            min-width: calc(33% - 28px);
        }

@media (max-width: 1399px) {
    #whitepapers-section .post-container .post-thumbnail {
        height: 395px;
    }

    #whitepapers-section .post-container .post-title {
        height: 66px;
    }
}

@media (max-width: 1199px) {
    #whitepapers-section .post-container .post-thumbnail {
        height: 320px;
    }
}

@media (max-width: 991px) {
    #ai-powered-features-section .d-flex > div {
        min-width: 100%;
    }

    #subscription-email-section > .d-flex {
        padding: 0px 28px;
    }

    #whitepapers-section .d-flex > div {
        min-width: calc(50% - 14px);
        max-width: calc(50% - 14px);
    }

    #whitepapers-section .post-container .post-thumbnail {
        height: 380px;
    }
}

@media (max-width: 768px) {
    #whitepapers-section .d-flex > div {
        min-width: 100%;
    }

    #whitepapers-section .post-container .post-thumbnail {
        height: auto;
    }

    #whitepapers-section .post-container .post-title {
        height: auto;
    }
}

@media (max-width: 576px) {
}

@media (max-width: 480px) {
    #hero-section {
        padding: 52px 0 56px;
    }

        #hero-section .container > .d-flex {
            flex-direction: column;
            gap: 52px;
        }

        #hero-section h1 {
            font-size: 40px;
            line-height: 1.2;
            padding-bottom: 12px;
        }

        #hero-section .page_subtitle {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 40px;
        }

        #hero-section .d-flex .hero-content-div > .d-flex {
            flex-direction: column;
            gap: 20px;
        }

    #ai-powered-features-section {
        margin: 16px 0 32px;
    }

        #ai-powered-features-section img {
            position: relative;
            display: block;
            margin: 0 auto 32px;
            right: 0;
        }

        #ai-powered-features-section .headline-div {
            width: 100%;
        }

        #ai-powered-features-section h2 {
            margin-bottom: 24px;
        }

        #ai-powered-features-section .d-flex {
            flex-direction: column;
            gap: 24px;
        }

        #ai-powered-features-section .card {
            padding: 20px 28px;
        }

        #ai-powered-features-section ul {
            padding-inline-start: 28px;
        }

    #subscription-email-section {
        padding: 32px;
        margin-bottom: 52px;
    }

        #subscription-email-section > .d-flex {
            flex-direction: column;
        }

        #subscription-email-section p {
            text-align: center;
        }

    #video-section {
        width: 100%;
        margin-bottom: 40px;
    }

    #benefits-section {
        padding-top: 80px;
    }

        #benefits-section h2 {
            margin-bottom: 16px;
        }

        #benefits-section .section-subheadline {
            margin-bottom: 16px;
        }

        #benefits-section .section-content {
            width: 100%;
            font-size: 18px;
            line-height: 1.6;
        }

        #benefits-section .accordion-header {
            margin-top: 40px;
            margin-bottom: 60px;
        }

        #benefits-section.card-accordion-container .header-section {
            gap: 24px;
        }

        #benefits-section.card-accordion-container .card-title {
            margin-top: 0px;
        }

        #benefits-section.card-accordion-container .card {
            padding: 12px;
        }

        #benefits-section .tablet-card > .d-flex {
            flex-direction: column;
        }

            #benefits-section .tablet-card > .d-flex > div:first-of-type {
                padding-bottom: 24px;
                border-bottom: 3px solid #CDE7DA;
                margin-bottom: 24px;
            }

        #benefits-section .card:nth-of-type(2) .tablet-card > .d-flex > div:first-of-type {
            border-color: #C7E0F4;
        }

        #benefits-section .card:nth-of-type(3) .tablet-card > .d-flex > div:first-of-type {
            border-color: #F4D5B1;
        }

        #benefits-section .card:nth-of-type(4) .tablet-card > .d-flex > div:first-of-type {
            border-color: #F4D5B1;
        }

        #benefits-section .tablet-card .panel-title {
            text-transform: uppercase;
            font-size: 16px;
            line-height: 1.25;
            color: #333333;
            margin-bottom: 8px;
        }

        #benefits-section .tablet-card h4 {
            font-size: 24px;
            line-height: 1.2;
            margin-bottom: 16px;
        }

        #benefits-section .tablet-card .panel-description {
            font-size: 18px;
            line-height: 1.6;
        }

        #benefits-section .tablet-card a.learn-more-link {
            margin-top: 24px;
            display: block;
        }

    #data-security-section {
        padding: 60px 0;
        margin-bottom: 36px;
    }

        #data-security-section .subheadline {
            margin-bottom: 16px;
        }

        #data-security-section .container > .d-flex {
            flex-direction: column;
            gap: 44px;
        }

        #data-security-section .content {
            margin-bottom: 24px;
        }

        #data-security-section .list-container {
            gap: 24px;
        }

        #data-security-section p.list-items {
            margin-bottom: 0px;
        }

    .green-gradient-bottom-curve-bg {
        padding-top: 24px;
        padding-bottom: 88px;
    }

    .concave-down-curve {
        height: 12px;
    }

    #compensation-cycle-section img {
        margin: 32px 0 40px;
    }

        #compensation-cycle-section img.mobile-image {
            display: block;
            width: 100%;
        }

        #compensation-cycle-section img:not(.mobile-image) {
            display: none;
        }

    #compensation-cycle-section h2 {
        margin-bottom: 40px;
    }

    .compensation-cycles-wrapper {
        display: none;
    }

    .compensation-cycle-block.mobile-block {
        display: block;
        font-size: 20px;
        line-height: 1.3;
        width: 100%;
    }

    #demo-card-section {
        flex-direction: column;
        gap: 32px;
        padding: 32px 20px;
        margin-bottom: 56px;
    }

        #demo-card-section .info-title {
            font-size: 24px;
            line-height: 1.2;
            margin-bottom: 8px;
        }

        #demo-card-section .info-content {
            margin-bottom: 28px;
        }

        #demo-card-section .info-container .d-flex {
            flex-direction: column;
            gap: 12px;
            margin-top: 0px;
        }

    #blogs-section {
        width: 100%;
        margin: 56px 0;
    }

        #blogs-section .d-flex > :not(:first-of-type) {
            display: none;
        }

        #blogs-section h2 {
            font-size: 32px;
        }

        #blogs-section .subheadline {
            margin-bottom: 16px;
        }

        #blogs-section .headline {
            margin-bottom: 36px;
        }

        #blogs-section .cta-container {
            margin-top: 20px;
        }
}
