.hero {
    color: white;
    padding: 9rem 0 6rem;
    margin: 0 0 3rem;
    text-align: center;
    background: url('/images/january-sale-bg.svg?v3'), linear-gradient(180deg, #e70000, #a20000);
    background-size: cover;
  background-position: center;
}
.hero img {
    max-width: 100rem;
    width: 100%;
}
.hero h1 {
    font-weight: 400;
    font-style: normal;
}
.hero h1 {
    color: white;
    font-size: 64px;
    max-width: 90rem;
    margin: 2rem auto 0;
}
.hero h2 {
    color: white;
    margin: 2rem auto 1rem;
    font-size: 75px;
    text-transform: uppercase;
}
.hero p {
    color: white;
    font-size: 30px;
}
.hero .btn {
    background: white;
    font-size: 30px;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 10px 8px #a30504;
    margin: 2rem 0 0;
}
.hero .btn:hover,
.hero .btn:active,
.hero .btn:focus {
    background: #d8d8d8;
}
.testimonial {
    background: var(--grey-light);
    padding: 54px 16px;
    position: relative;
    text-align: center;
    margin: 48px 0 0;
    border-radius: 8px;
}
.testimonial--rating img {
    width: 50px;
}
.testimonial--heading {
    font-size: 36px;
    line-height: 1.3em;
}
.testimonial--subheading {
    font-size: 22px;
    margin: 20px 0 0;
}
.testimonial--link {
    margin: 24px 0 0;
    display: inline-block;
    font-size: 20px;
    text-decoration: underline;
}
.f3-logos-wrapper {
    margin: 1rem 0 3rem;
}
.f3-logo-panel {
    background: white;
    border-radius: 14px;
    border: 1px solid #17f013;
    box-shadow: 0 0 18px #4bf34b;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
}
.outro-wrapper {
  margin: 90px 0 68px;
  text-align: center;
}
.outro-wrapper--heading {
  font-size: 42px;
  margin: 0;
}
.outro-wrapper .btn {
  margin: 40px 0 0;
  font-size: 26px;
  padding: 16px 28px;
  border-radius: 8px;
  font-weight: 600;
}
.terms {
    margin: 6rem auto 0;
}
.terms__heading {
    color: var(--white);
    text-align: left;
    font-size: 16px;
}
.terms__list {
    list-style: auto;
    text-align: left;
    margin: 0 auto;
    line-height: 21px;
    font-size: 13px;
    padding: 0 0 0 18px;
}
.hero__countdown {
    margin: 2rem 0 0;
}
.hero__countdown .js-countdown {
    font-size: 60px;
    font-weight: 600;
}
a.btn .btn-arrow {
    width: 32px;
}
@media(max-width: 767px) {
    .hero__countdown .js-countdown {
        font-size: 40px;
    }
    .hero h1 {
        font-size: 44px;
    }
    .hero h2 {
        font-size: 36px;
    }
    .hero p {
        margin: 14px auto 0;
        font-size: 28px;
        max-width: 35rem;
    }
    .hero .btn {
        margin: 3rem 0 0;
    }
    .f3-logos-wrapper {
        margin: 0;
    }
    .f3-logos-wrapper .row {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .f3-logo-panel {
        max-width: 36rem;
        margin: auto;
    }
    .testimonial--heading {
        font-size: 24px;
    }
}