﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
  --blue: blue;
}

@font-face {
  font-family: "Inter";
  src: url(assets/fonts/Inter.ttf) format("embedded-opentype"),
    url(assets/fonts/Inter.ttf) format("woff2"),
    url(assets/fonts/Inter.ttf) format("woff"),
    url(assets/fonts/Inter.ttf) format("truetype"),
    url(assets/fonts/Inter.ttf) format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Readex Pro";
  src: url(assets/fonts/ReadexPro.ttf) format("embedded-opentype"),
    url(assets/fonts/ReadexPro.ttf) format("woff2"),
    url(assets/fonts/ReadexPro.ttf) format("woff"),
    url(assets/fonts/ReadexPro.ttf) format("truetype"),
    url(assets/fonts/ReadexPro.ttf) format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Lexend";
  src: url(assets/fonts/Lexend.ttf) format("embedded-opentype"),
    url(assets/fonts/Lexend.ttf) format("woff2"),
    url(assets/fonts/Lexend.ttf) format("woff"),
    url(assets/fonts/Lexend.ttf) format("truetype"),
    url(assets/fonts/Lexend.ttf) format("svg");
  /* Legacy iOS */
}
@media (max-width: 1359px) {
  .Footer {
    width: 100%;
    background: #fff;
    max-width: 1359px;
    padding: 64px 48px 0;
  }
  .Footer .navigation {
    height: 200px;
  }
  .Footer .navigation .nav {
    display: flex;
    justify-content: space-between;
  }
  .Footer .navigation .nav .nav-column {
    list-style-type: none;
  }
  .Footer .navigation .nav .nav-column .nav-link {
    margin-bottom: 12px;
  }
  .Footer .navigation .nav .nav-column .nav-link .link {
    color: #848484;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
  }
  .Footer .navigation .nav .nav-column:last-child {
    margin-bottom: 0;
  }
  .Footer .navigation .nav .nav-column .nav-link-title {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 24px;
  }
  .Footer .navigation .nav .nav-column .contacts-link {
    display: flex;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    margin-bottom: 24px;
  }
  .Footer .navigation .nav .nav-column .contacts-link .contact-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #848484;
    margin-bottom: 8px;
  }
  .Footer .navigation .nav .nav-column .contacts-link .contact-info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
  }
  .Footer .navigation .nav .nav-column .contacts-link .contact-info a {
    text-decoration: none;
    color: #000;
  }
  .Footer .navigation .nav .nav-column:last-child {
    margin-bottom: 0;
  }
  .Footer .social-links {
    margin-top: 50px;
    border-top: 2px solid rgba(132, 132, 132, 0.4);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .Footer .social-links .left a {
    margin-right: 16px;
    text-decoration: none;
  }
  .Footer .social-links .right img:first-child {
    margin-right: 15px;
  }
  .Footer.rtl {
    direction: rtl;
  }
  .Footer.rtl .navigation .nav .nav-column .contacts-link {
    direction: ltr;
  }
}
@media (max-width: 992px) {
  .Footer {
    display: block;
    width: 100%;
    background: #fff;
    padding-left: 24px;
  }
  .Footer .navigation {
    width: 100%;
    height: 100%;
  }
  .Footer .navigation .nav {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .Footer .navigation .nav .nav-column {
    margin-top: 40px;
    list-style-type: none;
  }
  .Footer .navigation .nav .nav-column:first-child {
    margin-top: 0;
  }
  .Footer .navigation .nav .nav-column .nav-link.nav-link-title {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  .Footer .navigation .nav .nav-column .nav-link {
    margin-top: 24px;
  }
  .Footer .navigation .nav .nav-column .nav-link .link {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #848484;
    text-decoration: none;
  }
  .Footer .navigation .nav .nav-column .contacts-link {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }
  .Footer .navigation .nav .nav-column .contacts-link .contact-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #848484;
  }
  .Footer .navigation .nav .nav-column .contacts-link .contact-info {
    margin-top: 12px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
  }
  .Footer .navigation .nav .nav-column .contacts-link .contact-info a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    text-decoration: none;
  }
  .Footer .social-links {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 85px;
  }
  .Footer .social-links .left {
    margin-top: 64px;
  }
  .Footer .social-links .left .link {
    text-decoration: none;
    margin-right: 16px;
  }
  .Footer .social-links .right {
    align-items: center;
    height: 39px;
    display: flex;
  }
  .Footer .social-links .right img {
    margin-right: 12px;
  }
  .Footer.rtl {
    direction: rtl;
  }
  .Footer.rtl .navigation .nav .nav-column .contacts-link {
    direction: ltr;
  }
}
@media (max-width: 576px) {
  .Footer {
    width: 100%;
    background: #fff;
    padding-left: 24px;
  }
  .Footer .navigation {
    width: 100%;
    height: 100%;
  }
  .Footer .navigation .nav {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .Footer .navigation .nav .nav-column {
    margin-top: 40px;
    list-style-type: none;
  }
  .Footer .navigation .nav .nav-column:first-child {
    margin-top: 0;
  }
  .Footer .navigation .nav .nav-column .nav-link.nav-link-title {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  .Footer .navigation .nav .nav-column .nav-link {
    margin-top: 24px;
  }
  .Footer .navigation .nav .nav-column .nav-link .link {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #848484;
    text-decoration: none;
  }
  .Footer .navigation .nav .nav-column .contacts-link {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }
  .Footer .navigation .nav .nav-column .contacts-link .contact-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #848484;
  }
  .Footer .navigation .nav .nav-column .contacts-link .contact-info {
    margin-top: 12px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
  }
  .Footer .navigation .nav .nav-column .contacts-link .contact-info a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    text-decoration: none;
  }
  .Footer .social-links {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .Footer .social-links .left {
    margin-top: 64px;
  }
  .Footer .social-links .left .link {
    text-decoration: none;
    margin-right: 16px;
  }
  .Footer .social-links .right {
    align-items: center;
    height: 39px;
    display: flex;
  }
  .Footer .social-links .right img {
    margin-right: 12px;
  }
  .Footer.rtl {
    direction: rtl;
  }
}
@media (max-width: 562px) {
  .Footer {
    width: 100%;
    background: #fff;
  }
  .Footer .social-links .right {
    display: none;
  }
  .Footer.rtl {
    direction: rtl;
  }
  .Footer.rtl .navigation .nav .nav-column .contacts-link {
    direction: ltr;
  }
}
@media (min-width: 1360px) {
  .Footer {
    background: #fff;
    width: 100%;
    padding: 64px 48px 0;
  }
/*  .Footer .navigation {
    height: 200px;
  }*/
  .Footer .navigation .nav {
    display: flex;
    justify-content: space-between;
  }
  .Footer .navigation .nav .nav-column {
    list-style-type: none;
  }
  .Footer .navigation .nav .nav-column .nav-link {
    margin-bottom: 12px;
  }
  .Footer .navigation .nav .nav-column .nav-link .link {
    color: #848484;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
  }
  .Footer .navigation .nav .nav-column:last-child {
    margin-bottom: 0;
  }
  .Footer .navigation .nav .nav-column .nav-link-title {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 24px;
  }
  .Footer .navigation .nav .nav-column .contacts-link {
    display: flex;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    margin-bottom: 24px;
  }
  .Footer .navigation .nav .nav-column .contacts-link .contact-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #848484;
    margin-bottom: 8px;
  }
  .Footer .navigation .nav .nav-column .contacts-link .contact-info {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
  }
  .Footer .navigation .nav .nav-column .contacts-link .contact-info a {
    text-decoration: none;
    color: #000;
  }
  .Footer .navigation .nav .nav-column:last-child {
    margin-bottom: 0;
  }
  .Footer .social-links {
    margin-top: 50px;
    border-top: 2px solid rgba(132, 132, 132, 0.4);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .Footer .social-links .left a {
    margin-right: 16px;
    text-decoration: none;
  }
  .Footer .social-links .right img:first-child {
    margin-right: 15px;
  }
  .Footer.rtl {
    direction: rtl;
  }
  .Footer.rtl .navigation .nav .nav-column .contacts-link {
    direction: ltr;
  }
}
.first-screen {
  width: 100%;
}
.first-screen .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.first-screen .container .page-content {
  width: 100%;
  padding: 0 48px;
}
.first-screen .container .page-content .text-block {
  width: 100%;
  max-width: 720px;
  padding-top: 144px;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
}
.first-screen .container .page-content .text-block > h1 {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  font-size: 74px;
  line-height: 92px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  background: linear-gradient(98.69deg, #323232 3.22%, #019748 138.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.first-screen .container .page-content .text-block > p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.first-screen .container .page-content .our-governance {
  width: 100%;
}
.first-screen .container .page-content .our-governance-text {
  max-width: 560px;
  margin-top: 128px;
  margin-bottom: 45px;
}
.first-screen .container .page-content .our-governance-text h5 {
  margin-bottom: 16px;
  height: 25px;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #019748;
}
.first-screen .container .page-content .our-governance-text h2 {
  height: 90px;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #000000;
}
.first-screen .container .page-content .our-governance-slider {
  width: 100%;
  height: 620px;
  position: relative;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .slider-container {
  width: 100%;
  max-width: 1264px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ffffff;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .slider-container
  .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 40px 34px;
  display: flex;
  align-items: center;
  gap: 50px;
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .slider-container
  .slide-photo {
  width: 450px;
  height: 537px;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .slider-container
  .slide-photo
  figure {
	width: 100%;
	height: 500px;;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .slider-container
  .slide-photo
  figure
  img {
  width: 100%;
  height:100%;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .slider-container
  .slide-text {
  width: 100%;
  max-width: 650px;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .slider-container
  .slide-text
  h2 {
  margin-bottom: 12px;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  color: #000000;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .slider-container
  .slide-text
  h5 {
  margin-bottom: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .slider-container
  .slide-text
  p {
  margin-bottom: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .slider-container
  .slide-text
  a {
  display: none;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .slider-container
  .hidden {
  display: none;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .slider-container
  .shown {
  display: flex;
}
.first-screen .container .page-content .our-governance-slider .arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  top: 50%;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .arrow.arrow-right {
  transform: translateY(-50%);
  right: -24px;
  display: block;
}
.first-screen
  .container
  .page-content
  .our-governance-slider
  .arrow.arrow-left {
  transform: translateY(-50%) rotate(180deg);
  left: -24px;
}
.first-screen .container .page-content .our-governance-photos {
margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
.first-screen .container .page-content .our-governance-photos .photo {
flex: 16.66%;
    max-width: 16.66%;
    padding: 0 4px;
}
.first-screen .container .page-content .our-governance-photos .photo img {
object-fit: cover;
    width: 300px;
    height: 300px;
    max-height: 200px;
    margin-top: 8px;
    object-position: top;
}

.first-screen.rtl p {
  direction: ltr;
  text-align: end;
}
.first-screen.rtl .text-block p {
  direction: ltr;
  text-align: end;
}

.first-screen.rtl .container .page-content {
  direction: rtl;
}

.shade {
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .first-screen .container {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .first-screen .container {
    max-width: 992px;
  }
  .first-screen .container .our-governance {
    max-height: fit-content;
  }
  .first-screen .container .our-governance-slider {
    height: auto;
  }
  .first-screen .container .our-governance-slider .slide-photo img {
    width: 100%;
  }
  .first-screen .container .our-governance-slider .slide-text p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .first-screen .container {
    max-width: 768px;
  }
}
@media (max-width: 576px) {
  .first-screen {
    height: auto;
    background: #ffffff;
    margin-bottom: 0;
  }
  .first-screen .container {
    max-width: 576px;
    padding: 0;
  }
  .first-screen .container .page-content {
    padding: 0 24px;
  }
  .first-screen .container .page-content .text-block {
    padding-top: 112px;
  }
  .first-screen .container .page-content .text-block > h1 {
    width: 279px;
    height: 80px;
    font-family: "Lexend";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #000000;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
  }
  .first-screen .container .page-content .our-governance-text {
    margin-top: 48px;
    margin-bottom: 32px;
  }
  .first-screen .container .page-content .our-governance-text h5 {
    width: 327px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 8px;
  }
  .first-screen .container .page-content .our-governance-text h2 {
    width: 325px;
    height: auto;
    font-size: 18px;
    line-height: 22px;
  }
  .first-screen .container .page-content .our-governance-slider {
    height: 100%;
  }
  .first-screen
    .container
    .page-content
    .our-governance-slider
    .slider-container {
    flex-direction: column;
  }
  .first-screen
    .container
    .page-content
    .our-governance-slider
    .slider-container
    .slide {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .first-screen
    .container
    .page-content
    .our-governance-slider
    .slider-container
    .slide-photo {
    width: 100%;
    height: 100%;
    max-width: 450px;
    max-height: 537px;
  }
  .first-screen
    .container
    .page-content
    .our-governance-slider
    .slider-container
    .slide-photo
    img {
    width: 100%;
  }
  .first-screen
    .container
    .page-content
    .our-governance-slider
    .slider-container
    .slide-text
    h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
  }
  .first-screen
    .container
    .page-content
    .our-governance-slider
    .slider-container
    .slide-text
    h5 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
  }
  .first-screen
    .container
    .page-content
    .our-governance-slider
    .slider-container
    .slide-text
    p:last-child {
    display: none;
  }
  .first-screen
    .container
    .page-content
    .our-governance-slider
    .slider-container
    .slide-text
    a {
    display: block;
    margin-bottom: 24px;
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #019748;
    text-decoration: none;
  }
  .first-screen .container .page-content .our-governance-slider .arrow {
    display: none;
  }
  .first-screen
    .container
    .page-content
    .our-governance-slider
    .arrow.arrow-right {
    display: none;
  }
  .first-screen
    .container
    .page-content
    .our-governance-slider
    .arrow.arrow-left {
    display: none;
  }
  .first-screen .container .page-content .our-governance-photos {
    display: none;
  }
}
@media (max-width: 375px) {
  .first-screen .container {
    max-width: 375px;
  }
}
.header-links-first-row .header-link:last-of-type svg {
  cursor: pointer;
}
.header-links-first-row .header-link:last-of-type svg path {
  fill: #000;
  opacity: 0.6;
}
.header-links-first-row .header-link:last-of-type svg:hover path {
  fill: #e2be28;
}
/*
@media (min-width: 993px) {
  .Header.rtl .header-nav .header-left {
    width: fit-content;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  .Header.rtl .header-nav .header-left .header-links {
    display: flex;
    flex-direction: row-reverse;
  }
  .Header.active .drop-menu {
    display: none;
  }
  .Header {
    padding-left: 24px;
    padding-top: 24px;
    width: 100%;
    height: fit-content;
    z-index: 100;
    position: absolute;
  }
  .Header .header-nav .header-left {
    width: fit-content;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .Header .drop-menu {
    display: none;
  }
  .header-nav {
    display: flex;
    justify-content: space-between;
  }
  .header-nav .header-content {
    display: none;
  }
  .header-right {
    display: flex;
    align-items: center;
    align-content: center;
    margin-right: 24px;
  }
  .header-right .logo {
    margin-right: 0px;
  }
  .header-right .logo-text {
    display: none;
  }
  .header-right .logo-text-2 {
    display: none;
  }
  .header-links-first-row {
    display: flex;
    list-style-type: none;
    width: 570px;
    justify-content: space-between;
  }
  .header-links-first-row .header-link:last-of-type {
    display: flex;
    align-items: center;
  }
  .header-links-first-row .header-link .input-search {
    display: none;
    margin-left: 10px;
    width: 190px;
    height: 18px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e2be28;
    outline: 0;
    padding-left: 10px;
    font-family: "Readex Pro";
  }
  .header-links-first-row .header-link a {
    cursor: pointer;
    text-decoration: none;
    font-family: "Readex Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000;
    opacity: 0.6;
  }
  .header-links-first-row .header-link:hover a {
    color: #e2be28;
  }
  .header-links-first-row .header-link img {
    cursor: pointer;
  }
  .header-links-second-row {
    display: flex;
    list-style-type: none;
    margin-top: 16px;
    width: 650px;
    justify-content: space-between;
  }
  .header-links-second-row .header-link a {
    cursor: pointer;
    text-decoration: none;
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }
  .header-links-second-row .header-link:hover a {
    color: #e2be28;
  }
  .header-links-second-row .header-link .drop-menu-item {
    display: none;
    cursor: auto;
  }
  .header-links-second-row .header-link.rtl {
    cursor: pointer;
    text-decoration: none;
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
  }
  .Header.active .drop-menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .Header.rtl .header-nav .header-content .content-links {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 24px;
  }
  .Header.rtl .header-nav .header-content .contacts {
    align-items: end;
    padding-right: 24px;
    text-align: end;
  }
  .Header.rtl .header-nav .header-content .social {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    padding-right: 24px;
    align-items: end;
  }
  .Header.active {
    height: 100vh;
  }
  .Header.active .drop-menu {
    display: none;
  }
  .Header {
    top: 0;
    width: 100%;
    height: 100px;
    padding: 0;
    position: absolute;
  }
  .Header .drop-menu {
    display: none;
  }
  .Header .header-nav {
    width: 100%;
  }
  .Header .header-nav .header-left {
    display: none;
  }
  .Header .header-nav .header-content {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    overflow-y: scroll;
    left: -100%;
    z-index: 1000000000;
    transition: 0.5s ease;
  }
  .Header .header-nav .header-content .logo-container {
    display: flex;
    width: 100%;
    padding-right: 34px;
    justify-content: space-between;
    margin-top: 21px;
    align-items: center;
  }
  .Header .header-nav .header-content .logo-container .logo {
    width: 242px;
    padding: 16px;
  }
  .Header .header-nav .header-content .logo-container .close-menu {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .Header
    .header-nav
    .header-content
    .logo-container
    .close-menu
    span:first-child::after {
    content: "";
    width: 3px;
    height: 24px;
    background: black;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(45deg);
  }
  .Header
    .header-nav
    .header-content
    .logo-container
    .close-menu
    span:last-child::after {
    content: "";
    width: 3px;
    height: 24px;
    background: black;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(-45deg);
  }
  .Header .header-nav .header-content .content-links.first {
    margin-top: 23px;
    padding-left: 24px;
    list-style-type: none;
  }
  .Header .header-nav .header-content .content-links.first .content-link {
    margin-bottom: 32px;
  }
  .Header
    .header-nav
    .header-content
    .content-links.first
    .content-link:last-child {
    margin-bottom: 0;
  }
  .Header .header-nav .header-content .content-links.first .content-link a {
    font-family: "Readex Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
  }
  .Header .header-nav .header-content .content-links.first .content-link.rtl {
    font-family: "Readex Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    cursor: pointer;
  }
  .Header .header-nav .header-content .content-links.second {
    margin-top: 56px;
    padding-left: 24px;
    list-style-type: none;
  }
  .Header .header-nav .header-content .content-links.second .content-link {
    margin-bottom: 24px;
  }
  .Header
    .header-nav
    .header-content
    .content-links.second
    .content-link:last-child {
    margin-bottom: 0;
  }
  .Header .header-nav .header-content .content-links.second .content-link a {
    font-family: "Readex Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
  }
  .Header .header-nav .header-content .contacts {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    padding-left: 24px;
  }
  .Header .header-nav .header-content .contacts .title {
    font-family: "Readex Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .Header .header-nav .header-content .contacts .description {
    font-family: "Readex Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 240px;
    margin-bottom: 12px;
  }
  .Header .header-nav .header-content .contacts .description:last-child {
    margin-bottom: 0;
  }
  .Header .header-nav .header-content .social {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    padding-left: 24px;
  }
  .Header .header-nav .header-content .social .title {
    font-family: "Readex Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .Header .header-nav .header-content .social .social-links {
    margin-bottom: 20px;
  }
  .Header .header-nav .header-content .social .social-links a {
    text-decoration: none;
    margin-right: 16px;
  }
  .Header .header-nav .header-content .social .social-links a:last-child {
    margin-right: 0;
  }
  .Header .header-nav .header-content .social .social-links a img {
    width: 24px;
    height: 24px;
  }
  .Header .header-nav .header-content.active {
    display: block;
    height: calc(100vh + 0px);
    transform: translateX(100%);
  }
  .Header .header-nav .header-right {
    position: absolute;
    width: 100%;
    top: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-right: 0;
    z-index: 2000000;
    padding-right: 24px;
    padding-left: 27px;
  }
  .Header .header-nav .header-right figure img {
    width: 48px;
  }
  .Header .header-nav .header-right .open-menu {
    width: 30px;
    height: 30px;
    position: relative;
    align-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .Header .header-nav .header-right .open-menu span:first-child:after {
    content: "";
    width: 18px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%);
  }
  .Header .header-nav .header-right .open-menu span:nth-child(2):after {
    content: "";
    width: 18px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translate(-50%);
  }
  .Header .header-nav .header-right .open-menu span:last-child:after {
    content: "";
    width: 18px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translate(-50%);
  }
  .Header .header-nav .header-right .logo-text {
    display: none;
  }
  .Header .header-nav .header-right .logo-text-2 {
    display: none;
  }
}
@media (min-width: 1360px) {
  .Header {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 48px;
    padding-top: 24px;
    width: 100%;
    height: fit-content;
    z-index: 100;
  }
  .Header .drop-menu {
    display: none;
  }
  .header-nav {
    display: flex;
    justify-content: space-between;
  }
  .header-nav .header-content {
    display: none;
  }
  .header-left {
    width: fit-content;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .header-right {
    display: flex;
    align-items: center;
    align-content: center;
    margin-right: 50.73px;
  }
  .header-right .logo {
    margin-right: 15px;
  }
  .header-right .logo-text {
    display: block;
  }
  .header-right .logo-text-2 {
    display: none;
  }
  .header-links-first-row {
    display: flex;
    list-style-type: none;
    width: 614px;
    justify-content: space-between;
  }
  .header-links-first-row .header-link:last-of-type svg {
    cursor: pointer;
  }
  .header-links-first-row .header-link a {
    cursor: pointer;
    text-decoration: none;
    font-family: "Readex Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000;
    opacity: 0.6;
  }
  .header-links-first-row .header-link:hover a {
    color: #e2be28;
  }
  .header-links-first-row .header-link img {
    cursor: pointer;
  }
  .header-links-second-row {
    display: flex;
    list-style-type: none;
    width: 733px;
    margin-top: 16px;
    justify-content: space-between;
  }
  .header-links-second-row .header-link a {
    cursor: pointer;
    text-decoration: none;
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }
  .header-links-second-row .drop-menu-item {
    display: none;
  }
  .header-links-second-row .drop-menu-item.active {
    display: flex;
    width: 100%;
    position: absolute;
    background: #fff;
    top: 79px;
    left: 0;
    animation: fadeIn 1s;
  }
  .header-links-second-row .drop-menu-item.active .left {
    position: relative;
  }
  .header-links-second-row .drop-menu-item.active .left .title {
    position: absolute;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    bottom: 73px;
    left: 24px;
  }
  .header-links-second-row .drop-menu-item.active .left .link {
    position: absolute;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff !important;
    text-decoration: none;
    left: 24px;
    bottom: 24px;
  }
  .header-links-second-row .drop-menu-item.active .right {
    margin-left: 32px;
    margin-top: 97px;
    display: flex;
  }
  .header-links-second-row
    .drop-menu-item.active
    .right
    .side-column-wrapper
    .side-column {
    margin-left: 120px;
  }
  .header-links-second-row
    .drop-menu-item.active
    .right
    .side-column-wrapper
    .side-column
    .title-wrapper {
    width: 251px;
    padding-bottom: 6px;
    border-bottom: 1px solid #dbdbdb;
  }
  .header-links-second-row
    .drop-menu-item.active
    .right
    .side-column-wrapper
    .side-column
    .title-wrapper
    .title {
    width: 185px;
    height: 46px;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
  }
  .header-links-second-row
    .drop-menu-item.active
    .right
    .side-column-wrapper
    .side-column
    .links {
    list-style-type: none;
  }
  .header-links-second-row
    .drop-menu-item.active
    .right
    .side-column-wrapper
    .side-column
    .links
    .link {
    margin-top: 24px;
    cursor: pointer;
  }
  .header-links-second-row
    .drop-menu-item.active
    .right
    .side-column-wrapper
    .side-column
    .links
    .link
    a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-decoration: none;
  }
  .header-links-second-row .drop-menu-item.active .right .grid-info-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 120px;
  }
  .header-links-second-row
    .drop-menu-item.active
    .right
    .grid-info-container
    .grid-info
    .title-wrapper {
    width: 251px;
    padding-bottom: 6px;
    border-bottom: 1px solid #dbdbdb;
  }
  .header-links-second-row
    .drop-menu-item.active
    .right
    .grid-info-container
    .grid-info
    .title-wrapper
    .title {
    width: 185px;
    height: 46px;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
  }
  .header-links-second-row
    .drop-menu-item.active
    .right
    .grid-info-container
    .grid-info
    .links {
    list-style-type: none;
  }
  .header-links-second-row
    .drop-menu-item.active
    .right
    .grid-info-container
    .grid-info
    .links
    .link {
    margin-top: 24px;
    cursor: pointer;
  }
  .header-links-second-row
    .drop-menu-item.active
    .right
    .grid-info-container
    .grid-info
    .links
    .link
    a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-decoration: none;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .Header.active {
    background: white;
    padding-left: 48px;
    transition: 0.3s ease;
  }
  .Header.active .header-nav .header-left .header-links .header-link {
    cursor: pointer;
    color: #000;
  }
  .Header.active .header-nav .header-left .header-links .header-link svg {
    cursor: pointer;
  }
  .Header.active .header-nav .header-left .header-links .header-link a {
    color: #000;
  }
  .Header.active .header-nav .header-left .header-links .header-link:hover {
    color: #e2be28;
  }
  .Header.active .header-nav .header-left .header-links .header-link:hover a {
    color: #e2be28;
  }
  .Header.active .header-nav .header-right .logo-text {
    display: none;
  }
  .Header.active .header-nav .header-right .logo-text-2 {
    display: block;
  }
  .Header.rtl .header-nav .header-left {
    width: fit-content;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  .Header.rtl .header-nav .header-left .header-links {
    display: flex;
    flex-direction: row-reverse;
  }
}*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

.page-container {
  margin: 0 auto;
  background: #fbfbfb;
}
