@font-face {
  font-family: Strasua;
  src: url('../fonts/STRASUA.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFProDisplay-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFProDisplay-UltralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFProDisplay-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFProDisplay-Black.ttf') format("truetype"), url('../fonts/SFProDisplay-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.basic-container {
  max-width: 100%;
}

.basic-container.hero {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.basic-container.how-we-work {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  display: flex;
  position: relative;
  overflow: clip;
}

.basic-container.how-we-work._2 {
  justify-content: center;
  align-items: flex-end;
}

.basic-container.how-we-work._2._3 {
  flex-flow: row;
  height: auto;
  margin-left: 0;
  display: block;
}

.basic-container.left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.basic-container._121 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  height: 2500px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.basic-section {
  z-index: 1;
  background-color: #f3f7fc;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}

.basic-section.left {
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.basic-section.left._1 {
  background-color: #f3f7fc00;
  background-image: none;
  background-size: auto;
  height: 800px;
}

.basic-section.left._2 {
  background-color: #f3f7fc;
  background-image: none;
  height: auto;
}

.basic-section.left._2._1111 {
  background-color: #f3f7fc00;
  height: 800px;
}

.basic-section.left.services {
  background-color: #f3f7fc;
  background-image: none;
  position: relative;
  overflow: visible;
}

.basic-section.right {
  background-image: none;
  background-size: auto;
  height: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.basic-section.right._1 {
  background-color: #f3f7fc00;
  padding-top: 0;
  padding-bottom: 0;
}

.basic-section.hero {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
}

.basic-section.hero._1 {
  background-color: #f3f7fc00;
  background-image: none;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.basic-section.footer {
  border-top: 1px solid #19191a80;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  bottom: 0;
}

.basic-section._0 {
  background-color: #f3f7fc00;
  background-image: none;
  background-size: auto;
  height: auto;
  padding: 0;
}

.navbar {
  z-index: 10;
  background-color: #f3f7fc;
  width: 100vw;
  padding: 20px 40px;
  position: fixed;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.navbar-section {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  order: 9999;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
}

.nav-link.w--current {
  color: #b3b3b3;
}

.nav-link.current {
  color: #a0a0a0;
}

.brand {
  order: -9999;
}

.cta-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4px;
  transition: all .45s;
  display: flex;
}

.cta-button:hover {
  border-bottom-width: 2px;
  font-weight: 700;
}

.animation-image {
  z-index: 1;
  aspect-ratio: 8 / 5;
  vertical-align: baseline;
  background-image: url('../images/2---2.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  flex: 1;
  order: 0;
  align-self: stretch;
  width: 55vw;
  display: block;
  position: relative;
  inset: 0%;
}

.animation-image.hero {
  aspect-ratio: 2.5;
  background-image: url('../images/1---2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 100vw;
}

.animation-image.content {
  aspect-ratio: 8 / 5;
  background-image: url('../images/3--2.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.animation-image._2 {
  background-image: url('../images/4---2.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  flex: 1;
  align-self: auto;
  width: 20%;
}

.animation-image._3 {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/5---2.svg');
  background-repeat: repeat;
  flex: 1;
}

.heading-h1 {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Strasua, Impact, sans-serif;
  font-size: 96px;
  line-height: 90px;
  position: absolute;
  inset: 0%;
}

.heading-h1.normal {
  z-index: 1;
  position: relative;
}

.body {
  background-color: #dce3e6;
  height: auto;
  font-family: SF Pro, Arial, sans-serif;
  font-weight: 300;
  overflow: hidden visible;
}

.body.a {
  background-color: #dce3e600;
  margin-bottom: 0;
}

.heading-h4 {
  width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.heading-h4.fill {
  width: 100%;
}

.heading-h4.fill.upper {
  text-transform: uppercase;
  width: auto;
}

.heading-h4.fill.upper.symbol {
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.heading-h4.services {
  text-align: right;
  text-transform: uppercase;
  width: 524px;
  font-weight: 700;
  display: block;
}

.heading-h4.services.text {
  opacity: 1;
  transform-style: preserve-3d;
  padding-top: 0;
  position: static;
}

.heading-h4.services.text._1, .heading-h4.services.text._2, .heading-h4.services.text._3, .heading-h4.services.text._4, .heading-h4.services.text._5, .heading-h4.services.text._6, .heading-h4.services.text._7, .heading-h4.services.text._8 {
  opacity: .25;
}

.heading-h4.services._2 {
  padding-top: 0;
}

.heading-h4.bold {
  width: 100%;
  font-weight: 700;
}

.heading-h4.bold.text {
  align-self: stretch;
  max-width: none;
}

.heading-h6 {
  flex: 1;
  order: -9999;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.heading-h6.last {
  opacity: 0;
  flex: 1;
  order: 9999;
  align-self: stretch;
}

.heading-h6.right {
  text-align: right;
}

.heading-h6.normal {
  z-index: 1;
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  position: relative;
}

.heading-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}

.heading-h2.blue {
  color: #2554cb;
}

.title-1 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: visible;
}

.title-1.middle {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.title-1.left {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

.title-1.right {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.title-1.normal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.title-1.fill {
  width: 100%;
}

.animated-text {
  z-index: 2;
  background-color: #f3f7fc;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 45vw;
  height: auto;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.animated-text._2 {
  padding-left: 0;
  padding-right: 40px;
}

.content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  overflow: clip;
}

.content.right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.content.right._1 {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.heading-h3 {
  color: #2554cb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Strasua, Impact, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.why-work-with-us {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.why-work {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.content-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 120px;
  display: flex;
}

.content-wrap._24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

.images {
  width: 360px;
  height: 494px;
  overflow: hidden;
}

.services {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  padding-left: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.services-block {
  width: 700px;
  height: 700px;
  transform-style: preserve-3d;
  background-image: url('../images/animation-elipse.svg');
  background-position: 0 0;
  background-size: auto;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.image {
  z-index: 0;
  width: 700px;
  max-width: none;
  height: 700px;
  position: absolute;
}

.image.high {
  z-index: 3;
}

.service {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  width: 2026px;
  height: 2026px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.service._2 {
  transform: rotate(-15deg);
}

.service._2._3 {
  transform: rotate(-30deg);
}

.service._4 {
  transform: rotate(-45deg);
}

.service._5 {
  transform: rotate(-60deg);
}

.service._6 {
  transform: rotate(-75deg);
}

.service._7 {
  transform: rotate(-90deg);
}

.service._8 {
  transform: rotate(-105deg);
}

.image-2 {
  z-index: 4;
  width: 24px;
  position: relative;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  width: 700px;
  height: 700px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.rotating-block {
  width: 2026px;
  height: 2026px;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto auto 0%;
  transform: rotate(0);
}

.rotating-block._1 {
  margin-left: -20px;
}

.image-3 {
  width: 360px;
  height: 494px;
}

.images-lift {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 360px;
  height: 4445.98px;
  display: flex;
}

.project {
  background-color: #fff;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.projects {
  z-index: 10;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
  position: relative;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
  overflow: hidden;
}

.logo-image {
  aspect-ratio: 1;
  flex: 0 auto;
  width: 17%;
}

.div-block-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  display: flex;
}

.logos.container {
  justify-content: center;
  align-items: center;
}

.logos.container._2 {
  flex: none;
  justify-content: space-around;
  align-items: center;
}

.logos.container._1 {
  flex: none;
  justify-content: space-around;
  width: 100%;
}

.logos._2 {
  justify-content: flex-end;
  align-items: center;
}

.whowehelpelement {
  filter: saturate(0%);
  background-image: url('../images/a1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 380px;
  transition: transform .3s, filter .3s;
}

.whowehelpelement:hover {
  filter: saturate();
  background-position: 50%;
  background-size: cover;
  transform: scale(1.1);
}

.whowehelpelement._2 {
  background-image: url('../images/a2.png');
}

.whowehelpelement._3 {
  background-image: url('../images/a3.png');
}

.whowehelpelement._4 {
  background-image: url('../images/a4.png');
}

.whowehelp {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.whowehelp._0 {
  opacity: 0;
}

.div-block-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.button {
  color: #18191a;
  text-align: center;
  background-color: #fff;
  border: 1px solid #18191a;
  border-radius: 20px;
  align-self: flex-start;
  width: 180px;
  height: auto;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .275s;
}

.button:hover {
  color: #fff;
  background-color: #202121;
}

.button._1 {
  align-self: flex-start;
}

.button._2 {
  z-index: 1;
  align-self: center;
  width: 208px;
  margin-top: 16px;
  position: relative;
}

.button.margin {
  margin-top: 16px;
}

.founders {
  aspect-ratio: 1 / 2;
  background-image: linear-gradient(#00000082, #00000082), url('../images/Fon.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 380px;
  overflow: hidden;
}

.founder {
  background-image: url('../images/Dayan.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.founder._2 {
  background-image: url('../images/Narek.png');
}

.founder._3 {
  background-image: url('../images/Tigran.png');
}

.div-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.input-field {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 6px 8px 0;
  display: flex;
}

.text-field {
  border: 1px solid #fff;
  margin-bottom: 0;
  padding: 2px 0 12px;
  font-size: 16px;
}

.field-label {
  color: #989898;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.form._1 {
  padding-bottom: 32px;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block {
  flex: 0 auto;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.link {
  color: #19191a;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link.right {
  text-align: right;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-16.right {
  justify-content: center;
  align-items: flex-end;
}

.text-block {
  color: #b2b2b2;
  text-align: center;
  width: 100%;
}

.text-block.link {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.elipsee {
  filter: blur(60px);
  background-color: #295cd14d;
  border-radius: 120%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% auto auto -45vw;
  overflow: visible;
}

.elipsee._1 {
  z-index: 0;
  filter: blur(32px);
  background-color: #55a2ff;
  border: 10px solid #fff;
  transition: transform .1s;
  position: fixed;
  inset: -50px auto auto -50px;
}

.close-comp {
  z-index: 2;
  background-color: #f3f7fc;
  flex: 1;
  align-self: stretch;
  height: 100px;
  position: relative;
}

.close-comp.vertical {
  flex: 1;
  align-self: stretch;
  width: 15%;
  height: auto;
}

.close-comp.hero {
  background-color: #f3f7fc;
  background-image: none;
}

.close-comp._404 {
  height: 100%;
}

.div-block-24 {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-block {
  background-color: #f3f7fc;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  max-width: 960px;
  padding-right: 0;
}

.flex-block._1 {
  flex-flow: column;
}

.flex-block._1._2 {
  flex: 0 auto;
  width: 50%;
  max-width: none;
  padding-bottom: 40px;
  padding-right: 40px;
}

.flex-block.start-a-project {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 24px;
}

.div-block-29 {
  flex: 0 auto;
  align-self: stretch;
  width: 50%;
  display: flex;
}

.div-block-30 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-32 {
  z-index: 1;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 510px;
  height: 100px;
  margin-left: 10px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1.05);
  box-shadow: inset -4px -4px 5px #ffffff54, inset 2px 2px 6px #00000014, -4px -4px 10px #ffffffa3, 4px 4px 5px #00000014;
}

.plus {
  filter: invert(0%);
}

.svg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 36px;
  height: 36px;
}

.path {
  vertical-align: middle;
}

.div-block-33 {
  order: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-weight: 300;
  display: flex;
}

.image-wrapper {
  overflow: hidden;
}

.body-2 {
  background-color: #f3f7fc;
  font-family: SF Pro, Arial, sans-serif;
  font-weight: 300;
  overflow: visible;
}

.body-2._2 {
  align-self: stretch;
}

.section {
  width: 100%;
}

.section.hero {
  max-width: 1440px;
  padding-top: 124px;
  position: relative;
}

.section.hero._2 {
  height: 90vh;
}

.container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-end;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-2.contact-us {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}

.flex-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 70%;
}

.flex-block-2._1 {
  width: 100%;
}

.flex-block-3 {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
}

.flex-block-3.contact-us {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
}

.heading {
  color: #020204;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.heading.with-margin {
  margin-top: 8px;
}

.elips {
  background-image: linear-gradient(#2554cb, #2554cb);
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.div-block-36 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.photo {
  aspect-ratio: 27 / 20;
  background-image: url('../images/Hrashq-mardik.png');
  background-position: 50%;
  background-size: contain;
  width: 100%;
}

.photo.contact-us {
  background-image: url('../images/image-18.png');
}

.text {
  align-self: center;
  width: auto;
  max-width: 960px;
  position: sticky;
  top: 120px;
}

.why-choose-lution-0 {
  color: #020204;
  text-align: center;
  letter-spacing: -.014em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  text-decoration: none;
}

.why-choose-lution-1 {
  color: #2554cb;
  text-align: center;
  letter-spacing: -.014em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  text-decoration: none;
}

.div-block-38 {
  grid-column-gap: 340px;
  grid-row-gap: 340px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding-top: 120px;
  display: flex;
  position: relative;
  top: 0;
}

.section-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.section-2.a {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-image: linear-gradient(#fff, #fff);
  padding-top: 32px;
  padding-bottom: 120px;
}

.why-choose {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding: 40px;
  position: sticky;
  top: 260px;
  transform: rotate(0);
}

.why-choose.right {
  transform: rotate(0);
}

.flex-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

.flex-block-6 {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
}

.div-block-39 {
  aspect-ratio: 364 / 340;
  background-image: url('../images/a1_1.png');
  background-position: 50%;
  background-size: contain;
  width: 50%;
}

.div-block-39._2 {
  background-image: url('../images/a2_1.png');
}

.div-block-39._3 {
  background-image: url('../images/a3_1.png');
}

.div-block-39._4 {
  background-image: url('../images/a4_1.png');
}

.text-2 {
  width: 100%;
}

.meet-our-team-0 {
  color: #2554cb;
  letter-spacing: -.014em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  text-decoration: none;
}

.meet-our-team-1 {
  color: #020204;
  letter-spacing: -.014em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  text-decoration: none;
}

.div-block-40 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 960px;
  display: grid;
}

.img {
  aspect-ratio: 3 / 4;
  background-image: url('../images/Narek_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.img._2 {
  background-image: url('../images/Dayana.png');
}

.img._3 {
  background-image: url('../images/Tigran_1.png');
}

.img._4 {
  background-image: url('../images/Masha.png');
}

.img._5 {
  background-image: url('../images/Anna.png');
}

.img._6 {
  background-image: url('../images/Lilit.png');
}

.img._7 {
  background-image: url('../images/Taron.png');
}

.img._8 {
  background-image: url('../images/Ani.png');
}

.img._9 {
  background-image: url('../images/Marat.png');
}

.img._11 {
  background-image: url('../images/David.png');
}

.img._10 {
  background-image: url('../images/Grigor.png');
}

.img._12 {
  background-image: url('../images/Mels.png');
}

.img._13 {
  background-image: url('../images/Grno-axper.png');
}

.img._14 {
  background-image: url('../images/rem.png');
}

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

.container-3 {
  max-width: 960px;
  position: relative;
  top: 0;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.body-3 {
  background-color: #f3f7fc;
  font-family: SF Pro, Arial, sans-serif;
  font-weight: 300;
}

.body-3.big {
  background-color: #f3f7fc00;
  font-size: 16px;
  line-height: 24px;
}

.section-3 {
  height: 90vh;
}

.flex-block-7 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.div-block-42 {
  z-index: 1;
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 98%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-43 {
  aspect-ratio: 1198 / 408;
  object-fit: fill;
  background-image: url('../images/404.svg');
  background-position: 50%;
  background-size: cover;
}

.project-section {
  height: auto;
  overflow: visible;
}

.project-sticky {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 280px;
  display: flex;
  position: relative;
  top: 0;
  overflow: clip;
}

.project-image {
  aspect-ratio: 1;
  width: 200px;
  transform-style: preserve-3d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transform: rotateX(0)rotateY(-20deg)rotateZ(0);
}

.project-image._1 {
  background-image: url('../images/logo8.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
}

.project-image._2 {
  background-image: url('../images/logo3.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.project-image._3 {
  background-image: url('../images/logo6.svg');
}

.project-image._4 {
  background-image: url('../images/logo4.svg');
}

.project-image._5 {
  background-image: url('../images/logo2.svg');
}

.project-image._6 {
  background-image: url('../images/logo1.svg');
}

.project-image._7 {
  background-image: url('../images/logo5.svg');
}

.project-image._8 {
  background-image: url('../images/logo7.svg');
}

.flex-block-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  perspective: 700px;
  transform-origin: 50%;
  order: 9999;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 180px;
  position: static;
  top: 260px;
  transform: rotate(0)perspective(800px);
}

.flex-block-9 {
  flex: 1;
  order: -9999;
  align-self: stretch;
}

.div-block-44 {
  margin-top: 200px;
  position: sticky;
  top: 200px;
}

.logo {
  aspect-ratio: 1;
  background-image: url('../images/logo8.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
}

.logo._2 {
  background-image: url('../images/logo3.svg');
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-45._1, .div-block-45._2 {
  position: sticky;
  top: 0;
}

.logosss {
  height: 300vh;
  position: static;
}

.section-4 {
  position: relative;
}

.invisible-block-1 {
  width: 100vw;
  height: 125vh;
}

.invisible-block-1.animation {
  height: 100vh;
}

.invisible-block-1.animation._1, .invisible-block-1.animation._2, .invisible-block-1.animation._4, .invisible-block-1.animation._5, .invisible-block-1.animation._12, .invisible-block-1._0 {
  position: relative;
}

.container-4 {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: flex;
  position: fixed;
}

.texts {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
}

.logoss {
  width: 100%;
  height: 100vh;
}

.full-logo-set {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.logo-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.project-logo {
  background-image: url('../images/logo8.svg');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.project-logo._2 {
  background-image: url('../images/logo3.svg');
}

.project-logo._3 {
  background-image: url('../images/logo6.svg');
}

.project-logo._4 {
  background-image: url('../images/logo4.svg');
}

.project-logo._5 {
  background-image: url('../images/logo2.svg');
}

.project-logo._6 {
  background-image: url('../images/logo1.svg');
}

.project-logo._7 {
  background-image: url('../images/logo5.svg');
}

.project-logo._8 {
  background-image: url('../images/logo7.svg');
}

.project-logo._9 {
  background-image: url('../images/Logo-9.svg');
}

.project-logo._10 {
  background-image: url('../images/Logo-10.svg');
}

.info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 80%;
  height: 100vh;
  margin-left: 40px;
  padding-bottom: 0;
  position: static;
}

.info._1 {
  opacity: 1;
  transform: translate(0);
}

.social-media-link {
  background-image: linear-gradient(#fff, #fff);
  width: 48px;
  height: 48px;
}

.flex-block-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.informaion {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
}

.overlay {
  z-index: 11;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal {
  background-color: #fff;
}

.div-block-49 {
  width: 783px;
}

.div-block-49.header {
  justify-content: flex-end;
  align-items: flex-start;
}

.image-4 {
  order: 0;
  align-self: auto;
  width: 24px;
  max-width: none;
  height: 24px;
}

.close-button {
  cursor: pointer;
}

.div-block-51 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.container-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 160px;
  display: flex;
}

.privacy-policy-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: stretch;
}

.flex-block-11 {
  align-self: stretch;
}

.inv-block {
  width: 100vw;
  height: 100vh;
}

@media screen and (min-width: 1440px) {
  .basic-container.how-we-work._2._3 {
    height: auto;
  }

  .basic-container._121 {
    justify-content: flex-start;
    align-items: center;
    height: 2600px;
    display: flex;
  }

  .heading-h1 {
    font-size: 126px;
    line-height: 128px;
  }

  .body.a {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-h4.services {
    font-size: 29px;
  }

  .heading-h6 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-h2 {
    font-size: 58px;
    line-height: 74px;
  }

  .div-block-3 {
    flex: 1;
  }

  .services {
    width: 100%;
  }

  .services-block {
    transform: scale(1);
  }

  .whowehelpelement, .founders {
    height: 460px;
  }

  .elipsee {
    filter: blur(40px);
    width: 150px;
    height: 150px;
    inset: 0% auto auto 0%;
  }

  .elipsee._1 {
    top: -75px;
    left: -75px;
  }

  .close-comp.vertical {
    flex: 0 auto;
    width: 16%;
  }

  .flex-block {
    flex: 1;
  }

  .section.hero._1 {
    max-width: none;
  }

  .flex-block-2 {
    width: 100%;
  }

  .flex-block-7 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .basic-container.hero {
    width: auto;
  }

  .basic-container.how-we-work._2._3 {
    height: auto;
  }

  .basic-container._121 {
    justify-content: flex-start;
    align-items: center;
    height: 4000px;
    display: flex;
  }

  .basic-section, .basic-section.left._1, .basic-section.left._2, .basic-section.left._2._1111, .basic-section.right._1 {
    width: 100vw;
  }

  .basic-section.hero._1 {
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .animation-image {
    flex: 1;
    align-self: auto;
  }

  .animation-image.content {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .heading-h1 {
    font-size: 160px;
    line-height: 180px;
  }

  .heading-h4 {
    font-size: 34px;
    line-height: 48px;
  }

  .heading-h4.services {
    font-size: 29px;
  }

  .heading-h4.services.text {
    opacity: 100;
  }

  .heading-h4.services.text._1, .heading-h4.services.text._2, .heading-h4.services.text._3, .heading-h4.services.text._4, .heading-h4.services.text._5, .heading-h4.services.text._6, .heading-h4.services.text._7, .heading-h4.services.text._8 {
    opacity: .25;
  }

  .heading-h6 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-h2 {
    font-size: 72px;
    line-height: 88px;
  }

  .content {
    flex: 1;
  }

  .div-block-3 {
    flex: 1;
    order: -9999;
  }

  .images {
    margin-top: 60px;
  }

  .services {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
  }

  .services-block {
    overflow: visible;
    transform: scale(1);
  }

  .image.high, .div-block-5 {
    overflow: hidden;
  }

  .rotating-block {
    transform: scale3d(1none, 1none, 1none) rotate(-15deg);
  }

  .rotating-block._1 {
    margin-left: -13px;
  }

  .whowehelpelement, .founders {
    height: 680px;
  }

  .div-block-18 {
    height: 100vh;
  }

  .elipsee {
    width: 200px;
    height: 200px;
    inset: 0% auto auto 0%;
  }

  .flex-block {
    flex: 1;
  }

  .div-block-31 {
    z-index: 5;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .div-block-32 {
    z-index: 5;
    mix-blend-mode: normal;
    background-color: #fff0;
    background-image: url('../images/bg.png');
    background-position: 0 0;
    background-size: auto;
    border: 1px #000;
    border-radius: 90px;
    justify-content: flex-start;
    align-items: center;
    width: 526px;
    height: 120px;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: scale(1.05);
    box-shadow: inset -6px -4px 10px #fff, inset 5px 3px 7px 1px #00000005, 2px 5px 16px #00000017, -4px -5px 20px -3px #fff;
  }

  .section.hero {
    max-width: none;
  }

  .section.hero._2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container-2.contact-us {
    max-width: 1440px;
  }

  .flex-block-3.contact-us {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .photo {
    background-repeat: no-repeat;
  }

  .photo.contact-us {
    background-repeat: no-repeat;
    background-size: contain;
  }

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

  .project-section {
    position: sticky;
    top: 0;
  }

  .flex-block-8 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    position: sticky;
    top: 0;
  }

  .div-block-44 {
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .project-image-wrap {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 90vh;
    display: flex;
  }

  .logo._2 {
    background-image: url('../images/logo1.svg');
  }

  .div-block-45._1 {
    position: sticky;
    top: 0;
  }

  .logosss {
    position: relative;
  }

  .section-4 {
    height: 100vh;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .basic-container.hero {
    max-width: none;
  }

  .basic-container.how-we-work {
    height: 400px;
  }

  .basic-container.how-we-work._2._3 {
    max-width: none;
    height: auto;
  }

  .basic-container.left, .basic-container._121 {
    max-width: none;
  }

  .basic-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .basic-section.left._1, .basic-section.left._2._1111, .basic-section.right._1 {
    height: 400px;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1;
  }

  .nav-menu {
    background-color: #f3f7fc;
  }

  .nav-link {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-button {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 8px 18px 8px 24px;
    position: static;
  }

  .animation-image._3 {
    width: auto;
  }

  .heading-h1 {
    text-align: center;
    flex: 1;
    order: 0;
    align-self: center;
    font-size: 62px;
    inset: 0%;
  }

  .heading-h1.normal {
    flex: 0 auto;
  }

  .heading-h4 {
    width: 45%;
    font-size: 20px;
  }

  .heading-h4.fill {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .animated-text._2 {
    padding-left: 0;
    padding-right: 40px;
  }

  .content.right._1 {
    background-color: #f3f7fc;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-h3 {
    font-size: 28px;
    line-height: 31px;
  }

  .content-wrap._24 {
    margin-bottom: 0;
  }

  .div-block-3 {
    flex: 1;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .images {
    z-index: 1;
    position: relative;
    transform: translate(-54px, -72px)scale(.7);
  }

  .services {
    justify-content: space-around;
    align-items: center;
    width: 100vw;
    padding-left: 16px;
    overflow: hidden;
  }

  .services-block {
    flex: 0 auto;
    order: 0;
    width: 700px;
    right: -71px;
    overflow: visible;
    transform: scale(.8);
  }

  .image, .image.high {
    inset: 0% 0% 0% auto;
  }

  .rotating-block._1 {
    margin-left: -181px;
  }

  .logo-image {
    width: 19%;
  }

  .div-block-10 {
    width: 72%;
  }

  .whowehelpelement {
    height: 240px;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button.center {
    align-self: center;
  }

  .founders {
    height: 240px;
  }

  .div-block-13 {
    grid-column-gap: 12px;
  }

  .text-field {
    font-size: 14px;
    line-height: 16px;
  }

  .menu-button {
    order: 9999;
  }

  .menu-button.w--open {
    background-color: #bcc2d200;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .close-comp.vertical {
    width: auto;
  }

  .flex-block {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    padding-right: 0;
  }

  .flex-block._1._2 {
    width: 100%;
    padding-right: 0;
  }

  .flex-block.start-a-project {
    max-width: none;
  }

  .div-block-29 {
    flex-flow: column;
    flex: 0 auto;
    width: 0%;
    height: 0%;
  }

  .div-block-30 {
    flex: 1;
    justify-content: flex-end;
    width: 100%;
  }

  .div-block-32 {
    width: 350px;
    margin-left: 172px;
  }

  .section.hero._2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2.contact-us {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .flex-block-2 {
    width: 100%;
  }

  .flex-block-3.contact-us {
    order: -9999;
  }

  .div-block-38 {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-2.a {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .why-choose {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .flex-block-6 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-40 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-41 {
    border-bottom: 2px solid #000;
    padding: 32px 24px;
  }

  .flex-block-7 {
    padding-top: 90px;
  }

  .modal {
    width: 100%;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-49.header {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
  }

  .div-block-50 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .container-5 {
    max-width: none;
  }

  .section-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menuicon {
    display: block;
  }

  .closeicon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .basic-container.how-we-work, .basic-container.how-we-work._2 {
    height: 360px;
  }

  .basic-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .basic-section.left._1, .basic-section.left._2._1111, .basic-section.right._1 {
    height: 360px;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1;
    order: 0;
    position: static;
  }

  .nav-menu {
    background-color: #f3f7fc;
    border-bottom: 2px solid #000;
    flex-flow: row;
  }

  .cta-button {
    background-image: linear-gradient(#ffffff80, #ffffff80);
    border: 1px solid #000;
    border-radius: 40px;
    margin-left: 12px;
    margin-right: 0;
    padding: 8px 18px 8px 24px;
  }

  .animation-image.content {
    background-size: cover;
    background-attachment: scroll;
  }

  .animation-image._2 {
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .animation-image._3 {
    object-fit: cover;
    flex: 1;
    align-self: stretch;
    width: auto;
    position: static;
  }

  .heading-h1 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    font-size: 42px;
    display: flex;
  }

  .heading-h1.normal {
    flex: 0 auto;
  }

  .body.a {
    font-size: 12px;
  }

  .heading-h4 {
    width: 70%;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-h4.fill {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-h6 {
    font-size: 15px;
  }

  .heading-h2 {
    width: auto;
    font-size: 24px;
  }

  .animated-text {
    padding-left: 16px;
  }

  .animated-text._2 {
    padding-right: 16px;
  }

  .content.right._1 {
    flex-flow: column;
  }

  .heading-h3 {
    font-size: 22px;
  }

  .why-work {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .images {
    overflow: clip;
    transform: translate(-88px, -100px)scale(.5);
  }

  .services {
    padding-top: 60px;
    overflow: visible;
  }

  .services-block {
    right: -142px;
    transform: scale(.6);
  }

  .rotating-block._1 {
    margin-left: -250px;
  }

  .projects {
    align-self: stretch;
  }

  .div-block-9 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 24px;
  }

  .div-block-10 {
    align-self: stretch;
    width: 100%;
  }

  .div-block-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button {
    align-self: center;
  }

  .div-block-13 {
    grid-column-gap: 8px;
  }

  .menu-button.w--open {
    background-color: #3d3d3d00;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .close-comp.vertical {
    flex: 1;
    position: static;
  }

  .flex-block {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block._1._2 {
    align-self: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block.start-a-project {
    max-width: none;
  }

  .div-block-29 {
    flex-flow: column;
    flex: 1;
    width: 0%;
  }

  .div-block-30 {
    height: 400px;
    top: 0;
    bottom: 0;
  }

  .div-block-32 {
    width: 280px;
    height: 60px;
    margin-left: 240px;
  }

  .section.hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2 {
    flex-flow: column;
  }

  .flex-block-3.contact-us {
    order: -9999;
  }

  .heading, .heading.with-margin {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-38 {
    padding-top: 48px;
  }

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

  .section-2.a {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .why-choose {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .flex-block-6 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-40 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .flex-block-7 {
    padding-top: 80px;
  }

  .modal {
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-49.header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-50 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-5 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .basic-container.hero {
    padding-bottom: 20px;
  }

  .basic-container.how-we-work, .basic-container.how-we-work._2 {
    height: auto;
  }

  .basic-container.how-we-work._2._3 {
    display: flex;
    overflow: visible;
  }

  .basic-container.left {
    padding-top: 32px;
  }

  .basic-container.horizontal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .basic-section.left._1, .basic-section.left._2._1111 {
    height: auto;
  }

  .basic-section.left.services {
    overflow: clip;
  }

  .basic-section.right._1 {
    height: auto;
  }

  .basic-section.hero._1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .basic-section.footer {
    -webkit-text-stroke-color: #fff;
    flex-flow: column;
    margin-top: 0;
  }

  .basic-section._0 {
    background-image: none;
    height: auto;
    overflow: visible;
  }

  .navbar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .navbar-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    background-color: #f3f7fc;
    border-bottom: 4px solid #000;
  }

  .nav-link {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-button {
    background-image: linear-gradient(#fff, #fff);
    border: 2px solid #000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 30px 16px;
    padding: 8px 16px 8px 24px;
  }

  .animation-image {
    align-self: stretch;
    min-width: 100%;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .animation-image.hero {
    aspect-ratio: 2.5;
    object-fit: contain;
    background-image: url('../images/1---2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex: 0 auto;
    align-self: stretch;
    height: auto;
    position: static;
  }

  .animation-image.content, .animation-image._2 {
    background-size: cover;
  }

  .heading-h1 {
    font-size: 54px;
    line-height: 68px;
    inset: 0%;
  }

  .heading-h1.normal {
    flex: 0 auto;
  }

  .heading-h4 {
    width: 75%;
    font-size: 15px;
    line-height: 22px;
  }

  .heading-h4.fill {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-h4.fill.upper.symbol {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-h4.services.text {
    width: auto;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .heading-h4.bold.center {
    text-align: center;
    align-self: center;
    font-size: 20px;
  }

  .heading-h6 {
    font-size: 16px;
  }

  .heading-h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .animated-text {
    aspect-ratio: 8 / 5;
    background-color: #f3f7fc00;
    width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .animated-text._2 {
    background-color: #f3f7fc00;
    background-image: none;
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content.right {
    aspect-ratio: 8 / 5;
  }

  .content.right._1 {
    flex-flow: column;
    align-self: auto;
    height: 640px;
    padding-bottom: 0;
  }

  .heading-h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .why-work-with-us {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .why-work {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-wrap._24 {
    padding-left: 0;
  }

  .div-block-3 {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    height: 32px;
    padding-left: 16px;
    inset: 0% auto auto 0%;
  }

  .images {
    opacity: 0;
    align-self: flex-end;
    margin-top: 143px;
  }

  .services {
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 200px;
    padding-left: 0;
  }

  .services-block {
    align-self: flex-start;
    margin-top: 220px;
    margin-right: -140px;
    padding-right: 0;
    position: relative;
    inset: -250px 40px 40px -112px;
    overflow: visible;
    transform: rotateX(0)rotateY(180deg)rotateZ(0)scale(.9);
  }

  .service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    align-items: center;
  }

  .rotating-block {
    margin-left: -6px;
    transform: none;
  }

  .rotating-block._1 {
    transform: none;
  }

  .project {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .whowehelpelement._2 {
    background-size: cover;
  }

  .whowehelp {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .button {
    align-self: stretch;
    width: auto;
  }

  .button._1 {
    align-self: auto;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
  }

  .text-field {
    height: 48.4766px;
  }

  .form {
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-15 {
    flex-flow: column;
    height: 420px;
    display: flex;
  }

  .form-block {
    height: auto;
  }

  .div-block-16 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .div-block-16.right {
    order: -9999;
    justify-content: center;
    align-items: center;
  }

  .text-block {
    order: 9999;
    font-size: 12px;
  }

  .menu-button.w--open {
    background-color: #b0bbd400;
    padding: 16px 18px;
  }

  .close-comp {
    background-color: #f3f7fc;
    background-image: none;
    flex: 0 auto;
    height: 0;
  }

  .close-comp.hero {
    flex: 1;
  }

  .close-comp._404 {
    flex: 1;
    height: 100%;
  }

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

  .flex-block {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block._1._2 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-29 {
    flex-flow: row;
    order: -9999;
    justify-content: flex-start;
    align-items: center;
    width: 0%;
  }

  .div-block-30 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    height: 530px;
    padding-top: 0;
    overflow: visible;
  }

  .div-block-31 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-32 {
    background-color: #f3f7fc;
    background-image: none;
    left: 0;
    transform: scale(1.05);
  }

  .div-block-34 {
    z-index: 12;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    position: fixed;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    font-size: 12px;
  }

  .div-block-35 {
    flex: 0 auto;
    align-self: auto;
    width: 1436px;
    height: 30px;
  }

  .body-2._2 {
    font-size: 12px;
  }

  .section.hero {
    padding-top: 120px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.hero._2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-2 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.contact-us {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-3.contact-us {
    order: -9999;
  }

  .heading.with-margin {
    font-size: 18px;
    line-height: 24px;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-choose {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding: 12px;
    top: 120px;
  }

  .flex-block-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-39 {
    order: -9999;
    width: 100%;
  }

  .div-block-40 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    place-items: start center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-41 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .body-3.big {
    font-size: 14px;
    line-height: 20px;
  }

  .body-3.big.center {
    text-align: center;
  }

  .flex-block-7 {
    padding-top: 120px;
  }

  .div-block-42 {
    padding-bottom: 0;
  }

  .section-4 {
    width: 100vw;
    height: 100vh;
    position: static;
    top: 0;
    overflow: visible;
  }

  .invisible-block-1.animation._1, .invisible-block-1.animation._2, .invisible-block-1.animation._3, .invisible-block-1.animation._4, .invisible-block-1.animation._5, .invisible-block-1.animation._6, .invisible-block-1.animation._7, .invisible-block-1.animation._10, .invisible-block-1.animation._12 {
    height: 0;
  }

  .invisible-block-1._0 {
    order: -9999;
    height: 4000vh;
  }

  .invisible-blocks {
    height: 4000px;
    position: absolute;
    top: 0;
    overflow: visible;
  }

  .container-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-top: 0;
    padding-top: 120px;
    position: fixed;
    top: 0;
    overflow: hidden;
  }

  .texts {
    flex: 0 auto;
    height: auto;
    overflow: visible;
  }

  .logoss {
    flex: 0 auto;
    order: -9999;
    height: 40%;
    position: static;
    top: 0;
    overflow: visible;
  }

  .full-logo-set {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: auto;
    height: 100%;
  }

  .logo-container {
    flex: 0 auto;
    width: 100vw;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-logo {
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .info {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100%;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .infos {
    flex-flow: row;
    height: 100%;
  }

  .div-block-46 {
    width: 100vw;
    height: 100vh;
    position: relative;
    top: 0;
  }

  .div-block-47 {
    position: sticky;
  }

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

  .overlay {
    display: none;
  }

  .modal, .div-block-49.header {
    width: 100%;
  }

  .section-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menuicon {
    width: 24px;
    display: block;
  }

  .closeicon {
    display: none;
  }

  .inv-block {
    height: 0;
  }
}

#w-node-_7d4d81cd-4f4a-0f46-1484-bce048bbca1a-1d18b9c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d4d81cd-4f4a-0f46-1484-bce048bbca1c-1d18b9c8, #w-node-_4b0eaceb-a23c-a1ae-8cbd-f4d14a535c0c-1d18b9c8 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-f0a88b79-4c58-ef9a-00cf-ec083cfdfd03-1051739f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0a88b79-4c58-ef9a-00cf-ec083cfdfd05-1051739f {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_54e29f38-6fb7-f1d9-1106-796b3a5eab1e-1051739f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_54e29f38-6fb7-f1d9-1106-796b3a5eab20-1051739f {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_20349cd8-9475-81e0-bdfe-1baa5a475d8a-a468ab9e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20349cd8-9475-81e0-bdfe-1baa5a475d8c-a468ab9e {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-a4c0732a-6311-25f6-2fb4-ef8915eebf8b-dbde2517 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a4c0732a-6311-25f6-2fb4-ef8915eebf8d-dbde2517 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-ddbc69ad-a962-484d-f9e3-132c5c29ccc4-b00055dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ddbc69ad-a962-484d-f9e3-132c5c29ccc6-b00055dc, #w-node-_50d6d826-ddd8-be70-f3b1-2d8591310a9d-b00055dc {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-d1672684-7fa9-2538-1f23-784cd910e3be-67f1d762 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1672684-7fa9-2538-1f23-784cd910e3c0-67f1d762 {
  grid-area: 5 / 1 / 6 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-_90ac7412-4c3f-ca24-baea-ad4b49ecc5b7-1051739f, #w-node-_4223f1ed-9305-febf-3920-ad46d78fabaa-1051739f, #w-node-_1bf5101e-46f1-ce97-f741-3b1bd260f837-1051739f, #w-node-_472e6350-ed05-98a8-10cd-2704745ed20e-1051739f, #w-node-_1f55f6d9-881a-5d05-c6d0-013f5a548d56-1051739f, #w-node-f9401e5c-59db-adec-e7be-9036c17498ee-1051739f, #w-node-_768dbb03-d3b5-31bb-5c2a-012e880f650d-1051739f, #w-node-ff6bb8aa-3ca8-f786-0cce-111886e57975-1051739f, #w-node-_8098e25e-bc46-ba05-b774-0655b9bef32a-1051739f, #w-node-d1feac0c-e8c6-5069-5c66-89dda36cab55-1051739f, #w-node-_05c7e4f6-a3e1-add6-516f-b50bef29eb8e-1051739f, #w-node-d483d8b6-a48f-5ca2-0416-711cf7aed58d-1051739f, #w-node-_2ee97c78-92f9-3e7e-5fb1-0b6bcb924eb6-1051739f, #w-node-_9604e301-330e-77e0-211d-4d96b64dad31-1051739f {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Strasua';
  src: url('../fonts/STRASUA.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-Ultralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-UltralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-Black.ttf') format('truetype'), url('../fonts/SFProDisplay-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}