.Hero_root {
    position: relative;
    width: 100%;
    height: auto;
    color: var(--color-text);
    overflow: hidden
}

@media(min-width:1024px) {
    .Hero_root {
        display: flex;
        align-items: center
    }

        .Hero_root.Hero_hasBgImage, .Hero_root.Hero_hasSliderImages {
            height: 800px
        }
}

.Hero_root .Hero_container {
    --padding-v: 2.5rem;
    --hero-text-max-w: 420px;
    --gap: 0;
    position: relative;
    z-index: 1;
    display: flex;
    gap: var(--gap);
    padding-left: var(--header-gutter,var(--ui-gutter));
    padding-right: var(--header-gutter,var(--ui-gutter))
}

@media(min-width:1024px) {
    .Hero_root .Hero_container {
        --padding-v: 5rem;
        --gap: 8rem
    }
}

.Hero_bgColorWhite {
    background: #fff
}

.Hero_bgColorBlack__NwwwQ {
    background: #000;
    color: #fff
}

@media(min-width:1024px) {
    .Hero_hasBgImage .Hero_bgColorBlack__NwwwQ, .Hero_hasSliderImages .Hero_bgColorBlack__NwwwQ {
        color: currentColor
    }
}

.Hero_bgColorPutty__gD6L4 {
    background: #f0f2f5
}

.Hero_bgColorPink__GW_w5 {
    background: #fce8e8
}

@media(min-width:1024px) {
    .Hero_hideBackgroundColor {
        background: transparent
    }
}

.Hero_contentPositionLeft, .Hero_contentPositionRight__CbyRl {
    justify-content: flex-start
}

@media(min-width:1024px) {
    .Hero_contentPositionRight__CbyRl {
        justify-content: flex-end
    }
}

.Hero_root .Hero_featuredImageSection__jxaeR {
    padding-top: 40px
}

@media(min-width:1024px) {
    .Hero_root .Hero_featuredImageSection__jxaeR {
        padding-top: 0
    }
}

.Hero_imagePositionRight__T2gNP {
    flex-direction: column
}

@media(min-width:1024px) {
    .Hero_imagePositionRight__T2gNP {
        flex-direction: row
    }
}

.Hero_imagePositionLeft__BG_FW {
    flex-direction: column
}

@media(min-width:1024px) {
    .Hero_imagePositionLeft__BG_FW {
        flex-direction: row-reverse
    }
}

.Hero_backgroundImage {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: 320px;
    margin: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    align-items: center;
    justify-content: center
}

@media(min-width:1024px) {
    .Hero_backgroundImage {
        max-height: none;
        position: absolute
    }
}

.Hero_backgroundImage.Hero_small {
    display: block
}

@media(min-width:1024px) {
    .Hero_backgroundImage.Hero_small {
        display: none
    }
}

.Hero_backgroundImage.Hero_large {
    display: none
}

@media(min-width:1024px) {
    .Hero_backgroundImage.Hero_large {
        display: block
    }
}

.Hero_root.Hero_textColorBlack .Hero_backgroundImage {
    background: #fff
}

.Hero_root.Hero_textColorWhite___pHJc .Hero_backgroundImage {
    background: #000
}

.Hero_backgroundImage img {
    width: 100%;
    height: 100%;
    max-height: inherit;
    object-fit: cover;
    object-position: center;
    display: block
}

@media(min-width:1024px) {
    .Hero_backgroundImage img {
        opacity: .95
    }
}

.Hero_featuredImage__4_ifb {
    position: relative;
    width: 100%;
    height: 252px;
    margin: 0;
    border-radius: 32px
}

@media(min-width:550px) {
    .Hero_featuredImage__4_ifb {
        height: 350px
    }
}

@media(min-width:768px) {
    .Hero_featuredImage__4_ifb {
        height: 400px
    }
}

@media(min-width:1024px) {
    .Hero_featuredImage__4_ifb {
        width: 481px;
        display: inline
    }
}

.Hero_title {
    margin: 0 0 1rem;
    padding: 0;
    text-transform: inherit;
    text-wrap: balance;
    width: -moz-fit-content;
    width: fit-content
}

@media(min-width:768px) {
    .Hero_title:not(:only-child) {
        max-width: 500px;
        margin-left: 0
    }
}

.Hero_subTitle {
    margin: 0;
    line-height: 1.45
}

@media(min-width:768px) {
    .Hero_subTitle {
        margin-left: 0;
        max-width: 500px
    }
}

.Hero_content {
    --cta-max-w: 335px;
    --cta-gap: 32px;
    padding-top: 32px;
    padding-bottom: var(--padding-v);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    max-width: var(--cta-max-w)
}

@media(min-width:1024px) {
    .Hero_content {
        --cta-max-w: 400px;
        --cta-gap: 24px;
        width: -moz-fit-content;
        width: fit-content;
        padding-top: var(--padding-v);
        background: none
    }
}

@media(min-width:1024px) {
    .Hero_content:has(.Hero_cta__zIL_f), .Hero_content:has(form) {
        max-width: var(--cta-max-w);
        margin-left: 0
    }
}

.Hero_ctaContainer__kzyBA {
    padding-top: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--cta-gap);
    max-width: var(--cta-max-w)
}

.Hero_children__iJxdl {
    width: 100%
}

    .Hero_children__iJxdl:has(form) {
        max-width: var(--cta-max-w)
    }

.Hero_cta__zIL_f {
    width: 100%
}

@media(min-width:1024px) {
    .Hero_cta__zIL_f {
        max-width: 300px;
        width: 100%
    }
}

.Hero_cta__zIL_f[data-cta-button=text] {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: auto;
    margin: 0
}

@media(min-width:1024px) {
    .Hero_root.Hero_hasBgImage.Hero_textColorBlack {
        color: #000
    }

    .Hero_root.Hero_hasBgImage.Hero_textColorWhite___pHJc {
        color: #fff
    }
}

.HeroSlider_root__7RkOj {
    position: relative;
    overflow: hidden;
    max-height: 800px
}

.HeroSlider_slide__SLxUB {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: inherit;
    background: #000;
    position: absolute;
    inset: 0;
    z-index: -1
}

    .HeroSlider_slide__SLxUB.HeroSlider_previous__OB6HB {
        z-index: 0
    }

    .HeroSlider_slide__SLxUB.HeroSlider_active__ewBRK {
        position: relative;
        animation-fill-mode: forwards;
        animation-name: HeroSlider_hero-slide-default__0slfS;
        animation-timing-function: step-end;
        animation-duration: var(--anim-duration);
        z-index: var(--active-z-index)
    }

@keyframes HeroSlider_hero-slide-default__0slfS {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.HeroSlider_slide__SLxUB[data-animation-type=fade] {
    --img-scale-from: 1.04
}

    .HeroSlider_slide__SLxUB[data-animation-type=fade].HeroSlider_active__ewBRK {
        animation-name: HeroSlider_hero-slide-fade__k9Iek
    }

@keyframes HeroSlider_hero-slide-fade__k9Iek {
    0% {
        opacity: 1;
        animation-timing-function: cubic-bezier(.19,1,.22,1)
    }

    50%,to {
        opacity: 1;
        animation-timing-function: cubic-bezier(.95,.05,.795,.035)
    }
}

.HeroSlider_slide__SLxUB[data-animation-type=circle] {
    --img-scale-from: 1.16
}

    .HeroSlider_slide__SLxUB[data-animation-type=circle].HeroSlider_active__ewBRK {
        animation-name: HeroSlider_hero-slide-circle__eSzkO
    }

@keyframes HeroSlider_hero-slide-circle__eSzkO {
    0% {
        -webkit-clip-path: circle(0);
        clip-path: circle(0);
        animation-timing-function: cubic-bezier(.19,1,.22,1)
    }

    50%,to {
        -webkit-clip-path: circle(100%);
        clip-path: circle(100%);
        animation-timing-function: cubic-bezier(.95,.05,.795,.035)
    }
}

.HeroSlider_slide__SLxUB img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    display: block;
    transform: scale(var(--img-scale-from));
    transition: transform 0s linear var(--anim-duration)
}

.HeroSlider_slide__SLxUB.HeroSlider_active__ewBRK img {
    transform: scale(1);
    transition: transform calc(var(--anim-duration)/2) cubic-bezier(.19,1,.22,1)
}

.FMHero_root .FMHero_ctaForm {
    margin: 1.5rem 0 0;
    height: auto
}

header:not([data-theme*=solid-]) ~ main > .FMHero_hasBgImage {
    margin-top: calc(var(--nav-h)*-1)
}

.FMHero_personalizedResultsPage___pMfn {
    text-align: left;
    max-width: 525px;
    margin: 0 auto 30px;
    opacity: 1;
    animation-name: FMHero_fadein__7YOxl;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .8s;
    animation-timing-function: ease-in-out
}

@media(min-width:768px) {
    .FMHero_personalizedResultsPage___pMfn {
        max-width: 1280px;
        display: flex;
        flex-direction: column
    }
}

.FMHero_personalizedResultsPage___pMfn .FMHero_columns__hZXNO, .FMHero_personalizedResultsPage___pMfn [data-hero-text] {
    padding-bottom: 0;
    padding-top: 10px;
    margin: 0 auto
}

    .FMHero_personalizedResultsPage___pMfn .FMHero_columns__hZXNO .FMHero_columnItem__abKMl {
        margin: 0 auto
    }

    .FMHero_personalizedResultsPage___pMfn .FMHero_columns__hZXNO [data-card-header] {
        text-align: center
    }

    .FMHero_personalizedResultsPage___pMfn .FMHero_columns__hZXNO figure[data-card-media][data-media-asset] {
        margin: 0 auto;
        max-width: 6rem
    }

@media(min-width:768px) {
    .FMHero_personalizedResultsPage___pMfn .FMHero_columns__hZXNO figure[data-card-media][data-media-asset] {
        max-width: 15rem
    }
}

.FMHero_personalizedResultsPage___pMfn .FMHero_columns__hZXNO [data-card-subtitle] {
    font-family: SourceSansPro,Source Sans Pro,Roboto,Helvetica,Arial,sans-serif;
    font-size: var(--body-large);
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .0025em
}

@media(min-width:768px) {
    .FMHero_personalizedResultsPage___pMfn .FMHero_columns__hZXNO [data-card-subtitle] {
        font-size: var(--body-xlarge)
    }
}

.FMHero_personalizedResultsPage___pMfn .FMHero_columns__hZXNO [data-card-title] {
    font-size: var(--heading-medium);
    font-family: National,Roboto,Helvetica,Arial,sans-serif;
    font-weight: 900;
    letter-spacing: .0025em;
    line-height: 1
}

@media(min-width:768px) {
    .FMHero_personalizedResultsPage___pMfn .FMHero_columns__hZXNO [data-card-title] {
        font-size: var(--heading-large)
    }
}

.FMHero_personalizedResultsPage___pMfn .FMHero_columns__hZXNO [data-card-subtitle], .FMHero_personalizedResultsPage___pMfn .FMHero_columns__hZXNO [data-card-title] {
    color: #000
}

@keyframes FMHero_fadein__7YOxl {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.FMHero_centeredTitle__hYW_b [data-hero-text] {
    max-width: none;
    display: flex;
    justify-content: center;
    padding-bottom: 0
}
