.benefits_list li,
.columns-list__flex,
.emphasis-card__inner,
.emphasis-path__route,
.hero__button-column,
.hero__buttons,
.hero__content {
    -webkit-box-direction: normal
}

.center-copy__button,
.hero__button,
.slide__byline,
.stories-slide__button,
.triptych__button {
    text-transform: uppercase
}

.center-copy {
    padding: 3rem 0;
    background-color: #3b3c43;
    color: #fff
}

.center-copy__inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1440px;
    max-width: 100%;
    text-align: center
}

.columns-list__inner,
.emphasis-path__inner {
    -webkit-box-sizing: border-box;
    width: 1440px
}

@media (min-width:48.0625rem) {
    .center-copy__inner {
        padding: 1.25rem 5rem
    }
}

@media (max-width:48rem) {
    .center-copy__inner {
        padding: 1.25rem
    }
}

.center-copy__title {
    font-weight: 400;
    letter-spacing: -.7px;
    font-size: 1.75rem;
    line-height: 1;
    margin: 0 0 2rem;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.center-copy__title-bold {
    font-weight: 700
}

@media (min-width:768px) {
    .center-copy__title {
        font-size: 2.5rem
    }
}

@media (min-width:1024px) {
    .center-copy__title {
        font-size: 2.875rem;
        line-height: 1.1
    }
}

.center-copy__title.-visible {
    opacity: 1
}

.center-copy__text {
    margin: 0 auto 2rem;
    letter-spacing: -.5px;
    font-weight: 400;
    font-size: 1.25rem;
    color: #fff;
    max-width: 55rem;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.center-copy__link,
.columns-list__link {
    -webkit-transition: all .15s ease-in-out
}

.center-copy__text-bold {
    font-weight: 700
}

@media (min-width:480px) {
    .center-copy__text {
        font-size: 1.375rem
    }
}

@media (min-width:768px) {
    .center-copy__text {
        font-size: 1.5rem
    }
}

@media (min-width:1280px) {
    .center-copy__text {
        font-size: 1.625rem
    }
}

.center-copy__text:last-of-type {
    margin-bottom: 0
}

.center-copy__text.-visible {
    opacity: 1
}

.center-copy__text+.center-copy__button {
    display: block;
    max-width: 4.6875rem;
    margin: 1.5rem auto 0
}

.center-copy__subtext {
    max-width: 42.5rem
}

.center-copy__link {
    color: #fbc600;
    -webkit-text-decoration-color: #fbc600;
    text-decoration-color: #fbc600;
    transition: all .15s ease-in-out
}

.center-copy__link>span,
.center-copy__link>strong {
    color: #fff
}

.center-copy__link:active,
.center-copy__link:focus,
.center-copy__link:hover {
    color: #fff;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.center-copy__link:active,
.center-copy__link:focus {
    outline: #3b3c43 solid 2px
}

.center-copy__button {
    padding: .9375rem 3rem;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: 700;
    line-height: .9;
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    border: 2px solid transparent;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.center-copy__button:hover {
    background-color: #3b3c43;
    color: #fff;
    border-color: #fff
}

.center-copy__button:focus {
    outline-color: #fff
}

@media all and (-ms-high-contrast:none) {
    .center-copy__button:focus {
        outline: #fff solid 2px
    }
}

@supports (-ms-ime-align:auto) {
    .center-copy__button:focus {
        outline: #fff solid 2px
    }
}

.center-copy.-bkg-transparent {
    background-color: transparent;
    color: #3b3c43
}

.center-copy.-bkg-transparent .center-copy__text,
.center-copy.-bkg-transparent .center-copy__title {
    color: #3b3c43
}

.center-copy.-bkg-transparent .center-copy__title {
    margin-top: 2rem;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto
}

.center-copy.-bkg-transparent .center-copy__title sup {
    top: -.9rem;
    font-size: 50%
}

.center-copy.-bkg-transparent .center-copy__text {
    max-width: 57rem
}

.bullet_content,
.columns-list__link {
    -webkit-text-decoration-color: #fbc600;
    text-decoration-color: #fbc600;
    color: #3b3c43;
    margin: 0 0 2rem;
    letter-spacing: -.3px;
    font-weight: 400;
    line-height: 1.3;
    font-size: 1rem
}

@media (min-width:480px) {

    .bullet_content,
    .columns-list__link {
        font-size: 1.125rem
    }
}

@media (min-width:768px) {

    .bullet_content,
    .columns-list__link {
        font-size: 1.25rem
    }
}

@media (min-width:1280px) {

    .bullet_content,
    .columns-list__link {
        font-size: 1.375rem
    }
}

.columns-list {
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow-x: hidden
}

.columns-list__inner {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%
}

@media (min-width:48.0625rem) {
    .columns-list__inner {
        padding: 1.25rem 5rem
    }
}

@media (max-width:48rem) {
    .columns-list__inner {
        padding: 1.25rem
    }
}

.columns-list__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.columns-list__left {
    margin-right: 2rem
}

.columns-list__right {
    margin-right: 0
}

@media (min-width:768px) {
    .columns-list__flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .columns-list__right {
        margin-right: -5rem
    }
}

@media (min-width:768px) and (max-aspect-ratio:4 / 3) and (orientation:portrait) {
    .columns-list__right {
        margin-right: -1rem
    }
}

.columns-list__image {
    max-height: 29.25rem
}

.columns-list__image.-syf-home-card {
    max-height: 19rem
}

.columns-list__title {
    font-weight: 400;
    letter-spacing: -.7px;
    font-size: 1.75rem;
    line-height: 1;
    margin: 0 0 2rem;
    color: #3b3c43;
    max-width: 37.5rem
}

.columns-list__title-bold {
    font-weight: 700
}

@media (min-width:768px) {
    .columns-list__title {
        font-size: 2.5rem
    }
}

@media (min-width:1024px) {
    .columns-list__title {
        font-size: 2.875rem;
        line-height: 1.1
    }
}

.columns-list__title>br {
    display: none
}

@media (min-width:62rem) {
    .columns-list__title>br {
        display: block
    }
}

.columns-list__copy {
    color: #3b3c43;
    margin: 0 0 2rem;
    letter-spacing: -.3px;
    font-weight: 400;
    line-height: 1.3;
    font-size: 1rem
}

.columns-list__copy-bold {
    font-weight: 700
}

.columns-list__copy+.emphasis-path__route {
    margin-top: -1rem
}

@media (min-width:480px) {
    .columns-list__copy {
        font-size: 1.125rem
    }
}

.columns-list__link {
    color: #fbc600;
    transition: all .15s ease-in-out
}

.columns-list__link>span,
.columns-list__link>strong {
    color: #3b3c43
}

.columns-list__link:active,
.columns-list__link:focus,
.columns-list__link:hover {
    color: #3b3c43;
    -webkit-text-decoration-color: #3b3c43;
    text-decoration-color: #3b3c43
}

.columns-list__container {
    margin-top: 2rem
}

@media (min-width:768px) {
    .columns-list__copy {
        font-size: 1.25rem;
        max-width: 31.25rem
    }

    .columns-list__container {
        margin-top: 0
    }
}

a.columns-list__title-bold,
a.columns-list__title-link {
    color: #fbc600;
    -webkit-text-decoration-color: #fbc600;
    text-decoration-color: #fbc600;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

a.columns-list__title-bold>span,
a.columns-list__title-bold>strong,
a.columns-list__title-link>span,
a.columns-list__title-link>strong {
    color: #3b3c43
}

a.columns-list__title-bold:active,
a.columns-list__title-bold:focus,
a.columns-list__title-bold:hover,
a.columns-list__title-link:active,
a.columns-list__title-link:focus,
a.columns-list__title-link:hover {
    color: #3b3c43;
    -webkit-text-decoration-color: #3b3c43;
    text-decoration-color: #3b3c43
}

.bullet_content {
    margin: 0;
    max-width: 60rem
}

.emphasis-list,
.emphasis-path {
    max-width: 100%
}

.columns-list .benefit_bullet {
    top: -9px
}

@media (min-width:480px) {
    .columns-list .benefit_bullet {
        top: -7px
    }
}

@media (min-width:1280px) {
    .columns-list__copy {
        font-size: 1.375rem
    }

    .columns-list .benefit_bullet {
        top: 0
    }

    .columns-list .benefits_list li .benefit_progress_bar {
        top: 4px
    }
}

.emphasis-path {
    background-color: #3b3c43;
    color: #fff;
    padding-bottom: 3rem
}

.emphasis-path__inner {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%
}

@media (min-width:48.0625rem) {
    .emphasis-path__inner {
        padding: 1.25rem 5rem
    }
}

@media (max-width:48rem) {
    .emphasis-path__inner {
        padding: 1.25rem
    }
}

@media (min-width:768px) {
    .emphasis-path__inner {
        padding: 3.4375rem 1.875rem 1rem
    }
}

@media (min-width:1025px) {
    .emphasis-path__inner {
        padding: 3.4375rem 6.25rem
    }
}

.emphasis-path__route {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.emphasis-path__copy {
    position: relative;
    padding-left: 1.5rem;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.emphasis-path__copy::after,
.emphasis-path__copy::before {
    position: absolute;
    background-color: #fbc600;
    display: inline-block;
    content: ''
}

.benefits_list li.active .bullet_content,
.emphasis-path__copy.-visible {
    opacity: 1
}

.emphasis-path__copy::before {
    left: -.3125rem;
    left: -1px;
    top: .125rem;
    height: .75rem;
    width: .75rem;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.emphasis-path__copy::after {
    left: .25rem;
    top: -.5rem;
    height: 200%;
    width: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.emphasis-path__copy:first-of-type::after {
    top: .25rem
}

.emphasis-path__copy:last-of-type::after {
    height: 20%;
    top: -1.5rem
}

.emphasis-path__copy:nth-last-of-type(2)::after {
    top: -1.5rem
}

@media (max-width:392px) {
    .emphasis-path__copy:nth-last-of-type(2)::after {
        height: 100%
    }
}

@media (min-width:1338px) {
    .emphasis-path__copy:nth-last-of-type(2)::after {
        height: 240%;
        top: -.5rem
    }
}

.emphasis-path__title {
    font-weight: 400;
    letter-spacing: -.7px;
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .emphasis-path__title {
        font-size: 2.5rem
    }
}

@media (min-width:1024px) {
    .emphasis-path__title {
        font-size: 2.875rem
    }
}

.emphasis-path__title-bold {
    font-weight: 700
}

.emphasis-path__subtitle {
    margin-bottom: 2rem;
    font-size: 1.25rem
}

@media (min-width:768px) {
    .emphasis-path__subtitle {
        font-size: 1.5rem
    }
}

.emphasis-path__copy {
    font-size: 1.25rem
}

.emphasis-path__image {
    border: 0;
    padding: 0;
    margin: 1rem 0 0 1rem;
    text-align: center;
    display: inline-block;
    position: relative
}

@media (max-width:80rem) {
    .emphasis-path__image {
        margin: 1rem auto
    }
}

@media (min-width:1279px) {
    .emphasis-path__route {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .emphasis-path__image {
        padding-left: 1rem
    }
}

.emphasis-path__image>img {
    display: block;
    width: 100%;
    max-width: 21.875rem
}

.emphasis-card {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1440px
}

@media (min-width:48.0625rem) {
    .emphasis-card {
        padding: 1.25rem 5rem
    }
}

@media (max-width:48rem) {
    .emphasis-card {
        padding: 1.25rem
    }
}

.emphasis-card__inner {
    padding: 2rem;
    margin-top: -4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .14);
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:769px) {
    .emphasis-card__inner {
        padding: 3rem 4rem
    }
}

@media (min-width:768px) {
    .emphasis-path__copy {
        font-size: 1.5rem
    }

    .emphasis-card__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .emphasis-card__left {
        margin-right: 2rem
    }

    .emphasis-card__right {
        max-width: 67%
    }
}

.emphasis-card__title {
    font-weight: 100;
    font-size: 7rem;
    margin: 0;
    letter-spacing: -.7px
}

.emphasis-card__title-overline {
    font-weight: 400;
    font-size: 2rem;
    margin-left: .5rem;
    position: relative
}

.emphasis-card__title-overline::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    background-color: #fbc600;
    top: -1rem;
    left: 0
}

.emphasis-card__small-space {
    font-size: 1rem
}

.emphasis-card__subtitle {
    margin: -.5rem 0 0;
    font-size: 1.125rem
}

@media (min-width:768px) {
    .emphasis-card__subtitle {
        font-size: 1.25rem
    }
}

.emphasis-card__heading {
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 1.5rem;
    font-size: 1.75rem
}

@media (min-width:768px) {
    .emphasis-card__heading {
        font-size: 2.25rem
    }
}

@media (min-width:1024px) {
    .emphasis-card__heading {
        font-size: 2.5rem
    }
}

.emphasis-card__heading>span {
    font-weight: 700
}

.emphasis-card__copy {
    font-size: 1rem
}

@media (min-width:768px) {
    .emphasis-card__copy {
        font-size: 1.25rem
    }
}

@media (min-width:1024px) {
    .emphasis-card__copy {
        font-size: 1.375rem
    }
}

@-webkit-keyframes bullet_pulse {
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bullet_pulse {
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.benefits_list {
    list-style-type: none
}

.benefits_list li {
    position: relative;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1rem
}

@media (min-width:768px) {
    .benefits_list li {
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width:1280px) {
    .benefits_list li {
        font-size: 21px;
        line-height: 28px
    }
}

.benefits_list li.active .benefit_bullet {
    -webkit-animation: bullet_pulse .5s;
    animation: bullet_pulse .5s;
    opacity: 1
}

.benefits_list li .bullet_content {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.benefits_list li .bullet_content_disclosure {
    font-size: 70%;
    line-height: 1.2;
    vertical-align: top
}

.benefits_list li+li {
    margin-top: -25px
}

.benefits_list li .benefit_progress_bar {
    position: absolute;
    top: 10px;
    left: -30px;
    height: 0;
    -webkit-transition: height 1.5s;
    transition: height 1.5s
}

@media (min-width:80.0625rem) and (max-width:90rem) {
    .benefits_list li .benefit_progress_bar {
        top: 0
    }
}

.benefits_list li:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px
}

.benefits_list li:not(:last-child) .benefit_progress_bar {
    width: 2px;
    background-color: #fbc600
}

.benefits_list li:not(:last-child).active .benefit_progress_bar {
    height: 100%
}

@media (min-width:48.0625rem) and (max-width:80rem) {
    .benefits_list {
        padding-bottom: 40px
    }
}

.benefit_bullet {
    position: absolute;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    left: -9px;
    background-color: #fbc600;
    opacity: 0
}

.footnotes__container,
.hero__container {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    width: 1440px;
    box-sizing: border-box;
    max-width: 100%
}

@media (min-width:90.0625rem) {
    .benefit_bullet {
        top: -7px
    }
}

@media (max-width:80rem) {
    .benefit_bullet {
        top: -12px
    }
}

.footnotes {
    background-color: #f7f7f7
}

@media (min-width:48.0625rem) {
    .footnotes__container {
        padding: 1.25rem 5rem
    }
}

@media (max-width:48rem) {
    .footnotes__container {
        padding: 1.25rem
    }
}

@media (min-width:48.0625rem) {
    .footnotes__container {
        padding: .3125rem 5rem 3.75rem;
        font-size: .875rem
    }
}

@media (max-width:48rem) {
    .footnotes__container {
        font-size: 1rem
    }
}

.footnotes__footnote {
    text-align: center;
    color: #3b3c43
}

.footnotes__footnote-disclosure {
    font-size: 70%;
    line-height: 1.2;
    vertical-align: top
}

.footnotes.-bkg-transparent {
    background-color: transparent
}

.hero {
    /*! Industry-specific styles go below here */
    padding-top: 3rem
}

.hero__container {
    background-size: contain;
    background-repeat: no-repeat
}

.industry-nav__inner,
.slide__inner {
    -webkit-box-sizing: border-box;
    max-width: 100%
}

@media (min-width:48.0625rem) {
    .hero__container {
        padding: 1.25rem 5rem
    }
}

@media (max-width:48rem) {
    .hero__container {
        padding: 1.25rem
    }
}

@media (min-width:48.0625rem) {
    .hero__container {
        padding: 5rem 5rem 3rem !important;
        background-position: right bottom
    }
}

@media (max-width:48rem) {
    .hero__container {
        padding: 2.5rem 1.875rem !important;
        background-position: center bottom;
        background-size: 100%
    }

    .hero__heading {
        font-size: 2.625rem
    }
}

.hero__content {
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero__heading {
    position: relative;
    margin: 0 0 2.5rem;
    line-height: .9;
    color: #3b3c43;
    letter-spacing: -2px;
    padding-left: 1rem;
    font-weight: 400
}

@media (min-width:48.0625rem) {
    .hero__heading {
        font-size: 3rem
    }
}

@media screen and (min-width:64rem) {
    .hero__heading {
        font-size: 3.875rem
    }
}

.hero__heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fbc600
}

@media (min-width:80.0625rem) {
    .hero__heading {
        font-size: 4.25rem
    }

    .hero__heading::before {
        width: .625rem
    }

    .hero__button-column+.hero__button-column {
        margin-left: 3rem
    }
}

.hero__subheading {
    color: #3b3c43;
    line-height: 1.2;
    letter-spacing: -1px
}

.hero__buttons {
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.hero__button-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (max-width: 768px ) { 
    .hero__button-column {
        padding-bottom:4rem;
    }
}
@media (max-width:80rem) {
    .hero__heading::before {
        width: .375rem
    }

    .hero__button-column+.hero__button-column {
        margin-left: 1.25rem
    }
}

.hero__button-copy {
    color: #3b3c43;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate
}

.hero__button {
    padding: .9375rem 1.5625rem;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    line-height: 1.1;
    max-width: 10.9375rem;
    text-align: center
}

.hero__button:hover {
    background-color: #3b3c43;
    color: #fff
}

.hero__button:focus {
    outline-color: #3b3c43
}

@media (max-width:48rem) {
    .hero__subheading {
        font-size: 1.3125rem
    }

    .hero__button {
        padding: .5rem
    }
}

@media (min-width:48.0625rem) {
    .hero__subheading {
        font-size: 1.625rem
    }

    .hero__button {
        padding: .9375rem
    }
}

@media screen and (max-width:73.75rem) {

    .hero.hero__flooring .hero__container,
    .hero.hero__jewelry .hero__container,
    .hero.hero__sewing-vacuum .hero__container {
        background-size: 72%
    }
}

@media screen and (max-width:64rem) {

    .hero.hero__flooring .hero__container,
    .hero.hero__jewelry .hero__container,
    .hero.hero__sewing-vacuum .hero__container {
        background-size: 64%
    }
}

@media screen and (max-width:58.125rem) {

    .hero.hero__flooring .hero__container,
    .hero.hero__jewelry .hero__container,
    .hero.hero__sewing-vacuum .hero__container {
        background-size: 90%;
        background-position: 400% 100%
    }
}

@media (max-width:48rem) {

    .hero.hero__flooring .hero__container,
    .hero.hero__jewelry .hero__container,
    .hero.hero__sewing-vacuum .hero__container {
        background-position: right bottom;
        background-size: 120%;
        padding-bottom: 75vw !important
    }
}

.hero.hero__flooring .hero__heading,
.hero.hero__jewelry .hero__heading,
.hero.hero__sewing-vacuum .hero__heading {
    max-width: 31.25rem
}

.hero.hero__flooring .hero__subheading,
.hero.hero__jewelry .hero__subheading,
.hero.hero__sewing-vacuum .hero__subheading {
    max-width: 22.5rem
}

@media screen and (max-width:90rem) {
    .hero.hero__sewing-vacuum .hero__container {
        background-size: 60%
    }
}

@media screen and (max-width:73.75rem) {
    .hero.hero__sewing-vacuum .hero__container {
        background-size: 74%
    }
}

@media screen and (max-width:67.5rem) {
    .hero.hero__sewing-vacuum .hero__container {
        background-size: 80%
    }
}

@media screen and (max-width:60rem) {
    .hero.hero__sewing-vacuum .hero__container {
        background-size: 74%;
        background-position: 100% 100%
    }
}

@media screen and (max-width:58.125rem) {
    .hero.hero__sewing-vacuum .hero__container {
        background-size: 90%;
        background-position: 270% 100%
    }
}

.hero.hero__sewing-vacuum .hero__heading {
    max-width: 34.375rem
}

.hero.hero__sewing-vacuum .hero__heading>br {
    display: block
}

@media (min-width:58.125rem) {
    .hero.hero__sewing-vacuum .hero__heading {
        max-width: 37.5rem
    }
}

@media (max-width:48rem) {
    .hero.hero__sewing-vacuum .hero__container {
        background-position: right bottom;
        background-size: 115%;
        padding-bottom: 75vw !important
    }

    .hero.hero__sewing-vacuum .hero__heading>br {
        display: none
    }
}

.hero.hero__sewing-vacuum .hero__subheading {
    max-width: 27rem
}

@media screen and (max-width:81.25rem) {
    .hero.hero__electronics-appliances .hero__container {
        background-size: 60%
    }
}

@media screen and (max-width:73.75rem) {
    .hero.hero__electronics-appliances .hero__container {
        background-position: 120% 100%
    }
}

@media screen and (max-width:64rem) {
    .hero.hero__electronics-appliances .hero__container {
        background-size: 70%;
        background-position: 160% 100%
    }
}

@media screen and (max-width:58.125rem) {
    .hero.hero__electronics-appliances .hero__container {
        background-position: right bottom;
        background-size: 100%;
        padding-bottom: 67vw !important
    }
}

@media screen and (min-width:58.125rem) {
    .hero.hero__electronics-appliances .hero__heading {
        max-width: 25rem
    }
}

@media (min-width:80.0625rem) {
    .hero.hero__electronics-appliances .hero__heading {
        max-width: 31.25rem
    }
}

@media screen and (min-width:58.125rem) {
    .hero.hero__electronics-appliances .hero__subheading {
        max-width: 26.25rem
    }
}

@media (min-width:80.0625rem) {
    .hero.hero__electronics-appliances .hero__subheading {
        max-width: 30rem
    }

    .hero.hero__car-care-prospecting .hero__subheading::before {
        width: .625rem
    }
}

.hero.hero__hardware .hero__container {
    background-position: right center
}

@media screen and (max-width:74.375rem) {
    .hero.hero__hardware .hero__container {
        background-position: calc(50% + 360px) 100%
    }
}

@media screen and (max-width:53.6875rem) {
    .hero.hero__hardware .hero__container {
        background-position: right bottom;
        background-size: 80%;
        padding-bottom: 57vw !important
    }
}

@media screen and (min-width:53.75rem) {
    .hero.hero__hardware .hero__heading {
        max-width: 31.25rem
    }

    .hero.hero__hardware .hero__subheading {
        max-width: 30rem
    }
}

.hero.hero__heating-ac .hero__container {
    background-position: right center
}

@media screen and (max-width:74.375rem) {
    .hero.hero__heating-ac .hero__container {
        background-position: calc(50% + 260px) 100%
    }
}

@media screen and (max-width:58.0625rem) {
    .hero.hero__heating-ac .hero__container {
        background-position: right bottom;
        background-size: 100%;
        padding-bottom: 65vw !important
    }
}

@media screen and (min-width:58.125rem) {
    .hero.hero__heating-ac .hero__heading {
        max-width: 31.25rem
    }

    .hero.hero__heating-ac .hero__subheading {
        max-width: 30rem
    }
}

.hero.hero__flooring .hero__heading {
    max-width: 37.5rem
}

.hero.hero__flooring .hero__subheading {
    max-width: 28.75rem
}

@media screen and (max-width:72.1875rem) {
    .hero.hero__music .hero__container {
        background-size: 64%;
        background-position: 132% 100%
    }
}

@media screen and (max-width:64rem) {
    .hero.hero__music .hero__container {
        background-size: 64%;
        background-position: 132% 100%
    }
}

@media screen and (max-width:58.125rem) {
    .hero.hero__music .hero__container {
        background-size: 75%;
        background-position: 200% 100%
    }
}

@media screen and (max-width:53.125rem) {
    .hero.hero__music .hero__container {
        background-size: 80%;
        background-position: 260% 100%
    }
}

@media (max-width:48rem) {
    .hero.hero__music .hero__container {
        background-position: left bottom;
        background-size: 120%;
        padding-bottom: 75vw !important
    }
}

.hero.hero__music .hero__heading {
    max-width: 37.5rem
}

.hero.hero__music .hero__subheading {
    max-width: 28.75rem
}

@media screen and (max-width:90rem) {

    .hero.hero__outdoor_power_equip .hero__container,
    .hero.hero__powersports .hero__container {
        background-position: 125% bottom
    }
}

@media screen and (max-width:80rem) {

    .hero.hero__outdoor_power_equip .hero__container,
    .hero.hero__powersports .hero__container {
        background-size: 75%;
        background-position: 150% 100%
    }
}

@media screen and (max-width:72.1875rem) {

    .hero.hero__outdoor_power_equip .hero__container,
    .hero.hero__powersports .hero__container {
        background-size: 65%;
        background-position: 132% 100%
    }
}

@media screen and (max-width:64rem) {

    .hero.hero__outdoor_power_equip .hero__container,
    .hero.hero__powersports .hero__container {
        background-size: 68%;
        background-position: 132% 100%
    }
}

@media screen and (max-width:58.125rem) {

    .hero.hero__outdoor_power_equip .hero__container,
    .hero.hero__powersports .hero__container {
        background-size: 75%;
        background-position: 200% 100%
    }
}

.hero.hero__outdoor_power_equip .hero__heading,
.hero.hero__powersports .hero__heading {
    max-width: 31.25rem
}

.hero.hero__outdoor_power_equip .hero__subheading,
.hero.hero__powersports .hero__subheading {
    max-width: 22.5rem
}

@media (max-width:48rem) {

    .hero.hero__outdoor_power_equip .hero__container,
    .hero.hero__powersports .hero__container {
        background-position: left bottom;
        background-size: 110%;
        padding-bottom: 75vw !important
    }

    .hero.hero__outdoor_power_equip .hero__container {
        background-position: left bottom;
        background-size: 105%;
        padding-bottom: 77vw !important
    }
}

@media screen and (min-width:80rem) {
    .hero.hero__sporting-goods .hero__container {
        background-position: 80% 100%
    }
}

@media screen and (max-width:72.1875rem) {
    .hero.hero__sporting-goods .hero__container {
        background-size: 69%;
        background-position: 132% 100%
    }
}

@media screen and (max-width:64rem) {
    .hero.hero__sporting-goods .hero__container {
        background-size: 70%;
        background-position: 132% 100%
    }
}

@media screen and (max-width:58.125rem) {
    .hero.hero__sporting-goods .hero__container {
        background-size: 77%;
        background-position: 185% 100%
    }
}

@media (max-width:48rem) {
    .hero.hero__sporting-goods .hero__container {
        background-position: left bottom;
        background-size: 120%;
        padding-bottom: 75vw !important
    }
}

.hero.hero__sporting-goods .hero__heading {
    max-width: 37.5rem;
    line-height: 1
}

.hero.hero__sporting-goods .hero__subheading {
    max-width: 28.75rem
}

.hero.hero__payment-estimator {
    padding-top: 5.25rem
}

@media (min-width:48.0625rem) {
    .hero.hero__payment-estimator .hero__container {
        background-size: 60%;
        background-position: 149% 100%
    }
}

@media screen and (min-width:51.25rem) {
    .hero.hero__payment-estimator .hero__container {
        background-size: 60%;
        background-position: 137% 100%
    }
}

@media (min-width:65.625rem) {
    .hero.hero__payment-estimator .hero__container {
        background-position: 115% 100%
    }
}

@media (min-width:70.9375rem) {
    .hero.hero__payment-estimator .hero__container {
        background-size: 64%;
        background-position: 105% bottom;
        padding-top: 8rem !important;
        padding-bottom: 4rem !important
    }
}

@media (min-width:74rem) {
    .hero.hero__payment-estimator .hero__container {
        background-size: 60%;
        background-position: right bottom
    }
}

@media (min-width:81.5625rem) {
    .hero.hero__payment-estimator .hero__container {
        background-size: 56%;
        background-position: right bottom
    }
}

@media (min-width:87.8125rem) {
    .hero.hero__payment-estimator .hero__container {
        background-size: 54%;
        background-position: right bottom
    }
}

@media (max-width:48rem) {
    .hero.hero__payment-estimator .hero__container {
        background-position: left bottom;
        background-size: 110%;
        padding-bottom: 75vw !important
    }
}

.hero.hero__payment-estimator .hero__heading {
    max-width: 37.5rem;
    line-height: 1
}

.hero.hero__payment-estimator .hero__subheading {
    max-width: 28.75rem
}

.hero.hero__home-furnishings .hero__container {
    background-position: calc(50% + 320px) 100%
}

@media screen and (max-width:58.0625rem) {
    .hero.hero__home-furnishings .hero__container {
        background-position: right bottom;
        background-size: 100%;
        padding-bottom: 65vw !important
    }
}

@media screen and (min-width:58.125rem) {
    .hero.hero__home-furnishings .hero__heading {
        max-width: 33.75rem
    }
}

@media screen and (min-width:80rem) {
    .hero.hero__home-furnishings .hero__heading {
        max-width: 35rem
    }

    .hero.hero__home-improvement .hero__container {
        background-size: 75%
    }
}

.hero.hero__home-improvement .hero__container {
    background-position: calc(50% + 200px) 40%
}

@media screen and (max-width:70.625rem) {
    .hero.hero__home-improvement .hero__container {
        background-position: calc(50% + 300px) 100%
    }
}

@media screen and (max-width:58.0625rem) {
    .hero.hero__home-improvement .hero__container {
        background-position: right bottom;
        background-size: 100%;
        padding-bottom: 72vw !important
    }
}

@media screen and (min-width:58.125rem) {
    .hero.hero__home-furnishings .hero__subheading {
        max-width: 30rem
    }

    .hero.hero__home-improvement .hero__heading {
        max-width: 31.25rem
    }
}

@media screen and (min-width:80rem) {
    .hero.hero__home-improvement .hero__heading {
        max-width: 32.5rem
    }
}

.hero.hero__insights {
    padding-top: 5rem
}

.hero.hero__insights .hero__container {
    background-position: calc(50% + 200px) 0
}

@media screen and (max-width:70.625rem) {
    .hero.hero__insights .hero__container {
        background-position: calc(50% + 300px) 100%
    }
}

@media screen and (max-width:58.0625rem) {
    .hero.hero__insights .hero__container {
        background: 0 0 !important;
        padding-bottom: 0 !important
    }
}

@media screen and (min-width:58.125rem) {
    .hero.hero__home-improvement .hero__subheading {
        max-width: 27.5rem
    }

    .hero.hero__insights .hero__heading {
        max-width: 33.75rem
    }
}

@media screen and (min-width:80rem) {
    .hero.hero__insights .hero__heading {
        max-width: 32.5rem
    }

    .hero.hero__car-care-current-partner .hero__container {
        background-size: 75%
    }
}

.hero.hero__insights .hero__subheading {
    margin-bottom: -1rem
}

.hero.hero__car-care-current-partner {
    padding-top: 5.25rem
}

.hero.hero__car-care-current-partner .hero__container {
    background-position: calc(50% + 200px) 40%
}

@media screen and (min-width:84.375rem) {
    .hero.hero__car-care-current-partner .hero__container {
        background-size: 60%
    }
}

@media screen and (max-width:70.625rem) {
    .hero.hero__car-care-current-partner .hero__container {
        background-position: calc(5% + 300px) 100%
    }
}

@media screen and (max-width:58.0625rem) {
    .hero.hero__car-care-current-partner .hero__container {
        background-position: right bottom;
        background-size: 100%;
        padding-bottom: 72vw !important
    }
}

@media screen and (min-width:58.125rem) {
    .hero.hero__insights .hero__subheading {
        margin-bottom: 1.5rem;
        max-width: 27.5rem
    }

    .hero.hero__car-care-current-partner .hero__heading {
        max-width: 31.25rem
    }

    .hero.hero__car-care-current-partner .hero__subheading {
        max-width: 27.5rem
    }
}

.hero.hero__car-care-prospecting .hero__container {
    background-position: calc(60% + 200px) 40%
}

@media screen and (min-width:80rem) {
    .hero.hero__car-care-prospecting .hero__container {
        background-size: 48%
    }
}

@media screen and (min-width:84.375rem) {
    .hero.hero__car-care-prospecting .hero__container {
        background-size: 45%
    }
}

@media screen and (max-width:68.75rem) {
    .hero.hero__car-care-prospecting .hero__container {
        background-position: calc(40% + 300px) 100%
    }
}

@media screen and (max-width:58.0625rem) {
    .hero.hero__car-care-prospecting .hero__container {
        background-position: right bottom;
        background-size: 100%;
        padding-bottom: 72vw !important
    }
}

.hero.hero__car-care-prospecting .hero__heading {
    margin-bottom: 0
}

.hero.hero__car-care-prospecting .hero__subheading {
    max-width: 31.25rem;
    position: relative;
    margin-top: .5rem;
    padding-left: 1.25rem
}

.hero.hero__car-care-prospecting .hero__subheading::before {
    content: '';
    position: absolute;
    top: -.5rem;
    left: 0;
    height: calc(100% + .5rem);
    background-color: #fbc600
}

@media (max-width:80rem) {
    .hero.hero__car-care-prospecting .hero__subheading::before {
        width: .375rem
    }
}

.hero.hero__long_form_campaign {
    padding-top: 5.25rem;
    position: relative
}

.hero.hero__long_form_campaign:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: .375rem;
    width: 100%;
    background-color: #3b3c43
}

@media screen and (max-width:76.875rem) {
    .hero.hero__long_form_campaign .hero__container {
        background-size: contain
    }
}

@media (max-width:70.375rem) {
    .hero.hero__long_form_campaign .hero__container {
        background-size: 60%
    }
}

@media (max-width:48rem) {
    .hero.hero__long_form_campaign .hero__container {
        background-position: right bottom;
        background-size: 120%;
        padding-bottom: 100vw !important
    }
}

.hero.hero__long_form_campaign .hero .hero__heading br {
    display: none
}

@media (min-width:52.875rem) {
    .hero.hero__long_form_campaign .hero .hero__heading {
        max-width: 40rem
    }

    .hero.hero__long_form_campaign .hero .hero__heading br {
        display: block
    }
}

.industry-nav {
    position: fixed;
    top: 5rem;
    background-color: #3b3c43;
    width: 100%;
    min-height: 3.5rem;
    z-index: 13;
    -webkit-box-shadow: 0 -3px 30px 0 rgba(0, 0, 0, .25), 0 -8px 50px 9px rgba(0, 0, 0, .15);
    box-shadow: 0 -3px 30px 0 rgba(0, 0, 0, .25), 0 -8px 50px 9px rgba(0, 0, 0, .15)
}

.industry-nav__inner {
    margin: 0 auto;
    box-sizing: border-box;
    width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width:48.0625rem) {
    .industry-nav__inner {
        padding: 1.25rem 5rem
    }
}

@media (max-width:48rem) {
    .industry-nav__inner {
        padding: 1.25rem
    }
}

.industry-nav__svg {
    padding-right: 1rem
}

.industry-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: .875rem;
    padding: .25rem 0 0;
    margin-left: 1.25rem
}

.industry-nav__link:active,
.industry-nav__link:focus {
    outline: #fbc600 solid 2px
}

.slide-controls button:active,
.slide-controls button:focus,
.slide-controls>.slick-dots>li button:active,
.slide-controls>.slick-dots>li button:focus,
.stories-slide__controls button:active,
.stories-slide__controls button:focus,
.stories-slide__controls>.slick-dots>li button:active,
.stories-slide__controls>.slick-dots>li button:focus,
.stories-slide__item:focus {
    outline: #3b3c43 solid 2px
}

@media (min-width:768px) {
    .industry-nav__link {
        margin-left: 4rem
    }
}

.slide {
    width: 100vw;
    max-width: 100%
}

.slide__inner {
    margin: 0 auto;
    box-sizing: border-box;
    width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media (min-width:48.0625rem) {
    .slide__inner {
        padding: 1.25rem 5rem
    }
}

@media (max-width:48rem) {
    .slide__inner {
        padding: 1.25rem
    }
}

@media screen and (min-width:1401px) {
    .slide__inner {
        padding: 3.125rem 0 0 11.5625rem;
        margin-bottom: 25rem
    }
}

@media screen and (max-width:1400px) {
    .slide__inner {
        padding: 3.125rem 0 0 2.5rem;
        margin-bottom: 25rem
    }
}

@media screen and (max-width:67.4375rem) {
    .slide__inner {
        margin-bottom: 3.125rem
    }
}

.slide__left {
    width: 50%
}

.slide__image-container {
    width: 100%;
    height: 26.1875rem;
    background-size: cover;
    background-position: center center
}

.slide__header {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #3b3c43;
    margin: 1.25rem 7.5rem 1.25rem 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.slide__text-container,
.stories-slide__title {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out
}

@media (max-width:90rem) {
    .slide__header {
        margin-right: 2.5rem
    }
}

@media (max-width:48rem) {
    .slide__inner {
        padding: 1.25rem 0
    }

    .slide__left {
        width: 100%
    }

    .slide__image-container {
        height: 18.75rem
    }

    .slide__header {
        margin: 0 3.125rem 1.875rem;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.2
    }

    .slide__bottom-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
    .slide__inner {
        padding: 1.25rem 0
    }

    .slide__left {
        width: 100%
    }

    .slide__image-container {
        height: 18.75rem
    }

    .slide__header {
        margin: 0 3.125rem 1.875rem;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.2
    }

    .slide__bottom-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width:30rem) {
    .slide__image-container {
        height: 15.625rem
    }

    .slide__header {
        margin: 0 1.25rem 1.875rem
    }
}

.slide__text-expandable-container,
.stories-slide__flex,
.stories-slide__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.slide__text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 12.1875rem;
    transition: opacity .5s ease-in-out
}

@media (max-width:48rem) {
    .slide__text-container {
        margin: 1.25rem 3.125rem 2.5rem;
        min-height: auto
    }
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
    .slide__text-container {
        margin: 1.25rem 3.125rem 2.5rem;
        min-height: auto
    }
}

@media (max-width:30rem) {
    .slide__text-container {
        margin: 1.25rem
    }

    .slide__text-inner-container {
        height: 20.625rem
    }
}

.slide__text-content {
    display: none
}

.slide__gold-bar {
    min-width: .625rem;
    background-color: #fbc600
}

.slide__text-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 8.125rem 0 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    overflow: hidden
}

@media (min-width:30.0625rem) and (max-width:48rem) {
    .slide__text-inner-container {
        height: 15rem
    }
}

@media (min-width:48.0625rem) {
    .slide__text-inner-container {
        height: 17.5rem
    }
}

@media screen and (min-width:1024px) {
    .slide__text-inner-container {
        height: 14.375rem
    }
}

@media (min-width:90.0625rem) {
    .slide__text-inner-container {
        height: 15rem
    }
}

@media (max-width:90rem) {
    .slide__text-inner-container {
        margin: 0 2.5rem 0 0
    }
}

.slide__text-expandable-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 .9375rem;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.slide__text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 0 .75rem
}

@media (max-width:48rem) {
    .slide__text {
        font-size: 1rem;
        margin-top: 1rem
    }
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
    .slide__text {
        font-size: 1rem;
        margin-top: 1rem
    }
}

.slide__byline {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.6
}

@media (max-width:48rem) {
    .slide__byline {
        font-size: 1rem
    }
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
    .slide__byline {
        font-size: 1rem
    }
}

.slide-controls button:before,
.slide-controls>.slick-dots>li button:before,
.stories-slide__controls>.slick-dots>li button:before {
    font-size: 30px
}

.slick-slider {
    position: static
}

.slick-list {
    position: absolute;
    top: 3.125rem;
    right: 0;
    width: 39.25rem;
    max-width: 50%
}

@media (max-width:48rem) {
    .slick-list {
        position: static;
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:53.125rem) and (max-height:27.25rem) {
    .slick-list {
        position: static;
        width: 100%;
        max-width: 100%
    }
}

.slide-controls {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: .75rem
}

@media (min-width:30.0625rem) {
    .slide-controls {
        margin-left: 2.75rem
    }
}

@media screen and (min-width:48rem) {
    .slide-controls {
        margin-left: -.5rem
    }
}

@media screen and (min-width:48rem) and (max-height:425px) and (orientation:landscape) {
    .slide-controls {
        margin-left: 2.75rem
    }
}

@media screen and (min-width:48rem) and (max-width:769px) and (max-height:1024px) and (orientation:portrait) {
    .slide-controls {
        margin-left: 2.75rem
    }
}

.slide-controls>.slick-dots {
    text-align: center;
    position: relative;
    margin: 0;
    top: -2px;
    bottom: auto;
    width: 160px;
    left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.slide-controls button {
    cursor: pointer;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.slide-controls button:last-of-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.stories-slide {
    background-color: #f7f7f7;
    padding: 3rem 0;
    overflow-x: hidden
}

.stories-slide__inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1440px;
    max-width: 100%
}

@media (min-width:48.0625rem) {
    .stories-slide__inner {
        padding: 1.25rem 5rem
    }
}

@media (max-width:48rem) {
    .stories-slide__inner {
        padding: 1.25rem
    }
}

.stories-slide__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100vw;
    max-width: 100%;
    min-height: 23.4375rem
}

@media (min-width:48rem) and (max-height:450px) and (orientation:landscape) {
    .stories-slide__wrapper {
        min-height: 37rem
    }
}

.stories-slide__wrapper>.slick-list {
    width: 100vw;
    max-width: 100%;
    min-width: 100%;
    overflow: visible
}

.stories-slide__controls {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem
}

@media (min-width:769px) and (orientation:portrait) {
    .stories-slide__controls {
        padding-top: 17.1875rem
    }
}

@media (min-width:925px) and (max-width:992px) {
    .stories-slide__controls {
        padding-top: 20rem
    }
}

@media (min-width:62rem) {
    .stories-slide__controls {
        padding-top: 0;
        margin-top: 4rem
    }
}

.stories-slide__controls>.slick-dots {
    text-align: center;
    position: relative;
    margin: 0;
    top: -2px;
    bottom: auto;
    left: auto;
    width: 70px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.stories-slide__controls button {
    cursor: pointer;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.stories-slide__controls button:last-of-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.stories-slide__controls._slides--3>.slick-dots {
    width: 90px
}

.stories-slide__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:62rem) {
    .stories-slide__flex {
        margin-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.stories-slide__syf-home article,
.triptych__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.stories-slide__left {
    position: relative;
    text-align: center;
    max-width: 40rem;
    margin-bottom: 3rem
}

@media (min-width:62rem) {
    .stories-slide__left {
        margin-right: 3rem;
        margin-bottom: 0;
        max-width: 23.4375rem
    }
}

.stories-slide__item:last-of-type .stories-slide__copy.-mb3,
.stories-slide__left>.stories-slide__button {
    margin-bottom: 1.5rem
}

@media all and (-ms-high-contrast:none) {

    .stories-slide__controls button:active,
    .stories-slide__controls button:focus,
    .stories-slide__controls>.slick-dots>li button:active,
    .stories-slide__controls>.slick-dots>li button:focus,
    .stories-slide__item:focus {
        outline: #3b3c43 solid 2px
    }

    .stories-slide__left--image {
        margin-top: -4.5rem
    }
}

@supports (-ms-ime-align:auto) {

    .stories-slide__controls button:active,
    .stories-slide__controls button:focus,
    .stories-slide__controls>.slick-dots>li button:active,
    .stories-slide__controls>.slick-dots>li button:focus,
    .stories-slide__item:focus {
        outline: #3b3c43 solid 2px
    }
}

.stories-slide__button:focus,
.triptych__button:focus {
    outline-color: #3b3c43
}

.stories-slide__item:last-of-type .stories-slide__left {
    margin-bottom: 2rem
}

@media (min-width:62rem) {
    .stories-slide__item:last-of-type .stories-slide__copy.-mb3 {
        margin-bottom: 3rem
    }

    .stories-slide__item:last-of-type .stories-slide__left {
        margin-bottom: 2rem
    }
}

.stories-slide__title {
    font-weight: 400;
    letter-spacing: -.7px;
    font-size: 1.75rem;
    line-height: 1;
    margin: 0 0 2rem;
    color: #3b3c43;
    text-align: center;
    transition: opacity .5s ease-in-out
}

.stories-slide__subheading,
.stories-slide__subtitle {
    color: #3b3c43;
    text-align: center;
    letter-spacing: -.5px
}

.stories-slide__subheading,
.triptych__header {
    -webkit-transition: opacity .5s ease-in-out;
    opacity: 0
}

.stories-slide__title-bold {
    font-weight: 700
}

@media (min-width:768px) {
    .stories-slide__title {
        font-size: 2.5rem
    }
}

@media (min-width:1024px) {
    .stories-slide__title {
        font-size: 2.875rem;
        line-height: 1.1
    }
}

.stories-slide__subheading {
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.25rem;
    max-width: 52rem;
    transition: opacity .5s ease-in-out
}

.stories-slide__subheading-bold {
    font-weight: 700
}

@media (min-width:480px) {
    .stories-slide__subheading {
        font-size: 1.375rem
    }
}

@media (min-width:768px) {
    .stories-slide__subheading {
        font-size: 1.5rem
    }
}

@media (min-width:1280px) {
    .stories-slide__subheading {
        font-size: 1.625rem
    }
}

@media (min-width:62rem) {
    .stories-slide__subheading {
        margin-bottom: 1.5rem
    }
}

.stories-slide__subtitle {
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 3rem
}

.stories-slide__caption,
.stories-slide__copy {
    letter-spacing: -.3px;
    color: #3b3c43;
    text-align: center
}

@media (min-width:768px) {
    .stories-slide__subtitle {
        font-size: 1.375rem
    }
}

@media (min-width:1280px) {
    .stories-slide__subtitle {
        font-size: 1.5rem
    }
}

.stories-slide__subtitle.-mb3 {
    margin-bottom: 3rem
}

.stories-slide__subtitle-bold {
    font-weight: 700
}

.stories-slide__subtitle+.stories-slide__copy {
    margin: -1rem 0 0
}

.stories-slide__subtitle+.stories-slide__copy-image {
    margin: -2rem 0 0
}

.stories-slide__caption {
    font-weight: 400;
    margin-top: -1rem;
    font-size: 1rem
}

@media (min-width:768px) {
    .stories-slide__caption {
        font-size: 1.0625rem
    }
}

@media (min-width:1280px) {
    .stories-slide__caption {
        font-size: 1.125rem
    }
}

.stories-slide__copy {
    font-size: 1.125rem;
    min-width: 14.0625rem
}

@media (min-width:768px) {
    .stories-slide__copy {
        font-size: 1.1875rem
    }
}

@media (min-width:1280px) {
    .stories-slide__copy {
        font-size: 1.25rem;
        line-height: 1.3
    }
}

.stories-slide__copy.-mb3 {
    margin-bottom: 3rem
}

@media all and (-ms-high-contrast:none) {
    .stories-slide__copy-image {
        position: absolute;
        top: 9.5rem;
        left: 0;
        max-width: 23.4375rem
    }
}

.stories-slide__container {
    position: relative;
    cursor: pointer
}

@media (min-width:769px) {
    .stories-slide__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        max-width: 40.625rem;
        max-height: 22.8125rem;
        width: unset;
        height: unset
    }
}

.stories-slide__container.stories-slide__embed-size,
.stories-slide__container.stories-slide__embed-size>img {
    max-height: 22.8125rem
}

.stories-slide__image {
    max-height: 19.6875rem;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .2), 0 8px 50px 9px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .2), 0 8px 50px 9px rgba(0, 0, 0, .05)
}

.stories-slide__image.-syf-home {
    display: block
}

@media (min-width:992px) {
    .stories-slide__image.-syf-home {
        display: none
    }
}

.stories-slide .video-embed__thumbnail,
.stories-slide__thumbnail {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .2), 0 8px 50px 9px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .2), 0 8px 50px 9px rgba(0, 0, 0, .05)
}

.stories-slide__button {
    padding: .9375rem 1.5625rem;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: 700;
    line-height: .9;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.stories-slide__button:hover {
    background-color: #3b3c43;
    color: #fff
}

.stories-slide__syf-home {
    background-color: #fff;
    padding: 1rem .5rem;
    position: relative;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 19.6875rem;
    width: 35rem;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .2), 0 8px 50px 9px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .2), 0 8px 50px 9px rgba(0, 0, 0, .05)
}

@media all and (-ms-high-contrast:none) {

    .stories-slide__image,
    .stories-slide__syf-home {
        max-height: 18.75rem
    }
}

@media (min-width:992px) {
    .stories-slide__syf-home {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.stories-slide__syf-home__title {
    position: absolute;
    top: 2rem;
    left: 2.5rem;
    text-align: center;
    color: #3b3c43;
    max-width: 18rem;
    font-size: 1rem;
    margin: 0;
    padding: 0
}

.stories-slide__syf-home article {
    background-color: #d6e3e5;
    color: #459ca5;
    border-radius: 6px;
    text-align: center;
    margin-right: .75rem;
    padding: 1rem .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    min-height: 8.125rem;
    position: relative;
    bottom: -6px
}

.stories-slide__syf-home article h4 {
    font-size: 1.3125rem;
    margin: 0 0 .75rem;
    line-height: .8
}

.stories-slide__syf-home article h4>span {
    font-size: 250%
}

.stories-slide__syf-home article p {
    font-size: .625rem;
    margin: 0;
    color: #3b3c43
}

.stories-slide__syf-home article:last-of-type {
    background-color: #fff;
    border: 2px solid #fbc600;
    margin-right: 0;
    padding-top: 1.5rem;
    bottom: auto
}

.stories-slide__syf-home article:last-of-type>span {
    background-color: #fff;
    padding: 0 .5rem;
    font-size: 1.5rem;
    font-weight: 700;
    position: absolute;
    top: -.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.triptych {
    width: 100vw;
    max-width: 100%;
    padding-top: 4rem;
    background-color: #f7f7f7
}

.triptych.-bkg-transparent,
.triptych.-long-form {
    background-color: transparent
}

@media (min-width:30.0625rem) {
    .triptych {
        padding-top: 5rem
    }
}

.triptych.-long-form {
    padding-top: 0
}

.triptych.-long-form .triptych__subheading {
    max-width: 68.75rem;
    width: 100%;
    margin-bottom: 3rem
}

.triptych__inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1440px;
    max-width: 100%
}

@media (min-width:48.0625rem) {
    .triptych__inner {
        padding: 1.25rem 5rem
    }
}

@media (max-width:48rem) {
    .triptych__inner {
        padding: 1.25rem
    }
}

@media (min-width:1401px) {
    .triptych__inner {
        padding: 0 11.5625rem 5rem
    }
}

@media (max-width:1400px) {
    .triptych__inner {
        padding: 0 2.5rem 3.75rem
    }
}

@media (max-width:767px) {
    .triptych__inner {
        padding: 0 3.125rem 1.25rem
    }
}

@media (max-width:30rem) {
    .triptych__inner {
        padding: 0 1.25rem 1.25rem
    }
}

.triptych__header {
    letter-spacing: -.7px;
    font-size: 1.75rem;
    max-width: 100%;
    font-weight: 400;
    text-align: center;
    color: #3b3c43;
    line-height: 1;
    width: 50rem;
    margin: 0 auto;
    transition: opacity .5s ease-in-out
}

.triptych__header-bold {
    font-weight: 700
}

@media (min-width:768px) {
    .triptych__header {
        font-size: 2.5rem
    }
}

@media (min-width:1024px) {
    .triptych__header {
        font-size: 2.875rem;
        line-height: 1.1
    }
}

@media (max-width:767px) {
    .triptych__header {
        width: 100%
    }
}

.triptych__subheading {
    max-width: 65rem;
    letter-spacing: -.5px;
    font-weight: 400;
    font-size: 1.25rem;
    color: #3b3c43;
    text-align: center;
    margin: 2rem auto;
    width: 45rem;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.triptych__subheading-bold {
    font-weight: 700
}

@media (min-width:480px) {
    .triptych__subheading {
        font-size: 1.375rem
    }
}

@media (min-width:768px) {
    .triptych__subheading {
        font-size: 1.5rem
    }
}

@media (min-width:1280px) {
    .triptych__subheading {
        font-size: 1.625rem
    }
}

.triptych__triptych {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1400px) {
    .triptych__triptych {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width:767px) {
    .triptych__subheading {
        width: 100%
    }

    .triptych__triptych {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.triptych__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

@media (max-width:767px) {
    .triptych__column {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.25rem
    }

    .triptych__divider {
        display: none
    }
}

.triptych__divider {
    height: 6.875rem;
    margin: auto 0;
    border-left: 2px solid #d8d8d8
}

.triptych__triptych-header {
    text-align: center;
    letter-spacing: -.3px;
    font-weight: 400;
    line-height: 1;
    color: #3b3c43;
    font-size: 1.125rem
}

@media (min-width:480px) {
    .triptych__triptych-header {
        font-size: 1.3125rem
    }
}

@media (min-width:768px) {
    .triptych__triptych-header {
        font-size: 1.375rem;
        line-height: 1.2
    }
}

@media (min-width:1280px) {
    .triptych__triptych-header {
        font-size: 1.5rem
    }
}

@media (max-width:767px) {
    .triptych__triptych-header {
        margin-bottom: 0
    }

    .triptych__break {
        content: ' ';
        display: none
    }
}

.triptych__percent-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.triptych__percent-container>svg {
    margin-bottom: .5rem
}

.triptych__icon {
    width: 5.1875rem;
    height: 5.1875rem;
    margin: .625rem .9375rem 0 0;
    z-index: 9;
    overflow: visible
}

.triptych__percent {
    font-weight: 700;
    font-size: 6.875rem;
    color: #3b3c43;
    text-align: center
}

@media (max-width:1024px) {
    .triptych__icon {
        width: 3.75rem;
        height: 3.75rem;
        margin: .625rem .625rem 0 0
    }

    .triptych__percent {
        font-size: 5rem
    }
}

.triptych__percent__true-number {
    display: block;
    width: 0;
    height: 0;
    max-width: 0;
    max-height: 0;
    visibility: hidden
}

.triptych__percent1 {
    width: 7.875rem
}

@media (max-width:1024px) {
    .triptych__percent1 {
        width: 5.625rem
    }
}

.triptych__percent2 {
    width: 7.875rem
}

@media (max-width:1024px) {
    .triptych__percent2 {
        width: 5.625rem
    }
}

.triptych__percent3 {
    width: 7.875rem
}

.triptych__dollar-symbol,
.triptych__percent-symbol {
    position: relative;
    line-height: 1;
    top: .8rem;
    right: -.25rem;
    font-size: 2.6875rem;
    color: #3b3c43
}

@media (max-width:1024px) {
    .triptych__percent3 {
        width: 5.625rem
    }

    .triptych__dollar-symbol,
    .triptych__percent-symbol {
        top: .7rem;
        font-size: 1.875rem
    }
}

@media all and (-ms-high-contrast:none) {

    .triptych__dollar-symbol,
    .triptych__percent-symbol {
        top: .25rem
    }
}

.triptych__dollar-symbol {
    right: .25rem
}

.triptych__times-symbol {
    position: relative;
    line-height: 1;
    top: unset;
    bottom: 1.5rem;
    right: -.5rem;
    font-size: 2.6875rem;
    color: #3b3c43;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (max-width:1024px) {
    .triptych__times-symbol {
        top: unset;
        bottom: 1.125rem;
        right: -.5rem;
        font-size: 1.875rem
    }
}

@media all and (-ms-high-contrast:none) {
    .triptych__times-symbol {
        top: auto;
        bottom: 1.75rem;
        right: -.75rem
    }
}

.triptych__text {
    margin: 0 .9375rem 0 0;
    font-size: .875rem;
    line-height: 1.4;
    color: #3b3c43
}

@media (max-width:1024px) {
    .triptych__text {
        margin: 0
    }
}

.triptych__button-container {
    margin: 5rem 0 0;
    text-align: center
}

.triptych__button {
    padding: .9375rem 1.5625rem;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: 700;
    line-height: .9;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    display: inline-block
}

.triptych__button:hover {
    background-color: #3b3c43;
    color: #fff
}

@media (max-width:767px) {
    .triptych__text {
        width: 18.75rem;
        text-align: center;
        font-size: 1rem
    }

    .triptych__button-container {
        margin: 2.5rem 0
    }

    .triptych__button {
        line-height: 1.2
    }
}