@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--white: #fff;
  --colors--black: #201a23;
  --colors--grey: #4f4c55;
  --colors--light-grey: #e4e4e7;
  --colors--primary: #8576e3;
  --colors--red: #c51619;
  --green: #4fb44d;
}

body {
  background-color: var(--colors--white);
  color: var(--colors--white);
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  color: var(--colors--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  color: var(--colors--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  font-weight: 300;
}

a {
  color: var(--colors--black);
  text-decoration: none;
}

.navbar-hero {
  z-index: 5;
  background-color: #ddd0;
  border-bottom: 1px solid #4f4c55;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo {
  width: 10rem;
  font-size: .625rem;
}

.nav-logo.min {
  width: 7rem;
  display: none;
}

.nav-menu, .block-link {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--colors--white);
  padding: .3125rem 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 110%;
  transition: all .3s;
}

.nav-link:hover {
  color: #f3f3f3b3;
}

.section-hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrp {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.video {
  width: 100%;
  height: 100%;
}

.box-video {
  z-index: 1;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.html-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-video-overlay {
  z-index: 2;
  background-image: linear-gradient(#cecdd01a, #0d090380);
  background-position: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-content {
  flex-flow: column;
  justify-content: space-between;
  max-width: 42rem;
  display: flex;
}

.hero-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.points {
  border-top: .0625rem solid #ffffff80;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 2rem;
  display: none;
}

.hero-form-wrp {
  background-color: #fff;
  border-radius: 1.25rem;
  width: 25rem;
  padding: 1.25rem;
}

.main-heading {
  text-transform: none;
  margin-bottom: .5rem;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
}

.text-1-5rem {
  color: var(--colors--grey);
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

.heading-1-75rem {
  text-transform: none;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 120%;
}

.heading-1-75rem.weight-600 {
  font-family: Sfprodisplay, Arial, sans-serif;
  font-weight: 600;
}

.text-1rem {
  color: #f3f3f3b3;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.text-1rem.white {
  color: var(--colors--white);
}

.hero-form {
  color: var(--colors--grey);
  margin-bottom: 0;
}

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

.form-info-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.form-info-wrapper.horizontal {
  padding: 1.5rem;
}

.heading-1-625rem {
  font-size: 1.8rem;
  line-height: 120%;
}

.text-0-875rem {
  color: var(--colors--grey);
  font-size: .875rem;
  line-height: 140%;
}

.form-inputs {
  grid-column-gap: .62rem;
  grid-row-gap: .62rem;
  flex-flow: column;
  display: flex;
}

.input {
  border: .0625rem solid var(--colors--light-grey);
  color: var(--colors--black);
  background-color: #fff;
  border-radius: .75rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 0 1rem;
  font-size: 1rem;
}

.btn-red {
  border: .0625rem solid var(--colors--primary);
  background-color: var(--colors--primary);
  text-transform: none;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  min-width: 18.125rem;
  height: 3.5rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  transition: border .3s, background-color .3s;
  display: flex;
}

.btn-red:hover {
  border: .0625rem solid var(--colors--white);
  background-color: var(--colors--black);
}

.btn-red.video {
  z-index: 1;
  width: 18.125rem;
  display: none;
  position: absolute;
  bottom: 1.5rem;
}

.btn-red.video:hover {
  border-style: none;
}

.section-about {
  background-color: var(--colors--white);
  padding-top: 5rem;
}

.about-wrp {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.about-wrp.grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3.3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex_v-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

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

.heading-3-125rem {
  max-width: 50rem;
  font-size: 2.75rem;
  font-weight: 600;
}

.body {
  background-color: #f5f5f7;
}

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

.company-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: url('../images/team-1.webp');
  background-position: 50% 60%;
  background-size: cover;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 43.125rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.grid {
  grid-column-gap: 1.19rem;
  grid-row-gap: 1.19rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-cart-nominates {
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 24.19rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-form {
  background-color: var(--colors--primary);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.form-wrp {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.success-message {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 1.25rem;
  padding: 0;
}

.error-message {
  background-color: #0000;
  margin-top: .5rem;
  padding: 0;
}

.horizontal-inputs {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--colors--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plyr_component {
  width: 100%;
  height: 100%;
  position: relative;
}

.plyr_embed {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.plyr_cover {
  z-index: 3;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-big {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 35rem;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.wrp-btn-watch {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 10.25rem;
  height: 10.25rem;
  display: flex;
  position: absolute;
  inset: auto;
}

.wrp-btn-watch.plyr_cover {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ffffff40;
  border-radius: 32rem;
  width: 5rem;
  height: 5rem;
  position: relative;
  box-shadow: 2px 2px 32px 16px #0000001a;
}

.heading-2-5rem {
  color: #3333334d;
  text-transform: none;
  max-width: 22rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
}

.heading-2-5rem.black {
  color: var(--colors--black);
  text-transform: uppercase;
  font-weight: 700;
}

.heading-2-5rem.black.big {
  text-transform: none;
  max-width: none;
}

.footer {
  background-color: var(--colors--primary);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.footer.buttom {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  inset: auto 0% 0%;
}

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

.logo-footer {
  background-image: url('../images/logo-group-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13rem;
  height: 3rem;
}

.logo-footer.submit {
  background-image: none;
}

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

.icon-40px {
  object-fit: scale-down;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.divider-h {
  background-color: #cecdd0;
  width: 100%;
  height: .0625rem;
}

.text-size-16px {
  color: var(--colors--black);
  font-size: 1rem;
}

.text-size-16px.weight-500 {
  font-weight: 500;
}

.success-logo {
  background-image: url('../images/logo-group-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13rem;
  height: 3rem;
  margin-top: 21rem;
  margin-left: auto;
  margin-right: auto;
}

.error-text {
  color: var(--colors--red);
  text-align: center;
  font-size: .8rem;
}

.horizontal-form {
  margin-bottom: 0;
}

.remodal {
  z-index: 999;
  background-color: #6d6e70;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0;
}

.popup-wrp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.popup-inner-wrp {
  z-index: 2;
  position: relative;
}

.popup {
  z-index: 2;
  background-color: #fff;
  border-radius: 1.25rem;
  width: 53.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  position: relative;
  overflow: visible;
}

.popup-inner {
  display: flex;
}

.popup-form-wrp {
  width: 27rem;
  height: 100%;
  margin-bottom: 0;
}

.popup-form-img {
  border-radius: .625rem;
  width: 16rem;
  position: absolute;
  inset: auto 2.8rem 0 auto;
}

.popup-close-icon {
  color: #fff;
  cursor: pointer;
  width: 2.5rem;
  position: absolute;
  inset: 0% -4rem 0 auto;
}

.btn-grid-wrp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.btn-grid-wrp.mw {
  width: 45rem;
}

.statistics-img {
  object-fit: cover;
  border-radius: 1rem;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.statistics-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f3f7;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  display: flex;
}

.btn-form {
  background-color: var(--colors--black);
  text-transform: none;
  border-radius: .75rem;
  order: 0;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  transition: border .3s, background-color .3s;
  display: flex;
}

.btn-form:hover {
  background-color: #282828;
}

.selector-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-lang {
  background-color: #0000;
  margin-bottom: -4rem;
  margin-left: -2rem;
  margin-right: 0;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 0;
  text-decoration: none;
}

.lang-wrap {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: #f0ece8;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0 2rem 2rem;
  font-size: 1rem;
  display: flex;
}

.lang-wrap.w--open {
  color: #f0ece8;
  -webkit-text-stroke-color: #f0ece8;
  border-radius: .9375rem .9375rem 0 0;
}

.lang-flag {
  object-fit: scale-down;
  width: 1.25rem;
  height: 1.25rem;
}

.lang-text {
  color: var(--colors--white);
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 120%;
  position: static;
}

.lang-text.black {
  color: var(--colors--black);
}

.lang-arrow {
  margin: 0;
  font-size: .6rem;
  line-height: 110%;
  position: static;
}

.lang-arrow.black {
  color: var(--colors--black);
}

.dropdown-lang-list-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #0000;
  background-color: #f0ece8;
  border-radius: .625rem;
  margin-top: 1rem;
  font-size: .75rem;
  line-height: 110%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem #0003;
}

.dropdown-lang-list-wrap.w--open {
  background-color: #fff;
  flex-flow: column;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: .625rem;
  display: flex;
}

.flex-h-5 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: #6d6e70;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.weight-400 {
  color: var(--colors--black);
  font-weight: 400;
}

.text-size-20 {
  color: var(--colors--black);
  font-size: 1.25rem;
  line-height: 140%;
}

.text-size-20.gray {
  color: var(--colors--grey);
  line-height: 130%;
}

.text-size-20.white {
  color: var(--colors--white);
}

.text-size-20.white.weight-500 {
  font-weight: 500;
}

.text-size-20.invite {
  opacity: .7;
  color: var(--colors--white);
  line-height: 130%;
}

.text-size-20.text-footer {
  color: var(--colors--white);
  font-size: 1rem;
}

.hero-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.about-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--colors--black);
  flex-flow: column;
  display: flex;
}

.about-img-wrp {
  border-radius: .625rem;
  height: 18.75rem;
  position: relative;
  overflow: hidden;
}

.about-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-gallery {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.gallery-video {
  border-radius: 1.875rem;
  height: 35rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  overflow: hidden;
}

.gallery-photos {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1.25fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 35rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: grid;
  overflow: hidden;
}

.ticket-wrp {
  background-color: var(--colors--white);
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.ticket-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ticket-heading-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.ticket-nums {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  background-color: #fff;
  border: 1px solid #cecdd0;
  border-radius: 1rem;
  padding: 1.8rem;
  display: flex;
}

.num-wrp {
  color: var(--colors--grey);
  text-transform: capitalize;
  flex-flow: column;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.num-icon {
  width: 2.25rem;
}

.num {
  color: var(--colors--primary);
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 110%;
}

.ticket-divider {
  background-color: #0000001a;
  width: 1px;
  height: 100%;
}

.ticket-form-wrp {
  background-color: #fff;
  border-left: 1px solid #cecdd0;
  width: 29rem;
  padding-left: 2rem;
}

.form-head {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.photo {
  object-fit: cover;
  border-radius: 1rem;
}

.photo.pos {
  object-position: 0% 50%;
}

.form-subtitle-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  display: flex;
}

.form-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.faq-inner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.questions-wrp {
  flex-flow: column;
  display: flex;
}

.dropdown {
  z-index: 1;
  border-bottom: .0625rem solid #dfdfdf;
  width: 100%;
}

.dropdown.top {
  border-top: .0625rem solid #dfdfdf;
}

.dropdown-toggle {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  white-space: pre-line;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.56rem 0;
  display: flex;
}

.text-size-28px {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 110%;
}

.text-size-28px.max-80vw {
  font-weight: 600;
}

.faq-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.dropdown-list-3 {
  background-color: #ddd0;
  display: block;
  position: static;
}

.faq-text-wrp {
  padding-bottom: 1.56rem;
  padding-right: 5rem;
}

.icon-3 {
  margin: 0;
  display: none;
  position: static;
}

.gallery-slider {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.swiper {
  direction: ltr;
}

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

.gallery-image {
  object-fit: cover;
  border-radius: 1.25rem;
  height: 37.5rem;
  overflow: hidden;
}

.swiper-right2 {
  z-index: 111;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.swiper-right2:hover {
  opacity: .65;
}

.icon-48px {
  object-fit: scale-down;
  width: 3rem;
  height: 3rem;
}

.swiper-left2 {
  z-index: 111;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.swiper-left2:hover {
  opacity: .65;
}

.company-awards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--colors--grey);
  background-color: #fff;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  display: grid;
  position: relative;
  top: 3rem;
}

.awards-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  display: flex;
}

.award-text {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.awards-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-20 {
  color: var(--colors--black);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 110%;
}

.award-img {
  width: auto;
  height: 4.5rem;
}

.awards-google {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--colors--grey);
  border-left: 1px solid #0000001a;
  align-items: center;
  padding-left: 6rem;
  display: flex;
}

.google-img {
  height: 3.5rem;
}

.close {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  box-shadow: 8px 8px 2rem #0000001a;
}

.container-main {
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.header-logo {
  object-fit: contain;
  flex: none;
  width: 13rem;
  max-width: 12rem;
  height: 3rem;
}

.flex-h-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.nav-item {
  color: #86868b;
  font-weight: 400;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-item:hover {
  color: #1d1d1f;
}

.btn-cons {
  color: #fff;
  background-color: #1eade5;
  border-radius: 10rem;
  max-width: 18.75rem;
  padding: 1.125rem 2.625rem;
  font-size: 1.125rem;
  line-height: 120%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.btn-cons:hover {
  background-color: #1d1d1f;
}

.btn-cons.nav {
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.btn-cons.nav:hover {
  background-color: #1d1d1f;
}

.section.succes-page {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.spacer-60 {
  height: 3.75rem;
}

.flex-v-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex-v-40.center {
  border-right: .0625rem solid var(--colors--white);
  border-left: .0625rem solid var(--colors--white);
  justify-content: flex-start;
  align-items: center;
}

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

.icon-wrap-blue-large {
  background-color: var(--colors--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.flex-v-16-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-size-26px {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 120%;
}

.text-size-26px.text-color-grey.text-center {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-width-semibold {
  font-weight: 600;
}

.text-width-semibold.text-color-blue.text-center {
  color: var(--colors--primary);
}

.flex-h-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.icon-80px {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.btn-link {
  color: #fff;
  text-align: center;
  background-color: #1eade5;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 2.625rem;
  font-size: 1.125rem;
  line-height: 120%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.btn-link:hover {
  background-color: #1d1d1f;
}

.btn-link.w--current {
  background-color: #8576e3;
}

.flex-spaceb {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-color-grey {
  color: #86868b;
}

.h1-submit {
  color: var(--colors--black);
  font-weight: 600;
}

.body-wrap {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.flex_v-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gold-tag {
  background-image: linear-gradient(95deg, #dab556, #dec073);
  border-radius: .625rem;
  padding: .5rem .75rem;
  font-weight: 600;
}

.flex-h-16-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
}

.hero-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #f5f5f7;
  flex-flow: column;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

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

.ellipse {
  border: 1px solid var(--colors--white);
  border-radius: 100rem;
  flex: none;
  width: 1.375rem;
  height: 1.375rem;
}

.brand-color {
  color: var(--colors--primary);
}

.heading-32 {
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-32.weight-600 {
  font-weight: 600;
}

.flex-h-12-center {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.point-tag {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff2e;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.point-tag.red {
  background-color: #eb4f3a;
}

.icon-18 {
  width: 1.125rem;
  height: 1.125rem;
}

.icon-22 {
  width: 1.375rem;
  height: 1.375rem;
}

.heading-44 {
  text-transform: none;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 113%;
}

.color-black {
  color: var(--colors--black);
  font-weight: 600;
}

.spacer-80 {
  height: 5rem;
}

.big-heding-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-featues {
  background-color: var(--colors--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-40 {
  text-transform: none;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 113%;
}

.heading-40.invite {
  color: var(--colors--white);
}

.min-heding-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-grid {
  grid-column-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.statistics-img-wrapper {
  border-radius: 1.25rem;
  height: 100%;
}

.flex-v-48 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-size-24 {
  color: var(--colors--black);
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 126%;
}

.text-size-24.min {
  color: var(--colors--grey);
  font-family: Sfprodisplay, Arial, sans-serif;
  font-weight: 400;
}

.text-size-24.dev {
  z-index: 1;
  color: var(--colors--white);
  position: relative;
}

.text-size-18 {
  color: var(--colors--grey);
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
}

.section-developer {
  background-color: #f3f3f7;
  padding-top: 5rem;
}

.flex_v-36 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.dev-points {
  background-color: var(--colors--white);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 10rem;
  display: grid;
}

.dev-point {
  flex-flow: column;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
}

.dev-point.middle {
  border-left: 1px solid #f3f3f7;
  border-right: 1px solid #f3f3f7;
}

.text-size-14 {
  opacity: .8;
  color: var(--colors--grey);
  font-family: Sfprodisplay, Arial, sans-serif;
  font-size: .875rem;
  line-height: 130%;
}

.text-size-14.text-award {
  color: var(--colors--black);
  font-weight: 500;
}

.dev-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dev-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient {
  background-image: linear-gradient(0deg, #00000080, #fff0);
  position: absolute;
  inset: 0%;
}

.abs {
  width: 100%;
  height: 100%;
  position: absolute;
}

.flex_h-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.flex_h-24.center {
  justify-content: center;
  align-items: center;
}

.rate-wrp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--colors--black);
  border: 1px solid #dbe3e6;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.advanteges {
  color: var(--colors--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.flex_v-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex_v-40.adv {
  padding-left: 3rem;
  padding-right: 3rem;
}

.flex_v-40.adv._1 {
  padding-left: 0;
}

.flex_v-40.adv._3 {
  padding-right: 0;
}

.flex_v-40.adv._2 {
  border-left: 1px solid #dbe3e6;
  border-right: 1px solid #dbe3e6;
}

.adv-icon-wrp {
  border: 1px solid #cecdd0;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  display: flex;
}

.flex_v-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.section-invite {
  background-color: var(--colors--primary);
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.invite-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.invite-content {
  flex-flow: column;
  justify-content: space-between;
  max-width: 37rem;
  display: flex;
}

.invite-form-wrp {
  background-color: #fff;
  border-radius: 1.25rem;
  width: 31.875rem;
  padding: 1.25rem;
}

.flex_h-spaceb {
  justify-content: space-between;
  display: flex;
}

.flex_h-spaceb.footer {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.link-footer {
  color: var(--colors--white);
}

.flex_v-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.invite-wrp {
  z-index: 2;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: relative;
}

.map-link {
  cursor: pointer;
}

.new-awards {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  background-color: var(--colors--white);
  border-radius: 2rem;
  flex-flow: column;
  padding: 3.25rem;
  display: flex;
}

.awards-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.awards-wrap {
  grid-column-gap: 6.26rem;
  grid-row-gap: 6.26rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.award {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.award-img-new {
  flex: 1;
  width: 100%;
  margin-bottom: .625rem;
}

.grow {
  flex: 1;
}

.text-block, .text-block-2, .text-block-3 {
  font-family: Sfprodisplay, Arial, sans-serif;
}

.play-button {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #ffffff1a;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 3.5rem;
  margin: auto;
  transition: box-shadow .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: inset -1px -1px 2rem 1px #ffffff40, inset 1px 1px 2rem 1px #ffffff40;
}

.play-button:hover {
  box-shadow: inset -1px -1px 2rem 1px #ffffff40, inset 1px 1px 2rem 1px #ffffff40;
}

.btn-icon {
  object-fit: fill;
  width: 1rem;
  height: 1rem;
}

.text-size_16px {
  font-size: 1rem;
  line-height: 150%;
}

.text-size_16px.text_color_white {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar-hero {
    border-bottom-color: #ffffff1a;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-menu {
    z-index: 1;
    background-color: #f3f2ee;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 92svh;
    padding: 1.88rem 1.25rem 1.88rem 1.38rem;
  }

  .block-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: auto;
    display: flex;
  }

  .nav-link {
    color: #222;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.1;
  }

  .menu-button {
    grid-column-gap: .44rem;
    grid-row-gap: .44rem;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

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

  .div-block-30 {
    perspective-origin: 50%;
    transform-origin: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .line-mini {
    background-color: #f3f2ee;
    align-self: flex-end;
    width: 1.88rem;
    height: 1px;
    margin-bottom: .44rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-big {
    background-color: #f3f2ee;
    width: 2.5rem;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-hero {
    padding-bottom: 5rem;
  }

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

  .hero-wrp {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .html-bg-video {
    display: none;
  }

  .hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
  }

  .points {
    flex-flow: row;
    margin-top: 0;
  }

  .hero-form-wrp {
    width: 100%;
    min-height: 0;
  }

  .text-1-5rem, .heading-1-75rem {
    font-size: 1.5rem;
  }

  .input {
    font-size: 1rem;
  }

  .btn-red {
    order: 0;
    width: 100%;
  }

  .white-btn {
    display: none;
  }

  .section-about {
    padding-top: 4rem;
  }

  .about-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .about-wrp.grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
    display: flex;
  }

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

  .heading-3-125rem {
    font-size: 2.5rem;
  }

  .company-content {
    height: 50rem;
  }

  .grid {
    width: 64rem;
  }

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

  .horizontal-inputs {
    flex-flow: column;
    order: 0;
    display: flex;
  }

  .video-big {
    height: 25rem;
  }

  .heading-2-5rem {
    max-width: none;
    font-size: 2rem;
  }

  .flex-h-0 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-footer {
    z-index: 1;
    width: 12rem;
    position: relative;
  }

  .social-block {
    flex-flow: row;
  }

  .text-size-16px {
    width: 100%;
  }

  .success-logo {
    z-index: 1;
    width: 12rem;
    position: relative;
  }

  .popup {
    width: 100%;
    height: auto;
  }

  .popup-form-img {
    display: none;
  }

  .popup-close-icon {
    top: -3rem;
    right: 0;
  }

  .btn-grid-wrp.mw {
    width: auto;
  }

  .statistics-img {
    order: 1;
    width: 100%;
    height: 25rem;
  }

  .statistics-content {
    width: 100%;
  }

  .card {
    padding-right: 1.25rem;
  }

  .btn-form {
    order: 0;
  }

  .selector-wrp {
    margin-right: 2rem;
  }

  .dropdown-lang-list-wrap {
    margin-top: 2rem;
    inset: 0% 0% auto auto;
  }

  .about-img-wrp {
    height: auto;
    min-height: 20rem;
  }

  .section-gallery {
    margin-top: 4rem;
  }

  .gallery-video {
    height: 25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .gallery-photos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
    height: 25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    display: none;
  }

  .ticket-wrp {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .ticket-content {
    max-width: none;
  }

  .ticket-nums {
    justify-content: space-between;
    align-items: center;
  }

  .ticket-divider {
    height: 8rem;
  }

  .ticket-form-wrp {
    border-left-style: none;
    width: 100%;
    min-height: 0;
    padding-left: 0;
  }

  .form-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .photo {
    border-radius: .5rem;
  }

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

  .questions-wrp {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
  }

  .text-size-28px {
    font-size: 1.25rem;
  }

  .faq-text-wrp {
    padding-right: 0;
  }

  .gallery-slider {
    justify-content: center;
    height: 25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .swiper {
    width: 100%;
  }

  .gallery-image {
    object-fit: cover;
    height: 25rem;
  }

  .company-awards {
    flex-flow: column;
    display: flex;
  }

  .awards-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .awards-images {
    align-items: center;
  }

  .awards-google {
    border-top: 1px solid #0000001a;
    border-left-style: none;
    padding-top: 2rem;
    padding-left: 0;
  }

  .container-main {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .header-logo {
    width: 11rem;
  }

  .mobile-hidden {
    display: none;
  }

  .flex-h-32 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .btn-cons {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .btn-cons.nav {
    flex: none;
  }

  .flex-v-40 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .flex-v-40.center {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-style: solid none;
    border-top-width: .0625px;
    border-top-color: var(--colors--white);
    border-bottom-width: .0625px;
    border-bottom-color: var(--colors--white);
    padding: 1rem 0;
  }

  .text-size-26px {
    font-size: 1.5rem;
  }

  .icon-80px {
    width: 3rem;
    height: 3rem;
  }

  .btn-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .flex-spaceb {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .hero-list {
    padding-left: 0;
  }

  .heading-44 {
    font-size: 2rem;
  }

  .spacer-80 {
    height: 4rem;
  }

  .big-heding-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .section-featues {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-40 {
    font-size: 2rem;
  }

  .min-heding-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

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

  .statistics-img-wrapper {
    width: 100%;
    height: 25rem;
  }

  .flex-v-48 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-size-18 {
    width: 100%;
  }

  .section-developer {
    padding-top: 4rem;
  }

  .text-size-14 {
    width: 100%;
  }

  .dev-card {
    min-height: 10rem;
    padding-right: 1.25rem;
  }

  .flex_h-24 {
    flex-flow: column;
  }

  .flex_h-24.center {
    flex-flow: row;
  }

  .advanteges {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flex_v-40.adv._1 {
    padding-right: 0;
  }

  .flex_v-40.adv._3 {
    padding-left: 0;
  }

  .flex_v-40.adv._2 {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #dbe3e6;
    border-bottom-width: 1px;
    border-bottom-color: #dbe3e6;
    padding: 3rem 0;
  }

  .section-invite {
    height: 100%;
    padding-bottom: 5rem;
  }

  .invite-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
  }

  .invite-form-wrp {
    width: 100%;
    min-height: 0;
  }

  .flex_h-spaceb.footer {
    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;
    padding-bottom: 0;
    display: grid;
  }

  .flex_v-12 {
    order: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .invite-wrp {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .new-awards {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .awards-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .awards-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .main-heading {
    font-size: 2.5rem;
  }

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

  .heading-3-125rem {
    font-size: 2rem;
  }

  .horizontal-inputs {
    flex-flow: column;
  }

  .footer.buttom {
    position: static;
  }

  .popup {
    width: 80%;
  }

  .popup-form-wrp {
    width: auto;
  }

  .popup-close-icon {
    right: 1rem;
  }

  .btn-grid-wrp {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .text-size-20 {
    font-size: 1rem;
  }

  .about-img-wrp {
    height: 18rem;
  }

  .section-gallery {
    padding-bottom: 3rem;
  }

  .ticket-wrp {
    padding: 1rem;
  }

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

  .dropdown-toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-28px.max-80vw {
    white-space: normal;
    word-break: normal;
    max-width: 80vw;
  }

  .faq-icon {
    max-width: none;
  }

  .gallery-slider {
    height: 18rem;
  }

  .gallery-image {
    height: 17.5rem;
  }

  .awards-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .mobile-hidden {
    display: none;
  }

  .btn-cons {
    width: 100%;
    max-width: none;
  }

  .btn-cons.nav {
    width: auto;
  }

  .section.succes-page {
    height: auto;
  }

  .spacer-60 {
    height: 2.5rem;
  }

  .icon-wrap-blue-large {
    width: 4rem;
    height: 4rem;
  }

  .text-size-26px {
    font-size: 1.125rem;
  }

  .flex-h-16 {
    font-size: 1.75rem;
  }

  .icon-80px {
    width: 3rem;
    height: 3rem;
  }

  .btn-link {
    width: 100%;
  }

  .flex-spaceb {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .flex-h-12-center {
    font-size: 1.75rem;
  }

  .text-size-24 {
    font-size: 1.25rem;
  }

  .section-invite {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .new-awards {
    padding: 2rem;
  }

  .awards-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    padding-left: 0;
    top: 0;
  }

  .brand.w--current {
    height: 1.9rem;
    padding-left: 0;
  }

  .nav-logo {
    width: 12rem;
  }

  .nav-menu {
    height: 84svh;
    padding-bottom: 2.5rem;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero {
    padding-bottom: 4rem;
  }

  .hero-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

  .html-bg-video {
    object-fit: contain;
  }

  .bg-video-overlay {
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .hero-form-wrp {
    padding: 1rem 1.2rem;
  }

  .main-heading {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 110%;
  }

  .text-1-5rem {
    font-size: 1rem;
  }

  .heading-1-75rem {
    font-size: 1.25rem;
  }

  .text-1rem {
    font-size: .875rem;
  }

  .text-1rem.white {
    font-size: 1rem;
  }

  .form {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .form-info-wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .form-info-wrapper.horizontal {
    padding: 1rem;
  }

  .heading-1-625rem {
    font-size: 1.4rem;
    line-height: 120%;
  }

  .input::placeholder {
    font-size: 1rem;
  }

  .btn-red {
    order: 1;
  }

  .btn-red.video {
    bottom: 1rem;
  }

  .section-about {
    padding-top: 4rem;
  }

  .about-wrp.grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .section-company {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-3-125rem {
    max-width: none;
    font-size: 1.75rem;
  }

  .company-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: .75rem;
    height: 15rem;
    padding: 0;
    position: relative;
  }

  .grid {
    padding-right: 1.25rem;
  }

  .block-cart-nominates {
    border-radius: .75rem;
    height: 20rem;
  }

  .section-form {
    padding-bottom: 4rem;
  }

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

  .horizontal-inputs {
    flex-flow: column;
    display: flex;
  }

  .plyr_embed {
    object-fit: cover;
  }

  .plyr_cover {
    pointer-events: none;
  }

  .wrp-btn-watch {
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
  }

  .wrp-btn-watch.plyr_cover {
    pointer-events: auto;
    width: 5rem;
    height: 5rem;
  }

  .heading-2-5rem {
    font-size: 2rem;
  }

  .heading-2-5rem.black {
    font-size: 1.5rem;
  }

  .heading-2-5rem.black.big {
    font-size: 1.8rem;
    line-height: 110%;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .footer.buttom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .flex-h-0 {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    width: 90vw;
  }

  .logo-footer.submit {
    display: none;
  }

  .icon-40px {
    justify-content: center;
    align-items: center;
  }

  .success-logo {
    margin-top: 10.2rem;
  }

  .success-logo.pop-up {
    margin-top: 7rem;
  }

  .horizontal-form {
    display: block;
  }

  .popup-wrp {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .popup-inner-wrp {
    width: 100vw;
    height: 70vh;
    display: flex;
  }

  .popup {
    width: 100%;
    padding: 1.25rem;
  }

  .content-wrp, .popup-form-wrp {
    width: 100%;
  }

  .popup-form-img {
    display: none;
    bottom: 22.9vh;
    right: 0;
  }

  .popup-close-icon {
    z-index: 5;
    color: #000;
    width: 2.188rem;
    top: -3rem;
    right: 0;
  }

  .popup-close-icon.white {
    color: var(--colors--white);
    right: 1rem;
  }

  .statistics-img {
    border-radius: .75rem;
  }

  .statistics-content {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    display: flex;
  }

  .card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .75rem;
    padding: 1rem;
  }

  .selector-wrp {
    display: none;
  }

  .dropdown-lang {
    z-index: 1;
  }

  .lang-wrap {
    z-index: 1;
    border-style: none;
  }

  .flex-h-5 {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
  }

  .text-size-20 {
    font-size: 1rem;
  }

  .text-size-20.white {
    font-size: .8rem;
  }

  .about-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-img-wrp {
    height: 15rem;
  }

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

  .section-gallery {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gallery-video {
    border-radius: 1.25rem;
    height: 25rem;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-photos {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: 4rem 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 15rem;
    max-height: 15rem;
    overflow: hidden;
  }

  .ticket-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .ticket-nums {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.25rem;
  }

  .num-wrp {
    font-size: .875rem;
  }

  .num-icon {
    width: 1.5rem;
  }

  .num {
    margin-bottom: .3125rem;
    font-size: 1.5rem;
  }

  .ticket-divider {
    height: 7rem;
  }

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

  .photo.mob-none, .form-icon {
    display: none;
  }

  .faq-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .questions-wrp {
    max-width: 90vw;
  }

  .dropdown-toggle {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .faq-icon {
    flex: none;
  }

  .dropdown-list-3 {
    width: 100%;
  }

  .gallery-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .swiper, .swiper-wrapper {
    border-radius: 1.25rem;
  }

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

  .company-awards {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: .8rem;
    top: 14rem;
  }

  .awards-google {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
  }

  .google-img {
    height: 3rem;
  }

  .spacer-60 {
    height: 1rem;
  }

  .flex-v-40 {
    text-align: center;
  }

  .flex-v-40.center, .flex-v-24-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-26px.text-color-grey.text-center {
    font-size: 1rem;
  }

  .flex-h-16 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .icon-80px {
    width: 2rem;
    height: 2rem;
  }

  .btn-link {
    margin-top: 1rem;
  }

  .text-color-grey {
    text-align: center;
  }

  .h1-submit {
    font-size: 2rem;
  }

  .flex-h-16-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: 1rem;
  }

  .hero-list-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ellipse {
    flex: none;
    width: 1rem;
    height: 1rem;
  }

  .heading-32 {
    font-size: 1.4rem;
    line-height: 120%;
  }

  .heading-32.weight-600, .heading-32.color-black {
    font-size: 1.5rem;
  }

  .flex-h-12-center {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-44 {
    font-size: 1.5rem;
  }

  .spacer-80 {
    height: 3rem;
  }

  .heading-40 {
    font-size: 1.5rem;
  }

  .statistics-img-wrapper {
    border-radius: .75rem;
    height: 25rem;
  }

  .text-size-18 {
    font-size: 1rem;
  }

  .section-developer {
    padding-top: 4rem;
  }

  .flex_v-36 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .dev-points {
    flex-flow: column;
    display: flex;
  }

  .dev-point.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .dev-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .75rem;
    padding: 1rem;
  }

  .advanteges {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 17rem;
    margin-bottom: 4rem;
    padding-bottom: 0;
  }

  .flex_v-40.adv._2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .adv-icon-wrp {
    padding: .5rem 1.375rem;
  }

  .icon-32 {
    width: 1.5rem;
    height: 1.5rem;
  }

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

  .invite-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .invite-form-wrp {
    padding: 1rem 1.2rem;
  }

  .flex_h-spaceb.footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: stretch;
    display: flex;
  }

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

  .invite-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .new-awards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .awards-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

#w-node-d98450fa-5f26-5b55-9d63-d4298124997a-f08799b8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6242bbab-df62-1dd7-7a6f-803ec44dc517-f08799b8, #w-node-_8c228904-c04d-5750-7071-a50fea1d2e35-f08799b8, #w-node-_8c228904-c04d-5750-7071-a50fea1d2e36-f08799b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c228904-c04d-5750-7071-a50fea1d2e38-f08799b8 {
  justify-self: end;
}

#w-node-f0095311-9444-60f2-da9f-1337f0ca8b3c-f08799b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7091e47b-9742-d41b-eb6a-6c3a0aa534a9-f08799b8 {
  grid-area: 1 / 1 / 5 / 2;
  align-self: stretch;
}

#w-node-f58a669d-76e3-c0f0-7db1-8c680ccf482d-f08799b8 {
  align-self: stretch;
}

#w-node-cc54b9ce-7f75-db65-c9f7-94537911b34f-f08799b8 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-d4093c5c-a9eb-4799-8ae4-33517963991b-f08799b8 {
  grid-area: 1 / 4 / 5 / 5;
  align-self: stretch;
}

#w-node-a7a8c685-81d7-34d9-3970-e0291001d80d-f08799b8 {
  grid-area: 1 / 5 / 3 / 6;
  align-self: stretch;
}

#w-node-_4096f357-13fa-ebf9-fffc-780758280375-f08799b8 {
  grid-area: 2 / 2 / 5 / 3;
  align-self: stretch;
}

#w-node-a605c574-ada7-bd52-4f8f-04ea082dcf6d-f08799b8 {
  grid-area: 3 / 3 / 5 / 4;
  align-self: stretch;
}

#w-node-_38f9b2b4-79cb-4cdc-4fc2-0f90ed8ffb75-f08799b8 {
  grid-area: 3 / 5 / 5 / 6;
  align-self: stretch;
}

#w-node-eed66d71-24d1-fe88-7b07-80ea5025058b-f08799b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3bd4a52-90b5-58bd-ca5f-5db64b83c857-f08799b8 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-cbafe8d5-2736-93de-c5c2-a5ad1d88c9e4-f08799b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3985badb-5cb1-8721-b496-d0d508b98649-f08799b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_5f2101ee-7125-a344-bf61-19095b3d2b1c-f08799fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5f2101ee-7125-a344-bf61-19095b3d2b22-f08799fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d98450fa-5f26-5b55-9d63-d4298124997a-f08799b8, #w-node-_8c228904-c04d-5750-7071-a50fea1d2e35-f08799b8 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d4093c5c-a9eb-4799-8ae4-33517963991b-f08799b8 {
    grid-column: 3 / 4;
  }

  #w-node-a7a8c685-81d7-34d9-3970-e0291001d80d-f08799b8 {
    grid-column: 4 / 5;
  }

  #w-node-_4096f357-13fa-ebf9-fffc-780758280375-f08799b8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_38f9b2b4-79cb-4cdc-4fc2-0f90ed8ffb75-f08799b8 {
    grid-column: 4 / 5;
  }
}


@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Involve';
  src: url('../fonts/Involve-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Involve';
  src: url('../fonts/Involve-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Involve';
  src: url('../fonts/Involve-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}