* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 800px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure {
  margin-bottom: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html {
  overflow-y: scroll;
  scrollbar-color: #c69731 #eaeaea;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #c69731;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #b2872c;
}
::-webkit-scrollbar-thumb:active {
  background: #b2872c;
}
html {
  font: 400 16px/1.5714 "Poppins", serif, sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #222;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  p {
    margin-bottom: 15px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, select {
  height: 60px;
  width: 100%;
  border: 1px solid #f3e8da;
  background: #f3e8da;
  padding: 0 22px;
  color: #222;
  border-radius: 5px;
  font-family: "Poppins", serif;
  font-size: 16px;
}
@media (max-width: 480px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, select {
    padding: 0 15px;
  }
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border-color: #c69731;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #222;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #222;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #222;
  opacity: 1;
}
select option {
  color: #222;
  padding: 5px 10px;
}
textarea {
  resize: none;
  height: 155px;
  padding: 19px 22px;
  display: block;
}
@media (max-width: 768px) {
  textarea {
    height: 100px;
  }
}
@media (max-width: 480px) {
  textarea {
    padding: 15px 15px;
  }
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  padding: 18px 25px;
  background: #c69731;
  color: #fff;
  font-family: "Poppins", serif;
  border: 1px solid #c69731;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 188px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    padding: 16px 25px;
  }
}
@media (max-width: 768px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    padding: 14px 25px;
    font-size: 15px;
    min-width: auto;
  }
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .submit:hover {
  background: #dfc07e;
  border-color: #dfc07e;
}
.btn.white-btn, .post-navigation [rel="next"].white-btn, .post-navigation [rel="prev"].white-btn, .submit.white-btn {
  border: 1px solid #fff;
  background: transparent;
}
.btn.white-btn:hover, .post-navigation [rel="next"].white-btn:hover, .post-navigation [rel="prev"].white-btn:hover, .submit.white-btn:hover {
  background: #dfc07e;
  border-color: #dfc07e;
}
h1, h2, h3, h4, h5, .post .post-title, .rentals-post .post-title, h6 {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 15px;
}
h1 {
  font-size: 54px;
  line-height: 109%;
}
@media (max-width: 1240px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 38px;
  line-height: 56px;
  margin-bottom: 25px;
}
@media (max-width: 1240px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 34px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 30px;
  line-height: 44px;
}
@media (max-width: 1240px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 20px;
  }
}
h5, .post .post-title, .rentals-post .post-title {
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 1024px) {
  h5, .post .post-title, .rentals-post .post-title {
    font-size: 19px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  h5, .post .post-title, .rentals-post .post-title {
    font-size: 18px;
  }
}
h6 {
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 480px) {
  h6 {
    font-size: 17px;
    line-height: 1.2;
  }
}
.wrap {
  margin: 0 auto;
  width: 1200px;
  max-width: 94%;
  position: relative;
}
.text {
  max-width: 100%;
}
.text p {
  font-size: 16px;
}
@media (max-width: 480px) {
  .text p {
    font-size: 15px;
  }
}
.text ul {
  margin-bottom: 20px;
}
.text ul li {
  padding-left: 20px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: #c69731;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
@media (max-width: 1024px) {
  .text ul li:before {
    top: 7px;
  }
}
@media (max-width: 480px) {
  .text ul li:before {
    top: 6px;
  }
}
.text h1 a:not(.btn), .text h2 a:not(.btn), .text h3 a:not(.btn), .text h4 a:not(.btn), .text h5 a:not(.btn), .text .post .post-title a:not(.btn), .post .text .post-title a:not(.btn), .text .rentals-post .post-title a:not(.btn), .rentals-post .text .post-title a:not(.btn), .text h6 a:not(.btn), .text li a:not(.btn), .text p a:not(.btn) {
  color: #222;
  text-decoration: underline;
}
.text h1 a:not(.btn):hover, .text h2 a:not(.btn):hover, .text h3 a:not(.btn):hover, .text h4 a:not(.btn):hover, .text h5 a:not(.btn):hover, .text .post .post-title a:not(.btn):hover, .post .text .post-title a:not(.btn):hover, .text .rentals-post .post-title a:not(.btn):hover, .rentals-post .text .post-title a:not(.btn):hover, .text h6 a:not(.btn):hover, .text li a:not(.btn):hover, .text p a:not(.btn):hover {
  text-decoration: none;
  color: #dfc07e;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Poppins", serif;
  height: 100%;
  line-height: 60px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Poppins", serif;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
.menu-burger {
  width: 83px;
  height: 32px;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu-burger {
    top: 5px;
  }
}
@media (max-width: 600px) {
  .menu-burger {
    width: 16px;
    height: 16px;
  }
}
.menu-burger svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 600px) {
  .menu-burger svg {
    display: none;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 16px;
  height: 2px;
  background: #f4f1ed;
  -webkit-box-shadow: 0 7px 0 0 #f4f1ed, 0 -7px 0 0 #f4f1ed;
  box-shadow: 0 7px 0 0 #f4f1ed, 0 -7px 0 0 #f4f1ed;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 16px;
  height: 2px;
  background: #f4f1ed;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open {
  width: 16px;
}
.menu-burger.open svg {
  display: none;
}
.menu-burger.open:before {
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  transform: translate(0, -50%) rotateZ(-45deg);
  box-shadow: none;
  right: 0;
  background: #f4f1ed;
}
.menu-burger.open:after {
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
  background: #f4f1ed;
  right: 0;
}
.mobile-main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c69731;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.mobile-main-menu .current_page_item a {
  color: #dfc07e;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
  color: #dfc07e;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.share-icons, .social-icons {
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 13px;
  margin: 6px;
  width: 24px;
  height: 24px;
  background: #c69731;
  border-radius: 50%;
  cursor: pointer;
}
.share-icons a:first-child, .social-icons a:first-child {
  margin-left: 0;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #0177b5;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 12px;
  display: block;
  color: #222;
}
.selectric {
  border: none;
  border-bottom: 2px solid #c69731;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 60px;
  height: 60px;
  color: #222;
  font-family: "Poppins", serif;
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 60px;
  height: 60px;
  width: 60px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #c69731 transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #74591d;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #74591d;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #c69731;
}
.breadcrumb {
  text-align: center;
  color: #222;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #222;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #dfc07e;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #dfc07e;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 25px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 3px 10px;
  background: #c69731;
  color: #fff;
  margin: 0 6px;
  border-radius: 4px;
}
.pagination svg {
  height: 10px;
}
.pagination .current {
  background: #dfc07e;
}
.pagination a.page-numbers:hover {
  background: #dfc07e;
}
.pagination .prev, .pagination .next {
  position: relative;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 30px 0;
  }
}
.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 30px;
  }
}
.outer-space {
  margin: 100px 0;
}
@media (max-width: 1366px) {
  .outer-space {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .outer-space {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .outer-space {
    margin: 30px 0;
  }
}
.outer-space-bottom {
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .outer-space-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .outer-space-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .outer-space-bottom {
    margin-bottom: 30px;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
body {
  background: #f4f1ed;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 15px 0;
  left: 0;
  background: transparent;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.fixed {
  background: rgba(34, 34, 34, .8);
}
header .wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
header .logo-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin: 0 200px;
}
@media (max-width: 768px) {
  header .logo-box {
    margin: 0 120px 0 150px;
  }
}
@media (max-width: 600px) {
  header .logo-box {
    margin: 0 50px 0 120px;
  }
}
@media (max-width: 480px) {
  header .logo-box {
    margin: 0 40px 0 105px;
  }
}
header .logo {
  width: 473px;
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  header .logo {
    width: 320px;
  }
}
@media (max-width: 600px) {
  header .logo {
    width: 250px;
  }
}
@media (max-width: 480px) {
  header .logo {
    width: 220px;
  }
}
header .logo:hover {
  opacity: 0.7;
}
header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .btn, header .post-navigation [rel="next"], .post-navigation header [rel="next"], header .post-navigation [rel="prev"], .post-navigation header [rel="prev"] {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 600px) {
  header .btn, header .post-navigation [rel="next"], .post-navigation header [rel="next"], header .post-navigation [rel="prev"], .post-navigation header [rel="prev"] {
    padding: 8px 12px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  header .btn, header .post-navigation [rel="next"], .post-navigation header [rel="next"], header .post-navigation [rel="prev"], .post-navigation header [rel="prev"] {
    padding: 3px 8px;
  }
}
.top-block {
  position: relative;
  min-height: 338px;
  padding: 125px 0 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .top-block {
    padding: 110px 0 80px;
  }
}
@media (max-width: 768px) {
  .top-block {
    padding: 110px 0 60px;
  }
}
@media (max-width: 480px) {
  .top-block {
    min-height: 280px;
    padding: 110px 0 50px;
  }
}
.top-block .top-image {
  position: absolute;
  z-index: -1;
  left: 0;
  line-height: 0;
  font-size: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.top-block .top-image:before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 1.59%, rgba(29, 13, 8, 0.5) 96.89%);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}
.top-block .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-block .btn, .top-block .post-navigation [rel="next"], .post-navigation .top-block [rel="next"], .top-block .post-navigation [rel="prev"], .post-navigation .top-block [rel="prev"] {
  margin-top: 15px;
}
.top-block .top-info-title {
  text-align: center;
}
.top-block-home {
  position: relative;
  min-height: 932px;
  padding: 125px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .top-block-home {
    min-height: 800px;
    padding: 110px 0 80px;
  }
}
@media (max-width: 768px) {
  .top-block-home {
    min-height: 650px;
    padding: 110px 0 60px;
  }
}
@media (max-width: 480px) {
  .top-block-home {
    min-height: 420px;
    padding: 110px 0 50px;
  }
}
.top-block-home .top-image {
  position: absolute;
  z-index: -1;
  left: 0;
  line-height: 0;
  font-size: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.top-block-home .top-image:before {
  background: radial-gradient(28.11% 57.61% at 59.29% 50.96%, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}
.top-block-home .top-image:after {
  background: linear-gradient(0deg, #f4f1ed 0%, rgba(244, 241, 237, 0) 100%);
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 30%;
}
.top-block-home .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-block-home .btn, .top-block-home .post-navigation [rel="next"], .post-navigation .top-block-home [rel="next"], .top-block-home .post-navigation [rel="prev"], .post-navigation .top-block-home [rel="prev"] {
  margin-top: 15px;
}
.top-block-home .top-info-title {
  text-align: center;
}
.white-color {
  color: #f4f1ed;
}
.white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color .post .post-title, .post .white-color .post-title, .white-color .rentals-post .post-title, .rentals-post .white-color .post-title, .white-color h6, .white-color li, .white-color p {
  color: #f4f1ed !important;
}
.white-color ul li:before {
  background: #f4f1ed !important;
}
.white-color a:not(.btn) {
  text-decoration: none;
  color: #f4f1ed !important;
}
.white-color a:not(.btn):hover {
  color: #c69731 !important;
}
footer {
  background: #222;
  padding: 100px 0;
}
@media (max-width: 1366px) {
  footer {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 25px 0;
  }
}
footer .logo {
  width: 296px;
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  footer .logo {
    margin: 0 auto 20px;
    width: 240px;
  }
}
@media (max-width: 768px) {
  footer .logo {
    width: 220px;
  }
}
@media (max-width: 480px) {
  footer .logo {
    width: 200px;
  }
}
footer .logo:hover {
  opacity: 0.7;
}
footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .text {
  color: #fff;
}
footer .text h1, footer .text h2, footer .text h3, footer .text h4, footer .text h5, footer .text .post .post-title, .post footer .text .post-title, footer .text .rentals-post .post-title, .rentals-post footer .text .post-title, footer .text h6 {
  color: #f4f1ed;
}
footer .text a:not(.btn) {
  color: #fff;
  text-decoration: none;
  word-break: break-all;
}
footer .text a:not(.btn):hover {
  color: #dfc07e;
}
@media (max-width: 1024px) {
  footer .social-icons-info-box {
    margin: 0 auto 10px;
  }
}
footer .social-icons-info-box h5, footer .social-icons-info-box .post .post-title, .post footer .social-icons-info-box .post-title, footer .social-icons-info-box .rentals-post .post-title, .rentals-post footer .social-icons-info-box .post-title {
  margin-bottom: 0;
}
footer .social-icons-info-box p em, footer .social-icons-info-box p i {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  text-transform: capitalize;
  color: #fff;
}
footer .social-icons-info-box .social-icons {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  footer .social-icons-info-box .social-icons a {
    margin: 6px;
  }
}
footer .copyright {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  footer .copyright {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  footer .copyright {
    font-size: 16px;
  }
}
footer .footer-item-box {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
}
@media (max-width: 1024px) {
  footer .footer-item-box {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  footer .footer-item-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .footer-item-box.footer-left-items {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  footer .footer-item-box.footer-item-box-logo {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 35px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .footer-item-box.footer-item-box-logo {
    margin-bottom: 25px;
  }
}
footer .footer-items .footer-item {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  footer .footer-items .footer-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  footer .footer-items .footer-item {
    margin-bottom: 20px;
  }
}
footer .footer-items .footer-item:last-child {
  margin-bottom: 0;
}
.accordion-block-box .accordion-block-item {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .accordion-block-box .accordion-block-item {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .accordion-block-box .accordion-block-item {
    margin-bottom: 25px;
  }
}
.accordion-block-box .accordion-block-item:last-child {
  margin-bottom: 0;
}
.accordion-block-box .accordion-block-title {
  color: #c69731;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .accordion-block-box .accordion-block-title {
    margin-bottom: 20px;
  }
}
.accordion-block-box .item {
  position: relative;
  border-bottom: 1px solid #222;
}
.accordion-block-box .item .item-title {
  padding: 20px 40px 20px 0;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 29px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .accordion-block-box .item .item-title {
    padding: 15px 30px 15px 0;
  }
}
@media (max-width: 768px) {
  .accordion-block-box .item .item-title {
    font-size: 19px;
    padding: 12px 25px 12px 0;
  }
}
@media (max-width: 480px) {
  .accordion-block-box .item .item-title {
    font-size: 18px;
  }
}
.accordion-block-box .item .item-title.active .plus:before, .accordion-block-box .item .item-title.active .plus:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-block-box .item .item-title .plus {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  height: 27px;
  width: 27px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .accordion-block-box .item .item-title .plus {
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 768px) {
  .accordion-block-box .item .item-title .plus {
    height: 18px;
    width: 18px;
  }
}
.accordion-block-box .item .item-title .plus:before, .accordion-block-box .item .item-title .plus:after {
  content: '';
  width: 27px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .accordion-block-box .item .item-title .plus:before, .accordion-block-box .item .item-title .plus:after {
    width: 22px;
  }
}
@media (max-width: 768px) {
  .accordion-block-box .item .item-title .plus:before, .accordion-block-box .item .item-title .plus:after {
    width: 18px;
  }
}
.accordion-block-box .item .item-title .plus:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #c69731;
}
.accordion-block-box .item .item-title .plus:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #c69731;
}
.accordion-block-box .item .info {
  display: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-bottom: 20px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .accordion-block-box .item .info {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .accordion-block-box .item .info {
    padding-right: 0;
  }
}
.accordion-block-box .item .info p {
  line-height: 1.2;
}
ol {
  list-style: decimal;
  margin-bottom: 20px;
  padding-left: 20px;
  margin-top: 10px;
}
ol.grid-li {
  column-gap: 50px;
  column-count: 2;
}
@media (max-width: 1024px) {
  ol.grid-li {
    column-gap: 40px;
  }
}
@media (max-width: 768px) {
  ol.grid-li {
    column-count: 1;
  }
}
ol li::marker {
  font-weight: bold;
}
ol li {
  padding-left: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  ol li {
    padding-left: 10px;
  }
}
.bg-box {
  background: #f3e8da;
}
.why-grand-block .why-grand-info {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .why-grand-block .why-grand-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .why-grand-block .why-grand-info {
    margin-bottom: 30px;
  }
}
.why-grand-block .why-grand-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.why-grand-block .why-grand-items > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .why-grand-block .why-grand-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .why-grand-block .why-grand-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .why-grand-block .why-grand-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .why-grand-block .why-grand-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.why-grand-block .why-grand-item-image {
  margin: 0 13px 0 0;
  display: block;
  position: relative;
  min-height: 60px;
}
@media (max-width: 768px) {
  .why-grand-block .why-grand-item-image {
    min-height: 50px;
  }
}
.why-grand-block .why-grand-item-image:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  height: 1px;
  width: calc(100% - 70px);
  content: '';
  background: #c69731;
}
@media (max-width: 768px) {
  .why-grand-block .why-grand-item-image:before {
    width: calc(100% - 60px);
  }
}
.why-grand-block .why-grand-item-image img {
  max-width: 60px;
  max-height: 60px;
  height: auto;
  width: auto;
  object-position: right;
  object-fit: contain;
  margin-left: auto;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .why-grand-block .why-grand-item-image img {
    max-width: 50px;
    max-height: 50px;
  }
}
.why-grand-block .why-grand-item {
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  padding: 18px 0 24px;
}
@media (max-width: 768px) {
  .why-grand-block .why-grand-item {
    padding: 18px 0;
  }
}
@media (max-width: 480px) {
  .why-grand-block .why-grand-item {
    padding: 12px 0 15px;
  }
}
@media (max-width: 768px) {
  .why-grand-block .why-grand-item:last-child {
    margin-bottom: 0;
  }
}
.why-grand-block .why-grand-item .text {
  padding: 8px 32px 0;
}
@media (max-width: 1024px) {
  .why-grand-block .why-grand-item .text {
    padding: 8px 22px 0;
  }
}
@media (max-width: 768px) {
  .why-grand-block .why-grand-item .text {
    padding: 8px 15px 0;
  }
}
.why-grand-block .why-grand-item .text p {
  line-height: 1.2;
}
.number-block .number-block-info {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .number-block .number-block-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .number-block .number-block-info {
    margin-bottom: 30px;
  }
}
.number-block .number-block-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.number-block .number-block-items > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .number-block .number-block-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .number-block .number-block-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .number-block .number-block-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .number-block .number-block-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.number-block .number-block-item {
  background: #f3e8da;
  overflow: hidden;
  border-radius: 15px;
  padding: 45px 25px 35px;
  text-align: center;
}
@media (max-width: 1024px) {
  .number-block .number-block-item {
    padding: 35px 20px 25px;
  }
}
@media (max-width: 768px) {
  .number-block .number-block-item {
    padding: 25px 15px 25px;
  }
}
@media (max-width: 768px) {
  .number-block .number-block-item:last-child {
    margin-bottom: 0;
  }
}
.number-block .number-block-item p {
  line-height: 1.2;
  color: #6d6d6d;
}
.number-block .number-box {
  font-family: "Inter", serif;
  font-weight: 800;
  font-size: 46px;
  line-height: 62px;
  text-transform: capitalize;
  color: #c69731;
}
@media (max-width: 1240px) {
  .number-block .number-box {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .number-block .number-box {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .number-block .number-box {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .number-block .number-box {
    font-size: 32px;
  }
}
.how-works-block .how-works-info {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .how-works-block .how-works-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .how-works-block .how-works-info {
    margin-bottom: 30px;
  }
}
.how-works-block .how-works-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.how-works-block .how-works-items > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .how-works-block .how-works-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .how-works-block .how-works-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .how-works-block .how-works-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .how-works-block .how-works-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.how-works-block .how-works-item-image {
  overflow: hidden;
  width: 100%;
  height: 264px;
  margin-bottom: 32px;
  line-height: 0;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .how-works-block .how-works-item-image {
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .how-works-block .how-works-item-image {
    margin-bottom: 15px;
  }
}
.how-works-block .how-works-item-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.how-works-block .how-works-item {
  position: relative;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.how-works-block .how-works-item .text {
  position: relative;
  padding: 0 35px 5px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #c69731;
  border-bottom-right-radius: 6px;
  border-bottom: 1px solid #c69731;
}
@media (max-width: 1024px) {
  .how-works-block .how-works-item .text {
    padding: 0 20px 5px 0;
  }
}
@media (max-width: 768px) {
  .how-works-block .how-works-item .text {
    padding: 0 10px 5px 0;
  }
}
.how-works-block .how-works-item .text:after {
  content: '';
  left: 0;
  z-index: 1;
  position: absolute;
  width: calc(100% - 15px);
  height: 1px;
  bottom: -1px;
  background: #f3e8da;
}
.how-works-block .how-works-item li, .how-works-block .how-works-item p {
  font-weight: 300;
  color: #2e2e2e;
}
@media (max-width: 768px) {
  .how-works-block .how-works-item:last-child {
    margin-bottom: 0;
  }
}
.investment-property-block .investment-property-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.investment-property-block .investment-property-items > * {
  width: 48.5%;
  margin: 0 0.75% 1.125em;
}
@media (max-width: 768px) {
  .investment-property-block .investment-property-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .investment-property-block .investment-property-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.investment-property-block .investment-property-item-image {
  overflow: hidden;
  width: 100%;
  height: 424px;
  line-height: 0;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .investment-property-block .investment-property-item-image {
    height: 320px;
  }
}
.investment-property-block .investment-property-item-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.investment-property-block .investment-property-info {
  margin-bottom: 20px;
}
.investment-property-block .investment-property-info .text {
  padding-right: 25px;
}
@media (max-width: 768px) {
  .investment-property-block .investment-property-info .text {
    padding-right: 0;
  }
}
.investment-property-block .investment-property-info .text p {
  color: #6d6d6d;
  line-height: 180%;
}
.investment-property-block .investment-property-item {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .investment-property-block .investment-property-item:last-child {
    margin-bottom: 0;
  }
}
.investment-property-block .investment-property-item .investment-property-item-title {
  position: absolute;
  left: 0;
  padding: 6px 14px;
  background: #f4f1ed;
  top: 0;
  border-bottom-right-radius: 6px;
}
.welcome-vacation-block .welcome-vacation-info {
  -webkit-flex-basis: 54%;
  -moz-flex-basis: 54%;
  -ms-flex-preferred-size: 54%;
  flex-basis: 54%;
}
@media (max-width: 1024px) {
  .welcome-vacation-block .welcome-vacation-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.welcome-vacation-block .welcome-vacation-info .text {
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .welcome-vacation-block .welcome-vacation-info .text {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .welcome-vacation-block .welcome-vacation-info .text {
    margin-bottom: 15px;
  }
}
.welcome-vacation-block .welcome-vacation-info .text p {
  line-height: 180%;
  color: #6d6d6d;
}
.welcome-vacation-block .welcome-vacation-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.welcome-vacation-block .welcome-vacation-items > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .welcome-vacation-block .welcome-vacation-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .welcome-vacation-block .welcome-vacation-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .welcome-vacation-block .welcome-vacation-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .welcome-vacation-block .welcome-vacation-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .welcome-vacation-block .welcome-vacation-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.welcome-vacation-block .welcome-vacation-item {
  height: 42px;
  line-height: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #c69731;
  margin: 15px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 600px) {
  .welcome-vacation-block .welcome-vacation-item {
    border: none;
  }
}
@media (max-width: 480px) {
  .welcome-vacation-block .welcome-vacation-item {
    margin: 5px 0;
  }
}
.welcome-vacation-block .welcome-vacation-item.welcome-vacation-item-link:hover {
  opacity: 0.7;
}
.welcome-vacation-block .welcome-vacation-item img {
  object-position: center;
  object-fit: contain;
}
.welcome-vacation-block .welcome-vacation-item:last-child {
  border-right: none;
}
.welcome-vacation-block .welcome-vacation-image {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .welcome-vacation-block .welcome-vacation-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.welcome-vacation-block .welcome-vacation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .welcome-vacation-block .welcome-vacation-image img {
    max-height: 400px;
  }
}
.services-content .wrap {
  width: 990px;
}
.page-template-tpl-services .why-grand-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.page-template-tpl-services .why-grand-items > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .page-template-tpl-services .why-grand-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .page-template-tpl-services .why-grand-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.page-template-tpl-services .number-block .number-block-item {
  background: #f4f1ed;
}
.page-home .header-top .btn, .page-home .header-top .post-navigation [rel="next"], .post-navigation .page-home .header-top [rel="next"], .page-home .header-top .post-navigation [rel="prev"], .post-navigation .page-home .header-top [rel="prev"] {
  display: none;
}
@media (max-width: 768px) {
  .page-home .header-top .logo-box {
    margin: 0 100px;
  }
}
@media (max-width: 600px) {
  .page-home .header-top .logo-box {
    margin: 0 50px;
  }
}
.services-block-box .services-block-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.services-block-box .services-block-items > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .services-block-box .services-block-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .services-block-box .services-block-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.services-block-box .services-block-item-image {
  margin: 0 13px 0 0;
  display: block;
  position: relative;
}
.services-block-box .services-block-item-image:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  height: 1px;
  width: calc(100% - 70px);
  content: '';
  background: #c69731;
}
@media (max-width: 768px) {
  .services-block-box .services-block-item-image:before {
    width: calc(100% - 60px);
  }
}
.services-block-box .services-block-item-image img {
  max-width: 60px;
  max-height: 60px;
  height: auto;
  width: auto;
  object-position: right;
  object-fit: contain;
  margin-left: auto;
}
@media (max-width: 768px) {
  .services-block-box .services-block-item-image img {
    max-width: 50px;
    max-height: 50px;
  }
}
.services-block-box .services-block-item {
  background: #f3e8da;
  overflow: hidden;
  border-radius: 10px;
  padding: 24px 0 24px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .services-block-box .services-block-item {
    padding: 18px 0;
  }
}
@media (max-width: 480px) {
  .services-block-box .services-block-item {
    padding: 12px 0 18px;
  }
}
.services-block-box .services-block-item .text {
  padding: 35px 22px 0;
}
@media (max-width: 1024px) {
  .services-block-box .services-block-item .text {
    padding: 25px 22px 0;
  }
}
@media (max-width: 768px) {
  .services-block-box .services-block-item .text {
    padding: 15px 15px 0;
  }
}
.services-block-box .services-block-item .text li {
  color: #6d6d6d;
}
.services-block-box .services-block-item .text p {
  line-height: 1.8;
  color: #6d6d6d;
}
.services-block-box .services-block-image {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 768px) {
  .services-block-box .services-block-image {
    margin-bottom: 0;
  }
}
.services-block-box .services-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .services-block-box .services-block-image img {
    max-height: 400px;
  }
}
.services-block-box ol li::marker {
  font-weight: 400;
}
.services-block-box ol li {
  padding-left: 0;
  margin-bottom: 5px;
}
.area-block .area-block-box-item {
  border: 1px solid #c69731;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .area-block .area-block-box-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .area-block .area-block-box-item {
    margin-bottom: 25px;
  }
}
.area-block .area-block-box-item:last-child {
  margin-bottom: 0;
}
.area-block .area-block-box-item-top {
  position: relative;
}
.area-block .area-block-box-item-image {
  width: 100%;
  height: 207px;
}
@media (max-width: 480px) {
  .area-block .area-block-box-item-image {
    height: 170px;
  }
}
.area-block .area-block-box-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.area-block .area-block-box-item-title {
  position: absolute;
  bottom: 30px;
  left: 60px;
  color: #f4f1ed;
  z-index: 1;
  margin: 0;
}
@media (max-width: 1024px) {
  .area-block .area-block-box-item-title {
    bottom: 25px;
    left: 30px;
  }
}
@media (max-width: 768px) {
  .area-block .area-block-box-item-title {
    bottom: 20px;
    left: 20px;
  }
}
.area-block .area-block-items {
  padding: 40px 60px 25px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.area-block .area-block-items > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 1024px) {
  .area-block .area-block-items {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .area-block .area-block-items {
    padding: 30px 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .area-block .area-block-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.area-block .area-block-items .area-block-item {
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .area-block .area-block-items .area-block-item:last-child {
    margin-bottom: 0;
  }
}
.area-block .area-block-items .area-block-item .text p, .area-block .area-block-items .area-block-item .text li {
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
}
.area-block .area-block-items .area-block-item .text li {
  padding-left: 25px;
}
@media (max-width: 768px) {
  .area-block .area-block-items .area-block-item .text li {
    padding-left: 20px;
  }
}
.area-block .area-block-items .area-block-item .text li:before {
  background: transparent;
  border: 1px solid #c69731;
  top: 10px;
}
.btn-block {
  position: relative;
  text-align: right;
}
.contact-info-block .social-icons {
  text-align: center;
  display: block;
  margin: 15px auto 0;
}
.contact-info-block .social-icons a:first-child {
  margin: 6px;
}
.contact-info-block .social-icons a svg {
  color: #fff;
}
.form-block h2 {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .form-block h2 {
    margin-bottom: 25px;
  }
}
.form-block .grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-block .grid-2 .wpcf7-form-control-wrap {
  -webkit-flex-basis: 49.3%;
  -moz-flex-basis: 49.3%;
  -ms-flex-preferred-size: 49.3%;
  flex-basis: 49.3%;
}
@media (max-width: 768px) {
  .form-block .grid-2 .wpcf7-form-control-wrap {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.office-locations-block {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .office-locations-block {
    padding-top: 0;
  }
}
.office-locations-block .office-locations-block-tab {
  position: absolute;
  width: 50%;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  border-bottom-right-radius: 6px;
  bottom: 0;
}
@media (max-width: 1024px) {
  .office-locations-block .office-locations-block-tab {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .office-locations-block .office-locations-block-tab {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .office-locations-block .office-locations-block-tab {
    height: 320px;
  }
}
.office-locations-block .tabs {
  top: 5px;
  right: 5px;
  position: absolute;
  text-align: right;
  padding: 5px;
  border-radius: 6px;
  z-index: 2;
  background: #f4f1ed;
}
.office-locations-block .tabs .tab-title {
  padding: 18.5px 40px;
  font-family: "Poppins", serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 289px;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
  background: #ddd;
  border-radius: 6px;
  display: inline-block;
  color: #222;
}
@media (max-width: 1240px) {
  .office-locations-block .tabs .tab-title {
    min-width: auto;
  }
}
@media (max-width: 1024px) {
  .office-locations-block .tabs .tab-title {
    padding: 16px 35px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .office-locations-block .tabs .tab-title {
    padding: 15px 20px;
    font-size: 15px;
  }
}
.office-locations-block .tabs .tab-title.active, .office-locations-block .tabs .tab-title:hover {
  background: #c69731;
  color: #fff;
}
.office-locations-block .tab-content {
  display: none;
  height: 100%;
}
.office-locations-block .tab-content .text {
  height: 100%;
}
.office-locations-block .tab-content .text p {
  height: 100%;
}
.office-locations-block .tab-content iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.office-locations-block .office-locations-block-info .flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .office-locations-block .office-locations-block-info .jEmpty {
    display: none;
  }
}
.office-locations-block .office-locations-block-info .text {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
@media (max-width: 1240px) {
  .office-locations-block .office-locations-block-info .text {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 1024px) {
  .office-locations-block .office-locations-block-info .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.office-locations-block .office-locations-block-info .text h2 {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .office-locations-block .office-locations-block-info .text h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .office-locations-block .office-locations-block-info .text h2 {
    margin-bottom: 25px;
  }
}
.office-locations-block .office-locations-block-info .text a {
  text-decoration: none;
}
.blog-info-box {
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .blog-info-box {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .blog-info-box {
    margin-bottom: 30px;
  }
}
.posts-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.posts-wrapper > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts-wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts-wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.post {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .post:last-child {
    margin-bottom: 0;
  }
}
.post .thumb {
  height: 264px;
  border-radius: 6px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  margin-bottom: 32px;
  line-height: 0;
}
@media (max-width: 1024px) {
  .post .thumb {
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .post .thumb {
    margin-bottom: 15px;
  }
}
.post .thumb:hover {
  opacity: 0.7;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info-box {
  position: relative;
  padding: 0 28px 5px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #c69731;
  border-bottom-right-radius: 6px;
  border-bottom: 1px solid #c69731;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .post .info-box {
    padding: 0 20px 5px 0;
  }
}
@media (max-width: 768px) {
  .post .info-box {
    padding: 0 10px 5px 0;
  }
}
.post .info-box:after {
  content: '';
  left: 0;
  z-index: 1;
  position: absolute;
  width: calc(100% - 15px);
  height: 1px;
  bottom: -1px;
  background: #f4f1ed;
}
.post .info-box .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post .info-box .info p {
  font-weight: 300;
  color: #2e2e2e;
}
.post .post-title {
  display: block;
  font-weight: 600;
}
.post .post-title a {
  color: #222;
}
.post .post-title a:hover {
  color: #c69731;
}
.post .more {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
}
.post .more a {
  color: #c69731;
}
.post .more a:hover {
  color: #dfc07e;
}
.single-wrapper .cats {
  margin-bottom: 15px;
  font-weight: 700;
}
.single-wrapper .cats a {
  color: #222;
  font-weight: 400;
}
.single-wrapper .cats a:hover {
  color: #c69731;
}
.left-right-block .left-right-items .left-right-info {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-items .left-right-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.left-right-block .left-right-items .left-right-info .btn, .left-right-block .left-right-items .left-right-info .post-navigation [rel="next"], .post-navigation .left-right-block .left-right-items .left-right-info [rel="next"], .left-right-block .left-right-items .left-right-info .post-navigation [rel="prev"], .post-navigation .left-right-block .left-right-items .left-right-info [rel="prev"] {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-items .left-right-info .btn, .left-right-block .left-right-items .left-right-info .post-navigation [rel="next"], .post-navigation .left-right-block .left-right-items .left-right-info [rel="next"], .left-right-block .left-right-items .left-right-info .post-navigation [rel="prev"], .post-navigation .left-right-block .left-right-items .left-right-info [rel="prev"] {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .left-right-block .left-right-items .left-right-info .btn, .left-right-block .left-right-items .left-right-info .post-navigation [rel="next"], .post-navigation .left-right-block .left-right-items .left-right-info [rel="next"], .left-right-block .left-right-items .left-right-info .post-navigation [rel="prev"], .post-navigation .left-right-block .left-right-items .left-right-info [rel="prev"] {
    margin-top: 10px;
  }
}
.left-right-block .left-right-items .left-right-image {
  -webkit-flex-basis: 48.7%;
  -moz-flex-basis: 48.7%;
  -ms-flex-preferred-size: 48.7%;
  flex-basis: 48.7%;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-items .left-right-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-height: 500px;
  }
}
.left-right-block .left-right-items .left-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-right-block .left-right-item {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .left-right-block .left-right-item {
    margin-bottom: 30px;
  }
}
.left-right-block .left-right-item:nth-child(even) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1240px) {
  .left-right-block .left-right-item:nth-child(even) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.left-right-block .left-right-item:last-child {
  margin-bottom: 0;
}
.our-vision-block .why-grand-info .text {
  max-width: 1000px;
  margin: 0 auto;
}
.our-vision-block .why-grand-info .text p {
  line-height: 1.2;
}
.our-vision-block .btn-block {
  margin: 30px auto 0;
  text-align: center;
}
.guest-reviews-block .guest-reviews-info {
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .guest-reviews-block .guest-reviews-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .guest-reviews-block .guest-reviews-info {
    margin-bottom: 30px;
  }
}
.guest-reviews-block .guest-reviews-items {
  column-count: 2;
  column-gap: 19px;
  column-fill: balance;
}
@media (max-width: 768px) {
  .guest-reviews-block .guest-reviews-items {
    column-count: 1;
  }
}
.guest-reviews-block .guest-reviews-item {
  background: #f3e8da;
  border-radius: 15px;
  padding: 50px 28px 50px 23px;
  display: inline-block;
  margin-bottom: 21px;
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 1024px) {
  .guest-reviews-block .guest-reviews-item {
    padding: 50px 20px 30px;
  }
}
@media (max-width: 768px) {
  .guest-reviews-block .guest-reviews-item {
    padding: 50px 15px 20px;
  }
}
.guest-reviews-block .guest-reviews-item .guest-reviews-item-svg {
  top: -9px;
  left: 21px;
  position: absolute;
}
.guest-reviews-block .guest-reviews-item p {
  color: #6d6d6d;
  line-height: 1.25;
  font-style: italic;
}
.guest-reviews-block .guest-reviews-item .guest-reviews-item-bottom {
  margin-top: 14px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.guest-reviews-block .guest-reviews-item .guest-reviews-item-name {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
  color: #222;
  padding-top: 10px;
  position: relative;
  font-family: "Inter", serif;
}
@media (max-width: 1024px) {
  .guest-reviews-block .guest-reviews-item .guest-reviews-item-name {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .guest-reviews-block .guest-reviews-item .guest-reviews-item-name {
    font-size: 20px;
  }
}
.guest-reviews-block .guest-reviews-item .guest-reviews-item-name:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 32px;
  background: #c69731;
}
.guest-reviews-block .guest-reviews-item .guest-reviews-item-date {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Inter", serif;
  text-transform: capitalize;
  color: #c69731;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .guest-reviews-block .guest-reviews-item .guest-reviews-item-date {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .guest-reviews-block .guest-reviews-item .guest-reviews-item-date {
    font-size: 16px;
  }
}
.testimonials-block .testimonials-info {
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .testimonials-block .testimonials-info {
    margin-bottom: 30px;
  }
}
.testimonials-block .testimonials-items {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.testimonials-block .testimonials-item {
  background: #f4f1ed;
  border-radius: 15px;
  padding: 50px 28px 50px 23px;
  margin-bottom: 21px;
  position: relative;
  -webkit-flex-basis: 49.2%;
  -moz-flex-basis: 49.2%;
  -ms-flex-preferred-size: 49.2%;
  flex-basis: 49.2%;
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-item {
    padding: 50px 20px 30px;
  }
}
@media (max-width: 768px) {
  .testimonials-block .testimonials-item {
    padding: 50px 15px 20px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.testimonials-block .testimonials-item .testimonials-item-svg {
  top: -9px;
  left: 21px;
  position: absolute;
}
.testimonials-block .testimonials-item p {
  color: #6d6d6d;
  line-height: 1.25;
  font-style: italic;
}
.testimonials-block .testimonials-item .testimonials-item-bottom {
  margin-top: 14px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.testimonials-block .testimonials-item .testimonials-item-name {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
  color: #222;
  padding-top: 10px;
  position: relative;
  font-family: "Inter", serif;
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-item .testimonials-item-name {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .testimonials-block .testimonials-item .testimonials-item-name {
    font-size: 20px;
  }
}
.testimonials-block .testimonials-item .testimonials-item-name:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 32px;
  background: #c69731;
}
.testimonials-block .testimonials-item .testimonials-item-date {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Inter", serif;
  text-transform: capitalize;
  color: #c69731;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-item .testimonials-item-date {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .testimonials-block .testimonials-item .testimonials-item-date {
    font-size: 16px;
  }
}
.rentals-posts-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.rentals-posts-wrapper > * {
  width: 23.5%;
  margin: 0 0.75% 0.9375em;
}
@media (max-width: 1024px) {
  .rentals-posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .rentals-posts-wrapper > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .rentals-posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .rentals-posts-wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .rentals-posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .rentals-posts-wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.rentals-post {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #f3e8da;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 600px) {
  .rentals-post:last-child {
    margin-bottom: 0;
  }
}
.rentals-post .rentals-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.rentals-post .rentals-box div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.rentals-post .rentals-box svg {
  margin-right: 6px;
}
.rentals-post .rentals-box span {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #6d6d6d;
}
.rentals-post .thumb {
  height: 194px;
  border-radius: 6px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  line-height: 0;
}
.rentals-post .thumb:hover {
  opacity: 0.7;
}
.rentals-post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rentals-post .info-box {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 19px 21px 22px 17px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .rentals-post .info-box {
    padding: 17px 15px 22px;
  }
}
@media (max-width: 768px) {
  .rentals-post .info-box {
    padding: 15px 12px 15px;
  }
}
.rentals-post .info-box .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .rentals-post .info-box .info {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .rentals-post .info-box .info {
    margin-bottom: 15px;
  }
}
.rentals-post .post-title {
  display: block;
  margin-bottom: 0;
}
.rentals-post .post-title a {
  color: #222;
}
.rentals-post .post-title a:hover {
  color: #c69731;
}
.rentals-post .rentals-box-night {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #c69731;
}
.rentals-post .rentals-box-night .money {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .rentals-post .rentals-box-night .money {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .rentals-post .rentals-box-night .money {
    font-size: 20px;
  }
}
.properties-block .properties-block-item {
  background: #f3e8da;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 9px;
}
.properties-block .properties-block-item:last-child {
  margin-bottom: 0;
}
.properties-block .properties-block-item.no-items .btn, .properties-block .properties-block-item.no-items .post-navigation [rel="next"], .post-navigation .properties-block .properties-block-item.no-items [rel="next"], .properties-block .properties-block-item.no-items .post-navigation [rel="prev"], .post-navigation .properties-block .properties-block-item.no-items [rel="prev"] {
  display: none;
}
.properties-block .properties-block-item.no-items .properties-block-item-image .properties-svg-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.properties-block .properties-block-item .properties-block-item-image {
  -webkit-flex-basis: 323px;
  -moz-flex-basis: 323px;
  -ms-flex-preferred-size: 323px;
  flex-basis: 323px;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .properties-block .properties-block-item .properties-block-item-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.properties-block .properties-block-item .properties-block-item-image .properties-svg-box {
  position: absolute;
  overflow: hidden;
  right: -50px;
  top: 0;
  background: #fc7e5c;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 5px;
  display: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #f4f1ed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .properties-block .properties-block-item .properties-block-item-image .properties-svg-box {
    width: 80px;
    height: 80px;
    right: -40px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .properties-block .properties-block-item .properties-block-item-image .properties-svg-box {
    right: 0;
  }
}
.properties-block .properties-block-item .properties-block-item-image img {
  min-height: 323px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .properties-block .properties-block-item .properties-block-item-image img {
    height: 323px;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .properties-block .properties-block-item .properties-block-item-image img {
    height: 240px;
  }
}
.properties-block .properties-block-item .info {
  padding: 19px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 50px;
}
@media (max-width: 1024px) {
  .properties-block .properties-block-item .info {
    margin-left: 30px;
    padding: 19px 20px;
  }
}
@media (max-width: 768px) {
  .properties-block .properties-block-item .info {
    margin: 0 auto;
    padding: 19px 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 480px) {
  .properties-block .properties-block-item .info {
    padding: 19px 5px;
  }
}
.properties-block .properties-block-item .info p {
  line-height: 180%;
  color: #6d6d6d;
}
.properties-block .properties-block-item .btn, .properties-block .properties-block-item .post-navigation [rel="next"], .post-navigation .properties-block .properties-block-item [rel="next"], .properties-block .properties-block-item .post-navigation [rel="prev"], .post-navigation .properties-block .properties-block-item [rel="prev"] {
  margin-top: 20px;
}
.vacation-rentals-box .vacation-rentals-box-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .vacation-rentals-box .vacation-rentals-box-top {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .vacation-rentals-box .vacation-rentals-box-top {
    text-align: center;
    display: block;
  }
}
@media (max-width: 480px) {
  .vacation-rentals-box .vacation-rentals-box-top {
    margin-bottom: 25px;
  }
}
.vacation-rentals-box .vacation-rentals-box-top h2 {
  margin: 0;
}
@media (max-width: 600px) {
  .vacation-rentals-box .vacation-rentals-box-top h2 {
    margin-bottom: 20px;
  }
}
.vacation-rentals-box .vacation-rentals-box-top .btn-link {
  border-bottom: 2px solid #c69731;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #c69731;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .vacation-rentals-box .vacation-rentals-box-top .btn-link {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .vacation-rentals-box .vacation-rentals-box-top .btn-link {
    font-size: 16px;
  }
}
.vacation-rentals-box .vacation-rentals-box-top .btn-link:hover {
  opacity: 0.7;
}
.archive-rentals-box .archive-rentals-box-wrap {
  padding: 40px 0 100px;
}
@media (max-width: 1366px) {
  .archive-rentals-box .archive-rentals-box-wrap {
    padding: 40px 0 60px;
  }
}
@media (max-width: 1024px) {
  .archive-rentals-box .archive-rentals-box-wrap {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .archive-rentals-box .archive-rentals-box-wrap {
    padding: 30px 0;
  }
}
.archive-rentals-box-items {
  padding: 15px 0;
  background: #f3e8da;
}
.archive-rentals-box-items .archive-rentals-box-top {
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.archive-rentals-box-items .archive-rentals-box-top .search-filter-base {
  -webkit-flex-basis: 16%;
  -moz-flex-basis: 16%;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
}
@media (max-width: 1024px) {
  .archive-rentals-box-items .archive-rentals-box-top .search-filter-base {
    -webkit-flex-basis: 32%;
    -moz-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .archive-rentals-box-items .archive-rentals-box-top .search-filter-base {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 480px) {
  .archive-rentals-box-items .archive-rentals-box-top .search-filter-base {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.archive-rentals-box-items .archive-rentals-box-top .search-filter-base.search-filter-style--control-reset .search-filter-input-button {
  background: #c69731;
  border-radius: 3px;
  display: block;
  font-weight: 700;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  padding: 15px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}
.archive-rentals-box-items .archive-rentals-box-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .archive-rentals-box-items .archive-rentals-box-bottom {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .archive-rentals-box-items .archive-rentals-box-bottom .search-filter-base {
    margin: 0 auto 15px;
  }
}
.archive-rentals-box-items .archive-rentals-box-bottom .results-box {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222;
}
.archive-rentals-box-items .archive-rentals-box-bottom .results-box span {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #222;
}
.archive-rentals-box-items .search-filter-component-combobox__listbox-toggle svg {
  fill: #c69731;
}
.archive-rentals-box-items .search-filter-component-combobox__listbox-toggle:before {
  display: none;
}
.archive-rentals-box-items .search-filter-component-combobox-base span {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 150%;
  color: #222;
}
.archive-rentals-box-items .search-filter-component-combobox__selection {
  padding: 13px 0 13px 13px !important;
}
.page-about-us-test-1 h1 {
  font-size: 64px;
  line-height: 109%;
}
@media (max-width: 1240px) {
  .page-about-us-test-1 h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .page-about-us-test-1 h1 {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .page-about-us-test-1 h1 {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-1 h1 {
    font-size: 36px;
  }
}
.page-about-us-test-1 h2 {
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 25px;
}
@media (max-width: 1240px) {
  .page-about-us-test-1 h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .page-about-us-test-1 h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .page-about-us-test-1 h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-1 h2 {
    font-size: 32px;
  }
}
.page-about-us-test-1 h3 {
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 1240px) {
  .page-about-us-test-1 h3 {
    font-size: 31px;
  }
}
@media (max-width: 1024px) {
  .page-about-us-test-1 h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .page-about-us-test-1 h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-1 h3 {
    font-size: 26px;
  }
}
.page-about-us-test-1 h4 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .page-about-us-test-1 h4 {
    font-size: 23px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-1 h4 {
    font-size: 22px;
  }
}
.page-about-us-test-1 h5, .page-about-us-test-1 .post .post-title, .post .page-about-us-test-1 .post-title, .page-about-us-test-1 .rentals-post .post-title, .rentals-post .page-about-us-test-1 .post-title {
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 1024px) {
  .page-about-us-test-1 h5, .page-about-us-test-1 .post .post-title, .post .page-about-us-test-1 .post-title, .page-about-us-test-1 .rentals-post .post-title, .rentals-post .page-about-us-test-1 .post-title {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-1 h5, .page-about-us-test-1 .post .post-title, .post .page-about-us-test-1 .post-title, .page-about-us-test-1 .rentals-post .post-title, .rentals-post .page-about-us-test-1 .post-title {
    font-size: 20px;
  }
}
.page-about-us-test-1 h6 {
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 480px) {
  .page-about-us-test-1 h6 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.page-about-us-test-1 .text {
  max-width: 100%;
}
.page-about-us-test-1 .text p {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .page-about-us-test-1 .text p {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-1 .text p {
    font-size: 16px;
  }
}
.page-about-us-test-2 h1 {
  font-size: 54px;
  line-height: 109%;
}
@media (max-width: 1240px) {
  .page-about-us-test-2 h1 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .page-about-us-test-2 h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .page-about-us-test-2 h1 {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-2 h1 {
    font-size: 36px;
  }
}
.page-about-us-test-2 h2 {
  font-size: 38px;
  line-height: 56px;
  margin-bottom: 25px;
}
@media (max-width: 1240px) {
  .page-about-us-test-2 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .page-about-us-test-2 h2 {
    font-size: 34px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .page-about-us-test-2 h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-2 h2 {
    font-size: 30px;
  }
}
.page-about-us-test-2 h3 {
  font-size: 30px;
  line-height: 44px;
}
@media (max-width: 1240px) {
  .page-about-us-test-2 h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .page-about-us-test-2 h3 {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .page-about-us-test-2 h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-2 h3 {
    font-size: 22px;
  }
}
.page-about-us-test-2 h4 {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .page-about-us-test-2 h4 {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-2 h4 {
    font-size: 20px;
  }
}
.page-about-us-test-2 h5, .page-about-us-test-2 .post .post-title, .post .page-about-us-test-2 .post-title, .page-about-us-test-2 .rentals-post .post-title, .rentals-post .page-about-us-test-2 .post-title {
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 1024px) {
  .page-about-us-test-2 h5, .page-about-us-test-2 .post .post-title, .post .page-about-us-test-2 .post-title, .page-about-us-test-2 .rentals-post .post-title, .rentals-post .page-about-us-test-2 .post-title {
    font-size: 19px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-2 h5, .page-about-us-test-2 .post .post-title, .post .page-about-us-test-2 .post-title, .page-about-us-test-2 .rentals-post .post-title, .rentals-post .page-about-us-test-2 .post-title {
    font-size: 18px;
  }
}
.page-about-us-test-2 h6 {
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 480px) {
  .page-about-us-test-2 h6 {
    font-size: 17px;
    line-height: 1.2;
  }
}
.page-about-us-test-2 .text {
  max-width: 100%;
}
.page-about-us-test-2 .text p {
  font-size: 16px;
}
@media (max-width: 480px) {
  .page-about-us-test-2 .text p {
    font-size: 15px;
  }
}
.page-about-us-test-3 h1 {
  font-size: 50px;
  line-height: 109%;
}
@media (max-width: 1240px) {
  .page-about-us-test-3 h1 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .page-about-us-test-3 h1 {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .page-about-us-test-3 h1 {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-3 h1 {
    font-size: 36px;
  }
}
.page-about-us-test-3 h2 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 25px;
}
@media (max-width: 1240px) {
  .page-about-us-test-3 h2 {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .page-about-us-test-3 h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .page-about-us-test-3 h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-3 h2 {
    font-size: 28px;
  }
}
.page-about-us-test-3 h3 {
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 1240px) {
  .page-about-us-test-3 h3 {
    font-size: 27px;
  }
}
@media (max-width: 1024px) {
  .page-about-us-test-3 h3 {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .page-about-us-test-3 h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-3 h3 {
    font-size: 22px;
  }
}
.page-about-us-test-3 h4 {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .page-about-us-test-3 h4 {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-3 h4 {
    font-size: 20px;
  }
}
.page-about-us-test-3 h5, .page-about-us-test-3 .post .post-title, .post .page-about-us-test-3 .post-title, .page-about-us-test-3 .rentals-post .post-title, .rentals-post .page-about-us-test-3 .post-title {
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 1024px) {
  .page-about-us-test-3 h5, .page-about-us-test-3 .post .post-title, .post .page-about-us-test-3 .post-title, .page-about-us-test-3 .rentals-post .post-title, .rentals-post .page-about-us-test-3 .post-title {
    font-size: 19px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .page-about-us-test-3 h5, .page-about-us-test-3 .post .post-title, .post .page-about-us-test-3 .post-title, .page-about-us-test-3 .rentals-post .post-title, .rentals-post .page-about-us-test-3 .post-title {
    font-size: 18px;
  }
}
.page-about-us-test-3 h6 {
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 480px) {
  .page-about-us-test-3 h6 {
    font-size: 17px;
    line-height: 1.2;
  }
}
.page-about-us-test-3 .text {
  max-width: 100%;
}
.page-about-us-test-3 .text p {
  font-size: 16px;
  line-height: 1.5 !important;
}
@media (max-width: 480px) {
  .page-about-us-test-3 .text p {
    font-size: 15px;
  }
}
.big-text {
  max-width: 420px;
}
