body {
  font-size: 14px;
  font-family: europa, sans-serif;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
h2 {
  margin: 30px 0;
}
body {
  background: #f7f7f7;
}
.hero {
  padding-bottom: 33%;
  min-height: 250px;
  position: relative;
  background-size: cover;
  background-position: center 30%;
}
.hero h1 {
  font-weight: 600;
  font-size: 1.3125rem;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  padding: 0 20px;
  margin: 15px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.hero h2 {
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  padding: 0 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.hero__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero--overlay .hero__inner {
  background-color: rgba(0, 0, 0, 0.5);
}
.home {
  padding-top: 64px;

  @media (min-width: 992px) {
    padding-top: 80px;
  }
}
.home-countdown {
  padding: 16px;
  background-color: #fff;
  margin: -2rem 36px 0;
  position: relative;
  z-index: 2;
  border-radius: 3px;
  text-align: center;
}
.home-countdown h2,
.home-countdown h3 {
  margin: 0;
  background: linear-gradient(-216deg, #d63a76, #8c0038 50%, #d63a76);
  background-size: 200% 100%;
  color: #932872;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  color: #2a2a2a;
  letter-spacing: 0.98px;
  text-transform: uppercase;
  text-align: center;
}
.home-countdown p {
  margin-bottom: 0;
}
.home-countdown a,
.home-countdown button {
  width: auto;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 12px;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(-216deg, #d63a76, #8c0038 50%, #d63a76);
}

.home-countdown a:hover,
.home-countdown button:hover {
  font-weight: 700;
}
.home .hero {
  background-image: url('./images/bg.8807715f.jpg');
}

.home h4 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1.85px;
  text-align: center;
  margin: 52px 0 20px;
}

.logo {
  display: none;
}
.logo__mobile {
  display: block;
}
@media screen and (max-width: 991px) {
  .home h4 {
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .home {
    display: flex;
  }
  .home > div {
    width: 50%;
  }
  .home .hero {
    background-image: none !important;
    background-color: #fff !important;
  }
  .home .hero h2 {
    font-size: 46px;
    color: #232328;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    text-align: center;
    text-shadow: none;
    min-width: 520px;
  }
  .home .hero__inner {
    background-color: #fff !important;
    position: relative;
    padding: 20px 0 30px;
  }
  .hero h1 {
    font-size: 1.875rem;
    color: #232328;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    text-align: center;
    text-shadow: none;
    max-width: 34rem;
  }
  .home h4 {
    text-align: left;
  }
  .home .hero {
    padding-bottom: 0;
  }
  .home-countdown {
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.04);
    border-radius: 2px;
  }
  .home--right {
    position: relative;
  }
  .hero__logo {
    margin-top: 15px;
  }
  .logo {
    display: block;
  }
  .logo__mobile {
    display: none;
  }

  .hero__logo svg {
    max-width: 6rem;
    height: auto;
  }
  .content-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    background: url('./images/bg.8807715f.jpg') 50% 20% no-repeat;
    background-size: cover;
  }
  .content-container:before {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .content-container:after,
  .content-container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .content-container:after {
    z-index: 3;
    mix-blend-mode: hard-light;
    background: #fee4d9;
    background: linear-gradient(
      180deg,
      rgba(254, 228, 217, 0.5),
      rgba(129, 96, 96, 0.5)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fee4d9",endColorstr="#816060",GradientType=1);
  }
  .content-container .inner {
    position: relative;
    z-index: 4;
  }
}
.footer {
  padding: 36px;
  opacity: 0.5;
  font-weight: 400;
  font-size: 14px;
  color: #2a2a2a;
  letter-spacing: 0.89px;
  text-align: center;
  line-height: 15px;
  margin-bottom: 80px;
}
.footer a {
  color: #2a2a2a;
  text-decoration: underline;
}
.home .home-countdown h2,
.home .home-countdown h3 {
  margin: 0 10px 10px;
  background: linear-gradient(-216deg, #d63a76 0%, #8c0038 50%, #d63a76 100%);
  background-size: 200% 100%;
  color: #932872;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 0.6875rem;
  color: #2a2a2a;
  letter-spacing: 0.98px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
}
.countdown p {
  opacity: 0.5;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.2px;
  line-height: 17px;
  font-weight: 400;
}
.countdown__timer {
  margin: 12px 0 24px;
}

.countdown__timer__part {
  position: relative;
  padding-bottom: 20px;
  height: 40px;
}
.countdown__timer__number {
  font-size: 22.5px;
  color: #363636;
  letter-spacing: 0.48px;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums;
}
.countdown__timer__desc {
  font-weight: 500;
  font-size: 10px;
  color: #757575;
  letter-spacing: 0.89px;
  line-height: 18.75px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem 2rem;
}

@media screen and (min-width: 992px) {
  .message {
    padding: 3rem 150px;
  }
}

.message h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.message p {
  font-size: 18px;
  max-width: 800px;
}
