section.tabbed-section-hero {
    margin-top: -72px;
    overflow: hidden;
    border-radius: 0px 0px 600px 600px / 0px 0px 100px 100px;
    margin-bottom: 100px;

    & .tabbed-section-hero__wrapper {
        padding-top: 145px;
        padding-right: 32px;
        padding-bottom: 88px;
        position: relative;
        isolation: isolate;
    }
    
    & .tabbed-section-hero__wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(118deg, #163548 6.95%, #215274 40.97%, #00A398 90.17%);
        z-index: -1;
        width: 110%;
        min-width: 1440px;
    }

    & .tabbed-section-hero__wrapper::after {
        background-image: url("data:image/svg+xml,%3Csvg width='406' height='384' viewBox='0 0 406 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M253.1 326.4L135.627 81.6001L370.574 81.6L253.1 326.4Z' fill='white' fill-opacity='0.06'/%3E%3Cpath d='M132.461 369.86L72.8067 245.87L192.116 245.87L132.461 369.86Z' fill='white' fill-opacity='0.06'/%3E%3Cpath d='M336.738 201.355L396.393 325.345H277.084L336.738 201.355Z' fill='white' fill-opacity='0.06'/%3E%3Cpath d='M203.466 275.555L242.012 356.625H164.92L203.466 275.555Z' fill='white' fill-opacity='0.06'/%3E%3Cpath d='M95.9063 47.6902L178.964 220.163H12.8488L95.9063 47.6902Z' fill='white' fill-opacity='0.06'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='468' height='462' viewBox='0 0 468 462' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M163.086 68.8287L304.322 363.147L21.8493 363.147L163.086 68.8287Z' fill='white' fill-opacity='0.06'/%3E%3Cpath d='M308.128 16.5777L379.85 165.648L236.407 165.648L308.128 16.5777Z' fill='white' fill-opacity='0.06'/%3E%3Cpath d='M222.761 129.959L176.418 32.4897L269.104 32.4897L222.761 129.959Z' fill='white' fill-opacity='0.06'/%3E%3Cpath d='M352.069 403.916L252.211 196.556L451.928 196.556L352.069 403.916Z' fill='white' fill-opacity='0.06'/%3E%3C/svg%3E");
        background-position: -81px 171px, calc(100% + 220px) calc(100% - 114px);
        background-size: 405px auto, 480px auto;
        content: '';
        position: absolute;
        left: 50%;
        height: 100%;
        background-repeat: no-repeat;
        width: 100%;
        top: 0;
        display: block;
        z-index: -1;
        transform: translateX(-50%) !important;
        max-height: 100%;
        transition: none !important;
        opacity: 1 !important;
        background-color: transparent;
        clip-path: none;
        margin: 0;
        pointer-events: none;
    }

    & .top-component {
        text-align: center;

        & h1 {
            max-width: 940px;
            margin-left: auto;
            margin-right: auto;
            color: #FFF;
            font-size: 52px;
            line-height: 135%;
            letter-spacing: -0.40px;
        }
        & p {
            color: rgba(255, 255, 255, 0.80);
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            max-width: 707px;
            margin-top: 23px;
            margin-bottom: 24px;
            margin-left: auto;
            margin-right: auto;
        }
        & .eyebrow-text {
            color: rgba(255, 255, 255, 0.80);
        }
    }

    & .container {
        margin: 0 auto;
    }

    & .container:first-child {
        padding-left: 32px;
        padding-right: 32px;
        max-width: 1222px;
        transform: translateX(41px);
    }

    & .hero-tabs-content {
        & h1, & h2, & h3, & h4, & h5, & h6 {
            color: #215273;
            word-break: normal;
            overflow-wrap: normal;
            hyphens: none;
        }
    }

    & .tabbed-wrapper {
        border-radius: 40px;
        background: rgba(255, 255, 255, 0.97);
        padding: 64px 48px 36px 48px;
        margin-top: 75px;

        & .hero-tabs {
            display: flex;
            --tabs-gap: 26px;
            gap: var(--tabs-gap);
            height: 72px;
            margin-top: -72px;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
            border-radius: 33px;
            border: none;
            padding: 0 47px;
            background: rgba(255, 255, 255, 0.90);
            box-shadow: 0 0 3px 1px #FFF inset, 0 1px 3px 0 rgba(33, 82, 115, 0.04), 0 0 18px -2px rgba(119, 119, 119, 0.10);
            backdrop-filter: blur(7px);
            transform: translateY(-28px);

            & button {
                position: relative;
                color: #77797E;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
                display: inline-flex;
                flex-direction: column;
                align-items: flex-end;
                justify-content: center;
                padding: 14px 11px 14px 11px;
                letter-spacing: 0.2s;
                background: none;
                border: none;
                text-wrap: nowrap;
                align-items: center;
                gap: 5px;
                transition: color 0.2s ease-in-out, text-shadow 0.2s ease-in-out;

                &.active {
                    color: #00A398;
                    text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;

                    &::after {
                        content: '';
                        display: block;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 4px;
                        margin: 0;
                        border-radius: 12px 12px 0 0;
                        background: #00A398;
                    }
                }

                &:hover, &:focus-visible {
                    color: #00A398;
                }

                & svg, & img {
                    width: 22px;
                    height: 22px;
                    position: relative;
                    opacity: 0;
                }

                & .hero-tabs-icon-wrapper {
                    position: relative;
                    display: flex;
                    width: 22px;
                    height: 22px;
                }

                & .hero-tabs-icon-wrapper::after {
                    content: '';
                    position: absolute;
                    inset: 0;
                    background-color: #77797E;
                    mask-image: var(--icon-url);
                    mask-repeat: no-repeat;
                    mask-position: center;
                    mask-size: contain;
                    -webkit-mask-image: var(--icon-url);
                    -webkit-mask-repeat: no-repeat;
                    -webkit-mask-position: center;
                    -webkit-mask-size: contain;
                    pointer-events: none;
                    transition: background-color 0.2s ease-in-out;
                }

                &.active .hero-tabs-icon-wrapper::after,
                &:hover .hero-tabs-icon-wrapper::after,
                &:focus-visible .hero-tabs-icon-wrapper::after {
                    background-color: #00A398;
                }
            }
        }

        & .hero-tabs-content {
            gap: 16px;
            grid-template-columns: 1fr 1fr 1fr;
            display: none;

            &.active {
                display: grid;
            }

            & a {
                position: relative;
                border-radius: 18px;
                background: rgba(33, 82, 115, 0.06);
                display: block;
                padding: 22px 30px;
                text-decoration: none;
                outline: 0px solid #00A398;
                outline-offset: 0;

                & h2, & h3, & h4 {
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 150%;
                    letter-spacing: 0.05px;
                    align-items: center;
                    margin-bottom: 4px;
                    padding-right: 24px;
                    position: relative;
                    width: fit-content;
                    
                    &::after {
                        position: absolute;
                        top: 0;
                        right: -1px;
                        display: inline-block;
                        content: '';
                        width: 22px;
                        height: 22px;
                        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;
                        transform: translate(0, 4px);
                    }
                }

                & p {
                    color: #767676;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 145%;
                    letter-spacing: -0.112px;
                    transition: color 0.2s ease-in-out;
                }

                &::before {
                    display: block;
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    top: 0;
                    background: radial-gradient(62.75% 77.86% at 50% 100%, rgba(33, 82, 115, 0.06) 0%, rgba(33, 82, 115, 0.00) 100%), rgba(33, 82, 115, 0.06);
                    border-radius: 16px;
                    opacity: 0;
                    transition: 0.2s opacity ease-in-out;
                    border-radius: 18px;
                }

                &:focus-visible {
                    outline-offset: 0;
                    outline: -webkit-focus-ring-color auto 1px;
                }

                &:hover, &:focus-visible {
                    &:before {
                        opacity: 1;
                    }

                    & h2, & h3, & h4 {
                        &::after {
                            transform: translate(1px, 3px);
                        }
                    }
                }
            }
        }
    }

    & .tabbed-section-hero-form-wrapper {
        padding-top: 23px;
    }

    & .columns {
        width: 100%;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
        gap: 38px;

        & .column:first-child {
            max-width: 450px;
        }

        & .column:last-child {
            flex: 1;
            max-width: 549px;
            padding-top: 26px;
        }

        .column > p {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            letter-spacing: 0.08px;
            max-width: 527px;
            margin-bottom: 21px;
        }
        
        .column > h2 {
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 115%;
            margin-bottom: 12px;
            max-width: 527px;
        }

        form {
			display: flex;
			gap: 24px 20px;
			position: relative;
			margin-top: 12px;
			justify-content: space-between;
			flex-wrap: wrap;
			max-width: 506px;
			padding: 9px;
			border-radius: 13px;
			border: none;
			background: linear-gradient(#EEF3F4, #EEF3F4) padding-box, 
                        linear-gradient(90deg, rgba(33, 82, 115, 0.92) 0%, rgba(0, 163, 152, 0.92) 107.76%) border-box;
            border: 5px solid transparent;
			box-shadow: 0px 0px 22px 0px rgba(4, 4, 4, 0.10);
            margin-bottom: 58px;

            &.single-field {
                background: linear-gradient(#FFF, #FFF) padding-box, 
                            linear-gradient(90deg, rgba(33, 82, 115, 0.92) 0%, rgba(0, 163, 152, 0.92) 107.76%) border-box;
            }

            & .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);
					font-size: 11px;
					font-style: normal;
					font-weight: 400;
					line-height: 150%;
					letter-spacing: -0.024px;
                    float: right;
                }
            }

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

            label {
                display: none;
            }

            p.submit {
                float: left;
            }

            &:not(.single-field) p.submit {
                flex: 100% !important;
            }
        }
    }

    & #ratings.ratings-carousel{
        max-width: 800px !important;
        margin-bottom: 0;
        margin-top: 16px;
    }

    & .css-animation .css-animation-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 1300px) {
    section.tabbed-section-hero {
        & .tabbed-section-hero__wrapper {
            padding-right: 0;
        }
        & .container:first-child {
            transform: none;
        }
    }
}

@media (max-width: 1000px) {
    section.tabbed-section-hero {
        & .columns {
            flex-direction: column;

            & .column:first-child {
                display: none;
            } 
        } 

        & .tabbed-wrapper {
            padding-left: 32px;
            padding-right: 32px;
        }
    }
}

@media (max-width: 1000px) and (min-width: 767px) {
    section.tabbed-section-hero {
        & .columns {
            align-items: center;
        } 
    }
}

@media (max-width: 800px) {
    section.tabbed-section-hero {
        & .tabbed-section-hero__wrapper {
            padding-right: 0;
        }
        & .container:first-child {
            transform: none;
        }
    }
}


@media (max-width: 766px) {
    section.tabbed-section-hero {
        padding-top: 60px;

        & .container:first-child {
            padding-left: 16px;
            padding-right: 16px;
        }

        & .tabbed-section-hero__wrapper {
            padding-top: 66px;
            background: linear-gradient(110deg, #142B3D 17.7%, #2C5B7A 71.76%, #215273 83.18%, #1F425B 102.61%), linear-gradient(180deg, rgba(27, 132, 204, 0.06) 0.04%, rgba(27, 132, 204, 0.00) 127.34%), #142B3D;
            
            &::before, &::after {
                display: none;
            }
        }

        & .top-component {
            & h2, & p {
                text-align: center;
            }

            & p {
                font-size: 16px;
                margin-bottom: 10px;
                margin-top: 28px;
            }
        }

        & .tabbed-wrapper {
            position: relative;
            padding-left: 12px;
            padding-right: 12px;

            & .hero-tabs {
                position: absolute;
                max-width: 95vw;
                width: max-content;
                top: 0;
                left: 50%;
                transform: translate(-50%, -50%);
                height: auto;
                flex-wrap: wrap;
                justify-content: space-evenly;
                padding-left: 22px;
                padding-right: 22px;
                margin-top: 0px;
                margin-left: auto;
                margin-right: auto;
                gap: 0 8px;

                & button {
                    flex-direction: column;
                    justify-content: center;
                    padding-left: 6px;
                    padding-right: 6px;
                    font-size: 16px;
                    padding-bottom: 6px;
                }
            }
            & .hero-tabs-content {
                gap: 6px;
                & a {
                    padding: 14px 6px 14px 10px;
                    
                    & h1, & h2, & h3, & h4 {
                        font-size: 18px;
                        line-height: 150%;
                        letter-spacing: 0.045px;
                        margin: 0;

                        &::after {
                            right: 1px;
                            top: -1px;
                        }
                    }
                    
                    & p {
                        display: none;
                    }
                }
            }
            & .hero-tabs-content {
                grid-template-columns: 1fr 1fr;
                padding-top: 18px;
            }
        }
    }
}

@media (max-width: 419px) {
    section.tabbed-section-hero .container:first-child {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (max-width: 991px) {
    section.tabbed-section-hero {
        & .top-component {
                & h1 {
                font-size: 2.25rem;
                font-weight: 600;
                padding-bottom: 50px;
            }
        }
    }
}

@media (min-width: 1440px) {
    section.tabbed-section-hero {
        & .tabbed-section-hero__wrapper::after {
            background-position: calc(50% - 575px) 171px, calc(50% + 674px) calc(100% - 114px);
        }
    }
}