@import url("https://use.typekit.net/svh5jac.css");
body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  font-size: small;
  font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body.no-transition * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p,
blockquote {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}
table {
  font-size: inherit;
  font: 100%;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 13px;
}
body {
  color: #39383D;
  font-family: 'indivisible', sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
a {
  color: #C7B175;
}
p {
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
p:last-child {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 600;
}
blockquote {
  font-size: 1.4em;
  margin-bottom: 1em;
}
blockquote * {
  line-height: 1.1em;
}
dl {
  margin: 0 0 1.5em 1em;
  padding: 0;
}
dl:last-child {
  margin: 0;
}
dd,
dt {
  margin: 0;
  padding: 0;
}
dt {
  margin-bottom: .1em;
}
dd {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4em;
}
ul {
  margin: 0 0 1.5em 1em;
  padding: 0;
}
li {
  margin-bottom: 1em;
}
.title-primary {
  font-size: clamp(45px,5.208vw,90px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .2em;
}
.title-secondary {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
}
.font-24 {
  font-size: clamp(18px,1.51032vw,24px);
  letter-spacing: 0;
  line-height: 140%;
}
.font-18 {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.font-18 * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .font-18 {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .font-18 {
    font-size: 15px;
  }
}
.font-13 {
  letter-spacing: 0.78px;
  font-size: 13px;
}
.font-12 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
}
.font-10 {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
}
html {
  scrollbar-width: none;
}
body {
  -ms-overflow-style: none;
}
body:not(.body--popup)::after {
  content: '';
  pointer-events: none;
  z-index: 10000;
  background: #FFF;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 600ms linear;
}
body.loading-done::after {
  opacity: 0;
}
body:not(.body--header-fixed):not(.body--popup) {
  padding-top: 135px;
}
@media screen and (max-width: 1860px) {
  body:not(.body--header-fixed):not(.body--popup) {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1550px) {
  body:not(.body--header-fixed):not(.body--popup) {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1200px) {
  body:not(.body--header-fixed):not(.body--popup) {
    padding-top: 100px;
  }
}
@media screen and (max-width: 550px) {
  body:not(.body--header-fixed):not(.body--popup) {
    padding-top: max(15vw,80px);
  }
}
body::-webkit-scrollbar {
  display: none;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.body {
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}
.body.scroll-locked {
  overflow: hidden;
  overflow-y: hidden;
}
.main {
  flex-grow: 1;
}
img {
  display: block;
  width: 100%;
}
svg {
  overflow: visible;
  max-width: 100%;
  height: auto;
  display: block;
}
video {
  width: 100%;
  display: block;
}
.success-color {
  color: #52AF8D !important;
}
.error-color {
  color: #e94937 !important;
}
.overlay {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.mobile-margin {
  margin-left: max(15px,5vw);
  margin-right: max(15px,5vw);
}
.mobile-padding {
  padding-left: max(15px,5vw);
  padding-right: max(15px,5vw);
}
input,
textarea,
select,
button {
  border: none;
  webkit-appearance: none;
  appearance: none;
  background: none;
  font: inherit;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
  outline: none;
}
button {
  width: auto;
  cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  height: 55px;
  line-height: 55px;
  border: 1px solid #000;
  padding: 0 15px;
  font-size: 13px;
  transition: 300ms;
  background: transparent;
  color: #39383D;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: #808080;
}
select {
  background-image: url(../img/icons/select-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
textarea {
  line-height: 1.2em;
  padding: 25px 15px;
  height: auto;
}
label,
.label {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  letter-spacing: 0.78px;
}
::placeholder {
  opacity: 1;
  color: #39383D;
}
.input {
  margin-bottom: 20px;
}
.input.text,
.input.textarea,
.input.tel,
.input.number,
.input.email,
.input.date {
  position: relative;
}
.input.text .error-message,
.input.textarea .error-message,
.input.tel .error-message,
.input.number .error-message,
.input.email .error-message,
.input.date .error-message {
  position: absolute;
  bottom: 3px;
  left: 15px;
  right: 15px;
}
.input.text:not(.text-date),
.input.textarea,
.input.tel,
.input.number,
.input.email {
  position: relative;
}
.input.text:not(.text-date) ::placeholder,
.input.textarea ::placeholder,
.input.tel ::placeholder,
.input.number ::placeholder,
.input.email ::placeholder {
  color: transparent !important;
}
.input.text:not(.text-date) label,
.input.textarea label,
.input.tel label,
.input.number label,
.input.email label {
  margin: 0;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transition: 300ms cubic-bezier(0.250,0.460,0.450,0.940);
  transform: translate3d(0,-50%,0) translate3d(0,-18px,0);
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-18px,0);
  font-size: 12px;
  color: #C7B175;
}
.input.text:not(.text-date) input:placeholder-shown + label,
.input.text:not(.text-date) textarea:placeholder-shown + label,
.input.textarea input:placeholder-shown + label,
.input.textarea textarea:placeholder-shown + label,
.input.tel input:placeholder-shown + label,
.input.tel textarea:placeholder-shown + label,
.input.number input:placeholder-shown + label,
.input.number textarea:placeholder-shown + label,
.input.email input:placeholder-shown + label,
.input.email textarea:placeholder-shown + label {
  transform: translate3d(0,-50%,0);
  -webkit-transform: translate3d(0,-50%,0);
  font-size: 13px;
  opacity: 1;
  color: #39383D;
}
.input.text:not(.text-date) input:focus + label,
.input.text:not(.text-date) textarea:focus + label,
.input.textarea input:focus + label,
.input.textarea textarea:focus + label,
.input.tel input:focus + label,
.input.tel textarea:focus + label,
.input.number input:focus + label,
.input.number textarea:focus + label,
.input.email input:focus + label,
.input.email textarea:focus + label {
  transform: translate3d(0,-50%,0) translate3d(0,-18px,0);
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-18px,0);
  font-size: 12px;
  color: #C7B175;
}
.input.textarea label {
  top: 30px;
}
.input.radiowrapper {
  border: 1px solid #000;
  padding: 15px;
}
.input.radiowrapper .label {
  margin-bottom: 10px;
}
.input.radiowrapper .select {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .input.radiowrapper .select {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
  }
}
.input.radiowrapper .select .input {
  margin: 0;
}
.input.radiowrapper .select label {
  margin: 0;
}
.input.radiowrapper .select label::after {
  display: none;
}
.input.radiowrapper .error-message {
  flex: 0 0 100%;
}
.radio label,
.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.radio label input,
.checkbox label input {
  width: 0;
  height: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  position: absolute;
  top: 0;
  left: -10px;
}
.radio label input:checked ~ span::before,
.checkbox label input:checked ~ span::before {
  box-shadow: 0 0 0 3px #fff inset;
  background: #39383D;
}
.radio label > span,
.checkbox label > span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.radio label > span::before,
.checkbox label > span::before {
  content: "";
  position: static;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #000;
  flex-shrink: 0;
}
.radio label {
  font-weight: bold;
}
.radio label > span::before {
  border-radius: 50%;
}
.checkbox label a {
  color: inherit;
  text-decoration: underline;
}
.input-hint,
.error-message {
  display: block;
  font-size: 12px;
  text-transform: none;
  margin-top: 1px;
}
.error-message {
  color: #e94937;
  margin-bottom: 0;
  font-weight: 500;
  pointer-events: none;
}
.privacy-disclaimer {
  margin-bottom: 30px;
}
.required label::after,
.required .label::after {
  content: " *";
}
.required.checkbox label::after {
  display: none;
}
.form-privacy {
  margin-bottom: 15px;
  font-size: 0.8rem;
}
.form-privacy .input:last-child {
  margin: 0;
}
.form-privacy a {
  color: inherit;
  text-decoration: underline;
}
.button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 3em;
  background: #C7B175;
  color: #39383D;
  font-size: 13px;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 300ms;
}
.button:not(.button--ghost):not(.button--fancy):hover {
  background: #cebb87;
}
.button--full {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .button--mobile-full {
    width: 100%;
    text-align: center;
  }
}
.button--big {
  height: 60px;
  line-height: 60px;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.12);
}
.button--fancy {
  background: none;
  color: #39383D;
  position: relative;
  padding: 0;
  text-transform: none;
}
.button--fancy:hover {
  background: none;
}
.button--fancy::after {
  content: '';
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/drizzle.svg) repeat-x 0 50%;
}
.button--fancy:hover::after {
  animation: buttonAfter 2500ms linear infinite;
}
.button--fancy--gold {
  color: #C7B175;
}
.button--fancy--gold::after {
  background-image: url(../img/drizzle-gold.svg);
}
.button--fancy--light {
  color: #FFF;
}
.button--fancy--light::after {
  background-image: url(../img/drizzle-light.svg);
}
.button--ghost {
  height: 60px;
  line-height: 58px;
  background: none;
  border: 1px solid #C7B175;
  padding: 0 4em;
  position: relative;
}
.button--ghost > span {
  position: relative;
  z-index: 1;
}
.button--ghost::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background: #C7B175;
  transition: transform 450ms cubic-bezier(0.455,0.030,0.515,0.955), opacity 450ms linear;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  opacity: 0;
  transform: scale3d(0,1,1);
  -webkit-transform: scale3d(0,1,1);
}
.button--ghost:hover::before {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  opacity: 1;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.button--floating {
  height: 60px;
  line-height: 60px;
  padding: 0 4em;
  position: sticky;
  bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.12);
}
@media screen and (max-width: 400px) {
  .button--floating {
    padding: 0 2em;
  }
}
.button--booking {
  display: none;
  height: 60px;
  line-height: 60px;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0px -3px 6px rgba(0,0,0,0.12);
  align-items: center;
  gap: 10px;
  z-index: 50;
  justify-content: center;
  padding: 0 2em;
}
@media screen and (max-width: 700px) {
  .button--booking {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  .button--booking-tablet {
    display: flex;
  }
}
#article {
  padding: 150px 5vw;
  font-size: 1.1rem;
}
#cookie_reload {
  cursor: pointer;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 1.2em;
  margin-bottom: 2em;
  font-weight: bold;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 h5 {
  font-size: 1.1em;
  font-weight: bold;
}
#cookiedisclaimer2022 h6 {
  font-size: 1em;
  font-weight: bold;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #999999;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_desc {
  margin-bottom: 1em;
}
#cookiedisclaimer2022 .cookie_desc:last-of-type {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
  margin-top: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
.alert {
  display: block;
  width: 440px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 40px 20px 25px;
  min-height: 60px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  text-transform: uppercase;
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
  opacity: 0.3;
  transition: 0.6s cubic-bezier(0.165,0.840,0.440,1.000);
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .alert {
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    text-align: center;
    border-radius: 0;
    padding: 30px 40px 30px 25px;
  }
}
.alert.visible {
  visibility: visible;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165,0.840,0.440,1.000);
}
.alert.hidden {
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 0;
}
.alert__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.alert__close::before,
.alert__close::after {
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
  background: #fff;
  left: 0;
  right: 0;
}
.alert__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.alert__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.alert--success {
  background-color: #52AF8D;
}
.alert--warning {
  background-color: #E86F51;
}
.alert--error {
  background-color: #e94937;
}
@keyframes spinCW {
  0% {
    transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
  }
  100% {
    transform: rotate3d(0,0,1,360deg);
    -webkit-transform: rotate3d(0,0,1,360deg);
  }
}
@keyframes buttonAfter {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0%,0);
    -webkit-transform: translate3d(0,0%,0);
  }
}
@keyframes revealImage {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0% 0);
  }
}
@keyframes resetTransform {
  100% {
    opacity: 1;
    transform: translate3d(0,0%,0);
    -webkit-transform: translate3d(0,0%,0);
  }
}
.hoverFx {
  position: relative;
}
.hoverFx > span {
  position: relative;
  z-index: 1;
}
.hoverFx::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background: #C7B175;
  transition: transform 450ms cubic-bezier(0.455,0.030,0.515,0.955), opacity 450ms linear;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  opacity: 0;
  transform: scale3d(0,1,1);
  -webkit-transform: scale3d(0,1,1);
}
.hoverFx:hover::before {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  opacity: 1;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.gradientFx {
  background: linear-gradient(to right,#39383D 0%,#39383D 20%,#C7B175 40%,#C7B175 60%,#39383D 80%,#39383D 100%);
  background-size: 500%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transition: background-position 450ms cubic-bezier(0.455,0.030,0.515,0.955);
  background-position: 100% 0;
}
.gradientFx:hover {
  background-position: 50% 0%;
}
.gradientFxLight {
  background: linear-gradient(to right,#FFF 0%,#FFF 20%,#C7B175 40%,#C7B175 60%,#FFF 80%,#FFF 100%);
  background-size: 500%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transition: background-position 450ms cubic-bezier(0.455,0.030,0.515,0.955);
  background-position: 100% 0;
}
.gradientFxLight:hover {
  background-position: 50% 0%;
}
.gradientFxMenu {
  background: linear-gradient(to right,#39383D 0%,#39383D 20%,#FFF 40%,#FFF 60%,#39383D 80%,#39383D 100%);
  background-size: 500%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transition: background-position 650ms cubic-bezier(0.455,0.030,0.515,0.955);
  background-position: 100% 0;
}
.gradientFxMenu:hover {
  background-position: 50% 0%;
}
[data-fx-reveal] {
  overflow: hidden;
}
[data-fx-reveal] > * {
  opacity: 0;
  display: block;
  animation: reveal 800ms 100ms cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  -webkit-animation: reveal 800ms 100ms cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  will-change: transform opacity;
}
[data-fx-reveal].is-in > * {
  animation-play-state: running;
  -webkit-animation-play-state: running;
}
[data-fx-image] img {
  clip-path: inset(0 0 100% 0);
  animation: revealImage 800ms 200ms cubic-bezier(0.250,0.460,0.450,0.940) forwards;
  -webkit-animation: revealImage 800ms 200ms cubic-bezier(0.250,0.460,0.450,0.940) forwards;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  will-change: clip-path opacity;
}
[data-fx-image].is-in img {
  animation-play-state: running;
  -webkit-animation-play-state: running;
}
[data-fade-v] {
  animation: resetTransform 800ms 100ms cubic-bezier(0.250,0.460,0.450,0.940) forwards;
  -webkit-animation: resetTransform 800ms 100ms cubic-bezier(0.250,0.460,0.450,0.940) forwards;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  transform: translate3d(0,5vw,0);
  -webkit-transform: translate3d(0,5vw,0);
  opacity: 0;
  will-change: transform opacity;
}
[data-fade-v].is-in {
  animation-play-state: running;
  -webkit-animation-play-state: running;
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0,0,0,0.1);
  --f-spinner-color-2: rgba(17,24,28,0.8);
  --f-spinner-stroke: 2.75;
}
.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}
.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}
.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}
.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration,0.175s) ease-out both f-throwOutUp;
}
.f-throwOutDown {
  animation: var(--f-throw-out-duration,0.175s) ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
  to {
    transform: translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0,var(--f-throw-out-distance,150px),0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration,0.2s) ease .1s both f-zoomInUp;
}
.f-zoomOutDown {
  animation: var(--f-transition-duration,0.2s) ease both f-zoomOutDown;
}
@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0,16px,0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0,16px,0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration,0.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;
  z-index: 2;
}
.f-fadeOut {
  animation: var(--f-transition-duration,0.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;
  z-index: 1;
}
@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration,0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}
.f-fadeFastOut {
  animation: var(--f-transition-duration,0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}
@keyframes f-fadeFastIn {
  0% {
    opacity: .75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration,0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}
.f-fadeSlowOut {
  animation: var(--f-transition-duration,0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration,0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}
.f-crossfadeOut {
  animation: calc(var(--f-transition-duration,0.2s)*.5) linear .1s both f-crossfadeOut;
  z-index: 1;
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideInNext;
}
.f-slideIn.from-prev {
  animation: var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideInPrev;
}
.f-slideOut.to-next {
  animation: var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideOutNext;
}
.f-slideOut.to-prev {
  animation: var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideOutPrev;
}
@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0,0,0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0,0,0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicInNext;
  z-index: 2;
}
.f-classicIn.from-prev {
  animation: var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicInPrev;
  z-index: 2;
}
.f-classicOut.to-next {
  animation: var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicOutNext;
  z-index: 1;
}
.f-classicOut.to-prev {
  animation: var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicOutPrev;
  z-index: 1;
}
@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
  outline: none;
}
.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));
}
.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}
.f-button[disabled] {
  cursor: default;
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}
.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}
html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}
html.with-fancybox body {
  touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24,24,27,0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255,255,255,0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow: visible;
  z-index: var(--fancybox-zIndex,1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container *:empty {
  display: block;
}
.fancybox__container::backdrop {
  background-color: rgba(0,0,0,0);
}
.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity,1);
  will-change: opacity;
}
.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}
.fancybox__viewport {
  width: 100%;
  height: 100%;
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}
.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}
.fancybox__slide.has-image {
  overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}
.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color,#374151);
  background: var(--fancybox-content-bg,#fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}
.is-loading .fancybox__content {
  opacity: 0;
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}
.fancybox__slide.has-image>.fancybox__content {
  padding: 0;
  background: rgba(0,0,0,0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
}
.fancybox__slide.has-image>.fancybox__content>picture>img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}
.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color,currentColor);
  opacity: var(--fancybox-opacity,1);
  cursor: auto;
  visibility: visible;
}
.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}
.is-compact .fancybox__caption {
  padding-bottom: 0;
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}
.fancybox__content>.f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color,#fff);
  --f-button-hover-color: var(--fancybox-color,#fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75;
}
.is-loading .fancybox__content>.f-button.is-close-btn {
  visibility: hidden;
}
.is-zooming-out .fancybox__content>.f-button.is-close-btn {
  visibility: hidden;
}
.fancybox__content>.f-button.is-close-btn:hover {
  opacity: 1;
}
.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}
.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity,1);
  transition: all .25s ease;
}
.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24,24,27,0.5);
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}
.is-compact .fancybox__content>.f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0,0,0,0.6);
  --f-button-active-bg: rgba(0,0,0,0.6);
  --f-button-hover-bg: rgba(0,0,0,0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24,24,27,0.3);
  --f-button-active-bg: rgba(24,24,27,0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24,24,27,0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity,1);
}
.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}
.is-idle .fancybox__nav {
  animation: .15s ease-out both f-fadeOut;
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut;
}
.fancybox__slide>.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top,calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}
.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}
.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}
.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}
.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,
.fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration,0.25s) ease .1s backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration,0.35s) ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,
.fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration,0.15s) ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration,0.35s) ease forwards f-fadeOut;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(-20%);
  height: 90%;
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24,24,27,0.9);
  color: #fff;
}
.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0);
}
.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px,1px,1px,1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}
.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}
.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2,#e2e8f0);
  z-index: -1;
}
.f-thumbs .f-spinner svg {
  display: none;
}
.f-thumbs.is-vertical {
  height: 100%;
}
.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0,0,0);
}
.f-thumbs__track {
  display: flex;
}
.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}
.f-thumbs__slide.is-loading img {
  opacity: 0;
}
.is-classic .f-thumbs__viewport {
  height: 100%;
}
.is-modern .f-thumbs__track {
  width: max-content;
}
.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--f-thumb-clip-width,0)*-0.5);
  width: calc(var(--width,0)*1pxvar(--f-thumb-clip-width,0));
  cursor: pointer;
}
.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift,0) * -1px),0,0);
  transition: none;
  pointer-events: none;
}
.is-modern.is-resting .f-thumbs__slide {
  transition: transform .33s ease;
}
.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path .33s ease;
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}
.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0,0,0,0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity .2s ease;
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}
.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}
.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(var(--f-thumb-width,0) - var(--f-thumb-clip-width,0) * 1 - var(--progress,0) * 0.5) round var(--f-thumb-border-radius,0));
  clip-path: var(--clip-path);
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}
.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn .2s ease-out;
  z-index: 10;
}
.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}
.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity,1);
  transition: max-height .35s cubic-bezier(0.23,1,0.32,1);
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05));
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05));
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}
.is-closing .fancybox__thumbs {
  transition: none !important;
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color,rgba(255,255,255,0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24,24,27,0.65);
  --f-button-hover-bg: rgba(70,70,73,0.65);
  --f-button-active-bg: rgba(90,90,93,0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24,24,27,0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color,currentColor);
  opacity: var(--fancybox-opacity,1);
  text-shadow: var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.5));
  pointer-events: none;
  z-index: 20;
}
.fancybox__toolbar :focus-visible {
  z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut;
}
.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}
.fancybox__infobar span {
  padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
  position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px,0,0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity,0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity,1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px,-50%,0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,0.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0,0,0,0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom,#eee,#ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0,0,0,0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200,200,200,0.8);
  background-color: rgba(255,255,255,0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255,255,255,0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
  -moz-animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
  -ms-animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
  -o-animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
  animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
  -moz-animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
  -ms-animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
  -o-animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
  animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255,255,255,0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom,#666,#444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom,#be2626,#a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.header {
  display: grid;
  grid-template-columns: 1fr 215px 1fr;
  align-items: start;
  padding: 20px clamp(5px,2.0832vw,40px) 0;
  font-size: 13px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  transition: 350ms cubic-bezier(0.250,0.460,0.450,0.940);
  height: 135px;
}
@media screen and (max-width: 1860px) {
  .header {
    padding: 20px clamp(10px,1.5624vw,30px) 0;
    grid-template-columns: 1fr 200px 1fr;
    height: 130px;
  }
}
@media screen and (max-width: 1550px) {
  .header {
    font-size: 12px;
    grid-template-columns: 1fr 180px 1fr;
    height: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 10px 20px;
    grid-template-columns: 1fr 160px 1fr;
    height: 100px;
  }
}
@media screen and (max-width: 550px) {
  .header {
    grid-template-columns: 1fr 100px 1fr;
    height: max(15vw,80px);
  }
}
@media screen and (max-width: 400px) {
  .header {
    padding: 10px;
  }
}
@media screen and (max-width: 350px) {
  .header {
    padding: 5px;
  }
}
.header--fixed {
  position: fixed;
  color: #FFF;
}
body:not(.body--scroll) .header--fixed path {
  fill: #FFF;
}
body:not(.body--scroll) .header--fixed .header__button {
  outline: 1px solid #FFF;
}
body:not(.body--scroll) .header--fixed .header__link[target="_blank"]::after {
  filter: invert(100%);
}
body:not(.body--scroll) .header--fixed .header__link span {
  background: linear-gradient(to right,#FFF 0%,#FFF 20%,#C7B175 40%,#C7B175 60%,#FFF 80%,#FFF 100%);
  background-size: 500%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transition: background-position 450ms cubic-bezier(0.455,0.030,0.515,0.955);
  background-position: 100% 0;
}
body:not(.body--scroll) .header--fixed .header__link span:hover {
  background-position: 50% 0%;
}
body:not(.body--scroll) .header--fixed .menu__item:nth-child(n+2) .menu__link span {
  background: linear-gradient(to right,#FFF 0%,#FFF 20%,#C7B175 40%,#C7B175 60%,#FFF 80%,#FFF 100%);
  background-size: 500%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transition: background-position 450ms cubic-bezier(0.455,0.030,0.515,0.955);
  background-position: 100% 0;
}
body:not(.body--scroll) .header--fixed .menu__item:nth-child(n+2) .menu__link span:hover {
  background-position: 50% 0%;
}
.body--scroll .header {
  background: #FFF;
  color: #39383D;
  height: 94px;
  padding-top: 0px;
}
@media screen and (max-width: 1200px) {
  .body--scroll .header {
    height: 80px;
  }
}
.header__logo {
  overflow: hidden;
  transition: 350ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.body--scroll .header__logo {
  height: 85px;
  padding-top: 10px;
}
@media screen and (max-width: 1860px) {
  .body--scroll .header__logo {
    height: 75px;
  }
}
@media screen and (max-width: 1200px) {
  .body--scroll .header__logo {
    height: 65px;
  }
}
@media screen and (max-width: 550px) {
  .body--scroll .header__logo {
    height: 65px;
  }
}
.header__left,
.header__right {
  padding-top: 30px;
  display: flex;
  align-items: center;
  transition: 350ms cubic-bezier(0.250,0.460,0.450,0.940);
  gap: clamp(20px,1.5624vw,30px);
}
@media screen and (max-width: 1000px) {
  .header__left,
  .header__right {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .body--scroll .header__left,
  .body--scroll .header__right {
    padding-top: 22px;
  }
}
.header__right {
  justify-content: flex-end;
}
.header__button {
  display: block;
  height: 34px;
  line-height: 32px;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.78px;
  border: 1px solid #C7B175;
  padding: 0 2em;
  position: relative;
  outline: 1px solid #39383D;
  outline-offset: 2px;
  cursor: pointer;
}
.header__button > span {
  position: relative;
  z-index: 1;
}
.header__button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background: #C7B175;
  transition: transform 450ms cubic-bezier(0.455,0.030,0.515,0.955), opacity 450ms linear;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  opacity: 0;
  transform: scale3d(0,1,1);
  -webkit-transform: scale3d(0,1,1);
}
.header__button:hover::before {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  opacity: 1;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
@media screen and (max-width: 1200px) {
  .header__button {
    display: none;
  }
}
.header__link {
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.78px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.header__link span {
  display: block;
  background: linear-gradient(to right,#39383D 0%,#39383D 20%,#C7B175 40%,#C7B175 60%,#39383D 80%,#39383D 100%);
  background-size: 500%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transition: background-position 450ms cubic-bezier(0.455,0.030,0.515,0.955);
  background-position: 100% 0;
  height: 34px;
  line-height: 34px;
}
.header__link span:hover {
  background-position: 50% 0%;
}
@media screen and (max-width: 1200px) {
  .header__link {
    display: none;
  }
}
.header__link[target="_blank"]::after {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../img/icons/link.svg) no-repeat center;
  display: block;
  transition: 300ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.header__link[target="_blank"]:hover::after {
  transform: translate3d(0,-3px,0);
  -webkit-transform: translate3d(0,-3px,0);
}
.hamburger {
  display: block;
  width: 40px;
  height: 34px;
  position: relative;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  height: 1px;
  background: #39383D;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transition: 500ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.header--fixed .hamburger span {
  background: #FFF;
}
.body--scroll .hamburger span {
  background: #39383D;
}
.hamburger span:first-child {
  transform: translate(0,-50%) translate3d(0,-9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,-9px,0);
}
.hamburger span:last-child {
  transform: translate(0,-50%) translate3d(0,9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,9px,0);
}
@media screen and (max-width: 1000px) {
  .hamburger span {
    width: 45px;
  }
}
@media screen and (max-width: 550px) {
  .hamburger span {
    width: 40px;
  }
}
.mobile-menu {
  position: fixed;
  background: #C7B175;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  transition: 800ms cubic-bezier(0.165,0.840,0.440,1.000);
  transform: translate3d(0,-100%,0);
  -webkit-transform: translate3d(0,-100%,0);
  visibility: hidden;
  pointer-events: none;
  will-change: transform;
  padding: clamp(30px,3.1248vw,60px) 20px;
  overflow-y: auto;
}
@media screen and (max-width: 550px) {
  .mobile-menu {
    justify-content: center;
    gap: max(30px,5vh);
  }
}
@media screen and (max-width: 350px) {
  .mobile-menu {
    gap: 10px;
  }
}
.mobile-menu.open {
  transform: translate3d(0,0%,0);
  -webkit-transform: translate3d(0,0%,0);
  visibility: visible;
  pointer-events: all;
}
.mobile-menu__close {
  position: absolute;
  top: clamp(10px,2.0832vw,40px);
  left: clamp(10px,2.0832vw,40px);
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
.mobile-menu__close::after,
.mobile-menu__close::before {
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  background: #39383D;
}
.mobile-menu__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mobile-menu__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mobile-menu__snippet {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
}
.mobile-menu__snippet p {
  line-height: 100%;
}
.mobile-menu__snippet h6 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
  font-family: 'indivisible', sans-serif;
  margin-bottom: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .mobile-menu__snippet {
    display: none;
  }
}
.mobile-menu .menu {
  position: relative;
  transition: 500ms cubic-bezier(0.250,0.460,0.450,0.940);
  will-change: transform;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 clamp(20px,4.6872vw,90px);
}
@media screen and (max-width: 1000px) {
  .mobile-menu .menu {
    display: grid;
    gap: 10px;
  }
}
.mobile-menu .menu::before,
.mobile-menu .menu::after {
  content: '';
  flex: 0 0 100%;
  order: 1;
}
@media screen and (max-width: 1000px) {
  .mobile-menu .menu::before,
  .mobile-menu .menu::after {
    display: none;
    flex-basis: 0;
  }
}
.mobile-menu .menu__item {
  text-align: center;
}
.mobile-menu .menu__item:nth-child(n+4) {
  order: 1;
}
.mobile-menu .menu__item:nth-child(n+6) {
  order: 2;
}
.mobile-menu .menu__item:last-child {
  flex: 0 0 100%;
}
.mobile-menu .menu__link {
  font-size: clamp(50px,6.7704vw,120px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  color: #39383D;
}
@media screen and (max-width: 400px) {
  .mobile-menu .menu__link {
    font-size: 45px;
  }
}
@media screen and (max-width: 350px) {
  .mobile-menu .menu__link {
    font-size: 40px;
  }
}
.mobile-menu .menu__link span {
  background: linear-gradient(to right,#39383D 0%,#39383D 20%,#FFF 40%,#FFF 60%,#39383D 80%,#39383D 100%);
  background-size: 500%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transition: background-position 650ms cubic-bezier(0.455,0.030,0.515,0.955);
  background-position: 100% 0;
}
.mobile-menu .menu__link span:hover {
  background-position: 50% 0%;
}
.mobile-menu .menu__link[target="_blank"] span {
  position: relative;
}
.mobile-menu .menu__link[target="_blank"] span::after {
  content: '';
  width: clamp(20px,2.0832vw,40px);
  height: clamp(20px,2.0832vw,40px);
  top: .3em;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  background: url(../img/icons/link.svg) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 100%;
}
@media screen and (max-width: 1000px) {
  .mobile-menu .menu__link[target="_blank"] span::after {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
  }
}
.mobile-menu__languages {
  display: flex;
  gap: 20px;
}
.mobile-menu__language {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  height: 34px;
  line-height: 34px;
  display: block;
  color: inherit;
  text-transform: uppercase;
  position: relative;
}
.mobile-menu__language * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .mobile-menu__language {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .mobile-menu__language {
    font-size: 15px;
  }
}
@media screen and (max-width: 550px) {
  .mobile-menu__language {
    letter-spacing: 0.78px;
    font-size: 13px;
  }
}
.mobile-menu__language--active::after {
  content: '';
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/drizzle.svg) repeat-x 0 50%;
}
.footer {
  background: #C7B175;
  font-size: 14px;
  margin-top: clamp(100px,10.416vw,200px);
}
@media screen and (max-width: 550px) {
  .footer {
    font-size: 13px;
  }
}
.footer--nomargin {
  margin-top: 0;
}
.footer__row {
  padding: 40px 0;
  margin: 0 40px;
  border-bottom: 1px solid rgba(57,56,61,0.1);
  display: grid;
  grid-template-columns: 35% 1fr;
}
.footer__row:last-child {
  border: none;
}
@media screen and (min-width: 1921px) {
  .footer__row {
    width: 1840px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1550px) {
  .footer__row {
    grid-template-columns: 28% 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .footer__row {
    padding: 30px 0;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.footer__right {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: clamp(30px,3.1248vw,60px);
}
@media screen and (max-width: 1000px) {
  .footer__right--first {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 550px) {
  .footer__right {
    grid-template-columns: 1fr;
  }
}
.footer strong {
  font-weight: 500;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  opacity: .7;
}
.footer p {
  line-height: 1.6em;
}
.footer__rowtitle {
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(30px,2.604vw,50px);
  line-height: 100%;
}
@media screen and (max-width: 400px) {
  .footer__rowtitle {
    font-size: 24px;
  }
}
.footer__title {
  text-transform: uppercase;
  letter-spacing: 0.78px;
  margin-bottom: 1em;
  font-family: 'indivisible', sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .footer__title {
    margin-bottom: .6em;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: min(22.9152vw,440px) 1fr;
  align-items: center;
  gap: clamp(10px,2.0832vw,40px);
}
@media screen and (max-width: 1400px) {
  .footer__grid {
    grid-template-columns: min(15.624vw,300px) 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .footer__grid {
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (max-width: 700px) {
  .footer__grid {
    grid-template-columns: 160px 1fr;
  }
}
@media screen and (max-width: 550px) {
  .footer__grid {
    grid-template-columns: 30% 1fr;
  }
}
.footer__menus {
  display: flex;
  gap: 20px clamp(30px,4.1664vw,80px);
  padding-bottom: clamp(20px,2.0832vw,40px);
  border-bottom: 1px solid rgba(57,56,61,0.1);
}
@media screen and (max-width: 1400px) {
  .footer__menus {
    gap: 20px clamp(60px,5.208vw,100px);
  }
}
@media screen and (max-width: 550px) {
  .footer__menus {
    flex-direction: column;
  }
}
.footer .menu a {
  display: inline-block;
  letter-spacing: 1.2px;
  line-height: 1.4em;
}
@media screen and (max-width: 1000px) {
  .footer .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0 .5em;
  }
}
@media screen and (max-width: 550px) {
  .footer .menu {
    display: block;
  }
}
.footer .menu__item {
  margin-bottom: .4em;
}
@media screen and (max-width: 1000px) {
  .footer .menu__item {
    display: flex;
    gap: 0 .5em;
    align-items: center;
  }
  .footer .menu__item::after {
    content: '-';
  }
  .footer .menu__item:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .footer .menu__item {
    display: block;
  }
  .footer .menu__item::after {
    display: none;
  }
}
.footer__section--flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.footer__section--span2 {
  grid-column-end: span 2;
}
.footer__legal {
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  margin: 0 40px;
}
@media screen and (min-width: 1921px) {
  .footer__legal {
    width: 1840px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .footer__legal {
    padding: 15px 0;
    font-size: 13px;
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
@media screen and (max-width: 700px) {
  .footer__legal {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
}
.footer__legal-section {
  display: flex;
  align-items: center;
  gap: clamp(20px,3.1248vw,60px);
}
@media screen and (max-width: 700px) {
  .footer__legal-section {
    justify-content: space-between;
  }
}
.footer__links {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 1200px) {
  .footer__links {
    gap: 0.5em;
  }
}
@media screen and (max-width: 700px) {
  .footer__links {
    width: 100%;
    justify-content: space-between;
  }
}
.footer-social-links {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-social-links a {
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .footer-social-links a {
    width: 30px;
    height: 30px;
  }
}
.footer-social-links a:hover {
  opacity: .6;
}
.gallery {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .gallery {
    margin-top: 10px;
  }
}
.gallery img {
  width: auto;
  height: clamp(400px,27.0816vw,520px);
}
@media screen and (max-width: 1000px) {
  .gallery img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery .swiper-slide {
  width: auto;
}
@media screen and (max-width: 1000px) {
  .gallery .swiper-slide {
    aspect-ratio: 1.7777777777778;
  }
}
@media screen and (max-width: 1000px) {
  .gallery .swiper {
    background: #39383D;
  }
}
.gallery .slider__arrow {
  transform: none;
  -webkit-transform: none;
}
.gallery .slider__arrow--next {
  right: clamp(5px,1.0416vw,20px);
}
.gallery .slider__arrow--prev {
  left: clamp(5px,1.0416vw,20px);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.gallery__open {
  height: clamp(40px,3.02064vw,58px);
  display: flex;
  align-items: center;
  letter-spacing: 0.78px;
  font-size: 13px;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #C7B175;
  padding: 0 clamp(20px,2.8644vw,55px);
  right: clamp(10px,1.8228vw,35px);
  bottom: clamp(10px,1.8228vw,35px);
  z-index: 10;
  cursor: pointer;
  position: relative;
  position: absolute;
}
.gallery__open > span {
  position: relative;
  z-index: 1;
}
.gallery__open::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background: #C7B175;
  transition: transform 450ms cubic-bezier(0.455,0.030,0.515,0.955), opacity 450ms linear;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  opacity: 0;
  transform: scale3d(0,1,1);
  -webkit-transform: scale3d(0,1,1);
}
.gallery__open:hover::before {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  opacity: 1;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
@media screen and (max-width: 550px) {
  .gallery__open {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.2px;
  }
}
.error-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100vh;
}
.error-container h1 {
  text-align: center;
  margin-bottom: .5em;
}
.error-container a {
  text-decoration: underline;
}
.paginator {
  border-top: 1px solid rgba(57,56,61,0.1);
  margin-top: 40px;
  padding-top: 10px;
}
.paginator__pages {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.paginator__pages a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #39383D;
  border: 1px solid #39383D;
  border-radius: 3px;
}
.paginator__pages .active a {
  background: #39383D;
  color: #FFF;
}
.languages {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.78px;
}
.languages__toggler {
  padding: 0;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.body--light-header:not(.body--scroll) .languages__toggler {
  border-color: #FFF;
}
@media screen and (max-width: 550px) {
  .languages__toggler {
    padding: 0 10px;
    height: 40px;
  }
}
.languages__label {
  height: 34px;
  line-height: 34px;
  background: linear-gradient(to right,#39383D 0%,#39383D 20%,#C7B175 40%,#C7B175 60%,#39383D 80%,#39383D 100%);
  background-size: 500%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transition: background-position 450ms cubic-bezier(0.455,0.030,0.515,0.955);
  background-position: 100% 0;
}
.languages__label:hover {
  background-position: 50% 0%;
}
body:not(.body--scroll) .header--fixed .languages__label {
  background: linear-gradient(to right,#FFF 0%,#FFF 20%,#C7B175 40%,#C7B175 60%,#FFF 80%,#FFF 100%);
  background-size: 500%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transition: background-position 450ms cubic-bezier(0.455,0.030,0.515,0.955);
  background-position: 100% 0;
}
body:not(.body--scroll) .header--fixed .languages__label:hover {
  background-position: 50% 0%;
}
.languages__icon {
  transition: 300ms cubic-bezier(0.250,0.460,0.450,0.940);
  will-change: transform;
}
.languages__dropdown {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  border: 1px solid rgba(57,56,61,0.1);
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) scale3d(1,0,1);
  -webkit-transform: translateX(-50%) scale3d(1,0,1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transition: 300ms cubic-bezier(0.250,0.460,0.450,0.940);
  opacity: 0;
  will-change: transform, opacity;
}
.languages__link {
  height: 34px;
  line-height: 34px;
  padding: 0 30px;
  text-align: center;
  display: block;
  color: #39383D;
}
.languages__link--active {
  color: #C7B175;
}
.languages.open .languages__dropdown {
  visibility: visible;
  pointer-events: all;
  transform: translateX(-50%) scale3d(1,1,1);
  -webkit-transform: translateX(-50%) scale3d(1,1,1);
  opacity: 1;
}
.languages.open .languages__icon {
  transform: rotate3d(0,0,1,45deg);
  -webkit-transform: rotate3d(0,0,1,45deg);
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 20px;
  border: 1px solid #000;
  text-transform: uppercase;
  color: #000;
  background: #f0f0f0;
  gap: 10px;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .cta {
    height: 40px;
  }
}
.cta svg path {
  fill: #000;
}
.cta__icon {
  transition: 300ms cubic-bezier(0.250,0.460,0.450,0.940);
  flex-shrink: 0;
}
.cta:hover .cta__icon {
  transform: translate3d(5px,0,0);
  -webkit-transform: translate3d(5px,0,0);
}
.slider {
  position: relative;
}
.slider__arrow {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  background: #fff url(../img/icons/arrow-right.svg) no-repeat center;
  border-radius: 50%;
  margin-top: -17px;
  z-index: 10;
  cursor: pointer;
  border: 1px solid #C7B175;
}
.slider__arrow.swiper-button-disabled {
  opacity: 0;
}
.slider__arrow--prev {
  left: 0;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .slider__arrow--prev {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
.slider__arrow--next {
  right: 0;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
@media screen and (max-width: 1200px) {
  .slider__arrow--next {
    right: 5px;
    transform: none;
    -webkit-transform: none;
  }
}
.slider__pagination {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-weight: 500;
  padding-top: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1000px) {
  .slider__pagination {
    top: auto;
    bottom: 0;
    z-index: 10;
    color: #FFF;
    text-align: right;
    padding: 5px;
  }
}
.slider--fullscreen {
  background: #bcd3ec;
}
.slider--fullscreen .slider__pagination {
  display: none;
}
.slider--fullscreen .slider__arrow {
  transform: none;
  -webkit-transform: none;
}
.slider--fullscreen .slider__arrow--next {
  right: clamp(5px,2.0832vw,40px);
}
.slider--fullscreen .slider__arrow--prev {
  left: clamp(5px,2.0832vw,40px);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media screen and (min-width: 1001px) {
  .slider--service .slider__arrow {
    position: static;
    display: block;
    height: 45px;
    width: 45px;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .slider--service .slider__arrow--next {
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    transform: none;
    -webkit-transform: none;
  }
  .slider--service .slider__arrow--prev {
    margin: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
.contact-form {
  scroll-margin-top: 200px;
}
.contact-form__separator {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #C7B175;
}
.contact-form__separator * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .contact-form__separator {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .contact-form__separator {
    font-size: 15px;
  }
}
.contact-form__separator:first-child {
  margin-top: 0;
}
.contact-form__policies {
  display: flex;
  gap: 10px 25px;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #39383D;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .contact-form__policies {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.contact-form__policies a {
  color: #39383D;
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.78px;
  font-size: 13px;
}
.contact-form--1 .input {
  margin-bottom: 20px;
}
.contact-form--1 .contact-form__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  text-align: center;
  margin-bottom: clamp(20px,3.1248vw,60px);
}
.contact-form--1 .contact-form__inputs {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: clamp(10px,2.0832vw,40px);
}
@media screen and (max-width: 700px) {
  .contact-form--1 .contact-form__inputs {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 701px) {
  .contact-form--1 .input--1,
  .contact-form--1 .input--2,
  .contact-form--1 .input--3,
  .contact-form--1 .input--9 {
    grid-column-start: 1;
  }
  .contact-form--1 .input--4 {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: span 4;
  }
  .contact-form--1 .input--5 {
    grid-column-end: span 2;
  }
}
.contact-form--1 .textarea {
  display: flex;
  flex-direction: column;
}
.contact-form--1 .textarea textarea {
  flex-grow: 1;
}
.contact-form--5 .contact-form__inputs {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: clamp(10px,2.0832vw,40px);
}
@media screen and (max-width: 700px) {
  .contact-form--5 .contact-form__inputs {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 701px) {
  .contact-form--5 .input--29,
  .contact-form--5 .input--30 {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
  .contact-form--5 .contact-form__uploader {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}
.contact-form--6 .contact-form__inputs {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: clamp(10px,2.0832vw,40px);
}
@media screen and (max-width: 700px) {
  .contact-form--6 .contact-form__inputs {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 701px) {
  .contact-form--6 .contact-form__separator,
  .contact-form--6 .radiowrapper,
  .contact-form--6 .textarea {
    grid-column-end: span 2;
  }
  .contact-form--6 .input {
    grid-column-end: span 2;
  }
  .contact-form--6 .input--40,
  .contact-form--6 .input--41,
  .contact-form--6 .input--42,
  .contact-form--6 .input--43 {
    grid-column-end: span 1;
  }
}
.contact-form--3,
.contact-form--4 {
  background: #FFF7D9;
  padding: 25px clamp(10px,2.0832vw,40px) 40px;
}
@media screen and (max-width: 1200px) {
  .contact-form--3,
  .contact-form--4 {
    padding: 0;
  }
}
.contact-form--3 input,
.contact-form--3 textarea,
.contact-form--4 input,
.contact-form--4 textarea {
  background: #FFF7D9;
}
.contact-form--3 h4,
.contact-form--4 h4 {
  font-size: clamp(18px,1.51032vw,24px);
  letter-spacing: 0;
  line-height: 140%;
  text-align: center;
  margin-bottom: 1em;
}
.contact-form--3 .contact-form__footer,
.contact-form--4 .contact-form__footer {
  margin-top: 20px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px,1.5624vw,30px);
}
@media screen and (max-width: 1000px) {
  .contact-info {
    align-items: center;
  }
}
.contact-info__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.contact-info__item a {
  color: #000;
}
.contact-info__icon {
  width: 15px;
}
.contact-info__icon svg {
  width: 100%;
  height: 100%;
}
.contact-info__icon path {
  fill: #39383D;
}
.popup {
  position: fixed;
  z-index: 1000;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 1200px;
  max-width: 90vw;
  max-height: 90vh;
  transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
  box-shadow: 0 0 0 100vw rgba(0,0,0,0.8);
  transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.popup.hidden {
  transform: translate3d(-50%,-50%,0) translate3d(0%,-200vh,0);
  -webkit-transform: translate3d(-50%,-50%,0) translate3d(0%,-200vh,0);
  box-shadow: 0 0 0 0vw rgba(0,0,0,0.8);
  pointer-events: none;
}
.popup__grid {
  display: grid;
  grid-template-columns: 40% 1fr;
}
@media screen and (max-width: 700px) {
  .popup__grid {
    grid-template-columns: 1fr;
  }
}
.popup__image img {
  object-fit: cover;
  width: 100%;
  max-height: 90vh;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .popup__image img {
    height: auto;
    max-height: 25vh;
  }
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .popup__close {
    width: 35px;
    height: 35px;
  }
}
.popup__close::before,
.popup__close::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #39383D;
  left: 5px;
  right: 5px;
  top: 50%;
}
.popup__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.popup__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.popup__content {
  padding: 40px clamp(10px,6.2496vw,120px);
  overflow-y: auto;
  display: grid;
  align-items: center;
  max-height: 90vh;
}
@media screen and (max-width: 700px) {
  .popup__content {
    max-height: calc(90vh - 25vh);
    padding: 20px clamp(10px,6.2496vw,120px);
  }
}
.popup__title {
  font-size: clamp(45px,5.208vw,90px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .2em;
}
.popup__cta,
.popup__subscribe {
  margin-top: clamp(20px,2.0832vw,40px);
}
.popup__bg {
  position: relative;
}
.popup__bg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.2);
}
.popup__bg img {
  max-height: 90vh;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .popup__bg img {
    aspect-ratio: 1;
  }
}
.popup__fg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.popup__fg-wrapper {
  max-width: 500px;
}
.contacts__hero {
  padding: 180px 0 clamp(50px,6.51vw,125px);
  background: #3B493B;
  color: #C7B175;
}
@media screen and (max-width: 1200px) {
  .contacts__hero {
    padding-top: 150px;
  }
}
@media screen and (max-width: 700px) {
  .contacts__hero {
    padding-top: 130px;
  }
}
@media screen and (max-width: 550px) {
  .contacts__hero {
    padding-top: 90px;
  }
}
.contacts__form,
.contacts__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1860px) {
  .contacts__form,
  .contacts__wrapper {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .contacts__form,
  .contacts__wrapper {
    width: auto;
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.contacts__wrapper {
  display: grid;
  grid-template-columns: min(660px,50%) 1fr;
  gap: 30px clamp(40px,6.51vw,125px);
}
@media screen and (max-width: 700px) {
  .contacts__wrapper {
    grid-template-columns: 1fr;
  }
}
.contacts__image img {
  min-height: 100%;
  object-fit: cover;
}
.contacts__links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.contacts__links a {
  color: #C7B175;
}
.contacts__link {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.contacts__link * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .contacts__link {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .contacts__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .contacts__link {
    max-width: none;
  }
}
.contacts__link strong {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
  display: block;
  margin-bottom: .5em;
}
@media screen and (max-width: 1000px) {
  .contacts__link strong {
    margin-bottom: .5em;
  }
}
.contacts__link a {
  color: inherit;
}
.contacts__form {
  margin-top: clamp(40px,7.2912vw,140px);
}
.contacts__social {
  margin-top: clamp(40px,9.3744vw,180px);
}
.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links a {
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}
.social-links a:hover {
  opacity: .6;
}
.fullscreen-media {
  margin-top: clamp(80px,8.3328vw,160px);
  position: relative;
  color: #FFF;
  display: grid;
  grid-template: "a";
}
.fullscreen-media--overlay::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.44);
}
.fullscreen-media__bg {
  grid-area: a;
}
.fullscreen-media__bg video,
.fullscreen-media__bg img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.fullscreen-media__content {
  grid-area: a;
  z-index: 2;
  padding: 100px 6.2496vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1921px) {
  .fullscreen-media__content {
    width: 1680px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .fullscreen-media__content {
    padding-left: max(15px,5vw);
    padding-right: max(15px,5vw);
  }
}
.fullscreen-media__wrapper {
  text-align: left;
  width: min(960px,49.9968vw);
}
@media screen and (max-width: 700px) {
  .fullscreen-media__wrapper {
    width: auto;
  }
}
.fullscreen-media__title {
  font-size: clamp(45px,5.208vw,90px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
}
.fullscreen-media__text {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  max-width: 1200px;
  margin-top: clamp(10px,1.302vw,25px);
}
.fullscreen-media__text * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .fullscreen-media__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .fullscreen-media__text {
    font-size: 15px;
  }
}
.fullscreen-media__cta {
  margin-top: clamp(40px,3.1248vw,60px);
}
.text-hero {
  width: 100%;
  max-width: 800px;
  margin: clamp(60px,4.1664vw,80px) auto 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .text-hero {
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
    max-width: none;
    width: auto;
  }
}
.text-hero__smalltitle {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 10px;
}
.text-hero__title {
  font-size: clamp(45px,5.208vw,90px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .2em;
  margin-bottom: clamp(30px,2.0832vw,40px);
}
.text-hero__title--small {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  margin-bottom: clamp(30px,2.0832vw,40px);
}
.text-hero__title--lowercase {
  text-transform: none;
}
.text-hero__content {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.text-hero__content * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .text-hero__content {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .text-hero__content {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .text-hero__content {
    padding: 0 10vw;
  }
}
@media screen and (max-width: 550px) {
  .text-hero__content {
    padding: 0 5vw;
  }
}
.text-hero__cta {
  margin-top: clamp(20px,1.5624vw,30px);
}
.text-hero--small .text-hero__content {
  max-width: 560px;
  margin: 0 auto;
}
.text-hero--doublemargin {
  margin-top: clamp(60px,4.1664vw,80px);
}
.text-hero--triplemargin {
  margin-top: clamp(60px,8.3328vw,160px);
}
.text-hero--left .text-hero__content {
  text-align: left;
}
.load-more {
  height: 0px;
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.load-more > span {
  animation: spinCW 1000ms linear infinite;
  -webkit-animation: spinCW 1000ms linear infinite;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  visibility: hidden;
}
.load-more.loading {
  height: 80px;
  margin-top: 40px;
}
.load-more.loading > span {
  animation-play-state: running;
  -webkit-animation-play-state: running;
  visibility: visible;
}
.icon-info {
  letter-spacing: 0.78px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: clamp(5px,0.83328vw,16px);
}
.icon-info--gold path {
  fill: #C7B175;
}
@media screen and (max-width: 550px) {
  .icon-info svg {
    max-width: 22px;
    max-height: 22px;
    width: auto;
    height: auto;
  }
}
.hero {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  color: #FFF;
  overflow: hidden;
}
.hero__bg,
.hero__fg {
  grid-area: 1 / 2 / 1 / 2;
  width: 100%;
}
.hero__bg {
  overflow: hidden;
  position: relative;
}
.hero__bg img,
.hero__bg video {
  height: 100svh;
  width: 100vw;
  object-fit: cover;
}
.hero__bg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg,#000 -20.74%,rgba(0,0,0,0.8) 30.86%,rgba(0,0,0,0.4) 79.26%);
  opacity: 0.6;
}
.hero__fg {
  position: relative;
  z-index: 10;
  align-self: center;
  padding: 100px 6.2496vw;
}
@media screen and (min-width: 1921px) {
  .hero__fg {
    width: 1680px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .hero__fg {
    padding-left: max(15px,5vw);
    padding-right: max(15px,5vw);
  }
}
@media screen and (max-width: 550px) {
  .hero__fg {
    padding-top: 120px;
    align-self: start;
  }
}
.hero__wrapper {
  text-align: left;
}
.hero__smalltitle,
.hero__subtitle {
  letter-spacing: 0.78px;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
.hero__smalltitle {
  margin-bottom: 20px;
}
.hero__subtitle {
  margin-top: 20px;
}
.hero__title {
  font-size: clamp(45px,5.208vw,90px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
}
.hero__title--big {
  font-size: clamp(45px,5.208vw,90px);
}
.hero__text {
  max-width: 600px;
  margin: clamp(10px,1.302vw,25px) auto 0;
}
.hero__booking {
  margin-top: clamp(20px,4.1664vw,80px);
}
@media screen and (max-width: 700px) {
  .hero__booking {
    display: none;
  }
}
.text-image {
  margin: clamp(60px,6.2496vw,120px) max(15px,6.2496vw) 0 max(15px,8.3328vw);
  display: grid;
  grid-template-columns: 1fr min(990px,51.5592vw);
  align-items: center;
  gap: clamp(30px,3.1248vw,60px);
}
@media screen and (min-width: 1921px) {
  .text-image {
    width: 1640px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr min(1060px,55.2048vw);
  }
}
.text-image--large {
  gap: clamp(30px,7.2912vw,140px);
  margin-right: 0;
}
@media screen and (min-width: 1921px) {
  .text-image--large {
    width: 1760px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .text-image {
    grid-template-columns: 1fr 50%;
    align-items: start;
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
@media screen and (max-width: 1000px) {
  .text-image {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.text-image__content {
  order: -1;
}
.text-image__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
  .text-image__title {
    margin-bottom: .6em;
  }
}
.text-image__text {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.text-image__text * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .text-image__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .text-image__text {
    font-size: 15px;
  }
}
.text-review {
  margin: clamp(60px,6.2496vw,120px) max(15px,6.2496vw) 0 max(15px,8.3328vw);
  display: grid;
  grid-template-columns: 1fr 500px;
  align-items: start;
  gap: clamp(30px,6.2496vw,120px);
}
@media screen and (min-width: 1921px) {
  .text-review {
    width: 1640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1550px) {
  .text-review {
    grid-template-columns: 1fr 440px;
  }
}
.text-review--large {
  gap: clamp(30px,7.2912vw,140px);
  margin-right: 0;
}
@media screen and (min-width: 1921px) {
  .text-review--large {
    width: 1760px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .text-review {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.text-review__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
  .text-review__title {
    margin-bottom: .6em;
  }
}
.text-review__text {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.text-review__text * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .text-review__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .text-review__text {
    font-size: 15px;
  }
}
.text-review__review {
  background: #f5f5f5;
  border: 1px solid #E9E9E9;
  padding: 40px 60px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .text-review__review {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .text-review__review {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .text-review__review {
    padding: 40px 30px;
  }
}
.text-review__review::before,
.text-review__review::after {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/quote.svg) no-repeat center;
  position: absolute;
}
@media screen and (max-width: 550px) {
  .text-review__review::before,
  .text-review__review::after {
    width: 30px;
    height: 30px;
    background-size: auto 15px;
  }
}
.text-review__review::before {
  top: 5px;
  left: 5px;
}
.text-review__review::after {
  bottom: 5px;
  right: 5px;
  transform: rotate(180deg);
}
.text-review__reviewtitle {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: .6em;
  font-weight: 500;
}
.text-review__reviewtitle * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .text-review__reviewtitle {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .text-review__reviewtitle {
    font-size: 15px;
  }
}
.text-review__reviewtext {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.text-review__reviewtext * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .text-review__reviewtext {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .text-review__reviewtext {
    font-size: 15px;
  }
}
.centered-text {
  margin: clamp(80px,9.3744vw,180px) auto 0;
  max-width: 800px;
  text-align: center;
}
.centered-text--normal .centered-text__content {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.centered-text--normal .centered-text__content * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .centered-text--normal .centered-text__content {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .centered-text--normal .centered-text__content {
    font-size: 15px;
  }
}
.centered-text__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
}
.centered-text__content {
  font-size: clamp(18px,1.51032vw,24px);
  letter-spacing: 0;
  line-height: 140%;
}
@media screen and (max-width: 1000px) {
  .centered-text {
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
    padding: 0 10vw;
  }
}
@media screen and (max-width: 550px) {
  .centered-text {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 350px) {
  .centered-text {
    padding: 0;
  }
}
.text-section {
  margin: clamp(80px,9.3744vw,180px) auto 0;
  width: min(1220px,63.5376vw);
}
.text-section__content {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.text-section__content * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .text-section__content {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .text-section__content {
    font-size: 15px;
  }
}
.text-section__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .text-section {
    width: auto;
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.team {
  position: relative;
  overflow: hidden;
  margin-top: clamp(80px,7.2912vw,140px);
  padding: 0 17.7072vw;
}
@media screen and (min-width: 1921px) {
  .team {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .team {
    padding-left: max(15px,5vw);
    padding-right: max(15px,5vw);
  }
}
.team .swiper {
  overflow: visible;
}
@media screen and (min-width: 1921px) {
  .team .swiper {
    width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }
}
.team .slider__arrow {
  transform: none;
  -webkit-transform: none;
}
.team .slider__arrow--next {
  right: clamp(5px,1.0416vw,20px);
}
.team .slider__arrow--prev {
  left: clamp(5px,1.0416vw,20px);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.team__image {
  position: relative;
  cursor: pointer;
}
.team__image:hover .team__bio {
  clip-path: inset(0% 0 0 0);
}
.team__bio {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 40px;
  color: #C7B175;
  background: #3B493B;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  clip-path: inset(100% 0 0 0);
  transition: 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  will-change: clip-path;
}
.team__bio * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .team__bio {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .team__bio {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .team__bio {
    padding: clamp(30px,2.0832vw,40px);
  }
}
.team__content {
  padding-top: clamp(15px,1.0416vw,20px);
  letter-spacing: 0.78px;
  font-size: 13px;
}
.team__title {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.team__title * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .team__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .team__title {
    font-size: 15px;
  }
}
.references {
  margin: clamp(80px,9.3744vw,180px) max(15px,2.0832vw,40px);
}
.references__title {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: clamp(40px,5.208vw,100px);
}
.references__title--big {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  margin-bottom: clamp(40px,5.208vw,100px);
}
.references__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(35px,2.604vw,50px);
}
.references__logo {
  opacity: .5;
}
.references__logo img {
  max-width: 220px;
  max-height: 80px;
}
@media screen and (max-width: 1550px) {
  .references__logo img {
    max-width: 180px;
    max-height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .references__logo img {
    max-width: 120px;
    max-height: 40px;
  }
}
.contact-cta {
  margin-top: clamp(60px,4.1664vw,80px);
  background: #f5f5f5;
  padding: clamp(40px,4.1664vw,80px) 0 clamp(40px,5.208vw,100px);
}
.contact-cta--nomargin {
  margin-top: 0;
}
.contact-cta__wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1860px) {
  .contact-cta__wrapper {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-cta__wrapper {
    width: auto;
    max-width: none;
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.filters {
  margin-top: clamp(20px,4.1664vw,80px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px,2.0832vw,40px);
}
@media screen and (max-width: 700px) {
  .filters {
    flex-direction: column;
    gap: 5px;
    align-items: stretch;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.filters .input {
  display: flex;
  align-items: center;
  height: clamp(50px,4.1664vw,80px);
  border: 1px solid #C7B175;
  padding: 0 clamp(10px,2.0832vw,40px);
  gap: clamp(10px,2.604vw,50px);
  margin: 0;
}
.filters label {
  order: -1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
}
.filters select {
  border: none;
  height: 100%;
  line-height: 100%;
  align-self: stretch;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  letter-spacing: 0;
  padding-right: 40px;
  padding-left: 0;
  background-image: url(../img/icons/dropdown.svg);
  text-align: center;
}
.filters select * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .filters select {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .filters select {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .filters select {
    letter-spacing: 0.78px;
    font-size: 13px;
  }
}
.share {
  position: relative;
}
.share__link {
  height: 34px;
  line-height: 34px;
  padding: 0 30px;
  text-align: center;
  display: block;
  color: #39383D;
}
.share__toggler {
  cursor: pointer;
}
.share__dropdown {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  border: 1px solid rgba(57,56,61,0.1);
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) scale3d(1,0,1);
  -webkit-transform: translateX(-50%) scale3d(1,0,1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transition: 300ms cubic-bezier(0.250,0.460,0.450,0.940);
  opacity: 0;
  will-change: transform, opacity;
}
.share.open .share__dropdown {
  visibility: visible;
  pointer-events: all;
  transform: translateX(-50%) scale3d(1,1,1);
  -webkit-transform: translateX(-50%) scale3d(1,1,1);
  opacity: 1;
}
.addon {
  display: block;
}
.addon__title {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  padding-top: 10px;
}
.addon__title * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .addon__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .addon__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 550px) {
  .addon__title {
    letter-spacing: 0.78px;
    font-size: 13px;
    padding-top: 5px;
  }
}
.addon__image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.addon__content {
  position: absolute;
  letter-spacing: 0.78px;
  font-size: 13px;
  background: #C7B175;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  transition: 650ms cubic-bezier(0.250,0.460,0.450,0.940);
  transform: translate3d(0,100%,0);
  -webkit-transform: translate3d(0,100%,0);
}
@media screen and (max-width: 550px) {
  .addon__content {
    font-size: 10px;
    padding: 10px;
  }
}
.addon:hover .addon__content {
  transform: translate3d(0,0%,0);
  -webkit-transform: translate3d(0,0%,0);
}
.video {
  position: relative;
  cursor: pointer;
}
.video::after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 21px 0 21px 36px;
  border-color: transparent transparent transparent rgba(255,255,255,0.6);
  transform: rotate(0deg) translate(-50%,-50%);
  -webkit-transform: rotate(0deg) translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 400ms cubic-bezier(0.165,0.840,0.440,1.000);
}
.video--play::after {
  visibility: hidden;
}
.video:hover::after {
  border-color: transparent transparent transparent rgba(255,255,255,0.8);
}
.about-section {
  overflow: hidden;
  background: #f5f5f5;
  margin-top: clamp(80px,8.3328vw,160px);
  padding-bottom: clamp(40px,6.2496vw,120px);
}
.about-section__image {
  margin: clamp(40px,3.1248vw,60px) max(15px,16.6656vw) 0;
}
@media screen and (min-width: 1921px) {
  .about-section__image {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
  }
}
@media screen and (max-width: 1200px) {
  .about-section__image {
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.panel {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #C7B175;
  padding: clamp(50px,5.208vw,100px) clamp(20px,5.208vw,100px);
  transition: 800ms cubic-bezier(0.165,0.840,0.440,1.000);
  transform: translate3d(0,-100%,0);
  -webkit-transform: translate3d(0,-100%,0);
  visibility: hidden;
  pointer-events: none;
  will-change: transform;
}
@media screen and (max-width: 1550px) {
  .panel {
    padding: clamp(50px,5.208vw,100px) max(20px,7.812vw);
  }
}
@media screen and (max-width: 1200px) {
  .panel {
    display: none;
  }
}
.panel.open {
  transform: translate3d(0,0%,0);
  -webkit-transform: translate3d(0,0%,0);
  visibility: visible;
  pointer-events: all;
}
.panel__close {
  position: absolute;
  letter-spacing: 0.78px;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  top: clamp(5px,2.0832vw,40px);
  text-transform: uppercase;
  cursor: pointer;
}
.panel--contacts {
  background: #39383D;
}
.panel--contacts .panel__close {
  right: clamp(10px,2.0832vw,40px);
}
.panel--services {
  background: #3B493B;
}
.panel--services .panel__close {
  left: clamp(10px,2.0832vw,40px);
}
.panel__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
}
.panel__contacts {
  display: grid;
  grid-template-columns: 1fr min(1020px,53.1216vw);
  gap: 40px;
}
@media screen and (max-width: 1550px) {
  .panel__contacts {
    grid-template-columns: 320px 1fr;
  }
}
.panel__contacts .contact-form__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  text-transform: none;
  text-align: left;
}
.panel__contacts input[type="text"],
.panel__contacts input[type="tel"],
.panel__contacts input[type="date"],
.panel__contacts input[type="password"],
.panel__contacts input[type="email"],
.panel__contacts input[type="number"],
.panel__contacts textarea,
.panel__contacts select {
  border-color: #C7B175;
  color: #C7B175;
}
.panel__contacts .checkbox label > span::before {
  border-color: #C7B175;
}
.panel__contacts .input.text:not(.text-date) label,
.panel__contacts .input.textarea label,
.panel__contacts .input.tel label,
.panel__contacts .input.number label,
.panel__contacts .input.email label {
  color: #C7B175;
}
.panel__contacts .input.text:not(.text-date) input:placeholder-shown + label,
.panel__contacts .input.text:not(.text-date) textarea:placeholder-shown + label,
.panel__contacts .input.textarea input:placeholder-shown + label,
.panel__contacts .input.textarea textarea:placeholder-shown + label,
.panel__contacts .input.tel input:placeholder-shown + label,
.panel__contacts .input.tel textarea:placeholder-shown + label,
.panel__contacts .input.number input:placeholder-shown + label,
.panel__contacts .input.number textarea:placeholder-shown + label,
.panel__contacts .input.email input:placeholder-shown + label,
.panel__contacts .input.email textarea:placeholder-shown + label {
  color: #C7B175;
}
.panel__contacts .input.text:not(.text-date) input:focus + label,
.panel__contacts .input.text:not(.text-date) textarea:focus + label,
.panel__contacts .input.textarea input:focus + label,
.panel__contacts .input.textarea textarea:focus + label,
.panel__contacts .input.tel input:focus + label,
.panel__contacts .input.tel textarea:focus + label,
.panel__contacts .input.number input:focus + label,
.panel__contacts .input.number textarea:focus + label,
.panel__contacts .input.email input:focus + label,
.panel__contacts .input.email textarea:focus + label {
  transform: translate3d(0,-50%,0) translate3d(0,-18px,0);
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-18px,0);
  font-size: 12px;
  color: #C7B175;
}
.panel__address {
  letter-spacing: 0.78px;
  font-size: 13px;
}
.panel__services {
  display: flex;
  justify-content: space-between;
  counter-reset: services;
}
@media screen and (max-width: 1550px) {
  .panel__services {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: max(40px,6.2496vw);
  }
}
.panel__service {
  text-align: center;
  flex: 0 0 min(400px,20.832vw);
  counter-increment: services;
}
.panel__service::before {
  content: counter(services);
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin-bottom: clamp(10px,1.5624vw,30px);
  padding-top: 8px;
  background: url(../img/icons/roof.svg) no-repeat 50% 0;
  background-size: 12px auto;
}
.panel__excerpt {
  letter-spacing: 0.78px;
  font-size: 13px;
}
.panel__cta {
  margin-top: clamp(20px,2.0832vw,40px);
}
.image-compare {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.image-compare * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.image-compare__before {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
.image-compare__before img {
  max-width: none;
  width: auto;
  height: 100%;
}
.image-compare__slider {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background: #fff;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .image-compare__slider {
    width: 2px;
  }
}
.image-compare__slider > span {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #C7B175;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms;
}
.image-compare__slider > span path {
  transition: 300ms;
}
.image-compare__slider > span:hover {
  background: #C7B175;
}
.image-compare__slider > span:hover path {
  fill: #fff;
}
@media screen and (max-width: 1200px) {
  .image-compare__slider > span {
    width: 44px;
    height: 44px;
    background-size: 70% auto;
    margin-left: -22px;
    margin-top: -22px;
  }
}
@media screen and (max-width: 550px) {
  .image-compare__slider > span {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
  }
}
.image-compare__before::before,
.image-compare__after::before {
  content: attr(data-label);
  position: absolute;
  background: rgba(57,56,61,0.8);
  bottom: clamp(5px,2.0832vw,40px);
  letter-spacing: 0.78px;
  font-size: 13px;
  color: #FFF;
  padding: 9px clamp(5px,1.0416vw,20px);
}
.image-compare__before::before {
  left: clamp(5px,2.0832vw,40px);
}
.image-compare__after::before {
  right: clamp(5px,2.0832vw,40px);
}
.advantages {
  margin: clamp(100px,6.2496vw,120px) max(15px,17.7072vw) 0;
}
@media screen and (min-width: 1921px) {
  .advantages {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .advantages {
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.advantages__title {
  letter-spacing: 0.78px;
  font-size: 13px;
  text-transform: uppercase;
  color: #C7B175;
}
@media screen and (max-width: 700px) {
  .advantages__title {
    text-align: center;
  }
}
.advantages__list {
  margin-top: clamp(30px,3.6456vw,70px);
  counter-reset: advantages;
}
.advantages__list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.advantages__list li {
  margin: 0;
  counter-increment: advantages;
  display: flex;
  gap: clamp(20px,4.1664vw,80px);
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  margin-bottom: 4em;
}
.advantages__list li * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .advantages__list li {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .advantages__list li {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .advantages__list li {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
    text-align: center;
  }
}
.advantages__list li strong {
  color: #C7B175;
  margin-bottom: .6em;
  display: inline-block;
  text-transform: uppercase;
}
.advantages__list li::before {
  content: counter(advantages);
  font-size: clamp(45px,5.208vw,90px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .2em;
  margin: 0;
  color: #C7B175;
  text-align: center;
  flex: 0 0 .7em;
  order: -2;
}
.advantages__list li::after {
  content: '';
  order: -1;
  height: 1px;
  background: #C7B175;
  flex: 0 0 min(10.416vw,200px);
  transition: 1200ms 100ms cubic-bezier(0.165,0.840,0.440,1.000);
  will-change: transform;
  transform: scale3d(0,1,1);
  -webkit-transform: scale3d(0,1,1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media screen and (max-width: 700px) {
  .advantages__list li::after {
    display: none;
  }
}
.advantages__list li.is-in::after {
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.advantages-slider {
  margin: clamp(100px,6.2496vw,120px) 15.624vw 0;
  counter-reset: advantages;
}
@media screen and (min-width: 1921px) {
  .advantages-slider {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .advantages-slider {
    width: auto;
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.advantages-slider__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  margin-bottom: .6em;
  text-align: center;
}
.advantages-slider__wrapper {
  position: relative;
  padding: 0 40px;
}
.advantages-slider__slide {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  counter-increment: advantages;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.advantages-slider__slide * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .advantages-slider__slide {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .advantages-slider__slide {
    font-size: 15px;
  }
}
.advantages-slider__slide::before {
  content: counter(advantages);
  font-size: clamp(45px,5.208vw,90px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .2em;
  margin: 0;
  color: #C7B175;
  text-align: center;
  flex: 0 0 .7em;
  line-height: 1em;
  order: -2;
}
.advantages-slider .swiper-pagination {
  position: static;
  color: #C7B175;
  margin-top: 20px;
}
.video-section {
  margin-top: clamp(100px,6.2496vw,120px);
  width: min(1220px,63.5376vw);
}
.video-section--centered {
  margin-left: auto;
  margin-right: auto;
}
.video-section--halfmargin {
  margin-top: clamp(40px,3.1248vw,60px);
}
@media screen and (max-width: 1200px) {
  .video-section {
    width: auto;
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.video-section__cta {
  margin-top: clamp(40px,3.1248vw,60px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.scroll-section {
  display: grid;
  grid-template-columns: 1fr min(700px,36.456vw);
  margin-top: clamp(60px,15.624vw,300px);
  align-items: start;
}
@media screen and (max-width: 1000px) {
  .scroll-section {
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
    display: block;
  }
}
.scroll-section__image {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .scroll-section__image {
    display: none;
  }
}
.scroll-section__image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .scroll-section__image img {
    display: none;
  }
}
.scroll-section__content {
  padding: clamp(40px,8.3328vw,160px) 0;
  display: grid;
  gap: clamp(60px,5.208vw,100px);
}
.scroll-section__item {
  width: min(600px,31.248vw);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .scroll-section__item {
    width: 41.664vw;
  }
}
@media screen and (max-width: 1000px) {
  .scroll-section__item {
    width: 100%;
    margin: 0;
  }
}
.scroll-section__smalltitle {
  letter-spacing: 0.78px;
  font-size: 13px;
  text-transform: uppercase;
  color: #C7B175;
}
.scroll-section__title {
  font-size: clamp(18px,1.51032vw,24px);
  letter-spacing: 0;
  line-height: 140%;
  text-transform: uppercase;
  margin-top: 40px;
}
@media screen and (max-width: 550px) {
  .scroll-section__title {
    margin-top: 10px;
  }
}
.scroll-section__text {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  padding: 30px 0 30px 40px;
  border-left: 1px solid #C7B175;
  margin-top: 30px;
  margin-left: 40px;
}
.scroll-section__text * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .scroll-section__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .scroll-section__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 550px) {
  .scroll-section__text {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 550px) {
  .scroll-section__text {
    padding: 0 0 0 20px;
  }
}
.text-cta {
  margin: clamp(60px,12.4992vw,240px) auto 0;
  max-width: 600px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .text-cta {
    max-width: none;
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.text-cta__title {
  font-size: clamp(45px,5.208vw,90px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .2em;
}
.text-cta__content {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.text-cta__content * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .text-cta__content {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .text-cta__content {
    font-size: 15px;
  }
}
.text-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px,1.5624vw,30px);
  margin-top: clamp(30px,2.604vw,50px);
}
@media screen and (max-width: 550px) {
  .text-cta__actions {
    flex-direction: column;
    gap: 10px;
  }
}
.text-slider {
  margin-top: clamp(80px,12.4992vw,240px);
  padding: 0 clamp(15px,6.2496vw,120px) 0 clamp(15px,2.0832vw,40px);
  display: grid;
  grid-template-columns: min(600px,31.248vw) 1fr;
  gap: min(80px,4.1664vw);
}
@media screen and (min-width: 1921px) {
  .text-slider {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .text-slider {
    grid-template-columns: 1fr;
    padding-left: max(15px,5vw);
    padding-right: max(15px,5vw);
    gap: 0;
  }
}
.text-slider__slider {
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .text-slider__slider {
    order: -1;
  }
}
.text-slider__content {
  border: 1px solid #C7B175;
  text-align: center;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.text-slider__hashtag {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
  color: #C7B175;
  padding: 0 clamp(20px,3.6456vw,70px);
}
.text-slider__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  margin-top: clamp(40px,6.2496vw,120px);
  padding: 0 clamp(20px,3.6456vw,70px);
}
.text-slider__text {
  flex-grow: 1;
  padding: 0 clamp(20px,3.6456vw,70px);
  padding-bottom: 30px;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.text-slider__text * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .text-slider__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .text-slider__text {
    font-size: 15px;
  }
}
.text-slider__cta {
  background: #C7B175;
  letter-spacing: 0.78px;
  font-size: 13px;
  text-transform: uppercase;
  height: 85px;
  line-height: 85px;
  color: #39383D;
  align-self: stretch;
  transition: 300ms;
}
.text-slider__cta:hover {
  background: #cebb87;
}
.multi-slider__slider {
  margin-top: clamp(40px,3.1248vw,60px);
  padding: 0 min(460px,23.9568vw);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  .multi-slider__slider {
    padding: 0 calc((100vw - 1000px) / 2 );
  }
}
@media screen and (max-width: 1200px) {
  .multi-slider__slider {
    padding: 0 14.5824vw;
  }
}
@media screen and (max-width: 550px) {
  .multi-slider__slider {
    padding: 0 7.2912vw;
  }
}
.multi-slider .swiper {
  overflow: visible;
}
.multi-slider .slider__arrow {
  transform: none;
  -webkit-transform: none;
  margin-top: -50px;
}
.multi-slider .slider__arrow--next {
  right: clamp(5px,1.0416vw,20px);
}
.multi-slider .slider__arrow--prev {
  left: clamp(5px,1.0416vw,20px);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
  .multi-slider .slider__arrow {
    display: none;
  }
}
.case-study {
  position: relative;
  margin-top: clamp(60px,6.2496vw,120px);
}
.case-study::before {
  content: '';
  position: absolute;
  top: 10px;
  height: 1px;
  left: 0;
  right: 0;
  background: #C7B175;
}
.case-study__item {
  padding: 0 clamp(10px,5.208vw,100px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1550px) {
  .case-study__item {
    padding: 0 clamp(10px,2.604vw,50px);
  }
}
.case-study__date {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  display: block;
  align-self: center;
  padding: 0 20px;
  background: #fff;
}
.case-study__image {
  margin-top: clamp(10px,1.0416vw,20px);
}
.case-study__title {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: clamp(15px,1.302vw,25px);
  text-align: center;
}
.case-study__title * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .case-study__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .case-study__title {
    font-size: 15px;
  }
}
.case-study__text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-align: center;
  margin-top: clamp(10px,1.0416vw,20px);
}
.faq {
  border: 1px solid #C7B175;
  padding: 0 35px 25px;
  padding-bottom: 0;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .faq {
    padding: 0 15px 15px;
    padding-bottom: 0;
  }
}
.faq__title {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.faq__title * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .faq__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .faq__title {
    font-size: 15px;
  }
}
.faq__toggler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  gap: 10px;
}
@media screen and (max-width: 700px) {
  .faq__toggler {
    padding: 15px 0;
  }
}
.faq__toggler__indicator {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
}
.faq__toggler__indicator::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 50%;
  transform: translate3d(-50%,0,0);
  -webkit-transform: translate3d(-50%,0,0);
  transition: transform .3s cubic-bezier(0.250,0.460,0.450,0.940);
}
.faq__toggler__indicator::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
}
.faq__content {
  overflow: hidden;
  height: 0;
  letter-spacing: 0.78px;
  font-size: 13px;
}
.faq.open .page-faq__toggler__indicator::after {
  transform: translate3d(-50%,0,0) rotate(-90deg);
  -webkit-transform: translate3d(-50%,0,0) rotate(-90deg);
}
.faqs {
  margin: 0 15.624vw;
}
@media screen and (min-width: 1921px) {
  .faqs {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .faqs {
    width: auto;
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.faqs__list {
  margin-top: clamp(20px,4.1664vw,80px);
  display: grid;
  gap: clamp(20px,2.3436vw,40px);
}
.services {
  margin: clamp(40px,7.2912vw,140px) 6.2496vw 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px,2.604vw,50px);
}
@media screen and (min-width: 1921px) {
  .services {
    width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .services {
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.service-preview {
  display: grid;
  grid-template-columns: min(1000px,52.08vw) 1fr;
  align-items: center;
  background: #3B493B;
  color: #C7B175;
}
@media screen and (max-width: 1200px) {
  .service-preview {
    grid-template-columns: 57.5% 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .service-preview {
    grid-template-columns: 1fr;
  }
}
.service-preview__image {
  overflow: hidden;
  display: block;
  align-self: stretch;
}
.service-preview__image img {
  transition: 1200ms cubic-bezier(0.250,0.460,0.450,0.940);
  will-change: transform;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
  min-height: 100%;
  object-fit: cover;
}
.service-preview__image:hover img {
  transform: scale3d(1.05,1.05,1.05);
  -webkit-transform: scale3d(1.05,1.05,1.05);
}
.service-preview__content {
  padding: 40px clamp(20px,2.0832vw,40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .service-preview__content {
    padding: 40px max(20px,10vw) 60px;
  }
}
.service-preview__wrapper {
  max-width: 320px;
}
@media screen and (max-width: 1000px) {
  .service-preview__wrapper {
    max-width: none;
  }
}
.service-preview__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  margin-bottom: .6em;
}
.service-preview__cta {
  margin-top: clamp(20px,2.0832vw,40px);
}
.related-service {
  display: grid;
  grid-template-columns: min(670px,34.8936vw) 1fr;
  align-items: center;
  margin-top: clamp(60px,12.4992vw,240px);
  background: #3B493B;
  color: #C7B175;
  gap: clamp(40px,9.3744vw,180px);
  padding: clamp(60px,4.1664vw,80px) clamp(15px,17.7072vw,340px) clamp(60px,4.1664vw,80px) clamp(15px,10.416vw,200px);
}
@media screen and (max-width: 1200px) {
  .related-service {
    padding-left: max(15px,5vw);
    padding-right: max(15px,5vw);
  }
}
@media screen and (max-width: 700px) {
  .related-service {
    grid-template-columns: 1fr;
    padding-left: max(15px,5vw);
    padding-right: max(15px,5vw);
    gap: 40px;
  }
}
.related-service__image {
  overflow: hidden;
  display: block;
}
.related-service__image img {
  transition: 1200ms cubic-bezier(0.250,0.460,0.450,0.940);
  will-change: transform;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
  min-height: 100%;
  object-fit: cover;
}
.related-service__image:hover img {
  transform: scale3d(1.05,1.05,1.05);
  -webkit-transform: scale3d(1.05,1.05,1.05);
}
.related-service__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  margin-bottom: .6em;
}
.related-service__text {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.related-service__text * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .related-service__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .related-service__text {
    font-size: 15px;
  }
}
.related-service__cta {
  margin-top: clamp(20px,2.0832vw,40px);
}
.top-services {
  margin: clamp(60px,4.1664vw,80px) 7.2912vw 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(20px,2.604vw,50px);
}
@media screen and (min-width: 1921px) {
  .top-services {
    width: 1640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1550px) {
  .top-services {
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
    gap: clamp(20px,2.0832vw,40px);
  }
}
@media screen and (max-width: 1200px) {
  .top-services {
    grid-template-columns: 1fr;
    gap: clamp(40px,2.604vw,50px);
  }
}
.service-preview-alt {
  display: grid;
  grid-template-rows: 1fr auto;
  cursor: pointer;
  border: 1px solid #39383D;
  padding: 30px clamp(20px,2.0832vw,40px);
  color: #39383D;
  transition: 400ms cubic-bezier(0.250,0.460,0.450,0.940);
  will-change: border-color;
}
@media screen and (max-width: 1200px) {
  .service-preview-alt {
    grid-template-rows: auto;
    grid-template-columns: 57.5% 1fr;
    align-items: center;
    background: #3B493B;
    color: #C7B175;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 1000px) {
  .service-preview-alt {
    grid-template-columns: 1fr;
  }
}
.service-preview-alt a {
  color: inherit;
}
@media screen and (max-width: 1200px) {
  .service-preview-alt__header {
    padding: 40px clamp(20px,2.0832vw,40px) 0;
    align-self: end;
  }
}
@media screen and (max-width: 1000px) {
  .service-preview-alt__header {
    padding: 40px max(20px,10vw) 0;
  }
}
.service-preview-alt__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  margin-bottom: clamp(30px,3.1248vw,60px);
  text-align: center;
  transition: 400ms cubic-bezier(0.250,0.460,0.450,0.940);
  will-change: color;
}
@media screen and (max-width: 1200px) {
  .service-preview-alt__title {
    text-align: left;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .6em;
  }
}
@media screen and (max-width: 1000px) {
  .service-preview-alt__title {
    max-width: none;
  }
}
.service-preview-alt__image,
.service-preview-alt__content {
  grid-area: 2 / 1 / 3 / 2;
}
@media screen and (max-width: 1200px) {
  .service-preview-alt__image,
  .service-preview-alt__content {
    grid-area: auto;
  }
}
@media screen and (max-width: 1200px) {
  .service-preview-alt__image {
    grid-area: 1 / 1 / 3 / 2;
  }
}
.service-preview-alt__content {
  padding: 30px 20px;
  color: #C7B175;
  background: #3B493B;
  text-align: center;
  display: flex;
  flex-direction: column;
  clip-path: inset(100% 0 0 0);
  transition: 800ms cubic-bezier(0.165,0.840,0.440,1.000);
  will-change: clip-path;
}
@media screen and (max-width: 1200px) {
  .service-preview-alt__content {
    padding: 0 clamp(20px,2.0832vw,40px) 40px;
    text-align: left;
    clip-path: none;
    align-self: start;
  }
}
@media screen and (max-width: 1000px) {
  .service-preview-alt__content {
    padding: 0 max(20px,10vw) 60px;
  }
}
.service-preview-alt__excerpt {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  flex-grow: 1;
}
.service-preview-alt__excerpt * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .service-preview-alt__excerpt {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .service-preview-alt__excerpt {
    font-size: 15px;
  }
}
@media screen and (max-width: 1860px) {
  .service-preview-alt__excerpt {
    letter-spacing: 0.78px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .service-preview-alt__excerpt {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .service-preview-alt__excerpt {
    max-width: none;
  }
}
.service-preview-alt__cta {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .service-preview-alt__cta {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .service-preview-alt__cta {
    max-width: none;
  }
}
.service-preview-alt:hover {
  border-color: #C7B175;
}
.service-preview-alt:hover .service-preview-alt__title {
  color: #C7B175;
}
.service-preview-alt:hover .service-preview-alt__content {
  clip-path: inset(0% 0 0 0);
}
@keyframes scrollAnimation {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.service-hero {
  padding: 160px max(15px,19.58208vw) clamp(50px,6.51vw,125px);
  background: #3B493B;
  color: #C7B175;
  min-height: 100svh;
  display: grid;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .service-hero {
    padding-left: max(15px,12.4992vw);
    padding-right: max(15px,12.4992vw);
  }
}
@media screen and (max-width: 1200px) {
  .service-hero {
    padding-left: max(15px,5vw);
    padding-right: max(15px,5vw);
    padding-top: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .service-hero {
    padding: 5px;
  }
}
.service-hero__bg,
.service-hero__fg {
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
  width: 100%;
}
.service-hero__bg {
  background: #39383D;
  position: relative;
}
.service-hero__bg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right,rgba(0,0,0,0.75),rgba(0,0,0,0.6),rgba(0,0,0,0.3));
}
@media screen and (max-width: 1000px) {
  .service-hero__bg::after {
    background: linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0.7) 25%,rgba(0,0,0,0.8),rgba(0,0,0,0.7) 75%,rgba(0,0,0,0.4));
  }
}
.service-hero__bg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
}
.service-hero__fg {
  align-self: center;
  justify-self: start;
  margin-left: -3.1248vw;
}
@media screen and (max-width: 1200px) {
  .service-hero__fg {
    margin-left: 3.1248vw;
  }
}
@media screen and (max-width: 1000px) {
  .service-hero__fg {
    margin: 100px 0 80px;
    padding: 0 5vw;
    text-align: center;
  }
}
.service-hero__scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
  padding-bottom: 50px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.service-hero__scroll::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 1px;
  background: #C7B175;
  height: 30px;
  animation: scrollAnimation 1600ms cubic-bezier(.65,.05,.36,1) infinite;
}
.service-hero__title {
  font-size: clamp(45px,6.7704vw,120px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .2em;
  max-width: 700px;
}
.service-hero__text {
  max-width: 520px;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
  font-weight: 400;
}
.service-hero__text * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .service-hero__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .service-hero__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .service-hero__text {
    max-width: none;
  }
}
.service-form {
  margin-top: clamp(60px,11.4576vw,220px);
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .service-form {
    width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .service-form {
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
    width: auto;
  }
}
.service-form__intro {
  text-align: center;
  padding: 0 5vw;
}
@media screen and (max-width: 1200px) {
  .service-form__intro {
    padding: 0;
  }
}
.service-form__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
}
.service-form__text {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.service-form__text * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .service-form__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .service-form__text {
    font-size: 15px;
  }
}
.service-form__form {
  margin-top: clamp(40px,4.1664vw,80px);
}
.service-tabs {
  margin-top: clamp(60px,6.2496vw,120px);
}
.service-tabs__title {
  padding-left: max(15px,5vw);
  padding-right: max(15px,5vw);
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  text-align: center;
}
.service-tabs__header {
  padding-left: max(15px,5vw);
  padding-right: max(15px,5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.service-tabs__container {
  margin-top: clamp(40px,4.1664vw,80px);
}
.service-tabs__toggler {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  opacity: .3;
  margin: 0;
  cursor: pointer;
  transition: 300ms;
}
.service-tabs__toggler.active {
  color: #C7B175;
  text-decoration: underline;
  opacity: 1;
  text-underline-offset: .2em;
}
.service-tabs__tab {
  display: none;
  opacity: 0;
  transform: translate3d(0,40px,0);
  -webkit-transform: translate3d(0,40px,0);
  will-change: transform, opacity;
  transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.service-tabs__tab.active {
  display: block;
  opacity: 1;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}
.estates {
  margin: 0 6.2496vw 0;
}
@media screen and (min-width: 1921px) {
  .estates {
    width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .estates {
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.estates__grid {
  margin-top: clamp(30px,4.1664vw,80px);
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: clamp(50px,4.1664vw,80px) clamp(20px,4.1664vw,80px);
}
@media screen and (max-width: 1000px) {
  .estates__grid {
    column-gap: 15px;
  }
}
@media screen and (max-width: 700px) {
  .estates__grid {
    grid-template-columns: 1fr;
  }
}
.estate-preview {
  min-width: 0;
  border: 1px solid #C7B175;
  color: #39383D;
  background: #fff;
}
.estate-preview a {
  color: inherit;
}
.estate-preview__image {
  overflow: hidden;
  display: block;
  position: relative;
}
.estate-preview__image img {
  transition: 1200ms cubic-bezier(0.250,0.460,0.450,0.940);
  will-change: transform;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.estate-preview__image:hover img {
  transform: scale3d(1.05,1.05,1.05);
  -webkit-transform: scale3d(1.05,1.05,1.05);
}
.estate-preview__tags {
  position: absolute;
  right: clamp(5px,2.0832vw,40px);
  top: clamp(10px,2.604vw,50px);
  background: #fff;
  padding: 9px clamp(5px,1.5624vw,30px);
  z-index: 10;
  white-space: nowrap;
  letter-spacing: 0.78px;
  font-size: 13px;
}
.estate-preview__content {
  padding: 20px clamp(20px,2.0832vw,40px);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .estate-preview__content {
    padding: 15px;
  }
}
.estate-preview__title {
  letter-spacing: 0.78px;
  font-size: 13px;
  text-transform: uppercase;
}
.estate-preview__years {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.estate-preview__years * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .estate-preview__years {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .estate-preview__years {
    font-size: 15px;
  }
}
.estate {
  margin: clamp(30px,3.1248vw,60px) clamp(15px,6.2496vw,120px) 0;
}
@media screen and (min-width: 1921px) {
  .estate {
    width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
}
.estate__header {
  display: grid;
  grid-template-columns: min(1120px,58.3296vw) 1fr;
  gap: clamp(60px,6.2496vw,120px) clamp(40px,4.1664vw,80px);
}
@media screen and (max-width: 1200px) {
  .estate__header {
    grid-template-columns: 100%;
    gap: clamp(60px,4.1664vw,80px);
  }
}
.estate__preview {
  display: block;
  position: relative;
}
.estate__media {
  grid-column-start: 1;
  grid-row-start: 2;
  display: grid;
  grid-template-columns: 100%;
  gap: clamp(60px,6.2496vw,120px);
}
@media screen and (max-width: 1200px) {
  .estate__media {
    grid-area: auto;
    gap: clamp(60px,4.1664vw,80px);
  }
}
.estate__description {
  min-height: calc(100svh - 135px - 3.1248vw);
  position: sticky;
  bottom: 40px;
  align-self: end;
  grid-column-start: 2;
  grid-row-start: 1;
}
.estate--media .estate__description {
  grid-row-end: span 2;
}
@media screen and (min-width: 1921px) {
  .estate__description {
    min-height: calc(100svh - 135px - 60px);
  }
}
@media screen and (max-width: 1200px) {
  .estate__description {
    grid-area: auto;
    position: static;
    min-height: auto;
  }
}
.estate__textsection {
  margin-top: clamp(20px,2.0832vw,40px);
}
.estate__textsection:first-child {
  margin: 0;
}
.estate__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  margin: 0;
}
.estate__smalltitle {
  color: #C7B175;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
  display: block;
}
.estate__text {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.estate__text * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .estate__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .estate__text {
    font-size: 15px;
  }
}
.estate__text--small {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
}
.estate__tags {
  position: absolute;
  right: clamp(5px,2.0832vw,40px);
  top: clamp(10px,2.604vw,50px);
  background: #fff;
  padding: 9px clamp(5px,1.5624vw,30px);
  z-index: 10;
  white-space: nowrap;
  letter-spacing: 0.78px;
  font-size: 13px;
}
.estate__image {
  width: min(620px,32.2896vw);
  margin-top: clamp(60px,6.2496vw,120px);
}
.estate__image--right {
  margin-left: auto;
  margin-right: clamp(60px,6.2496vw,120px);
}
@media screen and (max-width: 1000px) {
  .estate__image--right {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .estate__image {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .estate__image {
    width: 100%;
  }
}
.estate__gallery {
  margin-top: clamp(60px,6.2496vw,120px);
}
.top-estates--margin {
  margin-top: clamp(60px,8.3328vw,160px);
}
.top-estates__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  text-align: center;
  padding-left: max(15px,5vw);
  padding-right: max(15px,5vw);
}
.top-estates__slider {
  margin-top: clamp(40px,3.1248vw,60px);
  padding: 0 min(460px,23.9568vw);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  .top-estates__slider {
    padding: 0 calc((100vw - 1000px) / 2 );
  }
}
@media screen and (max-width: 1200px) {
  .top-estates__slider {
    padding: 0 14.5824vw;
  }
}
@media screen and (max-width: 550px) {
  .top-estates__slider {
    padding: 0 7.2912vw;
  }
}
.top-estates__list {
  margin-top: clamp(40px,3.1248vw,60px);
  padding: 0 40px;
}
@media screen and (min-width: 1921px) {
  .top-estates__list {
    width: 1840px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .top-estates__list {
    padding-left: max(15px,5vw);
    padding-right: max(15px,5vw);
  }
}
.top-estates .swiper {
  overflow: visible;
}
.top-estates .slider__arrow {
  transform: none;
  -webkit-transform: none;
  margin-top: -50px;
}
.top-estates .slider__arrow--next {
  right: clamp(5px,1.0416vw,20px);
}
.top-estates .slider__arrow--prev {
  left: clamp(5px,1.0416vw,20px);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
  .top-estates .slider__arrow {
    display: none;
  }
}
.top-estates__cta {
  margin-top: clamp(40px,3.1248vw,60px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.estate-preview-alt {
  border: 1px solid #C7B175;
  color: #39383D;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr min(1240px,64.5792vw);
}
@media screen and (max-width: 1200px) {
  .estate-preview-alt {
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .estate-preview-alt {
    grid-template-columns: 1fr;
  }
}
.estate-preview-alt a {
  color: inherit;
}
.estate-preview-alt__image {
  overflow: hidden;
  display: block;
  position: relative;
}
.estate-preview-alt__image img {
  transition: 1200ms cubic-bezier(0.250,0.460,0.450,0.940);
  will-change: transform;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
@media screen and (max-width: 1200px) {
  .estate-preview-alt__image img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
.estate-preview-alt__image:hover img {
  transform: scale3d(1.05,1.05,1.05);
  -webkit-transform: scale3d(1.05,1.05,1.05);
}
.estate-preview-alt__content {
  padding: 40px clamp(40px,4.1664vw,80px);
  order: -1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .estate-preview-alt__content {
    order: 1;
    padding: 40px max(20px,10vw) 60px;
  }
}
.estate-preview-alt__category {
  letter-spacing: 0.78px;
  font-size: 13px;
  color: #C7B175;
}
.estate-preview-alt__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  margin: 0;
  margin-top: clamp(20px,4.1664vw,80px);
}
@media screen and (max-width: 1000px) {
  .estate-preview-alt__title {
    margin-top: 10px;
    margin-bottom: .6em;
  }
}
.estate-preview-alt__excerpt {
  letter-spacing: 0.78px;
  font-size: 13px;
  margin-top: clamp(20px,2.0832vw,40px);
}
@media screen and (max-width: 1000px) {
  .estate-preview-alt__excerpt {
    margin: 0;
  }
}
.estate-preview-alt__cta {
  margin-top: clamp(20px,3.1248vw,60px);
}
.estate-preview-slider {
  min-width: 0;
  color: #39383D;
  background: #fff;
}
.estate-preview-slider a {
  color: inherit;
}
.estate-preview-slider .slider__arrow {
  transform: none;
  -webkit-transform: none;
}
.estate-preview-slider .slider__arrow--next {
  right: clamp(5px,1.0416vw,20px);
}
.estate-preview-slider .slider__arrow--prev {
  left: clamp(5px,1.0416vw,20px);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.estate-preview-slider__content {
  padding: 20px 0 0;
}
.estate-preview-slider__title {
  font-size: clamp(18px,1.51032vw,24px);
  letter-spacing: 0;
  line-height: 140%;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .estate-preview-slider__title {
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 150%;
  }
  .estate-preview-slider__title * {
    line-height: inherit;
    font-size: inherit;
  }
}
@media screen and (max-width: 1000px) and screen and (max-width: 1400px) {
  .estate-preview-slider__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) and screen and (max-width: 350px) {
  .estate-preview-slider__title {
    font-size: 15px;
  }
}
.estate-preview-slider__infos {
  margin-top: clamp(5px,0.7812vw,15px);
  display: flex;
  align-items: center;
  gap: clamp(20px,2.604vw,50px);
}
.estate-preview-slider__info {
  display: flex;
  gap: 10px;
  align-items: center;
  letter-spacing: 0.78px;
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  .estate-preview-slider__info svg {
    max-width: 22px;
    max-height: 22px;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .estate-preview-slider__info {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.2px;
  }
  .estate-preview-slider__info svg {
    max-width: 18px;
    max-height: 18px;
  }
}
.estate-preview-slider__slider {
  display: block;
}
.estate-preview-slider__slider img {
  aspect-ratio: 1.54;
  object-fit: cover;
}
.swiper-slide-active .estate-preview-slider__slider {
  overflow: hidden;
}
.swiper-slide-active .estate-preview-slider__slider img {
  transition: 1200ms cubic-bezier(0.250,0.460,0.450,0.940);
  will-change: transform;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.swiper-slide-active .estate-preview-slider__slider:hover img {
  transform: scale3d(1.05,1.05,1.05);
  -webkit-transform: scale3d(1.05,1.05,1.05);
}
.estate-specs {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .estate-specs {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 550px) {
  .estate-specs {
    grid-template-columns: repeat(2,1fr);
    gap: 10px 0;
    margin-top: 15px;
  }
}
.estate-specs__item {
  padding: clamp(10px,0.7812vw,15px);
  border-right: 1px solid #C7B175;
}
@media screen and (max-width: 1000px) {
  .estate-specs__item:nth-child(3n+3) {
    border-right-style: none;
  }
}
@media screen and (max-width: 550px) {
  .estate-specs__item {
    padding: 0 10px 0 0;
    border: none;
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 0 10px;
  }
}
.estate-specs__item:last-child {
  border: none;
}
.estate-specs__icon {
  width: 25px;
  height: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 550px) {
  .estate-specs__icon {
    grid-row-end: span 2;
  }
}
.estate-specs__icon svg {
  max-width: 100%;
  max-height: 100%;
}
.estate-specs__icon svg path {
  fill: #C7B175;
}
.estate-specs__title {
  letter-spacing: 0.78px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}
.estate-specs__value {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.estate-specs__value * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .estate-specs__value {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .estate-specs__value {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .estate-specs__value {
    letter-spacing: 0.78px;
    font-size: 13px;
  }
}
.article {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
}
.article .article__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  text-align: center;
}
.article .article__text {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.article .article__text * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .article .article__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .article .article__text {
    font-size: 15px;
  }
}
.blog {
  margin: 0 10.416vw 0;
}
@media screen and (min-width: 1921px) {
  .blog {
    width: 1520px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1550px) {
  .blog {
    margin: 0 5.208vw 0;
  }
}
@media screen and (max-width: 1400px) {
  .blog {
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.blog__grid {
  margin-top: clamp(20px,4.1664vw,80px);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(50px,5.208vw,100px) clamp(20px,2.0832vw,40px);
}
@media screen and (max-width: 1000px) {
  .blog__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  .blog__grid {
    grid-template-columns: 1fr;
  }
}
.post-preview {
  display: block;
}
.post-preview--large {
  grid-column-end: span 2;
}
@media screen and (max-width: 550px) {
  .post-preview--large {
    grid-column-end: span 1;
  }
}
.post-preview--large .post-preview__content {
  padding-left: min(2.0832vw,40px);
}
@media screen and (max-width: 1000px) {
  .post-preview--large .post-preview__content {
    padding-left: 0;
  }
}
.post-preview--large .post-preview__excerpt {
  max-width: min(40.6224vw,780px);
}
@media screen and (max-width: 1000px) {
  .post-preview--large .post-preview__excerpt {
    max-width: none;
  }
}
.post-preview a {
  color: inherit;
}
.post-preview__image {
  position: relative;
  overflow: hidden;
  display: block;
}
.post-preview__image img {
  transition: 1200ms cubic-bezier(0.250,0.460,0.450,0.940);
  will-change: transform;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.post-preview__image:hover img {
  transform: scale3d(1.05,1.05,1.05);
  -webkit-transform: scale3d(1.05,1.05,1.05);
}
.post-preview__tags {
  position: absolute;
  left: clamp(5px,2.0832vw,40px);
  top: clamp(10px,2.604vw,50px);
  background: #fff;
  padding: 9px clamp(5px,1.5624vw,30px);
  z-index: 10;
  white-space: nowrap;
  letter-spacing: 0.78px;
  font-size: 13px;
}
.post-preview__content {
  padding-top: 15px;
}
.post-preview__header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(20px,2.0832vw,40px);
}
@media screen and (max-width: 700px) {
  .post-preview__header {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.post-preview__title {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.post-preview__title * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .post-preview__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .post-preview__title {
    font-size: 15px;
  }
}
.post-preview__date {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 700px) {
  .post-preview__date {
    order: -1;
  }
}
.post-preview__excerpt {
  margin-top: 20px;
}
.post {
  max-width: 1000px;
  margin: clamp(20px,4.1664vw,80px) auto 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .post {
    max-width: none;
    margin-left: max(15px,5vw);
    margin-right: max(15px,5vw);
  }
}
.post__back {
  position: absolute;
  letter-spacing: 0.78px;
  font-size: 13px;
  top: 0;
  left: calc((100vw - 1000px) / -2);
  color: #39383D;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  transform: translateX(min(4.1664vw,80px));
  -webkit-transform: translateX(min(4.1664vw,80px));
}
.post__back::before {
  content: '';
  width: 17px;
  height: 18px;
  background: url(../img/icons/arrow-right.svg) no-repeat center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media screen and (max-width: 1400px) {
  .post__back {
    position: static;
    transform: none;
    -webkit-transform: none;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .post__back {
    font-size: 10px;
  }
}
.post__navigation {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-top: clamp(60px,7.2912vw,140px);
}
.post__link {
  height: 58px;
  line-height: 56px;
  border: 1px solid #C7B175;
  padding: 0 clamp(10px,2.604vw,50px);
  letter-spacing: 0.78px;
  font-size: 13px;
  text-transform: uppercase;
  color: #39383D;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .post__link {
    height: 40px;
    line-height: 38px;
  }
}
@media screen and (max-width: 550px) {
  .post__link {
    font-size: 10px;
  }
}
.post__link--next {
  grid-column-start: 2;
}
.post__link > span {
  position: relative;
  z-index: 1;
}
.post__link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background: #C7B175;
  transition: transform 450ms cubic-bezier(0.455,0.030,0.515,0.955), opacity 450ms linear;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  opacity: 0;
  transform: scale3d(0,1,1);
  -webkit-transform: scale3d(0,1,1);
}
.post__link:hover::before {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  opacity: 1;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.post-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 clamp(20px,5.208vw,100px);
}
@media screen and (max-width: 1000px) {
  .post-header {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.post-header__image {
  position: relative;
  margin-bottom: clamp(20px,2.0832vw,40px);
  grid-column-end: span 2;
}
@media screen and (max-width: 1000px) {
  .post-header__image {
    grid-column-end: span 1;
    order: -2;
  }
}
.post-header__tags {
  position: absolute;
  left: clamp(5px,2.0832vw,40px);
  top: clamp(10px,2.604vw,50px);
  background: #fff;
  padding: 9px clamp(5px,1.5624vw,30px);
  z-index: 10;
  white-space: nowrap;
  letter-spacing: 0.78px;
  font-size: 13px;
}
.post-header__date {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1000px) {
  .post-header__date {
    order: -1;
  }
}
.post-header__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  margin: 0;
}
.post-header__excerpt {
  grid-column-end: span 2;
  max-width: min(780px,40.6224vw);
  margin-top: clamp(20px,2.0832vw,40px);
}
@media screen and (max-width: 1400px) {
  .post-header__excerpt {
    max-width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .post-header__excerpt {
    grid-column-end: span 1;
  }
}
@media screen and (max-width: 700px) {
  .post-header__excerpt {
    max-width: none;
  }
}
.post-section {
  margin-top: clamp(40px,5.208vw,100px);
}
.post-text {
  max-width: min(780px,40.6224vw);
}
@media screen and (max-width: 1400px) {
  .post-text {
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .post-text {
    max-width: none;
  }
}
.post-text__title {
  font-size: clamp(35px,3.1248vw,50px);
  font-family: marlide-display-variable, sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 100%;
  margin-bottom: .3em;
  color: #C7B175;
}
.post-text__content {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 150%;
}
.post-text__content * {
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1400px) {
  .post-text__content {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .post-text__content {
    font-size: 15px;
  }
}
.post-text__cta {
  margin-top: clamp(20px,2.0832vw,40px);
}
.latest-post {
  padding-bottom: clamp(60px,5.208vw,100px);
  overflow: hidden;
}
.latest-post__wrapper {
  position: relative;
  margin: clamp(40px,3.1248vw,60px) max(15px,10.416vw);
}
@media screen and (min-width: 1921px) {
  .latest-post__wrapper {
    width: 1520px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .latest-post__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
    overflow: hidden;
  }
  .latest-post__wrapper .swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 550px) {
  .latest-post__wrapper {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1001px) {
  .latest-post__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: clamp(20px,1.8228vw,35px);
  }
}