:root {
  --white: white;
  --blue: #10aeeb;
  --background: #080d14;
  --error: #9e222c;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: var(--white);
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 150px;
  padding-right: 150px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: var(--white);
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 150px;
  padding-right: 150px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: var(--white);
  letter-spacing: .4px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 150px;
  padding-right: 150px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  color: var(--white);
  letter-spacing: .4px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 150px;
  padding-right: 150px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  color: var(--white);
  letter-spacing: .4px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 150px;
  padding-right: 150px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  color: var(--white);
  letter-spacing: .4px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 150px;
  padding-right: 150px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

p {
  color: #cecece;
  letter-spacing: .4px;
  width: 100%;
  margin-bottom: 56px;
  padding-left: 150px;
  padding-right: 150px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

a {
  color: var(--blue);
  text-decoration: underline;
}

ul, ol {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 56px;
  padding-left: 170px;
  padding-right: 170px;
  font-family: IBM Plex Mono;
  font-size: 18px;
  line-height: 160%;
}

li {
  color: #cecece;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

img {
  border-radius: 16px;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: var(--blue);
  border-left: 5px solid #e2e2e2;
  align-self: flex-start;
  margin-bottom: 56px;
  margin-left: 150px;
  margin-right: 150px;
  padding: 10px 20px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

figure {
  margin-bottom: 56px;
}

figcaption {
  color: #fff;
  text-align: center;
  margin-top: 16px;
}

.div-block {
  height: 75vh;
}

.heading {
  color: #fff;
  text-align: center;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.spline-scene {
  height: 6470vh;
}

.navbar-logo-left {
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  background-color: var(--background);
}

.section {
  background-color: #080d14;
  padding-left: 56px;
  padding-right: 56px;
}

.container-2 {
  margin: 32px 56px;
}

.navbar {
  background-color: var(--background);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px 56px 48px;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 2px;
  padding: 0;
  font-family: Furore;
  font-size: 18px;
}

.nav-link-3 {
  color: #ffffff80;
  letter-spacing: 2px;
  padding: 0;
  font-family: Furore;
  font-size: 18px;
  transition: color .2s;
}

.nav-link-3:hover {
  color: #fff;
}

.nav-link-3.w--current {
  color: #fff;
  display: block;
}

.nav-link-4 {
  color: #ffffff80;
  letter-spacing: 2px;
  padding: 0;
  font-family: Furore;
  font-size: 18px;
  transition: color .2s;
}

.nav-link-4:hover, .nav-link-4.w--current {
  color: #fff;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.language {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: GTAfont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.language:hover {
  color: #ffffff80;
}

.div-block-5 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  align-items: center;
  width: 80%;
  display: flex;
}

.logo {
  border-radius: 0;
  width: 65px;
  margin-bottom: 0;
}

.logo_link {
  display: none;
}

.nav-link-5 {
  color: #ffffff80;
  letter-spacing: 2px;
  padding: 0;
  font-family: Furore;
  font-size: 1.1vw;
  transition: color .2s;
}

.nav-link-5:hover {
  color: #fff;
}

.nav-link-6 {
  color: #ffffff80;
  letter-spacing: 2px;
  padding: 0;
  font-family: Furore;
  font-size: 18px;
  transition: color .2s;
}

.nav-link-6:hover, .nav-link-6:visited, .nav-link-6.w--current {
  color: #fff;
}

.image {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  min-height: 521px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero {
  padding-bottom: 64px;
  padding-left: 56px;
  padding-right: 56px;
}

.heading-xl {
  color: #fff;
  text-align: center;
  font-family: Furore;
  font-size: 5vw;
  line-height: 100%;
  position: static;
  left: 146px;
  right: 145px;
}

.heading-xl._404 {
  text-align: left;
  width: 70%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.heading-xl.error {
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Gtafont, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.text-block-2 {
  color: #10aeeb;
  margin-bottom: 8px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.link {
  color: #fff;
  letter-spacing: 1.52px;
  text-transform: uppercase;
  word-break: normal;
  margin-right: 33px;
  font-family: GTAfont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.link:hover {
  text-decoration: underline;
}

.link.footer_link {
  display: inline-block;
}

.div-block-8 {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--background);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-right: 180px;
  padding: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 24px;
}

.email_input {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  height: 100%;
  font-family: Furore;
  font-size: 48px;
}

.form {
  border-bottom: 2px solid #fff3;
  align-items: center;
  display: flex;
}

.submit-button {
  color: var(--blue);
  background-color: #3898ec00;
  font-family: Furore;
  font-size: 22px;
}

.div-block-9 {
  flex: none;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fff;
}

.text-block-4 {
  color: #ffffff80;
  letter-spacing: 1.2px;
  width: 60%;
  font-family: Fixeldisplay, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-4.contacts {
  width: 70%;
  margin-bottom: 32px;
}

.form-block {
  margin-bottom: 32px;
}

.link-2 {
  color: var(--blue);
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.link-3 {
  color: var(--blue);
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.projects {
  padding: 78px 56px 64px;
}

.projects.members {
  margin-top: 100px;
  margin-bottom: 120px;
  padding: 0 56px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.52px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  font-family: GTAfont, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
  position: static;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.div-block-10.our-partners {
  display: none;
}

.div-block-11 {
  background-color: #fff6;
  flex: 1;
  height: 0;
  overflow: visible;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide {
  margin-bottom: 50px;
  overflow: visible;
}

.mask {
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.image-2 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 320px;
  margin-bottom: 0;
}

.image-2-copy {
  aspect-ratio: auto;
  opacity: .5;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 500px;
}

.events {
  padding: 64px 56px 128px;
  display: none;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .45fr;
  margin-bottom: 32px;
  display: none;
}

.div-block-13 {
  height: 685px;
  overflow: auto;
}

.text-block-6 {
  color: #fff6;
  margin-left: 25px;
  padding-left: 0;
  font-family: IBM Plex Mono;
  font-size: 18.2px;
  line-height: 160%;
}

.grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
}

.div-block-14 {
  flex-direction: column;
  display: flex;
}

.div-block-15 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.div-block-16 {
  background-color: #282e33;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  padding: 25px;
  text-decoration: none;
}

.text-block-7 {
  color: #fff;
  margin-bottom: 21px;
  font-family: Furore;
  font-size: 32px;
  line-height: 120%;
  display: inline-block;
}

.text-block-7:hover {
  text-decoration: underline;
}

.text-block-8 {
  color: #ffffff80;
  margin-bottom: 32px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text-block-9 {
  color: var(--blue);
  font-family: Fixeldisplay, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: block;
}

.div-block-17 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-right: 25px;
  display: flex;
}

.event {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-18 {
  align-items: flex-start;
  padding: 32px 56px;
  display: flex;
  position: relative;
}

.text-block-10 {
  color: #fff;
  letter-spacing: 1.2px;
  font-family: Furore;
  font-size: 22px;
  line-height: 150%;
}

.image-3 {
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
}

.about {
  padding: 64px 56px;
  display: flex;
}

.overview {
  color: var(--blue);
  font-family: IBM Plex Mono;
  font-size: 18.2px;
  line-height: 160%;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
  display: none;
}

.text-block-11 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Furore;
  font-size: 25px;
  line-height: 150%;
}

.image-4 {
  margin-bottom: 16px;
}

.text-block-12 {
  color: #ffffff80;
  margin-bottom: 20px;
  font-family: IBM Plex Mono;
  font-size: 18px;
  line-height: 160%;
}

.image-5 {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  position: sticky;
  top: 10em;
}

.div-block-21 {
  background-color: #ffffff80;
  height: 1px;
  margin-bottom: 20px;
}

.column {
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  display: flex;
}

.column-2 {
  padding-left: 12px;
  padding-right: 0;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  display: none;
}

.image-6, .image-7 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 500px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.swiper-small-text {
  color: var(--blue);
  font-family: Fixeldisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.text-block-13 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Furore;
  font-size: 28px;
  line-height: 120%;
}

.text-block-13:hover {
  text-decoration: underline;
}

.text-block-14 {
  color: #fff;
  width: auto;
  margin-bottom: 16px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-block-15 {
  color: var(--blue);
  font-family: Furore;
  font-size: 24px;
  line-height: 85%;
}

.div-block-23 {
  justify-content: space-between;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.our-members {
  padding: 64px 56px;
}

.grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 160px;
}

.grid-4.home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.text-block-16 {
  color: #8aa3ac;
  text-align: right;
  width: 100%;
  font-family: Fixeldisplay, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text-block-17 {
  color: #fff;
  width: 100%;
  font-family: GTAfont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  position: static;
}

.text-block-17:hover {
  text-decoration: underline;
}

.div-block-25 {
  aspect-ratio: 1;
  cursor: pointer;
  background-color: #151920;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.members-logo {
  border-radius: 0;
  max-width: 80%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.members-logo.plus {
  transform: rotate(90deg);
}

.div-block-25-copy {
  background-color: var(--blue);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.text-block-17-copy {
  color: #222426;
  text-align: center;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Furore;
  font-size: 18px;
  line-height: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-26 {
  grid-column-gap: 94px;
  grid-row-gap: 94px;
  align-items: flex-start;
  display: none;
}

.footer {
  padding: 0 56px;
}

.footer-image {
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  height: 260px;
  margin-bottom: 80px;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-27 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 97px;
  display: flex;
}

.div-block-27._1 {
  margin-top: 80px;
}

.div-block-27.news_footer {
  margin-top: 0;
}

.email_footer {
  flex-direction: column;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.link-4 {
  color: #ffffff80;
  letter-spacing: 1.52px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Gtafont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 85%;
  text-decoration: none;
  transition: color .2s;
}

.link-4:hover {
  color: #fff;
}

.link-4.w--current {
  text-transform: uppercase;
  font-family: Gtafont, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.link-4.partners {
  display: none;
}

.menu_footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.div-block-30, .div-block-31 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.link-5 {
  color: #ffffff80;
  letter-spacing: 1.2px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 13px;
  line-height: 160%;
  text-decoration: none;
  transition: color .2s;
}

.link-5:hover {
  color: #fff;
}

.div-block-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.cookie_footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: flex-end;
  display: none;
}

.text-block-18 {
  color: #ffffff80;
  letter-spacing: 1.2px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 14px;
  line-height: 160%;
  display: none;
}

.body-2 {
  background-color: var(--background);
}

.events-page {
  padding: 80px 56px 64px;
}

.div-block-34 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-link-3-coosed {
  color: #fff;
  letter-spacing: 2px;
  padding: 0;
  font-family: Furore;
  font-size: 18px;
}

.text-block-19 {
  color: #fff;
  padding: 24px 56px 0;
  font-family: Furore;
  font-size: 48px;
  line-height: 100%;
  display: none;
}

.body-3 {
  background-color: var(--background);
}

.div-block-35 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.nav-link-2-choosed {
  color: #fff;
  letter-spacing: 2px;
  padding: 0;
  font-family: Furore;
  font-size: 18px;
}

.image-9 {
  display: none;
}

.projects-page {
  padding: 0 56px 64px;
}

.nav-link-5-copy {
  color: #ffffff80;
  letter-spacing: 2px;
  padding: 0;
  font-family: Furore;
  font-size: 18px;
}

.language-mobile {
  color: #fff;
  letter-spacing: 2px;
  font-family: Furore;
  font-size: 18px;
  text-decoration: none;
  display: none;
}

.date {
  color: #fff6;
  margin-left: 25px;
  padding-left: 0;
  font-family: IBM Plex Mono;
  font-size: 18.2px;
  line-height: 160%;
}

.techconnect-summit, ._30-11-23 {
  color: #fff;
  font-family: Furore;
  font-size: 28px;
  line-height: 150%;
}

.div-block-37 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image-10 {
  display: none;
}

.grid-3-copy {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.nav-link-3-coosed-copy {
  color: #ffffff80;
  letter-spacing: 2px;
  padding: 0;
  font-family: Furore;
  font-size: 18px;
}

.nav-link-2-copy {
  color: #ffffff80;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: GTAfont, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.nav-link-2-copy.w--current:hover {
  color: #ffffff80;
  font-family: Gtafont, sans-serif;
}

.nav-link-2-copy {
  color: #ffffff80;
  letter-spacing: 2px;
  letter-spacing: 2px;
  padding: 0;
  font-family: Furore;
  font-size: 18px;
}

.logo_link-copy {
  display: block;
}

.nav-link-2-copy {
  color: #fff;
  letter-spacing: 1px;
  padding: 0;
  font-family: Gtafont, sans-serif;
  font-size: 16px;
  transition: color .2s;
}

.nav-link-2-copy:hover {
  color: #ffffff80;
}

.nav-link-2-copy.w--current {
  color: #fff;
  text-transform: uppercase;
  font-family: GTAfont, sans-serif;
  font-weight: 700;
}

.image-11 {
  margin-right: 8px;
  display: none;
}

.image-11.events {
  padding: 0;
  display: block;
}

.image-11.prohects_hexagon, .image-11.contacts {
  display: block;
}

.div-block-38 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-39, .div-block-40, .div-block-41, .div-block-42 {
  align-items: center;
  display: flex;
}

.div-block-43 {
  background-color: #282e3300;
  border-radius: 8px;
  flex-wrap: nowrap;
  margin-left: 0;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.events-list-copy {
  overflow: visible;
}

.image-12, .image-13, .partners-logo, .image-15 {
  border-radius: 0;
  margin-bottom: 0;
}

.div-block-44 {
  z-index: 2;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 145px;
}

.heading-xl-copy {
  color: #fff;
  margin-right: 24px;
  font-family: Furore;
  font-size: 70px;
  line-height: 100%;
  position: static;
  left: 0;
  right: 145px;
}

.heading-xl-typed {
  color: #fff;
  font-family: Furore;
  font-size: 70px;
  line-height: 100%;
  position: static;
  left: 0;
  right: 145px;
}

.form_hero {
  display: none;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.arrow_up {
  width: 68px;
  position: relative;
}

.link-block-3 {
  align-items: center;
  margin-top: 80px;
  text-decoration: none;
  display: inline-flex;
}

.text-block-20 {
  color: var(--blue);
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Gtafont, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-20:hover {
  text-decoration: underline;
}

.text-block-20.about_button {
  margin-left: 0;
  margin-right: 0;
  display: inline;
}

.div-block-45 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-4 {
  background-color: var(--background);
}

.div-block-46 {
  margin-bottom: 64px;
  padding-top: 64px;
  padding-left: 56px;
  padding-right: 56px;
  display: none;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-47 {
  background-color: #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.image-16 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-block-49, .div-block-50 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.text-field {
  aspect-ratio: auto;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 2px solid #fff3;
  margin-bottom: 32px;
  padding-bottom: 24px;
  font-family: Furore;
  font-size: 22px;
  line-height: 85%;
}

.text-field:active {
  color: var(--white);
}

.text-field:focus {
  color: var(--white);
  border-bottom-color: #fff3;
}

.text-field:lang(en) {
  color: var(--white);
}

.text-field-2 {
  background-color: #fff0;
  border: 0 solid #000;
}

.fill-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: 15vw;
  margin-right: 15vw;
  display: block;
}

.text-block-21 {
  color: #fff;
  margin-bottom: 65px;
  font-family: Furore;
  font-size: 22px;
  line-height: 120%;
}

.div-block-51 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: none;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: block;
}

.project-details {
  padding-left: 16px;
  padding-right: 16px;
}

.body-5 {
  background-color: var(--background);
}

.div-block-52 {
  margin-top: 56px;
  margin-left: 15vw;
  margin-right: 15vw;
}

.div-block-52.member {
  margin-top: 0;
  margin-left: 56px;
  margin-right: 56px;
}

.div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 56px;
  display: grid;
}

.project-name {
  color: #fff;
  margin-bottom: 24px;
  font-family: Furore;
  font-size: 48px;
  line-height: 120%;
}

.project-name:hover {
  text-decoration: none;
}

.project-description {
  color: #fff;
  font-family: Furore;
  font-size: 25px;
  line-height: 150%;
}

.div-block-54 {
  border-radius: 16px;
  margin-bottom: 56px;
  display: flex;
  overflow: hidden;
}

.company-name {
  color: var(--blue);
  margin-bottom: 0;
  font-family: Fixeldisplay, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7 {
  color: #fff;
  letter-spacing: 2px;
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Furore;
}

.paragraph {
  color: #fff;
  width: 100%;
  max-width: 940px;
  margin-bottom: 56px;
  font-family: IBM Plex Mono;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.block-quote {
  color: #fff;
  width: 100%;
  max-width: 940px;
  margin-bottom: 56px;
  font-family: IBM Plex Mono;
  line-height: 160%;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 940px;
  margin-bottom: 56px;
  font-family: IBM Plex Mono;
  font-size: 18px;
  line-height: 160%;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: 2px;
  width: 100%;
  max-width: 940px;
  margin-bottom: 32px;
  font-family: Furore;
  font-size: 32px;
  line-height: 120%;
}

.link-6 {
  color: var(--blue);
  font-family: IBM Plex Mono;
  font-size: 18px;
  line-height: 160%;
}

.list-2 {
  color: #fff;
  width: 100%;
  max-width: 940px;
  margin-bottom: 56px;
  font-family: IBM Plex Mono;
  font-size: 18px;
  line-height: 160%;
}

.paragraph-3 {
  color: #fff;
  letter-spacing: 2px;
  width: 100%;
  max-width: 940px;
  margin-bottom: 32px;
  font-family: Furore;
  font-size: 32px;
  line-height: 120%;
}

.bold-text {
  color: #fff;
  font-family: IBM Plex Mono;
  font-size: 18px;
  line-height: 160%;
}

.rich-text-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-7 {
  color: var(--blue);
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
  max-width: 940px;
}

.image-17 {
  border-radius: 16px;
  margin-bottom: 56px;
}

.heading-8, .heading-9 {
  width: 100%;
  max-width: 940px;
  line-height: 120%;
}

.rich-text-block-2 {
  flex-direction: column;
  align-items: center;
  font-family: Fixeldisplay, sans-serif;
  display: flex;
}

.image-19 {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
  margin-bottom: 0;
}

.collection-item {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-20, .image-21 {
  margin-bottom: 0;
}

.image-22 {
  margin-bottom: 0;
  transform: rotate(180deg);
}

.grid-6 {
  grid-template-rows: auto;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-23, .image-24, .image-25 {
  margin-bottom: 0;
}

.link-block-6 {
  text-decoration: none;
}

.collection-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-6 {
  background-color: var(--background);
}

.event-description {
  border-bottom: 2px solid #fff3;
  margin-bottom: 56px;
  padding-bottom: 56px;
}

.image-26, .image-27 {
  margin-bottom: 0;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-29 {
  margin-bottom: 0;
}

.body-7, .body-8 {
  background-color: var(--background);
}

.utility-page-wrap {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 60vh;
  max-height: 100%;
  margin-left: 15vw;
  margin-right: 15vw;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.body-9 {
  background-color: var(--background);
}

.text-block-22 {
  color: #fff;
  font-family: IBM Plex Mono;
  font-size: 18px;
  line-height: 120%;
}

.image-31 {
  margin-bottom: 0;
}

.goals {
  padding: 64px 56px;
}

.goals-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto auto auto;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: hidden;
}

.goals-light {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--blue);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.text-block-23 {
  color: var(--blue);
  font-family: IBM Plex Mono;
  font-size: 18px;
  line-height: 160%;
  display: inline;
}

.div-block-56 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.text-block-24 {
  color: #fff;
  letter-spacing: 1.2px;
  margin-bottom: 0;
  font-family: Furore;
  font-size: 22px;
  line-height: 80%;
}

.text-block-25 {
  color: #fffc;
  letter-spacing: .5px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.text-block-25.white {
  color: #fff;
}

.div-block-57 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.goals-dark {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #151920;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 28px 40px;
  display: flex;
}

.goals-dark.ligh {
  justify-content: flex-start;
}

.grid-7 {
  grid-template-rows: auto;
}

.line {
  background-color: #ffffff80;
  height: 1px;
  margin-bottom: 20px;
  display: none;
}

.div-block-58 {
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  overflow: hidden;
}

.success-message {
  border: 2px solid var(--blue);
  background-color: #ddd0;
  border-radius: 16px;
}

.text-block-26 {
  color: var(--blue);
  font-family: IBM Plex Mono;
}

.error-message {
  background-color: #ffdede00;
  border-radius: 16px;
}

.text-block-27 {
  color: var(--error);
  font-family: IBM Plex Mono;
  overflow: hidden;
}

.success-message-2 {
  border: 2px solid var(--blue);
  background-color: #ddd0;
  border-radius: 16px;
}

.text-block-28 {
  color: var(--blue);
  font-family: IBM Plex Mono;
}

.text-block-29 {
  color: var(--error);
  font-family: IBM Plex Mono;
}

.error-message-2 {
  background-color: #ffdede00;
}

.success-message-3 {
  border: 2px solid var(--blue);
  background-color: #ddd0;
  border-radius: 16px;
}

.text-block-30 {
  color: var(--blue);
  font-family: IBM Plex Mono;
}

.text-block-31 {
  color: var(--error);
  font-family: IBM Plex Mono;
}

.error-message-3 {
  background-color: #ffdede00;
}

.text-block-32 {
  color: var(--blue);
  font-family: IBM Plex Mono;
}

.success-message-4 {
  border: 2px solid var(--blue);
  background-color: #ddd0;
  border-radius: 16px;
}

.text-block-33 {
  color: var(--error);
  font-family: IBM Plex Mono;
}

.error-message-4 {
  background-color: #ffdede00;
}

.loader {
  z-index: 10000000;
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: 130px;
}

.body-10, .body-11 {
  background-color: var(--background);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-32 {
  border-radius: 0;
  height: 35vw;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav-block {
  display: none;
}

.ad {
  color: #fff;
  text-decoration: underline;
  transition: color .2s;
}

.ad:hover {
  color: var(--background);
}

.div-block-59 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-1 {
  background-color: #ffffff80;
  height: 1px;
  margin-bottom: 20px;
  display: none;
}

.background-video {
  width: 100%;
}

.background-video-2 {
  z-index: auto;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-video-2.ad {
  border-radius: 0;
  height: 600px;
  inset: 0% 0% auto;
}

.body-12 {
  background-color: var(--background);
  flex-flow: column;
  display: flex;
}

.div-block-60 {
  z-index: 1;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: center;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: absolute;
}

.text-block-34 {
  color: #fff;
  text-align: center;
  font-family: Furore;
  font-size: 22px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.div-block-61 {
  background-color: var(--background);
  border-radius: 24px;
  padding: 30px 54px;
  text-decoration: none;
  transition: background-color .2s;
}

.div-block-61:hover {
  background-color: #ffe529;
}

.image-33 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.news-header {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-family: Furore;
  font-size: 22px;
  line-height: 130%;
}

.news-header:hover {
  text-decoration: underline;
}

.news-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: block;
}

.div-block-62 {
  width: 40px;
}

.image-34 {
  border-radius: 0;
  width: 14px;
  margin-right: 12px;
  padding-right: 0;
}

.news {
  padding: 78px 56px 64px;
}

.news.members {
  margin-left: 15vw;
  margin-right: 15vw;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-7 {
  color: #ffffff80;
  letter-spacing: 2px;
  padding: 0;
  font-family: Furore;
  font-size: 18px;
  transition: color .2s;
}

.nav-link-7:hover, .nav-link-7:visited, .nav-link-7.w--current {
  color: #fff;
}

.div-block-43-mobile {
  background-color: #151920;
  border-radius: 8px;
  flex-wrap: nowrap;
  margin-left: 0;
  padding: 16px;
  text-decoration: none;
  display: none;
}

.language-copy {
  color: #fff;
  letter-spacing: 2px;
  font-family: Furore;
  font-size: 18px;
  text-decoration: none;
}

.body-13 {
  background-color: #080d14;
}

.study {
  background-color: #8efc5a;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 6px 12px;
  font-family: IBM Plex Mono;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  display: inline-block;
}

.research {
  background-color: #a15afc;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 6px 12px;
  font-family: IBM Plex Mono;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  display: inline-block;
}

.annonce {
  background-color: #5ac2fc;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 6px 12px;
  font-family: IBM Plex Mono;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  display: inline-block;
}

.text-block-35 {
  color: var(--white);
  font-family: Fixeldisplay, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-36 {
  color: var(--background);
}

.text-block-37 {
  color: var(--background);
  font-family: Poppins;
}

.news-date {
  color: #ffffff80;
  margin-bottom: 24px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-63 {
  width: 60%;
}

.image-35 {
  object-fit: cover;
  height: 100%;
}

.div-block-64 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.text-block-38 {
  color: #ffffff80;
  font-family: Fixeldisplay, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.body-14 {
  background-color: var(--background);
}

.news-page {
  padding: 0 56px 64px;
}

.tab-link-tab-1 {
  color: #ffffff80;
  background-color: #c8c8c800;
  padding-left: 0;
  font-family: Furore;
  font-size: 32px;
  line-height: 85%;
}

.tab-link-tab-1.w--current {
  color: var(--white);
  background-color: #c8c8c800;
  border-right: 4px solid #ffffff4d;
  font-family: Furore;
  font-size: 32px;
  line-height: 85%;
}

.tabs-menu {
  margin-bottom: 83px;
}

.tab-link-tab-2 {
  color: #ffffff80;
  background-color: #ddd0;
  font-family: Furore;
  font-size: 32px;
  line-height: 85%;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #ddd0;
  border-left: 4px solid #ffffff4d;
}

.div-block-65 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.dropdown {
  background-color: #282e33;
  border-radius: 16px;
  margin-left: 0;
  margin-right: 0;
  font-family: IBM Plex Mono;
}

.dropdown-toggle {
  color: var(--white);
  min-width: 219px;
  font-size: 18px;
  font-weight: 500;
}

.div-block-66 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  padding-left: 56px;
  padding-right: 56px;
  display: none;
}

.div-block-67 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 14px 16px 14px 0;
  display: flex;
}

.text-block-39 {
  color: var(--white);
  font-family: Fixeldisplay, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.body-15, .body-16 {
  background-color: var(--background);
}

.image-36 {
  border-radius: 0;
  flex: 0 auto;
  width: 50px;
  overflow: visible;
}

.image-36.globe, .image-36.tie {
  width: 50px;
}

.div-block-68 {
  flex-direction: column;
  justify-content: flex-start;
  height: 4000px;
  display: flex;
  position: sticky;
}

.div-block-69 {
  position: static;
}

.div-block-70, .div-block-71 {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-72 {
  margin-top: 80px;
}

.text-block-5-copy {
  color: #fff;
  letter-spacing: 1.52px;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  margin-bottom: 80px;
  font-family: Furore;
  font-size: 48px;
  line-height: 85%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.div-block-73 {
  position: relative;
}

.div-block-74 {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 10em;
}

.about-alliance {
  align-items: flex-end;
  margin-bottom: 80px;
  display: none;
}

.about-alliance.our-partners {
  display: none;
}

.body-17 {
  background-color: var(--background);
}

.text-block-40 {
  color: var(--white);
  font-family: Furore;
  font-size: 48px;
  line-height: 120%;
  display: block;
}

.div-block-76 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.text-block-41 {
  color: var(--white);
  font-family: Fixeldisplay, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.div-block-77 {
  background-color: #303338;
  border-radius: 6px;
  justify-content: center;
  align-items: flex-end;
  padding: 17px 28px;
  display: flex;
}

.image-46 {
  border-radius: 0;
  margin-right: 8px;
}

.div-block-78 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.text-block-41-link {
  color: var(--blue);
  font-family: Fixeldisplay, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.text-block-41-link:hover {
  text-decoration: underline;
}

.collection-list-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-18 {
  background-color: var(--background);
}

.div-block-79 {
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.image-47 {
  z-index: 1;
  border-radius: 0;
  width: 500px;
  position: absolute;
  inset: -7px auto auto -7px;
}

.image-47:lang(en) {
  width: 500px;
}

.image-48 {
  border-radius: 0;
  width: 190px;
  position: absolute;
  inset: auto -10px -10px auto;
}

.div-block-80 {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-42 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding-left: 24px;
  font-family: GTAfont, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
}

.text-block-43 {
  margin-left: 66px;
  font-family: Furore;
  font-size: 14px;
  line-height: 85%;
}

.link-block-7 {
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 22px 40px 22px 68px;
  text-decoration: none;
}

.link-block-8 {
  color: var(--white);
  border: 2px solid #fff;
  border-radius: 8px;
  align-items: center;
  min-height: 50px;
  margin-left: 42px;
  padding-right: 40px;
  text-decoration: none;
  transition: color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.link-block-8:hover {
  color: var(--white);
  border-color: #777;
}

.image-49 {
  height: 59px;
  position: absolute;
  left: -21px;
}

.div-block-81 {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 33px 23px auto;
}

.text-block-43-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-left: 0;
  font-family: GTAfont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-6-mobile {
  display: none;
}

.link-block-8-mobile {
  border: 2px solid #fff;
  border-radius: 8px;
  align-items: center;
  min-height: 58px;
  margin-left: 18px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-8-mobile {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--background);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-right: 180px;
  padding: 11px 40px 18px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 24px;
}

.image-52 {
  height: 59px;
  display: none;
  position: absolute;
  left: -21px;
}

.image-54 {
  display: none;
}

.collection-list-wrapper {
  flex-flow: wrap;
}

.collection-list-wrapper.jetboost-filter-p5g3 {
  display: none;
}

.link-8 {
  color: var(--white);
  font-family: IBM Plex Mono;
  font-size: 16px;
  text-decoration: none;
}

.link-8.jetboost-filter-active {
  color: #fffc;
}

.collection-list-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.text-block-46 {
  font-size: 16px;
}

.jetboost-filter-active {
  color: #fffc;
}

.reset.jetboost-filter-none-p5g3 {
  display: none;
}

.select.jetboost-filter-p5g3 {
  color: #fff;
  background-color: #282e33;
  border: 0 solid #000;
  border-radius: 8px 0 0 8px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 16px;
}

.form-block-2 {
  margin-bottom: 0;
}

.dropdown-2 {
  background-color: #fff;
}

.dropdown-3 {
  background-color: #282e33;
  border-radius: 9px;
}

.text-block-47 {
  color: #fff;
  font-family: IBM Plex Mono;
}

.icon {
  color: #fff;
}

.div-block-85 {
  display: flex;
}

.div-block-86 {
  background-color: #282e33;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 16px;
  height: 50px;
}

.text-block-48, .text-block-49 {
  font-size: 48px;
  line-height: 100%;
}

.div-block-87 {
  display: none;
}

.text-block-50 {
  color: #fff;
  margin-bottom: 48px;
  font-family: Furore;
  font-size: 22px;
}

.div-block-88.mask {
  overflow: visible;
}

.div-block-88.mask.about {
  display: block;
}

.div-block-89 {
  opacity: .4;
  background-color: #fff;
  height: 1px;
}

.text-block-51 {
  color: #fff;
  text-transform: uppercase;
  word-break: break-all;
  flex: 0 auto;
  font-family: GTAfont, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-51.focus {
  word-break: normal;
  font-size: 22px;
}

.div-block-90 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.background-video-3 {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.background-video-3.ad {
  border-radius: 0;
  height: 600px;
  inset: 0% 0% auto;
}

.about_block-wraper {
  align-self: center;
  padding-top: 45px;
  padding-bottom: 0;
}

.about_hero_block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 122px;
  display: grid;
}

.about_hero_block.home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}

.about_hero_block_left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #303338;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  min-height: 500px;
  padding-left: 48px;
  padding-right: 0;
  display: flex;
}

.about_hero_block_left.about_us {
  min-height: 350px;
  padding-left: 40px;
}

.about_hero_block_right {
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text_block_about {
  color: #fff;
  text-align: left;
  letter-spacing: 1.52px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  font-family: GTAfont, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
}

.paragraph-9 {
  color: #fff;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Furore;
  font-size: 22px;
  line-height: 120%;
}

.about_text_left-wraper {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.about_text_left-wraper.about_page {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 48px;
  padding-bottom: 48px;
}

.div-block-91 {
  flex: none;
  width: 48px;
}

.image-55 {
  width: 48px;
}

.flag-wraper {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-56 {
  width: 48px;
}

.div-block-92 {
  flex: none;
}

.image-57 {
  object-fit: cover;
}

.about_middle_text {
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
  margin-left: 169px;
  margin-right: 169px;
  display: none;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  max-width: 652px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Furore;
  font-size: 22px;
  line-height: 120%;
}

.about_purpose_block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 160px;
  margin-left: 169px;
  margin-right: 169px;
  display: grid;
}

.about_purpose_block.home {
  flex-flow: column;
  place-items: center start;
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.about_right_block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.about_right_block._1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.about_right_block._1.home {
  width: 50%;
}

.about_right_block._2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.right_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #303338;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.paragraph-11 {
  color: #fff;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-11._80 {
  color: #fffc;
}

.paragraph-11.home {
  text-align: center;
}

.about_logo_block {
  margin-bottom: 160px;
}

.image-58 {
  width: 32px;
}

.div-block-93 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-block-52 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
}

.image-55-mobile {
  width: 48px;
}

.div-block-94, .div-block-95 {
  display: none;
}

.services_block {
  grid-column-gap: 16px;
  grid-row-gap: 91px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 169px;
  padding-right: 169px;
  display: grid;
}

.div-block-96 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-97 {
  display: none;
}

.image-60 {
  z-index: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.image-61 {
  z-index: 2;
  position: absolute;
  inset: 0%;
  transform: rotate(180deg);
}

.div-block-98 {
  position: relative;
}

.empty-state {
  border: 2px solid var(--blue);
  color: var(--blue);
  background-color: #ddd0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-family: Fixeldisplay, sans-serif;
  display: flex;
}

.heading-10 {
  font-family: Fixeldisplay, sans-serif;
}

.heading-11 {
  letter-spacing: .2px;
}

.heading-12, .heading-13, .heading-14, .heading-15 {
  letter-spacing: .4px;
}

.paragraph-12 {
  line-height: 130%;
}

.block-quote-2 {
  font-size: 16px;
  line-height: 140%;
}

.div-block-54-copy {
  border-radius: 16px;
  margin-bottom: 56px;
  display: flex;
  overflow: hidden;
}

.link-block-9 {
  align-self: baseline;
  text-decoration: none;
}

.scroll {
  height: 0;
}

.div-block-99 {
  padding-left: 56px;
  padding-right: 56px;
}

.div-block-100 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.heading-16 {
  padding-left: 150px;
  padding-right: 150px;
}

.rich-text-block-2-copy {
  flex-direction: column;
  align-items: center;
  font-family: Fixeldisplay, sans-serif;
  display: flex;
}

.paragraph-13 {
  padding-left: 0;
  padding-right: 89px;
}

.heading-17 {
  padding-left: 0;
  padding-right: 87px;
}

.heading-18, .heading-19, .heading-20, .heading-21, .paragraph-14 {
  padding-left: 0;
  padding-right: 0;
}

.block-quote-3 {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-15, .list-3, .paragraph-16, .list-4, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21 {
  padding-left: 0;
  padding-right: 0;
}

.rich-text-block-3 {
  margin-left: -150px;
  margin-right: -169px;
}

.background-video-4 {
  width: 100%;
}

.background-video-5 {
  z-index: auto;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-video-5.ad {
  border-radius: 0;
  height: 600px;
  inset: 0% 0% auto;
}

.image-62 {
  border-radius: 0;
  width: 55px;
}

.div-block-101 {
  flex: none;
  width: 48px;
  margin-right: -6px;
}

.image-63 {
  border-radius: 0;
  width: 48px;
}

.div-block-102 {
  flex: none;
  margin-left: -6px;
}

.image-64 {
  border-radius: 0;
  width: 48px;
}

.div-block-103, .div-block-104 {
  display: none;
}

.body-19 {
  background-color: var(--background);
}

.div-block-105 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.footer_additional_text {
  color: #fff;
  letter-spacing: 1.2px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

.footer_additional_text.contacts {
  width: 70%;
  margin-bottom: 32px;
}

.div-block-106 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-107 {
  background-color: #ffffff80;
  height: 1px;
  margin-bottom: 20px;
}

.column-3 {
  padding-left: 12px;
}

.text-block-53 {
  color: #ffffff80;
  margin-bottom: 20px;
  font-family: Fixeldisplay, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.div-block-108 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
  display: flex;
}

.image-66 {
  border-radius: 8px;
  position: static;
}

.text-block-54 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: GTAfont, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
}

.columns-2 {
  margin-bottom: 64px;
}

.overview-2 {
  color: #10aeeb;
  font-family: IBM Plex Mono;
  font-size: 18.2px;
  line-height: 160%;
}

.div-block-109 {
  margin-left: 153px;
  margin-right: 153px;
}

.div-block-109.home {
  margin-left: 0;
  margin-right: 0;
  padding: 64px 56px 0;
}

.image-67 {
  border-radius: 0;
  width: 46px;
  margin-bottom: 0;
}

.text-block-55 {
  color: #fff;
  font-family: Fixeldisplay, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.goals-dark-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #151920;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 40px 40px 24px;
  display: flex;
}

.div-block-110 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.goal-list-2 {
  overflow: visible;
}

.text-block-56 {
  color: #fff;
  margin-bottom: 38px;
  font-family: Furore;
  font-size: 45px;
  line-height: 80%;
}

.goals-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: auto;
}

.goals-2 {
  padding: 64px 56px;
}

.div-block-111 {
  background-color: #fff6;
  flex: 1;
  height: 1px;
}

.div-block-112 {
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
}

.goals-light-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #393d43;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 40px 40px 24px;
  display: flex;
}

.div-block-113 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.text-block-57 {
  color: #ffffff80;
  letter-spacing: 1.52px;
  font-family: Furore;
  font-size: 24px;
  line-height: 85%;
}

.text-block-58 {
  color: #10aeeb;
  font-family: Fixeldisplay, sans-serif;
  font-size: 18px;
  line-height: 160%;
  display: inline;
}

.div-block-114 {
  max-width: 600px;
}

.div-block-115 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-116 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.image-68 {
  border-radius: 0;
  width: 88px;
}

.div-block-117 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-118 {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bold-text-2 {
  font-weight: 700;
}

.div-block-119 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.div-block-120 {
  display: flex;
}

.text-span, .text-span-2 {
  font-weight: 700;
}

.bold-text-3 {
  font-family: GTAfont, sans-serif;
}

@media screen and (min-width: 1920px) {
  .body {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar {
    width: 100%;
    max-width: 1920px;
    padding-bottom: 80px;
    padding-left: 209px;
    padding-right: 209px;
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .language {
    font-size: 18px;
  }

  .logo {
    width: 88px;
  }

  .div-block-6 {
    min-height: 656px;
  }

  .hero {
    width: 100%;
    max-width: 1920px;
    padding-left: 209px;
    padding-right: 209px;
  }

  .text-block-2, .link {
    font-size: 16px;
  }

  .div-block-8 {
    padding: 26px 32px;
    bottom: 32px;
    left: 32px;
  }

  .projects {
    max-width: 1920px;
    padding-left: 209px;
    padding-right: 209px;
  }

  .projects.members {
    margin-left: 0;
    margin-right: 0;
    padding-left: 206px;
    padding-right: 206px;
  }

  .events {
    padding-left: 209px;
    padding-right: 209px;
  }

  .about {
    max-width: 1920px;
    padding-left: 209px;
    padding-right: 209px;
  }

  .our-members {
    width: 100%;
    max-width: 1920px;
    padding-left: 209px;
    padding-right: 209px;
  }

  .grid-4 {
    width: 100%;
  }

  .footer {
    flex-flow: column;
    width: 100%;
    max-width: 1920px;
    padding-left: 209px;
    padding-right: 209px;
    display: flex;
  }

  .footer-image {
    width: 100%;
  }

  .menu_footer {
    justify-content: space-between;
    align-items: flex-end;
  }

  .events-page {
    max-width: 1920px;
    padding-left: 206px;
    padding-right: 206px;
  }

  .text-block-19 {
    padding-left: 209px;
    padding-right: 209px;
  }

  .body-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .projects-page {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    padding-left: 209px;
    padding-right: 209px;
    display: flex;
  }

  .nav-link-2-copy {
    font-size: 18px;
  }

  .div-block-52 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 206px;
    padding-right: 206px;
  }

  .div-block-52.member {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 206px;
    padding-right: 206px;
  }

  .collection-list {
    grid-row-gap: 80px;
  }

  .event-description {
    max-width: 1920px;
  }

  .goals {
    max-width: 1920px;
    padding-left: 209px;
    padding-right: 209px;
  }

  .goals-light {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-56 {
    margin-bottom: 0;
  }

  .text-block-24 {
    letter-spacing: 1.2px;
  }

  .text-block-25 {
    font-size: 16px;
  }

  .body-12 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-34 {
    width: 16px;
  }

  .news {
    width: 100%;
    max-width: 1920px;
    padding-left: 209px;
    padding-right: 209px;
  }

  .body-14 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .news-page {
    width: 100%;
    max-width: 1920px;
    padding-left: 209px;
    padding-right: 209px;
  }

  .div-block-66 {
    width: 100%;
    max-width: 1920px;
    padding-left: 206px;
    padding-right: 206px;
  }

  .image-47 {
    width: 600px;
    top: -10px;
    left: -10px;
  }

  .text-block-42 {
    padding-left: 32px;
    font-size: 64px;
  }

  .text-block-43 {
    font-size: 16px;
  }

  .link-block-8 {
    min-height: 56px;
    margin-left: 50px;
  }

  .image-49, .image-52 {
    height: 65px;
  }

  .div-block-88.mask.about {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 209px;
    padding-right: 209px;
    display: block;
  }

  .about_block-wraper {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
  }

  .flag-wraper {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .about_purpose_block {
    margin-left: 290px;
    margin-right: 290px;
  }

  .about_right_block._1.home {
    width: 45%;
  }

  .div-block-94 {
    display: none;
  }

  .div-block-99 {
    padding-left: 209px;
    padding-right: 209px;
  }

  .form-2 {
    flex-flow: column;
    width: 1000px;
    display: flex;
  }

  .div-block-103 {
    display: none;
  }

  .image-66 {
    display: inline-flex;
  }

  .div-block-109.home {
    max-width: 1920px;
    padding-top: 64px;
    padding-left: 209px;
    padding-right: 209px;
  }

  .goals-2 {
    max-width: 1920px;
    padding-left: 209px;
    padding-right: 209px;
  }

  .div-block-114 {
    max-width: 650px;
  }
}

@media screen and (max-width: 991px) {
  h1, h2, h3, h4, h5, h6, p, ul, ol {
    padding-left: 0;
    padding-right: 0;
  }

  blockquote {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    position: sticky;
    top: 0;
  }

  .nav-link-3, .nav-link-4 {
    margin: 16px 0;
    font-size: 18px;
  }

  .nav-menu {
    background-color: var(--background);
    height: 87vh;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-3 {
    grid-template-columns: 1fr 1fr;
  }

  .language {
    display: none;
  }

  .logo {
    width: 64px;
  }

  .logo_link {
    display: block;
  }

  .nav-link-5 {
    margin: 10px 0;
    font-size: 18px;
  }

  .nav-link-6 {
    margin: 16px 0;
    font-size: 18px;
  }

  .hero {
    padding: 24px 32px 64px;
  }

  .heading-xl {
    left: 56px;
    right: 56px;
  }

  .heading-xl._404 {
    width: auto;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    align-items: flex-start;
    padding: 16px;
    bottom: 16px;
    left: 16px;
  }

  .email_input {
    text-align: center;
    border-bottom-width: 2px;
    border-bottom-color: #fff3;
    margin-bottom: 24px;
    padding: 0 0 16px;
    font-size: 32px;
  }

  .form {
    border-bottom-width: 0;
    flex-direction: column;
  }

  .text-block-4 {
    text-align: left;
    width: auto;
  }

  .projects {
    padding: 64px 32px;
  }

  .projects.members {
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    margin-bottom: 32px;
  }

  .image-2 {
    width: 100%;
  }

  .grid {
    display: none;
  }

  .grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .div-block-16 {
    padding-right: 25px;
  }

  .text-block-9 {
    margin-left: 0;
  }

  .div-block-17 {
    justify-content: flex-start;
    padding-right: 0;
  }

  .event {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .text-block-10 {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .about {
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-19 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-20 {
    margin-bottom: 40px;
  }

  .image-5 {
    margin-bottom: 32px;
  }

  .column-2 {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-6, .image-7 {
    display: none;
  }

  .text-block-14 {
    font-size: 18px;
    line-height: 120%;
  }

  .our-members {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4.home {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-26 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-27 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .div-block-27._1 {
    margin-top: 32px;
  }

  .menu_footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse;
    flex: 0 auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-30 {
    margin-bottom: 0;
  }

  .div-block-32 {
    width: 100%;
  }

  .cookie_footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .text-block-19 {
    padding-bottom: 0;
    font-size: 64px;
  }

  .projects-page {
    padding-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .language-mobile {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
    display: block;
  }

  .columns {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .grid-3-copy {
    grid-template-columns: 1fr;
  }

  .nav-link-2-copy {
    color: #fff;
    margin: 24px 0;
    font-size: 24px;
  }

  .div-block-43 {
    display: none;
  }

  .image-12, .image-13, .partners-logo, .image-15 {
    width: 100%;
  }

  .div-block-44 {
    left: 56px;
    right: 56px;
  }

  .heading-xl-copy, .heading-xl-typed {
    font-size: 32px;
  }

  .arrow_up {
    display: none;
  }

  .div-block-46 {
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .fill-form {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-52 {
    margin-top: 24px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .div-block-52.member {
    margin-left: 32px;
    margin-right: 32px;
  }

  .project-name {
    font-size: 25px;
  }

  .company-name {
    font-size: 18px;
  }

  .image-18 {
    margin-bottom: 56px;
  }

  .image-19 {
    margin-bottom: 0;
  }

  .collection-list {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .image-28 {
    border-radius: 0;
    width: 32px;
    margin-bottom: 0;
  }

  .image-30 {
    border-radius: 0;
    margin-bottom: 0;
  }

  .utility-page-wrap {
    margin-left: 56px;
    margin-right: 56px;
  }

  .body-9 {
    background-color: var(--background);
  }

  .text-block-22 {
    color: #fff;
    font-family: IBM Plex Mono;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
  }

  .goals {
    padding-left: 32px;
    padding-right: 32px;
  }

  .goals-list {
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .goals-light.dark {
    background-color: #151920;
  }

  .div-block-57 {
    width: auto;
  }

  .goals-dark.goals-light, .goals-dark.ligh {
    background-color: #393d43;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .line {
    display: flex;
  }

  .div-block-58 {
    margin-bottom: 24px;
  }

  .image-32 {
    height: auto;
  }

  .div-block-59 {
    justify-content: space-between;
  }

  .line-1 {
    display: flex;
  }

  .div-block-60 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-block-34 {
    font-size: 22px;
  }

  .news-header {
    margin-bottom: 16px;
  }

  .news-block {
    grid-template-columns: 1fr;
  }

  .news {
    padding: 64px 32px;
  }

  .nav-link-7 {
    margin: 16px 0;
    font-size: 18px;
  }

  .div-block-43-mobile {
    background-color: #282e33;
    display: flex;
  }

  .language-copy {
    display: flex;
  }

  .news-date {
    margin-bottom: 0;
  }

  .news-page {
    padding-top: 64px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-left: 0;
    font-size: 24px;
  }

  .tabs-menu {
    margin-bottom: 48px;
  }

  .tab-link-tab-2 {
    padding-left: 0;
    font-size: 24px;
  }

  .div-block-68 {
    height: auto;
    position: static;
  }

  .div-block-69, .div-block-70, .div-block-71 {
    position: static;
  }

  .text-block-5-copy {
    display: none;
  }

  .div-block-74 {
    position: static;
  }

  .about-alliance {
    margin-bottom: 32px;
    display: flex;
  }

  .div-block-75 {
    display: none;
  }

  .div-block-78 {
    flex-wrap: wrap;
    grid-template-columns: auto auto;
  }

  .collection-list-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .image-47 {
    width: 440px;
  }

  .image-48 {
    vertical-align: baseline;
    width: 180px;
    display: none;
  }

  .text-block-42 {
    margin-bottom: 37px;
    font-size: 48px;
  }

  .div-block-81 {
    display: none;
  }

  .div-block-8-mobile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-88.mask.about {
    padding-left: 0;
    padding-right: 0;
  }

  .about_block-wraper {
    margin-left: 0;
    margin-right: 0;
    padding: 64px 32px;
  }

  .about_hero_block, .about_hero_block.home {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .about_hero_block_left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    min-height: 350px;
    padding-top: 0;
    padding-bottom: 32px;
    padding-right: 48px;
    display: grid;
  }

  .about_hero_block_left.about_us {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 48px;
    padding-right: 40px;
  }

  .about_hero_block_right {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .about_text_left-wraper, .about_text_left-wraper.about_page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-91 {
    display: none;
  }

  .image-55 {
    transform: rotate(0);
  }

  .div-block-92 {
    display: none;
  }

  .about_middle_text {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-10 {
    max-width: none;
  }

  .about_purpose_block {
    margin-left: 0;
    margin-right: 0;
  }

  .about_right_block._1.home {
    width: auto;
  }

  .image-55-mobile {
    border-radius: 0;
    width: auto;
    transform: rotate(0);
  }

  .div-block-94 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-59 {
    border-radius: 0;
  }

  .div-block-95 {
    display: flex;
  }

  .services_block, .div-block-99 {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .background-video-5 {
    border-radius: 16px;
  }

  .div-block-101 {
    display: none;
  }

  .image-63 {
    transform: rotate(0);
  }

  .div-block-102 {
    display: none;
  }

  .div-block-103 {
    justify-content: center;
    align-items: center;
    margin-top: -7px;
    display: flex;
    transform: rotate(180deg);
  }

  .div-block-104 {
    margin-bottom: -7px;
    display: flex;
    transform: rotate(180deg);
  }

  .image-65 {
    border-radius: 0;
  }

  .footer_additional_text {
    text-align: left;
    width: auto;
  }

  .div-block-109.home {
    padding-left: 32px;
    padding-right: 32px;
  }

  .goals-dark-2.ligh {
    background-color: #393d43;
  }

  .div-block-110 {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .goals-list-2 {
    grid-template-columns: 1fr;
  }

  .goals-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-112 {
    margin-bottom: 32px;
  }

  .goals-light-2.dark {
    background-color: #151920;
  }

  .div-block-118 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .bold-text-2 {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image {
    object-fit: cover;
    height: 100%;
  }

  .div-block-6 {
    display: none;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .link {
    margin-right: 10px;
    font-size: 14px;
  }

  .text-block-4.contacts {
    width: auto;
  }

  .text-block-5 {
    font-size: 32px;
  }

  .text-block-21 {
    line-height: 120%;
  }

  .div-block-53 {
    grid-template-columns: 1fr;
  }

  .project-name {
    font-size: 24px;
  }

  .goals-list {
    flex-flow: wrap;
  }

  .text-block-24 {
    word-break: break-all;
    line-height: 100%;
  }

  .background-video-2 {
    border-radius: 8px;
  }

  .news-header {
    font-size: 20px;
  }

  .text-block-35 {
    font-size: 14px;
  }

  .news-date {
    font-size: 16px;
  }

  .div-block-63 {
    width: auto;
  }

  .tab-link-tab-1 {
    padding-right: 24px;
  }

  .tab-link-tab-1.w--current {
    border-left: 0 solid #ffffff4d;
    border-right-width: 4px;
    padding-left: 0;
    padding-right: 24px;
  }

  .tabs-menu {
    flex-flow: row;
    display: flex;
  }

  .tab-link-tab-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-link-tab-2.w--current {
    padding-left: 24px;
  }

  .text-block-39 {
    font-size: 14px;
  }

  .text-block-42 {
    font-size: 48px;
  }

  .text-block-43 {
    margin-left: 45px;
    font-size: 12px;
  }

  .link-block-8 {
    z-index: 1;
  }

  .image-49 {
    width: 55px;
  }

  .div-block-6-mobile {
    display: block;
  }

  .text-block-44 {
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
    font-family: Furore;
    font-size: 38px;
    line-height: 100%;
  }

  .div-block-82 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 243px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .div-block-83 {
    justify-content: center;
    display: flex;
    position: relative;
  }

  .image-50 {
    border-radius: 0;
    max-width: 297px;
    position: absolute;
  }

  .link-block-8-mobile {
    z-index: 1;
    color: var(--white);
    min-height: 47.8px;
    padding-right: 13px;
  }

  .image-51 {
    border-radius: 0;
    width: 250px;
    max-width: none;
  }

  .text-block-45 {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: Furore;
    font-size: 12px;
    line-height: 120%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .div-block-84 {
    z-index: 1;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .div-block-8-mobile {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-right: 0;
    padding-top: 19px;
    padding-left: 0;
    position: static;
  }

  .image-53 {
    z-index: 1;
    width: 55px;
    display: none;
    position: absolute;
    left: -21px;
  }

  .select.jetboost-filter-p5g3 {
    height: 48px;
    font-size: 14px;
  }

  .div-block-86 {
    height: 48px;
  }

  .text-block-48, .text-block-49 {
    font-size: 20px;
  }

  .background-video-3 {
    border-radius: 8px;
  }

  .about_hero_block_left {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text_block_about {
    font-size: 32px;
  }

  .background-video-5 {
    border-radius: 8px;
  }

  .footer_additional_text.contacts {
    width: auto;
  }

  .text-block-56 {
    word-break: break-all;
    line-height: 100%;
  }

  .div-block-118 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding-left: 0;
    padding-right: 0;
  }

  h2 {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  h3, h4, h5 {
    padding-left: 0;
    padding-right: 0;
  }

  h6 {
    padding-left: 0;
    padding-right: 150px;
  }

  p, ul, ol {
    padding-left: 0;
    padding-right: 0;
  }

  blockquote {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    height: auto;
  }

  .spline-scene {
    height: 160vh;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .navbar {
    padding: 24px 16px;
  }

  .nav-link-2 {
    margin: 10px 0 10px 8px;
  }

  .nav-link-3, .nav-link-4 {
    margin: 24px 0;
    font-size: 24px;
  }

  .nav-menu {
    background-color: var(--background);
    height: 90vh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .language {
    display: none;
  }

  .header {
    position: sticky;
    top: 0;
  }

  .logo {
    width: 64px;
  }

  .logo_link {
    display: block;
  }

  .nav-link-5 {
    margin: 10px 0;
  }

  .nav-link-6 {
    margin: 16px 0;
    font-size: 24px;
  }

  .image {
    object-fit: cover;
    height: 100%;
    margin-bottom: 0;
    position: absolute;
  }

  .hero {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-xl {
    z-index: 1;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 10vw;
    position: relative;
    left: auto;
    right: auto;
  }

  .heading-xl._404 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-xl.error {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 32px;
  }

  .link {
    word-break: break-all;
    font-family: GTAfont, sans-serif;
    font-size: 14px;
  }

  .div-block-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .email_input {
    text-align: center;
    border-bottom-width: 2px;
    border-bottom-color: #fff3;
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-size: 24px;
  }

  .form {
    border-bottom-width: 0;
    flex-direction: column;
    padding-bottom: 16px;
  }

  .submit-button {
    font-size: 24px;
    line-height: 85%;
  }

  .text-block-4 {
    width: auto;
  }

  .projects {
    padding: 64px 16px;
  }

  .projects.members {
    margin: 64px 16px;
  }

  .text-block-5 {
    font-size: 25px;
    line-height: 100%;
  }

  .div-block-10.members {
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-2 {
    object-fit: cover;
    height: auto;
  }

  .events {
    padding-bottom: 128px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid {
    display: none;
  }

  .grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .div-block-16 {
    padding-right: 25px;
  }

  .text-block-7 {
    font-size: 24px;
  }

  .text-block-9 {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-17 {
    width: auto;
    height: 50px;
  }

  .event {
    height: auto;
  }

  .div-block-18 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    padding: 32px 16px;
  }

  .text-block-10 {
    display: block;
  }

  .image-3 {
    border-radius: 0;
    height: 100%;
  }

  .about {
    padding: 64px 16px;
  }

  .div-block-19 {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-20 {
    margin-bottom: 40px;
  }

  .image-5 {
    width: 100%;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    margin-bottom: 32px;
    padding-left: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .image-6, .image-7 {
    display: none;
  }

  .swiper-small-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 120%;
  }

  .text-block-14 {
    width: auto;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .div-block-23 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .our-members {
    padding: 64px 0 0;
  }

  .grid-4 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 0;
  }

  .grid-4.home {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .text-block-17 {
    font-family: GTAfont, sans-serif;
  }

  .div-block-26 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: none;
  }

  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-27 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    padding-bottom: 48px;
  }

  .link-4, .link-4.w--current {
    font-family: GTAfont, sans-serif;
  }

  .menu_footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .div-block-30, .div-block-31 {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .div-block-32 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .cookie_footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .events-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-34 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-3-coosed {
    margin-left: 8px;
    margin-right: 0;
  }

  .text-block-19 {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 56px;
  }

  .projects-page {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-36 {
    background-color: #fff;
    flex-direction: column;
    width: 2px;
    height: 1px;
  }

  .menu-button-2 {
    padding-right: 0;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .nav-link-5-copy {
    margin-bottom: 10px;
  }

  .language-mobile {
    padding-top: 20px;
    padding-left: 0;
    display: block;
  }

  .columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .grid-3-copy {
    grid-template-columns: 1fr;
  }

  .nav-link-3-coosed-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-2-copy {
    color: #ffffff80;
    margin: 10px 0 10px 8px;
  }

  .logo_link-copy {
    display: block;
  }

  .nav-link-2-copy {
    color: #fff;
    margin: 24px 0;
    font-size: 24px;
  }

  .div-block-43 {
    display: none;
  }

  .events-list-copy {
    overflow: visible;
  }

  .div-block-44 {
    flex-direction: column;
    align-items: center;
    position: relative;
    left: auto;
    right: auto;
  }

  .heading-xl-copy {
    z-index: 1;
    text-align: center;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 10vw;
    position: relative;
    left: auto;
    right: auto;
  }

  .heading-xl-typed {
    z-index: 1;
    text-align: center;
    margin-left: 34px;
    margin-right: 34px;
    font-size: 10vw;
    position: relative;
    left: auto;
    right: auto;
  }

  .arrow_up {
    display: none;
  }

  .link-block-3 {
    margin-top: 32px;
  }

  .text-block-20 {
    text-align: center;
    font-size: 24px;
  }

  .text-block-20.about_button {
    text-align: left;
    font-size: 18px;
  }

  .div-block-46 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-details {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-52 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-52.member {
    margin-top: 24px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .project-description {
    width: auto;
  }

  .div-block-54 {
    margin-bottom: 32px;
  }

  .image-19 {
    height: 200px;
    max-height: none;
  }

  .collection-list {
    grid-row-gap: 48px;
  }

  .image-30 {
    border-radius: 0;
  }

  .utility-page-wrap {
    margin-left: 16px;
    margin-right: 16px;
  }

  .goals {
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .goals-list {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
    overflow: visible;
  }

  .goals-light {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-23 {
    font-size: 16px;
  }

  .div-block-56 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
  }

  .text-block-24 {
    word-break: break-all;
    font-size: 30px;
    line-height: 100%;
  }

  .text-block-25 {
    font-size: 16px;
  }

  .div-block-57 {
    justify-content: flex-end;
    height: 100%;
  }

  .goals-dark {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .goal-list {
    overflow: visible;
  }

  .background-video-2 {
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .div-block-60 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-34 {
    font-size: 18px;
  }

  .div-block-61 {
    padding: 24px;
  }

  .news-header {
    font-size: 20px;
    line-height: 120%;
  }

  .news {
    padding: 64px 16px;
  }

  .news.members {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-link-7 {
    margin: 24px 0;
    font-size: 24px;
  }

  .div-block-43-mobile {
    display: flex;
  }

  .language-copy {
    text-transform: uppercase;
    font-family: GTAfont, sans-serif;
    font-weight: 700;
    display: flex;
    position: static;
  }

  .text-block-35 {
    color: var(--black);
    font-size: 14px;
  }

  .text-block-35.white {
    color: var(--white);
  }

  .news-date {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 120%;
  }

  .text-block-38 {
    font-size: 16px;
  }

  .news-page {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-link-tab-1 {
    padding-right: 24px;
  }

  .tab-link-tab-1.w--current {
    border-left-width: 0;
    border-right-width: 4px;
    padding-left: 0;
    padding-right: 24px;
  }

  .tabs-menu {
    flex-flow: row;
    margin-bottom: 48px;
  }

  .tab-link-tab-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-66 {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 26px;
  }

  .div-block-67 {
    display: none;
  }

  .tabs {
    overflow: hidden;
  }

  .image-36, .image-36.globe {
    width: 32px;
  }

  .image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43, .image-44, .image-45 {
    width: 65px;
  }

  .text-block-5-copy {
    line-height: 100%;
  }

  .div-block-76 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-77 {
    flex: none;
    justify-content: center;
    width: 100%;
  }

  .div-block-78 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 32px;
    display: flex;
  }

  .div-block-79 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .text-block-42 {
    font-size: 32px;
  }

  .text-block-44 {
    text-transform: uppercase;
    font-family: GTAfont, sans-serif;
    font-weight: 700;
  }

  .div-block-82 {
    border-radius: 8px;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
  }

  .div-block-83 {
    z-index: 1;
  }

  .text-block-45 {
    text-transform: uppercase;
    font-family: GTAfont, sans-serif;
    font-weight: 700;
    top: -12%;
  }

  .div-block-84 {
    margin-bottom: -8px;
  }

  .div-block-8-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .select.jetboost-filter-p5g3 {
    height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .div-block-86 {
    height: 48px;
  }

  .text-block-48, .text-block-49 {
    font-size: 20px;
  }

  .div-block-88 {
    width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .div-block-88.mask {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 64px;
    padding-top: 0;
    padding-bottom: 32px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-88.mask.about {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-block-51 {
    word-break: normal;
    font-family: GTAfont, sans-serif;
    font-size: 20px;
  }

  .text-block-51.focus {
    font-size: 20px;
  }

  .background-video-3 {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .about_block-wraper {
    align-self: auto;
    padding: 24px 0 0;
  }

  .about_hero_block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: 250px 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .about_hero_block.home {
    grid-template-rows: 250px 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
  }

  .about_hero_block_left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding: 0 32px 33px;
    display: grid;
  }

  .about_hero_block_left.about_us {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    min-height: auto;
    padding-bottom: 33px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .about_hero_block_right {
    justify-content: flex-end;
    align-items: center;
  }

  .text_block_about {
    font-family: GTAfont, sans-serif;
    font-size: 32px;
    line-height: 100%;
  }

  .paragraph-9 {
    max-width: none;
    font-size: 18px;
    line-height: 130%;
  }

  .about_text_left-wraper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about_middle_text {
    margin-bottom: 64px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .about_purpose_block {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about_purpose_block.home {
    margin-bottom: 32px;
  }

  .about_right_block._1.home {
    width: auto;
  }

  .paragraph-11 {
    line-height: 130%;
  }

  .div-block-94 {
    transform: rotate(-180deg);
  }

  .div-block-95 {
    transform: rotate(180deg);
  }

  .services_block {
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-5 {
    border-radius: 16px;
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .div-block-103 {
    margin-top: -7px;
    margin-bottom: 0;
    transform: rotate(-180deg);
  }

  .div-block-104 {
    margin-top: 0;
    margin-bottom: -7px;
    transform: rotate(180deg);
  }

  .div-block-105 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer_additional_text {
    width: auto;
  }

  .column-3 {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-108 {
    margin-bottom: 40px;
  }

  .image-66 {
    width: 100%;
  }

  .text-block-54 {
    font-family: GTAfont, sans-serif;
  }

  .columns-2 {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-109 {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-109.home {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-55 {
    font-size: 16px;
  }

  .goals-dark-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .goal-list-2 {
    overflow: visible;
  }

  .text-block-56 {
    word-break: break-all;
    font-size: 40px;
    line-height: 100%;
  }

  .goals-list-2 {
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }

  .goals-2 {
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .goals-light-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .div-block-113 {
    margin-bottom: 0;
  }

  .text-block-57 {
    line-height: 100%;
  }

  .text-block-58 {
    font-size: 16px;
  }

  .div-block-118 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .bold-text-2 {
    font-weight: 700;
  }

  .div-block-120 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .bold-text-3 {
    font-family: GTAfont, sans-serif;
  }
}

#w-node-ad7adc83-dad3-073d-d0e5-3e449bb48cc1-9a820196, #w-node-edfbfd37-3a60-d533-8800-922e4ed7c8bb-9a820196, #w-node-edfbfd37-3a60-d533-8800-922e4ed7c8bd-9a820196 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edfbfd37-3a60-d533-8800-922e4ed7c8c2-9a820196 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_3c925194-46af-18d8-b881-de811d9fec05-9a820196, #w-node-c65a56b3-fc6a-4845-b1da-da6a56ec55a6-9a820196, #w-node-f74ee140-6fc2-8e19-3647-f06d2ac714f6-9a820196, #w-node-_5e9bf662-4f13-4d46-d86a-ce372df684c8-9a820196, #w-node-_1fc97532-ee4d-a683-bfa2-3cbb28b98374-9a820196, #w-node-_5eb5027a-3a82-2989-4bfe-6332ae377833-9a820196, #w-node-dd01670c-759d-8e72-60e9-8e15df2c9aab-9a820196, #w-node-_5669b5ee-e379-419f-92fe-f88e199a4790-9a820196 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acc2bef1-c5e1-2719-a91a-d4cd3516afe9-9a820196 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-fac312dd-809e-dc3a-7a6b-6bc546504f8b-46504f89 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_18819ba2-bff6-8a5e-373a-95376002daeb-46504f89 {
  justify-self: end;
}

#w-node-ea839c6f-a8f9-24dd-3523-6331b69c0905-9a820199, #w-node-ea839c6f-a8f9-24dd-3523-6331b69c090b-9a820199, #w-node-ea839c6f-a8f9-24dd-3523-6331b69c0911-9a820199, #w-node-ea839c6f-a8f9-24dd-3523-6331b69c0917-9a820199, #w-node-ea839c6f-a8f9-24dd-3523-6331b69c091d-9a820199, #w-node-ea839c6f-a8f9-24dd-3523-6331b69c0923-9a820199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6c6b1a3-152b-3816-afbd-e01b8a9c3c6c-8a9c3c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_4ad47092-81f6-63f1-e883-024dc9ab203d-9a82019a, #w-node-_0acc16c3-b375-5c3a-da2d-8f875117e6ab-9a82019a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e81f472-52eb-621a-e629-f2e85483eacc-9a82019a, #w-node-_18a6d296-1d89-cb60-c63b-b2953426a8ad-9a82019a, #w-node-_61b16802-0201-e26c-befc-16beb671a641-9a82019a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad6c1260-b5b2-9f88-fcb1-cc0e0f5e6542-9a82019a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-a9e30973-244a-2763-2e3a-3e50e5f16a10-9a8201a1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dcd6a85d-c9fd-e663-a891-b0bfa803c91c-9a8201a1, #w-node-_3e406337-01e5-f542-2bd2-d428c04adc04-9a8201a1, #w-node-_923bfdbf-5085-bbc9-3a4c-590947747a01-9a8201a2, #w-node-d6c35f72-2915-5701-66f2-d6cbe7afe2f8-9a8201a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3318b54d-d2db-06ed-c68f-a686c157356f-9a8201a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1067e68-0154-0854-667d-5803291f0ad1-9a8201a5 {
  justify-self: end;
}

#w-node-a48290ca-430a-6df6-ec5c-54e49d59c08d-9a8201a8, #w-node-a48290ca-430a-6df6-ec5c-54e49d59c08f-9a8201a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a48290ca-430a-6df6-ec5c-54e49d59c094-9a8201a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_4677060d-7da3-d1f1-3478-3f9043b649c5-9a8201ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_517b4827-69ef-ab5e-018c-034fabda412b-9e397886 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_517b4827-69ef-ab5e-018c-034fabda4150-9e397886 {
  justify-self: end;
}

#w-node-_5be6292f-169b-abe3-5bef-2e2bd347a4ed-9e397886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_65b76734-b55b-fdda-1338-02494a227350-db15d984 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_65b76734-b55b-fdda-1338-02494a227375-db15d984 {
  justify-self: end;
}

#w-node-_3d9d9990-2bb2-4cd7-1c5d-c9902879066f-db15d984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-a1ed3801-bf0e-1de8-2e8e-8838df24e31f-5b234f4e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a1ed3801-bf0e-1de8-2e8e-8838df24e344-5b234f4e {
  justify-self: end;
}

#w-node-f7a200b8-1928-38fe-ff27-9853d24ebaeb-d24ebab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_7a9a62a8-9c17-cd11-9098-c97c39cb0ae8-48bf3457 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a9a62a8-9c17-cd11-9098-c97c39cb0b0d-48bf3457 {
  justify-self: end;
}

#w-node-e715d2f3-a2dc-ddbb-8478-b2aea89c353b-48bf3457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_1c61cc19-f2f8-67db-52de-ac3dd0716b15-a24299d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1c61cc19-f2f8-67db-52de-ac3dd0716b3a-a24299d8 {
  justify-self: end;
}

#w-node-ad7adc83-dad3-073d-d0e5-3e449bb48cc1-a24299d8, #w-node-edfbfd37-3a60-d533-8800-922e4ed7c8bb-a24299d8, #w-node-edfbfd37-3a60-d533-8800-922e4ed7c8bd-a24299d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edfbfd37-3a60-d533-8800-922e4ed7c8c2-a24299d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_3c925194-46af-18d8-b881-de811d9fec05-a24299d8, #w-node-c65a56b3-fc6a-4845-b1da-da6a56ec55a6-a24299d8, #w-node-f74ee140-6fc2-8e19-3647-f06d2ac714f6-a24299d8, #w-node-_5e9bf662-4f13-4d46-d86a-ce372df684c8-a24299d8, #w-node-_1fc97532-ee4d-a683-bfa2-3cbb28b98374-a24299d8, #w-node-_5eb5027a-3a82-2989-4bfe-6332ae377833-a24299d8, #w-node-dd01670c-759d-8e72-60e9-8e15df2c9aab-a24299d8, #w-node-_5669b5ee-e379-419f-92fe-f88e199a4790-a24299d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d95cd670-a354-a7b3-8de0-6a01a6e286ba-a24299d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ad7adc83-dad3-073d-d0e5-3e449bb48cc1-9a820196 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_910c95b2-a935-1fc7-83ef-f650147e1515-9a820196 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_414e05b7-c12d-bbc3-ad71-d8890795f573-9a820196, #w-node-eb3b1aa9-0a2f-78e6-0a0d-a98a4206c173-9a820196 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_764653e8-75e8-ec45-b52c-9898b1973ff3-9a820196 {
    align-self: center;
  }

  #w-node-_9dc78519-b757-8c7f-d0ca-e9557a8456a8-9a820196 {
    place-self: center;
  }

  #w-node-_5669b5ee-e379-419f-92fe-f88e199a4790-9a820196 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fac312dd-809e-dc3a-7a6b-6bc546504fa5-46504f89 {
    justify-self: end;
  }

  #w-node-_184440f7-3efb-3b65-753a-c289adff5756-9a820199, #w-node-a35eec23-30c1-a4ed-0846-6c6a10d41c90-9a820199 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3e406337-01e5-f542-2bd2-d428c04adc04-9a8201a1, #w-node-d6c35f72-2915-5701-66f2-d6cbe7afe2f8-9a8201a2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_25631a17-6df5-cea8-8d6e-1edcbf22515f-9a8201a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_517b4827-69ef-ab5e-018c-034fabda414e-9e397886, #w-node-_65b76734-b55b-fdda-1338-02494a227373-db15d984, #w-node-a1ed3801-bf0e-1de8-2e8e-8838df24e342-5b234f4e, #w-node-_7a9a62a8-9c17-cd11-9098-c97c39cb0b0b-48bf3457, #w-node-_1c61cc19-f2f8-67db-52de-ac3dd0716b38-a24299d8 {
    justify-self: end;
  }

  #w-node-ad7adc83-dad3-073d-d0e5-3e449bb48cc1-a24299d8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_910c95b2-a935-1fc7-83ef-f650147e1515-a24299d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_414e05b7-c12d-bbc3-ad71-d8890795f573-a24299d8, #w-node-eb3b1aa9-0a2f-78e6-0a0d-a98a4206c173-a24299d8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_764653e8-75e8-ec45-b52c-9898b1973ff3-a24299d8 {
    align-self: center;
  }

  #w-node-_9dc78519-b757-8c7f-d0ca-e9557a8456a8-a24299d8 {
    place-self: center;
  }

  #w-node-_5669b5ee-e379-419f-92fe-f88e199a4790-a24299d8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d1067e68-0154-0854-667d-5803291f0ad1-9a8201a5 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad7adc83-dad3-073d-d0e5-3e449bb48cc1-9a820196 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eb3b1aa9-0a2f-78e6-0a0d-a98a4206c166-9a820196 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_414e05b7-c12d-bbc3-ad71-d8890795f573-9a820196, #w-node-eb3b1aa9-0a2f-78e6-0a0d-a98a4206c173-9a820196 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5669b5ee-e379-419f-92fe-f88e199a4790-9a820196 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_437037f8-dfd5-7fd0-bedd-6a55ca7657fb-9a820199 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_184440f7-3efb-3b65-753a-c289adff5756-9a820199, #w-node-a35eec23-30c1-a4ed-0846-6c6a10d41c90-9a820199 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a9e30973-244a-2763-2e3a-3e50e5f16a10-9a8201a1 {
    grid-row: 3 / 4;
  }

  #w-node-a9d8e8db-1f1f-87f9-1814-db948808ca83-9a8201a1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3e406337-01e5-f542-2bd2-d428c04adc04-9a8201a1, #w-node-d6c35f72-2915-5701-66f2-d6cbe7afe2f8-9a8201a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d1067e68-0154-0854-667d-5803291f0ad1-9a8201a5 {
    justify-self: start;
  }

  #w-node-ad7adc83-dad3-073d-d0e5-3e449bb48cc1-a24299d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eb3b1aa9-0a2f-78e6-0a0d-a98a4206c166-a24299d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_414e05b7-c12d-bbc3-ad71-d8890795f573-a24299d8, #w-node-eb3b1aa9-0a2f-78e6-0a0d-a98a4206c173-a24299d8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5669b5ee-e379-419f-92fe-f88e199a4790-a24299d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'GTAfont';
  src: url('../fonts/klaptcyrillic-regular_w.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GTAfont';
  src: url('../fonts/klaptcyrillic-bold_w.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-BoldItalic.otf') format('opentype'), url('../fonts/FixelDisplay-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Bold.otf') format('opentype'), url('../fonts/FixelDisplay-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}