.title.svelte-14bfsc2 {
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .title.svelte-14bfsc2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
  }
}
.slide-left.svelte-17pnl1c {
  position: relative;
  -webkit-animation: linear;
  -webkit-animation-name: svelte-17pnl1c-run;
  -webkit-animation-duration: 1.5s;
}
@-webkit-keyframes svelte-17pnl1c-run {
  0% {
    right: 0;
  }
  to {
    right: 120%;
  }
}
.header.svelte-1doy589.svelte-1doy589 {
  display: flex;
  width: 100%;
  padding: 0.75rem;
  color: #cc0000bd;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.offer.svelte-1doy589.svelte-1doy589 {
  background-color: #f4f3f3;
  border-radius: 7px;
  margin-top: 1rem;
  padding: 2%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.offer.svelte-1doy589.svelte-1doy589:hover {
  background-color: #ebe9e9;
}
.offer.svelte-1doy589 .main.svelte-1doy589 {
  display: flex;
}
.offer.svelte-1doy589 .main.svelte-1doy589:hover {
  text-decoration: underline;
}
.offer.svelte-1doy589 .main .heading.svelte-1doy589 {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin-top: 1rem;
}
.offer.svelte-1doy589 .main .description.svelte-1doy589 {
  text-align: left;
  margin-top: 0.75rem;
}
.offer.svelte-1doy589 .footer.svelte-1doy589 {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2rem;
}
.offerImage.svelte-1doy589.svelte-1doy589 {
  width: 14%;
  height: 14%;
  border-radius: 10px;
  margin-top: 1rem;
  margin-right: 1rem;
  object-fit: contain;
}
.offer-text.svelte-1doy589.svelte-1doy589 {
  width: 56%;
}
.inlining.svelte-1doy589.svelte-1doy589 {
  display: flex;
}
.icon.svelte-1doy589.svelte-1doy589 {
  max-width: 1.5rem;
  margin-right: 0.5rem;
}
button.svelte-1doy589.svelte-1doy589 {
  background-color: #6c0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
  width: 30%;
  border-radius: 12px;
  margin-left: 0.75rem;
  padding: 1rem 2rem;
  align-self: center;
}
button.svelte-1doy589.svelte-1doy589:hover {
  background-color: #54a107;
  text-decoration: underline;
  text-decoration-color: #fff;
}
button.svelte-1doy589.svelte-1doy589:disabled {
  background-color: #66cc0075;
  text-decoration: none;
}
.btn-mobile.svelte-1doy589.svelte-1doy589 {
  font-size: 1.65rem;
  display: none;
  align-self: auto;
  margin: 1rem 0;
  padding: 1.5rem 2rem;
  width: 100%;
}
.animation {
  animation: svelte-1doy589-shake 5.2s infinite;
}
@media screen and (max-width: 768px) {
  .offerImage.svelte-1doy589.svelte-1doy589 {
    width: 8rem;
    height: 8rem;
  }
  .offer-text.svelte-1doy589.svelte-1doy589 {
    width: 100%;
  }
  button.svelte-1doy589.svelte-1doy589 {
    display: none;
  }
  .btn-mobile.svelte-1doy589.svelte-1doy589 {
    display: block;
  }
}
@keyframes svelte-1doy589-shake {
  0% {
    transform: translate(0) rotate(0);
  }
  0.8% {
    transform: rotate(-4deg);
  }
  1.6% {
    transform: rotate(-4deg);
  }
  2.4% {
    transform: rotate(4deg);
  }
  3.2% {
    transform: rotate(4deg);
  }
  4% {
    transform: rotate(0);
  }
}
.faded-content.svelte-1bkuhvy,
.faded-upsell.svelte-1bkuhvy {
  animation: fadeIn 0.8s backwards;
  animation-delay: 1s;
}
.tick-green.svelte-1bkuhvy {
  width: 120px;
  margin-bottom: 3rem;
  margin: 2rem auto;
}
main.svelte-1bkuhvy {
  padding: var(--padding);
}
.main-plain.svelte-1bkuhvy {
  background-color: var(--color-1-dimmed);
}
.main-bg.svelte-1bkuhvy {
  background: var(--bg-image) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.box.svelte-1bkuhvy {
  max-width: 68rem;
  min-height: unset;
  padding: 5rem;
  border-radius: var(--border-radius);
  animation: scaleIn 0.7s 0.1s backwards;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: var(--color-1);
  text-align: center;
  overflow: hidden;
}
.spacer.svelte-1bkuhvy {
  height: 20px;
}
@media screen and (min-width: 768px) {
  main.svelte-1bkuhvy {
    padding: 10rem;
    padding-bottom: var(--content-bottom-padding);
  }
}
@media screen and (max-width: 767px) {
  main.svelte-1bkuhvy {
    padding: 0 0 var(--content-bottom-padding) 0;
  }
  .box.svelte-1bkuhvy {
    padding: 1rem 2.5rem;
  }
  .tick-green.svelte-1bkuhvy {
    width: 120px;
    margin-bottom: 0rem;
    margin: 0rem auto;
  }
  .thankyou-title.svelte-1bkuhvy {
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
  }
}
.slide-left.svelte-1bkuhvy {
  position: relative;
  -webkit-animation: linear;
  -webkit-animation-name: svelte-1bkuhvy-run;
  -webkit-animation-duration: 1.5s;
}
@-webkit-keyframes svelte-1bkuhvy-run {
  0% {
    right: 0;
  }
  to {
    right: 120%;
  }
}
