@charset "UTF-8";
.gform_wrapper .screen-reader-text,
.gform_wrapper label.hidden_sub_label, .css-clip, .sr-only, .gfield_contains_required .ginput_container_phone .validation_message, .gform_wrapper.gravity-theme .gfield_contains_required .ginput_container_phone .validation_message, .gform_wrapper.gform-theme .gfield_contains_required .ginput_container_phone .validation_message {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  clip-path: inset(50%);
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MixTape";
  src: url("../fonts/mixtape-regular-fm.woff2") format("woff2"), url("../fonts/mixtape-regular-fm.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MixTape";
  src: url("../fonts/mixtape-regular-fm.woff") format("woff"), url("../fonts/mixtape-regular-fm.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Aleo";
  src: url("../fonts/aleo/Aleo-SemiBold.woff2") format("woff2"), url("./fonts/aleo/Aleo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aleo";
  src: url("../fonts/aleo/Aleo-Light.woff2") format("woff2"), url("../fonts/aleo/Aleo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aleo";
  src: url("../fonts/aleo/Aleo-Bold.woff2") format("woff2"), url("../fonts/aleo/Aleo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aleo";
  src: url("../fonts/aleo/Aleo-Medium.woff2") format("woff2"), url("../fonts/aleo/Aleo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aleo";
  src: url("../fonts/aleo/Aleo-Regular.woff2") format("woff2"), url("../fonts/aleo/Aleo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------------------
	Required project style settings
--------------------------------------- */
/* ---------------------------------------
	Additional Foundation style settings
--------------------------------------- */
/* Plugins */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 10ms;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-user-select: text;
  user-select: text;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/***SLICK THEME****/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: block;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  box-shadow: none;
  transform: translate(0, -50%);
  cursor: pointer;
}
.slick-prev::before,
.slick-next::before {
  display: block;
  opacity: 1;
  color: white;
  font-family: "Font Awesome 6 Free";
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover, .slick-prev:focus-visible,
.slick-next:hover,
.slick-next:focus-visible {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover::before, .slick-prev:focus-visible::before,
.slick-next:hover::before,
.slick-next:focus-visible::before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}

.slick-prev {
  left: 0;
}

[dir=rtl] .slick-prev {
  right: 0;
  left: auto;
}

.slick-prev:before {
  content: "\f053";
}

[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: 0;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0;
}

.slick-next:before {
  content: "\f054";
}

[dir=rtl] .slick-next:before {
  content: "\f053";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  margin-left: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0.375rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-dots li button::before {
  content: "";
  position: static;
  display: block;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #000000;
  font-size: 0;
  line-height: 1.25;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover, .slick-dots li button:focus-visible {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fff;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized)::after {
  content: "";
  display: table;
  clear: both;
}
.slick-slider:not(.slick-initialized) .slick-slide:first-child {
  display: block;
}

.slick-slide {
  transition: transform 0.3s ease-in-out;
}
.home-slide {
  width: 100%;
}

.home-slide__inner {
  height: 100%;
}

.home-slide__caption {
  position: relative;
  z-index: 3;
  min-height: 43.75rem; /*define the height of slide*/
}
@media (max-width: 991.98px) {
  .home-slide__caption {
    min-height: 25rem;
  }
}
.full-height .home-slide__caption {
  min-height: 100vh;
}

.video-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.video-holder__media {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.slick-arrow {
  /* Slick arrows global styles */
}
.slick-prev {
  left: 1rem;
}
.slick-next {
  right: 1rem;
}
.slick-dots {
  /* Slick dots global styles */
  display: flex;
  justify-content: center;
  left: 0;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button::before {
  border: 2px solid #72954b;
  background-color: transparent;
}
.slick-dots li.slick-active button::before {
  background-color: #72954b;
}

/* ---------------------------------------
	Appear animation
--------------------------------------- */
@media (min-width: 992px) {
  [data-scroll] {
    transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
  }
  .fade-in, .ease-right, .ease-left, .ease-btm, .ease-top {
    opacity: 0;
  }
  .fade-in[data-scroll=in], .ease-right[data-scroll=in], .ease-left[data-scroll=in], .ease-btm[data-scroll=in], .ease-top[data-scroll=in] {
    opacity: 1;
  }
  .fade-in {
    transition-duration: 1s;
  }
  [class*=ease-][data-scroll=in] {
    transform: none;
  }
  .ease-right {
    transform: translateX(6.25rem);
  }
  .ease-left {
    transform: translateX(-6.25rem);
  }
  .ease-top {
    transform: translateY(-6.25rem);
  }
  .ease-btm {
    transform: translateY(6.25rem);
  }
  [class*=flip-][data-scroll=in] {
    transform: perspective(25rem);
    backface-visibility: visible !important;
  }
  .flip-top {
    transform: perspective(25rem) rotateX(-90deg);
    transform-origin: center top;
  }
  .flip-btm {
    transform: perspective(25rem) rotateX(90deg);
    transform-origin: center bottom;
  }
  .flip-left {
    transform: perspective(25rem) rotateY(90deg);
    transform-origin: left center;
  }
  .flip-right {
    transform: perspective(25rem) rotateY(-90deg);
    transform-origin: right center;
  }
  .ease-delay-100 {
    transition-delay: 300ms;
  }
  .ease-delay-200 {
    transition-delay: 600ms;
  }
  .ease-delay-300 {
    transition-delay: 900ms;
  }
  .ease-delay-400 {
    transition-delay: 1200ms;
  }
  .ease-delay-500 {
    transition-delay: 1500ms;
  }
}
/* ---------------------------------------
	Typography / Forms / Inputs / Buttons
--------------------------------------- */
/* ---------------------------------------
	Typography
--------------------------------------- */
html {
  font-size: 0.83333333vw;
  /*
  $step-size: $design-width - 1025;
  @for $i from 1 through 30 {
  	$size: 1000 + 100 * $i + (floor($i / 10) * 100 * ceil($i / 10) );
  	@include breakpoint($size) {
  		font-size: round(16px / $design-width * $size);
  	}
  }*/
}
@media (max-width: 1399.98px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: clamp(14px, 1rem, 1rem);
  font-family: "MixTape", sans-serif;
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

h1, .h1, .has-h-1-font-size {
  /*basic heading styles*/
  font-size: 48px;
  line-height: 60px;
}
@media (min-width: 1441px) {
  h1, .h1, .has-h-1-font-size {
    font-size: 66px;
    line-height: 70px;
  }
}
h1, .h1, .has-h-1-font-size {
  color: #494442;
  font-family: "MixTape", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  h1, .h1, .has-h-1-font-size {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h1, .h1, .has-h-1-font-size {
    font-size: 43px;
    line-height: 48px;
  }
}

h2, .h2, .has-h-2-font-size {
  /*basic heading styles*/
  font-size: 64px;
  line-height: 72px;
  font-family: "MixTape", sans-serif;
}
@media (max-width: 1024px) {
  h2, .h2, .has-h-2-font-size {
    font-size: 30px;
    line-height: 40px;
  }
}

h3, .h3, .has-h-3-font-size {
  /*basic heading styles*/
}

h4, .h4, .has-h-4-font-size {
  /*basic heading styles*/
}

h5, .h5, .has-h-5-font-size {
  /*basic heading styles*/
}

h6, .h6, .has-h-6-font-size {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
  font-family: "Noto Sans Hebrew", sans-serif;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}

ul, ol {
  list-style-position: inside;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
}

a {
  color: #72954b;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus-visible {
  /*basic hover and focus effects*/
  color: rgb(62.0892857143, 81.1517857143, 40.8482142857);
}

a, button, .button, input[type=submit], input[type=reset], input[type=button] {
  -webkit-tap-highlight-color: rgba(141, 106, 180, 0.5) !important;
  border-radius: 6px;
  color: #000000;
}

hr, .wp-block-separator {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 1;
}

table > :not(caption) > * {
  border-color: inherit;
}
table > :not(caption) > * > * {
  border-color: inherit;
}

/* ---------------------------------------
	Forms/Inputs
--------------------------------------- */
.no-outline button, .no-outline a, .no-outline [tabindex] {
  outline: none;
}

/* Placeholder styling */
input::placeholder, textarea::placeholder {
  opacity: 1;
}

/* Input Styling */
:root, form {
  --input-fz: 1rem;
  --input-lh: 1.5;
  --input-pt: 0.5rem;
  --input-pb: 0.5rem;
  --input-pl: 1rem;
  --input-pr: 1rem;
  --input-bd: 1px;
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select,
body .select2-container .select2-selection {
  /* STYLES GO THERE */
  font-size: var(--input-fz);
  line-height: var(--input-lh);
  padding-top: var(--input-pt);
  padding-bottom: var(--input-pb);
  padding-left: var(--input-pl);
  padding-right: var(--input-pr);
  border-width: var(--input-bd);
  --input-height: calc(var(--input-fz) * var(--input-lh) + var(--input-pt) + var(--input-pb) + var(--input-bd) * 2);
  height: var(--input-height);
  margin-bottom: 0;
  border-radius: 6px;
}
[type=color]:focus-visible,
[type=date]:focus-visible,
[type=datetime-local]:focus-visible,
[type=datetime]:focus-visible,
[type=email]:focus-visible,
[type=month]:focus-visible,
[type=number]:focus-visible,
[type=password]:focus-visible,
[type=search]:focus-visible,
[type=tel]:focus-visible,
[type=text]:focus-visible,
[type=time]:focus-visible,
[type=url]:focus-visible,
[type=week]:focus-visible,
textarea:focus-visible,
select:focus-visible,
body .select2-container .select2-selection:focus-visible {
  border-width: var(--input-bd);
}

select:not([multiple]) {
  padding: 0.5rem 1rem;
  padding-right: 2rem;
}

/* ---------------------------------------
	Select 2
--------------------------------------- */
body .select2-hidden-accessible {
  left: 0;
}
body .select2 {
  font-weight: 300;
  text-align: left;
  width: 100% !important;
  display: flex;
}
body .select2 .selection {
  flex: 1;
}
body {
  /*	.select2:focus-visible {
  		outline: none;
  	}*/
}
body .select2-dropdown {
  padding: 0;
  border: 1px solid var(--bs-border-color);
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #ffffff;
  font-size: 1rem;
}
body .select2-dropdown li {
  margin: 0;
  padding: 0 0.625rem;
  font-size: 1rem;
  font-family: "Noto Sans Hebrew", sans-serif;
  line-height: 1.86;
  transition: all 0.15s ease-in;
  text-align: right;
}
body .select2-dropdown li:hover {
  background: #ededed;
}
body .select2-container .select2-selection {
  margin: 0;
  border: 1px solid var(--bs-border-color);
  font-size: 1rem;
  line-height: normal;
  font-family: "Noto Sans Hebrew", sans-serif;
  display: flex;
  align-items: center;
  direction: rtl;
}
body .select2-container .select2-selection--single {
  height: var(--input-height);
}
body .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: var(--bs-body-color);
  line-height: 1.5;
}
body .select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--bs-secondary-color);
}
body .select2-container .select2-selection--single .select2-selection__clear {
  margin-right: 0.5rem;
}
body .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  left: 0.625rem;
  width: auto;
  height: auto;
  font-size: 0.75rem;
  line-height: 1;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  body .select2-container .select2-selection--single .select2-selection__arrow::after, body .select2-container .select2-selection--single .select2-selection__arrow::before {
    right: 2rem;
  }
}
body .select2-container .select2-selection--single .select2-selection__arrow::after {
  content: "\f078";
  color: var(--bs-body-color);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
body .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
body .select2-container .select2-selection--multiple {
  min-height: var(--input-height);
  height: auto;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 1.5;
  padding: 0;
  display: inline;
  vertical-align: middle;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered li {
  margin: 0 2px 2px 0;
}
body .select2-container .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  display: inline-block;
  padding: 0 0.125rem 0 1rem;
  box-shadow: inset 0 0 0 1px #6c757d;
  background-color: #dee2e6;
  border: none;
}
body .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  padding: 0 0.25rem !important;
  min-block-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  background-color: transparent !important;
  color: inherit !important;
  border: none !important;
  line-height: 1 !important;
  top: 50%;
  transform: translateY(-50%);
}
body .select2-container .select2-selection--multiple .select2-selection__choice__remove span {
  line-height: 1;
}
body .select2-container .select2-selection--multiple .select2-search {
  vertical-align: middle;
  margin: 0.1875rem;
  display: inline-flex;
}
body .select2-container .select2-selection--multiple .select2-search__field {
  height: 1.125rem;
  margin-top: 0;
  margin-left: 0.25rem;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected], body .select2-container--default .select2-results__option--highlighted[data-selected], body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
  background: #ededed;
  color: #000000;
}
body .select2-container--default.select2-container--focus .select2-selection {
  outline: none;
  background-color: var(--bs-body-bg);
  border: 1px solid #72954b;
  display: flex;
  align-items: center;
}
body .select2-container--open .select2-dropdown--below {
  border-top: 1px solid var(--bs-border-color);
}
body .select2-container--open .select2-selection__arrow::after {
  content: "\f077" !important;
}
body .select2-dropdown .select2-search--dropdown .select2-search__field {
  height: auto;
  padding: 0.25rem 0.625rem;
}

textarea[rows] {
  /*Styles for TextArea*/
  max-width: 100%;
  height: 6rem;
}

[type=number] {
  -moz-appearance: textfield;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.number-box {
  position: relative;
  display: inline-block;
  min-width: 4rem;
}
.number-box input {
  width: 100%;
  padding-right: 1.25rem !important;
}

.number-box__control {
  position: absolute;
  right: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  line-height: 0.75;
  height: 0.75em;
}
.number-box__control--inc {
  top: 0.375rem;
}
.number-box__control--dec {
  bottom: 0.375rem;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

/*
// Custom checkbox / radio input style


[type=checkbox], [type=radio] {
  @extend %css-clip;

  + * {
    display: block;
    position: relative;
    margin-right: 0;
    margin-left: 0;
	  padding-left: calc(var(--checkbox-size, 1rem) + 0.5rem);
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    font-size: 1.125rem;
    color: inherit;
    font-weight: 500;
    border: none;
    width: auto;
    height: auto;

    &:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: $checkbox-size;
      height: $checkbox-size;
      margin-top: calc(var(--checkbox-size, 1rem) / -2);
      border: 1px solid #777;
      background-color: #fff;
    }

    &:after {
      position: absolute;
      top: 50%;
      left: calc(var(--checkbox-size, 1rem) / 6);
      color: $white;
      font-family: $fa;
      font-size: calc(var(--checkbox-size, 1rem) * 2 / 3);
      font-weight: 900;
      line-height: 1;
      transform: translateY(-50%);
      width: auto;
      height: auto;
      border: none;
    }
  }

  &:checked + * {

    &::before {
      background-color: $white;
      border-color: $black;
    }

    &:after {
      content: '\f00c';
    }
  }

  &:focus-visible + * {
    //outline: none;
  }
}

[type=radio] {
  + *  {
    &::before {
      border-radius: 50%;
    }
  }

  &:checked + * {
    &::before {
      background-color: $white;
    }

    &:after {
      content: '';
      left: calc(var(--checkbox-size, 1rem) / 4);
      width: calc(var(--checkbox-size, 1rem) / 2);
      height: calc(var(--checkbox-size, 1rem) / 2);
      border-radius: 50%;
      background-color: $black;
    }
  }
}
*/
button[class*=btn-outline], .btn[class*=btn-outline], .button[class*=btn-outline], input[type=submit][class*=btn-outline], input[type=reset][class*=btn-outline], input[type=button][class*=btn-outline] {
  --bs-btn-bg: transparent;
}
/* Button additional styles */
.btn:hover, .btn:focus-visible, .button:hover, .button:focus-visible {
  /*basic hover and focus effects*/
}

/* ---------------------------------------
	WooCommerce
--------------------------------------- */
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
  clear: both;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  clear: both;
}

p:last-child > .alignright, p:last-child > .alignleft, p:last-child > .alignnone, p:last-child > .aligncenter {
  margin: 0;
}

@media (max-width: 575.98px) {
  .alignright, .alignleft, .alignnone {
    float: none;
    margin: 0 auto 1em;
  }
}
.wp-caption {
  max-width: 100%; /* Image does not overflow the content area */
  padding: 0.25rem 0.25rem 0.75rem;
  border: 1px solid #f0f0f0;
  background: #ffffff;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 0.75rem;
}
.wp-caption figcaption {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.gallery-caption {
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.gallery-item {
  --gallery-item-gap: $grid-gutter-width;
  display: inline-block;
  width: 100%;
  margin-right: var(--gallery-item-gap, 2rem);
  margin-bottom: var(--gallery-item-gap, 2rem);
  vertical-align: top;
  text-align: center;
}
.gallery-item:last-of-type {
  padding-right: 0;
}
.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus-visible {
  box-shadow: 0 0 0 2px #0073aa;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - var(--gallery-item-gap) * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - var(--gallery-item-gap) * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - var(--gallery-item-gap) * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - var(--gallery-item-gap) * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - var(--gallery-item-gap) * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - var(--gallery-item-gap) * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - var(--gallery-item-gap) * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - var(--gallery-item-gap) * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

#wpadminbar {
  -webkit-transform: translateZ(0);
}

.wp-video {
  width: 100% !important;
}
.wp-video .mejs-container {
  width: 100% !important;
  height: auto !important;
}

.mejs-mediaelement {
  position: static !important;
}

mediaelementwrapper {
  display: block;
}

.wp-video-shortcode video, video.wp-video-shortcode {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Pagination */
ul.page-numbers, .woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 0;
  border: none;
  text-align: center;
}
ul.page-numbers li, .woocommerce nav.woocommerce-pagination ul li {
  margin: 0 0.25rem;
  padding: 0;
  border: none;
  line-height: 1.5;
}
ul.page-numbers li > span, ul.page-numbers li > a, .woocommerce nav.woocommerce-pagination ul li > span, .woocommerce nav.woocommerce-pagination ul li > a {
  display: block;
  min-width: 2rem;
  min-height: 2rem;
  line-height: 2rem;
  padding: 0 2px;
}
ul.page-numbers li > span span, ul.page-numbers li > a span, .woocommerce nav.woocommerce-pagination ul li > span span, .woocommerce nav.woocommerce-pagination ul li > a span {
  padding: 0;
}
ul.page-numbers li a:hover, ul.page-numbers li a:focus-visible, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus-visible {
  background-color: #e9ecef;
}
ul.page-numbers li span::before, ul.page-numbers li a::before, .woocommerce nav.woocommerce-pagination ul li span::before, .woocommerce nav.woocommerce-pagination ul li a::before {
  font-weight: 900;
}
ul.page-numbers li span.current, ul.page-numbers li a.current, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a.current {
  display: block;
  background: #72954b;
  color: #ffffff;
}
ul.page-numbers li > .pagination-arrow.disabled, .woocommerce nav.woocommerce-pagination ul li > .pagination-arrow.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

/* Comments block */
#comments {
  padding-top: 2rem;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.25rem;
}

.comment {
  position: relative;
  margin-top: 1rem;
}
.comment .children {
  list-style: none;
}

.comment-meta {
  font-size: 0.875rem;
}

.comment-metadata {
  margin-top: 0.25rem;
  color: #666666;
}

.comment-content {
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #dddddd;
  font-size: 0.875rem;
}

.reply {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.comment-reply-link {
  display: block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  background: #777777;
  color: #fefefe;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
}
.comment-reply-link:hover, .comment-reply-link:focus-visible {
  background-color: #72954b;
  color: #ffffff;
  text-decoration: none;
}

.comment-form {
  display: flex;
  flex-flow: row wrap;
}

.comment-notes,
.comment-form-comment {
  flex: 1 0 100%;
}

.comment-form-comment {
  order: 1;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  flex: 1 1 auto;
  flex-basis: calc(33.3333% - 1.25rem);
}
@media (max-width: 575.98px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    flex-basis: 100%;
  }
}

@media (min-width: 768px) {
  .comment-form-author,
  .comment-form-email {
    margin-right: 1.875rem;
  }
}

.comment-form-cookies-consent,
.comment-form .form-submit {
  order: 2;
}

.comment-form .form-submit {
  flex-basis: 100%;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html {
  height: 100%;
}

body {
  position: static !important;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
}

main {
  display: block;
}

iframe {
  width: 100%;
}

*:last-child {
  margin-bottom: 0;
}

img, .woocommerce img, .woocommerce-page img {
  transition: opacity 0.3s ease-in-out;
  max-width: 100%;
  height: auto;
}
img.pre-lazyload, img[data-lazy-src], .woocommerce img.pre-lazyload, .woocommerce img[data-lazy-src], .woocommerce-page img.pre-lazyload, .woocommerce-page img[data-lazy-src] {
  opacity: 0;
}
img.lazyloaded, .woocommerce img.lazyloaded, .woocommerce-page img.lazyloaded {
  opacity: 1;
}

/* ---------------------------------------
	Bootstrap apartments-models
--------------------------------------- */
.nav-tabs {
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-font-size: 1rem;
}
.nav-tabs .nav-link {
  --bs-btn-hover-bg: #72954b;
  --bs-nav-link-hover-color: #ffffff;
}
.tab-content .tab-pane {
  padding: 1rem;
}

/* ---------------------------------------
	Bootstrap Accordion
--------------------------------------- */
.accordion .accordion-button {
  box-shadow: none;
}
.accordion .accordion-button:hover, .accordion .accordion-button:focus-visible {
  --bs-btn-hover-bg: rgb(214.7321428571, 227.5446428571, 200.4553571429);
  --bs-btn-hover-color: var(--bs-accordion-btn-color);
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this -
comment or delete styles below*/
.gravity-theme.gform_wrapper.gform-theme--no-framework .validation_message, .gform_wrapper.gravity-theme div.validation_message, .gform_wrapper.gform-theme div.validation_message {
  position: absolute;
  z-index: 3;
  top: calc(100% + 0.5rem);
  left: 1rem;
  display: inline-block;
  margin: 0;
  padding: 0.1875rem 0.375rem;
  border-radius: 2px;
  background-color: #f7e4e1;
  color: #333333;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  width: auto;
  max-width: calc(100% - 1rem);
  border: none;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .validation_message::before, .gform_wrapper.gravity-theme div.validation_message::before, .gform_wrapper.gform-theme div.validation_message::before {
  content: "Error:";
  display: inline-block;
  margin-right: 0.25em;
  font-weight: 700;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .validation_message::after, .gform_wrapper.gravity-theme div.validation_message::after, .gform_wrapper.gform-theme div.validation_message::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 1.25rem;
  width: 1rem;
  height: 0.5rem;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-style: solid;
  border-color: transparent transparent #f7e4e1 transparent;
}

/* ---------------------------------------
	Gravity forms 2.8.0 Orbital theme tweaks
--------------------------------------- */
body .gform-theme--framework {
  --gf-form-gap-x: 2rem;
  --gf-form-gap-y: 1.25rem;
  --gf-field-gap-x: var(--gf-form-gap-x);
  --gf-field-gap-y: var(--gf-form-gap-y);
}
@media (max-width: 767.98px) {
  body .gform-theme--framework {
    --gf-form-gap-x: 2%;
    --gf-form-gap-y: 0.625rem;
  }
}
body .gform-theme--framework {
  --gf-color-primary: #72954b !important;
  --gf-field-list-btn-size: 1.25rem;
  --gf-field-list-btns-width: 5rem;
  --gf-icon-font-size: 1.25rem;
  --gf-ctrl-number-spin-btn-bg-size: 0.5rem 1rem;
  --gf-ctrl-number-spin-btn-width: 0.5rem;
  --gf-ctrl-radius: 0;
  --gf-ctrl-size-md: calc(var(--input-fz) * var(--input-lh) + var(--input-pt) + var(--input-pb) + var(--input-bd) * 2);
  --gf-ctrl-size-sm: calc(var(--gf-ctrl-size-md) * 0.9);
  --gf-ctrl-size-lg: calc(var(--gf-ctrl-size-md) * 1.1);
  --gf-ctrl-size-xl: calc(var(--gf-ctrl-size-md) * 1.2);
  --gf-ctrl-padding-y: var(--input-pt);
  --gf-ctrl-padding-x: var(--input-pl);
  --gf-ctrl-bg-color: var(--bs-body-bg);
  --gf-ctrl-border-color-error: #cc4b37;
  --gf-ctrl-border-color: var(--bs-border-color) !important;
  --gf-ctrl-border-width: 1px !important;
  --gf-ctrl-color: var(--bs-body-color);
  --gf-ctrl-font-family: inherit;
  --gf-ctrl-font-size: var(--input-fz);
  --gf-ctrl-font-style: normal;
  --gf-ctrl-font-weight: 400;
  --gf-ctrl-line-height: var(--input-lh);
  --gf-ctrl-shadow: none;
  --gf-ctrl-radio-check-size-md: 0.5rem;
  --gf-ctrl-choice-size-md: 1.25rem;
  --gf-ctrl-textarea-height: 6rem;
}
body .gform-theme--framework input[type=file] {
  --gf-ctrl-padding-y: 0;
}
body .gform-theme--framework {
  --gf-ctrl-label-font-size-primary: 1rem;
  --gf-ctrl-label-font-size-secondary: 1rem;
  --gf-ctrl-label-font-size-tertiary: 1rem;
  --gf-ctrl-label-font-size-req: inherit;
  --gf-ctrl-file-btn-font-size: 1rem;
  --gf-ctrl-desc-font-size: 1em;
  --gf-label-space-primary: 0.5rem;
  --gf-ctrl-label-color-primary: #000000 !important;
  --gf-ctrl-label-color-secondary: #000000 !important;
  --gf-ctrl-label-color-tertiary: #000000;
  --gf-label-choice-field-space-primary: 0.5rem;
  --gf-label-space-x-secondary: 0.5rem;
  --gf-field-section-padding-y-end: 0.5rem;
  --gf-label-width: 100%;
  --gf-label-req-gap: 0.5rem;
  --gf-desc-space: 0.5rem;
  --gf-ctrl-btn-bg-color-primary: #72954b;
  --gf-ctrl-btn-bg-color-hover-primary: rgb(88.0446428571, 115.0758928571, 57.9241071429);
  --gf-ctrl-btn-bg-color-focus-primary: rgb(88.0446428571, 115.0758928571, 57.9241071429);
  --gf-ctrl-btn-bg-color-disabled-primary: #72954b;
  --gf-ctrl-btn-border-color-primary: transparent;
  --gf-ctrl-btn-border-color-hover-primary: transparent;
  --gf-ctrl-btn-border-color-focus-primary: var(--gf-ctrl-btn-bg-color-hover-primary);
  --gf-ctrl-btn-border-color-disabled-primary: transparent;
  --gf-ctrl-btn-border-style-primary: solid;
  --gf-ctrl-btn-border-width-primary: 1px;
  --gf-ctrl-btn-color-primary: #ffffff;
  --gf-ctrl-btn-color-hover-primary: #ffffff;
  --gf-ctrl-btn-color-focus-primary: #ffffff;
  --gf-ctrl-btn-color-disabled-primary: #ffffff;
  --gf-ctrl-btn-radius: var(--gf-ctrl-radius);
  --gf-ctrl-btn-size-md: auto;
  --gf-ctrl-btn-padding-y: 0.5rem;
  --gf-ctrl-btn-padding-x: 1rem;
  --gf-ctrl-btn-font-size-md: 1rem;
  --gf-form-footer-margin-y-start: 1rem;
  --gf-form-footer-gap: 0.5rem;
  --gf-field-date-width: 10.5rem;
  --gf-field-time-width: 7rem;
  --gf-field-list-btns-gap: 0.5rem;
  --gf-field-pg-steps-gap-y: 0.5rem;
  --gf-field-pg-steps-gap-x: 1.5rem;
}
body .gform-theme--framework .gfield .select2-selection--single {
  height: var(--gf-ctrl-size);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
body .gform-theme--framework .gfield textarea.small {
  min-block-size: 7rem;
}
body .gform-theme--framework .gfield textarea.medium {
  min-block-size: 8rem;
}
body .gform-theme--framework .gfield textarea.large {
  min-block-size: 10rem;
}
body .gform-theme--framework .gfield--type-choice .gchoice,
body .gform-theme--framework .gfield--type-choice .ginput_container_consent {
  align-items: center;
}

.gform_wrapper.gravity-theme .validation_error, .gform_wrapper.gravity-theme div.gform_validation_errors, .gform_wrapper.gform-theme .validation_error, .gform_wrapper.gform-theme div.gform_validation_errors {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #cc4b37;
  background-color: #f7e4e1;
  color: #000000;
  font-size: inherit;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
}
.gform_wrapper.gravity-theme .validation_error .gform_submission_error, .gform_wrapper.gravity-theme div.gform_validation_errors .gform_submission_error, .gform_wrapper.gform-theme .validation_error .gform_submission_error, .gform_wrapper.gform-theme div.gform_validation_errors .gform_submission_error {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.gform_wrapper.gravity-theme .validation_error:first-child, .gform_wrapper.gravity-theme div.gform_validation_errors:first-child, .gform_wrapper.gform-theme .validation_error:first-child, .gform_wrapper.gform-theme div.gform_validation_errors:first-child {
  margin-top: 0;
}
.gform_wrapper.gravity-theme .gfield, .gform_wrapper.gform-theme .gfield {
  position: relative;
}
.gform_wrapper.gravity-theme .gfield.gfield_error, .gform_wrapper.gform-theme .gfield.gfield_error {
  --gf-ctrl-label-color-tertiary: #cc4b37;
}
.gform_wrapper.gravity-theme .gfield.gfield_error label, .gform_wrapper.gravity-theme .gfield.gfield_error legend, .gform_wrapper.gform-theme .gfield.gfield_error label, .gform_wrapper.gform-theme .gfield.gfield_error legend {
  color: #cc4b37;
}
.gform_wrapper.gravity-theme .gfield.gfield_error [aria-invalid=true], .gform_wrapper.gravity-theme .gfield.gfield_error .select2-selection, .gform_wrapper.gform-theme .gfield.gfield_error [aria-invalid=true], .gform_wrapper.gform-theme .gfield.gfield_error .select2-selection {
  border-color: #cc4b37;
}
.gform_wrapper.gravity-theme .ginput_container_fileupload .validation_message:empty, .gform_wrapper.gform-theme .ginput_container_fileupload .validation_message:empty {
  display: none;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gform-theme .gform_footer {
  position: relative;
}
.gform_wrapper.gravity-theme .gform-loader, .gform_wrapper.gform-theme .gform-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  margin-left: 0.5rem;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  position: absolute !important;
  left: -9000px;
  display: none !important;
}

/* ---------------------------------------
	General GF styles
--------------------------------------- */
.gform_heading {
  margin-bottom: 0.75rem;
}

.gform_description:empty {
  display: none;
}

.gform_wrapper .select2 {
  width: 100% !important;
  display: flex;
}
.gform_wrapper .select2 .dropdown-wrapper {
  display: none;
}
.gform_wrapper ul {
  list-style: none;
}
.gform_wrapper .clear-multi {
  display: flex;
}
.gform_wrapper .ginput_container.ginput_complex .gfield_time_ampm,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_minute,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_hour {
  max-width: none;
  position: relative;
  flex: 1 1 0;
  margin-left: calc(var(--field-x-gap) / 2);
  margin-right: calc(var(--field-x-gap) / 2);
}
.gform_wrapper .ginput_container.ginput_complex .gfield_time_ampm .select2-search--dropdown,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_minute .select2-search--dropdown,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_hour .select2-search--dropdown {
  padding: 0 !important;
}
.gform_wrapper .ginput_container.ginput_complex .gfield_time_ampm input, .gform_wrapper .ginput_container.ginput_complex .gfield_time_ampm select, .gform_wrapper .ginput_container.ginput_complex .gfield_time_ampm .select2-selection,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_minute input,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_minute select,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_minute .select2-selection,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_hour input,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_hour select,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_hour .select2-selection {
  width: 100% !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
.gform_wrapper .ginput_container.ginput_complex .hour_minute_colon {
  flex: 0 0 auto;
  padding: 0 !important;
  align-self: center !important;
  text-align: center;
}
.gform_wrapper .gfield_time_hour {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.gform_description {
  display: block;
}

.gform_fields {
  margin: 0;
}
.gform_fields::after {
  content: "";
  display: table;
  clear: both;
}

.gfield {
  position: relative;
  list-style: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea, .gfield_error select, .gfield_error .select2-selection {
  border-color: #ec7a7a;
}

.gfield_description {
  margin-top: var(--field-y-gap);
}

.gform_confirmation_message {
  margin-bottom: 1rem;
}

.gform_footer {
  position: relative;
  margin-top: var(--field-y-gap);
  text-align: right; /*aligning of submit button*/
}
.ginput_container_fileupload .validation_message:empty {
  display: none;
}

.ginput_container_date input {
  --gf-local-width: 100% !important;
  flex-grow: 1;
}

div.gfield_list_icons button {
  opacity: 0.5;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  background-color: transparent !important;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-444 448 256 256"%3e%3cpath d="M-316 448c-70.7 0-128 57.3-128 128s57.3 128 128 128 128-57.3 128-128S-245.3 448-316 448zM-316 672c-53 0-96-43-96-96s43-96 96-96 96 43 96 96S-263 672-316 672z"/%3e%3cpolygon points="-332 512 -332 560 -380 560 -380 592 -332 592 -332 640 -300 640 -300 592 -252 592 -252 560 -300 560 -300 512 "/%3e%3c/svg%3e');
  font-size: 0;
  transition: opacity 0.5s ease-out;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
div.gfield_list_icons button::before, div.gfield_list_icons button::after {
  content: none;
  display: none;
}
div.gfield_list_icons button.delete_list_item {
  margin-left: 0.25rem;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-139 51 512 512"%3e%3cpath d="M117 51c-141.4 0-256 114.6-256 256 0 141.4 114.6 256 256 256 141.4 0 256-114.6 256-256C373 165.6 258.4 51 117 51zM117 499C11 499-75 413-75 307s86-192 192-192c106 0 192 86 192 192S223 499 117 499zM-11 339h256v-64H-11V339z"/%3e%3c/svg%3e');
}

input.datepicker_with_icon {
  display: inline-block;
  width: calc(100% - 1.5rem);
  margin-right: 0.25rem;
  vertical-align: middle;
}

.gform_wrapper .gf_invisible,
.gform_wrapper .gfield_visibility_hidden {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

/* ---------------------------------------
	Gravity Forms v2.5 styles
--------------------------------------- */
.gravity-theme.gform_wrapper.gform-theme--no-framework {
  --field-y-gap: 1.25rem;
  --field-x-gap: 1.875rem;
}
@media (max-width: 767.98px) {
  .gravity-theme.gform_wrapper.gform-theme--no-framework {
    --field-x-gap: 2%;
    --field-y-gap: 10px;
  }
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .gform_fields {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-column-gap: var(--field-x-gap);
  grid-row-gap: var(--field-y-gap);
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .gform_fields::before, .gravity-theme.gform_wrapper.gform-theme--no-framework .gform_fields::after {
  content: none;
  display: none;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield {
  margin-bottom: 0;
  grid-column: 1/-1;
}
@media (max-width: 767.98px) {
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-full {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-eleven-twelfths {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-five-sixths {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-three-quarter {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-two-thirds {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-seven-twelfths {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-half {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-five-twelfths {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-third {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-quarter {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-one-sixth {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-one-twelfth {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media (max-width: 767.98px) {
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield_list_group, .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield_list_header {
    display: flex;
    flex-flow: row wrap;
    margin-right: calc(var(--field-x-gap) / -2);
    margin-left: calc(var(--field-x-gap) / -2);
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield_list_group {
    margin-bottom: var(--field-y-gap);
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield_list_group:last-child {
    margin-bottom: 0;
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield_header_item, .gravity-theme.gform_wrapper.gform-theme--no-framework .gfield_list_group_item {
    flex-grow: 1;
    width: 0;
    margin: 0 !important;
    padding-right: calc(var(--field-x-gap) / 2);
    padding-left: calc(var(--field-x-gap) / 2);
  }
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 0;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex span {
  margin-bottom: 0;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex > span {
  display: block;
  flex-basis: 100%;
  padding: 0 !important;
}
@media (max-width: 575.98px) {
  .gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex > span:not(:last-child) {
    margin-bottom: var(--field-y-gap);
  }
}
@media (min-width: 768px) {
  .gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex {
    margin-right: calc(var(--field-x-gap) / -2);
    margin-left: calc(var(--field-x-gap) / -2);
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex > span {
    flex: 1 1 0;
    width: auto;
    margin-right: calc(var(--field-x-gap) / 2);
    margin-left: calc(var(--field-x-gap) / 2);
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex > span.ginput_full {
    width: calc(100% - var(--field-x-gap));
    flex-basis: calc(100% - var(--field-x-gap));
  }
  .gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex > span.ginput_full > span {
    display: block;
    float: left;
    width: calc(50% - var(--field-x-gap));
  }
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_container_address span {
  margin-bottom: 0;
  padding: 0;
  flex-basis: 100%;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_container_address > span {
  position: relative;
  flex: 0 0 calc(50% - var(--field-x-gap));
  width: calc(50% - var(--field-x-gap));
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_container_address .ginput_full:not(:last-of-type) {
  margin-bottom: var(--field-y-gap);
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .gform_ajax_spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  margin-left: 3px;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .validation_error, .gravity-theme.gform_wrapper.gform-theme--no-framework .gform_validation_errors {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.25rem;
  border: 1px solid #ec7a7a;
  background-color: #f7e4e1;
  color: #000000;
  font-size: 1rem;
  text-align: left;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .validation_error .gform_submission_error, .gravity-theme.gform_wrapper.gform-theme--no-framework .gform_validation_errors .gform_submission_error {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/* ---------------------------------------
	Inline form
--------------------------------------- */
.gform_wrapper.inline-form_wrapper {
  display: flex;
  flex-flow: row wrap;
}
.gform_wrapper.inline-form_wrapper .gform_heading {
  flex: 1 0 100%;
  width: 100%;
}
.gform_wrapper.inline-form_wrapper .inline-form {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.gform_wrapper.inline-form_wrapper .inline-form .gform_body {
  flex-grow: 1;
}
.gform_wrapper.inline-form_wrapper .inline-form .gform_footer {
  padding: 0;
  margin: 0 0 0 0.75rem;
}
.gform_wrapper.inline-form_wrapper .inline-form .gform_footer .button {
  --gf-ctrl-btn-padding-y: var(--input-pt);
  --gf-ctrl-btn-line-height: var(--input-lh);
  min-width: 0;
  margin-bottom: 0;
}
.gform_wrapper.inline-form_wrapper .inline-form .gform_footer .button {
  min-width: 0;
  padding-top: var(--input-pt);
  padding-bottom: var(--input-pb);
  line-height: var(--input-lh);
}
.gform_wrapper.inline-form_wrapper .inline-form .gform_fields::before, .gform_wrapper.inline-form_wrapper .inline-form .gform_fields::after {
  content: none;
  display: none;
}
.gform_wrapper.inline-form_wrapper .inline-form .gform_fields {
  grid-column-gap: 2%;
}
@media (max-width: 575.98px) {
  .gform_wrapper.inline-form_wrapper .inline-form {
    flex-flow: row wrap;
  }
  .gform_wrapper.inline-form_wrapper .inline-form .gform_body {
    flex-basis: 100%;
  }
  .gform_wrapper.inline-form_wrapper .inline-form .gform_footer {
    flex-basis: 100%;
  }
  .gform_wrapper.inline-form_wrapper .inline-form .gform_footer .button {
    width: 100%;
  }
}

/* ---------------------------------------
	Fanbcybox
--------------------------------------- */
img.fancybox-image {
  width: 100%;
  height: 100%;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
.main-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Preloader */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  z-index: 100000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background-color: #ffffff;
  color: #222222;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader--hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.preloader__icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.preloader__icon::before {
  content: "\f1ce";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 2.5rem;
  font-weight: 900;
  animation: spin 1s ease-in-out infinite;
}

/* Search form */
.search-form {
  position: relative;
}
.posts-list .search-form {
  margin-bottom: 2.5rem;
}

.search-form__input {
  padding-right: 4.5rem;
}

.search-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0.625rem 0.75rem;
  cursor: pointer;
}
.search-form__submit::after {
  font-family: "Font Awesome 6 Free";
  font-size: 1.25rem;
  font-weight: 900;
}

/* 404 page */
.not-found {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.not-found .label {
  margin-left: 0.25rem;
  padding: 0.25rem 0.625rem;
  background-color: #72954b;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.not-found .label:hover {
  background-color: rgb(93.2357142857, 121.8607142857, 61.3392857143);
  color: #ffffff;
}

/* ---------------------------------------
	Repeatable blocks
--------------------------------------- */
/* ---------------------------------------
	Helper classes
--------------------------------------- */
.bg-cover {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.bg-contain {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.inherit-color h1, .inherit-color h2, .inherit-color h3, .inherit-color h4, .inherit-color h5, .inherit-color h6,
.inherit-color .h1, .inherit-color .h2, .inherit-color .h3, .inherit-color .h4, .inherit-color .h5, .inherit-color .h6 {
  color: inherit;
}

.position-center {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.stretched-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce .stretched-img, .woocommerce-page .stretched-img {
  height: 100%;
}

.rel-wrap {
  position: relative;
}

.rel-content {
  position: relative;
  z-index: 2;
}

.of-cover, .stretched-img {
  object-position: 50% 50%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .two-columns {
    columns: 2;
  }
}

@media (min-width: 768px) {
  .three-columns {
    columns: 3;
  }
}

.stretched-link::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: auto;
}

.jarallax {
  position: relative;
  z-index: 1;
}
.jarallax > .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.jarallax-inline {
  position: relative;
}
.jarallax-inline > .jarallax-img {
  position: relative;
  z-index: -100;
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.ajax-overlay {
  position: relative;
}
.ajax-overlay::before, .ajax-overlay::after {
  visibility: hidden;
  opacity: 0;
}
.ajax-overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 91.4 91.4"%3e%3ccircle cx="45.7" cy="45.7" r="45.7"/%3e%3ccircle cx="45.7" cy="24.4" r="12.5" fill="%23fff"/%3e%3c/svg%3e');
  background-position: 50% 50%;
  background-size: cover;
  animation: spin 1s ease-in-out infinite;
}
.ajax-overlay::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ajax-overlay--active::before, .ajax-overlay--active::after {
  visibility: visible;
  opacity: 0.6;
}

/* ---------------------------------------
	Social networks
--------------------------------------- */
.stay-tuned {
  display: flex;
  margin: 0 -0.5rem;
  padding: 0;
  list-style: none;
}

.stay-tuned__item {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.stay-tuned__link {
  display: block;
}
.stay-tuned__link .fab, .stay-tuned__link .far, .stay-tuned__link .fas {
  display: block;
}

/* ---------------------------------------
	Share links
--------------------------------------- */
.share-links {
  display: flex;
  flex-flow: row wrap;
  margin: -0.25rem -0.5rem;
  padding: 0;
  list-style: none;
}

.share-links__item {
  margin: 0.25rem 0.5rem;
}

.share-links__link {
  display: block;
}
.share-links__link .fab, .share-links__link .far, .share-links__link .fas {
  display: block;
}

.share-box {
  display: flex;
  align-items: center;
}

.share-box__title {
  margin-right: 1rem;
  margin-bottom: 0;
}

/* ---------------------------------------
	Side by side
--------------------------------------- */
.sbs-block {
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.sbs-block--reverse .cell.sbs-block__img-wrap {
  right: 50%;
  left: 0;
}

.sbs-block__content-wrap {
  display: flex;
  flex-direction: column;
}

.sbs-block__content {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .sbs-block__content {
    min-height: 25rem;
  }
}

.sbs-block__content-inner {
  width: 100%;
}

@media (min-width: 768px) {
  .cell.sbs-block__img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .cell.sbs-block__img-wrap {
    margin-bottom: 1.5rem;
  }
}

.sbs-block__img {
  width: 100%;
  height: 100%;
}

/* ---------------------------------------
	Gutenberg default styles
--------------------------------------- */
.has-h-1-font-size,
.has-h-2-font-size,
.has-h-3-font-size,
.has-h-4-font-size,
.has-h-5-font-size,
.has-h-6-font-size {
  font-style: normal;
  font-weight: 700;
  color: inherit;
}

body {
  --wp--preset--font-size--h-1: 2.5rem ;
  --wp--preset--font-size--h-2: 2rem ;
  --wp--preset--font-size--h-3: 1.75rem ;
  --wp--preset--font-size--h-4: 1.5rem ;
  --wp--preset--font-size--h-5: 1.25rem ;
  --wp--preset--font-size--h-6: 1rem ;
}

.wp-block-gallery .blocks-gallery-grid {
  flex-grow: 1;
}

.wp-block-file .wp-block-file__button {
  margin-left: 0.75em;
}

:root {
  --main-gap: 2rem;
}

.gb-content--full {
  padding-left: calc(var(--main-gap, 2rem) / 2);
  padding-right: calc(var(--main-gap, 2rem) / 2);
}
.gb-content--full .alignfull {
  margin-left: calc(var(--main-gap, 2rem) / -2);
  margin-right: calc(var(--main-gap, 2rem) / -2);
  width: calc(100% + var(--main-gap, 2rem));
}
.gb-content--full .alignfull.wp-block-columns {
  padding-left: calc(var(--main-gap, 2rem) / 2);
  padding-right: calc(var(--main-gap, 2rem) / 2);
}
.gb-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.woocommerce) {
  max-width: calc(82.5rem - var(--main-gap, 2rem));
}
.gb-content .wp-block-columns {
  gap: var(--main-gap, 2rem);
}
@media (min-width: 768px) {
  .gb-content .wp-block-image.alignleft {
    margin-right: var(--main-gap, 2rem);
  }
}
@media (min-width: 992px) {
  .gb-content .wp-block-image.alignleft {
    margin-left: calc((100% - (82.5rem - var(--main-gap, 2rem))) / 2);
  }
}
@media (min-width: 768px) {
  .gb-content .wp-block-image.alignright {
    margin-left: var(--main-gap, 2rem);
  }
}
@media (min-width: 992px) {
  .gb-content .wp-block-image.alignright {
    margin-right: calc((100% - (82.5rem - var(--main-gap, 2rem))) / 2);
  }
}
.gb-content .wp-block-image.alignright, .gb-content .wp-block-image.alignleft {
  max-width: calc(82.5rem / 2 - var(--main-gap, 2rem));
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .gb-content .wp-block-image.alignright, .gb-content .wp-block-image.alignleft {
    max-width: calc(50% - var(--main-gap, 2rem) / 2);
  }
}
.gb-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.woocommerce) {
  width: 100%;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}
.gb-content .wp-block {
  width: 100%;
}
.gb-content .wp-block[data-align=full] {
  width: auto;
  max-width: none;
}

@media only screen and (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 50% !important;
  }
}
/* ---------------------------------------
	Gutenberg custom blocks
--------------------------------------- */
/* ---------------------------------------
	General
--------------------------------------- */
.full-height {
  min-height: 100vh;
}

/* ---------------------------------------
	ACF Sample Block
--------------------------------------- */
.acf-custom-block {
  margin-bottom: 1rem;
  padding: 1.25rem;
  background-color: #8d6ab4;
  color: #ffffff;
  font-size: 2rem;
}

/* ---------------------------------------
	Header
--------------------------------------- */
.header {
  flex: 0 0 25%;
  background: #72954b;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .header {
    max-width: 12.5rem;
    margin: 0 auto;
    padding-top: 10px;
    border-radius: 0 0 24px 24px;
  }
}
.header-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .header-inner {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.header-menu {
  list-style: none;
  position: absolute;
  z-index: 30;
  top: 8px;
}
@media (min-width: 1025px) {
  .header-menu {
    inset-inline-end: 20px;
  }
}
@media (min-width: 768px) {
  .header-menu {
    inset-inline-end: 8px;
  }
}
@media (max-width: 767px) {
  .header-menu {
    left: 15px;
    padding: 0;
  }
}
.header-menu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: "Noto Sans Hebrew", sans-serif;
  text-decoration: none;
}
@media (max-width: 767px) {
  .header-menu li a {
    color: #000000;
  }
}
.header-menu li a:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .header-menu li a:hover {
    color: #72954b;
  }
}

.top-wrapper {
  min-height: 900px;
}
@media (min-width: 1441px) {
  .top-wrapper {
    height: 90vh;
  }
}
@media (min-width: 768px) {
  .top-wrapper {
    display: flex;
    padding: 20px 20px 8px 20px;
  }
}
.top-wrapper {
  overflow: hidden;
  height: 641px;
  position: relative;
}
@media (max-width: 1024px) {
  .top-wrapper {
    height: 590px;
  }
}
@media (max-width: 767px) {
  .top-wrapper {
    height: 740px;
  }
}
.top-wrapper__info {
  display: block;
  height: auto;
}
@media (min-width: 768px) {
  .top-wrapper__info .header-menu {
    inset-inline-end: 20px;
  }
}
.top-wrapper__info .header-menu {
  top: 30px;
}

.logo h1 {
  font-size: 0;
}
.logo a {
  display: inline-block;
}
.logo img {
  width: 15.625rem;
}
@media (min-width: 1441px) {
  .logo img {
    width: 21.875rem;
  }
}
.logo img {
  height: auto;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .logo img {
    width: 11.25rem;
    padding: 0 0.9375rem;
  }
}
@media (max-width: 767px) {
  .logo {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* ---------------------------------------
	Sidebar
--------------------------------------- */
@media (max-width: 767.98px) {
  .sidebar {
    margin-top: 3rem;
  }
}

.widget {
  margin-bottom: 1.25rem;
}
.widget:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------
	Footer
--------------------------------------- */
@media (min-width: 768px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-inner {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 1.25rem;
}
@media (min-width: 1025px) {
  .footer-body {
    flex: 0 0 79%;
  }
}
.footer-body {
  padding: 10px;
}
.footer-body p {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .footer-body p {
    text-align: center;
  }
}
.footer-body__flex {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-body__flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    text-align: center;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .footer-logo img {
    width: 200px;
  }
}
.footer-logo img {
  width: 150px;
}
.footer-menu {
  display: flex;
  gap: 20px;
  list-style: none;
}
@media (max-width: 767px) {
  .footer-menu {
    padding: 0;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }
}
.footer-menu li a {
  font-family: "Noto Sans Hebrew", sans-serif;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
/* ---------------------------------------
	TMPL: Home
--------------------------------------- */
.main {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .main-container {
    padding: 20px;
  }
}
.main-container {
  padding: 10px;
}

/* ---------------------------------------
	Page: Blog
--------------------------------------- */
/* ---------------------------------------
	Blog page
--------------------------------------- */
.preview {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e9ecef;
}

.preview__meta {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #495057;
  font-size: 0.875rem;
}

@media (max-width: 575.98px) {
  .preview__thumb {
    margin-bottom: 1.25rem;
  }
}

/* ---------------------------------------
	Post / Page inner view
--------------------------------------- */
.entry__share {
  margin-bottom: 1.25rem;
}

.entry__thumb {
  margin-bottom: 1.25rem;
}

.entry__meta {
  color: #495057;
  font-size: 0.875rem;
}

.entry__cat {
  margin-top: 1.25rem;
}

/* ---------------------------------------
	TMPL: Default page
--------------------------------------- */
/* ---------------------------------------
	TMPL: Default
--------------------------------------- */
/* ---------------------------------------
	TMPL: Contact page
--------------------------------------- */
.contact__form {
  margin-bottom: 3rem;
}

.contact__map-wrap {
  margin-top: 3rem;
}

.contact__map {
  height: 35rem;
}
.contact__map iframe {
  width: 100%;
  height: 100%;
}

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

.contact__content {
  margin-bottom: 3rem;
}

.contact-link {
  position: relative;
  padding-left: 2rem;
}
.contact-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  color: #72954b;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
.contact-link--email::before {
  content: "\f0e0";
}
.contact-link--phone::before {
  content: "\f879";
}
.contact-link--address::before {
  content: "\f3c5";
}
.contact-link a {
  color: inherit;
  text-decoration: none;
}
.contact-link a:hover, .contact-link a:focus-visible {
  text-decoration: underline;
}

/* ---------------------------------------
	TMPL: Blocks
--------------------------------------- */
.hero {
  flex: 0 0 75%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hero-subtitle {
  font-size: 40px;
  line-height: 50px;
}
@media (min-width: 1441px) {
  .hero-subtitle {
    font-size: 43px;
    line-height: 56px;
  }
}
.hero-subtitle {
  color: #72954b;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .hero-subtitle {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 32px;
    line-height: 35px;
  }
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to bottom left, #fff, #fff, transparent 40%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero:after {
    background-image: linear-gradient(to bottom, #fff, #fff, transparent 40%);
    height: 70%;
  }
}

.hero .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  aspect-ratio: 1440/850;
  height: 100%;
}

.hero .bg-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
@media (min-width: 768px) {
  .hero .bg-img img {
    border-radius: 24px;
  }
}

@media (min-width: 1025px) {
  .banner-inner {
    margin-right: 10%;
  }
}
.banner-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner-inner {
    height: 100%;
  }
}

.hero-container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero-container {
    height: 100%;
  }
}

.banner-titles {
  padding: 40px 20px;
}
@media (max-width: 1024px) {
  .banner-titles {
    padding: 30px 15px;
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .banner-titles {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner-leaf {
    position: absolute;
    top: 80%;
    right: 0;
    transform: translateY(-50%);
  }
}

.leaf {
  position: absolute;
  top: -153px;
  left: -42px;
  transform: rotate(1deg);
}
@media (max-width: 1024px) {
  .leaf {
    left: -27px;
    top: -145px;
  }
}
.leaf img {
  width: 530px;
}
@media (max-width: 1240px) {
  .leaf img {
    width: 400px;
  }
}
@media (max-width: 1024px) {
  .leaf img {
    width: 385px;
  }
}
@media (max-width: 767px) {
  .leaf img {
    width: 200px;
  }
}
.leaf-text {
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: -15px;
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .leaf-text {
    margin-left: 93px;
  }
}
@media (max-width: 767px) {
  .leaf-text {
    padding-right: 20px;
    margin-top: -65px;
    align-items: self-start;
  }
}
@media (max-width: 1240px) {
  .leaf-text svg {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .leaf-text svg {
    max-width: 45%;
    align-self: center;
  }
}
.leaf-title {
  font-size: 48px;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .leaf-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .leaf-title {
    font-size: 21px;
    line-height: 1;
  }
}
.leaf-subtitle {
  font-size: 64px;
  font-weight: 700;
  line-height: 68px;
}
@media (min-width: 1441px) {
  .leaf-subtitle {
    font-size: 88px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .leaf-subtitle {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .leaf-subtitle {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .hero-slider {
    position: absolute;
    inset: 0;
    z-index: 5;
    overflow: hidden;
    align-self: end;
    right: -250px;
  }
}
@media (max-width: 1024px) {
  .hero-slider {
    right: -150px;
  }
}
@media (max-width: 767px) {
  .hero-slider {
    position: relative;
    right: 80px;
  }
}
.hero-slider .hero-slide {
  max-width: 850px;
}
@media (min-width: 1441px) {
  .hero-slider .hero-slide {
    max-width: 1200px;
  }
}
.hero-slider .hero-slide {
  position: relative;
  height: 100%;
}
@media (max-width: 1024px) {
  .hero-slider .hero-slide {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .hero-slider .hero-slide {
    height: 350px;
  }
}
.hero-slider .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero-slider .hero-slide img {
    object-fit: contain;
  }
}

@media (min-width: 768px) {
  .hero-slider-eng {
    position: absolute;
    inset: 0;
    z-index: 5;
    overflow: hidden;
    align-self: end;
    left: -660px;
  }
}
@media (max-width: 1024px) {
  .hero-slider-eng {
    left: -150px;
  }
}
@media (max-width: 767px) {
  .hero-slider-eng {
    position: relative;
    right: 80px;
    left: -25px;
  }
}
.hero-slider-eng .hero-slide {
  max-width: 1200px;
  position: relative;
  height: 100%;
}
@media (max-width: 1024px) {
  .hero-slider-eng .hero-slide {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .hero-slider-eng .hero-slide {
    height: 350px;
  }
}
.hero-slider-eng .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero-slider-eng .hero-slide img {
    object-fit: contain;
  }
}

/* ---------------------------------------
	TMPL: Blocks
--------------------------------------- */
.offers {
  padding: 30px 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .offers {
    padding: 15px 10px;
  }
}
.offers-inner {
  background: #494442;
  padding: 40px 40px 50px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .offers-inner {
    padding: 20px;
  }
}
.offers-container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .offers-row {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .offers-content {
    flex: 0 0 50%;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .offers-content {
    padding-top: 24px;
  }
}
@media (min-width: 1025px) {
  .offers-form {
    flex: 0 0 50%;
    max-width: 41%;
    margin-right: auto;
    padding-top: 43px;
  }
}
@media (max-width: 1024px) {
  .offers-form {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .offers-form {
    padding: 30px 20px 20px 20px;
  }
}
.offers-banner {
  background: #91bc26;
  padding: 0 20px;
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .offers-banner {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.offers-banner span {
  font-size: 36px;
  line-height: 40px;
  color: #494442;
}
@media (max-width: 1024px) {
  .offers-banner span {
    font-size: 28px;
    line-height: 35px;
  }
}
.offers-desc {
  padding-bottom: 25px;
}
.offers-desc p {
  font-size: 23px;
  line-height: 31px;
  font-family: "Noto Sans Hebrew", sans-serif;
}
@media (max-width: 1024px) {
  .offers-desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .offers-desc p {
    text-align: center;
  }
}
.offers-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .offers-wrapper {
    display: flex;
    justify-content: center;
    max-width: 250px;
    margin: 0 auto;
  }
}
.offers-price {
  font-size: 60px;
  line-height: 62px;
}
@media (max-width: 399px) {
  .offers-price {
    font-size: 50px;
    line-height: 55px;
  }
}
.offers-price span {
  font-size: 24px;
  line-height: 32px;
  padding-right: 3px;
}
@media (max-width: 1024px) {
  .offers-price span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .offers-price span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .offers-text-price {
    right: 22px;
  }
}
.offers-text-price {
  padding: 0 12px;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0;
  position: absolute;
  background: #494442;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .offers-text-price {
    right: 0;
  }
}
@media screen and (max-width: 390px) {
  .offers-text-price {
    right: 20px;
  }
}

.wpcf7-submit {
  background: #91bc26 !important;
  font-size: 44px !important;
  line-height: 45px !important;
  font-family: "MixTape", sans-serif !important;
  padding: 0 !important;
  width: 100% !important;
  border: 1px solid #91bc26 !important;
}
.wpcf7-submit:hover {
  color: #000000 !important;
  background: #72954b !important;
  border: 1px solid #72954b !important;
}
@media (max-width: 1024px) {
  .wpcf7-submit {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 767px) {
  .wpcf7-submit {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}

@media (min-width: 768px) {
  .form-row {
    display: flex;
    gap: 10px;
  }
}
.form-row input,
.form-row li {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  direction: rtl !important;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(-8px);
  }
}
@media (min-width: 768px) {
  .form-row-submit {
    display: flex;
  }
}
@media (min-width: 768px) {
  .form-row-submit .form-group-submit {
    flex: 0 0 50%;
  }
}
.form-row-submit .form-group-submit p {
  width: 100%;
  position: relative;
}
.form-row-submit .form-group-submit p svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 46%;
  left: 65px;
  transform: translateY(-50%);
  fill: #000000;
  animation: bounce 2s infinite;
}
@media (max-width: 1440px) {
  .form-row-submit .form-group-submit p svg {
    left: 14%;
  }
}
@media (max-width: 1024px) {
  .form-row-submit .form-group-submit p svg {
    left: 33%;
  }
}
@media (max-width: 767px) {
  .form-row-submit .form-group-submit p svg {
    left: 40%;
  }
}
@media (max-width: 605px) {
  .form-row-submit .form-group-submit p svg {
    left: 37%;
  }
}
@media (max-width: 480px) {
  .form-row-submit .form-group-submit p svg {
    left: 25%;
  }
}

@media (min-width: 768px) {
  .form-group {
    flex: 0 0 50%;
  }
}
.form-group {
  text-align: right;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 20px;
  }
}
.form-group label {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  font-family: "Noto Sans Hebrew", sans-serif;
}
@media (max-width: 767px) {
  .form-group label {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .form-top-text {
    margin-right: -10px;
  }
}
.form-top-text {
  font-size: 20px;
  line-height: 27px;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-weight: 300;
  direction: rtl;
}
@media (max-width: 767px) {
  .form-top-text {
    padding: 20px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
}
.form-top-text a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
.form-top-text a:hover {
  text-decoration: underline;
}

.check-row {
  flex-direction: column;
  gap: 0;
}
@media (max-width: 1025px) {
  .check-row {
    margin-top: 20px;
  }
}
.check-row .form-group {
  margin-bottom: 0;
}
.check-row .wpcf7-list-item {
  margin-left: 0;
}
.check-row span {
  font-family: "Aleo", sans-serif;
}
.check-row .privacy-text {
  font-family: "Aleo", sans-serif;
}
.check-row .privacy-text a {
  color: #ffffff;
  text-decoration: none;
}
.check-row .privacy-text a:hover {
  color: #72954b;
}

/* ---------------------------------------
	TMPL: Blocks
--------------------------------------- */
.info {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .info {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .info-row {
    height: 80vh;
    min-height: 500px;
  }
}
.info-row {
  display: flex;
}
@media (max-width: 767px) {
  .info-row {
    flex-direction: column;
  }
}
.info-text {
  flex: 0 0 50%;
  padding: 40px 40px 40px 70px;
}
@media (max-width: 1024px) {
  .info-text {
    padding: 20px 35px;
  }
}
@media (max-width: 767px) {
  .info-text {
    flex: 1 1 100%;
    order: 2;
    padding: 10px;
  }
}
.info-text__title {
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .info-text__title {
    padding-top: 40px;
    margin-bottom: 15px;
  }
}
.info-text__title h2 {
  font-size: 70px;
  line-height: 80px;
}
@media (max-width: 1024px) {
  .info-text__title h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .info-text__title h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
.info-text__title span {
  font-size: 56px;
  line-height: 65px;
  color: #72954b;
}
@media (max-width: 1024px) {
  .info-text__title span {
    font-size: 46px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .info-text__title span {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (min-width: 1025px) {
  .info-text__content {
    max-width: 512px;
  }
}
.info-text__content p {
  font-size: 17px;
  line-height: 27.5px;
}
@media (max-width: 1024px) {
  .info-text__content p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .info-text__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.info-bg {
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .info-bg {
    flex: 1 1 100%;
    order: 1;
  }
}
.info-bg {
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .info-bg__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 92%;
    text-align: left;
    height: 100%;
  }
  .info-bg__image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .info-bg__image {
    width: 100%;
  }
}
.info-bg__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .info-bg__image img {
    height: 328px;
  }
}
@media (min-width: 768px) {
  .info-bg__row {
    width: 99%;
    align-items: flex-end;
  }
}
.info-bg__row {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .info-bg__row {
    position: absolute;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0 15px;
  }
}
.info-heading-image {
  align-self: end;
}
@media (min-width: 1201px) {
  .info-heading-image {
    padding-right: 26px;
  }
}
@media (max-width: 1200px) {
  .info-heading-image {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .info-heading-image {
    margin-inline-start: auto;
    padding-right: 20px;
    align-self: center;
    width: fit-content;
  }
}
.info-heading-image h2 {
  font-size: 72px;
  line-height: 80px;
}
@media (min-width: 1441px) {
  .info-heading-image h2 {
    font-size: 90px;
    line-height: 95px;
  }
}
@media (min-width: 1025px) {
  .info-heading-image h2 {
    padding-right: 38px;
  }
}
.info-heading-image h2 {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .info-heading-image h2 {
    font-size: 62px;
    line-height: 70px;
  }
}
@media (max-width: 1024px) {
  .info-heading-image h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.info-heading-image span {
  font-size: 60px;
  line-height: 62px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .info-heading-image span {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 1024px) {
  .info-heading-image span {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .info-heading-image span {
    font-size: 30px;
    line-height: 40px;
  }
}
.info-bird-image {
  max-width: 390px;
}
@media (max-width: 1024px) {
  .info-bird-image {
    max-width: 235px;
  }
}
@media (max-width: 767px) {
  .info-bird-image {
    width: 50%;
    max-width: 100%;
    align-self: end;
    flex-shrink: 0;
  }
}

/* ---------------------------------------
	TMPL: Blocks
--------------------------------------- */
.map {
  padding: 10px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .map {
    padding: 10px;
  }
}
.map-row {
  display: flex;
}
@media (max-width: 767px) {
  .map-row {
    flex-direction: column;
    padding-top: 60px;
  }
}
.map-text {
  flex: 0 0 50%;
  padding: 40px;
}
@media (max-width: 1024px) {
  .map-text {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .map-text {
    flex: 1 1 100%;
    order: 1;
    padding: 10px;
  }
}
.map-text__title {
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .map-text__title {
    margin-bottom: 15px;
  }
}
.map-text__title h2 {
  font-size: 70px;
  line-height: 80px;
}
@media (max-width: 1024px) {
  .map-text__title h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .map-text__title h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
.map-text__title span {
  font-size: 56px;
  line-height: 65px;
  color: #72954b;
}
@media (max-width: 1024px) {
  .map-text__title span {
    font-size: 46px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .map-text__title span {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (min-width: 1025px) {
  .map-text__content {
    max-width: 83%;
  }
}
.map-text__content p {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .map-text__content p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .map-text__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.map-image {
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .map-image {
    flex: 1 1 100%;
    order: 2;
  }
}
@media (min-width: 768px) {
  .map-image img {
    min-height: 500px;
    height: 80vh;
  }
}
.map__leaf img {
  width: 130px;
}
@media (min-width: 1441px) {
  .map__leaf img {
    top: calc(100% - 160px);
  }
}
@media (min-width: 768px) {
  .map__leaf img {
    inset-inline-end: 0;
    position: absolute;
    width: 15%;
    z-index: 20;
    top: calc(100% - 20px);
  }
}
.map__leaf img {
  margin-inline-start: auto;
  margin-bottom: -7rem;
  display: block;
}
@media (max-width: 767px) {
  .map__leaf img {
    margin-left: -10px;
    margin-bottom: -6rem;
  }
}

/* ---------------------------------------
	TMPL: Blocks
--------------------------------------- */
.full-image {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .full-image {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .full-image__inner {
    margin-top: -164px;
  }
}
.full-image__inner {
  border-radius: 24px;
  overflow: hidden;
  z-index: -10;
  position: relative;
}
@media (min-width: 768px) {
  .full-image__body {
    position: absolute;
    padding: 40px;
    color: #ffffff;
    background-image: linear-gradient(to top left, #494442 0%, rgba(73, 68, 66, 0) 50%);
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    inset-inline-end: 0;
  }
}
.full-image__title h2 {
  letter-spacing: 0.025em;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
}
@media (min-width: 1025px) {
  .full-image__title h2 {
    font-size: 96px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .full-image__title h2 {
    color: #72954b;
    font-size: 48px;
    line-height: 1.25;
  }
}
.full-image__title span {
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 1025px) {
  .full-image__title span {
    font-size: 72px;
    line-height: 75px;
  }
}
@media (max-width: 767px) {
  .full-image__title span {
    color: #000000;
  }
}
.full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------
	TMPL: Blocks
--------------------------------------- */
.testimonials {
  padding: 20px;
}
@media (max-width: 767px) {
  .testimonials {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .testimonials-top {
    flex-direction: row-reverse;
    display: flex;
    align-items: end;
  }
}
@media (min-width: 768px) {
  .testimonials-top__titles {
    flex: 0 0 33%;
    padding: 40px 40px 63px;
  }
}
@media (max-width: 767px) {
  .testimonials-top__titles {
    text-align: center;
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .testimonials-top__titles h2 {
    font-size: 65px;
    line-height: 70px;
  }
}
.testimonials-top__titles h2 {
  color: #494442;
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .testimonials-top__titles h2 {
    font-size: 48px;
    line-height: 1.25;
  }
}
.testimonials-top__titles span {
  color: #72954b;
  display: block;
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 1025px) {
  .testimonials-top__titles span {
    font-size: 61px;
    line-height: 71px;
  }
}
@media (min-width: 768px) {
  .testimonials-top__titles span {
    margin-inline-start: 40px;
  }
}
@media (min-width: 768px) {
  .testimonials-top__wrapper {
    flex: 0 0 66%;
  }
}
.testimonials-top__wrapper {
  min-width: 0;
  width: 100%;
  padding: 40px;
  position: relative;
  z-index: 20;
}
@media (max-width: 767px) {
  .testimonials-top__wrapper {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .testimonials-bottom {
    margin-top: -62px;
    margin-bottom: -96px;
  }
}
@media (max-width: 1024px) {
  .testimonials-bottom {
    margin-top: 48px;
  }
}
.testimonials-bottom {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .testimonials-bottom__animals img {
    width: 80%;
    top: -4rem;
  }
}
.testimonials-bottom__animals img {
  z-index: 10;
  inset-inline-end: 0;
  position: absolute;
}
.testimonials-bottom__leaf img {
  margin-inline-start: auto;
}
@media (max-width: 767px) {
  .testimonials-slide {
    padding: 0 20px;
  }
}
.testimonials-slide iframe {
  border-radius: 1.5rem;
}

.testimonials-top__slider .slick-prev::before,
.testimonials-top__slider .slick-next::before {
  color: #000000;
  font-size: 35px;
}
.testimonials-top__slider .slick-prev {
  right: -25px;
}
@media (max-width: 767px) {
  .testimonials-top__slider .slick-prev {
    right: -15px;
  }
}
.testimonials-top__slider .slick-next {
  left: -25px;
}
@media (max-width: 767px) {
  .testimonials-top__slider .slick-next {
    left: -15px;
  }
}
.testimonials-top__slider .slick-dots {
  bottom: -5rem;
}
@media (max-width: 767px) {
  .testimonials-top__slider .slick-dots {
    bottom: -2rem;
  }
}
.testimonials-top__slider .slick-dots li button::before {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767px) {
  .testimonials-top__slider .slick-dots li button::before {
    width: 1rem;
    height: 1rem;
  }
}

.testimonials-top__slider .slick-track {
  display: flex;
}
@media (min-width: 768px) {
  .testimonials-top__slider .slick-track {
    gap: 20px;
  }
}

.testimonials-top__slider .slick-slide {
  height: auto;
  /* фиксирует дерганья */
}

.testimonials-top__slider-eng .slick-prev::before,
.testimonials-top__slider-eng .slick-next::before {
  color: #000000;
  font-size: 35px;
}
.testimonials-top__slider-eng .slick-prev {
  left: -25px;
}
@media (max-width: 767px) {
  .testimonials-top__slider-eng .slick-prev {
    left: -15px;
  }
}
.testimonials-top__slider-eng .slick-next {
  right: -25px;
}
@media (max-width: 767px) {
  .testimonials-top__slider-eng .slick-next {
    right: -15px;
  }
}
.testimonials-top__slider-eng .slick-dots {
  bottom: -5rem;
}
@media (max-width: 767px) {
  .testimonials-top__slider-eng .slick-dots {
    bottom: -2rem;
  }
}
.testimonials-top__slider-eng .slick-dots li button::before {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767px) {
  .testimonials-top__slider-eng .slick-dots li button::before {
    width: 1rem;
    height: 1rem;
  }
}

.testimonials-top__slider-eng .slick-track {
  display: flex;
  gap: 20px;
}

.testimonials-top__slider-eng .slick-slide {
  height: auto;
  /* фиксирует дерганья */
}

/* ---------------------------------------
	TMPL: Blocks
--------------------------------------- */
.thumbnails {
  position: relative;
  z-index: 20;
  background: #72954b;
}
@media (min-width: 768px) {
  .thumbnails {
    padding: 40px;
    margin-top: -77px;
  }
}

.thumbnails-slider {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .thumbnails-slider {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .thumbnails-slider__main {
    margin-right: 20px;
  }
}
.thumbnails-slider__main {
  position: relative;
  width: 83%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .thumbnails-slider__main {
    width: 100%;
    order: 1;
  }
}
.thumbnails-slider__main .thumbnails-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.thumbnails-slider__main .thumbnails-slider__slide.active {
  opacity: 1;
  position: relative;
}
@media (min-width: 1025px) {
  .thumbnails-slider__main .thumbnails-slider__slide .thumbnails-slider__img {
    height: 671px;
  }
}
.thumbnails-slider__main .thumbnails-slider__slide .thumbnails-slider__img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}
.thumbnails-slider__main .thumbnails-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .thumbnails-slider__main .thumbnails-slider__arrow {
    width: 25px;
    height: 25px;
  }
}
.thumbnails-slider__main .thumbnails-slider__arrow {
  color: #ffffff;
}
.thumbnails-slider__main .thumbnails-slider__arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .thumbnails-slider__main .thumbnails-slider__arrow svg {
    width: 10px;
    height: 10px;
  }
}
.thumbnails-slider__main .thumbnails-slider__arrow--prev {
  left: 10px;
}
.thumbnails-slider__main .thumbnails-slider__arrow--next {
  right: 10px;
}
.thumbnails-slider__thumbs {
  width: 17%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .thumbnails-slider__thumbs {
    width: 100%;
    order: 2;
    max-width: 500px;
    margin-left: auto;
  }
}
.thumbnails-slider__thumbs .thumbnails-slider__thumb {
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
}
.thumbnails-slider__thumbs .thumbnails-slider__thumb .thumbnails-slider__thumb-img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .thumbnails-slider__thumbs .thumbnails-slider__thumb .thumbnails-slider__thumb-img {
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .thumbnails-slider__thumbs .thumbnails-slider__thumb .thumbnails-slider__thumb-img {
    height: 84px;
  }
}

/* ---------------------------------------
	TMPL: Blocks
--------------------------------------- */
.apartments-top {
  background: #72954b;
}
@media (min-width: 768px) {
  .apartments-top__title {
    padding-bottom: 56px;
  }
}
.apartments-top__title {
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 40px;
}
.apartments-bottom__nav {
  background: #72954b;
  display: flex;
  justify-content: center;
  padding: 0;
}
.apartments-bottom__nav .nav-link {
  padding: 12px 16px;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1025px) {
  .apartments-bottom__nav .nav-link {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .apartments-bottom__nav .nav-link {
    padding: 20px 40px;
  }
}
.apartments-bottom__nav .nav-link {
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px 16px 0 0;
  display: block;
  margin-left: 8px;
  margin-right: 8px;
  color: #000000;
  font-family: "Noto Sans Hebrew", sans-serif;
}
@media (max-width: 767px) {
  .apartments-bottom__nav .nav-link {
    font-size: 20px;
    line-height: 25px;
    padding: 12px 8px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
.apartments-bottom__nav .nav-link:hover {
  border: 1px solid #000000;
}
.apartments-bottom__nav .nav-link.active {
  background: #ffffff;
}
.apartments-bottom__tab-content {
  background-image: linear-gradient(to bottom, #ffffff, #E2F3FF);
}
@media (min-width: 768px) {
  .apartments-bottom__tab-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.apartments-bottom__tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.apartments-bottom__nav-inner {
  padding: 20px;
}
@media (min-width: 768px) {
  .apartments-bottom__nav-inner {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
  }
}
.apartments-bottom__nav-inner {
  border-bottom: 0;
  gap: 12px;
}
@media (max-width: 767px) {
  .apartments-bottom__nav-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.apartments-bottom__nav-inner .nav-link {
  font-size: 18px;
  line-height: 28px;
  padding: 4px;
  width: 100%;
}
@media (min-width: 1025px) {
  .apartments-bottom__nav-inner .nav-link {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .apartments-bottom__nav-inner .nav-link {
    padding: 8px 32px;
  }
}
.apartments-bottom__nav-inner .nav-link {
  color: #494442;
  font-weight: 700;
  font-family: "Noto Sans Hebrew", sans-serif;
}
.apartments-bottom__nav-inner .nav-link:hover {
  color: #ffffff;
  border-radius: 12px;
}
.apartments-bottom__nav-inner .nav-link.active {
  background: #72954b;
  color: #ffffff;
  border-radius: 12px;
}
@media (min-width: 1025px) {
  .apartments-bottom__tab-content .model-layout {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 64px;
  }
}
.apartments-bottom__tab-content .model-layout {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .apartments-bottom__tab-content .model-layout__left {
    flex: 0 0 58%;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.apartments-bottom__tab-content .model-layout__left {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .apartments-bottom__tab-content .model-layout__360 {
    display: flex;
    justify-content: center;
  }
}
.apartments-bottom__tab-content .model-layout__360-button {
  background: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
}
.apartments-bottom__tab-content .model-layout__360-button:hover {
  color: #000000;
}
@media (min-width: 768px) {
  .apartments-bottom__tab-content .model-layout__360-button svg {
    width: 64px;
  }
}
.apartments-bottom__tab-content .model-layout__360-button svg {
  width: 40px;
}
@media (min-width: 768px) {
  .apartments-bottom__tab-content .model-layout__360-button span {
    font-size: 24px;
    line-height: 32px;
  }
}
.apartments-bottom__tab-content .model-layout__360-button span {
  padding-inline-start: 1.25rem;
  font-family: "Noto Sans Hebrew", sans-serif;
  display: block;
  font-size: 20px;
  line-height: 28px;
}
.apartments-bottom__tab-content .model-layout__images {
  display: flex;
  background: #ffffff;
  padding: 20px;
  border: 2px solid #494442;
}
@media (max-width: 767px) {
  .apartments-bottom__tab-content .model-layout__images {
    flex-direction: column;
  }
}
.apartments-bottom__tab-content .model-layout__images .apt-img {
  flex: 0 0 16%;
}
@media (max-width: 767px) {
  .apartments-bottom__tab-content .model-layout__images .apt-img {
    flex: 0 0 25%;
    text-align: center;
  }
}
.apartments-bottom__tab-content .model-layout__images .apt-img img {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .apartments-bottom__tab-content .model-layout__images .apt-img img {
    max-width: 240px;
  }
}
.apartments-bottom__tab-content .model-layout__images .apt-img img:hover {
  opacity: 0.8;
}
.apartments-bottom__tab-content .model-layout__images .plan-img {
  flex: 0 0 83%;
  position: relative;
}
@media (max-width: 767px) {
  .apartments-bottom__tab-content .model-layout__images .plan-img {
    flex: 0 0 75%;
  }
}
@media (min-width: 768px) {
  .apartments-bottom__tab-content .model-layout__images .plan-img__wrapper {
    padding: 40px 20px 0 20px;
  }
}
.apartments-bottom__tab-content .model-layout__images .plan-img .sold-banner {
  background: #72954b;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  transform: rotate(5deg);
}
@media (min-width: 1025px) {
  .apartments-bottom__tab-content .model-layout__images .plan-img .sold-banner span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .apartments-bottom__tab-content .model-layout__images .plan-img .sold-banner span {
    padding: 0.25rem 2rem;
  }
}
.apartments-bottom__tab-content .model-layout__images .plan-img .sold-banner span {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1025px) {
  .apartments-bottom__tab-content .model-layout__right {
    flex: 0 0 42%;
  }
}
@media (max-width: 1024px) {
  .apartments-bottom__tab-content .model-layout__right {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .apartments-bottom__tab-content .model-layout__info {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.apartments-bottom__tab-content .model-layout__info {
  padding: 1.25rem;
}
@media (max-width: 1024px) {
  .apartments-bottom__tab-content .model-layout__info {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .apartments-bottom__tab-content .model-layout__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 40px;
  }
}
.apartments-bottom__tab-content .model-layout__grid {
  display: grid;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 28px;
  font-family: "Noto Sans Hebrew", sans-serif;
  gap: 12px;
}
.apartments-bottom__tab-content .model-layout__item {
  border-bottom: 1px solid #494442;
}
.apartments-bottom__tab-content .model-layout__label {
  font-weight: 400;
  display: flex;
  align-items: end;
}
.apartments-bottom__tab-content .model-layout__label .label-unit {
  font-size: 14px;
  line-height: 20px;
  margin: 2px;
  color: #000000;
}
.apartments-bottom__tab-content .model-layout__value {
  font-weight: 500;
  color: #72954b;
  direction: ltr;
}
.apartments-bottom__tab-content .model-layout__tech {
  border-bottom: 1px solid #494442;
}
.apartments-bottom__tab-content .model-layout__tech button {
  background: transparent;
  font-size: 28px;
  font-family: "Noto Sans Hebrew", sans-serif;
  border: none;
  padding: 0;
}
.apartments-bottom__tab-content .model-layout__tech button:hover {
  color: #72954b;
}
.apartments-bottom__tab-content .model-layout__form {
  padding: 20px;
}
@media (min-width: 768px) {
  .apartments-bottom__tab-content .model-layout__form {
    padding: 40px;
  }
}
.apartments-bottom__tab-content .model-layout__form {
  border-radius: 24px 0 0 24px;
  background: #494442;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .apartments-bottom__tab-content .model-layout__form {
    border-radius: 24px;
  }
}
.apartments-bottom__tab-content .model-layout__form h2 {
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 1025px) {
  .apartments-bottom__tab-content .model-layout__form h2 {
    font-size: 36px;
    line-height: 40px;
    margin-right: -10px;
  }
}
.apartments-bottom__tab-content .model-layout__form h2 {
  font-weight: 700;
  direction: rtl;
  font-family: "Noto Sans Hebrew", sans-serif;
}
@media (max-width: 1024px) {
  .apartments-bottom__tab-content .model-layout__form h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .apartments-bottom__tab-content .model-layout__form .form-row-sm-column {
    display: flex;
    flex-direction: column;
  }
}
.apartments-bottom__tab-content .model-layout__form .wpcf7-submit {
  padding: 0 !important;
  width: 100%;
}
.apartments-bottom__tab-content .model-layout__form .form-group-submit {
  align-self: center;
  padding-top: 11px;
}
@media (min-width: 768px) {
  .apartments-bottom__tab-content .model-layout__form .form-group-submit {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .apartments-bottom__tab-content .model-layout__form .form-group-submit {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .apartments-bottom__tab-content .model-layout__form .form-group-submit {
    width: 100%;
    order: 2;
  }
}
.apartments-bottom__tab-content .model-layout__form .form-group-submit p {
  width: 100%;
  max-height: 43px;
  display: flex;
  position: relative;
}
.apartments-bottom__tab-content .model-layout__form .form-group-submit p svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
  fill: #000000;
  animation: bounce 2s infinite;
}
@media (max-width: 1440px) {
  .apartments-bottom__tab-content .model-layout__form .form-group-submit p svg {
    left: 14%;
  }
}
@media (max-width: 1024px) {
  .apartments-bottom__tab-content .model-layout__form .form-group-submit p svg {
    left: 33%;
  }
}
@media (max-width: 767px) {
  .apartments-bottom__tab-content .model-layout__form .form-group-submit p svg {
    left: 40%;
  }
}
@media (max-width: 605px) {
  .apartments-bottom__tab-content .model-layout__form .form-group-submit p svg {
    left: 37%;
  }
}
@media (max-width: 480px) {
  .apartments-bottom__tab-content .model-layout__form .form-group-submit p svg {
    left: 25%;
  }
}
.apartments-bottom__tab-content .model-layout__form .form-group-submit .wpcf7-spinner {
  display: none !important;
  visibility: hidden !important;
}

.tech-item {
  text-align: right;
  direction: rtl;
}
.tech-item h2,
.tech-item h3,
.tech-item h4,
.tech-item h5,
.tech-item p,
.tech-item li {
  font-family: "Noto Sans Hebrew", sans-serif;
}
.tech-item ul {
  list-style-position: outside;
  padding: 0 15px;
}

/* ---------------------------------------
	TMPL: Blocks
--------------------------------------- */
@media (min-width: 768px) {
  .about-container {
    padding-bottom: 128px;
    display: flex;
  }
}
.about-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .about-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .about-content {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .about-content__logo {
    text-align: center;
  }
}
.about-content__logo svg {
  width: 240px;
}
@media (min-width: 768px) {
  .about-content__logo svg {
    width: 288px;
  }
}
.about-content__logo svg {
  color: #494442;
}
.about-content__wrapper {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .about-content__wrapper {
    padding: 80px 0;
  }
}
.about-content__title {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .about-content__title {
    max-width: 70%;
    margin: 0 auto;
  }
}
.about-content__title h2 {
  font-size: 56px;
  line-height: 53px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .about-content__title h2 {
    font-size: 43px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .about-content__title h2 {
    text-align: center;
  }
}
.about-content__title span {
  font-size: 40px;
  line-height: 40px;
  color: #72954b;
}
@media (max-width: 1024px) {
  .about-content__title span {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .about-content__title span {
    text-align: center;
    display: block;
  }
}
.about-content__text {
  max-width: 576px;
}
@media (min-width: 1025px) {
  .about-content__text p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .about-content__text p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  .about-images {
    flex: 0 0 50%;
  }
}
@media (min-width: 1025px) {
  .about-images__box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
  }
}
.about-images__box {
  padding: 12px 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-images__box {
    padding: 12px 0;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .about-images-item {
    padding: 16px 10px;
  }
}
.about-images-item {
  padding: 10px 6px;
  flex: 0 0 50%;
}
@media (max-width: 1024px) {
  .about-images-item {
    flex: 0 0 45%;
  }
}
@media (max-width: 350px) {
  .about-images-item {
    flex: 1 1 100%;
  }
}
@media (min-width: 1025px) {
  .about-images-item:nth-child(2) {
    padding-top: 56px;
  }
}
@media (min-width: 1025px) {
  .about-images-item:nth-child(3) {
    margin-top: -35px;
  }
}
@media (min-width: 1025px) {
  .about-images-item__footer {
    width: 160px;
    margin-top: -32px;
  }
}
.about-images-item__footer {
  width: 144px;
  background: #91bc26;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline-start: -0.375rem;
  position: relative;
  margin-top: -27px;
}
.about-images-item__footer span {
  font-family: "Noto Sans Hebrew", sans-serif;
  display: block;
  padding: 0 6px;
}
@media (min-width: 1025px) {
  .about-images-item__footer span {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-images-item__footer span {
  font-size: 14px;
  line-height: 20px;
}
.about-images-item__footer .about-images-item__units {
  font-size: 12px;
  line-height: 16px;
}

/* ---------------------------------------
	TMPL: Blocks
--------------------------------------- */
@media (min-width: 768px) {
  .contact {
    padding: 20px;
  }
}
.contact {
  padding: 8px;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 160px;
  }
}
.contact-inner {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .contact-inner {
    padding: 40px;
  }
}
.contact-inner {
  color: #ffffff;
  background: #494442;
  border-radius: 24px;
  position: relative;
  z-index: 20;
}
.contact-top {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contact-top {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .contact-top__leaf {
    flex: 0 0 41%;
  }
}
@media (max-width: 767px) {
  .contact-top__leaf {
    order: 1;
  }
}
.contact-top__leaf--wrapper {
  padding: 20px;
}
@media (min-width: 1025px) {
  .contact-top__leaf--wrapper {
    padding: 80px 40px;
  }
}
.contact-top__leaf--wrapper {
  margin-top: -160px;
  margin-bottom: -80px;
  position: relative;
}
.contact-top__leaf--wrapper img {
  width: 100%;
  height: 100%;
  z-index: -10;
  inset-inline-end: 0;
  top: -20px;
  position: absolute;
}
.contact-top__leaf--flex {
  padding: 80px 40px;
}
@media (min-width: 768px) {
  .contact-top__leaf--flex {
    padding-top: 40px;
    padding-inline-start: 80px;
    padding-bottom: 96px;
    align-items: flex-end;
  }
}
.contact-top__leaf--flex {
  display: flex;
  justify-content: center;
}
.contact-top__leaf--inner {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.contact-top__leaf--inner svg {
  align-self: center;
}
@media (max-width: 767px) {
  .contact-top__leaf--inner svg {
    max-width: 50%;
  }
}
.contact-top__leaf--title {
  font-size: 24px;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  .contact-top__leaf--title {
    font-size: 40px;
    line-height: 1.25;
  }
}
@media (min-width: 1441px) {
  .contact-top__leaf--title {
    font-size: 48px;
    line-height: 1.25;
  }
}
.contact-top__leaf--title {
  white-space: pre-line;
}
.contact-top__leaf--subtitle {
  font-size: 44px;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  .contact-top__leaf--subtitle {
    font-size: 57px;
    line-height: 1.25;
  }
}
@media (min-width: 1441px) {
  .contact-top__leaf--subtitle {
    font-size: 88px;
    line-height: 1.25;
  }
}
.contact-top__leaf--subtitle {
  letter-spacing: 0.025em;
  font-weight: 800;
}
@media (min-width: 768px) {
  .contact-top__logo {
    flex: 0 0 58%;
  }
}
@media (max-width: 767px) {
  .contact-top__logo {
    order: 2;
  }
}
@media (min-width: 1025px) {
  .contact-top__logo--svg {
    margin-bottom: -20px;
  }
}
@media (min-width: 768px) {
  .contact-top__logo--svg {
    padding-top: 40px;
    padding-left: 40px;
    width: 50%;
  }
}
.contact-top__logo--svg {
  padding: 20px 0 20px 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-top__logo--svg {
    padding: 20px;
  }
  .contact-top__logo--svg img {
    max-width: 250px;
  }
}
.contact-top__logo--svg svg {
  max-width: 100%;
}
@media (min-width: 768px) {
  .contact-bottom {
    display: flex;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .contact-bottom__inner {
    flex: 0 0 58%;
  }
}
@media (min-width: 768px) {
  .contact-bottom__banner {
    margin-bottom: 40px;
  }
}
.contact-bottom__banner {
  background: #0ea1ed;
  width: fit-content;
}
@media (max-width: 767px) {
  .contact-bottom__banner {
    max-width: 145px;
    margin: 0 auto;
  }
}
.contact-bottom__banner span {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1025px) {
  .contact-bottom__banner span {
    font-size: 27px;
    line-height: 40px;
  }
}
.contact-bottom__banner span {
  padding: 0 20px;
}
.contact-bottom__text {
  padding-bottom: 1.25rem;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 1025px) {
  .contact-bottom__text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .contact-bottom__text {
    padding-inline-end: 1.25rem;
  }
}
@media (max-width: 767px) {
  .contact-bottom__text {
    margin: 0 auto;
    padding-top: 30px;
  }
}
.contact-bottom-price {
  font-size: 60px;
  line-height: 62px;
}
@media (max-width: 399px) {
  .contact-bottom-price {
    font-size: 50px;
    line-height: 55px;
  }
}
.contact-bottom-price span {
  font-size: 24px;
  line-height: 32px;
  padding-right: 3px;
}
@media (max-width: 1024px) {
  .contact-bottom-price span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .contact-bottom-price span {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-bottom__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-bottom__wrapper {
    justify-content: center;
    max-width: 250px;
    margin: 0 auto;
  }
}
.contact-bottom-text-price {
  right: 0;
}
@media (min-width: 768px) {
  .contact-bottom-text-price {
    right: 22px;
  }
}
@media screen and (max-width: 400px) {
  .contact-bottom-text-price {
    right: 20px;
  }
}
.contact-bottom-text-price {
  padding: 0 12px;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0;
  position: absolute;
  background: #494442;
}
@media (min-width: 1025px) {
  .contact-bottom__flex {
    display: flex;
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .contact-bottom__right {
    flex: 0 0 58%;
  }
}
@media (max-width: 767px) {
  .contact-bottom__right {
    padding: 20px;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .contact-bottom__left {
    flex: 0 0 41%;
  }
}
@media (max-width: 767px) {
  .contact-bottom__left .contact-form {
    padding: 20px;
  }
}
@media (max-width: 1440px) {
  .contact-bottom__left .form-group-submit input {
    text-align: right;
    padding-right: 10px !important;
  }
}
@Media (max-width: 767px) {
  .contact-bottom__left .form-group-submit input {
    text-align: center;
  }
}
@media (min-width: 1441px) {
  .contact-bottom__left .form-group-submit p svg {
    left: 14px;
  }
}
.contact-bottom__left .form-group-submit p svg {
  left: 10px;
}
@media (max-width: 1440px) {
  .contact-bottom__left .form-group-submit p svg {
    left: 3%;
  }
}
@media (max-width: 1024px) {
  .contact-bottom__left .form-group-submit p svg {
    left: 33%;
  }
}
@media (max-width: 767px) {
  .contact-bottom__left .form-group-submit p svg {
    left: 40%;
  }
}
@media (max-width: 605px) {
  .contact-bottom__left .form-group-submit p svg {
    left: 37%;
  }
}
@media (max-width: 480px) {
  .contact-bottom__left .form-group-submit p svg {
    left: 25%;
  }
}
.contact-bottom__footer {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .contact-bottom__footer {
    justify-content: center;
  }
}
.contact-bottom__logo {
  padding: 0 12px;
}
@media (min-width: 768px) {
  .contact-bottom__logo svg {
    width: 256px;
  }
}
.contact-bottom__logo svg {
  width: 176px;
}
@media (max-width: 450px) {
  .contact-bottom__logo svg {
    width: 143px;
  }
}
.contact-bottom__logo--two {
  border-right: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .contact-bottom__logo--two {
    width: 138px;
  }
}
.contact-bottom__logo--two {
  width: 138px;
}

/* ---------------------------------------
	TMPL: Lang
--------------------------------------- */
html[lang=en-US] body {
  font-family: "Aleo", sans-serif;
}
html[lang=en-US] body .leaf {
  right: -85px;
  left: auto;
  top: -182px;
  transform: rotate(90deg);
}
@media (max-width: 1330px) {
  html[lang=en-US] body .leaf {
    top: -115px;
  }
  html[lang=en-US] body .leaf img {
    width: 400px;
  }
}
@media (max-width: 1330px) and (max-width: 768px) {
  html[lang=en-US] body .leaf img {
    width: 285px;
  }
}
@media (max-width: 768px) {
  html[lang=en-US] body .leaf {
    top: -180px;
    transform: rotate(170deg);
    right: auto;
    left: -20px;
  }
}
@media (min-width: 768px) {
  html[lang=en-US] body .hero:after {
    background-image: linear-gradient(to bottom right, #fff, #fff, transparent 40%);
  }
}
html[lang=en-US] body .hero:after {
  left: 0;
}
html[lang=en-US] body .leaf-text {
  margin-right: 20px;
  margin-left: 0;
  margin-top: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1240px) {
  html[lang=en-US] body .leaf-text svg {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .leaf-text svg {
    max-width: 35%;
    transform: scaleX(-1);
  }
}
@media (max-width: 1350px) {
  html[lang=en-US] body .leaf-text {
    margin-top: 0;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .leaf-text {
    margin-top: -35px;
    padding: 0 10px;
    gap: 10px;
  }
}
html[lang=en-US] body .leaf-text .leaf-title {
  font-size: 30px;
  line-height: 1;
  font-family: "Aleo", sans-serif;
}
@media (max-width: 1350px) {
  html[lang=en-US] body .leaf-text .leaf-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .leaf-text .leaf-title {
    font-size: 16px;
    line-height: 1;
  }
  html[lang=en-US] body .leaf-text .leaf-title br {
    display: none;
  }
}
html[lang=en-US] body .leaf-text .leaf-subtitle {
  padding-top: 20px;
  font-size: 32px;
  line-height: 32px;
  font-family: "Aleo", sans-serif;
}
@media (max-width: 1350px) {
  html[lang=en-US] body .leaf-text .leaf-subtitle {
    font-size: 23px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .leaf-text .leaf-subtitle {
    padding-top: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  html[lang=en-US] body .hero-slider {
    left: -250px;
    right: auto;
  }
}
html[lang=en-US] body .banner-titles h1 {
  font-family: "Aleo", sans-serif;
  font-size: 44px;
  line-height: 43px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  html[lang=en-US] body .banner-titles h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  html[lang=en-US] body .banner-titles h1 {
    font-size: 24px;
    line-height: 35px;
  }
}
html[lang=en-US] body .banner-titles .hero-subtitle {
  font-family: "Aleo", sans-serif;
  font-size: 34px;
  line-height: 48px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  html[lang=en-US] body .banner-titles .hero-subtitle {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  html[lang=en-US] body .banner-titles .hero-subtitle {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  html[lang=en-US] body .banner-leaf {
    left: 0;
    right: auto;
    top: 70%;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .header-menu {
    right: 15px;
    left: auto;
  }
}
html[lang=en-US] body .select2-container .select2-selection {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
html[lang=en-US] body .wpcf7-submit {
  font-family: "Aleo", sans-serif !important;
  font-size: 22px !important;
  line-height: 45px !important;
  text-transform: uppercase;
}
html[lang=en-US] body .form-row-submit .form-group-submit p svg {
  left: auto;
  right: 14%;
  top: 31%;
}
html[lang=en-US] body .offers-text-price {
  position: static;
  transform: none;
}
@media (max-width: 767px) {
  html[lang=en-US] body .offers-text-price {
    padding-left: 0;
    font-size: 14px;
  }
}
@media (min-width: 1201px) {
  html[lang=en-US] body .info-heading-image {
    padding-left: 0;
    padding-right: 0;
    margin-left: -14px;
    padding-bottom: 12px;
  }
}
html[lang=en-US] body .info-heading-image h2 {
  font-family: "Aleo", sans-serif;
  font-size: 31px;
  line-height: 41px;
  font-weight: 400;
}
@media (min-width: 1025px) {
  html[lang=en-US] body .info-heading-image h2 {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  html[lang=en-US] body .info-heading-image h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  html[lang=en-US] body .info-heading-image h2 {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (max-width: 400px) {
  html[lang=en-US] body .info-heading-image h2 {
    font-size: 25px;
    line-height: 28px;
  }
}
html[lang=en-US] body .info-heading-image span {
  font-size: 35px;
  line-height: 41px;
}
@media (max-width: 1024px) {
  html[lang=en-US] body .info-heading-image span {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  html[lang=en-US] body .info-heading-image span {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 400px) {
  html[lang=en-US] body .info-heading-image span {
    font-size: 16px;
    line-height: 24px;
  }
}
html[lang=en-US] body .info-text__title h2,
html[lang=en-US] body .map-text__title h2 {
  font-family: "Aleo", sans-serif;
  font-size: 37px;
  line-height: 50px;
  font-weight: 600;
  padding-top: 30px;
  margin-bottom: 0;
  max-width: 508px;
}
@media (max-width: 1024px) {
  html[lang=en-US] body .info-text__title h2,
  html[lang=en-US] body .map-text__title h2 {
    max-width: 100%;
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  html[lang=en-US] body .info-text__title h2,
  html[lang=en-US] body .map-text__title h2 {
    font-size: 27px;
    line-height: 30px;
    text-align: center;
    padding-top: 35px;
  }
}
html[lang=en-US] body .info-text__title span,
html[lang=en-US] body .map-text__title span {
  font-size: 29px;
  line-height: 35px;
}
@media (max-width: 1024px) {
  html[lang=en-US] body .info-text__title span,
  html[lang=en-US] body .map-text__title span {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  html[lang=en-US] body .info-text__title span,
  html[lang=en-US] body .map-text__title span {
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    display: block;
  }
}
html[lang=en-US] body .info-text__content p {
  font-family: "Aleo", sans-serif;
}
@media (max-width: 767px) {
  html[lang=en-US] body .info-bg__row {
    justify-content: center;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .info-bg__image img {
    height: 264px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .info-heading-image {
    align-self: center;
    padding-left: 9px;
  }
}
@media (max-width: 400px) {
  html[lang=en-US] body .info-heading-image {
    padding-left: 0;
  }
}
html[lang=en-US] body .info-bird-image {
  transform: scaleX(-1);
  max-width: 354px;
}
@media (max-width: 767px) {
  html[lang=en-US] body .info-bird-image {
    order: 2;
    max-width: 210px;
  }
}
html[lang=en-US] body .map__leaf img {
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  html[lang=en-US] body .map__leaf img {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 450px) {
  html[lang=en-US] body .map__leaf img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .testimonials-top__titles {
    padding-top: 38px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .full-image {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  html[lang=en-US] body .full-image__body {
    background-image: linear-gradient(to top right, #494442 0%, rgba(73, 68, 66, 0) 50%);
    padding-bottom: 20px;
  }
}
html[lang=en-US] body .full-image__title h2 {
  font-family: "Aleo", sans-serif;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: 0.025em;
}
@media (min-width: 1025px) {
  html[lang=en-US] body .full-image__title h2 {
    font-size: 48px;
    line-height: 1;
  }
}
html[lang=en-US] body .full-image__title span {
  font-family: "Aleo", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1025px) {
  html[lang=en-US] body .full-image__title span {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .full-image__inner {
    overflow: visible;
  }
}
html[lang=en-US] body .testimonials-top__titles h2 {
  font-family: "Aleo", sans-serif;
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  html[lang=en-US] body .testimonials-top__titles h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .testimonials-top__titles h2 {
    text-align: center;
  }
}
html[lang=en-US] body .testimonials-top__titles span {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1025px) {
  html[lang=en-US] body .testimonials-top__titles span {
    font-size: 30px;
    line-height: 36px;
    display: block;
  }
}
html[lang=en-US] body .testimonials-top__titles span {
  text-align: left;
  margin-inline-start: 40px;
}
@media (max-width: 767px) {
  html[lang=en-US] body .testimonials-top__titles span {
    text-align: center;
    margin-inline-start: 0;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .testimonials-top__titles {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  html[lang=en-US] body .thumbnails-slider__main {
    margin-right: 0;
    margin-left: 20px;
  }
}
html[lang=en-US] body .thumbnails-slider__thumbs {
  margin-left: auto;
  margin-right: auto;
}
html[lang=en-US] body .apartments-top__title {
  font-family: "Aleo", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1025px) {
  html[lang=en-US] body .apartments-top__title {
    font-size: 48px;
    line-height: 1.25;
  }
}
html[lang=en-US] body .apartments-top__title {
  font-weight: 400;
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-bottom__footer {
    margin-top: 8px;
  }
}
html[lang=en-US] body .apartments-bottom__tab-content .model-layout__form h2 {
  direction: ltr;
}
html[lang=en-US] body .form-top-text {
  direction: ltr;
}
@media (max-width: 767px) {
  html[lang=en-US] body .form-top-text {
    padding: 0 15px;
  }
}
html[lang=en-US] body .about-content__title h2 {
  font-family: "Aleo", sans-serif;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  html[lang=en-US] body .about-content__title h2 {
    font-size: 28px;
    line-height: 1.25;
    max-width: 90%;
  }
}
html[lang=en-US] body .apartments-bottom__tab-content .model-layout__form .form-group-submit p svg {
  left: auto;
  right: 50px;
}
@media (max-width: 1440px) {
  html[lang=en-US] body .apartments-bottom__tab-content .model-layout__form .form-group-submit p svg {
    right: 14%;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .apartments-bottom__tab-content .model-layout__form .form-group-submit p svg {
    right: 24%;
  }
}
@media (max-width: 450px) {
  html[lang=en-US] body .apartments-bottom__tab-content .model-layout__form .form-group-submit p svg {
    right: 5%;
  }
}
html[lang=en-US] body .about-content__title span {
  font-size: 19px;
}
@media (min-width: 1025px) {
  html[lang=en-US] body .about-content__title span {
    font-size: 24px;
    display: block;
    max-width: 60%;
  }
}
html[lang=en-US] body .about-content__title span {
  line-height: 1.25;
}
@media (max-width: 767px) {
  html[lang=en-US] body .about-content__title {
    max-width: 84%;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .about-images-item__footer span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .about {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  html[lang=en-US] body .about-content__text p {
    font-size: 19px;
    line-height: 28px;
  }
}
html[lang=en-US] body .about-content__text p {
  font-size: 16px;
  line-height: 26px;
}
html[lang=en-US] body .contact-top__leaf--title {
  font-family: "Aleo", sans-serif;
  font-size: 14px;
}
@media (min-width: 1025px) {
  html[lang=en-US] body .contact-top__leaf--title {
    font-size: 33px;
    line-height: 1;
    display: block;
    padding-bottom: 11px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-top__leaf--title br {
    display: none;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-top__leaf--wrapper img {
    height: 283px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-top__leaf--wrapper img {
    inset-inline-end: 15px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-top__logo--svg {
    margin-top: 72px;
  }
  html[lang=en-US] body .contact-top__logo--svg img {
    max-width: 274px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-bottom__text {
    max-width: 70%;
    font-size: 18px;
    line-height: 26px;
  }
}
html[lang=en-US] body .contact-top__leaf--subtitle {
  font-family: "Aleo", sans-serif;
  font-size: 18px;
}
@media (min-width: 1025px) {
  html[lang=en-US] body .contact-top__leaf--subtitle {
    font-size: 25px;
    line-height: 1;
    display: block;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-top__leaf--subtitle {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-top__leaf--inner {
    gap: 10px;
  }
}
html[lang=en-US] body .contact-top__leaf--wrapper img {
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  html[lang=en-US] body .contact-top__leaf--flex {
    padding-inline-start: 70px;
  }
}
@media (max-width: 1200px) {
  html[lang=en-US] body .contact-top__leaf--inner svg {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-top__leaf--inner svg {
    max-width: 35%;
  }
}
html[lang=en-US] body .contact-bottom__banner span {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-bottom__banner {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-top__leaf--flex {
    padding: 70px;
  }
}
html[lang=en-US] body .contact-bottom__logo--two {
  border-right: 0;
  border-left: 1px solid #ffffff;
}
html[lang=en-US] body .banner-inner {
  margin-right: 0;
}
@media (min-width: 1025px) {
  html[lang=en-US] body .banner-inner {
    margin-left: 10%;
  }
}
html[lang=en-US] body .contact-form-eng .form-group p {
  text-align: left;
}
html[lang=en-US] body .contact-form-eng .form-row-submit {
  justify-content: end;
}
@media (min-width: 768px) {
  html[lang=en-US] body .contact-form-eng .form-row-submit {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  html[lang=en-US] body .contact-form-eng .form-row-submit .form-group-submit {
    flex: 0 0 49%;
  }
}
html[lang=en-US] body .contact-form-eng .form-row input,
html[lang=en-US] body .contact-form-eng .form-row li {
  direction: ltr !important;
}
html[lang=en-US] body .select2-container .select2-selection--single .select2-selection__arrow {
  left: auto;
  right: 10px;
}
html[lang=en-US] body .select2-dropdown li {
  text-align: left;
}
html[lang=en-US] body .info-text {
  padding: 5px 40px 40px 50px;
}
@media (max-width: 767px) {
  html[lang=en-US] body .info-text {
    padding: 5px 25px 40px 25px;
  }
}
html[lang=en-US] body .info-text__title {
  margin-bottom: 25px;
}
html[lang=en-US] body .info-text__content p {
  font-size: 17.6px;
  line-height: 25.5px;
}
@media (max-width: 767px) {
  html[lang=en-US] body .info-text__content {
    max-width: 99%;
  }
}
html[lang=en-US] body .info-row {
  height: auto;
}
@media (min-width: 768px) {
  html[lang=en-US] body .info-bg__image {
    left: auto;
    right: 0;
    width: 94%;
    text-align: right;
  }
}
@media (min-width: 768px) {
  html[lang=en-US] body .testimonials-top__titles {
    padding: 40px 32px 127px;
  }
}
html[lang=en-US] body .testimonials-bottom__leaf {
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  html[lang=en-US] body .testimonials-bottom__animals img {
    transform: scaleX(-1);
  }
}
html[lang=en-US] body .apartments-bottom__tab-content .model-layout__form {
  border-radius: 0 24px 24px 0;
}
@media (max-width: 767px) {
  html[lang=en-US] body .apartments-bottom__tab-content .model-layout__form {
    border-radius: 24px;
  }
}
html[lang=en-US] body .form-group {
  text-align: left;
}
html[lang=en-US] body .form-row input,
html[lang=en-US] body .form-row li {
  direction: ltr !important;
}
@media (min-width: 768px) {
  html[lang=en-US] body .about-content__wrapper {
    padding: 70px 0 80px;
  }
}
@media (min-width: 1025px) {
  html[lang=en-US] body .about-images-item__footer {
    max-width: 196px;
    width: auto;
  }
}
html[lang=en-US] body .contact-top__leaf--inner svg {
  transform: scaleX(-1);
}
@media (min-width: 1025px) {
  html[lang=en-US] body .contact-bottom__banner {
    padding-inline-start: 0;
  }
}
@media (min-width: 768px) {
  html[lang=en-US] body .contact-top__logo--svg {
    width: 44%;
  }
}
@media (min-width: 1025px) {
  html[lang=en-US] body .contact-bottom__right {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  html[lang=en-US] body .contact-bottom__text {
    font-size: 21px;
    line-height: 29px;
    padding-bottom: 30px;
  }
}
html[lang=en-US] body .contact-bottom-text-price {
  position: static;
  line-height: 1;
  transform: none;
  text-align: left;
}
html[lang=en-US] body .contact-bottom__left .wpcf7-submit {
  text-align: center;
  padding-right: 12px !important;
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-bottom__left .wpcf7-submit {
    text-align: center;
  }
}
@media (max-width: 1370px) {
  html[lang=en-US] body .contact-bottom__left .form-row-submit .form-group-submit p svg {
    right: 0;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-bottom__left .form-row-submit .form-group-submit p svg {
    right: 35%;
  }
}
@media (max-width: 595px) {
  html[lang=en-US] body .contact-bottom__left .form-row-submit .form-group-submit p svg {
    right: 30%;
  }
}
@media (max-width: 445px) {
  html[lang=en-US] body .contact-bottom__left .form-row-submit .form-group-submit p svg {
    right: 26%;
  }
}
@media (max-width: 445px) {
  html[lang=en-US] body .contact-bottom__left .form-row-submit .form-group-submit p svg {
    right: 20%;
  }
}
@media (max-width: 390px) {
  html[lang=en-US] body .contact-bottom__left .form-row-submit .form-group-submit p svg {
    right: 17%;
  }
}
@media (max-width: 1200px) {
  html[lang=en-US] body .contact-bottom__inner {
    flex: 0 0 80%;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .footer-menu {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .footer-body__flex {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .contact-bottom__wrapper {
    display: block;
    max-width: 291px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .offers-desc {
    max-width: 85%;
    margin: 0 auto;
  }
  html[lang=en-US] body .offers-desc p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .offers-wrapper {
    display: block;
    max-width: 286px;
  }
}
@media (min-width: 1025px) {
  html[lang=en-US] body .offers-form .offers-form {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .offers-form {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .map-row {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .map-text__title {
    max-width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  html[lang=en-US] body .map-text__content {
    padding: 18px 25px 40px 25px;
  }
  html[lang=en-US] body .map-text__content p {
    font-size: 17.6px;
    line-height: 25.5px;
  }
}
@media (min-width: 1025px) {
  html[lang=en-US] body .offers-form {
    flex: 0 0 50%;
    max-width: 41%;
    margin-right: 0;
    margin-left: auto;
    padding-top: 43px;
  }
}
@media (min-width: 768px) {
  html[lang=en-US] body .map-image img {
    object-fit: contain;
    min-height: 500px;
    height: 80vh;
  }
}
html[lang=en-US] body .contact-bottom__wrapper {
  flex-direction: column;
  align-items: flex-start;
}

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