body {
  font-family: "poppinsregular", sans-serif;
  background-color: #0d133e;
  color: #000;
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1230px;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "bebas_neueregular", sans-serif;
}
body .btn {
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 15px;
}
body .btn-primary {
  color: #fff;
  background-color: #29abe2;
  border: 2px solid #29abe2;
}
body .btn-primary:hover, body .btn-primary:focus {
  color: #0d133e;
  border-color: #fff;
  background-color: #fff;
}
body .btn-primary:disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: #29abe2;
  border: 2px solid #29abe2;
}
body .main {
  overflow: hidden;
  background: #fff;
}
body .main .thank-you {
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body .main .thank-you .content-wrapper {
  padding: 60px 0;
}
body .main .thank-you .content-wrapper .icon {
  width: 214px;
  height: unset;
  margin-bottom: 50px;
}
body .main .thank-you .content-wrapper .main-title {
  color: #0d133e;
  font-size: 60px;
  margin-bottom: 0;
}
body .main .thank-you .content-wrapper .lead {
  color: #0d133e;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  body .main .thank-you .content-wrapper .icon {
    width: 164px;
  }
}
@media (max-width: 767px) {
  body .main .thank-you .content-wrapper .icon {
    width: 120px;
  }
  body .main .thank-you .content-wrapper .main-title {
    font-size: 40px;
  }
  body .main .thank-you .content-wrapper .lead {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

body.thank-you .footer-top {
  display: none;
}

/*# sourceMappingURL=style_thank_you.css.map */
