@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot");
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff") format("woff"), url("../../fonts/proxima_nova/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/proxima_nova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body main {
  overflow-x: hidden;
}
body main section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section h1.main-title {
  font-size: 54px;
  text-transform: uppercase;
}
body main section h1.main-title span {
  font-size: 38px;
}
body main section h2.secondary-title {
  font-size: 32px;
}
body main section p.lead {
  color: #333333;
  font-size: 24px;
}
body main section p.lead_sm {
  color: #333333;
  font-size: 20px;
}
body main section p.lead_lg {
  color: #333333;
  font-size: 32px;
}
body main section > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body main section.thank-you {
  background-color: #ffffff;
  padding: 100px 0;
}
body main section.thank-you .img_wrapper {
  padding: 0 45px 0 0;
}
body main section.thank-you .btn {
  max-width: 100%;
  justify-content: center;
}
body main section.cta {
  background-color: #FFF2DC;
}
body main section.cta ul {
  display: flex;
  align-items: start;
  justify-content: center;
}
body main section.cta ul li {
  width: 100%;
  max-width: 33.333%;
  border-right: solid 2px #ffffff;
  height: 100%;
  padding: 20px 40px;
}
body main section.cta ul li .wrapper {
  display: flex;
  gap: 10px;
}
body main section.cta ul li .wrapper img {
  height: 24px;
  width: 24px;
}
body main section.cta ul li:last-child {
  border: none;
}

@media (max-width: 1780px) {
  body main section h1.main-title {
    font-size: 44px;
  }
  body main section h1.main-title span {
    font-size: 28px;
  }
  body main section h2.secondary-title {
    font-size: 28px;
  }
  body main section p.lead {
    font-size: 22px;
  }
  body main section p.lead_sm {
    font-size: 18px;
  }
  body main section p.lead_lg {
    font-size: 28px;
  }
}
@media (max-width: 1580px) {
  body main section h1.main-title {
    font-size: 38px;
  }
  body main section h1.main-title span {
    font-size: 24px;
  }
  body main section h2.secondary-title {
    font-size: 24px;
  }
  body main section p.lead {
    font-size: 20px;
  }
  body main section p.lead_sm {
    font-size: 16px;
  }
  body main section p.lead_lg {
    font-size: 24px;
  }
  body main section.cta ul li {
    padding: 20px;
  }
  body main section.cta ul li .wrapper h5 {
    font-size: 16px;
  }
}
@media (max-width: 1380px) {
  body main section h1.main-title {
    font-size: 34px;
  }
  body main section h2.secondary-title {
    font-size: 22px;
  }
  body main section p.lead {
    font-size: 16px;
  }
  body main section p.lead_sm {
    font-size: 14px;
  }
  body main section p.lead_lg {
    font-size: 20px;
  }
  body main section.thank-you .img_wrapper {
    padding: 0;
  }
  body main section.cta ul li {
    padding: 20px;
  }
  body main section.cta ul li .wrapper img {
    height: 20px;
    width: 20px;
  }
  body main section.cta ul li .wrapper h5 {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  body main section h1.main-title {
    font-size: 34px;
  }
  body main section h2.secondary-title {
    font-size: 20px;
  }
  body main section p.lead {
    font-size: 18px;
  }
  body main section p.lead_sm {
    font-size: 16px;
  }
  body main section p.lead_lg {
    font-size: 18px;
  }
  body main section.cta ul li .wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  body main section h1.main-title {
    font-size: 32px;
  }
  body main section.thank-you {
    padding: 80px 0;
  }
  body main section.thank-you .img_wrapper {
    padding: 0 14px 0 0;
  }
  body main section.cta {
    padding-bottom: 20px;
  }
  body main section.cta ul {
    flex-direction: column;
  }
  body main section.cta ul li {
    max-width: 100%;
    border: none;
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  body main section h1.main-title {
    font-size: 30px;
  }
  body main section p.lead {
    font-size: 16px;
  }
  body main section p.lead_sm {
    font-size: 14px;
  }
  body main section p.lead_lg {
    font-size: 18px;
  }
  body main section.thank-you {
    padding: 60px 0;
  }
}
@media (max-width: 567px) {
  body main section h1.main-title {
    font-size: 28px;
  }
  body main section h2.secondary-title {
    font-size: 16px;
  }
  body main section p.lead {
    font-size: 16px;
  }
  body main section.thank-you {
    padding: 40px 0;
  }
  body main section.cta ul {
    flex-direction: column;
  }
}

/*# sourceMappingURL=thank-you.css.map */
