h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-family: "Recline";

  color: inherit;
}
@font-face {
  font-family: "Recline";
  src: url("../fonts/Recline.woff2") format("woff2"),
    url("../fonts/Recline.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

a,
span,
div {
  color: inherit;
}
p,
li {
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Urbanist", sans-serif;
  color: #655750;
}
p,
ul {
  padding: 0;
  margin: 0;
}

html,
body {
  margin: 0 !important;
  padding: 0;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-child-1 > * {
  flex: 1;
}
.row-reverse {
  flex-direction: row-reverse;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.container-padding {
  padding-left: 80px;
  padding-right: 80px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #111;
}
.text-white h2,
.text-white h3,
.text-white h4 {
  color: white;
}

.child-flex-1 > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: clamp(20px, 1.56vw, 30px);
}
.mt-40 {
  margin-top: clamp(20px, 2.083vw, 40px);
}
.mt-50 {
  margin-top: clamp(20px, 2.605vw, 50px);
}
.mt-60 {
  margin-top: clamp(40px, 3.125vw, 60px);
}
.mt-70 {
  margin-top: clamp(40px, 3.64vw, 70px);
}
.mt-80 {
  margin-top: clamp(60px, 4.166vw, 80px);
}
.mt-90 {
  margin-top: clamp(60px, 4.678vw, 90px);
}
.mt-100 {
  margin-top: clamp(60px, 5.208vw, 100px);
}
.mt-110 {
  margin-top: clamp(60px, 5.729vw, 110px);
}
.mt-120 {
  margin-top: clamp(60px, 6.25vw, 120px);
}
.mt-130 {
  margin-top: clamp(60px, 6.77vw, 130px);
}
.mt-140 {
  margin-top: clamp(60px, 7.29vw, 140px);
}
.mt-150 {
  margin-top: clamp(60px, 7.8vw, 150px);
}
.mt-160 {
  margin-top: clamp(60px, 8.33vw, 160px);
}
.mt-170 {
  margin-top: clamp(70px, 8.854vw, 170px);
}
.mt-180 {
  margin-top: clamp(70px, 9.375vw, 180px);
}
.mt-190 {
  margin-top: clamp(70px, 9.89vw, 190px);
}
.mt-200 {
  margin-top: clamp(80px, 10.41vw, 200px);
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: clamp(20px, 1.56vw, 30px);
}
.mb-40 {
  margin-bottom: clamp(20px, 2.083vw, 40px);
}
.mb-45 {
  margin-bottom: clamp(20px, 2.34375vw, 45px);
}
.mb-50 {
  margin-bottom: clamp(20px, 2.605vw, 50px);
}
.mb-60 {
  margin-bottom: clamp(40px, 3.125vw, 60px);
}
.mb-70 {
  margin-bottom: clamp(40px, 3.64vw, 70px);
}
.mb-80 {
  margin-bottom: clamp(60px, 4.166vw, 80px);
}
.mb-90 {
  margin-bottom: clamp(60px, 4.678vw, 90px);
}
.mb-100 {
  margin-bottom: clamp(60px, 5.208vw, 100px);
}
.mb-110 {
  margin-bottom: clamp(60px, 5.729vw, 110px);
}
.mb-120 {
  margin-bottom: clamp(60px, 6.25vw, 120px);
}
.mb-130 {
  margin-bottom: clamp(60px, 6.77vw, 130px);
}
.mb-140 {
  margin-bottom: clamp(60px, 7.29vw, 140px);
}
.mb-150 {
  margin-bottom: clamp(60px, 7.8vw, 150px);
}
.mb-160 {
  margin-bottom: clamp(60px, 8.33vw, 160px);
}
.mb-170 {
  margin-bottom: clamp(70px, 8.854vw, 170px);
}
.mb-180 {
  margin-bottom: clamp(70px, 9.375vw, 180px);
}
.mb-190 {
  margin-bottom: clamp(70px, 9.89vw, 190px);
}
.mb-200 {
  margin-bottom: clamp(80px, 10.41vw, 200px);
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: clamp(20px, 1.56vw, 30px);
}
.pt-40 {
  padding-top: clamp(20px, 2.083vw, 40px);
}
.pt-50 {
  padding-top: clamp(20px, 2.605vw, 50px);
}
.pt-60 {
  padding-top: clamp(40px, 3.125vw, 60px);
}
.pt-70 {
  padding-top: clamp(40px, 3.64vw, 70px);
}
.pt-80 {
  padding-top: clamp(60px, 4.166vw, 80px);
}
.pt-90 {
  padding-top: clamp(60px, 4.678vw, 90px);
}
.pt-100 {
  padding-top: clamp(60px, 5.208vw, 100px);
}
.pt-110 {
  padding-top: clamp(60px, 5.729vw, 110px);
}
.pt-120 {
  padding-top: clamp(60px, 6.25vw, 120px);
}
.pt-130 {
  padding-top: clamp(60px, 6.77vw, 130px);
}
.pt-140 {
  padding-top: clamp(60px, 7.29vw, 140px);
}
.pt-150 {
  padding-top: clamp(60px, 7.8vw, 150px);
}
.pt-160 {
  padding-top: clamp(60px, 8.33vw, 160px);
}
.pt-170 {
  padding-top: clamp(70px, 8.854vw, 170px);
}
.pt-180 {
  padding-top: clamp(70px, 9.375vw, 180px);
}
.pt-190 {
  padding-top: clamp(70px, 9.89vw, 190px);
}
.pt-200 {
  padding-top: clamp(80px, 10.41vw, 200px);
}
.pt-220 {
  padding-top: clamp(80px, 11.45833333333333vw, 220px);
}
.pt-330 {
  padding-top: clamp(100px, 17.1875vw, 330px);
}
.pt-550 {
  padding-top: clamp(450px, 23.90625vw, 550px);
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: clamp(20px, 1.56vw, 30px);
}
.pb-40 {
  padding-bottom: clamp(20px, 2.083vw, 40px);
}
.pb-50 {
  padding-bottom: clamp(20px, 2.605vw, 50px);
}
.pb-60 {
  padding-bottom: clamp(40px, 3.125vw, 60px);
}
.pb-70 {
  padding-bottom: clamp(40px, 3.64vw, 70px);
}
.pb-80 {
  padding-bottom: clamp(60px, 4.166vw, 80px);
}
.pb-90 {
  padding-bottom: clamp(60px, 4.678vw, 90px);
}
.pb-100 {
  padding-bottom: clamp(60px, 5.208vw, 100px);
}
.pb-110 {
  padding-bottom: clamp(60px, 5.729vw, 110px);
}
.pb-120 {
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
.pb-130 {
  padding-bottom: clamp(60px, 6.77vw, 130px);
}
.pb-140 {
  padding-bottom: clamp(60px, 7.29vw, 140px);
}
.pb-150 {
  padding-bottom: clamp(60px, 7.8vw, 150px);
}
.pb-160 {
  padding-bottom: clamp(60px, 8.33vw, 160px);
}
.pb-170 {
  padding-bottom: clamp(70px, 8.854vw, 170px);
}
.pb-180 {
  padding-bottom: clamp(70px, 9.375vw, 180px);
}
.pb-190 {
  padding-bottom: clamp(70px, 9.89vw, 190px);
}
.pb-200 {
  padding-bottom: clamp(80px, 10.41vw, 200px);
}
.pb-250 {
  padding-bottom: clamp(120px, 11.1979vw, 250px);
}

.site-logo img {
  max-width: 208px;
}

a {
  text-decoration: unset;
  cursor: pointer;
}
:root {
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-full {
  width: 100%;
}

.gap-3 {
  gap: 3px;
}
li {
  list-style: none;
}
.gap-5 {
  gap: 5px;
}
.gap-20 {
  gap: 20px;
}
.paragraph__20,
.paragraph__20 p {
  font-size: clamp(16px, 1.04166666667vw, 20px);
  line-height: 1.5;
  font-weight: 500;
}
.paragraph__15,
.paragraph__15 p {
  font-size: 15px;
  line-height: 1.5;
}
.paragraph__18,
.paragraph__18 p {
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 24px;
  letter-spacing: -0.32px;
}
.paragraph__16,
.paragraph__16 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.paragraph__14 p,
.paragraph__14 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

#page {
  overflow-x: hidden;
}

.under-991 {
  display: none;
}
@media only screen and (max-width: 991px) {
  .above-991 {
    display: none;
  }
  .under-991 {
    display: block;
  }
}
.subtitle {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.48px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h1__size {
  font-size: clamp(40px, 4.6875vw, 90px);
  letter-spacing: -3.6px;
  line-height: 1;
  font-weight: 300;
}
.filled__button,
#page .header-last-btn a {
  padding: 18px 30px;
  background: white;
  font-size: 16px;
  border: 1px solid white;
  transition: 0.3s;
  font-weight: 500;
  color: #333833;
  display: inline-block;
  border-radius: 60px;
  line-height: 24px;
  letter-spacing: -0.32px;
}
.filled__button:hover,
#page .header-last-btn a:hover {
  background: transparent;
  color: white;
}
.filled__button.filled__button--border {
  border-color: #a28c78;
}
.filled__button.filled__button--border:hover {
  background: #a28c78;
}
.filled__button-gray,
.outlined__button-gray {
  padding: 18px 30px;
  background: #a28c78;
  font-size: 16px;
  border: 1px solid #a28c78;
  transition: 0.3s;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  border-radius: 60px;
  line-height: 24px;
  letter-spacing: -0.32px;
}
.filled__button-gray:hover {
  background: transparent;
  color: #a28c78;
  transition: 0.3s;
}
.outlined__button-gray {
  background: transparent;
  color: #a28c78;
}
.outlined__button-gray:hover {
  background: #a28c78;
  color: #fff;
}
button {
  cursor: pointer;
}
.outlined__button {
  padding: 18px 30px;
  background: transparent;
  font-size: 16px;
  border: 1px solid white;
  transition: 0.3s;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  border-radius: 60px;
  line-height: 24px;

  letter-spacing: -0.32px;
}
.outlined__button:hover {
  background: white;
  transition: 0.3s;
  color: #000;
}
.h2__size {
  font-size: clamp(30px, 3.125vw, 60px);
  line-height: 1.1;
  letter-spacing: -2.4px;
  font-weight: 400;
  color: #333833;
}
.slider-arrows {
  display: flex;
  gap: 12px;
}
.slider-arrows a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  border: 1px solid #d6d1cc;
}
.h3__size {
  font-size: clamp(24px, 1.875vw, 36px);
  letter-spacing: -1.44px;
  font-weight: 400;
  line-height: 1;
}
.arrow-link {
  padding-right: 24px;
  position: relative;
  font-size: 16px;
  letter-spacing: -0.32px;
  font-weight: 500;
}
.arrow-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background-image: url("../icons/white-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.w-815 {
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"] {
  padding-bottom: 17px;
  border-radius: 0;
  border-left: 0;
  border-top: 0;
  color: #655750;
  border-right: 0;
  font-size: 16px;
  border-bottom: 1px solid #d6d1cc;
}
input,
textarea {
  outline-style: unset;
}
#page .wpcf7-submit {
  padding: 19px 30px;
  border-radius: 99px;
  font-size: 16px;
  font-family: Urbanist, sans-serif;
  cursor: pointer;
  font-weight: 500;
  color: white;
  border: 1px solid #a28c78;
  background: #a28c78;
}

#page .wpcf7-submit:hover {
  background: transparent;
  color: #a28c78;
  transition: 0.3s;
}
.under-991 {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #655750 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: #a28c78;
  box-shadow: #a28c78 0 1px 3px 0 inset;
}
@media only screen and (max-width: 991px) {
  .under-991 {
    display: block;
  }
  .above-991 {
    display: none;
  }
  #page h1,
  #page h2,
  #page h3 {
    letter-spacing: -1px;
  }
}
