@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-Bold-Trial.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --_color---white--solid: #efeadf;
  --_color---black--solid: #1f1f1f;
  --body--m: 1rem;
  --_color---accent--base: #4c061c;
  --body--button: 1rem;
  --_color---black--10: #1f1f1f1a;
  --_color---white--16: #ffffff29;
  --_color---accent--strong: #282524;
  --_color---white--80: #fffc;
  --_color---white--40: #fff6;
  --_color---black--80: #1f1f1fcc;
  --h1: 3.875rem;
  --body--l: 1.25rem;
  --_color---black--60: #1f1f1f99;
  --_color---black--4: #1f1f1f0a;
  --_color---white--60: #fff9;
  --body--s: .875rem;
  --body--3xl: 2.75rem;
  --h2: 3.25rem;
  --_color---black--30: #1f1f1f4d;
  --h3: 2.75rem;
  --_color---white--4: #ffffff0a;
  --body--xl: 1.5rem;
  --body--numbers: 4.5rem;
  --body--2xl: 2rem;
  --body--xs: .75rem;
  --_color-sheme---sheme_bg: var(--_color---white--solid);
  --_color-sheme---sheme_text: var(--_color---black--solid);
  --_color-sheme---sheme_bg_hover: var(--_color---white--80);
  --_color-sheme---sheme_text_hover: var(--_color---black--solid);
  --_color---accent--fade-base: white;
  --_color---accent--orange: #a85126;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

strong {
  font-weight: bold;
}

.body {
  background-color: var(--_color---white--solid);
  color: var(--_color---black--solid);
  font-family: Poppins, Impact, sans-serif;
  font-size: var(--body--m);
  font-variant-numeric: lining-nums;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.full {
  height: 100%;
}

.container.full.hero__container {
  flex-flow: column;
  padding-bottom: 2rem;
  display: flex;
}

.container.about-event__container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.container.why-attend__container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.event-promo__container, .container.cta__container {
  height: 100%;
}

.container.developers__cantainer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.container.gallery__container, .container.faq__container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.container.investment-reasons__container, .container.collab__container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

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

.container.about-uae__container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.container.projects__container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.container.key-features__container, .container.about-project__container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.container.timeline__container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: visible;
}

.flex-v-0 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.align-right {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.navigation {
  background-color: #0000;
}

.nav-link {
  opacity: 1;
  color: var(--_color---black--solid);
  text-transform: uppercase;
  padding: 0;
  transition: color .25s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  opacity: 1;
  color: var(--_color---accent--base);
}

.nav-link.w--current {
  color: var(--_color---accent--base);
}

.flex-h-0 {
  justify-content: space-between;
  display: flex;
}

.relative {
  position: relative;
}

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

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

.styleguide {
  flex-flow: column;
  display: none;
}

.align-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-links-wrap {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section.about-event, .section.why-attend {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.section.event-promo {
  max-width: none;
  height: calc(100svh - 5rem);
  max-height: 45rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.section.cta {
  height: calc(100svh - 5rem);
  max-height: 40rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.section.about-us, .section.developers {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.section.gallery {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  overflow: hidden;
}

.section.location {
  height: 100svh;
  max-height: 49.75rem;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.section.faq {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.section.investment-reasons {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section.collab, .section.banner, .section.about-uae {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.section.projects, .section.key-features {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  overflow: hidden;
}

.section.about-project {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.timeline {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fade-2 {
  background-color: var(--_color---white--16);
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
}

.nav-logo {
  width: auto;
  height: auto;
}

.nav-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.align-left {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.header {
  z-index: 9;
  background-color: var(--_color---white--solid);
  color: var(--_color---accent--strong);
  width: 100%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.is-transparent {
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.footer {
  background-color: var(--_color---black--solid);
  color: var(--_color---white--solid);
  overflow: hidden;
}

.footer:where(.w-variant-bdb79a94-bdba-495d-e97e-c7c0c320051d) {
  background-color: var(--_color---accent--strong);
}

.nav-buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--_color---white--solid);
  color: var(--_color---black--solid);
  font-size: var(--body--button);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: .875rem 2rem;
  font-weight: 500;
  transition: color .25s cubic-bezier(.25, .46, .45, .94), background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:where(.w-variant-c118b790-48fa-425f-b131-efd0116fbed5) {
  background-color: var(--_color---white--16);
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  color: var(--_color---white--solid);
  align-self: auto;
  text-decoration: none;
}

.button:where(.w-variant-f18a011e-bd0d-0ae1-dc47-3ef2598bc958) {
  background-color: var(--_color---black--solid);
  color: var(--_color---white--solid);
  cursor: pointer;
  align-self: flex-start;
}

.button:where(.w-variant-8fb5d60a-9d78-2afd-c3d4-89b064873b5f) {
  background-color: var(--_color---accent--base);
  color: var(--_color---white--solid);
}

.button:where(.w-variant-151df1e5-e04d-8148-715b-31d119f6c122) {
  background-color: var(--_color---accent--base);
  color: var(--_color---white--solid);
  font-family: Graphik Trial, Arial, sans-serif;
}

.button:where(.w-variant-2d3d91cc-9751-d873-d81d-43519aa5ad34) {
  background-color: var(--_color---black--solid);
  color: var(--_color---white--solid);
}

.button:where(.w-variant-85bb2afa-b3a3-a099-71c8-e54310185b32) {
  background-color: var(--_color---accent--base);
  color: var(--_color---white--solid);
  font-family: Graphik Trial, Arial, sans-serif;
}

.button:where(.w-variant-ea3d3178-7e7c-a862-2582-e3b68654c332) {
  display: none;
}

.button:where(.w-variant-b9904ae8-1f0c-b9d2-4247-bbf44184893f) {
  align-self: flex-end;
  width: 100%;
  font-family: Graphik Trial, Arial, sans-serif;
}

.button:hover {
  background-color: var(--_color---white--80);
}

.button:hover:where(.w-variant-c118b790-48fa-425f-b131-efd0116fbed5) {
  background-color: var(--_color---white--40);
}

.button:hover:where(.w-variant-f18a011e-bd0d-0ae1-dc47-3ef2598bc958) {
  background-color: var(--_color---black--80);
  color: var(--_color---white--solid);
}

.button:hover:where(.w-variant-8fb5d60a-9d78-2afd-c3d4-89b064873b5f), .button:hover:where(.w-variant-151df1e5-e04d-8148-715b-31d119f6c122) {
  background-color: var(--_color---accent--strong);
}

.button:hover:where(.w-variant-2d3d91cc-9751-d873-d81d-43519aa5ad34) {
  background-color: var(--_color---black--80);
}

.button:hover:where(.w-variant-85bb2afa-b3a3-a099-71c8-e54310185b32) {
  background-color: var(--_color---accent--strong);
}

.hero {
  height: 100svh;
  min-height: auto;
  max-height: 70rem;
  position: relative;
}

.hero__bg {
  background-image: url('../images/hero-background.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero__content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  margin-top: auto;
  padding: 8.5rem 1.25rem 1.25rem;
  display: flex;
  position: relative;
}

.hero__right-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  max-width: 40.75rem;
  height: 100%;
  display: flex;
}

.hero__title-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.heading-one {
  color: var(--_color---white--solid);
  font-family: Graphik Trial, Arial, sans-serif;
  font-size: var(--h1);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 100%;
}

.heading-one.color {
  color: #d6b384;
}

.hero__descr {
  color: var(--_color---white--solid);
  font-family: Poppins, Impact, sans-serif;
  font-size: var(--body--l);
  letter-spacing: 0;
  line-height: 130%;
  position: static;
}

.hero__tags {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.tag {
  color: var(--_color---white--solid);
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 130%;
}

.tag:where(.w-variant-c2025902-19a4-c3be-c3ac-eb9c23c535c8) {
  background-color: var(--_color---white--16);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  padding-left: .625rem;
  padding-right: .625rem;
}

.event-details {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--_color---black--10);
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  color: var(--_color---white--solid);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 17.5rem;
  height: auto;
  padding: 1rem;
  display: flex;
}

.event-details__list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.event-details__list:where(.w-variant-dd94ef4d-92ed-3082-1ed4-de3b5155d170) {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
}

.event-details__list.row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column-reverse;
}

.event-details__item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.event-details__item:where(.w-variant-dd94ef4d-92ed-3082-1ed4-de3b5155d170) {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-right: 1px solid var(--_color---white--16);
  padding-right: 1.5rem;
}

.event-details__item.last:where(.w-variant-dd94ef4d-92ed-3082-1ed4-de3b5155d170) {
  border-right-style: none;
  padding-right: 0;
}

.event-details__item.last.row-8 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-right: 1px none var(--_color---white--16);
  padding-right: 0;
}

.event-details__item.last.row-13 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-right: 1px none var(--_color---white--16);
  padding-right: 0;
  transition: border-color .25s cubic-bezier(.25, .46, .45, .94);
}

.event-details__item.last.row-13:hover {
  border-bottom-color: var(--_color---white--40);
}

.event-details__item.row-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-right: 1px solid var(--_color---white--16);
  padding-right: 1.5rem;
}

.event-details__item.row-5 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-right: 1px none var(--_color---white--16);
  border-bottom: 1px solid #0000;
}

.event-details__label {
  color: var(--_color---white--60);
  text-transform: uppercase;
  line-height: 120%;
}

.event-details__label:where(.w-variant-20f28c18-0c93-754a-7c64-9eb5dbd6daf2) {
  color: var(--_color---black--60);
}

.event-details__value {
  font-size: var(--body--s);
  text-transform: none;
  white-space: normal;
  line-height: 120%;
}

.event-details__value:where(.w-variant-dd94ef4d-92ed-3082-1ed4-de3b5155d170) {
  white-space: normal;
}

.event-details__value.link:where(.w-variant-dd94ef4d-92ed-3082-1ed4-de3b5155d170) {
  max-width: 14.125rem;
}

.event-details__value.link.row-11, .event-details__value.link.row-15 {
  white-space: normal;
  max-width: 14.125rem;
}

.event-details__value.link.up:where(.w-variant-20f28c18-0c93-754a-7c64-9eb5dbd6daf2) {
  text-transform: uppercase;
}

.event-details__value.row-4 {
  white-space: normal;
}

.event-details__value.row-7 {
  text-transform: none;
  white-space: nowrap;
}

.event-details__value.up:where(.w-variant-20f28c18-0c93-754a-7c64-9eb5dbd6daf2) {
  text-transform: uppercase;
}

.about-event__title {
  font-size: var(--body--m);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 120%;
}

.about-event__descr {
  font-size: var(--body--3xl);
  letter-spacing: 0;
  font-weight: 300;
  line-height: 110%;
}

.about-event__title-root {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.about-event__content {
  height: 37.5rem;
  position: relative;
  overflow: hidden;
}

.about-event__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.about-event__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.why-attend__text-root {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.why-attend__image-root {
  height: 38.3125rem;
}

.heading-two {
  color: var(--_color---accent--strong);
  font-family: Graphik Trial, Arial, sans-serif;
  font-size: var(--h2);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 110%;
}

.heading-two:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
  color: var(--_color---accent--strong);
}

.heading-two.fade {
  color: var(--_color---black--60);
}

.heading-two.white:where(.w-variant-266cd08f-646e-a9bf-9fe5-342969e91213) {
  color: var(--_color---white--solid);
  letter-spacing: 0;
  align-self: auto;
  margin-top: -1rem;
}

.why-attend__list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  display: grid;
}

.why-attend__item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--_color---black--10);
  flex-flow: column;
  padding-top: 1.5rem;
  display: flex;
}

.why-attend__item-value {
  font-size: var(--body--l);
  line-height: 130%;
}

.why-attend__item-icon {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

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

.event-promo__content {
  background-color: var(--_color---black--30);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  color: var(--_color---white--solid);
  flex-flow: column;
  justify-content: space-between;
  max-width: 32.5rem;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.event-promo__top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.event-promo__bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.event-promo__title {
  font-size: var(--h3);
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 110%;
}

.event-promo__descr {
  line-height: 130%;
}

.section__bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.event-promo__list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.event-promo__item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.event-promo__item.border {
  border-right: 1px solid var(--_color---white--16);
}

.event-promo__item-label {
  color: var(--_color---white--60);
  font-size: var(--body--s);
  line-height: 140%;
}

.event-promo__item-value {
  font-size: var(--body--3xl);
  letter-spacing: -1px;
  line-height: 110%;
}

.cta__form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_color---black--30);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  color: var(--_color---white--solid);
  flex-flow: column;
  justify-content: space-between;
  max-width: 32.5rem;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.cta__title-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cta__title {
  color: var(--_color---white--solid);
  font-family: Graphik Trial, Arial, sans-serif;
  font-size: var(--h3);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 110%;
}

.cta__descr {
  line-height: 130%;
}

.success-message {
  background-color: #0c5744;
  padding: 1.5rem;
}

.error-message {
  background-color: var(--_color---white--4);
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  color: #ff5a6a;
  margin-top: 1rem;
  padding: .5rem 1rem;
  line-height: 130%;
}

.form__root, .form__inputs {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.form__input {
  border-top: 1px #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right: 1px #000;
  border-bottom-color: var(--_color---white--16);
  color: var(--_color---white--solid);
  background-color: #0000;
  border-left: 1px #000;
  outline: none;
  margin-bottom: 0;
  padding: .875rem 0;
  line-height: 130%;
  transition-property: border-color;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.form__input:hover {
  border-bottom-color: var(--_color---white--40);
}

.form__input:focus {
  border-bottom-color: var(--_color---white--60);
}

.form__input::placeholder {
  color: var(--_color---white--60);
}

.form__button {
  background-color: var(--_color---white--solid);
  color: var(--_color---black--solid);
  font-family: Graphik Trial, Arial, sans-serif;
  font-size: var(--body--button);
  text-transform: uppercase;
  padding: .875rem 1rem;
  font-weight: 500;
  line-height: 132%;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
}

.form__button:hover {
  background-color: var(--_color---white--80);
}

.achievements-new {
  max-width: 100%;
}

.swiper-slide.projects {
  width: 28rem;
  height: auto;
}

.achievements__title-root {
  border-top: 1px solid var(--_color---black--10);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5.5rem;
  padding-top: 1.5rem;
  display: flex;
  position: relative;
}

.achievement-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--_color---black--4);
  border: 1px #544d481a;
  border-color: var(--extra-low);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 21.125rem;
  min-height: auto;
  padding: 3rem 1.5rem;
  display: flex;
}

.abou-us__image-wrapper {
  background-image: url('../images/dff86cbec0d5809b97f57fb0b48e1f3f42410a21_1dff86cbec0d5809b97f57fb0b48e1f3f42410a21.avif');
  background-position: 50%;
  background-size: cover;
  height: 36.25rem;
}

.achievement-card__image-root {
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 11.25rem;
  display: flex;
  position: relative;
}

.nav-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.achievement-card__title-top {
  color: var(--_color---black--solid);
  font-size: var(--body--m);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 120%;
}

.achievement-card__image-bg {
  opacity: .2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cons-btn.button-new {
  letter-spacing: 1px;
  line-height: 132%;
}

.cons-btn.button-new.white {
  transition: border-color .25s cubic-bezier(.25, .46, .45, .94), background-color .25s cubic-bezier(.25, .46, .45, .94);
}

.cons-btn.button-new.white:hover {
  background-color: #f0ede8;
  border-color: #f0ede8;
}

.cons-btn.button-new.gold {
  line-height: 132%;
  position: relative;
}

.achievement-card__text-root {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav {
  background-color: var(--_color---black--4);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav:hover {
  background-color: var(--_color---black--10);
}

.about-us__text-wrapper {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  max-width: 32.875rem;
  display: flex;
}

.about-us__item-value {
  font-size: var(--body--xl);
  letter-spacing: -.5px;
  text-transform: none;
  font-weight: 400;
  line-height: 120%;
}

.achievement-card__title {
  color: var(--_color---black--60);
  font-size: var(--body--m);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 400;
  line-height: 130%;
}

.about-us__item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-left: 1px solid var(--_color---black--10);
  flex-flow: column;
  width: 100%;
  padding-left: 1rem;
  display: flex;
}

.about-us__item-title {
  color: var(--_color---black--60);
  font-size: var(--body--m);
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  font-weight: 400;
  line-height: 130%;
}

.nav__icon {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.swiper-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.abou-us__content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px #1f1f1f1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.5rem;
  display: grid;
}

.achievement-card__image {
  z-index: 1;
  object-fit: contain;
  height: auto;
  max-height: 100%;
  position: relative;
  overflow: visible;
}

.swiper {
  direction: ltr;
}

.swiper.achievements-swiper {
  width: 100%;
}

.swiper.swiper-gallery {
  width: 100%;
  overflow: visible;
}

.swiper.projects-swiper {
  width: 100%;
  height: auto;
  overflow: visible;
}

.achievements__title {
  font-size: var(--body--xl);
  text-transform: none;
  font-weight: 400;
  line-height: 160%;
}

.about-us__list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 24.0625rem;
  margin-top: auto;
  display: grid;
}

.about-us__title-root {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.about-au__descr {
  color: var(--_color---black--60);
  line-height: 130%;
}

.developers__title-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  position: sticky;
  top: 6rem;
  left: 0;
}

.developers__list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  grid-auto-columns: minmax(13.5rem, 1fr);
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.developers__descr {
  color: var(--_color---black--60);
  font-size: var(--body--l);
  max-width: 30rem;
  line-height: 130%;
}

.developers__item {
  background-color: var(--_color---black--4);
  justify-content: center;
  align-items: center;
  height: 6.25rem;
  display: flex;
}

.developers__logo {
  max-width: 6.125rem;
  max-height: 3.5rem;
}

.gallery__title {
  font-size: var(--body--xl);
  letter-spacing: -.5px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.gallery__info-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.gallery__info-item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-left: 1px solid var(--_color---black--10);
  flex-flow: column;
  width: 100%;
  padding-left: 2rem;
  display: flex;
}

.gallery__info-value {
  font-size: var(--body--numbers);
  letter-spacing: -1px;
  line-height: 100%;
}

.gallery__info-label {
  color: var(--_color---black--60);
  font-size: var(--body--l);
  line-height: 130%;
}

.gallery__swiper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.location__container {
  height: 100%;
  position: relative;
}

.location__map {
  height: 100%;
}

.location__content-root {
  background-color: var(--_color---black--4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-flow: column;
  justify-content: space-between;
  width: min-content;
  min-width: 26rem;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.location__title-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.location__title {
  color: var(--_color---accent--strong);
  font-family: Graphik Trial, Arial, sans-serif;
  font-size: var(--h3);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 110%;
}

.location__descr {
  color: var(--_color---black--60);
  line-height: 130%;
}

.location__info-root {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

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

.faq__list {
  border-bottom: 1px solid var(--_color---black--10);
}

.dropdown-faq {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordion-list_item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-top: 1px solid var(--_color---black--10);
  white-space: pre-wrap;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1.6875rem 0;
  font-size: 1.25rem;
  display: flex;
}

.text-size_28px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 110%;
}

.icon_32px {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.dropdown-faq-list-content {
  opacity: 1;
  background-color: #0000;
  flex-flow: column;
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-faq-content {
  opacity: 1;
  padding-top: .25rem;
  padding-bottom: 2rem;
  font-size: 1rem;
  line-height: 140%;
}

.max_width-600px {
  color: #121417bf;
  max-width: 37.5rem;
}

.accordion-list__title {
  font-size: var(--body--l);
  font-weight: 400;
  line-height: 130%;
}

.accordion-list__content {
  color: var(--_color---black--60);
  font-size: var(--body--m);
  max-width: 37.5rem;
  line-height: 130%;
}

.investment-reasons__title-root {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.investment-reasons__title {
  font-size: var(--h2);
  letter-spacing: -1px;
  max-width: 40rem;
  font-weight: 400;
  line-height: 110%;
}

.investment-reasons__list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.investment-reasons__item {
  background-color: var(--_color---black--4);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  flex-flow: column;
  justify-content: space-between;
  height: 17.5rem;
  padding: 1.5rem;
  display: flex;
}

.investment-reasons__icon {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.investment-reasons__item-title {
  font-size: var(--body--xl);
  letter-spacing: -.5px;
  font-weight: 400;
  line-height: 120%;
}

.investment-reasons__item-descr {
  color: var(--_color---black--80);
  line-height: 123%;
}

.investment-reasons__item-root {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.collab__list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collab__list:where(.w-variant-6bcf4acf-a9fd-55a3-0c19-e545ec8dcd15) {
  background-image: radial-gradient(circle, #1f1f1f, #1f1f1ff2);
}

.collab__list:where(.w-variant-266cd08f-646e-a9bf-9fe5-342969e91213) {
  grid-template-columns: 35rem 1fr 1fr;
}

.collab__item {
  background-color: var(--_color---black--10);
  flex-flow: column;
  justify-content: space-between;
  height: 23.75rem;
  padding: 1.5rem;
  display: flex;
}

.collab__item:where(.w-variant-6bcf4acf-a9fd-55a3-0c19-e545ec8dcd15) {
  color: var(--_color---white--solid);
  background-color: #0000;
}

.collab__item:where(.w-variant-266cd08f-646e-a9bf-9fe5-342969e91213) {
  background-color: var(--_color---accent--strong);
  color: var(--_color---white--solid);
  height: 25rem;
}

.collab__item:where(.w-variant-534d59e8-00a4-31ab-72df-0ab18155fdb5) {
  background-color: var(--_color---accent--base);
  color: var(--_color---white--solid);
}

.collab__item.border {
  border-right: 1px solid var(--_color---black--10);
}

.collab__item.border:where(.w-variant-6bcf4acf-a9fd-55a3-0c19-e545ec8dcd15) {
  border-right-color: var(--_color---white--16);
  color: var(--_color---white--solid);
  background-color: #0000;
}

.collab__item.border:where(.w-variant-266cd08f-646e-a9bf-9fe5-342969e91213) {
  border-right-color: var(--_color---white--16);
  background-color: var(--_color---accent--strong);
}

.collab__item.border:where(.w-variant-534d59e8-00a4-31ab-72df-0ab18155fdb5) {
  border-right-color: var(--_color---white--16);
}

.collab__logo {
  object-fit: contain;
  align-self: flex-start;
  max-width: 9.375rem;
  max-height: 3.5rem;
}

.collab__logo:where(.w-variant-6bcf4acf-a9fd-55a3-0c19-e545ec8dcd15) {
  filter: invert();
}

.collab__logo:where(.w-variant-266cd08f-646e-a9bf-9fe5-342969e91213) {
  object-fit: contain;
  object-position: 50% 0%;
  max-width: none;
  height: 3.5rem;
}

.collab__logo:where(.w-variant-534d59e8-00a4-31ab-72df-0ab18155fdb5) {
  filter: invert();
}

.collab__item-info {
  line-height: 130%;
}

.collab__item-info:where(.w-variant-266cd08f-646e-a9bf-9fe5-342969e91213) {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.collab__item-info.bold:where(.w-variant-266cd08f-646e-a9bf-9fe5-342969e91213) {
  text-transform: uppercase;
}

.banner__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_color---black--solid);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner__wrapper:where(.w-variant-4cb1c585-7437-e83f-910d-3688fae15440) {
  background-color: var(--_color---accent--strong);
}

.banner__wrapper:where(.w-variant-93ca585b-a235-aaa3-af2b-2f1f0aac2982) {
  background-color: var(--_color---accent--base);
}

.banner__wrapper:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
  border: 1px solid var(--_color---black--10);
  background-color: #0000;
}

.banner__title-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid var(--_color---white--16);
  color: var(--_color---white--solid);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.banner__title-root:where(.w-variant-93ca585b-a235-aaa3-af2b-2f1f0aac2982) {
  justify-content: center;
  align-items: flex-start;
}

.banner__title-root:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
  border-right-color: var(--_color---black--10);
  color: var(--_color---black--solid);
}

.banner__descr:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
  color: var(--_color---black--60);
  line-height: 130%;
}

.banner__logos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner__item.border {
  border-right: 1px solid var(--_color---white--16);
  padding-right: 2rem;
}

.banner__logo {
  filter: invert();
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 2rem;
  max-height: 2rem;
}

.banner__logo:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
  filter: none;
  height: 5rem;
  max-height: 5rem;
}

.tabs__menu {
  border-bottom: 1px solid var(--_color---black--10);
  margin-bottom: 2rem;
}

.tabs__link {
  color: var(--_color---black--60);
  font-size: var(--body--l);
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: .75rem 2rem;
  line-height: 130%;
}

.tabs__link.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--_color---black--solid);
  color: var(--_color---black--solid);
  background-color: #0000;
}

.about-uae__card {
  flex-flow: column;
  justify-content: space-between;
  height: 45rem;
  display: block;
  position: relative;
}

.about-uae__bg-card {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-uae__card-content {
  color: var(--_color---white--solid);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.about-uae__title-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 40rem;
  display: flex;
  position: relative;
}

.about-uae__card-title {
  font-size: var(--h3);
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 100%;
}

.about-uae__card-descr {
  line-height: 130%;
}

.about-uae__card-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.about-uae__card-item {
  background-color: var(--_color---black--30);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 15rem;
  padding: 1.5rem;
  display: flex;
}

.about-uae__item-title-root {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-uae__item-icon {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.about-uae__item-title {
  font-size: var(--body--xl);
  letter-spacing: -.3px;
  font-weight: 400;
  line-height: 120%;
}

.projects__top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.projects__logo {
  object-fit: contain;
  align-self: flex-start;
  width: auto;
  max-width: 24.6875rem;
  height: auto;
  max-height: 3.75rem;
}

.projects__title-root {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.projects__descr {
  max-width: 28.75rem;
  line-height: 130%;
}

.apartments__card-info {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-top: 1px #1f1f1f1a;
  justify-content: space-between;
  display: flex;
}

.apartments__card-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.apartments__card-title {
  font-size: var(--body--xl);
  letter-spacing: -.5px;
  text-transform: none;
  align-self: auto;
  font-weight: 400;
  line-height: 120%;
}

.d-flex {
  display: flex;
}

.slider-nav {
  cursor: pointer;
  background-color: #1f1f1f1a;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.slider-nav:hover {
  color: #fff;
  background-color: #1f1f1f4d;
}

.slider-nav.slider {
  z-index: 5;
  -webkit-backdrop-filter: blur(210px);
  backdrop-filter: blur(210px);
  background-color: #85715d;
}

.slider-nav.slider:hover {
  background-color: #6c5c4b;
}

.slider-nav.slider.right {
  background-color: var(--_color---black--4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  margin-right: 1rem;
}

.slider-nav.slider.left {
  background-color: var(--_color---black--4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  margin-left: 1rem;
}

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

.apartments__card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px none var(--_color---black--10);
  cursor: pointer;
  flex-flow: column;
  height: auto;
  padding: 1rem;
  display: flex;
}

.apartments__card-value {
  text-transform: none;
  font-weight: 400;
  line-height: 130%;
  position: static;
}

.tooltip__image {
  object-fit: contain;
}

.apartments__card-label {
  opacity: .3;
  text-transform: uppercase;
  font-size: .625rem;
  font-weight: 500;
}

.apartments__card-item {
  flex-flow: column;
  padding-left: .75rem;
  display: flex;
  position: relative;
}

.apartments__card-title--root {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tooltip__toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  font-size: .625rem;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.last-slide__body {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tooltip {
  align-self: center;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}

.tooltip__text {
  text-transform: uppercase;
  width: 14.5rem;
  min-width: 14.5rem;
  padding: .5rem;
  font-size: .625rem;
  line-height: 160%;
}

.apartments__card-slider {
  height: 25rem;
}

.tooltip__image-root {
  width: 6.25rem;
  height: 6.25rem;
  padding: .25rem;
}

.tooltip__content.w--open {
  background-color: #fff;
  display: flex;
  bottom: 2.3rem;
  right: -2.75rem;
  box-shadow: 0 0 56px #0003;
}

.slide-gradient {
  z-index: 1;
  background-color: #1f1f1f99;
  position: absolute;
  inset: 0%;
}

.apartments__card {
  border: 1px solid var(--_color---black--10);
  width: 28rem;
  height: 100%;
  position: relative;
}

.slider__nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.apartments__card-tag {
  z-index: 1;
  background-color: var(--_color---black--30);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  color: var(--_color---white--solid);
  width: -moz-fit-content;
  width: fit-content;
  padding: .625rem;
  line-height: 100%;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.apartments__card-descr {
  color: var(--_color---black--60);
  font-size: var(--body--s);
  line-height: 140%;
}

.footer__container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer__left {
  border-bottom: 1px none var(--_color---white--4);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 2rem 2rem 0;
  display: flex;
}

.footer__nav-list {
  border-right: 1px none var(--_color---white--4);
  border-left: 1px solid var(--_color---white--4);
}

.footer__nav-item {
  border-bottom: 1px none var(--_color---white--4);
  height: 5.1875rem;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.footer__nav-item:hover {
  background-color: #0000;
}

.footer__logo {
  align-self: flex-start;
  width: auto;
  max-height: 3rem;
}

.footer__privacy-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.footer__privacy-wrapper.mobile {
  display: none;
}

.footer__link {
  color: var(--_color---white--60);
  line-height: 130%;
  text-decoration: none;
}

.footer__copy {
  color: var(--_color---white--60);
  line-height: 130%;
  position: static;
  bottom: 2.75rem;
  left: 0;
}

.footer__nav-link {
  color: var(--_color---white--solid);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 2rem;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.footer__social-list {
  border-left: 1px solid var(--_color---white--4);
  display: flex;
}

.footer__social-item {
  border-right: 1px solid var(--_color---white--4);
  width: 100%;
  height: 7rem;
  transition: background-color .2s;
}

.footer__social-item:hover {
  background-color: var(--_color---white--4);
}

.footer__social-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer__social-icon {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.code-embed {
  object-fit: contain;
  display: flex;
}

.success-message__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message__icon {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.success-message__title {
  font-size: var(--body--l);
  line-height: 130%;
}

.success-message__descr {
  opacity: .7;
  line-height: 130%;
}

.modal {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal__bg {
  background-color: var(--_color---black--10);
  -webkit-backdrop-filter: blur(210px);
  backdrop-filter: blur(210px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal__wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_color---accent--strong);
  color: var(--_color---white--solid);
  flex-flow: column;
  width: 32.5rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.modal__title-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.modal__title {
  font-family: Graphik Trial, Arial, sans-serif;
  font-size: var(--h3);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 110%;
}

.modal__descr {
  line-height: 130%;
}

.modal__cross-btn {
  background-color: var(--_color---white--16);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  top: 0;
  right: -3rem;
}

.key-features__title-root {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.key-features__swiper {
  border-top: 1px solid var(--_color---black--10);
  padding-top: 1.5rem;
}

.feature-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.feature-card__image {
  object-fit: cover;
  width: 100%;
  height: 25rem;
}

.feature-card__content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.feature-card__title {
  font-size: var(--body--m);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 120%;
}

.feature-card__descr {
  color: var(--_color---black--60);
  line-height: 130%;
}

.about-project__title-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.about-project__title {
  color: var(--_color---black--solid);
  text-transform: uppercase;
  line-height: 120%;
}

.about-project__wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--_color---black--10);
  color: var(--_color---black--solid);
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 32.125rem 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem 0 0;
  display: grid;
}

.about-project__content-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_color---white--solid);
  flex-flow: column;
  display: flex;
}

.about-project__descr {
  color: var(--_color---accent--strong);
  max-width: none;
  line-height: 130%;
}

.about-project__list {
  margin-top: auto;
}

.about-project__images {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 49.0625rem;
  display: grid;
  overflow: hidden;
}

.about-project__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-project__image-link {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

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

.about-project__image-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_color---black--60);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--_color---white--solid);
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 13.0625rem;
  padding: .75rem 2rem;
  line-height: 132%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-project_btn-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.about-project__item {
  border-top: 1px solid var(--_color---white--16);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.about-project__item-label {
  color: var(--_color---black--60);
  font-size: var(--body--m);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 130%;
}

.about-project__item-value {
  color: var(--_color---accent--strong);
  line-height: 130%;
}

.timeline__title-root {
  border-bottom: 1px solid var(--_color---black--10);
  padding-bottom: 2rem;
}

.timeline__title {
  font-size: var(--body--m);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 120%;
}

.timeline__wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: 35rem;
  grid-template-columns: 31.3125rem 1fr;
  grid-auto-columns: 1fr;
  height: 35rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.timeline__scroll-root {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  height: 100%;
  min-height: auto;
  max-height: 35rem;
  padding-top: 11.375rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: scroll;
}

.timeline__image-root {
  z-index: 2;
  background-color: #0000;
  height: 100%;
  position: relative;
  top: 0;
}

.timeline__scroll-item {
  width: 100%;
  height: 11.375rem;
  min-height: 11.375rem;
  position: relative;
}

.timeline__scroll-text {
  font-size: var(--body--xl);
  letter-spacing: -.5px;
  white-space: normal;
  word-break: normal;
  text-wrap: balance;
  padding-left: 3.75rem;
  line-height: 120%;
}

.timeline__scroll-text.title {
  font-size: var(--body--2xl);
}

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

.code-embed-2 {
  position: relative;
}

.about-project__link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_color---accent--base);
  color: var(--_color---white--solid);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .875rem 2rem;
  font-family: Graphik Trial, Arial, sans-serif;
  font-weight: 500;
  transition: color .25s cubic-bezier(.25, .46, .45, .94), background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.about-project__link:hover {
  background-color: var(--_color---accent--strong);
  color: var(--_color---white--solid);
}

.about-project__link.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.footer__logos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.event-details__link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_color---white--solid);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: .625rem;
  text-decoration: none;
  display: flex;
}

.event-details__link:where(.w-variant-dd94ef4d-92ed-3082-1ed4-de3b5155d170), .event-details__link.row_10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_color---white--solid);
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.event-details__icon {
  background-color: var(--_color---accent--strong);
  color: var(--_color---white--solid);
  font-size: var(--body--xs);
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  padding-left: .25rem;
  padding-right: .25rem;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.event-details__icon:where(.w-variant-dd94ef4d-92ed-3082-1ed4-de3b5155d170), .event-details__icon.row-12 {
  display: flex;
}

.event-details__link-root {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.date {
  font-weight: 400;
}

.paragraph {
  font-family: Poppins, Impact, sans-serif;
}

.collab__item-root:where(.w-variant-266cd08f-646e-a9bf-9fe5-342969e91213) {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .cta__form {
    justify-content: space-between;
  }

  .cons-btn.button-new.gold {
    position: relative;
  }

  .modal {
    display: none;
  }

  .modal__wrapper {
    background-color: var(--_color---black--solid);
  }

  .modal__title {
    font-family: Graphik Trial, Arial, sans-serif;
  }

  .about-project__images {
    height: auto;
    max-height: 45.125rem;
    overflow: hidden;
  }
}

@media screen and (min-width: 1440px) {
  .event-details__item.last.row-13 {
    transition: border-color .25s cubic-bezier(.25, .46, .45, .94);
  }

  .event-details__item.last.row-13:hover {
    border-bottom-color: var(--_color---white--40);
  }

  .event-details__item.row-5 {
    border-bottom: 1px solid #0000;
  }

  .error-message {
    margin-top: 1rem;
    padding-right: 1rem;
  }

  .achievement-card {
    width: auto;
  }

  .cons-btn.button-new.gold {
    font-size: .75rem;
  }

  .swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .swiper.achievements-swiper {
    width: 100%;
  }

  .swiper.swiper-gallery {
    overflow: visible;
  }

  .collab__item:where(.w-variant-266cd08f-646e-a9bf-9fe5-342969e91213) {
    border-right-color: var(--_color---white--16);
    background-color: var(--_color---accent--strong);
    color: var(--_color---white--solid);
  }

  .collab__item:where(.w-variant-534d59e8-00a4-31ab-72df-0ab18155fdb5) {
    border-right-color: var(--_color---white--16);
    background-color: var(--_color---accent--base);
    color: var(--_color---white--solid);
  }

  .collab__logo:where(.w-variant-534d59e8-00a4-31ab-72df-0ab18155fdb5) {
    filter: invert();
  }

  .event-details__link {
    color: var(--_color---white--solid);
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    --body--m: 1rem;
    --body--button: 1rem;
    --h1: 2.375rem;
    --body--l: 1.125rem;
    --body--s: .875rem;
    --body--3xl: 2rem;
    --h2: 2.25rem;
    --h3: 2rem;
    --body--xl: 1.25rem;
    --body--numbers: 3.5rem;
    --body--2xl: 1.25rem;
    --body--xs: .75rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.full {
    padding-left: 0;
    padding-right: 0;
  }

  .container.about-event__container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container.why-attend__container {
    display: block;
  }

  .container.cta__container {
    align-items: flex-end;
    display: flex;
  }

  .container.developers__cantainer {
    flex-flow: column;
    display: flex;
  }

  .container.gallery__container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: flex-start;
  }

  .container.faq__container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container.investment-reasons__container {
    padding-bottom: 5rem;
    position: relative;
  }

  .container.about-uae__container, .container.key-features__container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .container.about-project__container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 0;
    position: relative;
  }

  .nav-menu {
    background-color: #0000;
    width: 100%;
    height: calc(100svh - 3.5rem) !important;
  }

  .nav-link {
    font-size: var(--body--button);
    text-transform: uppercase;
    font-weight: 500;
    line-height: 132%;
  }

  .menu-btn {
    border-left: 1px solid var(--_color---black--10);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: -1rem;
    padding: 0 0 0;
    display: flex;
  }

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

  .nav-links-wrap {
    border-top: 1px solid var(--_color---black--10);
    background-color: var(--_color---white--solid);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.about-event, .section.why-attend {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.event-promo {
    height: 34.375rem;
    max-height: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section.cta {
    height: 39.6875rem;
    max-height: none;
    padding-bottom: 1rem;
  }

  .section.about-us.overflow-hidden, .section.developers, .section.gallery {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.location {
    height: auto;
    max-height: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section.faq, .section.collab, .section.banner, .section.about-uae, .section.projects, .section.key-features {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.about-project {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.timeline {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav-logo {
    padding-left: 0;
  }

  .nav-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header {
    border-bottom: 1px solid var(--_color---black--10);
  }

  .button {
    white-space: nowrap;
  }

  .button:where(.w-variant-b9904ae8-1f0c-b9d2-4247-bbf44184893f) {
    background-color: var(--_color---accent--base);
    color: var(--_color---white--solid);
    width: 100%;
  }

  .button:where(.w-variant-2d3d91cc-9751-d873-d81d-43519aa5ad34) {
    position: absolute;
    bottom: 0;
    left: 1rem;
  }

  .button:where(.w-variant-85bb2afa-b3a3-a099-71c8-e54310185b32) {
    display: none;
  }

  .button:where(.w-variant-ea3d3178-7e7c-a862-2582-e3b68654c332) {
    background-color: var(--_color---accent--base);
    color: var(--_color---white--solid);
    font-family: Graphik Trial, Arial, sans-serif;
    display: flex;
    position: absolute;
    bottom: 1.5rem;
  }

  .button:hover:where(.w-variant-b9904ae8-1f0c-b9d2-4247-bbf44184893f) {
    background-color: var(--_color---accent--strong);
  }

  .button:hover:where(.w-variant-2d3d91cc-9751-d873-d81d-43519aa5ad34) {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .button:hover:where(.w-variant-ea3d3178-7e7c-a862-2582-e3b68654c332) {
    background-color: var(--_color---accent--strong);
  }

  .hero {
    height: auto;
    max-height: none;
  }

  .hero__bg {
    height: 26.875rem;
    position: static;
  }

  .hero__content {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding: 1.5rem 1rem;
  }

  .hero__right-root {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 34.25rem;
  }

  .hero__title-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-one {
    color: var(--_color---black--solid);
  }

  .hero__descr {
    color: var(--_color---black--60);
  }

  .hero__tags {
    flex-flow: column;
  }

  .tag {
    color: var(--_color---black--solid);
    align-self: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tag:where(.w-variant-c2025902-19a4-c3be-c3ac-eb9c23c535c8) {
    background-color: var(--_color---black--10);
    align-self: flex-start;
    padding-top: .625rem;
    padding-bottom: .625rem;
    line-height: 100%;
  }

  .event-details {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    background-color: var(--_color---black--4);
    flex-flow: column;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .event-details__list {
    color: var(--_color---black--solid);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .event-details__list:where(.w-variant-dd94ef4d-92ed-3082-1ed4-de3b5155d170) {
    justify-content: flex-start;
  }

  .event-details__list:where(.w-variant-20f28c18-0c93-754a-7c64-9eb5dbd6daf2) {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .event-details__list.row {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .event-details__item.last.row-13, .event-details__item.row-5 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .event-details__label {
    color: var(--_color---black--60);
  }

  .event-details__value {
    text-transform: uppercase;
  }

  .event-details__value:where(.w-variant-dd94ef4d-92ed-3082-1ed4-de3b5155d170), .event-details__value.link.row-11, .event-details__value.link.row-15, .event-details__value.row-4, .event-details__value.row-7 {
    white-space: normal;
  }

  .about-event__title-root {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-event__content {
    height: 30rem;
  }

  .why-attend__text-root {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .why-attend__image-root {
    display: none;
  }

  .event-promo__content {
    max-width: 22.5rem;
  }

  .event-promo__list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .event-promo__item.border {
    border-bottom: 1px solid var(--_color---white--16);
    border-right-style: none;
    padding-bottom: 1rem;
  }

  .cta__form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .form__inputs {
    flex-flow: row;
  }

  .swiper-slide.achievement-slide {
    width: 14.4375rem;
  }

  .swiper-slide.projects, .swiper-slide.key-features {
    width: 22.375rem;
  }

  .achievements__title-root {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .achievement-card {
    width: 14rem;
    height: 17.375rem;
    padding: 2rem 1.5rem 1.5rem;
  }

  .abou-us__image-wrapper {
    height: 33.75rem;
  }

  .achievement-card__image-root {
    width: 7.25rem;
    height: 7.25rem;
  }

  .nav-wrapper {
    display: none;
  }

  .nav-wrapper.gallery, .nav-wrapper.projects {
    display: flex;
  }

  .about-us__text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    max-width: 27.5rem;
  }

  .achievement-card__title {
    white-space: normal;
  }

  .abou-us__content {
    flex-flow: column;
    display: flex;
  }

  .swiper {
    width: 100%;
  }

  .swiper.achievements-swiper {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 0;
    overflow: visible;
  }

  .swiper.key-features {
    overflow: visible;
  }

  .about-us__list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .developers__title-root {
    max-width: 37.5rem;
    position: static;
  }

  .developers__list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .developers__descr {
    max-width: none;
  }

  .gallery__info-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gallery__info-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top: 1px solid var(--_color---black--10);
    border-left-style: none;
    padding-top: 1rem;
    padding-left: 0;
  }

  .gallery__swiper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

  .location__container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .location__map {
    height: 37.5rem;
    min-height: 0;
  }

  .location__content-root {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    top: auto;
    bottom: 1rem;
    right: 1rem;
  }

  .location__title-root {
    max-width: 28rem;
  }

  .faq__title-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: flex-start;
  }

  .accordion-list_item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .dropdown-faq-content {
    padding-top: .25rem;
    padding-bottom: 1.25rem;
  }

  .max_width-600px {
    max-width: 40rem;
  }

  .investment-reasons__title {
    max-width: none;
  }

  .investment-reasons__list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .investment-reasons__item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 12.1875rem;
    padding: 1rem;
  }

  .collab__list {
    flex-flow: column;
    display: flex;
  }

  .collab__item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: auto;
  }

  .collab__item.border {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom: 1px solid var(--_color---black--10);
    border-right-style: none;
    height: auto;
  }

  .collab__item.border:where(.w-variant-6bcf4acf-a9fd-55a3-0c19-e545ec8dcd15), .collab__item.border:where(.w-variant-266cd08f-646e-a9bf-9fe5-342969e91213), .collab__item.border:where(.w-variant-534d59e8-00a4-31ab-72df-0ab18155fdb5) {
    border-bottom-color: var(--_color---white--16);
  }

  .banner__wrapper {
    flex-flow: column;
    display: flex;
  }

  .banner__wrapper:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 30.625rem 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .banner__title-root {
    border-bottom: 1px solid var(--_color---white--16);
    border-right-style: none;
    padding: 2.5rem 1.5rem;
  }

  .banner__title-root:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
    border-right-style: solid;
    border-right-color: var(--_color---black--10);
    border-bottom-style: none;
    border-bottom-color: var(--_color---black--10);
  }

  .banner__logos {
    height: 10rem;
  }

  .banner__logos:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
    height: auto;
  }

  .banner__logo {
    height: 2.375rem;
    max-height: 2.375rem;
  }

  .banner__logo:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
    height: 3rem;
    max-height: 3rem;
  }

  .tabs__menu {
    display: flex;
  }

  .tabs__link {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tabs__link.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-uae__card {
    height: 34.5rem;
  }

  .about-uae__card-content {
    padding: 1rem;
    overflow: hidden;
  }

  .about-uae__card-list {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: scroll;
  }

  .about-uae__card-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    min-width: 20rem;
    height: 12.5rem;
    padding: 1rem;
  }

  .apartments__card-slider {
    height: 18.75rem;
  }

  .apartments__card {
    width: 22.375rem;
  }

  .footer__left {
    border-bottom-style: solid;
    margin-left: -1rem;
    padding: 1rem;
  }

  .footer__nav-list {
    margin-right: -1rem;
  }

  .footer__nav-item {
    height: auto;
  }

  .footer__logo {
    max-height: 1.5rem;
  }

  .footer__privacy-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer__copy {
    position: static;
  }

  .footer__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
  }

  .footer__social-list {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .footer__social-item {
    height: 5rem;
  }

  .footer__social-icon {
    width: 2rem;
    height: 2rem;
  }

  .burger-lines {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .modal {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal__wrapper {
    width: 100%;
  }

  .modal__cross-btn {
    top: -3rem;
    right: 0;
  }

  .feature-card {
    flex-flow: column;
    display: flex;
  }

  .feature-card__image {
    height: 28.75rem;
  }

  .feature-card__content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .about-project__wrapper {
    flex-flow: column-reverse;
    padding-left: .5rem;
    display: flex;
  }

  .about-project__content-root {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .about-project__descr {
    margin-bottom: 3rem;
  }

  .about-project__images {
    grid-template-rows: minmax(auto, 16rem) minmax(auto, 21.25rem);
    height: auto;
    overflow: hidden;
  }

  .about-project__image-link {
    object-fit: contain;
    width: auto;
    height: auto;
    max-height: 100%;
  }

  .image-2 {
    object-position: 50% 50%;
    height: auto;
  }

  .timeline__wrapper {
    flex-flow: column-reverse;
    height: auto;
    display: flex;
  }

  .timeline__scroll-root {
    height: 21.25rem;
    max-height: 21.25rem;
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .timeline__image-root {
    height: 27.5rem;
  }

  .timeline__scroll-item {
    height: 7.875rem;
    min-height: 7.875rem;
  }

  .event-details__link {
    color: var(--_color---black--solid);
  }

  .event-details__link.row_10 {
    color: var(--_color---black--solid);
    justify-content: flex-start;
    align-items: center;
  }

  .event-details__icon {
    background-color: var(--_color---black--10);
    color: var(--_color---black--solid);
  }

  .event-details__icon.row-12 {
    filter: invert();
  }
}

@media screen and (max-width: 767px) {
  body {
    --body--m: 1rem;
    --body--button: 1rem;
    --h1: 2.25rem;
    --body--l: 1.125rem;
    --body--s: .875rem;
    --body--3xl: 2rem;
    --h2: 2rem;
    --h3: 1.75rem;
    --body--xl: 1.25rem;
    --body--numbers: 2.5rem;
    --body--2xl: 1.25rem;
    --body--xs: .75rem;
  }

  .container.event-promo__container {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .container.cta__container {
    min-height: 100svh;
  }

  .container.investment-reasons__container {
    overflow: hidden;
  }

  .container.collab__container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .container.timeline__container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .nav-menu {
    height: calc(100svh - 3.5rem) !important;
  }

  .menu-btn {
    margin-left: 0;
  }

  .nav-links-wrap {
    border-top: 1px solid var(--_color---black--10);
    margin-top: 0;
  }

  .section.event-promo {
    height: 100svh;
    padding-bottom: 1rem;
  }

  .section.cta {
    height: auto;
    min-height: 100svh;
    padding-top: 1rem;
  }

  .section.timeline {
    height: auto;
  }

  .button {
    width: 100%;
  }

  .button:where(.w-variant-f18a011e-bd0d-0ae1-dc47-3ef2598bc958) {
    align-self: center;
  }

  .button:where(.w-variant-2d3d91cc-9751-d873-d81d-43519aa5ad34) {
    flex: 0 auto;
    width: auto;
    right: 1rem;
  }

  .button:where(.w-variant-ea3d3178-7e7c-a862-2582-e3b68654c332) {
    width: auto;
    font-family: Graphik Trial, Arial, sans-serif;
    left: 1rem;
    right: 1rem;
  }

  .button:hover:where(.w-variant-2d3d91cc-9751-d873-d81d-43519aa5ad34) {
    left: 1rem;
    right: 1rem;
  }

  .hero__bg {
    height: 19.3125rem;
  }

  .hero__content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .event-details {
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .event-details__list {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .event-details__list.row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .event-details__item:where(.w-variant-dd94ef4d-92ed-3082-1ed4-de3b5155d170), .event-details__item.last.row-8, .event-details__item.last.row-13, .event-details__item.row-2, .event-details__item.row-5 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .event-details__value {
    white-space: normal;
  }

  .event-details__value.link.row-15 {
    max-width: none;
  }

  .about-event__content {
    height: 18.75rem;
  }

  .why-attend__text-root {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .why-attend__list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .event-promo__content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 100%;
    height: auto;
    margin-top: auto;
  }

  .event-promo__bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .event-promo__list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .event-promo__item.border {
    border-bottom-style: none;
    border-right-style: solid;
    padding-bottom: 0;
  }

  .form__inputs {
    flex-flow: column;
  }

  .achievement-card {
    min-height: 17rem;
  }

  .abou-us__image-wrapper {
    object-fit: fill;
    background-position: 50% 30%;
    height: 18.75rem;
  }

  .nav-wrapper.projects {
    display: none;
  }

  .about-us__text-wrapper {
    max-width: none;
  }

  .achievement-card__image {
    height: 7.75rem;
  }

  .about-us__list {
    max-width: none;
  }

  .developers__item {
    height: 5.25rem;
  }

  .gallery__info-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .location__map {
    height: 22.5rem;
  }

  .location__title-root {
    max-width: none;
  }

  .faq__title-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .text-size_28px {
    font-size: 1.5rem;
  }

  .max_width-600px {
    max-width: 30rem;
  }

  .investment-reasons__list {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    overflow: auto;
  }

  .investment-reasons__item {
    min-width: 22.375rem;
    height: auto;
  }

  .banner__wrapper:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
    flex-flow: column-reverse;
    display: flex;
  }

  .banner__title-root {
    padding: 1.25rem;
  }

  .banner__title-root:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
    border-top: 1px solid var(--_color---black--10);
    border-bottom-style: none;
    border-right-style: none;
  }

  .banner__logos {
    height: auto;
  }

  .banner__logos:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .banner__item.border {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .banner__logo {
    width: auto;
    max-width: none;
    height: 1.25rem;
    max-height: 1.25rem;
  }

  .banner__logo:where(.w-variant-af1166ed-dcd5-343e-76be-f97d3f1cb055) {
    height: 2rem;
    max-height: 2rem;
  }

  .tabs__menu {
    margin-bottom: 1.5rem;
  }

  .footer__container {
    flex-flow: column;
    display: flex;
  }

  .footer__left {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .footer__nav-list {
    border-top: 1px solid var(--_color---white--4);
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .footer__logo {
    max-height: 2rem;
  }

  .footer__privacy-wrapper.desktop {
    display: none;
  }

  .footer__privacy-wrapper.mobile {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
  }

  .footer__social-list {
    border-top: 1px solid var(--_color---white--4);
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .about-project__descr {
    max-width: none;
  }

  .about-project__images {
    grid-template-rows: minmax(auto, 10.5625rem) minmax(auto, 14.125rem);
    height: auto;
  }

  .about-project__item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .timeline__title-root {
    padding-bottom: 1.5rem;
  }

  .timeline__wrapper {
    height: auto;
    max-height: none;
  }

  .timeline__scroll-root {
    height: auto;
    max-height: none;
    padding-top: 0;
  }

  .timeline__image-root {
    height: 16.25rem;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .developers__list {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)) minmax(10rem, 1fr);
  }

  .tabs {
    overflow: hidden;
  }

  .tabs__menu {
    margin-left: -1rem;
    margin-right: -1rem;
    overflow: auto;
  }

  .tabs__link {
    white-space: nowrap;
    width: auto;
  }

  .about-uae__card {
    height: 33.75rem;
  }
}

#w-node-_21fb879d-5c31-97f0-0aa0-18ba0e6473c8-0e6473a5 {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_21fb879d-5c31-97f0-0aa0-18ba0e6473c8-0e6473a5 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_21fb879d-5c31-97f0-0aa0-18ba0e6473ca-0e6473a5 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-Bold-Trial.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}