/*transform origin*/
body {
  font-family: "proxima-nova", sans-serif;
}
body {
  font-size: 15px;
}
@media screen and (min-width: 375px) {
  body {
    font-size: calc(15px + 5 * (100vw - 375px) / 1097);
  }
}
@media screen and (min-width: 1472px) {
  body {
    font-size: 20px;
  }
}
body {
  line-height: 25px;
}
@media screen and (min-width: 375px) {
  body {
    line-height: calc(25px + 5 * (100vw - 375px) / 1097);
  }
}
@media screen and (min-width: 1472px) {
  body {
    line-height: 30px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
a {
  font-family: "proxima-nova", sans-serif !important;
}

.mt_main_heading {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f5f3ed;
}
.mt_main_heading {
  font-size: 45px;
}
@media screen and (min-width: 320px) {
  .mt_main_heading {
    font-size: calc(45px + 45 * (100vw - 320px) / 1152);
  }
}
@media screen and (min-width: 1472px) {
  .mt_main_heading {
    font-size: 90px;
  }
}
.mt_main_heading {
  line-height: 45px;
}
@media screen and (min-width: 320px) {
  .mt_main_heading {
    line-height: calc(45px + 45 * (100vw - 320px) / 1152);
  }
}
@media screen and (min-width: 1472px) {
  .mt_main_heading {
    line-height: 90px;
  }
}

.mt_txt_intro {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  letter-spacing: 0em;
  color: #f5f3ed;
}
.mt_txt_intro {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .mt_txt_intro {
    font-size: calc(18px + 6 * (100vw - 320px) / 1152);
  }
}
@media screen and (min-width: 1472px) {
  .mt_txt_intro {
    font-size: 24px;
  }
}
.mt_txt_intro {
  line-height: 28px;
}
@media screen and (min-width: 320px) {
  .mt_txt_intro {
    line-height: calc(28px + 4 * (100vw - 320px) / 1152);
  }
}
@media screen and (min-width: 1472px) {
  .mt_txt_intro {
    line-height: 32px;
  }
}

.mt_col_heading {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.mt_col_heading {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .mt_col_heading {
    font-size: calc(30px + 30 * (100vw - 320px) / 1152);
  }
}
@media screen and (min-width: 1472px) {
  .mt_col_heading {
    font-size: 60px;
  }
}
.mt_col_heading {
  line-height: 38px;
}
@media screen and (min-width: 320px) {
  .mt_col_heading {
    line-height: calc(38px + 34 * (100vw - 320px) / 1152);
  }
}
@media screen and (min-width: 1472px) {
  .mt_col_heading {
    line-height: 72px;
  }
}
@media (min-width: 1600px) {
  .mt_col_heading {
    max-width: 100% !important;
  }
}

.mt_paragraph {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
}
.mt_paragraph {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .mt_paragraph {
    font-size: calc(18px + 2 * (100vw - 320px) / 1152);
  }
}
@media screen and (min-width: 1472px) {
  .mt_paragraph {
    font-size: 20px;
  }
}
.mt_paragraph {
  line-height: 28px;
}
@media screen and (min-width: 320px) {
  .mt_paragraph {
    line-height: calc(28px + 2 * (100vw - 320px) / 1152);
  }
}
@media screen and (min-width: 1472px) {
  .mt_paragraph {
    line-height: 30px;
  }
}

.mt_sec_sub_heading {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.mt_sec_sub_heading {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .mt_sec_sub_heading {
    font-size: calc(30px + 18 * (100vw - 320px) / 1152);
  }
}
@media screen and (min-width: 1472px) {
  .mt_sec_sub_heading {
    font-size: 48px;
  }
}
.mt_sec_sub_heading {
  line-height: 38px;
}
@media screen and (min-width: 320px) {
  .mt_sec_sub_heading {
    line-height: calc(38px + 22 * (100vw - 320px) / 1152);
  }
}
@media screen and (min-width: 1472px) {
  .mt_sec_sub_heading {
    line-height: 60px;
  }
}

.mt_btn,
.mt_fill_btn {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-color: #e3ded3;
  color: #463e47;
}
.mt_btn:hover,
.mt_fill_btn:hover {
  background-color: transparent;
}

footer .mt_footer_sub .mt_eq_lbl,
footer .mt_footer_sub .mt_ft_links {
  color: #F8F4F1 !important;
}
footer .mt_footer_info a,
footer .mt_footer_info span,
footer .mt_footer_info p {
  color: #F8F4F1;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
footer .mt_footer_info .mt_txt_sub {
  color: #F8F4F1;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.special_slider_wrapper .mt_cta_slider .slick-slide span,
.special_slider_wrapper .mt_cta_slider .slick-slide a {
  font-weight: 500;
  line-height: 24px !important;
  font-size: 16px !important;
  color: #F8F4F1 !important;
}

.mt_specials_heading {
  text-transform: uppercase;
}

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