@font-face {
  font-family: Paralucent;
  src: url('../fonts/Paralucent-DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --nav-menu-background\<deleted\|variable-31a3e223\>: #3d3d3d;
  --background-colors\<deleted\|variable-bc21692a\>: white;
  --white: white;
  --primary-colors\<deleted\|variable-484f862f\>: #d7fe63;
  --text-mute: #0e101199;
  --small-text: Satoshi, sans-serif;
  --background-color: whitesmoke;
  --large-text: Satoshi, sans-serif;
  --black-1: black;
  --black-2: #0e1011;
  --heading-style-h1: Satoshi, sans-serif;
  --heading-style-h2: Satoshi, sans-serif;
  --heading-style-h3: Satoshi, sans-serif;
  --heading-style-h4: Satoshi, sans-serif;
  --heading-style-h5: Satoshi, sans-serif;
  --medium-text: Satoshi, sans-serif;
  --extra-small-text: Satoshi, sans-serif;
  --large-uppercase: Satoshi, sans-serif;
  --small-uppercase: Satoshi, sans-serif;
}

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

.navbar_menu.is-page-height-tablet {
  background-color: var(--nav-menu-background\<deleted\|variable-31a3e223\>);
  border-radius: 100px;
}

.body {
  background-color: var(--background-colors\<deleted\|variable-bc21692a\>);
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-top: 42px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  opacity: .7;
  color: var(--white);
  letter-spacing: .5px;
  width: 100%;
  max-width: 534px;
  margin-bottom: 0;
  font-family: Paralucent Medium, sans-serif;
  font-size: 1.125rem;
  line-height: 28px;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-span {
  color: var(--primary-colors\<deleted\|variable-484f862f\>);
}

.hero__card-shine {
  background-image: radial-gradient(circle, #1c1341de, #1c134100 61%);
  border-radius: 100vw;
  width: 60em;
  height: 60em;
  margin-top: -30.4em;
  margin-left: -25.7em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero__card-logo {
  width: 4em;
}

.hero__gradient {
  z-index: 2;
  opacity: .9;
  background-image: radial-gradient(circle, #5c31ff, #5c31ff00 69%);
  width: 100%;
  height: 200em;
  margin-bottom: 0;
  margin-right: 0;
  position: fixed;
  inset: auto 0% 0% auto;
}

.hero__gradient.is--other {
  opacity: .73;
  background-image: radial-gradient(circle, #f88cd4, #f88cd400 69%);
  width: 160em;
  height: 160em;
  margin-bottom: 0;
  margin-right: auto;
}

.hero__card-top {
  opacity: .6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero__card {
  transform-style: preserve-3d;
  background-image: linear-gradient(144deg, #eeedf24d, #fff0 43%);
  border: 2px solid #eeedf257;
  border-top-color: #eeedf22e;
  border-radius: 2em;
  width: 38em;
  min-width: 38em;
  height: 24em;
  position: relative;
  transform: rotate(-9deg);
}

.hero__card-icon {
  width: 3.5em;
}

.hero__card-bottom {
  opacity: .6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero__card-content {
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.6em;
  display: flex;
  overflow: hidden;
}

.hero__card-bar {
  width: 3.5em;
}

.hero__video {
  mix-blend-mode: color-dodge;
  width: 100%;
  height: 42em;
  position: relative;
}

.hero__card-text {
  color: #eeedf2;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  font-weight: 700;
}

.hero__card-contain {
  z-index: 3;
  perspective: 2000em;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero__right {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  top: 10rem;
}

.logo1_logo {
  max-height: 3.5rem;
}

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

.logo_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.text-size-medium-2 {
  margin-top: 10px;
  font-size: 1.125rem;
}

.section_logo {
  background-color: #202020;
  border-radius: 32px;
  max-width: none;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.cell {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
}

.div-block-3, .div-block-4 {
  width: 100%;
}

.quick-stack {
  grid-column-gap: 82px;
}

.page-wrapper {
  overflow: hidden;
}

.navbar {
  z-index: 2;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #fff;
  border: 0 solid #e6dede;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 2rem;
  text-decoration: none;
  display: flex;
  position: fixed;
}

.container {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.left-column-nav {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 12px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.center-column-nav {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 51px;
  text-decoration: none;
  display: flex;
}

.logo.desktop {
  display: none;
}

.right-column-nav {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu {
  grid-column-gap: 4px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  transition: border-color .4s ease-in-out;
  display: flex;
}

.menu:hover {
  border-color: var(--text-mute);
}

.text-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.menu-icon {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  padding: 6px 2px;
  text-decoration: none;
  display: flex;
}

.line-menu {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.section-home-hero {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 7.5rem;
  display: flex;
}

.container-hero {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.hero-image {
  object-fit: cover;
  width: 50%;
}

.right-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 900px;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.margin-bottom-hero {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  font-family: var(--small-text);
  color: #0e101199;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.margin-top-hero {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.mouse-scroll-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.section-about {
  grid-column-gap: 80px;
  background-color: var(--background-color);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-global {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 8rem 4rem;
  text-decoration: none;
  display: flex;
}

.content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.about-us-grid {
  grid-column-gap: 200px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.right {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.left {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.text-4 {
  font-family: var(--large-text);
  color: var(--black-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-5 {
  color: #0e101199;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-statistic {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrapper {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.experience-grid {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.our-experience-and-successfull-project {
  color: #000;
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-6 {
  color: #0e101199;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.stats-grid {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.item-statistic {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 124px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #0e101199;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.line-vertical {
  background-color: #e6e6e6;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.section-services {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.container-services {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-project {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

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

.content-project {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.services-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #0e101199;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.margin-top-project {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.link-button {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 6px 0;
  text-decoration: none;
  display: flex;
}

.link-button:hover {
  color: var(--black-2);
}

.text-9 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 2px;
  text-decoration: none;
  display: flex;
}

.section-logo {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-vertical {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.center-title-block {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.we-work-with-the-world-top-companies {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.logo-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-image {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 92px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.logo-1 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 79.0244px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.brand-logo {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 92px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.logo-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.logo-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.logo-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 59.0909px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.logo-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.logo-image-3 {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 77px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.logo-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 177.333px;
  height: 38px;
  text-decoration: none;
  display: flex;
}

.logo-image-4 {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 77px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.logo-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 31px;
  text-decoration: none;
  display: flex;
}

.logo-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 169.714px;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.logo-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 31px;
  text-decoration: none;
  display: flex;
}

.logo-image-5 {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 84px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.logo-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 174.643px;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.logo-image-6 {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 84px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.logo-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 171.487px;
  height: 33px;
  text-decoration: none;
  display: flex;
}

.logo-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 166.174px;
  height: 39px;
  text-decoration: none;
  display: flex;
}

.logo-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.logo-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 172.118px;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.section-project {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-horizontal {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  text-decoration: none;
  display: flex;
}

.padding-vertical-project {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.container-project {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.project {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-project {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.rounded-button {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 6px 3px 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 338px;
  left: 24px;
}

.text-11 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.icon {
  grid-column-gap: 10px;
  background-color: var(--black-2);
  border: 1px solid #eee;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.small-vertical-line {
  background-color: #eee;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.link-2 {
  color: #0e101180;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.card-project-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-team {
  grid-row-gap: 64px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-vertical-3 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-decoration: none;
  display: flex;
}

.content-3 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.row-team {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-team {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.people-image {
  grid-row-gap: 10px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.wrapper-name {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-block {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #0e101199;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.bio-block {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrapper-block {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 207px;
  text-decoration: none;
  display: flex;
}

.style-guide-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.style-guide {
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px;
  text-decoration: none;
  display: flex;
}

.heading-wrapper {
  grid-column-gap: 32px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-style-h1 {
  font-family: var(--heading-style-h1);
  color: var(--black-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-style-h2 {
  font-family: var(--heading-style-h2);
  color: #0c0c0c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-style-h3 {
  font-family: var(--heading-style-h3);
  color: #0c0c0c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-style-h4 {
  font-family: var(--heading-style-h4);
  color: #0c0c0c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-style-h5 {
  font-family: var(--heading-style-h5);
  color: #0c0c0c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.large-text {
  font-family: var(--small-text);
  color: var(--black-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.medium-text {
  font-family: var(--medium-text);
  color: var(--text-mute);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.small-text {
  font-family: var(--small-text);
  color: var(--text-mute);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.extra-small-text {
  font-family: var(--extra-small-text);
  color: #0c0c0c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.large-uppercase {
  font-family: var(--large-uppercase);
  color: #0c0c0c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.small-uppercase {
  font-family: var(--small-uppercase);
  color: #0c0c0c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.black-colors {
  grid-column-gap: 140px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #828282;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.color-wrapper {
  grid-column-gap: 85px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.black-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.color-style-black-1 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 2px;
  text-decoration: none;
  display: flex;
}

.caption {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.color-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.color-code {
  font-family: var(--large-text);
  color: #828282;
  text-align: center;
  margin-top: 0;
  margin-bottom: 22.4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: none;
}

.black-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 101px;
  text-decoration: none;
  display: flex;
}

.caption-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.caption-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 101px;
  text-decoration: none;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.primary-button-2 {
  grid-column-gap: 12px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.link-text:hover {
  color: var(--black-2);
}

.secondary-button {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 6px 3px 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.color-style-black {
  background-color: var(--black-1);
  border-radius: 10px;
  width: 100px;
  height: 100px;
}

.color-style-black-2 {
  background-color: var(--black-2);
  border-radius: 10px;
  width: 100px;
  height: 100px;
}

.color-style-background {
  background-color: var(--background-color);
  border-radius: 10px;
  width: 100px;
  height: 100px;
}

.color-style-white {
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  width: 100px;
  height: 100px;
}

.div-block-5 {
  background-color: var(--text-mute);
  border-radius: 10px;
  width: 100px;
  height: 100px;
}

.content-center, .block-heading {
  width: 100%;
}

.section-faq {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.center-content {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.padding-vertical-faq {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-decoration: none;
  display: flex;
}

.container-faq {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-faq {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.accordion {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.accordion-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-2 {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 768px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.paragraph {
  font-family: var(--medium-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.horizontal-line {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.section-contact {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-vertical-contact {
  background-color: #fafafa;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.contact-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #9a9a9a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.left-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.main-logo {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding: 10px 0 0;
  text-decoration: none;
  display: flex;
}

.logo-footer {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 200px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.contact-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.description {
  color: #0e101199;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.right-content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.input {
  grid-column-gap: 24px;
  background-color: #fafafa;
  border: 1px solid #e6edf3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  text-decoration: none;
  display: flex;
}

.button-2 {
  grid-column-gap: 12px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-row-gap: 80px;
  background-color: #050505;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-footer {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  text-decoration: none;
  display: flex;
}

.padding-vertical-medium {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.container-footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.left-column {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.white-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.content-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.social-links {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.sosmed {
  grid-column-gap: 10px;
  background-color: #1a1919;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.social-media-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.column-right {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-list {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-item {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.email-contact {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.white-button {
  grid-column-gap: 12px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #1e1e1e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.faq-list {
  background-color: #fff;
  border: 0 #0000;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.paragraph-faq {
  font-family: var(--small-text);
  color: var(--text-mute);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-answer {
  padding-top: 1rem;
  padding-left: 0;
  overflow: hidden;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.text-size-medium-3.text-weight-bold {
  color: #171513;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.faq-icon {
  align-self: flex-start;
  width: 24px;
  margin-left: 1.5rem;
}

.form-input {
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 8px;
  width: 100%;
  font-family: Satoshi, sans-serif;
}

.input-form {
  font-family: var(--small-text);
  color: var(--text-mute);
  background-color: #fafafa;
  border: 1px solid #e6edf3;
  height: 70px;
  font-size: 20px;
  line-height: 150%;
}

.input-form.message {
  height: auto;
  padding-bottom: 8rem;
}

.field-label {
  font-family: var(--small-text);
}

.label {
  font-family: var(--small-text);
  color: var(--black-1);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.submit-button {
  background-color: var(--black-1);
  font-family: var(--small-text);
  letter-spacing: 1px;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: background-color .2s ease-in-out;
}

.submit-button:hover {
  background-color: var(--black-2);
}

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

.arrow {
  width: 20px;
  height: 20px;
}

.arrow-image {
  position: absolute;
  top: 40%;
  left: 45%;
}

.menu-component {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  margin-top: .5rem;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 2rem 0% auto auto;
}

.menu-nav-item {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.menu-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.line {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 2px;
  text-decoration: none;
  display: flex;
}

.heading-style-2-center {
  color: var(--black-1);
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.licensing {
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8rem;
  padding: 64px;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.type-61 {
  color: #0c0c0c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.medium-text-center {
  color: #0c0c0c80;
  text-align: center;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.wrapper-licencing {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 625px;
  text-decoration: none;
  display: flex;
}

.inner-wrapper {
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.grid-licencing {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.type-61-5 {
  color: #0c0c0c80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-link {
  color: #0c0c0c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}

.changelog {
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8rem;
  padding: 64px;
  text-decoration: none;
  display: flex;
}

.heading-changelog {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wrapper-changelog {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 625px;
  text-decoration: none;
  display: flex;
}

.inner-wrapper-changelog {
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.text-block {
  font-family: var(--large-text);
}

.success-message {
  background-color: var(--black-1);
  font-family: var(--large-text);
  color: var(--white);
}

.text-block-2 {
  opacity: .6;
  color: #9a9a9a;
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 13px;
}

.success-message-2 {
  background-color: #f7f7f7;
  border-radius: 4px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5px;
}

.error-message {
  box-sizing: border-box;
  width: 14px;
  padding: 20px;
}

.form-block {
  background-color: #fafafa;
  border-radius: 8px;
  margin-top: 10px;
  padding: 32px;
  box-shadow: 0 8px 24px #00000080;
}

.heading-3 {
  font-family: Paralucent Light, sans-serif;
}

.select-field {
  -webkit-text-stroke-color: #1a1a1a;
  background-color: #fff;
  border: 0 solid #dadada;
  border-radius: 6px;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
}

.select-field.form-input {
  mix-blend-mode: normal;
  border-width: 1px;
  border-color: #d1d1d1;
}

.select-field.form-input:focus {
  border-color: #2563eb;
  box-shadow: 0 2px 5px #2563eb26;
}

.select-field-2 {
  background-color: #fafafa;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
}

.select-field-2.form-input {
  background-color: #fff;
}

.select-field-3 {
  background-color: #fff;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
}

.select-field-4 {
  background-color: #fafafa;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
}

.select-field-4.form-input {
  background-color: #fff;
}

.text-field {
  background-color: #fafafa;
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
}

.text-field.form-input {
  background-color: #fff;
  border-color: #d1d1d1;
  border-radius: 6px;
}

.text-field.form-input:hover {
  border-color: #cbd5e1;
}

.text-field.form-input:focus {
  border-color: #2563eb;
  box-shadow: 0 2px 5px #2563eb26;
}

.text-field-2 {
  background-color: #fafafa;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
}

.text-field-2.form-input {
  background-color: #fff;
}

.text-field-3 {
  background-color: #fafafa;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
}

.text-field-3.form-input {
  background-color: #fff;
}

.text-field-4 {
  background-color: #fafafa;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
}

.text-field-4.form-input {
  background-color: #fff;
}

.submit-button-2 {
  color: #fff;
  text-indent: .3px;
  cursor: pointer;
  background-color: #1f3a5f;
  border: 1px #000;
  border-radius: 12px;
  height: 56px;
  padding: 14px 24px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: transform .2s;
  box-shadow: 0 8em 16px #1f3a5f40;
}

.submit-button-2:hover {
  background-color: #162c48;
  transform: translate(0, -1px);
  box-shadow: 0 8em 24px #1f3a5f40;
}

.submit-button-2:active {
  background-color: #122338;
  transform: translate(0);
  box-shadow: 0 8em 8px #1f3a5f40;
}

.submit-button-2:focus {
  box-shadow: 0 0 0 3px #1f3a5f40;
}

@media screen and (max-width: 991px) {
  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero__card {
    transform: rotateX(20deg)rotateY(-3deg)rotateZ(-9deg);
  }

  .hero__right {
    display: none;
  }

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

  .navbar {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section-home-hero {
    height: auto;
  }

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

  .hero-image {
    width: 100%;
    height: 500px;
  }

  .right-column {
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-about {
    flex-flow: column;
  }

  .padding-global {
    padding: 4rem 2rem;
  }

  .about-us-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

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

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

  .stats-grid {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .item-statistic {
    height: auto;
  }

  .line-vertical {
    height: 10rem;
  }

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

  .logo-wrapper {
    width: 100%;
  }

  .logo-grid {
    grid-column-gap: 1.5rem;
    width: 100%;
  }

  .logo-image {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-1 {
    width: auto;
    height: 50px;
  }

  .brand-logo {
    width: 6rem;
    height: auto;
    padding: 0;
  }

  .logo-2, .logo-3, .logo-4, .logo-5 {
    width: auto;
    height: auto;
  }

  .logo-6 {
    height: 32px;
  }

  .logo-image-4 {
    padding: 0;
  }

  .logo-7 {
    width: auto;
    height: 24px;
  }

  .logo-8 {
    width: 120px;
    height: 30px;
  }

  .logo-10 {
    height: 30px;
  }

  .logo-image-6 {
    padding: 0;
  }

  .logo-12 {
    width: 150px;
    height: 35px;
  }

  .logo-13 {
    height: 34px;
  }

  .padding-horizontal {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-vertical-project {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .padding-vertical-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .card-team {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .people-image {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .wrapper-block {
    height: auto;
  }

  .style-guide {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h2 {
    color: var(--black-1);
  }

  .heading-style-h5 {
    font-size: 24px;
  }

  .medium-text {
    font-size: 16px;
  }

  .small-text {
    font-size: 18px;
  }

  .black-colors {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    width: 100%;
  }

  .color-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    width: 100%;
  }

  .color-code {
    font-family: var(--large-uppercase);
  }

  .block-heading {
    width: 100%;
  }

  .accordion {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-vertical-contact {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .left-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

  .right-content {
    width: 100%;
  }

  .padding-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-vertical-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .menu-component {
    display: none;
  }

  .heading-style-2-center {
    color: var(--black-1);
    text-align: center;
    font-family: Satoshi, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
  }

  .medium-text-center {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .hero__card-shine {
    margin-top: -18.6em;
    margin-left: 26.2em;
  }

  .hero__right {
    width: 42em;
    margin-top: 7.2em;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .logo1_logo {
    max-height: 3rem;
  }

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

  .logo_component {
    padding-top: 1rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .navbar {
    padding: 1.5rem 1rem 1rem;
  }

  .button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo {
    height: 30px;
  }

  .logo-1, .logo-4 {
    height: 40px;
  }

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

  .logo-7 {
    height: auto;
  }

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

  .logo-9 {
    height: auto;
  }

  .logo-image-5 {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-image-6 {
    height: auto;
  }

  .logo-11, .logo-12, .logo-13, .logo-14 {
    width: auto;
    height: auto;
  }

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

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

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

  .actions {
    width: 100%;
  }

  .container-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .white-button {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-question {
    padding: 1rem 0;
  }

  .faq-answer {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .faq-icon {
    width: 1.75rem;
  }

  .medium-text-center {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero__card {
    width: 28em;
    min-width: 28em;
    height: 20em;
    font-size: 1.1em;
  }

  .hero__video {
    height: 55em;
  }

  .hero__right {
    width: 100%;
    margin-top: 8.4em;
  }

  .logo_component {
    justify-content: center;
  }

  .button, .center-column-nav {
    display: none;
  }

  .logo {
    height: 30px;
  }

  .logo.desktop {
    display: block;
  }

  .section-home-hero {
    padding-top: 4.5rem;
  }

  .hero-image {
    height: 350px;
  }

  .right-column {
    padding: 1.5rem 1rem;
  }

  .section-about {
    flex-direction: column;
    align-items: center;
  }

  .padding-global {
    padding: 2rem 1rem;
  }

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

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

  .line-vertical {
    width: 100%;
    height: 1px;
  }

  .container-services, .row-project {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .logo-wrapper {
    grid-row-gap: 1rem;
  }

  .logo-1 {
    height: auto;
  }

  .logo-4 {
    height: 20px;
  }

  .logo-6, .logo-image-4 {
    width: auto;
    height: auto;
  }

  .logo-7 {
    height: auto;
  }

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

  .logo-9 {
    height: auto;
  }

  .logo-image-5 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-10 {
    height: auto;
  }

  .logo-image-6, .logo-11, .logo-12, .logo-13, .logo-14 {
    width: auto;
    height: auto;
  }

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

  .padding-vertical-project {
    grid-row-gap: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .rounded-button {
    left: 1rem;
  }

  .padding-vertical-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .wrapper-block {
    height: auto;
  }

  .style-guide-wrapper {
    margin-top: 5rem;
  }

  .style-guide {
    padding: 4rem 1rem;
  }

  .heading-style-h1 {
    font-size: 38px;
  }

  .heading-style-h2 {
    color: var(--black-1);
    font-size: 32px;
  }

  .heading-style-h5 {
    font-size: 20px;
  }

  .large-text {
    font-size: 22px;
  }

  .medium-text, .small-text {
    font-size: 16px;
  }

  .black-colors {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .color-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

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

  .paragraph {
    font-size: 20px;
  }

  .padding-vertical-contact {
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .main-logo {
    width: 140px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .logo-footer {
    width: 100%;
    height: auto;
  }

  .contact-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading {
    font-size: 38px;
  }

  .description {
    font-size: 16px;
  }

  .input {
    flex-direction: column;
    align-items: center;
  }

  .actions {
    width: 100%;
    padding-top: 1rem;
  }

  .padding-footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-vertical-medium {
    flex-direction: column;
    align-items: center;
  }

  .container-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .column-right {
    flex-direction: column;
    align-items: center;
  }

  .white-button {
    flex-flow: row;
    align-items: center;
    width: 100%;
  }

  .paragraph-faq {
    font-size: 16px;
  }

  .faq-question, .faq-answer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .input-form {
    height: 50px;
    font-size: 16px;
  }

  .label {
    font-size: 16px;
  }

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

  .arrow-image {
    top: 30%;
    left: 40%;
  }

  .menu-component {
    max-width: none;
    display: none;
    position: fixed;
    inset: 3.2rem 0% auto;
  }

  .menu-nav-item {
    flex-flow: row;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .line {
    width: 100%;
  }

  .heading-style-2-center {
    font-size: 32px;
  }

  .licensing {
    padding: 2rem 1rem;
  }

  .medium-text-center {
    width: 100%;
  }

  .wrapper-licencing {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .inner-wrapper, .changelog {
    padding: 1.5rem 1rem;
  }

  .inner-wrapper-changelog {
    padding: 1.5rem 1rem 1rem;
  }

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

  .success-message-2 {
    color: #000;
    font-size: 16px;
  }

  .submit-button-2:hover {
    box-shadow: 0 8em 24px #1f3a5f40;
  }
}


@font-face {
  font-family: 'Paralucent';
  src: url('../fonts/Paralucent-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paralucent Medium';
  src: url('../fonts/Paralucent-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paralucent Light';
  src: url('../fonts/Paralucent-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}