:root {
  --header-height-mobile: 60px;
  --header-height-desktop: 70px;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/* ========================================
  Thank you page
======================================== */
#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thank-you-page {
  padding: 40px 0 40px;
}
@media only screen and (min-width: 768px) {
  .thank-you-page {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .thank-you-page {
    padding: 80px 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .thank-you-page {
    padding: 100px 0 100px;
  }
}
.thank-you-page .page-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 34px;
}
@media only screen and (min-width: 768px) {
  .thank-you-page .page-content {
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 992px) {
  .thank-you-page .page-content {
    margin: 0 auto 50px;
  }
}
.thank-you-page .page-content h2 {
  margin: 0 0 16px;
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  font-size: 34px;
  color: #1C1D25;
}
@media only screen and (min-width: 768px) {
  .thank-you-page .page-content h2 {
    font-size: 48px;
    margin: 0 0 24px;
  }
}
.thank-you-page .page-content h2 strong {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}
.thank-you-page .page-content p {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .thank-you-page .page-content p {
    font-size: 18px;
  }
}
.thank-you-page .page-content p:empty {
  display: none;
}
.thank-you-page .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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