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

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

:root {
  --bg: #1c1c1c;
  --white: #f4f2f0;
  --text-black: #373234;
  --black: black;
  --white\<deleted\|variable-464e384d\>: var(--bg);
}

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

.body {
  background-color: var(--bg);
  font-family: DM Sans;
  font-size: 1vw;
  line-height: 1.2;
}

.toggle {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.toggle.t-large {
  background-color: #373234;
  width: 1.5rem;
  height: 1.5rem;
}

.header {
  padding: 2em 4em;
}

.header.landscape100 {
  padding: 1em 4vw;
}

.grid {
  flex-wrap: wrap;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: .75fr 3.25fr;
  justify-content: space-around;
  justify-items: center;
  width: 100%;
  display: flex;
}

.grid.header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em 1em 1em;
}

.grid.landscape100 {
  justify-content: space-around;
  align-items: stretch;
}

.grid.landscape100.mobile {
  display: none;
}

.grid.white {
  background-color: #f4f2f0;
  border-radius: 1.25em;
  margin-bottom: 0;
}

.grid.white.service-wrapper {
  background-color: var(--white);
  padding-top: 3em;
  padding-bottom: 7.5em;
  font-family: Nunito Sans, sans-serif;
}

.grid.white.partners-wrapper {
  padding-top: 3em;
  padding-bottom: 2em;
}

.grid.center {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  margin-top: 0;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.grid.center.second {
  border-bottom: 1px solid #373234;
  margin-bottom: 4em;
}

.grid.center.second.landscape100 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.grid.center.first {
  border-bottom: 1px solid #373234;
  margin-top: 8em;
  margin-bottom: 4em;
}

.grid.center.first.landscape100 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  padding-left: 0;
  padding-right: 1em;
}

.grid.center.five {
  border-bottom: 1px solid #373234;
}

.grid.center.five.landscape100 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.grid.center.third {
  border-bottom: 1px solid #373234;
  margin-bottom: 4em;
}

.grid.center.third.landscape100 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.grid.center.fourth {
  border-bottom: 1px solid #373234;
  margin-bottom: 4em;
}

.grid.center.fourth.landscape100 {
  flex-flow: row;
  display: flex;
}

.grid.bg {
  background-image: url('../images/Rectangle-195.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 1.25em;
  padding-top: 3em;
  padding-bottom: 3em;
}

.grid.title-wrapper {
  margin-bottom: 8em;
}

.grid.faq {
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.logo-image {
  max-width: 100%;
  height: auto;
  padding-right: 0;
}

.text-block-6 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.wg-toggle-1-switch {
  color: #240c2e;
  text-align: center;
  background-color: #240c2e1a;
  border-radius: 10rem;
  align-items: center;
  min-width: 3rem;
  height: 1.5rem;
  padding: .25rem;
  font-size: .875rem;
  line-height: 1em;
  transition: box-shadow .1s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 10rem #240c2e00;
}

.wg-toggle-1-switch.ts-large {
  color: #373234;
  background-color: #1c1c1c;
  background-color: var(--text-black);
  border: 1px solid #373234;
  align-items: center;
  width: 4rem;
  min-width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  box-shadow: inset 0 0 0 10rem #1c1c1c;
}

.wg-element {
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: auto;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  background-color: #1c1c1c;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-code {
  display: block;
}

.wg-toggle-1-label {
  z-index: 1;
  color: #4049ff4d;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  position: relative;
  transform: translate(.000001%);
}

.wg-toggle-1-label.lang1 {
  color: #373234;
  margin-right: -48px;
  padding-right: 48px;
  font-size: 1.25em;
}

.wg-toggle-1-label.lang2 {
  color: #373234;
  cursor: pointer;
  margin-left: -48px;
  padding-left: 48px;
}

.wg-toggle-1-label.lang1 {
  color: var(--white);
  margin-right: -48px;
  padding-right: 48px;
}

.wg-toggle-1-label.lang2 {
  margin-left: -48px;
  padding-left: 48px;
}

.parafraph-main-display {
  color: #fff;
  width: 30%;
  padding-left: .5em;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.parafraph-main-display.for-mobile {
  display: none;
}

.button-outline {
  color: #f4f2f0;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #37323400;
  border: 1px solid #f4f2f0;
  border-radius: 20em;
  align-self: flex-end;
  margin-bottom: .7em;
  margin-left: .5em;
  padding: 1.2em 1.9em;
  font-family: Nunito Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-outline:hover {
  background-color: var(--white);
  color: var(--text-black);
}

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

.button-outline.mobile {
  display: none;
}

.button-outline.black {
  color: #373234;
  background-color: #b8b8b800;
  border-color: #373234;
  margin-top: 5em;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 1em;
}

.button-outline.black:hover {
  color: #fff;
  background-color: #d84339;
  border-color: #d84339;
}

.button-outline.white {
  color: #373234;
  background-color: #f4f2f0;
  margin-top: 5em;
}

.button-outline.white:hover {
  color: #fff;
  background-color: #d84339;
  border-color: #d84339;
}

.bottom-wraper {
  grid-row-gap: .2em;
  justify-content: space-between;
  display: flex;
}

.bottom-wraper.landscape100 {
  margin-right: -40px;
  padding-right: 40px;
  overflow: hidden;
}

.h1 {
  color: var(--white);
  text-align: right;
  letter-spacing: normal;
  text-transform: uppercase;
  flex: 1;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 9em;
  font-weight: 400;
  line-height: 1em;
}

.h1.right {
  text-align: left;
  letter-spacing: 2px;
  flex: 0 auto;
  font-family: Nunito Sans, sans-serif;
  font-size: 9em;
  overflow: visible;
}

.grid-item {
  width: 100%;
  padding: 1em;
}

.grid-item.lanscape100 {
  z-index: 1001;
  object-fit: fill;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  position: static;
  overflow: hidden;
}

.grid-item.red {
  background-color: #d84339;
  border-radius: 1.25em;
  height: 12.5em;
  padding: 2.5em;
  position: relative;
}

.grid-item.yellow {
  background-color: #f4f2f0;
  border-radius: 1.25em;
  width: 100%;
  height: 12em;
  margin-top: 1.2em;
  position: relative;
}

.grid-item.green {
  background-color: #373234;
  border-radius: 1.25em;
  width: 100%;
  height: 12em;
  margin-top: 1.2em;
  margin-right: 1.2em;
  padding: 2.5em;
  position: relative;
}

.grid-item.green:hover {
  opacity: .8;
}

.grid-item._50 {
  border-radius: 1.25em;
  order: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding: 1em 1em 1em .5em;
  display: block;
}

.grid-item._50.center {
  align-self: center;
}

.grid-item._50.landscape100 {
  padding-bottom: 0;
}

.grid-item.centr {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.grid-item._30 {
  flex: 0 auto;
  width: 30%;
  display: block;
}

.grid-item._30.right {
  padding-left: 0;
  display: block;
}

.grid-item.center {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.grid-item._40 {
  width: 40%;
  padding-left: 1em;
  padding-right: 1em;
}

.grid-item._60 {
  width: 60%;
  padding-top: 4em;
  padding-left: 2em;
  padding-right: 1em;
}

.grid-item._60.footer {
  padding-top: 1em;
  padding-bottom: 1em;
}

.grid-item._20 {
  width: 20%;
}

.grid-item.flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.medium-wrapper.lanscape100 {
  overflow: hidden;
}

.main-display {
  z-index: 1100;
  letter-spacing: 1px;
  max-width: none;
  padding: 6em 3vw;
  display: block;
  position: relative;
  overflow: visible;
}

.lower-wrapper {
  justify-content: space-between;
  display: flex;
}

.lower-wrapper.landscape100 {
  justify-content: center;
  align-items: flex-end;
  margin-right: -40px;
  padding-right: 40px;
  overflow: hidden;
}

.icon-arrow {
  color: #fff;
  width: 2em;
  height: 2em;
}

.div-block-9 {
  justify-content: space-around;
  display: flex;
}

.div-block-9.landscape100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-block-8 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
}

.container-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 1em 2em 2em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.item-nav {
  padding: 4em 2vw;
}

.text-white {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.card-wrapper {
  background-image: url('../images/Rectangle-195.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.25em;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block-9 {
  color: var(--black);
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.main-text {
  color: #373234;
  width: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: .3em;
  font-family: Nunito Sans, sans-serif;
  font-size: 4em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.text-label {
  flex: 0 auto;
  padding-left: .5em;
  font-size: 1.5em;
}

.div-block-7 {
  padding: .25em 1em .75em;
  display: flex;
}

.text-wrapper {
  border: 1px solid #000;
  border-radius: 1.25em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-right: 1em;
  padding: 1em;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 400;
  display: flex;
}

.services-icon {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: 2em;
  margin-right: auto;
  padding: 1em 0;
  display: flex;
}

.item-services {
  padding: 6em 3vw;
}

.h2 {
  color: var(--text-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5;
}

.h2.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.container-services {
  background-color: #f4f2f000;
  border-radius: 1.25em;
  height: auto;
  display: block;
}

.div-block-6 {
  margin-right: 1em;
  padding: 1em 1em .75em;
  display: flex;
}

.centr-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-8 {
  padding-top: .25em;
  padding-bottom: .75em;
  padding-left: 1em;
  display: flex;
}

.image-11 {
  width: 6.25em;
}

.text-paragraph {
  opacity: .8;
  color: #f4f2f0;
  text-align: left;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.text-paragraph._100 {
  opacity: 1;
  width: 90%;
}

.item-what-we-do {
  padding: 6em 3vw;
}

.right-wrapper {
  text-align: left;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.h5.white {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
}

.left-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.left-wrapper.margin {
  align-self: flex-start;
  margin-left: 2em;
}

.item-wrapper {
  background-color: #373234;
  border-radius: 1.25em;
  justify-content: space-between;
  align-items: center;
  height: 12.5em;
  padding: 2em;
  font-weight: 400;
  display: flex;
}

.partners-icon {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  display: flex;
}

.main-text-2 {
  padding-bottom: 2em;
}

.main-text-2.center {
  text-align: center;
  padding: 2em;
}

.main-text-2.white {
  color: #fff;
  padding-bottom: 1em;
  padding-left: 0;
}

.image-arrow {
  width: 2em;
  height: 2em;
}

.item-our-partners {
  padding: 6em 3vw;
}

.number-wrapper {
  color: #fff;
  font-family: DM Sans;
  font-size: 1.25vw;
  font-weight: 400;
}

.item-project {
  padding: 6em 4vw;
}

.name-wrapper {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  flex: 1;
  font-family: DM Sans;
  font-size: 2em;
  font-weight: 400;
}

.describe-wrapper {
  opacity: .8;
  color: #fff;
  text-align: left;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding-left: 11em;
  font-family: DM Sans;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.item-who-we-are {
  padding: 6em 3vw;
}

.email {
  color: var(--white\<deleted\|variable-464e384d\>);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 1.25em;
  width: 16em;
  margin-right: 1.25em;
  padding: .5em;
  font-size: 1.25em;
  text-decoration: none;
}

.email:hover {
  background-color: var(--white\<deleted\|variable-464e384d\>);
  color: var(--black);
}

.image-2 {
  width: 3.125em;
  position: absolute;
  inset: 10% 4% auto auto;
}

.telegram {
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  font-weight: 400;
  text-decoration: none;
}

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

.logo {
  color: #fff;
  text-transform: uppercase;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, Impact, sans-serif;
  font-size: 4em;
  display: block;
}

.footer-wrap {
  grid-column-gap: 15.625em;
  grid-row-gap: 15.625em;
  background-color: #d84339;
  border-radius: 1.25em;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 2em;
  display: flex;
}

.footer-wrap.left {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  height: 26em;
  padding-bottom: 2em;
}

.footer-wrap.right {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  height: 26em;
  padding-bottom: .5em;
  position: relative;
}

.footer {
  padding: 6em 3vw;
}

.contact-wrapper {
  border: 1px solid #fff;
  border-radius: 1.4em;
  width: 16em;
  margin-right: 1em;
  padding: .5em;
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
}

.contact-wrapper:hover {
  opacity: .8;
}

.text-block-4 {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.footer-text {
  color: #fff;
  text-transform: uppercase;
  width: 70%;
  font-family: Nunito Sans, sans-serif;
  font-size: 2em;
  line-height: 120%;
}

.text-item-who-we-are {
  color: var(--white);
  padding-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 4em;
}

.text-our-partners {
  text-align: center;
  margin-top: 1em;
  padding-top: 0;
  padding-left: 4em;
  padding-right: 4em;
  font-family: Nunito Sans, sans-serif;
  font-size: 4em;
  line-height: 1;
}

.item-faq {
  padding: 6em 4vw;
}

.h2-2 {
  color: #373234;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5;
}

.image-12 {
  flex: none;
}

.question-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.question-item {
  background-color: #373234;
  border-radius: 1.25em;
  width: 50%;
}

.question-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 2em 1em;
  display: flex;
}

.question-text {
  flex: 1;
  font-size: 1.25em;
}

.question-icon {
  flex: none;
}

.question-body {
  background-color: #0000;
  padding: 1em .5em;
  display: block;
  position: relative;
}

.question-answer {
  color: #fff;
}

.faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 7.5em;
}

.faq-question {
  grid-column-gap: 16px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gradient-span {
  white-space: pre-wrap;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.faq-toggle {
  z-index: 2;
  width: 100%;
  padding: 32px 16px;
}

.paragraph-small {
  opacity: .8;
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.faq-answer {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  top: -20px;
}

.minus {
  z-index: 0;
  opacity: 0;
  width: 24px;
  height: 24px;
  position: absolute;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.faq-dropdown {
  background-color: var(--text-black);
  cursor: pointer;
  border: 1px #ffffff0f;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.faq-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.label-regular {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.plus {
  width: 24px;
  height: 24px;
}

.hero-blur {
  z-index: 2;
  background-color: #00000003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.m-hero-container {
  display: none;
}

.hero-bg-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bg-wrapper.cta {
  overflow: visible;
}

.div-hide {
  display: block;
  position: relative;
  overflow: hidden;
}

.div-hide.inline {
  align-self: flex-start;
  display: inline-block;
}

.div-hide.hanging-text {
  padding-bottom: .5em;
}

.div-hide.is--mobile {
  display: none;
}

.hero-heading-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.btn-wrapper {
  align-self: center;
  display: inline-block;
}

.container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.flex-cc-v.is--hero, .container.flex-cc-v.is--cta {
  z-index: 2;
  height: 100%;
}

.container.flex-v {
  flex-direction: column;
  display: flex;
}

.container.is--intro {
  z-index: 2;
}

.hero-circle-2 {
  z-index: 1;
  filter: saturate(120%) invert();
  width: 30em;
  position: absolute;
  inset: 16% -5% auto auto;
}

.hero-heading-line-wrapper {
  align-self: auto;
  margin-top: .5em;
}

.hero-heading-line-wrapper.top {
  margin-top: 0;
}

.hero {
  height: 100vh;
  position: relative;
}

.hero.is--home {
  padding-top: 10em;
  padding-bottom: 7em;
}

.super-text {
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-size: 7.15em;
  font-weight: 500;
  line-height: 1.32;
}

.super-text.no-break {
  white-space: nowrap;
}

.btn {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.32em 2.64em;
  display: flex;
}

.btn.btn-gradient {
  color: #f1f0ef;
}

.btn.btn-gradient:hover {
  color: #040915;
}

.btn.btn-gradient.stagger-text:hover {
  color: #f1f0ef;
}

.btn.bigger {
  padding-left: 3.96em;
  padding-right: 3.96em;
}

.btn.secondary {
  color: #040915;
  border: 1px solid #040915;
  transition: color .4s, background-color .4s;
}

.btn.secondary:hover {
  color: #f1f0ef;
  background-color: #040915;
}

.btn-text {
  font-size: 1.32em;
}

.hero-heading-move {
  display: inline-block;
}

.hero-circle-1 {
  z-index: 1;
  width: 25vw;
  position: absolute;
  inset: 39% auto auto -1.5vw;
}

.half {
  width: 100%;
}

.cta-heading-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5em;
  display: flex;
}

.label-2 {
  width: 10.82em;
  position: static;
}

.label-2.is--h-about {
  position: static;
  inset: 25% 16vw auto auto;
  transform: none;
}

.footer-logo {
  margin-bottom: 1.53em;
}

.auto {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spacer-1em {
  width: 0;
  height: 1em;
}

.testimonial-author-info {
  margin-left: 2em;
}

.footer-link {
  color: #f1f0ef;
  letter-spacing: -.01em;
  font-size: 1.32em;
  transition: color .4s;
}

.footer-link:hover, .footer-link.w--current {
  color: #fe7505;
}

.h-services-bg {
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 7.5%;
  padding-right: 2%;
  display: flex;
}

.h-services-bg.bg-dark-gradient {
  background-size: 720px;
}

.h-services-bg.bg-dark-gradient.round {
  background-image: url('../images/Aluce-Light-Grainy-Gradient.jpg');
  background-size: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
}

.footer-2 {
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2em;
  display: flex;
}

.testimonial {
  text-align: left;
  max-width: 21ch;
  font-size: 3.33em;
  line-height: 1.2;
}

.poster-img {
  height: 22.08em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.poster-img._1 {
  width: 16.2em;
  height: 17em;
  bottom: -9%;
  right: -5%;
}

.poster-img._2 {
  width: 15.9em;
  bottom: 11%;
  right: -.5%;
}

.poster-img._3 {
  z-index: 2;
  height: 23em;
  bottom: -15%;
  right: 11%;
}

.social-link {
  align-items: center;
  transition: color .4s;
  display: flex;
}

.social-link:hover {
  color: #fe7505;
}

.recent-project-label {
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: 14% auto auto -3vw;
  transform: rotate(-90deg);
}

.project-card-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 77.36em;
  height: 38.19em;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-arrow {
  width: 1em;
  height: 1em;
  margin-left: .5em;
}

.h-about-star {
  width: 3.4em;
  position: absolute;
  inset: 15% auto auto -10%;
}

.h-about-star._4 {
  width: 1.32em;
  inset: auto 0% 31% auto;
}

.h-about-star._2 {
  width: 2em;
  top: 10%;
  left: -14%;
}

.h-about-star._3 {
  width: 2em;
  inset: auto -8% 36% auto;
}

.project-img-1.thats-clutch-app {
  width: 20.3em;
  height: 34.7em;
  position: absolute;
  inset: auto auto -29% 0;
}

.p-full {
  max-width: none;
}

.label-1 {
  width: 10.3em;
  position: static;
}

.label-1.is--h-about {
  position: static;
  top: 16%;
  left: 16vw;
  transform: none;
}

.testimonial-author-img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100vw;
  width: 6.53em;
  height: 6.53em;
}

.testimonial-author-img.top {
  object-position: 50% 0%;
}

.cta-circle-1 {
  z-index: 1;
  width: 21.04em;
  position: absolute;
  inset: 56% auto auto -6.5vw;
}

.rel {
  position: relative;
}

.cta-heading-line-wrapper {
  align-self: flex-start;
  margin-top: .5em;
  margin-left: 5.5vw;
  padding-left: 0;
}

.cta-heading-line-wrapper.top {
  margin-top: 0;
  margin-left: -4vw;
}

.label-3 {
  width: 12.01em;
  position: static;
}

.label-3.is--h-about {
  position: static;
  inset: auto 8% 25% auto;
  transform: none;
}

.project-card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.project-card-bg.bg-thats-clutch {
  background-image: url('../images/thats-clutch-bg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.testimonial-author-img-parent {
  width: 6.53em;
  height: 6.53em;
  position: relative;
  overflow: visible;
}

.label-4-wrapper {
  position: absolute;
  bottom: 20%;
  left: 11%;
  transform: rotate(4.5deg);
}

.label-4 {
  width: 12.92em;
  position: static;
}

.label-4.is--h-about {
  position: static;
  inset: auto auto 20% 11%;
  transform: none;
}

.cta-circle-2 {
  z-index: 1;
  filter: invert();
  width: 23.5em;
  position: absolute;
  inset: -2% -7% auto auto;
}

.img-parent {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.img-parent.h-services {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  inset: auto auto 3% 5vw;
}

.img-parent.h-services._4 {
  inset: 13% auto auto 7vw;
}

.img-parent.h-services._3 {
  inset: auto auto 38% 18vw;
}

.img-parent.h-services._2 {
  inset: auto 4vw 25% auto;
}

.img-parent.h-services._5 {
  inset: 3% 7vw auto auto;
}

.img-parent.aluce-circle {
  align-self: flex-end;
  width: 44em;
  margin-top: -16em;
  margin-left: 0;
  margin-right: -8em;
}

.benefit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 2em;
  display: grid;
}

.footer-link-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  display: grid;
}

.footer-link-grid.btm {
  grid-column-gap: 2em;
  grid-template-columns: max-content max-content max-content max-content max-content;
  place-items: center end;
  margin-top: 2em;
}

.footer-section {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.spacer-2em {
  width: 0;
  height: 2em;
}

.h-services-bg-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-tag {
  letter-spacing: -.01em;
  font-size: 1.32em;
  line-height: 1.35;
}

.project-arrow {
  width: 1.11em;
  height: 1.1em;
  margin-bottom: 1em;
  margin-left: .83em;
}

.sm-upper {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.2;
}

.sm-upper.footer {
  padding: 0;
  font-size: 1.32em;
  line-height: 1;
}

.h-services-person {
  width: 9.72em;
}

.project-sticker {
  width: 3.75em;
  height: 3.75em;
  position: absolute;
  inset: auto auto 12% 21%;
}

.m-project-site-img {
  display: none;
}

.project-info-wrapper {
  align-items: flex-end;
  margin-top: 2.5em;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.benefits-wrapper {
  margin-bottom: 4em;
  padding-top: 0;
}

.testimonial-author-wrapper {
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.testimonial-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.label-2-wrapper {
  position: absolute;
  top: 25%;
  right: 16vw;
  transform: rotate(10deg);
}

.project-category {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding-bottom: .8em;
}

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

.overflow {
  width: 100%;
  overflow: hidden;
}

.section {
  padding-top: 7em;
  padding-bottom: 7em;
}

.section.is--bigger {
  padding-top: 14em;
  padding-bottom: 14em;
  position: relative;
}

.section.is--services {
  justify-content: center;
  align-items: center;
  height: 62em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.is--cta {
  padding-top: 11em;
  padding-bottom: 12em;
  position: relative;
}

.label-3-wrapper {
  position: absolute;
  bottom: 25%;
  right: 8%;
  transform: rotate(-6.34deg);
}

.project-site-img {
  width: 43.47em;
  margin-top: -3%;
  position: absolute;
}

.footer-link-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.spacer-0-5em {
  width: 0;
  height: .5em;
}

.project-title {
  color: #040915;
  align-items: flex-end;
  display: flex;
}

.label-1-wrapper {
  position: absolute;
  top: 16%;
  left: 16vw;
  transform: rotate(-9.5deg);
}

.services-link {
  width: 100%;
  height: 100%;
  display: block;
}

.services-link:hover {
  opacity: .8;
}

.about-link {
  width: 100%;
  display: block;
}

.about-link:hover {
  opacity: .8;
}

.contact-link {
  width: 100%;
  text-decoration: none;
}

.project-link {
  width: 100%;
  height: 100%;
}

.project-link:hover {
  opacity: .8;
}

.eng-page, .ukr-page, .link-block, .link-block-2 {
  text-decoration: none;
}

.toggle-wrap {
  background-color: #fff;
  border-radius: 25px;
  width: 70px;
  max-width: 70px;
  height: 38px;
  max-height: 38px;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.toggle-active {
  text-align: center;
  border-radius: 100px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

.toggle-ticker {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

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

.bottom-line {
  background-color: #fff;
  border-radius: 5px;
  width: 16px;
  height: 2px;
  margin-top: -2px;
  position: relative;
  inset: 0;
  transform: rotate(-45deg);
}

.active-overlay {
  opacity: 0;
  background-color: #7474bf;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  box-shadow: -3px 0 3px #7474bf59;
}

.toggle-2 {
  z-index: 2;
  background-color: #dae2f8;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  margin-left: 3.5px;
  display: flex;
  position: absolute;
  inset: 0;
}

.top-line {
  background-color: #fff;
  border-radius: 5px;
  width: 16px;
  height: 2px;
  margin-top: 0;
  transform: rotate(45deg);
}

.column {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--white);
  align-self: center;
  font-size: 2em;
  line-height: 1em;
}

.toggle-label {
  z-index: 2;
  height: 100%;
  position: absolute;
  inset: 0;
}

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

.form-block {
  background-color: #fffffe00;
  border-radius: 14px;
  max-width: 480px;
  margin-top: 40px;
  overflow: hidden;
}

.form-2 {
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 26px;
  display: flex;
}

.checkbox {
  border-color: var(--text-black);
  background-color: var(--bg);
  background-image: url('../images/black-circle.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 20px;
  width: 52px;
  height: 26px;
  margin-top: 2px;
  margin-right: 20px;
}

.checkbox.w--redirected-checked {
  background-color: #c3f0ca;
  background-image: url('../images/black-circle.svg');
  background-position: 28px;
  background-size: 20px;
  border-color: #8bc794;
}

.checkbox-label {
  color: var(--white);
  font-size: 20px;
}

.wg-code-2 {
  display: none;
}

.wg-element-2 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 10vh;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element-2:hover {
  background-color: #fbf9fd00;
}

.text-block-10 {
  color: var(--white);
}

.language-link {
  text-decoration: none;
}

.hero-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: stretch center;
  display: grid;
}

.underline-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff1a;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 4px;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.underline-link.w--current {
  padding-bottom: 5px;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.dot {
  opacity: 1;
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: none;
}

.hero-links-2 {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.dot-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: none;
}

.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;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.div-block {
  width: 50%;
  height: 1px;
}

.project-circle {
  background-color: #f3f3f300;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

.project-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.project-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4em 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-h1 {
  z-index: 2;
  color: #1a1e27;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.title-wrap {
  color: #7b88a8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.project-bar {
  border-top: 1px solid #bbb;
  border-bottom: 1px none var(--text-black);
  color: #1a1e27;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.project-bar.mobile {
  border-top-style: none;
  justify-content: space-between;
  align-items: flex-start;
}

.project-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  width: 100%;
}

.project-paragraph {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: .8;
  color: var(--white);
  letter-spacing: -.03em;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.6;
}

.project-content {
  padding-top: 1em;
  display: flex;
  overflow: hidden;
}

.project-content.mobile {
  aspect-ratio: auto;
  object-fit: contain;
  overflow: visible;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 2em;
  display: flex;
}

.project-question-wrap {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.name-project-title {
  color: var(--white);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.image-wrapper {
  flex: 0 auto;
}

.image-project {
  width: 600px;
  height: 300px;
  display: block;
}

.loader_number {
  padding-bottom: .14em;
  font-size: 20.42em;
  font-weight: 500;
  line-height: .55;
}

.hero_title {
  letter-spacing: -.05em;
  padding-bottom: .3em;
  font-size: 12em;
  font-weight: 500;
  line-height: .8;
}

.container-5 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container-5.is-loader-top {
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-5.is-loader-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-5.is-hero {
  color: #eb412b;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.loader_p {
  text-transform: uppercase;
  font-size: 1.82em;
  line-height: 1;
}

.loader_p.is-right {
  text-align: right;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_progress {
  z-index: 1;
  background-color: #000;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loader {
  z-index: 1000;
  color: #000;
  background-color: #eb412b;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.loader_top {
  color: #eb412b;
  border-bottom: 2px solid #000;
  position: relative;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.page-loader_text {
  color: #0000;
  letter-spacing: -2px;
  font-size: 30vmin;
  font-weight: 700;
  line-height: 1;
}

.page-loader_marquee-text {
  flex: none;
}

.page-loader_text-wrapper {
  z-index: 10;
  align-self: center;
  align-items: flex-end;
  height: 30vmin;
  display: flex;
  position: relative;
}

.page-loader_component {
  z-index: 999;
  background-color: #d84339;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader_noise {
  z-index: 0;
  opacity: .05;
  background-image: url('../images/Grain_overlay.gif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.page-loader_marquee {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: absolute;
}

.page-loader_marquee.is-bottom {
  inset: auto 0% 0%;
}

.page-loader_marquee.is-top {
  inset: 0% 0% auto;
}

.page-loader_text-style {
  display: none;
}

.page-loader_percent {
  color: #0000;
  letter-spacing: -2px;
  font-size: 30vmin;
  font-weight: 700;
  line-height: 1;
}

.page-loader_text-fill {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.page-loader_trigger {
  z-index: 50;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.page-loader_component-2 {
  z-index: 999;
  background-color: #1e211e;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.wrap {
  perspective: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.loading {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  position: absolute;
}

.loading.clone {
  color: #fff;
  font-size: 64px;
  line-height: 1;
}

.count {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-size: 38px;
  line-height: 42px;
  position: relative;
  top: 35vh;
}

.blk-block {
  background-color: #d84339;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.intro-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-parent {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 10em;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.html-2 {
  z-index: 10;
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.intro-parent-2 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 10em;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.loader-bg, .loader-bg-ukr {
  z-index: 1000;
  background-color: #d94239;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
}

.italic-text {
  font-style: italic;
  font-weight: 400;
}

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

.italic-text-3 {
  font-weight: 400;
}

.text-block-11, .text-block-12 {
  font-family: Nunito Sans, sans-serif;
}

.body-2 {
  background-color: #000;
}

.grid-mobile {
  flex-wrap: wrap;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: .75fr 3.25fr;
  justify-content: space-around;
  justify-items: center;
  width: 100%;
  display: flex;
}

.grid-mobile.header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em 1em 1em;
}

.grid-mobile.landscape100 {
  justify-content: space-around;
  align-items: stretch;
  display: none;
}

.grid-mobile.landscape100.mobile {
  display: none;
}

.grid-mobile.white {
  background-color: #f4f2f0;
  border-radius: 1.25em;
  margin-bottom: 0;
}

.grid-mobile.white.service-wrapper {
  background-color: var(--white);
  padding-top: 3em;
  padding-bottom: 7.5em;
  font-family: Nunito Sans, sans-serif;
}

.grid-mobile.white.partners-wrapper {
  padding-top: 3em;
  padding-bottom: 2em;
}

.grid-mobile.center {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  margin-top: 0;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.grid-mobile.center.second {
  border-bottom: 1px solid #373234;
  margin-bottom: 4em;
}

.grid-mobile.center.second.landscape100 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.grid-mobile.center.first {
  border-bottom: 1px solid #373234;
  margin-top: 8em;
  margin-bottom: 4em;
}

.grid-mobile.center.first.landscape100 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  padding-left: 0;
  padding-right: 1em;
}

.grid-mobile.center.five {
  border-bottom: 1px solid #373234;
}

.grid-mobile.center.five.landscape100 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.grid-mobile.center.third {
  border-bottom: 1px solid #373234;
  margin-bottom: 4em;
}

.grid-mobile.center.third.landscape100 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.grid-mobile.center.fourth {
  border-bottom: 1px solid #373234;
  margin-bottom: 4em;
}

.grid-mobile.center.fourth.landscape100 {
  flex-flow: row;
  display: flex;
}

.grid-mobile.bg {
  background-image: url('../images/Rectangle-195.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 1.25em;
  padding-top: 3em;
  padding-bottom: 3em;
}

.grid-mobile.title-wrapper {
  margin-bottom: 8em;
}

.grid-mobile.faq {
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.main-display-mobile {
  z-index: 1100;
  letter-spacing: 1px;
  max-width: none;
  padding: 6em 3vw;
  display: none;
  position: relative;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .grid.header {
    justify-content: space-between;
    align-items: center;
  }

  .text-block-6 {
    font-size: 1.2em;
  }

  .wg-element {
    justify-content: flex-end;
    width: 50%;
    padding-left: 0;
    display: flex;
  }

  .parafraph-main-display {
    width: 40%;
    font-size: 1.4em;
  }

  .button-outline {
    justify-content: center;
  }

  .button-outline.black {
    margin-bottom: 2em;
    font-size: 1em;
  }

  .h1 {
    align-self: auto;
  }

  .icon-arrow {
    width: 3em;
    height: 3em;
  }

  .text-block-8 {
    font-size: 2vw;
  }

  .container-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
    bottom: 5%;
  }

  .text-white {
    font-size: 2em;
  }

  .text-block-9 {
    font-size: 2vw;
  }

  .div-block-7 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.white {
    font-size: 2.5em;
  }

  .div-block-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-8.lanscape100 {
    padding-top: .5em;
    padding-bottom: 1em;
  }

  .image-11 {
    width: 15%;
  }

  .text-paragraph {
    width: 70%;
    font-size: 1.3em;
  }

  .h5.white {
    font-size: 1.4em;
  }

  .main-text-2.center {
    font-size: 32px;
  }

  .image-arrow {
    width: 3em;
    height: 3em;
  }

  .footer-wrap.left {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
  }

  .footer-wrap.right {
    justify-content: space-around;
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .h2-2 {
    font-size: 24px;
  }

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

  .hero-heading-wrapper {
    z-index: 2;
    text-align: left;
    position: relative;
  }

  .hero-circle-2 {
    width: 45vw;
  }

  .hero-heading-line-wrapper {
    align-self: center;
    margin-top: 1vw;
  }

  .hero-heading-line-wrapper.btm {
    align-self: center;
    margin-top: 1vw;
    margin-left: 0;
  }

  .hero {
    height: 80vh;
  }

  .hero.is--home {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 80vh;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .super-text {
    font-size: 7.7vw;
  }

  .super-text.no-break.cta {
    font-size: 7.5vw;
  }

  .btn {
    padding: 2.5vw 5vw;
  }

  .btn-text {
    font-size: 2.5vw;
  }

  .btn-text.text-white {
    font-size: 19px;
  }

  .hero-circle-1 {
    width: 28vw;
    top: 50%;
  }

  .half {
    width: 100%;
  }

  .cta-heading-wrapper {
    text-align: center;
    margin-bottom: 1vw;
  }

  .label-2 {
    width: 18vw;
  }

  .label-2.is--h-about {
    top: 20%;
    right: 13.4vw;
  }

  .footer-link {
    font-size: 19px;
  }

  .h-services-bg {
    width: 100%;
  }

  .h-services-bg.bg-dark-gradient.round {
    background-image: none;
    margin-top: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    overflow: hidden;
  }

  .footer-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .poster-img._1 {
    width: 20vw;
    height: auto;
  }

  .poster-img._2 {
    width: 15.9vw;
    height: auto;
  }

  .poster-img._3 {
    height: 26vw;
    bottom: -10%;
  }

  .recent-project-label {
    top: 15%;
    left: -10.8vw;
  }

  .project-card-wrapper {
    width: 100%;
    height: 55vw;
  }

  .services-img-wrapper {
    justify-content: space-between;
    margin-left: -73px;
    display: flex;
  }

  .h-about-star {
    left: -11%;
  }

  .h-about-star._4 {
    right: -10%;
  }

  .h-about-star._2 {
    left: -15%;
  }

  .h-about-star._3 {
    right: -5%;
  }

  .project-img-1.thats-clutch-app {
    width: 28vw;
    height: auto;
  }

  .label-1 {
    width: 18vw;
  }

  .label-1.is--h-about {
    left: 5.7vw;
  }

  .cta-circle-1 {
    width: 26vw;
    top: 62%;
    left: -6vw;
  }

  .cta-heading-line-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .label-3 {
    width: 20vw;
  }

  .label-3.is--h-about {
    right: 8%;
  }

  .label-4-wrapper {
    bottom: 12%;
    left: 3%;
  }

  .label-4 {
    width: 20vw;
  }

  .label-4.is--h-about {
    bottom: 12%;
    left: 3%;
  }

  .cta-circle-2 {
    width: 28vw;
    top: -7%;
  }

  .img-parent.h-services {
    flex: none;
    margin-right: 5em;
    position: static;
  }

  .img-parent.h-services._4 {
    display: none;
  }

  .img-parent.aluce-circle {
    width: 60vw;
    margin-top: -2vw;
  }

  .footer-link-grid.btm {
    margin-top: 4vw;
  }

  .h-services-bg-wrapper {
    flex-direction: column;
    position: relative;
  }

  .logo-tag {
    font-size: 19px;
  }

  .sm-upper {
    font-size: 16px;
  }

  .sm-upper.footer {
    font-size: 19px;
  }

  .h-services-person {
    width: 20vw;
  }

  .project-sticker {
    width: 7vw;
    height: 7vw;
  }

  .project-info-wrapper {
    margin-top: 3vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .label-2-wrapper {
    top: 13%;
    right: 13.4vw;
  }

  .section {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.is--project {
    padding-bottom: 10vw;
  }

  .section.is--bigger {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.is--services {
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.is--cta {
    justify-content: center;
    align-items: center;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .label-3-wrapper {
    transform: none;
  }

  .project-site-img {
    width: 65vw;
    margin-top: -3%;
  }

  .footer-link-wrapper {
    align-items: flex-start;
    margin-top: 10vw;
  }

  .label-1-wrapper {
    top: 10%;
    left: 5.5vw;
  }

  .wg-element-2 {
    width: 50%;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

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

  .project-paragraph {
    padding-top: 0;
    font-size: 1.4em;
  }

  .project-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .image-project {
    width: 500px;
  }

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

  .loader {
    justify-content: center;
    align-items: center;
  }

  .loader_top {
    border-top: 2px solid #000;
    position: absolute;
    inset: 0% 0% auto;
  }

  .loading {
    font-size: 30px;
  }

  .loading.clone, .count {
    font-size: 30px;
    line-height: 44px;
  }

  .grid-mobile.header {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 1rem;
  }

  .header {
    padding: 2em 2em 0;
  }

  .header.landscape100 {
    flex-direction: column;
    padding-top: 1em;
    display: flex;
  }

  .grid.header {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid.landscape100 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .grid.landscape100.margin {
    padding-left: 1em;
  }

  .grid.landscape100.mobile {
    display: block;
  }

  .grid.white.service-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .grid.white.partners-wrapper {
    padding-top: 2em;
  }

  .grid.center.second.landscape100 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    margin-bottom: 1em;
    padding-left: 1em;
  }

  .grid.center.first {
    margin-top: 2em;
  }

  .grid.center.first.landscape100 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
  }

  .grid.center.five.landscape100 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    margin-top: 0;
    padding-left: 1em;
  }

  .grid.center.third {
    margin-bottom: 0;
  }

  .grid.center.third.landscape100 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    margin-bottom: 1em;
    padding-left: 1em;
  }

  .grid.center.fourth.landscape100 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    margin-bottom: 1em;
  }

  .grid.bg {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .grid.title-wrapper.landscape100 {
    margin-bottom: 2em;
    padding-left: 1em;
  }

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

  .wg-toggle-1-switch.ts-large {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .wg-element {
    width: 50%;
  }

  .parafraph-main-display {
    flex-direction: row;
    width: 100%;
    font-size: 16px;
    display: none;
  }

  .parafraph-main-display.for-mobile {
    margin-top: 20px;
    font-size: 1rem;
    display: block;
  }

  .button-outline {
    flex-direction: column;
    align-items: flex-start;
    padding: .5em 1em;
    font-size: .8em;
    display: none;
  }

  .button-outline.mobile {
    margin-top: 20px;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: .75rem;
    display: block;
  }

  .button-outline.black {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 16px;
    display: block;
  }

  .button-outline.white {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-left: 0;
    font-size: 16px;
    display: inline-block;
  }

  .bottom-wraper.landscape100 {
    flex-flow: column;
  }

  .h1 {
    align-self: flex-start;
    font-size: 4rem;
  }

  .h1.right {
    font-size: 4rem;
  }

  .grid-item {
    flex-direction: column;
    padding: 1em;
    display: flex;
  }

  .grid-item.lanscape100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1em 0;
    display: flex;
  }

  .grid-item.red {
    height: 8em;
    padding: 1em;
  }

  .grid-item.yellow {
    width: 100%;
    height: 8em;
    margin-top: 0;
    padding: 1em;
  }

  .grid-item.green {
    width: 100%;
    height: 8em;
    margin-top: 0;
    margin-right: 1em;
    padding: 1em;
  }

  .grid-item._50 {
    width: 100%;
    margin-top: .5em;
    padding: .5em 1em;
  }

  .grid-item._50.center {
    margin-top: 0;
  }

  .grid-item._50.landscape100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .grid-item._50.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-item.centr {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: .25em;
    display: flex;
  }

  .grid-item._30 {
    width: 100%;
    padding-top: .25em;
    padding-bottom: .25em;
    padding-left: 0;
  }

  .grid-item._30.right {
    width: 100%;
    font-size: 20px;
  }

  .grid-item.center {
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
  }

  .grid-item._40 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-item._40.centr {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-item._60 {
    width: 100%;
    padding: 2em 1em;
  }

  .grid-item._60.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-item.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-self: center;
  }

  .grid-item.flex {
    padding-top: 0;
  }

  .medium-wrapper.lanscape100 {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-display {
    padding: 2em 4vw;
    display: none;
  }

  .lower-wrapper.landscape100 {
    flex-direction: column;
    margin-bottom: 1em;
  }

  .icon-arrow {
    width: 24px;
    height: 24px;
  }

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

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

  .container-wrapper {
    height: auto;
    padding-bottom: 1em;
    inset: auto 0% 0%;
  }

  .container-wrapper.service {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/Rectangle-195.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 1.25em;
    justify-content: space-between;
    align-items: flex-end;
    height: 8em;
    text-decoration: none;
    position: relative;
    top: 0;
    bottom: 0%;
  }

  .item-nav {
    padding: 2em 4vw;
  }

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

  .card-wrapper {
    -webkit-text-fill-color: inherit;
    background-position: 50%;
    background-size: 375px 120px;
    background-clip: border-box;
    text-decoration: none;
    position: static;
  }

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

  .main-text {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0;
    font-size: 1.5rem;
  }

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

  .div-block-7 {
    align-items: center;
    padding: 0;
  }

  .text-wrapper {
    width: 55%;
    margin-bottom: 0;
    margin-right: .5em;
    padding: 1em .5em;
  }

  .text-wrapper._80 {
    width: 50%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .text-wrapper._50 {
    width: 45%;
    margin-right: .5em;
  }

  .services-icon {
    margin-left: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .item-services {
    padding: 2em 4vw;
  }

  .h2, .h2.white {
    font-size: 1.5rem;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
    padding: .125em 0;
  }

  .centr-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-8.lanscape100 {
    flex-flow: row;
    justify-content: space-around;
    margin-top: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 0;
  }

  .text-paragraph {
    width: 100%;
    font-size: 1rem;
  }

  .text-paragraph._100 {
    margin-left: 1em;
  }

  .item-what-we-do {
    padding: 2em 4vw;
  }

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

  .left-wrapper, .left-wrapper.margin {
    margin-left: 0;
  }

  .item-wrapper {
    height: 8em;
    padding: 1em;
  }

  .partners-icon {
    margin-left: 0;
  }

  .main-text-2.center {
    text-align: left;
    padding: 1em 0;
    font-size: 1.2em;
  }

  .main-text-2.white {
    font-size: 1.2em;
  }

  .image-arrow {
    width: 2em;
    height: 2em;
  }

  .item-our-partners {
    padding: 2em 4vw;
  }

  .number-wrapper {
    font-size: 1em;
  }

  .item-project {
    padding: 2em 4vw;
  }

  .name-wrapper {
    text-align: left;
    font-size: 20px;
  }

  .describe-wrapper {
    padding-left: 0;
    font-size: 16px;
  }

  .item-who-we-are {
    padding: 2em 4vw;
  }

  .email {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 1.2vw;
  }

  .image-2 {
    width: 3em;
    top: 30%;
  }

  .telegram {
    text-align: center;
    font-size: 1rem;
  }

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

  .logo {
    font-size: 3rem;
  }

  .footer-wrap.left {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    height: 18em;
  }

  .footer-wrap.right {
    flex-direction: column;
    align-items: flex-start;
    height: 20em;
    padding: 1em;
  }

  .footer {
    padding: 2em 3vw;
  }

  .contact-wrapper {
    width: 100%;
  }

  .text-block-4 {
    font-size: 1rem;
  }

  .footer-text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .text-item-who-we-are {
    font-size: 24px;
  }

  .text-our-partners {
    margin-top: 0;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 24px;
  }

  .item-faq {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .h2-2 {
    font-size: 1em;
  }

  .faq-grid {
    margin-top: 2em;
  }

  .gradient-span {
    font-size: 1.2rem;
  }

  .paragraph-small {
    font-size: 1rem;
  }

  .m-hero-heading-wrapper {
    align-self: flex-start;
    margin-bottom: 5vw;
  }

  .m-hero-container {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    display: flex;
    overflow: hidden;
  }

  .div-hide {
    display: none;
  }

  .div-hide.is--always, .div-hide.is--mobile {
    display: block;
  }

  .div-hide.is--project-title {
    margin-bottom: 2vw;
    display: block;
  }

  .hero-heading-wrapper {
    margin-bottom: 1vw;
    overflow: hidden;
  }

  .container.flex-v {
    width: 90%;
  }

  .hero-circle-2 {
    width: 70vw;
    top: 0%;
    right: 47%;
  }

  .hero-h1 {
    z-index: 10000;
    font-size: 12vw;
  }

  .hero.is--home {
    width: 100%;
  }

  .super-text {
    flex: none;
    font-size: 20vw;
  }

  .btn {
    padding: 3.5vw 7vw;
  }

  .btn.bigger.btn-gradient {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .hero-circle-1 {
    width: 45vw;
    top: 70%;
    left: 49%;
  }

  .label-2 {
    width: 28vw;
  }

  .label-2.is--h-about {
    top: 15%;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .h-services-bg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .poster-img._1, .poster-img._2, .poster-img._3 {
    display: none;
  }

  .recent-project-label {
    left: -15vw;
  }

  .project-card-wrapper {
    width: 100%;
    height: 118vw;
  }

  .services-img-wrapper {
    margin-left: -3%;
  }

  .h-about-star {
    display: none;
  }

  .project-img-1.thats-clutch-app {
    width: 53vw;
    inset: 1% -9% auto auto;
    transform: rotate(17.6deg);
  }

  .label-1 {
    width: 30vw;
  }

  .label-1.is--h-about {
    top: 12%;
  }

  .testimonial-author-img.top {
    width: 16vw;
    height: 16vw;
  }

  .label-3 {
    width: 29vw;
  }

  .label-3.is--h-about {
    width: 31vw;
    bottom: 15%;
  }

  .testimonial-author-img-parent {
    width: 16vw;
    height: 16vw;
  }

  .label-4-wrapper {
    bottom: 1%;
  }

  .label-4 {
    width: 37vw;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .img-parent.h-services {
    margin-top: 8%;
    margin-right: 18vw;
  }

  .img-parent.h-services._4 {
    margin-top: 0%;
  }

  .img-parent.h-services._3 {
    margin-top: -1%;
  }

  .img-parent.h-services._2 {
    margin-top: 6%;
  }

  .img-parent.h-services._5 {
    margin-top: -2%;
  }

  .img-parent.aluce-circle {
    width: 70vw;
    margin-top: 10vw;
  }

  .benefit-wrapper {
    margin-top: 4vw;
  }

  .footer-link-grid {
    grid-row-gap: 5vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50% 50%;
    justify-items: start;
    width: 100%;
    margin-bottom: 2.5vw;
  }

  .footer-link-grid.btm {
    grid-row-gap: 5vw;
    grid-template-columns: 50% 50%;
    justify-items: start;
    margin-top: 8vw;
    margin-bottom: 0;
  }

  .logo-tag {
    display: none;
  }

  .project-sticker {
    z-index: 3;
    width: 10vw;
    height: 10vw;
    bottom: 23%;
    left: 61%;
  }

  .m-project-site-img {
    width: 50vw;
    display: block;
    position: absolute;
    inset: auto auto -3% 4%;
    transform: rotate(-5.5deg);
  }

  .project-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .benefits-wrapper {
    margin-bottom: 10vw;
    padding-top: 2vw;
  }

  .label-2-wrapper {
    top: 7%;
  }

  .project-category {
    margin-bottom: 0;
    margin-left: 0;
  }

  .section {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.is--bigger {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .section.is--services {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .label-3-wrapper {
    bottom: 7%;
  }

  .project-site-img {
    display: none;
  }

  .footer-link-wrapper {
    width: 100%;
    margin-top: 15vw;
  }

  .label-1-wrapper {
    top: 5%;
  }

  .services-link {
    text-decoration: none;
  }

  .about-link, .contact-link {
    margin-bottom: 1.4em;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 1.8em;
  }

  .wg-element-2 {
    width: 100%;
  }

  .hero-links, .hero-links-2 {
    grid-column-gap: 24px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

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

  .content-h1 {
    font-size: 55px;
  }

  .project-bar.mobile {
    flex-flow: column;
  }

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

  .project-paragraph {
    font-size: 1em;
    line-height: 1.2;
  }

  .project-content.mobile {
    flex-flow: column;
  }

  .container-4 {
    padding-left: 1em;
  }

  .hero_title {
    font-size: 17vw;
  }

  .loading, .loading.clone {
    font-size: 28px;
  }

  .grid-mobile.header {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-mobile.landscape100 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .grid-mobile.landscape100.margin {
    padding-left: 1em;
  }

  .grid-mobile.white.service-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .grid-mobile.white.partners-wrapper {
    padding-top: 2em;
  }

  .grid-mobile.center.second.landscape100 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    margin-bottom: 1em;
    padding-left: 1em;
  }

  .grid-mobile.center.first {
    margin-top: 2em;
  }

  .grid-mobile.center.first.landscape100 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
  }

  .grid-mobile.center.five.landscape100 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    margin-top: 0;
    padding-left: 1em;
  }

  .grid-mobile.center.third {
    margin-bottom: 0;
  }

  .grid-mobile.center.third.landscape100 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    margin-bottom: 1em;
    padding-left: 1em;
  }

  .grid-mobile.center.fourth.landscape100 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    margin-bottom: 1em;
  }

  .grid-mobile.bg {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .grid-mobile.title-wrapper.landscape100 {
    margin-bottom: 2em;
    padding-left: 1em;
  }

  .main-display-mobile {
    padding: 2em 4vw;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .body {
    box-sizing: border-box;
    aspect-ratio: auto;
    font-size: 1rem;
    overflow: auto;
  }

  .header.landscape100 {
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    padding: 2em 4vw 1em;
    display: flex;
  }

  .grid {
    flex-direction: row;
  }

  .grid.header {
    flex-direction: row;
    padding-top: 0;
  }

  .grid.landscape100 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-left: 0;
    overflow: visible;
  }

  .grid.landscape100.margin {
    padding-left: .5em;
  }

  .grid.landscape100.desktop {
    display: none;
  }

  .grid.landscape100.mobile {
    display: block;
  }

  .grid.white.service-wrapper {
    padding: 2em 1em;
  }

  .grid.white.partners-wrapper {
    padding: 1em 0;
  }

  .grid.center.second.landscape100 {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .5em;
  }

  .grid.center.first.landscape100 {
    margin-left: .5em;
    margin-right: 0;
    padding-top: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .grid.center.five.landscape100 {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0;
  }

  .grid.center.third.landscape100 {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 0;
  }

  .grid.bg {
    padding: 1em;
  }

  .grid.title-wrapper.landscape100 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .logo-image {
    margin-right: 24px;
    padding-right: 0;
  }

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

  .wg-element {
    flex-direction: row;
    width: 50%;
    height: auto;
    padding-left: 0;
  }

  .parafraph-main-display {
    display: none;
    overflow: visible;
  }

  .parafraph-main-display.for-mobile {
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 0;
    font-size: .8rem;
    display: block;
  }

  .button-outline {
    display: none;
    overflow: visible;
  }

  .button-outline.mobile {
    margin-bottom: 0;
    margin-left: 0;
    font-size: .8rem;
  }

  .button-outline.black {
    font-size: .8rem;
  }

  .button-outline.white {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8rem;
  }

  .bottom-wraper.landscape100 {
    grid-row-gap: 0em;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1.2;
  }

  .h1.right {
    flex: 1;
    align-self: flex-start;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1.2;
    overflow: visible;
  }

  .grid-item {
    justify-content: flex-start;
    align-items: center;
    padding-left: .5em;
    padding-right: 0;
  }

  .grid-item.lanscape100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    overflow: visible;
  }

  .grid-item.red {
    width: 100%;
    height: 6em;
    margin-bottom: 0;
  }

  .grid-item.yellow {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 6em;
  }

  .grid-item.green {
    width: 100%;
    height: 6em;
    margin-right: 0;
    display: flex;
  }

  .grid-item._50 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding: .5em 0;
    display: flex;
  }

  .grid-item._50.landscape100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding: .5em 0;
  }

  .grid-item.center {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .grid-item._40, .grid-item._40.centr {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-item._60 {
    padding: 1em 0;
  }

  .grid-item.mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .grid-item.flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-display {
    padding: 2em 4vw 1em;
    display: none;
    overflow: hidden;
  }

  .lower-wrapper.landscape100 {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .icon-arrow {
    width: 24px;
    height: auto;
  }

  .div-block-9 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .div-block-9.landscape100 {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    display: block;
  }

  .text-block-8 {
    flex: 1;
    font-size: 1rem;
  }

  .container-wrapper {
    flex: 0 auto;
    width: 100%;
    height: auto;
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .container-wrapper.service {
    background-image: none;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    padding-bottom: 1em;
    position: absolute;
    inset: auto 0% 0%;
  }

  .item-nav {
    padding: 1em 4vw;
  }

  .card-wrapper {
    width: 100%;
    height: 6em;
    position: relative;
  }

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

  .main-text {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 0;
    font-size: 1.25rem;
  }

  .text-label {
    padding-left: .5em;
    font-size: 1rem;
  }

  .div-block-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper {
    border-radius: .6em;
    width: 100%;
    margin-right: 0;
    padding-top: .8em;
    padding-bottom: .8em;
  }

  .text-wrapper._80 {
    width: 95%;
  }

  .text-wrapper._50 {
    width: 80%;
  }

  .text-wrapper._50.mobile {
    width: 95%;
    margin-right: 0;
  }

  .services-icon {
    margin-left: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 0;
  }

  .item-services {
    padding: 1em 4vw;
  }

  .h2 {
    text-align: center;
    font-size: 1.25rem;
  }

  .h2.white {
    font-size: 1.25rem;
  }

  .div-block-6, .div-block-8.lanscape100 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-paragraph {
    font-size: .8rem;
  }

  .text-paragraph._100 {
    width: 100%;
    font-size: .8rem;
  }

  .item-what-we-do {
    padding: 1em 3vw;
  }

  .h5.white {
    font-size: 14px;
  }

  .left-wrapper {
    align-items: center;
  }

  .item-wrapper {
    height: 6em;
  }

  .partners-icon {
    margin-left: .5em;
  }

  .main-text-2.white {
    font-size: .75em;
  }

  .image-arrow {
    width: 24px;
    height: auto;
  }

  .item-our-partners {
    padding: 1em 4vw;
  }

  .number-wrapper {
    font-size: 1rem;
  }

  .item-project {
    padding: 2em 6vw;
  }

  .name-wrapper {
    font-size: 1rem;
  }

  .describe-wrapper {
    padding-left: 0;
    font-size: .8rem;
  }

  .item-who-we-are {
    padding: 2em 4vw;
  }

  .image-2 {
    width: 32px;
    top: 5%;
    right: 5%;
  }

  .logo {
    font-size: 2rem;
  }

  .footer-wrap.left {
    grid-column-gap: 1.8em;
    grid-row-gap: 1.8em;
    width: 100%;
    height: auto;
  }

  .footer-wrap.right {
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer {
    padding: 1em 4vw;
  }

  .contact-wrapper {
    width: auto;
    margin-right: 0;
  }

  .text-block-4 {
    font-size: .8rem;
    line-height: 140%;
  }

  .footer-text {
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1rem;
    line-height: 140%;
  }

  .text-item-who-we-are {
    font-size: 1rem;
  }

  .text-our-partners {
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .item-faq {
    padding: 1em 6vw;
  }

  .faq-grid {
    margin-top: 2em;
  }

  .gradient-span {
    font-size: 1em;
  }

  .faq-toggle {
    padding: 2em 1em;
  }

  .paragraph-small {
    font-size: .8em;
  }

  .label-regular {
    white-space: normal;
  }

  .m-hero-heading-wrapper {
    margin-bottom: 8vw;
  }

  .m-hero-container {
    z-index: 2;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
  }

  .hero-bg-wrapper {
    z-index: 1;
  }

  .btn-wrapper.is--m-hero {
    align-self: flex-start;
    margin-top: 0;
  }

  .container.flex-cc-v.is--cta {
    align-items: flex-start;
  }

  .hero-circle-2 {
    width: 80vw;
    top: 10%;
    right: -25%;
  }

  .hero-h1 {
    font-size: 12vw;
  }

  .hero.is--home {
    min-height: 100vh;
  }

  .super-text {
    font-size: 20vw;
  }

  .super-text.no-break.cta {
    text-align: left;
    white-space: normal;
    font-size: 13.5vw;
  }

  .btn {
    padding: 4vw 8.5vw;
  }

  .btn.bg-orange-gradient {
    z-index: 10;
    position: relative;
  }

  .btn.bigger {
    padding: 19px 57px;
  }

  .btn.secondary {
    padding: 4.5vw 7vw;
  }

  .btn-text {
    font-size: 19px;
  }

  .hero-circle-1 {
    width: 56vw;
    left: -35%;
  }

  .testimonial-author-info {
    margin-top: 0;
    margin-left: 8vw;
  }

  .h-services-bg.bg-dark-gradient.round {
    margin-top: 15vw;
  }

  .testimonial {
    text-align: left;
  }

  .recent-project-label {
    display: none;
  }

  .project-card-wrapper {
    margin-top: 10vw;
  }

  .services-img-wrapper {
    margin-left: -14%;
  }

  .project-img-1.thats-clutch-app {
    width: 60vw;
  }

  .testimonial-author-img, .testimonial-author-img.top {
    width: 18vw;
    height: 18vw;
  }

  .cta-circle-1 {
    top: 72%;
    left: auto;
    right: -6vw;
  }

  .cta-heading-line-wrapper.top {
    margin-left: 0;
  }

  .label-3.is--h-about {
    border-width: 1px;
    bottom: 15%;
  }

  .testimonial-author-img-parent {
    flex: none;
    width: 18vw;
    height: 18vw;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .cta-circle-2 {
    width: 40vw;
    top: 0%;
    left: -17%;
    right: auto;
  }

  .img-parent.h-services {
    margin-right: 14vw;
  }

  .img-parent.aluce-circle {
    width: 90vw;
    margin-right: -18vw;
  }

  .benefit-wrapper {
    grid-row-gap: 8vw;
    margin-top: 8vw;
  }

  .benefit-wrapper.first {
    margin-top: 4vw;
  }

  .container-2 {
    width: 90%;
  }

  .footer-link-grid.btm {
    justify-items: start;
    margin-top: 12vw;
  }

  .h-services-person {
    width: 30vw;
  }

  .project-sticker {
    width: 18vw;
    height: 18vw;
    bottom: 17%;
  }

  .m-project-site-img {
    width: 58vw;
    bottom: -2%;
  }

  .testimonial-author-wrapper {
    flex-direction: row;
    align-self: flex-start;
    align-items: center;
    margin-top: 12vw;
  }

  .section.is--bigger {
    padding-top: 45vw;
    padding-bottom: 45vw;
  }

  .section.is--cta {
    height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-link {
    flex: 1;
    width: 100%;
  }

  .project-link {
    width: 100%;
    height: auto;
  }

  .heading {
    font-size: 1.5em;
  }

  .wg-element-2 {
    height: 25vh;
  }

  .hero-links, .hero-links-2 {
    grid-column-gap: 12px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .project-section {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .project-bar {
    padding-bottom: 15px;
  }

  .project-bar.mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .project-paragraph {
    padding-bottom: 16px;
    padding-right: 10px;
  }

  .container-4 {
    padding-left: .5em;
  }

  .name-project-title {
    flex: 1;
  }

  .image-project {
    height: 180px;
  }

  .loader_number {
    font-size: 40vw;
  }

  .loading {
    font-size: 24px;
  }

  .loading.clone {
    z-index: 2;
    font-size: 24px;
  }

  .grid-mobile {
    flex-direction: row;
  }

  .grid-mobile.header {
    flex-direction: row;
    padding-top: 0;
  }

  .grid-mobile.landscape100 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .grid-mobile.landscape100.margin {
    padding-left: .5em;
  }

  .grid-mobile.landscape100.desktop {
    display: none;
  }

  .grid-mobile.landscape100.mobile {
    display: block;
  }

  .grid-mobile.white.service-wrapper {
    padding: 2em 1em;
  }

  .grid-mobile.white.partners-wrapper {
    padding: 1em 0;
  }

  .grid-mobile.center.second.landscape100 {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .5em;
  }

  .grid-mobile.center.first.landscape100 {
    margin-left: .5em;
    margin-right: 0;
    padding-top: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-mobile.center.five.landscape100 {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0;
  }

  .grid-mobile.center.third.landscape100 {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 0;
  }

  .grid-mobile.bg {
    padding: 1em;
  }

  .grid-mobile.title-wrapper.landscape100 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-display-mobile {
    padding: 2em 4vw 1em;
    display: block;
    overflow: hidden;
  }
}

#w-node-_8aa9ba5d-6a0b-7fb9-bad4-87193cc4e637-358f24e3 {
  justify-self: end;
}

#w-node-_8aa9ba5d-6a0b-7fb9-bad4-87193cc4e63c-358f24e3 {
  align-self: center;
}

#w-node-_8aa9ba5d-6a0b-7fb9-bad4-87193cc4e63d-358f24e3 {
  justify-self: start;
}

#w-node-ba279259-543b-5384-ce87-f1fb6fe5f83c-358f24e3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8aac737e-7d1c-7390-d59e-dfb9cf1653e1-358f24e3, #w-node-_8aac737e-7d1c-7390-d59e-dfb9cf165409-358f24e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9496fda-d352-8a15-d6b1-78e8a30d8f29-742cdf14 {
  justify-self: end;
}

#w-node-c9496fda-d352-8a15-d6b1-78e8a30d8f2e-742cdf14 {
  align-self: center;
}

#w-node-c9496fda-d352-8a15-d6b1-78e8a30d8f2f-742cdf14 {
  justify-self: start;
}

#w-node-c577b34e-742f-ae3b-dd68-6c6bf4559d1d-742cdf14 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8aac737e-7d1c-7390-d59e-dfb9cf1653e1-742cdf14, #w-node-_8aac737e-7d1c-7390-d59e-dfb9cf165409-742cdf14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9496fda-d352-8a15-d6b1-78e8a30d8f29-57dc4770 {
  justify-self: end;
}

#w-node-c9496fda-d352-8a15-d6b1-78e8a30d8f2e-57dc4770 {
  align-self: center;
}

#w-node-c9496fda-d352-8a15-d6b1-78e8a30d8f2f-57dc4770 {
  justify-self: start;
}

#w-node-c577b34e-742f-ae3b-dd68-6c6bf4559d1d-57dc4770 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8aac737e-7d1c-7390-d59e-dfb9cf1653e1-57dc4770, #w-node-_8aac737e-7d1c-7390-d59e-dfb9cf165409-57dc4770 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9496fda-d352-8a15-d6b1-78e8a30d8f29-31d23ded {
  justify-self: end;
}

#w-node-c9496fda-d352-8a15-d6b1-78e8a30d8f2e-31d23ded {
  align-self: center;
}

#w-node-c9496fda-d352-8a15-d6b1-78e8a30d8f2f-31d23ded {
  justify-self: start;
}

#w-node-c577b34e-742f-ae3b-dd68-6c6bf4559d1d-31d23ded {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8aac737e-7d1c-7390-d59e-dfb9cf1653e1-31d23ded, #w-node-_8aac737e-7d1c-7390-d59e-dfb9cf165409-31d23ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-ba279259-543b-5384-ce87-f1fb6fe5f83c-358f24e3, #w-node-c577b34e-742f-ae3b-dd68-6c6bf4559d1d-742cdf14, #w-node-c577b34e-742f-ae3b-dd68-6c6bf4559d1d-57dc4770, #w-node-c577b34e-742f-ae3b-dd68-6c6bf4559d1d-31d23ded {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Archivo';
  src: url('../fonts/ArchivoBlack-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/ArchivoBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}