body {
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding: 0;
    width: 100%
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width:992px) {
    main {
        margin-top: 8rem;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5rem
    }
}

.page--home main {
    margin-bottom: 0
}

.has-hero-banner main {
    margin-top: 0;
    padding: 0
}

.c-hero {
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:992px) {
    .c-hero {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0
    }
}

@media (min-width:992px) {
    .c-hero__inner--pushed {
        margin-top: 1rem
    }
}

.c-hero__inner,
.c-hero__inner--athlete-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media (min-width:992px) {
    .c-hero__inner--pushed {
        margin-top: 1rem
    }
}


body>main {
    margin-bottom: 0
}

.c-hero--home .c-hero__subhead {
    margin-bottom: 1rem
}

.c-hero--home .c-hero__headline {
    margin-bottom: 3rem
}

.c-hero__headline--gradient {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e8006c), to(#fff));
    background-image: linear-gradient(0deg, #e8006c 0, #fff)
}

.c-hero--home .c-hero__form {
    min-width: 288px
}

.c-hero--home .c-hero__inner {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: unset
}

@media screen and (min-width:360px) {
    .c-hero--home .c-hero__headline {
        white-space: nowrap
    }
}

@media (min-width:320px) {
    .c-hero--home {
        background-position: top
    }
}

@media (min-width:768px) {

    .c-hero--home .c-hero__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .c-hero--home .c-hero__headline {
        margin-bottom: 0;
        max-width: 301px;
        white-space: nowrap
    }
}

@media (min-width:992px) {
    .c-hero--home .c-hero__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c-hero--home .c-hero__headline {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 99px;
        max-width: 519px
    }
}

@media (min-width:1280px) {
    .c-hero--home .c-hero__headline {
        padding-right: 0;
        margin-right: 133px;
        max-width: 552px
    }
}

@supports (-ms-ime-align:auto) {
    .c-hero--home .c-hero__inner {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}