* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
}

article,
aside,
details,
figure,
figfz-x-sm,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: block;
  max-width: 100%;
}

.hidden,
[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: inherit;
}

a:active, a:hover {
  outline: 0;
}

a img {
  border: 0;
}

@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

sub,
sup {
  font-size: .5em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -1em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
}

button,
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: inherit;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-ms-input-placeholder, input:focus::-ms-input-placeholder {
  color: transparent;
}

textarea:focus::placeholder,
input:focus::placeholder {
  color: transparent;
}

input[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
  overflow: auto;
}

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

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  display: block;
}

section {
  position: relative;
  overflow: hidden;
}

@font-face {
  font-family: "GretaTextPro";
  src: url("../fonts/GretaTextPro_HL-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GretaTextPro";
  src: url("../fonts/GretaTextPro_HL-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NarkissBlock";
  src: url("../fonts/NarkissBlock-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NarkissBlock";
  src: url("../fonts/NarkissBlock-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --header-height: 6.5rem;
  --header-height-mob: 5.5rem;
  --compensate-scroll-bar: 15px;
}

html {
  scroll-behavior: smooth;
  scroll-padding: var(--header-height) 0 0 0;
  font-size: 0.83333vw;
}

@media (max-width: 768px) and (orientation: portrait) {
  html {
    scroll-padding: var(--header-height-mob) 0 0 0;
    font-size: 3.9801vw;
  }
}

body {
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
  font-size: 1rem;
  color: #1A3634;
  font-family: "NarkissBlock", sans-serif;
}

body.fixed {
  overflow: hidden;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  body.fixed {
    padding-right: var(--compensate-scroll-bar, 15px);
  }
  body.fixed .header {
    padding-right: var(--compensate-scroll-bar, 15px);
  }
}

body img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: rgba(26, 54, 52, 0.1);
}

::-moz-selection {
  background-color: rgba(26, 54, 52, 0.5);
  color: #fff;
}

::selection {
  background-color: rgba(26, 54, 52, 0.5);
  color: #fff;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #FFF6D0;
}

.media-wrapper {
  overflow: hidden;
  display: block;
}

.media-wrapper img {
  display: block;
  width: 100%;
}

.overflow {
  overflow: hidden;
}

.overflow > span {
  display: inline-block;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

.btns:has(.swiper-button-lock) {
  display: none;
}

.tab-item:not(:first-child) {
  display: none;
}

.default-page {
  max-width: 61.875rem;
  margin-inline: auto;
  padding-block: 7.6875rem 17.1875rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .default-page {
    padding-block: 3.75rem 6.25rem;
    padding-inline: 1.5rem;
  }
}

.default-page h1 {
  font-family: "GretaTextPro", sans-serif;
  font-size: 2.25rem;
  line-height: 1;
}

@media (max-width: 768px) and (orientation: portrait) {
  .default-page h1 {
    font-size: 2rem;
  }
}

html[dir='rtl'] .wpcf7 {
  direction: rtl;
}

.hidden-fields-container,
.wpcf7-spinner,
.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #B2FF33;
  display: block;
  margin-top: 0.25em;
}

.wpcf7-response-output {
  color: #B2FF33;
  display: block;
  margin-top: 0.5em;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
          animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: .15s ease both fancybox-fadeOut;
          animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
          animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
          animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
          animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
          animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
          animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
          animation: .15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.form-grid {
  display: -ms-grid;
  display: grid;
  gap: 2.25rem 5.25rem;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .form-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .form-grid .--wide {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

html[dir='rtl'] form input[type="tel"] {
  direction: rtl;
}

.form-item {
  position: relative;
}

.form-item input:not([type="submit"]) {
  display: block;
  width: 100%;
  padding-bottom: 1.6875rem;
  font-size: 1.625rem;
  line-height: 1.38;
  border-bottom: 1px solid #FFF6D0;
  outline: none;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form-item input:not([type="submit"]) {
    font-size: 1.375rem;
    line-height: calc(27/22);
  }
}

.form-item input:not([type="submit"])::-webkit-input-placeholder {
  color: #FFF6D0;
}

.form-item input:not([type="submit"])::-moz-placeholder {
  color: #FFF6D0;
}

.form-item input:not([type="submit"]):-ms-input-placeholder {
  color: #FFF6D0;
}

.form-item input:not([type="submit"])::-ms-input-placeholder {
  color: #FFF6D0;
}

.form-item input:not([type="submit"])::placeholder {
  color: #FFF6D0;
}

.form-item input:not([type="submit"]):focus::-webkit-input-placeholder, .form-item input:not([type="submit"]):not(:placeholder-shown)::-webkit-input-placeholder {
  color: transparent !important;
}

.form-item input:not([type="submit"]):focus::-moz-placeholder, .form-item input:not([type="submit"]):not(:placeholder-shown)::-moz-placeholder {
  color: transparent !important;
}

.form-item input:not([type="submit"]):focus:-ms-input-placeholder, .form-item input:not([type="submit"]):not(:placeholder-shown):-ms-input-placeholder {
  color: transparent !important;
}

.form-item input:not([type="submit"]):focus::-ms-input-placeholder, .form-item input:not([type="submit"]):not(:placeholder-shown)::-ms-input-placeholder {
  color: transparent !important;
}

.form-item input:not([type="submit"]):not(:-moz-placeholder-shown)::placeholder {
  color: transparent !important;
}

.form-item input:not([type="submit"]):not(:-ms-input-placeholder)::placeholder {
  color: transparent !important;
}

.form-item input:not([type="submit"]):focus::placeholder, .form-item input:not([type="submit"]):not(:placeholder-shown)::placeholder {
  color: transparent !important;
}

.form-item:has(.checkbox-item) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form-item:has(.checkbox-item) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.form-item [type="submit"] {
  height: 4rem;
  background: #B2FF33;
  color: #1A3634;
  font-size: 1.625rem;
  line-height: 1.38;
  padding-inline: 3.75rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (any-hover: hover) {
  .form-item [type="submit"]:hover {
    background: #FFF6D0;
    color: #1A3634;
  }
}

.checkbox-item {
  position: relative;
  max-width: 30.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  font-size: 1.125rem;
  line-height: 1;
}

@media (max-width: 768px) and (orientation: portrait) {
  .checkbox-item {
    width: 100%;
  }
}

.checkbox-item label {
  display: block;
  cursor: pointer;
}

.checkbox-item input + span {
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  position: relative;
  display: block;
}

.checkbox-item input + span::before {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #FFF6D0;
  border-radius: 0.1875rem;
}

.checkbox-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox-item input[type="checkbox"]:checked + span::before {
  background: #FFF6D0;
}

.gallery {
  display: -ms-grid;
  display: grid;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .gallery {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery .--wide {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.gallery img {
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  position: relative;
  z-index: 5;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .container {
    padding-inline: 5rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .container {
    padding-inline: 0.9375rem;
  }
}

.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .d-none-desktop {
    display: none !important;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .d-none-mob {
    display: none !important;
  }
}

.button-wrapper {
  text-align: center;
}

.accordion-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.accordion-item__head .icon-dropdown {
  -webkit-transition: .3s;
  transition: .3s;
}

.accordion-item__head.isActive .plus-btn::after {
  opacity: 0;
}

.accordion-item__head.isActive .icon-dropdown {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.accordion-item__body {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h2,
h3 {
  font-size: 2.25rem;
  line-height: calc(43/36);
}

@media (max-width: 768px) and (orientation: portrait) {
  h2,
  h3 {
    font-size: 2rem;
    line-height: 1.1;
  }
}

.content {
  font-size: 1.625rem;
  line-height: calc(36/26);
}

@media (max-width: 768px) and (orientation: portrait) {
  .content {
    font-size: 1.375rem;
    line-height: calc(27/22);
    padding: 5.625rem 1.5rem;
  }
}

.section-label {
  font-family: "GretaTextPro", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.section-label .label {
  font-size: 2rem;
  line-height: calc(38/32);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.section-label .number {
  font-size: 12.5rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) and (orientation: portrait) {
  .section-label .label {
    font-size: 1.5rem;
  }
  .section-label .number {
    font-size: 8rem;
    letter-spacing: -0.07em;
  }
}

.editor-area {
  font-size: 1.625rem;
  line-height: calc(36/26);
}

@media (max-width: 768px) and (orientation: portrait) {
  .editor-area {
    font-size: 1.125rem;
  }
}

.editor-area h2 {
  font-weight: 600;
  font-size: 1.625rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .editor-area h2 {
    font-size: 1.375rem;
  }
}

.editor-area p:not(:last-child) {
  margin-bottom: 1em;
}

.editor-area ol,
.editor-area ul {
  -webkit-padding-start: 1.25em;
          padding-inline-start: 1.25em;
}

.editor-area ol:not(:last-child),
.editor-area ul:not(:last-child) {
  margin-bottom: 1em;
}

.editor-area ul {
  list-style: disc;
}

.editor-area ol {
  list-style: decimal;
}

.editor-area a:not(.btn) {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .editor-area a:not(.btn):hover {
    text-decoration: none;
  }
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header-inner {
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #1A3634;
  color: #FFF6D0;
  padding-inline: 5.3125rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .header-inner {
    position: relative;
    padding-inline: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 5.5rem;
  }
}

.header .main-phone {
  font-size: 1.5rem;
  line-height: calc(26/24);
  color: #B2FF33;
}

@media (any-hover: hover) {
  .header .main-phone:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
}

.header .logo {
  display: block;
  width: 13.75rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .header .logo {
    width: 12.6875rem;
  }
}

.header .logo img {
  width: 100%;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .header.fixed .mobile-menu {
    height: 6rem;
  }
}

@media (any-hover: hover) {
  .lang-switcher__toggle:hover {
    color: #B2FF33;
  }
}

.lang-switcher__list {
  display: none;
}

@media (any-hover: hover) {
  .lang-switcher a:hover {
    color: #B2FF33;
  }
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.3125rem;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .main-menu {
    margin-inline: auto;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .main-menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6875rem;
  }
}

.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
  font-size: 1.25rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .main-menu ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6875rem;
    font-size: 2rem;
  }
}

@media (any-hover: hover) {
  .main-menu a:hover {
    color: #B2FF33;
  }
}

.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 7.6875rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 768px) and (orientation: portrait) {
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1A3634;
    padding-inline: 2.75rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-block: 8rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .mobile-menu.isActive {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .mobile-menu .logo {
    position: absolute;
    bottom: 1.6875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mobile-menu .lang-switcher {
    position: absolute;
    top: 2.3125rem;
    inset-inline-start: 1.75rem;
  }
  .mobile-menu .lang-switcher svg {
    width: 1.5rem;
  }
}

.burger-btn {
  top: 50%;
  inset-inline-end: 1.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 2;
  padding: 0.5rem 0.1875rem;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .burger-btn {
    display: none;
  }
}

.burger-btn span {
  display: block;
  width: 100%;
  height: 0.1875rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #B2FF33;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.burger-btn.isActive span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.625rem;
}

.burger-btn.isActive span:nth-of-type(2) {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.burger-btn.isActive span:nth-of-type(3) {
  top: -0.625rem;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}

.footer {
  background: #1A3634;
  color: #FFF6D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 100;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .footer {
    padding: 7.5rem 10rem 3rem 10.8125rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.1875rem 1.5rem 1.5rem;
    gap: 2.6875rem;
  }
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .footer-logo {
    width: 18.75rem;
    margin-top: 1.875rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .footer-logo {
    width: 8.125rem;
    margin: 0 auto;
  }
}

.footer-main {
  width: 100%;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .footer-main {
    width: 55.5rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-bottom:not(:first-child) {
  margin-top: 6.25rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .footer-bottom:not(:first-child) {
    margin-top: 2.6875rem;
  }
}

.footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom .links {
  font-size: 1.625rem;
  line-height: 1.38;
  gap: 4.5rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .footer-bottom .links {
    width: 100%;
    font-size: 1.125rem;
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.25rem;
  }
}

.footer-bottom .links a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media (any-hover: hover) {
  .footer-bottom .links a:hover {
    color: #B2FF33;
  }
}

.footer-bottom .social {
  gap: 1rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .footer-bottom .social {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}

.footer-bottom .social a {
  display: inline-block;
  border-radius: 50%;
}

@media (any-hover: hover) {
  .footer-bottom .social a:hover {
    -webkit-box-shadow: 0 0 1rem #fff6d0;
            box-shadow: 0 0 1rem #fff6d0;
  }
}

.footer-bottom .social img {
  width: 1.875rem;
}

.footer-bottom p {
  font-size: 0.9375rem;
  line-height: 1.2;
  max-width: 25.125rem;
  margin-top: 0.625rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .footer-bottom p {
    max-width: 18.75rem;
    font-size: 0.625rem;
    line-height: 1;
  }
}

.hero {
  height: 48.375rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .hero {
    height: 29.5rem;
  }
}

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

.hero-content {
  position: absolute;
  z-index: 2;
  top: 7.25rem;
  inset-inline-start: 13.5rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .hero-content {
    top: 4rem;
    inset-inline-start: 1.5rem;
  }
  .hero-content p,
  .hero-content span {
    display: none;
  }
}

.hero-content p {
  font-family: "GretaTextPro", sans-serif;
  font-size: 3rem;
  line-height: calc(58/48);
}

.hero-content span {
  font-size: 1.625rem;
  line-height: 1.38;
}

.hero-content h1 {
  font-size: 4rem;
  line-height: calc(77/64);
}

@media (max-width: 768px) and (orientation: portrait) {
  .hero-content h1 {
    font-size: 2.125rem;
    max-width: 10.625rem;
  }
}

.content-section-1 h2 {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.1;
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-1 h2 {
    font-size: 1.375rem;
    line-height: calc(27/22);
  }
}

.content-section-1 .section-header {
  background: #FFF6D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-1 .section-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.9375rem 9.5rem;
    gap: 6.9375rem;
  }
  .content-section-1 .section-header h2 {
    max-width: 59.875rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-1 .section-header {
    padding: 3.25rem 1.5rem 2.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-section-1__first {
  display: -ms-grid;
  display: grid;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-1__first {
    -ms-grid-columns: 47.5625rem 1fr;
    grid-template-columns: 47.5625rem 1fr;
    -ms-grid-rows: 29.125rem 1fr;
    grid-template-rows: 29.125rem 1fr;
  }
  .content-section-1__first .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
  }
  .content-section-1__first .image img {
    height: 100%;
  }
  .content-section-1__first .picture {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
  }
  .content-section-1__first .content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
  }
}

.content-section-1__first .image {
  background: #1A3634;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-1__first .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 4rem;
    padding-inline: 16.625rem 13.9375rem;
  }
}

.content-section-1__first .picture img {
  height: 100%;
}

.content-section-1__second {
  display: -ms-grid;
  display: grid;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-1__second {
    -ms-grid-columns: 40.375rem 1fr;
    grid-template-columns: 40.375rem 1fr;
    -ms-grid-rows: 26.3125rem 1fr;
    grid-template-rows: 26.3125rem 1fr;
  }
  .content-section-1__second .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  .content-section-1__second .image img {
    height: 100%;
  }
  .content-section-1__second .picture {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 3 / 3;
  }
  .content-section-1__second .content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
}

.content-section-1__second .image {
  background: #B2FF33;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-1__second .content {
    padding-inline: 6.375rem 7.6875rem;
    padding-block: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.content-section-2 .intro {
  display: -ms-grid;
  display: grid;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-2 .intro {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .content-section-2 .intro h2 {
    max-width: 26.25rem;
  }
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-2 .intro .content {
    padding-block: 2.25rem 5rem;
    padding-inline: 7.0625rem 6.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.375rem;
  }
  .content-section-2 .intro .content .section-label {
    margin-bottom: auto;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-2 .intro .content {
    padding-block: 3.3125rem 6.875rem;
  }
  .content-section-2 .intro .content .section-label {
    margin-bottom: 1.25rem;
  }
  .content-section-2 .intro .content h2 {
    margin-bottom: 3.125rem;
  }
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-2 .intro .map img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.content-section-2 .list {
  display: -ms-grid;
  display: grid;
  width: 100%;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-2 .list {
    margin-top: auto;
    gap: 2rem;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .content-section-2 .list img {
    width: 4.375rem;
    height: 4.375rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-2 .list {
    gap: 2rem;
    max-width: 15.625rem;
    margin-inline: auto;
    margin-top: 5.9375rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .content-section-2 .list img {
    width: 4.75rem;
    height: 4.75rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.content-section-2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  font-size: 1.25rem;
  text-align: center;
}

.content-section-2__first {
  display: -ms-grid;
  display: grid;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-2__first {
    -ms-grid-columns: 40.25rem 1fr;
    grid-template-columns: 40.25rem 1fr;
  }
}

.content-section-2__first .content {
  background: #FFF6D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-2__first .content {
    gap: 2.375rem;
    padding-block: 6.25rem;
    padding-inline: 18.75rem 20rem;
  }
  .content-section-2__first .content h3 {
    max-width: 24.1875rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-2__first .content {
    gap: 3.125rem;
  }
}

.content-section-2__second {
  display: -ms-grid;
  display: grid;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-2__second {
    -ms-grid-columns: 1fr 40.25rem;
    grid-template-columns: 1fr 40.25rem;
  }
}

.content-section-2__second .content {
  background: #1A3634;
  color: #FFF6D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-2__second .content {
    gap: 3.125rem;
  }
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-2__second .content {
    gap: 2.375rem;
    padding-block: 6.25rem;
    padding-inline: 4.375rem 5.3125rem;
  }
}

.content-section-2 .read-more {
  font-family: "GretaTextPro", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
  font-weight: 700;
}

@media (any-hover: hover) {
  .content-section-2 .read-more:hover {
    text-decoration: underline;
  }
}

.content-section-2 .read-more span {
  display: inline-block;
  width: 0.6875rem;
  height: 1.1875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.42871 0.650391C9.21459 0.646555 9.00724 0.716542 8.83984 0.84668L8.77051 0.90625L8.76172 0.914062L9.01172 1.16016L8.76172 0.915039L0.922852 8.87402V8.875C0.747808 9.05296 0.650391 9.29275 0.650391 9.54199C0.6504 9.79122 0.747818 10.031 0.922852 10.209L8.76172 18.1689L8.77051 18.1777C8.948 18.3457 9.18403 18.438 9.42871 18.4336C9.67338 18.4292 9.90573 18.3284 10.0771 18.1543C10.2482 17.9805 10.3453 17.7474 10.3496 17.5039C10.3538 17.2602 10.2646 17.0235 10.0996 16.8438L10.0918 16.834L2.91113 9.54102L10.0918 2.25L10.1006 2.24121L10.0996 2.24023C10.2646 2.06043 10.3538 1.82375 10.3496 1.58008C10.3453 1.3366 10.2482 1.10349 10.0771 0.929688C9.90573 0.755629 9.67337 0.654779 9.42871 0.650391Z' fill='%231A3634' stroke='%231A3634' stroke-width='0.7'/%3E%3C/svg%3E%0A");
}

.content-section-2 .additional-content {
  display: none;
}

.content-section-3 .intro {
  display: -ms-grid;
  display: grid;
}

.content-section-3 .intro img {
  height: 100%;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-3 .intro {
    -ms-grid-columns: 1fr 54.75rem;
    grid-template-columns: 1fr 54.75rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-3 .intro .picture {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}

.content-section-3 .content {
  background: #FFF6D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-3 .content {
    gap: 2.125rem;
    padding-block: 10.3125rem;
    padding-inline: 12.3125rem 12.5rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-3 .content {
    padding-top: 3.75rem;
  }
  .content-section-3 .content h2 {
    margin-bottom: 3.125rem;
  }
}

.content-section-3 .content .section-label {
  margin-bottom: 2.6875rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-3 .content .section-label {
    margin-bottom: 1.25rem;
  }
}

.content-section-4 .intro {
  display: -ms-grid;
  display: grid;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-4 .intro {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .content-section-4 .intro .media {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}

.content-section-4 .intro .image {
  background: #1A3634;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-4 .intro .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
    padding-block: 7.25rem;
    padding-inline: 7.5rem 10.625rem;
  }
}

.content-section-4 .intro .section-label {
  margin-bottom: 2.6875rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-4 .intro .section-label {
    margin-bottom: 1.25rem;
  }
}

.content-section-4 .content-row {
  display: -ms-grid;
  display: grid;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-4 .content-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.content-section-4 .content-row .image {
  background: #FFF6D0;
}

.content-section-4 .content-row .content {
  background: #1A3634;
  color: #FFF6D0;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-4 .content-row .content {
    padding-block: 6.25rem;
    padding-inline: 8.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.375rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-4 .content-row .content {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}

.tabs-wrapper {
  display: -ms-grid;
  display: grid;
  background: #1A3634;
  color: #FFF6D0;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .tabs-wrapper {
    -ms-grid-columns: 1fr 94.375rem;
    grid-template-columns: 1fr 94.375rem;
  }
}

.tabs-wrapper .media-wrapper {
  display: block;
}

.tabs-wrapper .file-download {
  position: absolute;
  display: block;
  width: 3.5625rem;
  bottom: 2.125rem;
  inset-inline-end: 2.75rem;
  border: 1px solid transparent;
  line-height: .6;
}

@media (max-width: 768px) and (orientation: portrait) {
  .tabs-wrapper .file-download {
    width: 2rem;
    bottom: .25rem;
    inset-inline-end: 1rem;
  }
}

@media (any-hover: hover) {
  .tabs-wrapper .file-download:hover {
    border-color: #1A3634;
  }
}

.tabs-wrapper .file-download svg {
  width: 100%;
  height: auto;
}

.tabs-wrapper .tab-item {
  position: relative;
}

.tabs-switcher {
  padding: 13.25rem 6.25rem;
  font-size: 1.25rem;
  line-height: 1.65;
}

@media (max-width: 768px) and (orientation: portrait) {
  .tabs-switcher {
    padding: 5.625rem 1.5rem;
  }
}

.tabs-switcher h3 {
  margin-bottom: 2rem;
}

.tabs-switcher .accordion-item:not(:last-child) {
  border-bottom: 1px solid #FFF6D0;
}

@media (max-width: 768px) and (orientation: portrait) {
  .tabs-switcher .accordion-item {
    max-width: 12.9375rem;
  }
}

.tabs-switcher .accordion-item__head {
  padding-block: 0.5rem;
}

.tabs-switcher .accordion-item__head span {
  display: inline-block;
  width: 1.1875rem;
  height: 0.6875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.650513 1.57129C0.646677 1.78541 0.716664 1.99276 0.846802 2.16016L0.906372 2.22949L0.914185 2.23828L1.16028 1.98828L0.915161 2.23828L8.87415 10.0771L8.87512 10.0771C9.05308 10.2522 9.29287 10.3496 9.54211 10.3496C9.79135 10.3496 10.0312 10.2522 10.2091 10.0771L18.1691 2.23828L18.1779 2.22949C18.3458 2.052 18.4381 1.81597 18.4337 1.57129C18.4293 1.32662 18.3285 1.09427 18.1544 0.922851C17.9806 0.751781 17.7475 0.654717 17.504 0.65039C17.2604 0.646156 17.0237 0.735397 16.8439 0.90039L16.8341 0.908202L9.54114 8.08887L2.25012 0.908203L2.24133 0.899414L2.24036 0.900391C2.06055 0.735387 1.82388 0.646156 1.5802 0.650391C1.33672 0.654699 1.10361 0.751787 0.92981 0.922852C0.755751 1.09427 0.654902 1.32663 0.650513 1.57129Z' fill='%23FFF6D0' stroke='%23FFF6D0' stroke-width='0.7'/%3E%3C/svg%3E%0A");
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.tabs-switcher .accordion-item__head.isActive span {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.tabs-switcher .accordion-item__body {
  padding-bottom: 0.5rem;
}

.tabs-switcher .accordion-item__body button {
  display: block;
  width: 100%;
  text-align: start;
}

.tabs-switcher .accordion-item__body button.isActive {
  color: #B2FF33;
  pointer-events: none;
}

.content-section-5 {
  display: -ms-grid;
  display: grid;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-5 {
    -ms-grid-columns: 39.8125rem 1fr;
    grid-template-columns: 39.8125rem 1fr;
  }
}

.content-section-5 .content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-5 .content-head {
    gap: 5.5rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-5 .content-head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.25rem;
  }
}

.content-section-5 .content-logo {
  width: 12.25rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-section-5 .content-logo {
    width: 9.6875rem;
  }
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-section-5 .content {
    padding-block: 6.25rem;
    padding-inline: 16.875rem 10rem;
  }
}

.content-section-5 .content h2 {
  font-family: "GretaTextPro", sans-serif;
  font-size: 2rem;
  line-height: calc(38/32);
}

.content-section-5 .content h3 {
  margin-bottom: 2.125rem;
}

.fixed-panel {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #1A3634;
  color: #FFF6D0;
  height: 7.3125rem;
  padding-inline: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed-panel .form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
}

.fixed-panel .checkbox-item p {
  font-size: 1rem;
}

.fixed-panel .form-item:has(.checkbox-item) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fixed-panel .wpcf7-not-valid-tip {
  font-size: 0.75em;
  position: absolute;
  bottom: -.5rem;
  inset-inline-start: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

a[data-fancybox] {
  display: block;
  overflow: hidden;
  position: relative;
}

a[data-fancybox]::before {
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 54, 52, 0.25)), to(rgba(26, 54, 52, 0.1)));
  background: linear-gradient(180deg, rgba(26, 54, 52, 0.25) 0%, rgba(26, 54, 52, 0.1) 100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (any-hover: hover) {
  a[data-fancybox]:hover::before {
    opacity: 1;
  }
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #B2FF33 !important;
}
