@font-face {
  font-family: "Bitstream Iowan Old Style";
  src: url("../fonts/IowanOldStyleBT-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --maincolor: var(--momentspablack);
  --gold: #917041;
  --rgbgold: 145, 112, 65;
  --blue: #0059a4;
}

.slider_txt_btn .glide .glide__bullets {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 6;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (min-width: 75em) {
  .slider_txt_btn .glide .glide__bullets {
    bottom: 60px;
    padding: 0 30px;
  }
}
.slider_txt_btn .glide .glide__bullets button {
  max-width: 8px;
  height: 8px;
  border-radius: 40px;
  background-color: #ffffff;
  margin: 0 5px;
  cursor: pointer;
  flex: 1 1 auto;
  position: relative;
}
@media screen and (min-width: 75em) {
  .slider_txt_btn .glide .glide__bullets button {
    margin: 0 15px;
    max-width: 80px;
    height: 5px;
    transition: background-color 250ms;
  }
}
@media screen and (min-width: 75em) {
  .slider_txt_btn .glide .glide__bullets button:hover:not(.glide__bullet--active) {
    background-color: transparent;
    opacity: 1;
    transition: none;
  }
  .slider_txt_btn .glide .glide__bullets button:hover:not(.glide__bullet--active):before {
    opacity: 1;
    transition: opacity 100ms 300ms linear;
  }
  .slider_txt_btn .glide .glide__bullets button:hover:not(.glide__bullet--active):after {
    transition: none;
    width: 100%;
    height: 5px;
    background-color: white;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    animation: 300ms linear 0s 1 running glide_bullet_hover_after;
    animation-fill-mode: forwards;
    z-index: 1;
    opacity: 1;
  }
}
@media screen and (min-width: 75em) {
  .slider_txt_btn .glide .glide__bullets button:before {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-size: 13px 13px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 2;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj4KICA8cGF0aCBpZD0ibnBfcGx1c18yMzEwNzc5XzAwMDAwMCIgZD0iTTMyLjUsMjZhMS4wODMsMS4wODMsMCwwLDAtMS4wODMsMS4wODN2NC4zMzNIMjcuMDgzYTEuMDgzLDEuMDgzLDAsMCwwLDAsMi4xNjdoNC4zMzN2NC4zMzNhMS4wODMsMS4wODMsMCwxLDAsMi4xNjcsMFYzMy41ODNoNC4zMzNhMS4wODMsMS4wODMsMCwxLDAsMC0yLjE2N0gzMy41ODNWMjcuMDgzQTEuMDgzLDEuMDgzLDAsMCwwLDMyLjUsMjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjYgLTI2KSIgZmlsbD0iIzBjMjM0MCIgb3BhY2l0eT0iMC45OTUiLz4KPC9zdmc+");
  }
}
.slider_txt_btn .glide .glide__bullets button:after {
  content: "";
  width: calc(100% - 2px);
  transform: translateX(0);
  height: calc(100% - 2px);
  border-radius: 40px;
  background-color: var(--gold);
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0;
  transition: opacity 250ms;
}
@media screen and (min-width: 75em) {
  .slider_txt_btn .glide .glide__bullets button:after {
    width: 0;
    height: 3px;
    transition-delay: var(--pagerSpeedDelay);
    transition-timing-function: linear;
  }
}
.slider_txt_btn .glide .glide__bullets button:only-child {
  display: none;
}
.slider_txt_btn .glide .glide__bullets button.glide__bullet--active {
  overflow: hidden;
}
.slider_txt_btn .glide .glide__bullets button.glide__bullet--active:before {
  display: none;
}
.slider_txt_btn .glide .glide__bullets button.glide__bullet--active:after {
  width: calc(100% - 2px);
  opacity: 1;
  animation: none;
}
@media screen and (min-width: 75em) {
  .slider_txt_btn .glide .glide__bullets button.glide__bullet--active:after {
    transition-property: width;
    transition-duration: var(--pagerSpeed);
  }
}
.slider_txt_btn .glide .glide__bullets.tighter button {
  margin: 0 3px;
}
@media screen and (min-width: 75em) {
  .slider_txt_btn .glide .glide__bullets.tighter button {
    margin: 0 5px;
  }
}

.main_top_section .m_toptitle {
  color: var(--gold);
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.48px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.main_top_section .m_title {
  color: #0c2340;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .main_top_section .m_title {
    font-size: 28px;
  }
}

.main_top_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.section .full .main_top_section {
  padding-left: 20px;
  padding-right: 20px;
}

.main_top_section.blog_main {
  margin-top: 50px;
}
.main_top_section .m_toptitle {
  order: 1;
}
.main_top_section .m_title {
  text-align: center;
  order: 2;
}
.main_top_section .m_description {
  order: 5;
  margin-top: 20px;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.main_top_section .m_description p {
  margin: 0;
}
.main_top_section .tabs {
  order: 3;
}
.main_top_section .tabs.pf-tabs {
  margin-top: 20px;
  border: 3px solid #fff;
  border-radius: 18px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  column-gap: 7px;
}
.main_top_section .tabs.pf-tabs:after, .main_top_section .tabs.pf-tabs:before {
  display: none;
}
.main_top_section .tabs.pf-tabs li a {
  color: #0c2340;
  font-size: 14px;
  font-weight: 700;
  border-radius: 18px;
  font-style: normal;
  letter-spacing: 1.2px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 25px;
  transition: color 250ms, background-color 250ms;
}
@media print, screen and (min-width: 64em) {
  .main_top_section .tabs.pf-tabs li a {
    font-size: 15px;
  }
}
.main_top_section .tabs.pf-tabs li a:hover {
  color: var(--gold);
}
.main_top_section .tabs.pf-tabs li.is-active a {
  background-color: var(--gold);
  color: #fff;
}
.main_top_section .tabs.pf-tabs li.is-active a:hover {
  color: #fff;
}
.main_top_section .m_icon {
  order: 4;
}
.main_top_section .m_icon svg {
  display: block;
  margin: 20px auto 0 auto;
}

.pf_rows_m .pf .pf-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pf_rows_m .pf .pf-item:hover .image_wrap .image img {
  transform: scale(1);
}
.pf_rows_m .pf .pf-item .image_wrap {
  position: relative;
}
.pf_rows_m .pf .pf-item .image_wrap .image {
  overflow: hidden;
  isolation: isolate;
}
.pf_rows_m .pf .pf-item .image_wrap .image img {
  transform: scale(1.1);
  transition: transform 250ms;
}
.pf_rows_m .pf .pf-item .image_wrap .title {
  position: absolute;
  padding: 30px;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-around;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .pf_rows_m .pf .pf-item .image_wrap .title {
    font-size: 19px;
  }
}
@media screen and (min-width: 75em) {
  .pf_rows_m .pf .pf-item .image_wrap .title {
    font-size: 23px;
  }
}
@media screen and (min-width: 112.5em) {
  .pf_rows_m .pf .pf-item .image_wrap .title {
    font-size: 26px;
  }
}
.momentspa-site .pf_rows_m .pf .pf-item .image_wrap .title, .pf_rows_m .momentspa-site .pf .pf-item .image_wrap .title {
  text-transform: uppercase;
  font-family: "Bitstream Iowan Old Style", sans-serif;
  font-size: 16px;
}
@media print, screen and (min-width: 64em) {
  .momentspa-site .pf_rows_m .pf .pf-item .image_wrap .title, .pf_rows_m .momentspa-site .pf .pf-item .image_wrap .title {
    font-size: 18px;
  }
}

.pf_rows_m .pf .pf-item .image_wrap .title span.t {
  display: block;
  width: 100%;
}
.pf_rows_m .pf .pf-item .image_wrap .title span.d {
  display: inline-block;
  padding-left: 40px;
}
.pf_rows_m .pf .pf-item .image_wrap:after {
  content: "";
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.pf_rows_m .pf .pf-item .image_wrap img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  max-height: 410px;
  aspect-ratio: 1/0.85;
}
@media screen and (min-width: 112.5em) {
  .pf_rows_m .pf .pf-item .image_wrap img {
    aspect-ratio: 1/1.1;
  }
}
.pf_rows_m .pf .pf-item .image_wrap .conditions {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  border: none;
  position: absolute;
  text-decoration: underline;
  right: 30px;
  bottom: 15px;
  z-index: 4;
}
.pf_rows_m .pf .pf-item .video {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 25px;
  bottom: 20px;
  z-index: 3;
}
.pf_rows_m .pf .pf-item .video a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 45px;
  transition: border-color 250ms;
}
.pf_rows_m .pf .pf-item .video a svg path {
  transition: fill 250ms;
}
.pf_rows_m .pf .pf-item .video a:hover {
  border-color: var(--gold);
}
.pf_rows_m .pf .pf-item .video a:hover svg path {
  fill: var(--gold);
}
.pf_rows_m .pf .pf-item .pricing {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  .pf_rows_m .pf .pf-item .pricing {
    font-size: 14px;
  }
}
@media screen and (min-width: 75em) {
  .pf_rows_m .pf .pf-item .pricing {
    font-size: 15px;
  }
}
.pf_rows_m .pf .pf-item .pricing > div {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  gap: 10px;
}
.pf_rows_m .pf .pf-item .pricing .first {
  background-color: #133764;
}
.momentspa-site .pf_rows_m .pf .pf-item .pricing .first, .pf_rows_m .momentspa-site .pf .pf-item .pricing .first {
  background-color: #000;
}

.pf_rows_m .pf .pf-item .pricing .second {
  background-color: #0c2340;
}
.momentspa-site .pf_rows_m .pf .pf-item .pricing .second, .pf_rows_m .momentspa-site .pf .pf-item .pricing .second {
  background-color: var(--gold);
}

.pf_rows_m .pf .pf-item .content_bottom {
  padding: 25px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pf_rows_m .pf .pf-item .content_bottom .description {
  color: #313131;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
}
.pf_rows_m .pf .pf-item .content_bottom .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.pf_rows_m .pf .pf-item .content_bottom .btns:not(:empty) {
  margin-top: 30px;
}
@media screen and (min-width: 90em) {
  .pf_rows_m .pf .pf-item .content_bottom .btns {
    gap: 25px;
  }
}
@media screen and (min-width: 112.5em) {
  .pf_rows_m .pf .pf-item .content_bottom .btns {
    gap: 30px;
  }
}
.pf_rows_m .pf .pf-item .content_bottom .btns.jcs {
  justify-content: flex-start;
}
.pf_rows_m .pf .pf-item .content_bottom .btns .conditions {
  color: #0c2340;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.75px;
  line-height: 1;
  border: none;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .pf_rows_m .pf .pf-item .content_bottom .btns .conditions {
    text-decoration: none;
  }
}
.pf_rows_m .pf .pf-item .content_bottom .btns .conditions:hover, .pf_rows_m .pf .pf-item .content_bottom .btns .conditions.opened {
  color: #0059a4;
}

.module-experience .content_wrap .description, .blocks_cols .item .item_wrap .description, #page-header .glide .glide__slide .slide_content .s_description, .main_top_section .m_description {
  color: #313131;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
}
@media print, screen and (min-width: 64em) {
  .module-experience .content_wrap .description, .blocks_cols .item .item_wrap .description, #page-header .glide .glide__slide .slide_content .s_description, .main_top_section .m_description {
    font-size: 19px;
    line-height: 27px;
  }
}
@media screen and (min-width: 75em) {
  .module-experience .content_wrap .description, .blocks_cols .item .item_wrap .description, #page-header .glide .glide__slide .slide_content .s_description, .main_top_section .m_description {
    font-size: 20px;
    line-height: 28px;
  }
}
.module-experience .content_wrap .description a:not(.alltreatment_btn), .blocks_cols .item .item_wrap .description a:not(.alltreatment_btn), #page-header .glide .glide__slide .slide_content .s_description a:not(.alltreatment_btn), .main_top_section .m_description a:not(.alltreatment_btn) {
  text-decoration: underline;
  color: var(--gold);
  transition: color 250ms;
}
.module-experience .content_wrap .description a:not(.alltreatment_btn):hover, .blocks_cols .item .item_wrap .description a:not(.alltreatment_btn):hover, #page-header .glide .glide__slide .slide_content .s_description a:not(.alltreatment_btn):hover, .main_top_section .m_description a:not(.alltreatment_btn):hover {
  color: #0c2340;
}
.momentspa-site .module-experience .content_wrap .description a:not(.alltreatment_btn):hover, .module-experience .content_wrap .momentspa-site .description a:not(.alltreatment_btn):hover, .momentspa-site .blocks_cols .item .item_wrap .description a:not(.alltreatment_btn):hover, .blocks_cols .item .item_wrap .momentspa-site .description a:not(.alltreatment_btn):hover, .momentspa-site #page-header .glide .glide__slide .slide_content .s_description a:not(.alltreatment_btn):hover, #page-header .glide .glide__slide .slide_content .momentspa-site .s_description a:not(.alltreatment_btn):hover, .momentspa-site .main_top_section .m_description a:not(.alltreatment_btn):hover, .main_top_section .momentspa-site .m_description a:not(.alltreatment_btn):hover {
  color: #000;
}

.module-experience .content_wrap .description span, .blocks_cols .item .item_wrap .description span, #page-header .glide .glide__slide .slide_content .s_description span, .main_top_section .m_description span {
  font-weight: 500 !important;
}
.module-experience .content_wrap .smaller.description, .blocks_cols .item .item_wrap .smaller.description, #page-header .glide .glide__slide .slide_content .smaller.s_description, .main_top_section .smaller.m_description {
  font-size: 17px;
}
@media print, screen and (min-width: 64em) {
  .module-experience .content_wrap .smaller.description, .blocks_cols .item .item_wrap .smaller.description, #page-header .glide .glide__slide .slide_content .smaller.s_description, .main_top_section .smaller.m_description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print, screen and (min-width: 64em) {
  .momentspa-site .module-experience .content_wrap .description, .module-experience .content_wrap .momentspa-site .description, .momentspa-site .blocks_cols .item .item_wrap .description, .blocks_cols .item .item_wrap .momentspa-site .description, .momentspa-site #page-header .glide .glide__slide .slide_content .s_description, #page-header .glide .glide__slide .slide_content .momentspa-site .s_description, .momentspa-site .main_top_section .m_description, .main_top_section .momentspa-site .m_description {
    font-size: 18px;
  }
}

.module-testimonies .glide__arrows button, .module-content_carousel .content_carousel .glide__arrows button, .module-blog .glide__arrows button, .module-promos .glide__arrows button {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--gold);
  transition: border-color 250ms, background-color 250ms;
  pointer-events: all;
}
.module-testimonies .glide__arrows button svg, .module-content_carousel .content_carousel .glide__arrows button svg, .module-blog .glide__arrows button svg, .module-promos .glide__arrows button svg {
  display: block;
  width: 20px;
  height: 11px;
}
.module-testimonies .glide__arrows button svg path, .module-content_carousel .content_carousel .glide__arrows button svg path, .module-blog .glide__arrows button svg path, .module-promos .glide__arrows button svg path {
  transition: fill 250ms;
  fill: #fff;
}
.module-testimonies .glide__arrows button:hover, .module-content_carousel .content_carousel .glide__arrows button:hover, .module-blog .glide__arrows button:hover, .module-promos .glide__arrows button:hover {
  background-color: #fff;
}
.module-testimonies .glide__arrows button:hover svg path, .module-content_carousel .content_carousel .glide__arrows button:hover svg path, .module-blog .glide__arrows button:hover svg path, .module-promos .glide__arrows button:hover svg path {
  fill: var(--gold);
}
.module-testimonies .glide__arrows button.glide__arrow--disabled, .module-content_carousel .content_carousel .glide__arrows button.glide__arrow--disabled, .module-blog .glide__arrows button.glide__arrow--disabled, .module-promos .glide__arrows button.glide__arrow--disabled {
  cursor: not-allowed;
}
.module-testimonies .glide__arrows button.glide__arrow--disabled:hover, .module-content_carousel .content_carousel .glide__arrows button.glide__arrow--disabled:hover, .module-blog .glide__arrows button.glide__arrow--disabled:hover, .module-promos .glide__arrows button.glide__arrow--disabled:hover {
  background-color: var(--gold);
}
.module-testimonies .glide__arrows button.glide__arrow--disabled:hover svg path, .module-content_carousel .content_carousel .glide__arrows button.glide__arrow--disabled:hover svg path, .module-blog .glide__arrows button.glide__arrow--disabled:hover svg path, .module-promos .glide__arrows button.glide__arrow--disabled:hover svg path {
  fill: #fff;
}

.module-blog .glide__arrows, .module-promos .glide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-blog .glide__arrows button, .module-promos .glide__arrows button {
  pointer-events: all;
}
.module-blog .glide__arrows button.glide__arrow--left, .module-promos .glide__arrows button.glide__arrow--left {
  transform: rotate(-180deg) translateX(calc(100% + 25px));
}
.module-blog .glide__arrows button.glide__arrow--right, .module-promos .glide__arrows button.glide__arrow--right {
  transform: translateX(calc(-175px + 150%));
}

.module-testimonies .glide__arrows, .module-content_carousel .content_carousel .glide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
  width: calc(100% + 130px);
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-testimonies .glide__arrows button, .module-content_carousel .content_carousel .glide__arrows button {
  pointer-events: all;
}
.module-testimonies .glide__arrows button.glide__arrow--left, .module-content_carousel .content_carousel .glide__arrows button.glide__arrow--left {
  transform: rotate(-180deg);
}

.btn, .module-experience .content_wrap .btns a {
  padding: 18px 30px !important;
}
.btn.gold, .module-experience .content_wrap .btns a {
  background-color: var(--gold);
}
.btn.gold:not(.small), .module-experience .content_wrap .btns a:not(.small) {
  position: relative;
}
.btn.gold:not(.small):after, .module-experience .content_wrap .btns a:not(.small):after {
  content: "";
  pointer-events: none;
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(-75%, -50%, 0);
}
.btn.blue:hover, .module-experience .content_wrap .btns a.blue:hover {
  border-color: #000;
}
.btn.underline:hover, .module-experience .content_wrap .btns a.underline:hover {
  color: var(--gold) !important;
  border-color: var(--gold);
}
.btn:hover, .module-experience .content_wrap .btns a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.main_top_section .tabs.pf-tabs {
  border-radius: 6px;
}
.main_top_section .tabs.pf-tabs li a {
  border-radius: 6px;
  color: var(--gold);
}
.main_top_section .tabs.pf-tabs li a:hover {
  color: #000;
}
.main_top_section .tabs.pf-tabs li.is-active a {
  background-color: #000;
}

.main_top_section .m_icon svg {
  width: 12px;
}
.main_top_section .m_icon svg path {
  stroke: var(--gold);
}

@media screen and (min-width: 75em) {
  .pf_rows_m .items {
    gap: 45px;
  }
}
#news_ticker:after {
  background-image: none;
  background-color: #000;
}

#page-header {
  background-color: var(--gold);
}
#page-header.header-static .menu_fade {
  background-image: linear-gradient(180deg, #000000 0%, rgba(84, 84, 84, 0) 100%);
  opacity: 0.46;
}
#page-header .sep svg {
  display: block;
  width: 19px;
  height: 19px;
}
#page-header .glide {
  position: relative;
}
#page-header .glide .glide__slide .bg {
  position: relative;
}
#page-header .glide .glide__slide .bg img,
#page-header .glide .glide__slide .bg video {
  position: relative;
  z-index: 1;
}
#page-header .glide .glide__slide .bg:after {
  transform: rotate(-180deg);
  background-image: linear-gradient(180deg, #000000 0%, rgba(84, 84, 84, 0) 50%);
  opacity: 0.72;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  bottom: 0;
  left: 0;
}
#page-header .glide .glide__slide .slide_content .s_title {
  color: #ffffff;
  font-family: "Bitstream Iowan Old Style", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-size: 4.2708333333vw;
}
@media print, screen and (max-width: 63.99875em) {
  #page-header .glide .glide__slide .slide_content .s_title {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  #page-header .glide .glide__slide .slide_content .s_title {
    font-size: 82px;
  }
}
#page-header .glide .glide__slide .slide_content .s_description {
  color: #ffffff;
}
@media screen and (min-width: 90em) {
  #page-header .glide .glide__slide .slide_content .s_description {
    font-size: 20px !important;
  }
}
#page-header .glide .glide__slide .slide_content .s_btn_1 a,
#page-header .glide .glide__slide .slide_content .s_btn_2 a {
  letter-spacing: 0.8px;
  font-size: 15px;
  padding: 15px 40px !important;
}
#page-header .glide .glide__slide .slide_content .s_btn_1 a:after,
#page-header .glide .glide__slide .slide_content .s_btn_2 a:after {
  display: none;
}
#page-header .glide .glide__bullets {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 10;
  margin-top: 20px;
}
#page-header .glide .glide__bullets button {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  transform: rotate(45deg);
  margin-bottom: 10px;
  transition: background-color 250ms, border-color 250ms;
  cursor: pointer;
}
#page-header .glide .glide__bullets button:last-child {
  margin-bottom: 0;
}
#page-header .glide .glide__bullets button:only-child {
  display: none;
}
#page-header .glide .glide__bullets button:hover, #page-header .glide .glide__bullets button.glide__bullet--active {
  background-color: var(--gold);
  border-color: var(--gold);
}
@media print, screen and (max-width: 63.99875em) {
  #page-header .glide .glide__bullets {
    display: none;
  }
}
#page-header .static_header .static_content .s_title {
  font-family: "Bitstream Iowan Old Style", sans-serif;
}
#page-header .static_header .static_content .sep svg {
  margin: 0 auto;
}
#page-header .static_header .static_content .sep svg path {
  stroke: var(--gold);
}
#page-header .scroll_info {
  color: #fff;
  font-family: "Bitstream Iowan Old Style", sans-serif;
  transform: translateY(30px);
}
#page-header .scroll_info .box svg {
  display: block;
  width: 56px;
  height: auto;
}

.dropdown ul.submenu,
#header .last_row .col-3 .points ul.submenu li.type-title {
  border-radius: 0;
}

.slider_txt_btn .grid-container {
  max-width: 100vw;
}
@media print, screen and (min-width: 64em) {
  .slider_txt_btn .grid-container {
    padding: 0;
  }
}
.slider_txt_btn .glide .glide__bullets button.glide__bullet--active:after {
  transition: width var(--pagerSpeedStb) linear;
}
.slider_txt_btn .row_wrap {
  margin-bottom: 100px;
}
.slider_txt_btn .gallery .glide ul li img {
  aspect-ratio: 1/0.7;
}
@media print, screen and (min-width: 64em) {
  .slider_txt_btn .content_wrap,
  .slider_txt_btn .btns {
    max-width: 680px;
    padding: 0 50px;
  }
}
.slider_txt_btn .even .content_wrap,
.slider_txt_btn .even .btns {
  margin-left: auto;
}
.slider_txt_btn .content_wrap .top_title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .slider_txt_btn .content_wrap .top_title {
    font-size: 24px;
  }
}
@media screen and (min-width: 75em) {
  .slider_txt_btn .content_wrap .top_title {
    font-size: 28px;
  }
}
.slider_txt_btn .content_wrap .title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 4.16px;
  text-transform: uppercase;
  margin-top: 10px;
}
@media print, screen and (min-width: 48em) {
  .slider_txt_btn .content_wrap .title {
    font-size: 16px;
  }
}
.slider_txt_btn .content_wrap svg {
  display: block;
  width: 15px;
  height: auto;
}
.slider_txt_btn .content_wrap svg path {
  stroke: var(--gold);
}

@media print, screen and (max-width: 89.99875em) {
  .module-blog {
    display: none;
  }
}

.blocks_cols {
  max-width: 1570px;
}
@media screen and (min-width: 75em) {
  .blocks_cols {
    padding: 0 55px;
  }
}
.blocks_cols .cols {
  row-gap: 50px;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .item.even .item_wrap {
    margin-left: auto;
  }
}
.blocks_cols .item .item_wrap {
  width: 100%;
  height: 100%;
}
.blocks_cols .item .item_wrap img {
  max-height: 400px;
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .item .item_wrap {
    max-width: 700px;
  }
}
.blocks_cols .item .item_wrap .content {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .item .item_wrap .content {
    padding: 70px;
  }
}
.blocks_cols .item .item_wrap .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  order: 3;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .item .item_wrap .title {
    order: 1;
    text-align: left;
    font-size: 28px;
  }
}
.blocks_cols .item .item_wrap .top_title {
  order: 1;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2.16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .item .item_wrap .top_title {
    order: 2;
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
    letter-spacing: 4.16px;
  }
}
.blocks_cols .item .item_wrap .sep {
  display: none;
}
.blocks_cols .item .item_wrap .svg {
  order: 2;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blocks_cols .item .item_wrap .svg svg {
  margin: 0 auto;
  display: block;
  width: 10px;
  height: auto;
}
.blocks_cols .item .item_wrap .svg svg path {
  stroke: #fff;
}
.blocks_cols .item .item_wrap .icon_wrap {
  order: 2;
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .item .item_wrap .icon_wrap {
    order: 3;
  }
}
.blocks_cols .item .item_wrap .icon_wrap img {
  margin: 0;
  display: block;
}
.blocks_cols .item .item_wrap .description {
  order: 4;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .item .item_wrap .description {
    text-align: left;
  }
}
.blocks_cols .item .item_wrap .link {
  order: 5;
  margin-top: 25px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .item .item_wrap .link {
    text-align: left;
  }
}
.blocks_cols .item .item_wrap .link a {
  position: relative;
}
.blocks_cols .item .item_wrap .link a:after {
  content: "";
  pointer-events: none;
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(-75%, -50%, 0);
  opacity: 0;
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .item .item_wrap .link a:after {
    opacity: 1;
  }
}
.blocks_cols .item .item_wrap .image_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.blocks_cols .odd .item_wrap {
  background-color: #000;
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .odd .item_wrap .top_title {
    color: var(--gold);
  }
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .odd .item_wrap .link a {
    background-color: var(--gold);
    border-color: var(--gold);
  }
  .blocks_cols .odd .item_wrap .link a:hover {
    background-color: #000;
  }
}
.blocks_cols .even .item_wrap {
  background-color: var(--gold);
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .even .item_wrap .top_title {
    color: #000;
  }
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .even .item_wrap .link a {
    background-color: #000;
    border-color: #000;
  }
  .blocks_cols .even .item_wrap .link a:hover {
    background-color: transparent;
    border-color: #fff;
  }
}

.newsletter_module .grid-x {
  border-radius: 0;
}
@media print, screen and (min-width: 64em) {
  .newsletter_module .left_part {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .newsletter_module .left_part .title {
    text-align: left;
  }
}
.newsletter_module .left_part .top_title {
  margin-top: 0;
}
@media print, screen and (min-width: 64em) {
  .newsletter_module .left_part .top_title {
    text-align: left;
  }
}
.newsletter_module .left_part .icon {
  display: none;
}
.newsletter_module .left_part .btns a:after {
  opacity: 0;
}
@media print, screen and (min-width: 64em) {
  .newsletter_module .left_part .btns a:after {
    opacity: 1;
  }
}

#footer .inner-footer:after {
  background-color: #000;
  background-image: none;
}
#footer .logos_social .socials .social {
  height: 45px;
}
#footer .hours_wrap select.hour_switcher {
  border-radius: 0;
}

.module-experience .grid-container {
  max-width: 100vw;
  padding: 0;
}
.module-experience .gallery img {
  aspect-ratio: 1/1.2;
}
.module-experience .gallery_wrap {
  padding: 0 20px;
  position: relative;
}
.module-experience .gallery_wrap .glide {
  z-index: 2;
}
.module-experience .gallery_wrap:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #dacdbd;
}
@media print, screen and (min-width: 64em) {
  .module-experience .gallery_wrap {
    padding: 0;
  }
  .module-experience .gallery_wrap:after {
    display: none;
  }
}
.module-experience .glide__arrows,
.module-experience .glide__bullets {
  display: none;
}
.module-experience .content {
  z-index: 2;
}
.module-experience .content_wrap {
  background-color: #dacdbd;
  padding: 50px 20px;
}
@media print, screen and (min-width: 64em) {
  .module-experience .content_wrap {
    max-width: 800px;
    padding: 10%;
    transform: translateX(calc(-5% - 60px));
  }
}
@media screen and (min-width: 75em) {
  .module-experience .content_wrap {
    transform: translateX(calc(-10% - 60px));
  }
}
.module-experience .content_wrap .top_title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .module-experience .content_wrap .top_title {
    font-size: 28px;
  }
}
@media screen and (min-width: 75em) {
  .module-experience .content_wrap .top_title {
    font-size: 36px;
  }
}
.module-experience .content_wrap .title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2.68px;
  text-transform: uppercase;
  margin-top: 15px;
}
@media print, screen and (min-width: 64em) {
  .module-experience .content_wrap .title {
    font-size: 18px;
    margin-top: 35px;
    letter-spacing: 4.68px;
  }
}
.module-experience .content_wrap .icon {
  margin-top: 20px;
}
.module-experience .content_wrap .icon svg {
  display: block;
  width: 15px;
}
.module-experience .content_wrap .icon svg path {
  stroke: var(--gold);
}
.module-experience .content_wrap .description {
  margin-top: 20px;
}
.module-experience .content_wrap .btns a {
  border-color: var(--gold);
  color: #fff;
}
.module-experience .content_wrap .btns a:hover {
  background-color: #000;
  border-color: #000;
}
.module-experience .content_wrap .btns a:not(.small):after {
  background-color: #fff;
}

.page-template-template-contact {
  background-color: #000;
}
.page-template-template-contact .losanges {
  display: none;
}
.page-template-template-contact .simple-page-bg {
  background-color: rgba(255, 255, 255, 0.05);
}
.page-template-template-contact .contact_wrap.sub .sides_section .section_content {
  border-radius: 0;
}
.page-template-template-contact .contact_wrap.sub .sides_section .section_content .link a:after {
  display: none;
}
@media screen and (min-width: 75em) {
  .page-template-template-contact #header {
    background-color: #000;
  }
}

.page-template-template-contact #big_map .regions_col ul,
.page-template-template-contact #big_map .regions_col ul li:first-child,
.page-template-template-contact #big_map .regions_col ul li .accordion-content .open_map_item.active,
.page-template-template-contact .spa-map.full,
.page-template-template-contact .single-job .job_form .spa-map.form_wrapper,
.single-job .job_form .page-template-template-contact .spa-map.form_wrapper,
.page-template-template-contact #big_map .regions_col,
.page-template-template-contact #big_map .regions_col ul li.is-active + li {
  border-radius: 0;
}

.gm-style-iw-d + button {
  border: 2px solid #000 !important;
  border-radius: 100%;
  top: 10px !important;
  right: 10px !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background-color 250ms;
}
.gm-style-iw-d + button > span {
  margin: 0 !important;
  transition: background-color 250ms;
}
.gm-style-iw-d + button:hover {
  background-color: #000 !important;
}
.gm-style-iw-d + button:hover > span {
  background-color: #fff !important;
}

.page-template-template-contact .contact_wrap.sub .sides_section .section_content .shrink.link a:hover {
  background-color: #dacdbd;
  color: #000 !important;
}

.page-navigation ul li span.current {
  color: var(--gold);
}
.page-navigation ul li a {
  color: #000;
}

.module-content_carousel .content_carousel {
  margin-top: 20px;
}

.module-jobs ul {
  border-radius: 0;
}

.module-testimonies .icon svg {
  width: 12px;
}
.module-testimonies .icon svg path {
  fill: var(--gold);
}
.module-testimonies .images img {
  border-radius: 0;
}

.module-spontaneous .btns a:after {
  display: none;
}

.module-faq .accordion-item {
  border-color: #b4b4b4;
}
.module-faq .accordion-item .accordion-title:hover {
  color: var(--gold);
}
.module-faq .accordion-item .accordion-title .plusminus {
  border-radius: 0;
  background-color: #000;
}
.module-faq .accordion-item .accordion-title .plusminus svg path {
  fill: #fff;
}
.module-faq .accordion-item.is-active {
  border-bottom: 3px solid var(--gold);
}
.module-faq .accordion-item.is-active .accordion-title {
  color: var(--gold);
}
.module-faq .accordion-item.is-active .accordion-title .plusminus {
  background-color: var(--gold);
  border-color: var(--gold);
}

.module-image_blocks_cols .block .item_wrap .image:after {
  border-radius: 0;
}
.module-image_blocks_cols .block .item_wrap .image img {
  border-radius: 0;
}
.module-image_blocks_cols .block .item_wrap .content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.module-image_blocks_cols .block .item_wrap .content .link a {
  background-color: #000;
  border: 1px solid #000;
}
.module-image_blocks_cols .block .item_wrap .content .link a:hover {
  background-color: transparent;
  border-color: #fff;
}

.module-image_blocks_rows .row .image_wrap img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.module-image_blocks_rows .row .content .m_icon svg {
  width: 10px;
}
.module-image_blocks_rows .row .content .m_icon svg path {
  stroke: var(--gold);
}
.module-image_blocks_rows .row .content .btns a:after {
  display: none;
}

.module-row_content .row .link a {
  color: var(--gold);
}
.module-row_content .row .link a:hover {
  color: #000 !important;
  border-color: var(--gold) !important;
}

.type_soin_carousel_wrap .type_de_soin .image_wrap img,
.type_soin_carousel_wrap .type_de_soin .image_wrap:after {
  border-radius: 0;
}

.form_wrapper .fluentform .ff_btn_style {
  border-radius: 0;
  background-color: var(--momentspablack);
}
.form_wrapper .fluentform .ff_btn_style:hover {
  background-color: var(--gold);
}
.form_wrapper .the_form {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  border-radius: 0;
}
@media print, screen and (min-width: 64em) {
  .form_wrapper .the_form {
    border-radius: 0;
  }
}
.form_wrapper select.ff-el-form-control.active,
.form_wrapper select.ff-el-form-control:not([size]):not([multiple]).active {
  color: var(--momentspablack);
}
.form_wrapper .fluentform .ff-el-input--label label,
.form_wrapper .custom-label {
  color: var(--momentspablack);
}
.form_wrapper .fluentform .ff-el-form-control,
.form_wrapper .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input),
.form_wrapper .custom-input {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: var(--momentspablack);
  background-color: #fff;
}
.form_wrapper .fluentform .ff-el-progress-bar {
  background-color: var(--momentspablack);
}
.form_wrapper .fluentform .ff_file_upload_holder {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.form_wrapper .fluentform .ff_upload_btn.ff-btn {
  border-radius: 0;
}
.form_wrapper .fluentform .ff_upload_btn.ff-btn:hover {
  background-color: var(--momentspablack);
}
.form_wrapper .ff-message-success {
  border-color: var(--momentspablack);
}
.form_wrapper .fluentform .ff-btn.ff-working:after {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form_wrapper .ff-el-input--content a {
  color: var(--gold);
}
.form_wrapper .ff-el-input--content a:hover {
  color: var(--momentspablack);
}
.form_wrapper .fluentform .ff-el-form-control {
  border-radius: 0;
}
/*# sourceMappingURL=main.css.map */
