@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-medium.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-semibold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Dai Banna SIL";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/DaiBannaSIL-Bold.woff2") format("woff2");
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

::-moz-focus-inner {
  border: 0;
  outline: 0;
}

html {
  height: 100%;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
html.menu-open body {
  overflow: hidden;
}
html.scroll-disable {
  overflow: hidden;
}
html.scroll-disable body {
  padding-right: var(--scrollbar-width, 0);
}
@media only screen and (max-width: 1024px) {
  html.scroll-disable body {
    padding-right: 0;
  }
}
html.scroll-disable .header {
  right: calc(var(--scrollbar-width, 0) + 2rem);
}
@media only screen and (max-width: 1024px) {
  html.scroll-disable .header {
    right: 2rem;
  }
}

* {
  position: relative;
}

html {
  font-size: 10px;
  background-color: #fff;
}

section {
  overflow: hidden;
  z-index: 1;
}
section.block {
  padding: 9.6rem 0;
}
@media only screen and (max-width: 834px) {
  section.block {
    padding: 6rem 0;
  }
}
section.page {
  padding-top: 10rem;
}
section.page h1 {
  margin-bottom: 4rem;
}
section.page h2, section.page h3, section.page h4, section.page h5, section.page h6 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
section.page h2:first-child, section.page h3:first-child, section.page h4:first-child, section.page h5:first-child, section.page h6:first-child {
  margin-top: 0;
}
section.page h2:last-child, section.page h3:last-child, section.page h4:last-child, section.page h5:last-child, section.page h6:last-child {
  margin-bottom: 0;
}
section.page p {
  margin-bottom: 2.4rem;
}
section.page p:last-child {
  margin-bottom: 0;
}

main {
  flex: 1;
}

.container,
[class*=__container] {
  margin: 0 auto;
  width: 100%;
  max-width: 132rem;
  padding: 0 2rem;
}

.container-fluid {
  margin: 0 auto;
  width: 100%;
  max-width: 132rem;
  padding: 0 2.4rem;
}

.container-small {
  margin: 0 auto;
  width: 100%;
  max-width: 73.6rem;
  padding: 0 2.4rem;
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

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

[class*=grid] + [class*=grid] {
  margin-top: 2rem;
}

.grid-2 > div:not(:first-child), .grid-2 > a:not(:first-child),
.grid-3 > div:not(:first-child),
.grid-3 > a:not(:first-child),
.grid-4 > div:not(:first-child),
.grid-4 > a:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (min-width: 450px) {
  .grid-2 > div, .grid-2 > a,
  .grid-3 > div,
  .grid-3 > a,
  .grid-4 > div,
  .grid-4 > a {
    width: calc(50% - 1rem);
  }
  .grid-2 > div:nth-child(-n+2), .grid-2 > a:nth-child(-n+2),
  .grid-3 > div:nth-child(-n+2),
  .grid-3 > a:nth-child(-n+2),
  .grid-4 > div:nth-child(-n+2),
  .grid-4 > a:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 450px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1024px) {
  .grid-3,
  .grid-4 {
    justify-content: flex-start;
  }
  .grid-3 > div, .grid-3 > a,
  .grid-4 > div,
  .grid-4 > a {
    width: calc(33.33% - 1.3333333333rem);
  }
  .grid-3 > div:nth-child(-n+3), .grid-3 > a:nth-child(-n+3),
  .grid-4 > div:nth-child(-n+3),
  .grid-4 > a:nth-child(-n+3) {
    margin-top: 0;
  }
  .grid-3 > div:not(:nth-child(3n+3)), .grid-3 > a:not(:nth-child(3n+3)),
  .grid-4 > div:not(:nth-child(3n+3)),
  .grid-4 > a:not(:nth-child(3n+3)) {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1360px) {
  .grid-4 > div, .grid-4 > a {
    width: calc(25% - 1.5rem);
  }
  .grid-4 > div:nth-child(-n+4), .grid-4 > a:nth-child(-n+4) {
    margin-top: 0;
  }
  .grid-4 > div:nth-child(4n+4), .grid-4 > a:nth-child(4n+4) {
    margin-right: 0;
  }
  .grid-4 > div:not(:nth-child(4n+4)), .grid-4 > a:not(:nth-child(4n+4)) {
    margin-right: 2rem;
  }
}
.spacer {
  height: 1rem;
  display: block;
}

.bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.bg:before, .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--bg-image) no-repeat center center;
  position: absolute;
  background-size: cover;
}
.bg:before {
  filter: blur(3rem);
  transform: scale(1.15);
}
.bg:after {
  max-width: 192rem;
}
.bg div {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.bg-top:before, .bg-top:after {
  background-position: top center;
}
.bg-bottom:before, .bg-bottom:after {
  background-position: bottom center;
}

@media only screen and (min-width: 1024px) {
  .flex-2 {
    display: flex;
    align-items: center;
  }
  .flex-2 > div {
    flex: 1;
  }
}
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 150%;
  color: #252324;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252324;
  line-height: 120%;
}

.main-title,
.h1,
h1 {
  font-size: 6rem;
  line-height: 115%;
  letter-spacing: -1.2px;
}

.block-title {
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 120%;
}
@media only screen and (max-width: 1024px) {
  .block-title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 834px) {
  .block-title {
    font-size: 3.6rem;
    line-height: 130%;
  }
}
.block-title b, .block-title strong {
  font-family: "Dai Banna SIL", serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 135%;
}
@media only screen and (max-width: 1024px) {
  .block-title b, .block-title strong {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 834px) {
  .block-title b, .block-title strong {
    font-size: 4.6rem;
    line-height: 106%;
  }
}
.block-title u {
  text-decoration-thickness: 2px !important;
  text-decoration-style: solid !important;
  text-underline-offset: 4px !important;
  text-decoration-skip-ink: none;
}
.block-title svg {
  width: 4.4rem;
  height: 4.4rem;
}

.medium-title {
  font-size: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .medium-title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 834px) {
  .medium-title {
    font-size: 2.2rem;
  }
}

.h2,
h2 {
  font-size: 4rem;
  line-height: 1.2;
}

.h3,
h3 {
  font-size: 3.6rem;
  line-height: 1.2;
}

.h4,
h4 {
  font-size: 2.4rem;
  line-height: 1.3;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.caption-upper {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #404040;
}

input[type=submit],
button {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
}

button {
  background: transparent;
}

.wpcf7 .wpcf7-form {
  display: block;
}
.wpcf7 fieldset {
  outline: 0;
  border: 0;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]),
.wpcf7 textarea {
  display: block;
  background: #fff;
  border: 1px solid #D5DBB9;
  border-radius: 10rem;
  padding: 1.2rem 2rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  height: 5.2rem;
  color: #252324;
  transition: border-color 0.35s ease-in-out, background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, margin 0.35s ease-in-out;
}
@media only screen and (max-width: 834px) {
  .wpcf7 input:not([type=submit]):not([type=checkbox]),
  .wpcf7 textarea {
    height: 4.4rem;
  }
}
.wpcf7 input:not([type=submit]):not([type=checkbox])::placeholder, .wpcf7 input:not([type=submit]):not([type=checkbox])::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 textarea::placeholder {
  font-size: 1.8rem;
  line-height: 120%;
  color: #404040;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 834px) {
  .wpcf7 input:not([type=submit]):not([type=checkbox])::placeholder, .wpcf7 input:not([type=submit]):not([type=checkbox])::placeholder,
  .wpcf7 textarea::placeholder,
  .wpcf7 textarea::placeholder {
    font-size: 1.6rem;
  }
}
.wpcf7 input:not([type=submit]):not([type=checkbox])::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
  font-size: 1.8rem;
  line-height: 120%;
  color: #404040;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 834px) {
  .wpcf7 input:not([type=submit]):not([type=checkbox])::-webkit-input-placeholder,
  .wpcf7 textarea::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
}
.wpcf7 input:not([type=submit]):not([type=checkbox])::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
  font-size: 1.8rem;
  line-height: 120%;
  color: #404040;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 834px) {
  .wpcf7 input:not([type=submit]):not([type=checkbox])::-moz-placeholder,
  .wpcf7 textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  font-size: 1.8rem;
  line-height: 120%;
  color: #404040;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 834px) {
  .wpcf7 input:not([type=submit]):not([type=checkbox]):-ms-input-placeholder,
  .wpcf7 textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):focus,
.wpcf7 textarea:focus {
  border-color: #175562;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(23, 85, 98, 0.1);
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):focus::-webkit-input-placeholder, .wpcf7 input:not([type=submit]):not([type=checkbox]).active:focus::-webkit-input-placeholder,
.wpcf7 textarea:focus::-webkit-input-placeholder,
.wpcf7 textarea.active:focus::-webkit-input-placeholder {
  color: transparent;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):focus::-moz-placeholder, .wpcf7 input:not([type=submit]):not([type=checkbox]).active:focus::-moz-placeholder,
.wpcf7 textarea:focus::-moz-placeholder,
.wpcf7 textarea.active:focus::-moz-placeholder {
  color: transparent;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):focus:-ms-input-placeholder, .wpcf7 input:not([type=submit]):not([type=checkbox]).active:focus:-ms-input-placeholder,
.wpcf7 textarea:focus:-ms-input-placeholder,
.wpcf7 textarea.active:focus:-ms-input-placeholder {
  color: transparent;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]).wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  margin-bottom: 2.5rem;
  border: 1px solid #E65E56;
}
@media only screen and (max-width: 576px) {
  .wpcf7 input:not([type=submit]):not([type=checkbox]).wpcf7-not-valid,
  .wpcf7 textarea.wpcf7-not-valid {
    margin-bottom: 2rem;
  }
}
.wpcf7 textarea {
  height: auto;
  max-height: 11.2rem;
  padding: 1.1rem 2rem;
  border-radius: 1.6rem;
  resize: none;
}
.wpcf7 .hidden-field,
.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  left: 1.6rem;
  bottom: 0.8rem;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 500;
  color: #E65E56;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .wpcf7 .wpcf7-not-valid-tip {
    bottom: 0;
  }
}
.wpcf7 .form-inner {
  display: flex;
  gap: 1.6rem;
}
@media only screen and (max-width: 834px) {
  .wpcf7 .form-inner {
    gap: 0.8rem;
  }
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .form-row {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 834px) {
  .wpcf7 .form-row {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .wpcf7 .form-row {
    margin-bottom: 1.6rem;
  }
}
.wpcf7 .form-row:last-child {
  margin-bottom: 0;
}
.wpcf7 .form-row label {
  display: flex;
  flex-direction: column;
}
.wpcf7 .form-row label .form-label {
  padding-left: 1.6rem;
  display: block;
  line-height: 120%;
  margin-bottom: 0.8rem;
  color: #252324;
}
@media only screen and (max-width: 834px) {
  .wpcf7 .form-row label .form-label {
    font-size: 1.4rem;
  }
}
.wpcf7 .form-row label .form-label.wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.wpcf7 .form-row input {
  width: 100%;
}
.wpcf7 .form-row textarea {
  width: 100%;
  max-height: 14.8rem;
}
.wpcf7 .form-row textarea ~ .wpcf7-not-valid-tip {
  bottom: 0.5rem;
}
.wpcf7 .form-row .form-submit {
  display: block;
}
.wpcf7 .form-submit-wrap {
  margin-top: 3.2rem;
}
.wpcf7 .form-submit-wrap input {
  width: 100%;
}
.wpcf7 .form-row-flex {
  display: flex;
  gap: 1.6rem;
}
@media only screen and (max-width: 834px) {
  .wpcf7 .form-row-flex {
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .wpcf7 .form-row-flex {
    gap: 0.8rem;
  }
}
.wpcf7 .form-row-flex .divider {
  width: 1.6rem;
  height: 0.2rem;
  background-color: #504A43;
}
.wpcf7 .form-row-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}
.wpcf7 input::-webkit-outer-spin-button,
.wpcf7 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wpcf7 .wpcf7-acceptance,
.wpcf7 .wpcf7-checkbox {
  display: block;
  min-height: 2.4rem;
}
.wpcf7 .wpcf7-acceptance label,
.wpcf7 .wpcf7-checkbox label {
  flex-direction: row;
  gap: 1.2rem;
  align-items: flex-start;
}
.wpcf7 .wpcf7-acceptance label > span,
.wpcf7 .wpcf7-checkbox label > span {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox],
.wpcf7 .wpcf7-acceptance input.form-acceptance,
.wpcf7 .wpcf7-checkbox input[type=checkbox],
.wpcf7 .wpcf7-checkbox input.form-acceptance {
  position: absolute;
  width: 0;
  opacity: 0;
  z-index: 2;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:hover:before,
.wpcf7 .wpcf7-acceptance input.form-acceptance:checked + .wpcf7-list-item-label:hover:before,
.wpcf7 .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:hover:before,
.wpcf7 .wpcf7-checkbox input.form-acceptance:checked + .wpcf7-list-item-label:hover:before {
  background-color: #175562;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-acceptance input.form-acceptance:checked + .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-checkbox input.form-acceptance:checked + .wpcf7-list-item-label:before {
  border-color: #072D36;
  background-color: #072D36;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33266 12.9883L5.58849 10.2442L4.41016 11.4225L8.33266 15.345L16.4218 7.25585L15.2435 6.07751L8.33266 12.9883Z' fill='white'/%3E%3C/svg%3E%0A");
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  padding-left: 3.6rem;
  min-height: 2.4rem;
  font-size: 1.4rem;
  color: #404040;
  font-weight: 400;
  cursor: pointer;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label:hover:before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:hover:before {
  border-color: #404040;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.7rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  flex-shrink: 0;
  border: 1px solid #252324;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  transition: all ease-in-out 0.35s;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label a {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: auto;
}

.btn,
.btn-transparent,
.wpcf7-submit {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #072D36;
  padding: 0.8rem 2rem;
  height: 5.2rem;
  border-radius: 10rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.18px;
  width: max-content;
  border: none;
  cursor: pointer;
  transition: background-color ease-in-out 0.35s;
  cursor: pointer;
}

.wpcf7-submit:disabled {
  opacity: 0.5;
}

.btn:hover {
  background-color: #175562;
}
.btn:active {
  background-color: #072D36;
}

.btn--white:hover {
  background-color: #EBEEDD;
}
.btn--white:active {
  background-color: #f2f2f2;
}

.btn--yellow:hover {
  background-color: rgba(248, 253, 221, 0.8);
}
.btn--yellow:active {
  background-color: #e0eca4;
}

.btn-border {
  padding: 1.25rem 1.8rem;
  background-color: transparent;
  border-radius: 10rem;
  border: 0.1rem solid #252324;
  color: #252324;
  font-size: 1.8rem;
  height: 5.2rem;
  font-weight: 600;
  line-height: 120%;
  transition: border-color ease-in-out 0.35s, color ease-in-out 0.35s;
}

.btn-border:hover {
  border-color: #252324;
  color: #252324;
}
.btn-border:focus {
  border-color: #252324;
  color: #252324;
}

.btn[disabled],
.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.btn-loading,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../img/general/spinner.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent;
}

.header {
  position: fixed;
  top: 4rem;
  left: 2rem;
  right: 2rem;
  z-index: 99;
  transition: transform 0.35s ease-in-out, padding 0.35s ease-in-out;
}
@media only screen and (max-width: 834px) {
  .header {
    top: 2rem;
    left: 2rem;
    right: 2rem;
  }
}
.header--hide {
  transform: translate(0, -100%);
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 2.4rem;
  max-width: 128rem;
  border-radius: 10rem;
  position: static;
  border: 1px solid #D5DBB9;
  background-color: #fff;
}
.header__logo {
  z-index: 200;
  transition: 0.5s linear;
  display: flex;
  max-width: 7.2rem;
  align-items: center;
}
.header__side {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  position: static;
}
@media only screen and (max-width: 1024px) {
  .header__side {
    gap: 1.6rem;
  }
}
.header__side--languages {
  gap: 1.6rem;
}
@media only screen and (max-width: 834px) {
  .header__side--languages {
    margin-right: 0.8rem;
    margin-left: auto;
  }
}
.header__languages {
  display: flex;
  list-style: none;
}
@media only screen and (max-width: 834px) {
  .header__languages.desktop {
    display: none;
  }
}
.header__languages.mobile {
  display: none;
}
@media only screen and (max-width: 834px) {
  .header__languages.mobile {
    margin: 0 -1.6rem;
    padding: 1.6rem;
    border-top: 0.1rem solid #EBEEDD;
    display: flex;
    justify-content: center;
  }
}
.header__languages li {
  margin-right: 0.8rem;
  padding-right: 0.7rem;
  border-right: 1px solid #D5DBB9;
}
@media only screen and (max-width: 834px) {
  .header__languages li {
    width: 14.9rem;
    margin-right: 1.6rem;
    padding-right: 1.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 834px) {
  .header__languages li:first-child {
    width: 16.5rem;
  }
}
.header__languages li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header__languages li.current-lang a {
  color: #181617;
}
.header__languages li a {
  display: block;
  padding: 0.8rem;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 122%;
  letter-spacing: 0.18px;
  color: #404040;
}
@media only screen and (max-width: 1024px) {
  .header__languages li a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 834px) {
  .header__languages li a {
    font-size: 1.8rem;
  }
}
.header__languages li a:active {
  color: #181617;
}
.header__burger {
  display: none;
}
@media only screen and (max-width: 834px) {
  .header__burger {
    padding: 0.6rem 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    z-index: 200;
  }
}
.header__burger:before, .header__burger:after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 0.2rem;
  background-color: #072D36;
  transition: top 0.15s linear 0.15s, transform 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear;
}
.header__burger:before {
  top: 0.625rem;
}
.header__burger:after {
  bottom: 0.625rem;
}
.header__burger__btn {
  display: block;
  width: 2.5rem;
  height: 0.2rem;
  pointer-events: none;
  background-color: #072D36;
  transition: all ease-in-out 0.15s;
}
@media only screen and (max-width: 834px) {
  .header__menu {
    position: absolute;
    top: -0.1rem;
    left: 0;
    right: 0;
    max-height: 0;
    opacity: 0;
    padding: 6.2rem 1.6rem 8rem;
    background-color: #fff;
    border: 0.1rem solid #D5DBB9;
    border-radius: 3.2rem;
    overflow: hidden;
    z-index: 101;
    transition: all 0.35s linear;
  }
}
@media only screen and (max-width: 834px) {
  .header__menu.desktop {
    display: none;
  }
}
.header__menu.mobile {
  display: none;
}
@media only screen and (max-width: 834px) {
  .header__menu.mobile {
    display: flex;
    flex-direction: column;
    pointer-events: none;
  }
}
.header__menu-list {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 834px) {
  .header__menu-list {
    flex-direction: column;
    gap: 0;
  }
}
.header__menu-list .menu-item a {
  padding: 0.8rem;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.18px;
  color: #404040;
}
@media only screen and (max-width: 1024px) {
  .header__menu-list .menu-item a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 834px) {
  .header__menu-list .menu-item a {
    padding: 1.3rem 2rem;
    font-size: 1.8rem;
  }
}
.header__menu-list .menu-item a:active {
  color: #181617;
}
.header__button {
  height: 3.8rem;
}
.header__button.mobile {
  display: none;
}
@media only screen and (max-width: 834px) {
  .header__button.mobile {
    margin: 1.6rem 0;
    padding: 1.5rem 2rem;
    height: 5.2rem;
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  html.menu-open .header__menu {
    max-height: 36.2rem;
    opacity: 1;
    pointer-events: auto;
  }
  html.menu-open .header__burger::before, html.menu-open .header__burger::after {
    background-color: #000;
    transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
  }
  html.menu-open .header__burger:before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  html.menu-open .header__burger:after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  html.menu-open .header__burger__btn {
    opacity: 0;
  }
}
.footer {
  padding: 8rem 0;
  background-color: #072D36;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 6.4rem 0;
  }
}
@media only screen and (max-width: 834px) {
  .footer {
    padding: 6rem 0 4rem;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
  margin-bottom: 4rem;
  padding-bottom: 3.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1024px) {
  .footer__top {
    gap: 4rem;
    flex-direction: column;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.footer__logo {
  width: 9.6rem;
  display: block;
}
@media only screen and (max-width: 834px) {
  .footer__logo {
    width: 16.8rem;
  }
}
.footer__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .form-title {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
  color: #FFFFFF;
}
.footer label {
  max-width: 38rem;
  width: 100%;
}
.footer label input {
  width: 100%;
}
.footer__socials {
  display: flex;
  gap: 2.4rem;
}
.footer__socials__item {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.footer__contacts {
  max-width: 46rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}
.footer__contacts__item {
  display: flex;
  flex-direction: column;
}
.footer__contacts__title {
  margin-bottom: 1.6rem;
  color: #FFFFFF;
}
.footer__contacts__text {
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer__contacts__text:last-child {
  margin-bottom: 0;
}
.footer__copyright {
  color: rgba(255, 255, 255, 0.8);
  line-height: 120%;
  flex-shrink: 0;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media only screen and (max-width: 834px) {
  .footer__bottom {
    flex-direction: column-reverse;
    gap: 4.8rem;
  }
}
.footer__bottom-nav {
  max-width: 46rem;
  width: 100%;
}
.footer__bottom-nav ul {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .footer__bottom-nav ul {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 834px) {
  .footer__bottom-nav ul {
    justify-content: flex-start;
    gap: 3.2rem;
  }
}
.footer__bottom-nav .menu-item {
  list-style: none;
}
.footer__bottom-nav a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  line-height: 120%;
}
.footer .wpcf7 input:not([type=submit]):not([type=checkbox]).wpcf7-not-valid, .footer .wpcf7 textarea.wpcf7-not-valid {
  margin-bottom: 0;
}
.footer .wpcf7-not-valid-tip {
  bottom: -2.1rem;
}
.footer .wpcf7-submit {
  background-color: #ECF9AE;
  color: #252324;
}
@media only screen and (max-width: 834px) {
  .footer .wpcf7-submit {
    height: 4.4rem;
  }
}

.form-popup {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-in-out 0.35s;
}
@media only screen and (max-width: 576px) {
  .form-popup--contact .form-popup__inner {
    padding: 2.3rem 1.5rem 1.5rem;
  }
}
.form-popup:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 20, 24, 0.4);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: all ease-in-out 0.35s;
}
.form-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.form-popup.active .form-popup__wrapper {
  padding-right: var(--scrollbar-width, 0);
}
@media only screen and (max-width: 1024px) {
  .form-popup.active .form-popup__wrapper {
    padding-right: 0;
  }
}
.form-popup.active:before {
  opacity: 1;
}
.form-popup.submission-popup .back-line {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .form-popup.submission-popup .back-line {
    max-width: 26rem;
    top: -2rem;
  }
}
.form-popup.submission-popup .form-popup__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-popup .form-head {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.2rem;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  .form-popup .form-head {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .form-popup .form-head {
    padding: 0 1rem;
    margin-bottom: 2.4rem;
  }
}
.form-popup .form-title {
  margin-bottom: 0.5rem;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (max-width: 834px) {
  .form-popup .form-title {
    font-family: "Dai Banna SIL", serif;
    font-size: 3.6rem;
    line-height: 106%;
  }
}
.form-popup .form-title b, .form-popup .form-title strong {
  font-family: "Dai Banna SIL", serif;
  font-size: 3.9rem;
  line-height: 120%;
}
@media only screen and (max-width: 834px) {
  .form-popup .form-title b, .form-popup .form-title strong {
    font-size: 3.6rem;
    line-height: 106%;
  }
}
.form-popup .form-title svg {
  vertical-align: middle;
}
@media only screen and (max-width: 834px) {
  .form-popup .form-title svg {
    display: none;
  }
}
.form-popup .form-text {
  font-size: 1.8rem;
  color: #404040;
}
@media only screen and (max-width: 834px) {
  .form-popup .form-text {
    font-size: 1.6rem;
  }
}
.form-popup .form-popup__icon svg {
  display: block;
}
.form-popup.success .form-popup__icon--success {
  display: block;
}
.form-popup.success .form-popup__icon--error {
  display: none;
}
.form-popup.error .form-popup__icon--success {
  display: none;
}
.form-popup.error .form-popup__icon--error {
  display: block;
}
.form-popup__wrapper {
  padding: 4rem 0;
  width: 100%;
  height: 100%;
  overflow-x: clip;
  overflow-y: auto;
}
.form-popup__inner {
  margin: 0 auto;
  width: calc(100% - 4rem);
  max-width: 68rem;
  padding: 4.8rem;
  background-color: #fff;
  border-radius: 4rem;
  border: 1px solid #D5DBB9;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
}
@media only screen and (max-width: 1024px) {
  .form-popup__inner {
    padding: 3.9rem;
  }
}
@media only screen and (max-width: 834px) {
  .form-popup__inner {
    padding: 3.1rem;
  }
}
@media only screen and (max-width: 576px) {
  .form-popup__inner {
    padding: 2.3rem;
  }
}
.form-popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.form-popup__icon {
  margin-bottom: 4.8rem;
  padding: 2.4rem;
  width: 12rem;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #072D36;
}
@media only screen and (max-width: 1024px) {
  .form-popup__icon {
    margin-bottom: 3.2rem;
    width: 10rem;
    height: 10rem;
  }
}
@media only screen and (max-width: 834px) {
  .form-popup__icon {
    margin-bottom: 2rem;
    width: 8rem;
    height: 8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .form-popup__icon svg {
    width: 6rem;
    height: 6rem;
  }
}
@media only screen and (max-width: 834px) {
  .form-popup__icon svg {
    width: 4rem;
    height: 4rem;
  }
}
.form-popup__title {
  margin-bottom: 1.6rem;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (max-width: 834px) {
  .form-popup__title {
    font-size: 2.6rem;
  }
}
.form-popup__title b, .form-popup__title strong {
  font-family: "Dai Banna SIL", serif;
  font-size: 3.9rem;
  line-height: 120%;
}
@media only screen and (max-width: 834px) {
  .form-popup__title b, .form-popup__title strong {
    font-size: 3rem;
  }
}
.form-popup__text {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  color: #404040;
}
@media only screen and (max-width: 834px) {
  .form-popup__text {
    margin-bottom: 3.2rem;
    font-size: 1.8rem;
  }
}
.form-popup .form-footer {
  padding-top: 4rem;
}
@media only screen and (max-width: 834px) {
  .form-popup .form-footer {
    padding-top: 3.2rem;
  }
}
.form-popup .form-footer .form-row {
  align-items: center;
  gap: 1.6rem;
}
.form-popup .form-footer button, .form-popup .form-footer input {
  width: calc(50% - 0.8rem);
}

.popup__close.icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 4rem;
  right: 4rem;
  border-radius: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  z-index: 30;
}
@media only screen and (max-width: 834px) {
  .popup__close.icon {
    top: 3.6rem;
    right: 3.6rem;
  }
}
.popup__close.btn {
  width: 100%;
}