.wof-overlay,
.wof-wheels {
  display: none !important;
}

@media (max-width: 700px) {
  body.page-template-template-summer-campaign-teasing.wof-is-open,
  body.page-template-template-summer-campaign-teasing.wof-is-open {
    overflow: auto !important;
  }
}

#page {
  padding-top: 101px;
}

.offer-bar {
  display: none !important;
}

#page {
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    95deg,
    rgba(38, 38, 38, 0.96) 1.31%,
    rgba(26, 26, 26, 0.96) 99.71%
  );
  box-shadow: 0 17px 32px 0 rgba(0, 0, 0, 0.32);
}

.btn.btn--2 {
  display: block;
  background: #0a8a0f;
  padding: 8px 32px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 8px;
}

.aff-logo {
  display: block;
}

.font-georama {
  font-family: "Montserrat", sans-serif !important;
}

.font-georama-2 {
  font-family: "Georama", sans-serif !important;
}

.section-articles-carousel {
  margin-top: 0px !important;
}

#pushengage-opt-in-4-bell {
  display: none !important;
}

#offers a:hover {
  text-decoration: none;
}

#scroll-animation {
  max-width: 38px;
  position: relative;
  left: -1px;
}

.pulse-twice-delay {
  animation: pulseTwice 2s ease-in-out 4s 1 forwards;
  /* 2s duration, ease-in-out timing, 4s delay, run once */
}

@keyframes pulseTwice {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  25% {
    transform: scale(1.05);
    opacity: 0.8;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  75% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}

.form-submitted {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-submitted #successHeading {
  color: #efc32d !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.form-submitted #successText {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.lp-optin__success {
  margin-bottom: 18px;
}

.lp-optin__success-image {
  max-width: 62px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}

.lp-optin__success-title,
.lp-optin__success-subtitle {
  text-align: center;
}

.lp-optin__success-title {
  color: #efc32d;
  font-size: 21px;
  line-height: 20px;
  margin-bottom: 4px;
}

.lp-optin__success-subtitle {
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .form-submitted #successHeading {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .form-submitted #successText {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  #page {
    padding-top: 56px;
  }
}

.lp-optin__email::placeholder {
  color: #26262699;
}

@media screen and (min-width: 1024px) {
  .lp-optin__success-image {
    max-width: 115px;
    margin-bottom: 22px;
  }

  .lp-optin__success-title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 22px;
  }

  .lp-optin__success-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .lp-optin__consent-label {
    font-size: 14px;
  }

  .lp-optin__meta {
    justify-content: flex-start;
    margin-top: 48px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1600px) {
  .countdown-container {
    max-width: 1100px !important;
  }
}