/* Custom Reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, fieldset, form, label,
article, aside, figure, figcaption, footer, header,
menu, nav section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  line-height: 0;
}

/* BREAKPOINTS */
/* TEXTS */
/* ---------------------------------------
/*Custom Mixins
/*--------------------------------------- */
/* ---------------------------------------
/* Side Tab
/*--------------------------------------- */
/* ---------------------------------------
/* Close button
/*--------------------------------------- */
/* ---------------------------------------
/* Icon inline
/*--------------------------------------- */
/* ---------------------------------------
/* Truncate
/*--------------------------------------- */
/* ---------------------------------------
/* Triangle
/*--------------------------------------- */
/* ---------------------------------------
/* Chevron
/*--------------------------------------- */
/* ---------------------------------------
/* Spaces
/*--------------------------------------- */
.m-0 {
  display: block;
  margin: 0rem !important;
}

.mt-0 {
  display: block;
  margin-top: 0rem !important;
}

.mb-0 {
  display: block;
  margin-bottom: 0rem !important;
}

.p-0 {
  display: block;
  padding: 0rem !important;
}

.pt-0 {
  display: block;
  padding-top: 0rem !important;
}

.pb-0 {
  display: block;
  padding-bottom: 0rem !important;
}

.m-4 {
  display: block;
  margin: 0.25rem !important;
}

.mt-4 {
  display: block;
  margin-top: 0.25rem !important;
}

.mb-4 {
  display: block;
  margin-bottom: 0.25rem !important;
}

.p-4 {
  display: block;
  padding: 0.25rem !important;
}

.pt-4 {
  display: block;
  padding-top: 0.25rem !important;
}

.pb-4 {
  display: block;
  padding-bottom: 0.25rem !important;
}

.m-8 {
  display: block;
  margin: 0.5rem !important;
}

.mt-8 {
  display: block;
  margin-top: 0.5rem !important;
}

.mb-8 {
  display: block;
  margin-bottom: 0.5rem !important;
}

.p-8 {
  display: block;
  padding: 0.5rem !important;
}

.pt-8 {
  display: block;
  padding-top: 0.5rem !important;
}

.pb-8 {
  display: block;
  padding-bottom: 0.5rem !important;
}

.m-16 {
  display: block;
  margin: 1rem !important;
}

.mt-16 {
  display: block;
  margin-top: 1rem !important;
}

.mb-16 {
  display: block;
  margin-bottom: 1rem !important;
}

.p-16 {
  display: block;
  padding: 1rem !important;
}

.pt-16 {
  display: block;
  padding-top: 1rem !important;
}

.pb-16 {
  display: block;
  padding-bottom: 1rem !important;
}

.m-24 {
  display: block;
  margin: 1.5rem !important;
}

.mt-24 {
  display: block;
  margin-top: 1.5rem !important;
}

.mb-24 {
  display: block;
  margin-bottom: 1.5rem !important;
}

.p-24 {
  display: block;
  padding: 1.5rem !important;
}

.pt-24 {
  display: block;
  padding-top: 1.5rem !important;
}

.pb-24 {
  display: block;
  padding-bottom: 1.5rem !important;
}

.m-32 {
  display: block;
  margin: 2rem !important;
}

.mt-32 {
  display: block;
  margin-top: 2rem !important;
}

.mb-32 {
  display: block;
  margin-bottom: 2rem !important;
}

.p-32 {
  display: block;
  padding: 2rem !important;
}

.pt-32 {
  display: block;
  padding-top: 2rem !important;
}

.pb-32 {
  display: block;
  padding-bottom: 2rem !important;
}

.m-40 {
  display: block;
  margin: 2.5rem !important;
}

.mt-40 {
  display: block;
  margin-top: 2.5rem !important;
}

.mb-40 {
  display: block;
  margin-bottom: 2.5rem !important;
}

.p-40 {
  display: block;
  padding: 2.5rem !important;
}

.pt-40 {
  display: block;
  padding-top: 2.5rem !important;
}

.pb-40 {
  display: block;
  padding-bottom: 2.5rem !important;
}

/* ---------------------------------------
/*Buttons
/*--------------------------------------- */
.btn-primary {
  background-color: #464945;
  color: #fff;
  border: 1px solid #464945;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #fff;
  color: #464945;
  border-color: #464945;
}

.btn-secondary {
  background-color: #e87200;
  color: #fff;
  border: 1px solid #e87200;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #fff;
  color: #e87200;
  border-color: #e87200;
}

.btn-danger {
  background-color: #e74c3c;
  color: #fff;
  border: 1px solid #e74c3c;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: rgb(168.2876712329, 34.5205479452, 20.7123287671);
  color: #fff;
  border-color: rgb(213.698630137, 43.8356164384, 26.301369863);
}

/* ---------------------------------------
/* Concentric circles
/*--------------------------------------- */
.container {
  max-width: 72.25rem;
  margin: 0 auto;
  padding: 0rem 1.5rem;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contain-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mb-3 {
  margin-bottom: 1.875rem;
}

.eho-ada {
  line-height: 1;
  width: max-content;
  height: auto;
}
.eho-ada a svg path {
  transition: fill 0.3s;
}
.eho-ada a:hover svg path {
  fill: #bbb433;
}

/*
* General styles
*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.ease {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html {
  height: 100%;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 1.1111111111vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 601px) {
  body.logged-in {
    padding-top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in {
    padding-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #header {
    padding-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #nav-trigger {
    top: 99px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in #nav-trigger {
    top: 97px;
  }
}
body.logged-in #nav-trigger.active {
  top: 97px;
}
@media screen and (min-width: 768px) {
  body.logged-in #nav-trigger.active {
    top: 143px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in #nav-trigger.active {
    top: 129px;
  }
}
body #page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body #page-wrapper .main-content {
  flex: 1;
}

img {
  display: block;
}

body {
  font-family: inter-variable, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.25;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1.0416666667vw;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  color: #464945;
  font-family: gyst-variable, sans-serif;
}

h1, .h1 {
  font-size: 2.625rem;
  line-height: 1.0952380952;
}
@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 4.3125rem;
    line-height: 1.115942029;
  }
}
h2, .h2 {
  color: #bbb433;
  font-family: gyst-variable, sans-serif;
  font-size: 2.625rem;
  line-height: 1.0952380952;
}
@media only screen and (min-width: 1024px) {
  h2, .h2 {
    color: #bbb433;
    font-family: gyst-variable, sans-serif;
    font-size: 4.3125rem;
    line-height: 1.115942029;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 1.875rem;
    line-height: 125%;
  }
}

p {
  margin-bottom: 0.5rem;
}
hr {
  border: none;
  height: 3px;
  margin: 40px 0;
  background-image: linear-gradient(to right, #fff, #e87200, #fff);
}
hr:before, hr:after {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 2px solid #e87200;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
hr:after {
  animation: anim-hr 1s linear infinite;
}

@keyframes anim-hr {
  0% {
    width: 40px;
    height: 40px;
  }
  100% {
    width: 0;
    height: 0;
  }
}
/* ---------------------------------------
/* Links
/*--------------------------------------- */
a {
  color: #464945;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
}
a:hover, a:focus {
  color: #464945;
}

/* ---------------------------------------
/* Buttons
/*--------------------------------------- */
.btn {
  display: inline-block;
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 6.25rem;
}

.frm_forms.frm_style_formidable-style.with_frm_style {
  margin: 0;
  background: #464945;
  border: 1px solid #464945;
  border-radius: 0rem;
  padding: 0rem;
  box-shadow: none;
  max-width: 100% !important;
}
@media only screen and (min-width: 1024px) {
  .frm_forms.frm_style_formidable-style.with_frm_style {
    max-width: 50rem !important;
  }
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_fields_container {
  grid-gap: 0.125rem 1.25rem;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields {
  margin-bottom: 0;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_form_field {
  margin-bottom: 0.5rem;
  position: relative;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_primary_label,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_control_label {
  font-size: 0.6875rem;
  font-weight: 400;
  color: #bbb433;
  margin-bottom: 0.3125rem;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.625rem;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=text],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=email],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=number],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=url],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=tel],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=password],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields textarea,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields select {
  width: 100%;
  padding: 1.875rem 0.625rem 0.625rem;
  font-size: 1.25rem;
  color: #fff;
  background: #3c403a;
  border: 1px solid #464945;
  border-radius: 0.125rem;
  box-sizing: border-box;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=text]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=email]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=number]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=url]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=tel]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=password]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields textarea::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields select::placeholder {
  color: #fff;
  font-size: 1.25rem;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=text]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=email]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=number]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=url]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=tel]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=password]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields textarea:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields select:focus {
  outline: none;
  border-color: #bbb433 !important;
  box-shadow: 0 0 5px rgba(232, 114, 0, 0.3) !important;
  color: #fff !important;
  background-color: #3c403a !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=text]:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=email]:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=number]:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=url]:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=tel]:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=password]:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields textarea:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields select:active {
  color: #fff !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields textarea {
  font-size: 1.0625rem;
  height: 7.875rem;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields textarea::placeholder {
  font-size: 1.0625rem;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=file] {
  padding: 1.875rem 0.625rem 0.625rem;
  border: 1px solid #464945;
  border-radius: 0.125rem;
  background: #3c403a;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio] {
  appearance: none;
  background-color: transparent !important;
  width: 1.375rem !important;
  height: 1.375rem !important;
  border: 1px solid #bbb433;
  border-radius: 0.125rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  color: #fff !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(187, 180, 51, 0.25);
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox]:checked,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio]:checked,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox]:checked,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio]:checked {
  background: #bbb433 !important;
  border-color: #bbb433;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox]:checked[type=checkbox]:not([disabled]),
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio]:checked[type=checkbox]:not([disabled]),
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox]:checked[type=checkbox]:not([disabled]),
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio]:checked[type=checkbox]:not([disabled]) {
  background: transparent !important;
  border-color: #bbb433 !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox]:checked[type=checkbox]:not([disabled])::before,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio]:checked[type=checkbox]:not([disabled])::before,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox]:checked[type=checkbox]:not([disabled])::before,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio]:checked[type=checkbox]:not([disabled])::before {
  display: block;
  content: "";
  width: 0.625rem !important;
  height: 0.375rem !important;
  border: 0.1875rem solid #bbb433;
  border-top: 0;
  border-right: 0;
  background-image: none !important;
  position: absolute !important;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox]:checked[type=radio],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio]:checked[type=radio],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox]:checked[type=radio],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio]:checked[type=radio] {
  border-radius: 50% !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox]:checked[type=radio]::before,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio]:checked[type=radio]::before,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox]:checked[type=radio]::before,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio]:checked[type=radio]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #fff;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox label,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  color: #fff;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=radio] {
  border-radius: 50% !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=radio]:before {
  margin: 0;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_submit button[type=submit] {
  background: #bbb433;
  color: #464945;
  padding: 0.8125rem 1.875rem;
  border: none;
  border-radius: 0.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  line-height: 2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: none;
  width: 100%;
  margin-top: 1rem;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_submit button[type=submit]:hover {
  background: rgb(207.6428571429, 201.1428571429, 81.3571428571);
  color: #464945;
  border-color: #464945;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_submit button[type=submit]:active {
  transform: translateY(1px);
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_error_style {
  color: #dc3545;
  background: #fff3cd !important;
  border: 1px solid #ffeeba;
  border-radius: 4px;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 14px;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_description {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_html_container p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_required {
  display: none;
}

/* ---------------------------------------
/* Side Tab
/*--------------------------------------- */
.side-tab {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translate(18.75rem, -50%);
  z-index: 2;
  background-color: #fff;
  border-bottom: 2px solid #001d4a;
  border-top: 2px solid #001d4a;
  transition: all 0.9s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.side-tab--active {
  transform: translate(0, -50%);
}
.side-tab--active .side-tab__label {
  cursor: default;
}
.side-tab__body {
  position: relative;
  min-height: 100px;
  width: 18.75rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-tab__wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.side-tab__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  left: auto;
  right: 5px;
}
.side-tab__close:before, .side-tab__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  transform-origin: center;
}
.side-tab__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.side-tab__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.side-tab__close:hover {
  transition: all 0.3s;
  transform: scale(1.2);
}
.side-tab__close:hover:before, .side-tab__close:hover:after {
  background-color: #001d4a;
}
.side-tab__content {
  padding: 30px 30px 30px 50px;
}
.side-tab__link {
  display: block;
  margin-top: 0.625rem;
}
.side-tab__label {
  background-color: #001d4a;
  color: #fff;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
}
.side-tab__label p {
  transform: rotate(90deg);
  position: relative;
}
.side-tab__label p:before, .side-tab__label p:after {
  content: none;
  width: 5px;
  height: 5px;
  background-color: #0070cd;
  position: absolute;
}
.side-tab__label p:before {
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.side-tab__label p:after {
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
/* ---------------------------------------
/* PopUp
/*--------------------------------------- */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 5px;
}
.popup--active {
  opacity: 1;
  visibility: visible;
}
.popup__wrapper {
  background-color: #fff;
  max-width: 37.5rem;
  padding: 1.25rem;
  position: relative;
}
.popup__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.popup__close:before, .popup__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  transform-origin: center;
}
.popup__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup__close:hover {
  transition: all 0.3s;
  transform: scale(1.2);
}
.popup__close:hover:before, .popup__close:hover:after {
  background-color: #001d4a;
}
.popup__title {
  text-align: center;
  margin-bottom: 20px;
}
.header {
  position: absolute;
  background: transparent;
  top: 0;
  z-index: 50;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header {
    width: auto;
  }
}
.header__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.625rem 1.5rem;
}
.header .logo {
  display: block;
  height: auto;
}
.header .logo img {
  width: 15rem;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 1024px) {
  .header .logo img {
    width: 18.75rem;
  }
}
.header .logo .custom-logo-link {
  display: block;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  color: #e87200;
}
.header .logo .custom-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 1.875rem 0rem;
  text-align: center;
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s 0.3s ease;
}
.header__nav.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1024px) {
  .header__nav {
    box-shadow: none;
    position: relative;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    width: auto;
    background-color: transparent;
  }
}
.header__nav .nav__list {
  display: flex;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.header__nav .nav__list ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
}
@media only screen and (min-width: 1024px) {
  .header__nav .nav__list ul {
    flex-direction: row;
  }
}
.header__nav .nav__list li a {
  text-decoration: none;
  color: #001d4a;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .header__nav .nav__list li a {
    color: #e87200;
  }
}
.header__nav .nav__list li a:hover {
  color: #e87200;
}
.header__nav .nav__list li.current_page_item a {
  color: teal;
}
@media only screen and (min-width: 1024px) {
  .header__nav .nav__list {
    flex-direction: row;
  }
}
.header .burger {
  width: 50px;
  height: 35px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 110;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header .burger {
    display: none;
  }
}
.header .burger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e87200;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header .burger span:nth-child(1) {
  top: 0;
}
.header .burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .burger span:nth-child(3) {
  bottom: 0;
}
.header .burger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .burger.active span:nth-child(2) {
  opacity: 0;
}
.header .burger.active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header.open .nav {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.footer {
  position: relative;
  background-color: #eeece6;
  color: #464945;
  padding: 2.75rem 1.5rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .footer {
    padding: 2.75rem 1.5rem 1.375rem;
  }
}
.footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37rem;
  height: 19.625rem;
  background: url("../images/decor/curved-decor-3.svg") no-repeat top right/cover;
  z-index: 1;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: start;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .footer__wrapper {
    align-items: start;
    gap: 2.75rem;
    flex-direction: row;
  }
}
.footer__logo {
  width: 11.625rem;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__content {
  padding-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 200%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .footer__content {
    padding-top: 3.375rem;
  }
}
.footer__title {
  margin-bottom: 0rem;
}
.footer__address {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 1024px) {
  .footer__address {
    margin-bottom: 4.6875rem;
  }
}
.footer__address a:hover {
  color: #464945;
}
.footer__menu {
  margin-bottom: 0.3125rem;
}
@media only screen and (min-width: 1024px) {
  .footer__menu {
    margin: 0;
  }
}
.footer__menu .nav__list {
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer__menu .nav__list {
    flex-direction: row;
    gap: 1.875rem;
  }
}
.footer__menu .nav__list .menu-item a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #464945;
  font-weight: 600;
}
.footer__menu .nav__list .menu-item a:hover {
  color: #966a63;
}
.footer__copyright {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.3125rem;
}
@media only screen and (min-width: 1024px) {
  .footer__copyright {
    margin-top: 0.875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__eho-ada {
    margin: 0;
    position: absolute;
    bottom: 2.125rem;
    right: 0.875rem;
  }
}

/* Use sections within sections
<section>
	<section>

	</section>
</section>
*/
.side-tab {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translate(18.75rem, -50%);
  z-index: 2;
  background-color: #fff;
  border-bottom: 2px solid #001d4a;
  border-top: 2px solid #001d4a;
  transition: all 0.9s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.side-tab--active {
  transform: translate(0, -50%);
}
.side-tab--active .side-tab__label {
  cursor: default;
}
.side-tab__body {
  position: relative;
  min-height: 100px;
  width: 18.75rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-tab__wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.side-tab__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  left: auto;
  right: 5px;
}
.side-tab__close:before, .side-tab__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  transform-origin: center;
}
.side-tab__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.side-tab__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.side-tab__close:hover {
  transition: all 0.3s;
  transform: scale(1.2);
}
.side-tab__close:hover:before, .side-tab__close:hover:after {
  background-color: #001d4a;
}
.side-tab__content {
  padding: 30px 30px 30px 50px;
}
.side-tab__link {
  display: block;
  margin-top: 0.625rem;
}
.side-tab__label {
  background-color: #001d4a;
  color: #fff;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
}
.side-tab__label p {
  transform: rotate(90deg);
  position: relative;
}
.side-tab__label p:before, .side-tab__label p:after {
  content: none;
  width: 5px;
  height: 5px;
  background-color: #0070cd;
  position: absolute;
}
.side-tab__label p:before {
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.side-tab__label p:after {
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.gallery {
  padding: 2.625rem 0rem;
}
@media only screen and (min-width: 1024px) {
  .gallery {
    padding: 4.5rem 0rem;
  }
}
.gallery__wrapper {
  opacity: 1;
  transition: all 0.3s;
  padding: 0rem 1.5rem;
}
.gallery__wrapper--hidden {
  opacity: 0;
}
.gallery__controls--desktop {
  gap: 1.875rem;
  justify-content: center;
  margin-bottom: 1.625rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .gallery__controls--desktop {
    display: flex;
  }
}
.gallery__controls--desktop button {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0.3125rem 0rem;
  border: none;
  background-color: transparent;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
  color: #464945;
}
.gallery__controls--desktop button:hover {
  color: #966a63;
}
.gallery__controls--mobile {
  display: flex;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 1024px) {
  .gallery__controls--mobile {
    display: none;
  }
}
.gallery__controls--mobile .choices {
  width: 100%;
  text-transform: lowercase;
}
.gallery__images {
  columns: 1;
  gap: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .gallery__images {
    columns: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery__images {
    columns: 3;
  }
}
.gallery__image-box {
  position: relative;
}
.gallery__image {
  display: block;
  margin-bottom: 1rem;
}
.gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.gallery .mixitup-page-list {
  padding: 10px;
  text-align: center;
}
.gallery .mixitup-control-active {
  pointer-events: none;
  color: #464945;
}
.gallery .mixitup-control-active:before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #464945;
  transition: all 0.3s;
}
.gallery .choices:after {
  content: "";
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #464945;
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
  transition: transform 0.3s;
}
.gallery .choices .choices__inner {
  padding: 0rem 1.5rem;
  background-color: #fff;
  border: 1px solid #464945;
  color: #464945;
  border-radius: 0.25rem;
}
.gallery .choices__item {
  font-size: 1.5rem;
  line-height: 1.5;
}
.gallery .choices__item--choice {
  font-size: 1.5rem;
}
.gallery .choices__list--dropdown.choices__list--dropdown .choices__item {
  padding: 0rem 1.5rem;
  line-height: 1.5;
  font-size: 1.5rem;
}
.gallery .choices[data-type*=select-one]::after {
  content: "";
  height: 12px;
  width: 12px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #464945;
  transform: rotate(135deg);
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
  margin-top: -3px;
  pointer-events: none;
  transition: transform 0.3s;
}
.gallery .choices[data-type*=select-one].is-open::after {
  margin-top: -1px;
  border-color: #464945;
  transform: rotate(315deg);
}

.hero__wrapper {
  padding: 4.375rem 0rem 5.25rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .hero__wrapper {
    padding: 10.625rem 0rem 5.25rem;
  }
}
.hero__text-block {
  text-align: center;
  padding-bottom: 12.5rem;
}
@media only screen and (min-width: 1024px) {
  .hero__text-block {
    text-align: left;
    padding-bottom: 0rem;
  }
}
.hero__image-block {
  position: relative;
}
.hero__image-block img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero__image-block img {
    object-fit: contain;
    height: auto;
  }
}
.hero__image-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hero__image-desktop {
    display: block;
  }
}
.hero__image-mobile {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 1024px) {
  .hero__image-mobile {
    display: none;
  }
}
.hero__subtitle {
  font-size: 0.75rem;
  line-height: 2;
  color: #966a63;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4.625rem;
}
@media only screen and (min-width: 1024px) {
  .hero__subtitle {
    margin-bottom: 2.1875rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.hero__title {
  margin-bottom: -0.375rem;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero__title {
    margin-bottom: 1.625rem;
    max-width: 42.25rem;
  }
}
.hero__link {
  background-color: #966a63;
  width: 18.4375rem;
  height: 18.4375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -10.9375rem;
  transition: all 0.3s;
  background-image: url("../images/decor/button-decor.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .hero__link {
    top: -17.1875rem;
    transform: translateX(0);
    right: 9rem;
    width: 22.25rem;
    height: 22.25rem;
  }
}
.hero__link:before {
  content: "";
  width: 8.125rem;
  height: 8.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ebb7e3;
  z-index: 2;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .hero__link:before {
    width: 9.75rem;
    height: 9.75rem;
  }
}
.hero__link:after {
  content: "";
  width: 18.4375rem;
  height: 18.4375rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #966a63;
  z-index: 1;
  transition: all 0.3s;
  transform: translateX(50%);
}
@media only screen and (min-width: 1024px) {
  .hero__link:after {
    width: 22.25rem;
    height: 22.25rem;
  }
}
.hero__link--decor {
  width: 14.125rem;
  height: 14.125rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background-image: url("../images/decor/hero-decor-text.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 1;
  transition: all 0.3s;
}
.hero__link .button-text {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 6.25rem;
  text-align: center;
  gap: 0.625rem;
}
@media only screen and (min-width: 1024px) {
  .hero__link .button-text {
    gap: 1.125rem;
  }
}
.hero__link .button-text .label {
  text-transform: uppercase;
  line-height: 140%;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 1024px) {
  .hero__link .button-text .label {
    font-size: 0.875rem;
  }
}
.hero__link .button-text .arrow {
  width: 2.1875rem;
  height: 1.375rem;
  transition: all 0.3s;
  transform: rotate(90deg);
  background-image: url("../images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.hero__link:hover:before {
  background-color: rgb(240.5434782609, 202.9565217391, 234.7608695652);
  transition: all 0.3s;
}
.hero__link:hover:after {
  transform: translateX(18.4375rem);
}
@media only screen and (min-width: 1024px) {
  .hero__link:hover:after {
    transform: translateX(22.25rem);
  }
}
.hero__link:hover .hero__link--decor {
  opacity: 0;
  transition: all 0.3s;
}
.hero__link:hover .button-text .arrow {
  transform: translateY(1rem) rotate(90deg);
  transition: all 0.3s;
}
.hero__decor {
  position: absolute;
  top: -10.9375rem;
  right: -12.625rem;
  width: 18.625rem;
  height: 18.625rem;
  background-image: url("../images/decor/hero-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .hero__decor {
    top: -17.1875rem;
    width: 22.25rem;
    height: 22.25rem;
  }
}
.spaces__main {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  margin-bottom: 9.375rem;
}
@media only screen and (min-width: 1024px) {
  .spaces__main {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.spaces__image-block {
  flex: 0 0 50%;
  position: relative;
  padding-top: 1.875rem;
  width: max-content;
}
@media only screen and (min-width: 1024px) {
  .spaces__image-block {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spaces__image-box {
    left: -6.25rem;
    top: -11rem;
    width: 39.375rem;
    height: 39.375rem;
    position: absolute;
  }
}
.spaces__image-box--decor {
  position: absolute;
  width: 23rem;
  height: 23.875rem;
  z-index: 5;
  top: 0rem;
  left: 9.375rem;
  transform: translateX(-50%);
  background-image: url("../images/decor/spaces-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
@media only screen and (min-width: 1024px) {
  .spaces__image-box--decor {
    width: 53.5rem;
    height: 23.875rem;
    top: -4.625rem;
    left: 22.625rem;
  }
}
.spaces__image {
  position: relative;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  width: 16.25rem;
  height: 16.25rem;
}
@media only screen and (min-width: 1024px) {
  .spaces__image {
    width: 100%;
    height: 100%;
  }
}
.spaces__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transform: scale(1.2);
}
.spaces__link {
  background-color: #966a63;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.125rem;
  position: absolute;
  transition: all 0.3s;
  overflow: hidden;
  width: 12.125rem;
  height: 12.125rem;
  right: -4.375rem;
  bottom: -8.125rem;
}
@media only screen and (min-width: 1024px) {
  .spaces__link {
    width: 14.625rem;
    height: 14.625rem;
    right: -3.375rem;
    bottom: 0.5rem;
  }
}
.spaces__link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ebb7e3;
  animation: pulse 2s infinite ease-in-out;
  z-index: 2;
  height: 8.125rem;
  width: 8.125rem;
}
@media only screen and (min-width: 1024px) {
  .spaces__link:before {
    width: 9.75rem;
    height: 9.75rem;
  }
}
.spaces__link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  z-index: 1;
  background-color: #966a63;
  transition: all 0.3s;
}
.spaces__link--decor {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background-image: url("../images/decor/spaces-decor-text.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .spaces__link--decor {
    width: 15.625rem;
    height: 15.625rem;
  }
}
.spaces__link:hover:before {
  background-color: rgb(240.5434782609, 202.9565217391, 234.7608695652);
}
.spaces__link:hover:after {
  top: -6.25rem;
  transition: all 0.3s;
}
.spaces__link:hover .spaces__link--decor {
  opacity: 0;
  transition: all 0.3s;
}
.spaces__link:hover .arrow {
  transition: all 0.4s;
  transform: translateX(1.25rem);
}
.spaces__link .label {
  position: relative;
  z-index: 2;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 140%;
  letter-spacing: 0.15em;
  padding: 0rem 3.75rem;
  text-align: center;
}
.spaces__link .ring {
  border: 1px solid #ebb7e3;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 10.125rem;
  height: 10.125rem;
}
@media only screen and (min-width: 1024px) {
  .spaces__link .ring {
    width: 12.25rem;
    height: 12.25rem;
  }
}
.spaces__link .arrow {
  width: 2.1875rem;
  height: 1.375rem;
  position: relative;
  z-index: 2;
  background-image: url("../images/icons/arrow-right.svg");
  transition: all 0.4s;
  background-repeat: no-repeat;
  background-size: contain;
}
.spaces__content-block {
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .spaces__content-block {
    padding: 3.875rem 0rem 13rem 0rem;
    max-width: 28.0625rem;
    margin-left: auto;
  }
}
.spaces__title {
  margin-bottom: 1.625rem;
}
.spaces__copy {
  line-height: 156%;
}
.spaces__footer {
  font-size: 3.25rem;
  display: flex;
  text-transform: uppercase;
  color: #ebb7e3;
  gap: 0rem;
  letter-spacing: 0.13em;
  margin-bottom: -0.3125rem;
  flex-direction: column;
  align-items: end;
}
@media only screen and (min-width: 1024px) {
  .spaces__footer {
    gap: 3.4375rem;
    justify-content: end;
    flex-direction: row;
    margin-bottom: -0.625rem;
    font-size: 8.125rem;
  }
}
.spaces__footer .dynamic-text,
.spaces__footer .static-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.spaces__footer span {
  font-weight: 100;
  line-height: 1;
}

/* ---------------------------------------
/*TODO: delete
/*--------------------------------------- */
.contact-form {
  background-color: #464945;
  color: #fff;
  padding: 3.75rem 0rem 1.875rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .contact-form {
    padding: 5.125rem 0rem 3.75rem;
  }
}
.contact-form:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 23.0625rem;
  height: 45.75rem;
  background: url("../images/decor/curved-decor-1.svg") no-repeat top right/cover;
  z-index: 1;
}
.contact-form__wrapper {
  display: flex;
  max-width: 63.375rem;
  position: relative;
  z-index: 3;
  flex-direction: column;
  gap: 1.5625rem;
}
@media only screen and (min-width: 1024px) {
  .contact-form__wrapper {
    gap: 5rem;
    flex-direction: row;
  }
}
.contact-form__description {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .contact-form__description {
    padding: 0.375rem 0rem 0rem 3.125rem;
    width: 37.5rem;
    text-align: left;
  }
}
.contact-form__title {
  color: #bbb433;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .contact-form__title {
    text-align: left;
  }
}
.contact-form__text {
  line-height: 155%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .contact-form__text {
    max-width: 19.375rem;
  }
}

.map {
  position: relative;
  overflow: hidden;
}
.map:before {
  content: "";
  position: absolute;
  top: -13.0625rem;
  left: 0;
  width: 53.5rem;
  height: 93.75rem;
  background: url("../images/decor/curved-decor-2.svg") no-repeat top right/cover;
  z-index: 1;
}
.map:after {
  content: "";
  position: absolute;
  top: -13.0625rem;
  left: 0;
  width: 53.5rem;
  height: 93.75rem;
  z-index: 2;
  inset: 0;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 60%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 60%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background: white;
}
.map__wrapper {
  position: relative;
  z-index: 3;
  padding-top: 2.625rem;
}
@media only screen and (min-width: 1024px) {
  .map__wrapper {
    padding-top: 5.375rem;
  }
}
.map__title {
  font-size: 1.25rem;
  line-height: 2.8;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.map #acf-map {
  width: 100%;
  height: 35.75rem;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: box-shadow 0.3s ease;
}
.map .acf-map-markers .marker {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-width: 220px;
  line-height: 1.4;
}
.map .gm-style-iw {
  padding: 0 !important;
}
.map .gm-style-iw > div {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}
.map .marker-content {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #333;
  padding: 10px;
  border-radius: 0;
}
.map .marker-content strong {
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
.map .marker-content small {
  color: #666;
  font-size: 12px;
  margin-bottom: 0.625rem;
}

.faq {
  overflow: hidden;
}
.faq__wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  padding: 2.5rem 0.75rem 3.75rem;
  flex-direction: column;
  gap: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .faq__wrapper {
    padding: 4.625rem 0.75rem 8.375rem;
    gap: 12.125rem;
    flex-direction: row;
  }
}
.faq__title {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #464945;
}
@media only screen and (min-width: 1024px) {
  .faq__title {
    font-size: 1.25rem;
    line-height: 2.8;
  }
}
.faq__title p {
  max-width: 11.25rem;
}
@media only screen and (min-width: 1024px) {
  .faq__title p {
    max-width: 12.5rem;
  }
}
.faq__accordion {
  margin: 0 auto;
}
.faq__item {
  border-bottom: 1px solid #464945;
}
.faq__item .faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.1875rem 0rem 0.625rem;
  background: none;
  border: none;
  color: #464945;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.faq__item .faq__question::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #464945;
  border-right: 1px solid #464945;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
.faq__item .faq__answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 0.9375rem;
  color: #464945;
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(-5px);
}
.faq__item.active .faq__answer {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}
.faq__item.active .faq__question::after {
  transform: rotate(315deg);
}

.cta {
  position: relative;
  z-index: 3;
}
.cta__list {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .cta__list {
    flex-direction: row;
  }
}
.cta__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2.5rem 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .cta__item {
    padding: 4.875rem 2.1875rem 3rem;
  }
}
.cta__item:nth-child(odd) {
  background-color: #464945;
}
.cta__item:nth-child(odd) .cta__title {
  color: #bbb433;
}
.cta__item:nth-child(odd) .cta__link {
  color: #bbb433;
}
.cta__item:nth-child(odd) .cta__link:hover {
  color: #fff;
}
.cta__item:nth-child(even) {
  background-color: #626f5d;
}
.cta__item:nth-child(even) .cta__title {
  color: #ebb7e3;
}
.cta__item:nth-child(even) .cta__link {
  color: #ebb7e3;
}
.cta__item:nth-child(even) .cta__link:hover {
  color: #fff;
}
.cta__item:nth-child(even) .cta__link:after {
  transform: rotate(35deg);
}
.cta__title {
  text-transform: uppercase;
  font-size: 2.625rem;
  line-height: 155%;
  letter-spacing: 0.2em;
  font-weight: 100;
}
@media only screen and (min-width: 1024px) {
  .cta__title {
    font-size: 4.75rem;
  }
}
.cta__image {
  height: 23.5rem;
  margin-bottom: 1.875rem;
  align-self: stretch;
}
.cta__logo {
  margin-bottom: 4.125rem;
}
.cta__link {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
}
.cta__link::before, .cta__link::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  mask: url(../images/icons/arrow-up.svg) no-repeat center/contain;
  -webkit-mask: url(../images/icons/arrow-up.svg) no-repeat center/contain;
  flex-shrink: 0;
}
.cta__link::after {
  margin-left: 0.375rem;
}
.cta__link::before {
  display: none;
}
.cta__link:hover {
  color: #fff;
}

.gallery-hero {
  background-color: #464945;
  padding: 0rem 0rem 0rem;
  position: relative;
}
.gallery-hero__wrapper {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__wrapper {
    gap: 2.5rem;
    max-height: 26.5rem;
    flex-direction: row;
  }
}
.gallery-hero__text-block {
  text-align: center;
  width: 100%;
  padding: 10.25rem 0rem 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__text-block {
    padding-left: 8.875rem;
    width: 50%;
    text-align: left;
  }
}
.gallery-hero__decor-block {
  width: 100%;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__decor-block {
    padding-left: 4.375rem;
    width: 50%;
  }
}
.gallery-hero__decor-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-hero__subtitle {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__subtitle {
    margin-bottom: 2.1875rem;
  }
}
.gallery-hero__title {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__title {
    padding-right: 3.25rem;
    padding-bottom: 2.875rem;
  }
}

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