section.hero-with-gradient {
    & .container {
        max-width: 1256px;
        margin: 0 auto;
        padding-left: 3.13rem;
        padding-right: 3.13rem;
    }
    /* CSS extra */
    & .animation-svg-gradient-hero {
        align-items: center;
        justify-content: space-around;
        display: flex !important;
        padding-bottom: 50px !important;
        margin: 0px auto;
        padding-left: var(--sideGap);
        padding-right: var(--sideGap);
        & .animated-hero-graph {
            position: static !important;
            transform: none !important;
            padding: 0;
            width: 100% !important;
            height: 100% !important;
            flex: 1 1 0% !important;
            z-index: 10;
        }
        & .container {
            display: flex;
            flex-direction: column;
            padding: 0;
            position: static !important;
            transform: none !important;
            justify-content: center !important;
            margin: 0px auto !important;
            width: auto !important;
            flex: 1 1 0% !important;
        }
    }

    & .gradient-hero_wrapper {
        position: relative;

        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: -28px;
            right: 0;
            opacity: 0;
            transition: opacity 0.4s ease-in-out;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1514' height='781' viewBox='0 0 1514 781' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_22286_3369)'%3E%3Cellipse cx='908.477' cy='390.664' rx='284.75' ry='294.43' fill='%23AF52BC' fill-opacity='0.2'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_22286_3369)'%3E%3Cellipse cx='295.73' cy='417.955' rx='199.832' ry='242.041' fill='%23C6E4FF' fill-opacity='0.4'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_22286_3369)'%3E%3Cellipse cx='1202.67' cy='357.325' rx='216.477' ry='246.146' fill='%23%2300A398' fill-opacity='0.18'/%3E%3Cellipse cx='1202.67' cy='357.325' rx='216.477' ry='246.146' fill='%23E5F6F5'/%3E%3C/g%3E%3Cg filter='url(%23filter3_f_22286_3369)'%3E%3Cellipse cx='541.932' cy='390.664' rx='200.064' ry='294.43' fill='%23%2300A398' fill-opacity='0.18'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_22286_3369' x='528.084' y='0.592178' width='760.784' height='780.144' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='47.8211' result='effect1_foregroundBlur_22286_3369'/%3E%3C/filter%3E%3Cfilter id='filter1_f_22286_3369' x='0.256241' y='80.2719' width='590.948' height='675.366' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='47.8211' result='effect1_foregroundBlur_22286_3369'/%3E%3C/filter%3E%3Cfilter id='filter2_f_22286_3369' x='891.929' y='16.9136' width='621.485' height='680.823' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='47.133' result='effect1_foregroundBlur_22286_3369'/%3E%3C/filter%3E%3Cfilter id='filter3_f_22286_3369' x='247.601' y='1.96832' width='588.661' height='777.391' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='47.133' result='effect1_foregroundBlur_22286_3369'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: calc(50% - 110px) 50%;
            background-size: contain;
            pointer-events: none;
            z-index: 0;
        }

        &.show-background::before {
            opacity: 1;
        }
    }
        
    & .image-right-icon1,
    & .image-right-icon2,
    & .image-right-icon3,
    & .image-left-icon1,
    & .image-left-icon2,
    & .image-left-icon3 {
        transition: opacity 0.3s ease-in-out;
        position: absolute;
        display: flex;
        width: 60px;
        height: 60px;
        padding: 12px;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
        border-radius: 100px;
        border: 1px solid #61C6BF;
        background: #FFF;
        box-shadow: 0 4px 4px 0 rgba(153, 218, 214, 0.40);
        
        & svg, & img {
            width: 36px;
            height: 36px;
        }
    }

    & .image-right-image1,
    & .image-right-image2,
    & .image-left-image1,
    & .image-left-image2,
    & .image-left-image3 {
        transition: opacity 0.4s ease-in-out;
        padding: 3px;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.60);
        background: radial-gradient(62.75% 77.86% at 50% 100%, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.40);
        box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.12), 0 1px 3px -1px rgba(52, 58, 64, 0.12);
        backdrop-filter: blur(32px);
        line-height: 0;
        position: absolute;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            margin: 0;
            padding: 0;
        }
    }
        
    & .gradient-hero_image-right {
        transition: opacity 0.3s ease-in-out;
        pointer-events: none;
        position: absolute;
        right: calc(50% - 765px);
        top: 29px;
        width: 450px;
        height: 450px;
        
        > div {
            position: relative;
            padding: 37px 0 0 37px;
        }
        
        & .image-right-circle {
            position: relative;
            width: 403px;
            height: 403px;
            border-radius: 403px;
            border: 1px dashed #99DAD6;
        }
        
        & .image-right-icon1 {
            top: 34px;
            left: 24px;
        }
        
        & .image-right-icon2 {
            top: -29px;
            left: 131px;
        }
        
        & .image-right-icon3 {
            top: -21px;
            left: 257px;
        }

        & .image-right-image1 {
            width: 211px;
            height: 210px;
            top: 240px;
            left: 28px;
            z-index: 2;

            & img {
                border-radius: 12px;
            }
        }

        & .image-right-image2 {
            width: 275px;
            height: 277px;
            top: 92px;
            left: 149px;

            & img {
                border-radius: 12px;
            }
        }
    }
    
    & .gradient-hero_image-left {
        transition: opacity 0.4s ease-in-out;
        position: absolute;
        left: calc(50% - 792px);
        top: 155px;
        width: 450px;
        height: 450px;
        
        > div {
            position: relative;
            padding: 37px 0 0 37px;
        }
        
        & .image-left-circle {
            position: relative;
            width: 403px;
            height: 403px;
            border-radius: 403px;
            background-image: url("data:image/svg+xml,%3Csvg width='403' height='403' viewBox='0 0 403 403' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='201.5' cy='201.5' r='201' stroke='%2399DAD6' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='5 4'/%3E%3C/svg%3E");
            background-repeat: no-repeat no-repeat;
            background-position: center center;
            background-size: cover;
        }
        
        & .image-left-icon1 {
            bottom: -17px;
            left: 102px;
        }
        
        & .image-left-icon2 {
            bottom: -17px;
            left: 231px;
        }
        
        & .image-left-icon3 {      
            bottom: 54px;
            left: 327px;
        }

        & .image-left-image1 {
            width: 233px;
            height: 153px;
            top: 7px;
            left: 62px;

            & img {
                border-radius: 4px;
            }
        }

        & .image-left-image2 {
            width: 233px;
            height: 152px;
            top: 148px;
            left: 224px;

            & img {
                border-radius: 4px;
            }
        }

        & .image-left-image3 {
            width: 233px;
            height: 153px;
            top: 224px;
            left: 29px;
            z-index: 2;

            & img {
                border-radius: 4px;
            }
        }
    }

    & .gradient-hero_main-text {
        padding-top: 160px;
        padding-bottom: 128px;
        text-align: center;
        position: relative;

        & h1 {
            max-width: 660px;
            margin: 0 auto;
            margin-bottom: 40px;
            color: #343A40;
            font-size: 52px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            letter-spacing: -0.52px;

            & .gradient-hero_title-gradient {
                background: linear-gradient(119deg, rgba(20, 43, 61, 0.60) 2.21%, #771A77 9.95%, #00A398 61.82%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                text-fill-color: transparent;
            }
        }

        & .gradient-hero_title-buttons {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 32px;
            margin: 0 auto;
        }

        & .cta-link {
            margin: 0;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            color: #215273;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 125%;
            text-decoration: none;
            transition: color .3s ease 0s;

            &::after {
                content: '';
                width: 20px;
                height: 20px;
                background-color: currentColor;
                mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.21967 14.7803C5.51256 15.0732 5.98744 15.0732 6.28033 14.7803L13.5 7.56066V13.25C13.5 13.6642 13.8358 14 14.25 14C14.6642 14 15 13.6642 15 13.25V5.75C15 5.33579 14.6642 5 14.25 5H6.75C6.33579 5 6 5.33579 6 5.75C6 6.16421 6.33579 6.5 6.75 6.5H12.4393L5.21967 13.7197C4.92678 14.0126 4.92678 14.4874 5.21967 14.7803Z' fill='black'/%3E%3C/svg%3E");
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
                transition: transform linear 0.25s;
            }

            &:hover, &:focus-visible {
                color: #4D758F;

                &::after {
                    transform: translate(1px, -1px);
                }
            }
        }
    }

    & .gradient-hero_wrapper.gradient-side_by_side {
        & .gradient-hero_main-text {
            & h1 {
                text-align: left;
                margin: 0;
                margin-left: 22px;
            }
            & .gradient-hero_title-buttons {
                justify-content: flex-start;
                margin-top: 40px;
                margin-left: 22px;
            }
        }
        
        & .gradient-hero_image-left {
            left: unset;
            right: calc(50% - 619px);
            top: 74px;

            & .image-left-image1 {
                width: 255px;
                height: 167px;
                top: -9px;
                left: 25px;
            }
            
            & .image-left-image2 {
                width: 255px;
                height: 167px;
                top: 137px;
                left: 202px;
            }
            
            & .image-left-image3 {
                width: 255px;
                height: 167px;
                top: 199px;
                left: -11px;
            }
        }
    }

    form {
        display: flex;
        z-index: 1;
        gap: 24px 20px;
        position: relative;
        margin-top: 24px;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 527px;
        padding: 8px;
        border-radius: 8px;
        border: 1px solid #B9B9B9;
        background: #FFF;
        margin-bottom: 62px;

        & .form-field {
            display: flex;
            flex-direction: column;
            margin: 0;
            flex: calc(50% - 20px);
            display: flex;
            opacity: 1;
            position: static;
            max-height: 100px;
            align-self: start;
            flex-direction: column;
            transition: max-height linear 0.5s, opacity linear 0.5s;

            &.consent-stmt {
                width: 100%;
                position: absolute;
                top: calc(100% + 10px);
                color: var(--grey);
                font-size: 11px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
                opacity: 0.8;
                letter-spacing: -0.024px;
                text-align: left;
            }
        }

        & :is(input:not([type="submit"]), select, textarea) {
            color: var(--grey);
            border-radius: 8px;
            flex: 1 0 0;
            display: flex;
            min-height: 54px;
            font-size: 18px;
            font-weight: 400;
            padding: 8px !important;
            align-items: center;
            border-radius: 8px;
            border: none;
            background: #FFF;
            backdrop-filter: blur(8px);
            letter-spacing: -0.108px;
        }

        label {
            display: none;
        }

        p.submit {
            float: left;
        }
    }
}

@media (max-width: 991px) {
    section.hero-with-gradient form p.submit {
        text-align: center;
        width: 100%;
    }

    section.hero-with-gradient form .form-field {
        flex: 100%;
    }

    section.hero-with-gradient form :is(input:not([type="submit"]), select, textarea) {
        background: #EEF3F4;
    }
}

@media (max-width: 991px) {
    section.hero-with-gradient {
        & .container {
            padding-left: 2.19rem;
            padding-right: 2.19rem;
        }
    }
}

@media (max-width: 374px) {
    section.hero-with-gradient {
        & .container {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }
    }
}

@media (min-width: 801px) and  (max-width: 1200px) {
    section.hero-with-gradient {
        & .gradient-hero_image-left {
            scale: 0.8;
            transform: translateX(-100px);
        }
    }
}
@media (min-width: 801px) and (max-width: 1100px) {
    section.hero-with-gradient {
        & .gradient-hero_image-left {
            scale: 0.7;
        }
    }
}

@media (min-width: 801px) and (max-width: 1000px) {
    section.hero-with-gradient {
        & .gradient-hero_main-text {
            & h1 {
                font-size: 34px;
                line-height: 115%;
                letter-spacing: -0.34px;
                max-width: 500px;
            }
        }
        
        & .gradient-hero_image-left {
            scale: 0.7;
            transform: translateX(-200px);
        }
    }
}

@media (max-width: 800px) {
    section.hero-with-gradient {
        & .gradient-hero_main-text {
            padding-top: 80px;
            padding-left: 1.25rem;
            padding-right: 1.25rem;
            padding-bottom: 307px;
            text-align: center;
            position: relative;

            & h1 {
                text-align: left;
                margin: 0;
                margin-left: 22px;
                font-size: 34px;
                line-height: 115%;
                letter-spacing: -0.34px;
            }

            & .gradient-hero_title-buttons {
                justify-content: flex-start;
                margin-top: 40px;
                margin-left: 22px;
            }
        }
        
        & .gradient-hero_image-left {
            left: unset;
            right: calc(50% - 619px);
            top: 74px;

            & .image-left-image1 {
                width: 255px;
                height: 167px;
                top: -9px;
                left: 25px;
            }
            
            & .image-left-image2 {
                width: 255px;
                height: 167px;
                top: 137px;
                left: 202px;
            }
            
            & .image-left-image3 {
                width: 255px;
                height: 167px;
                top: 199px;
                left: -11px;
            }
        }

        & .gradient-hero_image-right {
            display: none;
        }

        & .image-left-image1,
        & .image-left-image2,
        & .image-left-image3 {
            border-radius: 7px;
        }

        & .image-left-icon1,
        & .image-left-icon2,
        & .image-left-icon3 {
            height: 40px;
            width: 40px;
            padding: 6px;
            pointer-events: none;
        }

        & .gradient-hero_wrapper,
        & .gradient-hero_wrapper.gradient-side_by_side {
            max-width: 460px;
            margin: 0 auto;

            &::before {
                display: none;
            }

            & .gradient-hero_image-left {
                left: 50%;
                transform: translateX(-50%);
                bottom: 0;
                top: unset;
                width: 420px;
                padding: 0;
                height: 274px;
                padding-left: 165px;

                & > div {
                    padding: 0;
                }

                & .image-left-circle {
                    width: 193px;
                    height: 193px;
                    background-image: url("data:image/svg+xml,%3Csvg width='193' height='193' viewBox='0 0 193 193' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='96.5' cy='96.5' r='96' stroke='%2399DAD6' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='5 4'/%3E%3C/svg%3E");
                }

                & .image-left-icon1 {
                    bottom: -48px !important;
                    left: 30px !important;
                }

                & .image-left-icon2 {
                    left: 116px !important;
                    bottom: -48px !important;
                }

                & .image-left-icon3 {
                    left: 180px !important;
                    bottom: -1px !important;
                }

                & .image-left-image1 {
                    width: 173px;
                    height: 113px;
                    top: 43.5px;
                    left: -132px;
                }

                & .image-left-image2 {
                    width: 173px;
                    height: 113px;
                    top: 8.5px;
                    left: 49px;
                }

                & .image-left-image3 {
                    width: 173px;
                    height: 113px;
                    top: 72.5px;
                    left: -28px;
                }
            }
        }
    }
}

section.hero-with-gradient {
    & .gradient-hero_company-logos {
        text-align: left;
        padding-top: 40px;
        max-width: 512px;
        
        & h2 {
            font-size: 1.94rem;
            font-weight: 400;
            line-height: 1.1;
            color: #343A40;
            text-transform: unset;
            letter-spacing: normal;
            margin-bottom: 32px;
        }

        & .gradient-hero_company-logos-carousel {
            overflow: hidden;
            position: relative;
            margin-left: -1.25rem;
            margin-right: -1.25rem;
            width: calc(100% + 2.5rem);
            container-type: inline-size;
        }

        & .gradient-hero_company-logos-grid {
            display: flex;
            gap: 16px;
            align-items: center;
            width: fit-content;
            transition: transform 0.6s ease-in-out;

            & .logo-item {
                flex-shrink: 0;
                width: calc((100cqw - 54px) / 3);
                display: flex;
                align-items: center;
                justify-content: center;
            }

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

@media (max-width: 800px) {
    section.hero-with-gradient {
        & .gradient-hero_company-logos {
            padding-top: 80px;
            max-width: unset;

            & h2 {
                font-size: 18px;
                text-align: center;
            }
        }
    }
}

@media (min-width: 801px) {
    section.hero-with-gradient {
        & .gradient-hero_company-logos {
            & .gradient-hero_company-logos-carousel {
                margin-left: 0;
                margin-right: 0;
            }

            & .gradient-hero_company-logos-grid {
                gap: 32px;

                & .logo-item {
                    width: calc((100cqw - 96px) / 4);
                }

                & img {
                    max-width: 100%;
                }
            }
        }

        & .gradient-hero_wrapper.gradient-side_by_side.gradient-hero_extra {
            & .gradient-hero_main-text {
                padding-top: 100px;
                padding-bottom: 50px;

                & h1 {
                    margin-left: 0;
                }
            }
            & .gradient-hero_image-left {
                top: 45%;
                transform: translateY(-50%);
            }
        }
    }   
}

@media (min-width: 801px) and  (max-width: 1200px) {
    section.hero-with-gradient {
        & .gradient-hero_wrapper.gradient-side_by_side.gradient-hero_extra {
            & .gradient-hero_image-left {
                scale: 0.8;
                transform: translate(-100px, -50%);
            }
        }
    }
}

@media (min-width: 801px) and (max-width: 1100px) {
    section.hero-with-gradient {
        & .gradient-hero_wrapper.gradient-side_by_side.gradient-hero_extra {
            & .gradient-hero_image-left {
                scale: 0.7;
            }
        }
    }
}

@media (min-width: 801px) and (max-width: 980px) {
    section.hero-with-gradient {
        & .gradient-hero_wrapper.gradient-side_by_side.gradient-hero_extra {
            & .gradient-hero_image-left {
                scale: 0.7;
                transform: translate(-160px, 0);
                top: -45px;
            }
        }
    }
}

@media (max-width: 800px) {
    section.hero-with-gradient {
        & .gradient-hero_wrapper.gradient-side_by_side.gradient-hero_extra {
            & .gradient-hero_main-text {
                padding-bottom: 320px;

                & h1 {
                    margin-left: 0;
                }
            }
        }
        & .animation-svg-gradient-hero {
            align-items: center;
            justify-content: space-around;
            display: flex !important;
            padding-bottom: 50px !important;
            margin: 0px auto;
            padding-left: var(--sideGap);
            padding-right: var(--sideGap);
            flex-direction: column;
            justify-content: flex-start;
        }
       
   
        & .gradient-hero_wrapper, & .gradient-hero_wrapper.gradient-side_by_side {
            &.animation-svg-gradient-hero .container {
                padding-bottom: 3rem !important;
                padding-top: 3rem !important;
            }
        }

    }   
}
@media (min-width: 801px) and (max-width: 1200px) {
    section.hero-with-gradient {
        & .animation-svg-gradient-hero {
            flex-direction: column !important;
            justify-content: center !important;
            align-items: center !important;
        }
    }
}

@media (min-width: 1201px) {
    & .animation-svg-gradient-hero {
        & .animated-hero-graph {
            padding-left: 30px !important;

        }
    }
}

