@font-face {
  font-family: "cigars-regular";
  src: url("../font/hwcigars-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 0.05em;
}
@font-face {
  font-family: "Mabry-Pro";
  src: url("../font/regular/font.woff2") format("woff2"), url("../font/regular/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 0em;
}
@font-face {
  font-family: "Mabry-Pro-Bold";
  src: url("../font/bold/font.woff2") format("woff2"), url("../font/bold/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 0.05em;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../../mastertemplatetwo/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../../mastertemplatetwo/fonts/fontawesome/fa-solid-900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*transform origin*/
#mt_thank-you .mt_contact_hero_mobile {
  display: none;
}
#mt_thank-you .mt_contact_hero_desktop {
  display: none;
}
#mt_thank-you .mt_contact_hero__logo_link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
@media (min-width: 992px) {
  #mt_thank-you .mt_contact_hero_desktop {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 90px;
  }
  #mt_thank-you .mt_contact_hero_desktop .mt_contact_hero__logo {
    max-width: 144px;
    width: 100%;
    height: auto;
  }
}

.thankyou,
#mt_thank-you {
  width: 100%;
  padding: 48px 21.5vw 161px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  justify-content: space-between;
  min-height: 0 !important;
  height: auto !important;
}
@media (max-width: 991.8px) {
  .thankyou,
  #mt_thank-you {
    padding: 96px 16px 111px;
  }
}
.thankyou .mt_thankyou_wrapper,
#mt_thank-you .mt_thankyou_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  bottom: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.thankyou .mt_banner_content,
#mt_thank-you .mt_banner_content {
  background: #FFF0DE !important;
  max-width: 650px;
  padding: 64px 110px 28px 110px !important;
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  transition: none !important;
  z-index: 1;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 991.8px) {
  .thankyou .mt_banner_content,
  #mt_thank-you .mt_banner_content {
    padding: 58px 17px 50px !important;
  }
}
.thankyou .mt_banner_content::before,
#mt_thank-you .mt_banner_content::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 130px;
  height: 130px;
  background-image: url(../../images/sp-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 991.8px) {
  .thankyou .mt_banner_content::before,
  #mt_thank-you .mt_banner_content::before {
    top: -34px;
    left: 5px;
    width: 70px;
    height: 70px;
  }
}
.thankyou .mt_banner_content .mt_btn,
#mt_thank-you .mt_banner_content .mt_btn {
  width: auto;
}
@media (max-width: 991.8px) {
  .thankyou .mt_banner_content .mt_btn,
  #mt_thank-you .mt_banner_content .mt_btn {
    margin-top: 32px;
  }
}
.thankyou .mt_col_heading,
#mt_thank-you .mt_col_heading {
  letter-spacing: 0.05em;
  line-height: 64px;
  font-size: 65px !important;
  margin-top: 0;
  margin-bottom: 12px;
  width: 100%;
  color: #494846;
}
@media (max-width: 991.8px) {
  .thankyou .mt_col_heading,
  #mt_thank-you .mt_col_heading {
    line-height: 48px !important;
    font-size: 40px !important;
    text-align: left;
  }
}
.thankyou .mt_paragraph,
#mt_thank-you .mt_paragraph {
  font-size: 16px !important;
  line-height: 23px !important;
  text-align: left;
  width: 100%;
  margin: 0;
  color: #000;
}
@media (max-width: 991.8px) {
  .thankyou .mt_paragraph,
  #mt_thank-you .mt_paragraph {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
.thankyou .mt_paragraph.mt_tagline,
#mt_thank-you .mt_paragraph.mt_tagline {
  width: auto !important;
  display: inline-block;
  text-align: left !important;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #9D845E;
  font-family: "Mabry-Pro-Bold", sans-serif;
  letter-spacing: 0.05em;
  font-size: 18px !important;
  position: relative;
}
.thankyou .mt_paragraph.mt_tagline::before,
#mt_thank-you .mt_paragraph.mt_tagline::before {
  content: "";
  background-image: url(../../images/Brown-flower.svg);
  position: absolute;
  top: -3px;
  left: -36.5px;
  width: 26px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 991.8px) {
  .thankyou .mt_paragraph.mt_tagline::before,
  #mt_thank-you .mt_paragraph.mt_tagline::before {
    top: -7px;
    left: -5px;
  }
}
@media (max-width: 991.8px) {
  .thankyou .mt_paragraph.mt_tagline,
  #mt_thank-you .mt_paragraph.mt_tagline {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-left: 30px;
    text-align: left;
  }
}
.thankyou .mt_social_login,
#mt_thank-you .mt_social_login {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 32px;
  justify-content: center;
  align-items: center;
}
.thankyou .mt_social_login .mt_social,
#mt_thank-you .mt_social_login .mt_social {
  display: flex;
  align-items: center;
  gap: 32px;
}
.thankyou .mt_social_login .mt_social a,
#mt_thank-you .mt_social_login .mt_social a {
  display: block;
}

body:has(.special_slider_wrapper:not(.closed)) .thankyou .mt_banner_content,
body:has(.special_slider_wrapper:not(.closed)) #mt_thank-you .mt_banner_content {
  padding: 64px 64px 53px !important;
}
@media (max-width: 991.8px) {
  body:has(.special_slider_wrapper:not(.closed)) .thankyou .mt_banner_content,
  body:has(.special_slider_wrapper:not(.closed)) #mt_thank-you .mt_banner_content {
    padding: 58px 17px 50px !important;
  }
}

body.thank-you main.main-content {
  min-height: 0 !important;
  height: auto !important;
}

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