:root {
  --white: white;
  --black: black;
  --untitled-ui-gray700: #344054;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray500: #667085;
  --untitled-ui-primary200: #e9d7fe;
  --untitled-ui-primary800: #53389e;
}

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

.wrapper {
  z-index: 1;
  position: relative;
}

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

.barba-container.single-page {
  margin-bottom: -30em;
  position: relative;
}

.barba-container.home-page {
  opacity: 1;
}

.section {
  padding-left: 6.25em;
  padding-right: 6.25em;
  position: relative;
}

.section.clients {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.section.start {
  z-index: 3;
  margin-bottom: -12em;
  padding-top: 5.625em;
  position: relative;
}

.section.start-project {
  z-index: 2;
  margin-bottom: 2.5em;
  padding-top: 5.625em;
  position: relative;
}

.section.last {
  padding-top: 9.685em;
  display: none;
  position: relative;
}

.section.parnters {
  display: none;
}

.section.projects {
  z-index: 1;
  padding-bottom: 6.25em;
}

.fotter {
  color: var(--white);
  background-color: #000;
  padding: 10em 6.25em 4.25em;
  display: block;
}

.body {
  color: var(--black);
  font-family: Sfprodisplay, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.projects-core {
  opacity: 1;
  transition: all 1s;
  display: block;
}

.projects-core.hidden-cms {
  opacity: 0;
  margin-bottom: 14.28em;
}

.projects-images-mom {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.85em;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-project-front-image {
  width: 100%;
  min-width: 100%;
}

.home-project-front-image.js-image {
  transform: none;
}

.exc-project-mom {
  flex-direction: column;
  flex: none;
  margin-top: -80px;
  display: flex;
  overflow: hidden;
}

.project-name {
  color: var(--black);
  font-size: 1.3em;
  font-weight: 500;
}

.project-name.pc {
  line-height: 1.1;
  display: flex;
}

.project-name.mob {
  line-height: 1.1;
  display: none;
}

.project-item {
  float: right;
  clear: both;
  flex-direction: column;
  max-width: 65%;
  margin-bottom: 6.25em;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.pl-more-projects {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14.28em;
  height: 14.28em;
  margin-bottom: -14.28em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pl-text-bg-button {
  z-index: 1;
  color: var(--black);
  background-color: #0000;
  border: 1px #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14.28em;
  height: 14.28em;
  font-size: 1em;
  line-height: 1.4;
  transition: all .3s;
  display: flex;
  position: relative;
}

.pl-hovered-button {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  font-size: 1em;
  line-height: 1.4;
  transition: all .3s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.pl-circle-lottie {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.row {
  margin-bottom: 5em;
  display: flex;
}

.row.bottom-m {
  margin-bottom: 7.5em;
  display: none;
}

.row.next {
  z-index: 2;
  height: 7.875em;
  margin-bottom: 2.5em;
  position: relative;
}

.row.start {
  margin-bottom: 0;
}

.row.start-row {
  height: 7.875em;
  margin-bottom: 2.5em;
}

.row.fotter-row.ff, .row.no-bottom {
  margin-bottom: 0;
}

.coll {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.coll.small {
  opacity: 0;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12.5em;
  display: flex;
}

.coll.start {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 12.5em;
  display: flex;
}

.coll.start.auto {
  justify-content: flex-end;
  height: auto;
}

.coll.h-starter {
  padding-bottom: 10em;
}

.h2 {
  opacity: 0;
  color: #000;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 500;
  line-height: 19px;
  display: none;
}

.h2.fw {
  padding-left: 6.25em;
}

.h2.white {
  color: var(--white);
}

.h2.home.topsh {
  white-space: nowrap;
}

.h2.home.topsh.abs {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.big-text {
  opacity: 0;
  color: #000;
  text-indent: 0;
  margin-bottom: 1.25em;
  padding-right: 0;
  font-size: 3em;
  line-height: 1.1;
}

.big-text._2 {
  opacity: 0;
  text-indent: 0;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  margin-bottom: 1.28em;
  padding-right: 0;
  display: flex;
}

.big-text.tx {
  opacity: 0;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}

.serv-text {
  flex: 1;
  line-height: 36px;
}

.serv-text.b {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 2.28;
}

.serv-text.er {
  font-size: 12em;
  line-height: 1.1;
}

.slider-testomonials {
  background-color: #0000;
  flex: none;
  height: auto;
  min-height: auto;
}

.mask-testomonials {
  height: auto;
  min-height: auto;
}

.none {
  display: none;
  position: absolute;
}

.testom-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-testom {
  margin-bottom: 1.48em;
  font-size: 1.68em;
  font-weight: 500;
  line-height: 1.25;
}

.name-testom {
  flex: none;
  margin-bottom: 5px;
  font-size: 1.31em;
  font-weight: 500;
  line-height: 1.33;
}

.dolzh-testom {
  flex: none;
  margin-bottom: 2.5em;
}

.slide-nav-testom {
  margin-bottom: 7.5em;
  display: none;
  position: static;
}

.front-line {
  text-align: right;
  background-color: #d1cdcc;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: scale(1.1)rotate(-5deg);
}

.front-line.pl {
  background-color: #0000;
  justify-content: flex-start;
  height: auto;
  margin-top: 3.75em;
  margin-bottom: 5em;
  position: static;
  transform: none;
}

.gp-marq {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.gp-marq.pl {
  letter-spacing: -2.5px;
  justify-content: flex-start;
  height: auto;
  margin-bottom: 0;
  font-size: 8.5em;
  font-weight: 600;
  line-height: 1;
}

.gp-line-marq {
  white-space: nowrap;
  flex: none;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.gp-line-marq.pl {
  color: #d40129;
  justify-content: flex-end;
}

.clients-text {
  color: var(--black);
  text-transform: uppercase;
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
}

.big-text-fotter {
  letter-spacing: -2.5px;
  text-transform: uppercase;
  font-size: 8.5em;
  font-weight: 600;
  line-height: .92;
}

.otstup-span {
  padding-left: .7em;
}

.form-block {
  border-bottom: 1px solid var(--white);
  margin-top: 6.25em;
  margin-bottom: 6.25em;
  padding-bottom: 20px;
}

.form-slider {
  background-color: #0000;
  height: auto;
  min-height: auto;
}

.text-filed {
  color: #fff;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px #000;
  height: 1.093em;
  margin-bottom: 0;
  padding: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
}

.text-filed::placeholder {
  color: #ff0e0e;
}

.text-filed.auto {
  text-transform: none;
  height: 1.093em;
  min-height: 1.093em;
  max-height: none;
  overflow: visible;
}

.text-filed.felder-rez {
  background-color: var(--black);
  text-align: left;
}

.next-slide-form {
  z-index: 2;
  background-color: #0000;
  width: 4.372em;
  height: 4.372em;
  padding-right: 0%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form {
  position: relative;
}

.peoples {
  flex: none;
  align-items: flex-start;
  margin-bottom: 7.125em;
  display: flex;
  position: relative;
}

.man {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-right: 6.25em;
  display: flex;
}

.man-img {
  flex: none;
  height: 7.125em;
  margin-left: -23%;
}

.man-time {
  margin-bottom: 10px;
  font-size: .875em;
  font-weight: 500;
  line-height: 1.357;
  display: none;
}

.man-name {
  margin-bottom: 10px;
  font-size: 1.312em;
  font-weight: 500;
  line-height: 1.1;
}

.man-adress {
  font-size: 1em;
  line-height: 1.5;
}

.man-email {
  border-bottom: 1px none var(--white);
  color: var(--white);
  flex: none;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

.ex-text {
  opacity: 1;
  flex: none;
  margin-bottom: 0;
  font-size: .75em;
  line-height: 1.5;
}

.ex-text.op1 {
  opacity: 1;
}

.pl-partners {
  opacity: 1;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 110px;
  padding-left: 3.125em;
  padding-right: 3.125em;
  display: flex;
}

.pl-mom-derzhak {
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: auto;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.pl-mom-derzhak:hover {
  opacity: 1;
}

.pl-front-partner {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 150px;
  min-height: 60px;
  display: flex;
}

.pl-front-partner.front {
  opacity: 1;
  max-width: 150px;
  max-height: 60px;
}

.pl-front-partner.back {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pl-front-partner.back.noevents {
  opacity: 0;
}

.pl-front-partner.marq {
  opacity: 1;
  max-width: 150px;
  max-height: 60px;
}

.nav-link {
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: .75em;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1.875em 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.187;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link._1 {
  padding-left: 1.875em;
}

.nav-bar {
  background-color: #0000;
  min-height: 4.06em;
}

.header {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.56em;
  padding-left: 6.25em;
  padding-right: 6.25em;
  display: flex;
}

.header.single-header {
  display: none;
}

.header.home-header {
  display: flex;
}

.start-btn {
  color: var(--black);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 2.5em;
  padding-left: 1.18em;
  padding-right: 1.18em;
  font-weight: 500;
  text-decoration: none;
  display: none;
  position: relative;
}

.bg-round {
  z-index: -1;
  background-color: #eee;
  border-radius: 50%;
  width: 2.5em;
  max-width: none;
  height: 2.5em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-menu {
  flex: 1;
  align-items: center;
  height: 2.5em;
  padding-left: 0;
  display: flex;
}

.scroll-txt {
  opacity: .4;
  transform: translate(0, 100%);
}

.heading-1 {
  letter-spacing: -2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.5em;
  font-weight: 600;
  line-height: .92;
}

.heading-1.project-page {
  white-space: pre-wrap;
  flex-direction: column;
  align-items: flex-start;
  height: 1em;
  max-height: 1em;
  display: flex;
}

.h-span {
  padding-left: .7em;
}

.heading-1-stroke {
  letter-spacing: -2.5px;
  text-transform: uppercase;
  flex: none;
  font-size: 8.5em;
  font-weight: 600;
  line-height: .92;
}

.heading-1-stroke.abs {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block {
  width: 10.625em;
}

.img-single-page {
  width: 100%;
  margin-bottom: 6.25em;
}

.images-project {
  float: right;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-bottom: 9.375em;
}

.heading-1-stoke {
  letter-spacing: -2.5px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  height: 1em;
  max-height: 1em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.5em;
  font-weight: 600;
  line-height: .92;
  display: flex;
}

.div-for-next-img {
  flex-direction: column;
  align-items: stretch;
  height: 14em;
  display: block;
}

.img-next {
  object-fit: cover;
  object-position: 50% 0%;
  flex: none;
  width: 100%;
  height: 100%;
}

.link-block {
  color: var(--black);
  width: 100%;
  text-decoration: none;
}

.link-on-project {
  color: var(--black);
  flex-direction: column;
  flex: none;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cursor {
  z-index: 99999;
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: height .3s, width .3s, background-color .2s;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.img-item {
  float: right;
  clear: both;
  max-width: 75%;
  position: relative;
  overflow: hidden;
}

.bottom {
  position: absolute;
  inset: 0% 0% auto;
}

.hidden-archor {
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.every-laoder {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.every-laoder.noeventsblock {
  display: block;
}

.scroll-text-div {
  flex: none;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.scroll-text-div.mob {
  display: none;
}

.scroll-text-div.pc {
  display: flex;
}

.div-block-2 {
  z-index: 2;
  background-image: url('../images/Arrow-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h2-home {
  opacity: 1;
}

.scroll-txt2, .scroll-txt3, .scroll-txt4, .scroll-txt5, .scroll-txt6 {
  opacity: .4;
  transform: translate(0, 100%);
}

.tes-links {
  flex: none;
  align-items: center;
  display: flex;
}

.tes-link {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-right: .5em;
  display: flex;
  position: relative;
}

.tes-littie {
  filter: invert();
  flex: none;
  position: absolute;
  inset: 0%;
}

.tes-img {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
}

.tes-div {
  border-radius: 50%;
  flex: none;
  width: 2.75em;
  height: 2.75em;
  overflow: hidden;
}

.bg-arrow {
  z-index: 1;
  background-color: var(--white);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: auto;
  transition: transform .3s;
  position: absolute;
  inset: 1px;
  transform: scale3d(0, 1, 1);
}

.citys {
  position: relative;
  overflow: hidden;
}

.morehiddenspan {
  overflow: hidden;
}

.div-block-3 {
  align-items: center;
  padding: 100px;
  display: flex;
}

.partners-line {
  display: none;
}

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

.archor {
  position: absolute;
  inset: -200px 0% auto;
}

.test-mom {
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.center-test {
  background-image: url('../images/008.jpg');
  background-position: 50%;
  background-size: auto 100%;
  background-attachment: fixed;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.bok-test {
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-image: url('../images/008.jpg');
  background-position: 50%;
  background-size: auto 100%;
  background-attachment: fixed;
  width: 20%;
  overflow: hidden;
  transform: rotateX(0)rotateY(65deg)rotateZ(0)perspective(1353px)scale3d(3, 1, 1);
}

.bok-test._2 {
  transform-origin: 0%;
  transform-style: preserve-3d;
  transform: perspective(2000px)rotateX(0)rotateY(-65deg)rotateZ(0)scale3d(3, 1, 1);
}

.grad-test {
  z-index: 5;
  background-image: radial-gradient(circle, #0000 61%, #000000b8);
  position: absolute;
  inset: 0%;
}

.position-img {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.bubble {
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  margin-left: 0;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(0);
}

.img-bubble {
  flex: none;
  min-width: 85vw;
  max-width: 85vw;
  position: absolute;
}

.div-block-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-img-content {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% -40px;
}

.text-of-project {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.start-hidden {
  flex: none;
  align-items: flex-start;
  font-family: DM Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.hiddner {
  flex: none;
  transform: translate(0, 100%);
}

.hiddner-2, .hiddner-3, .hiddner-4 {
  flex: none;
}

.fix-loader {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  width: 200vw;
  height: 200vw;
}

.mate-time {
  position: relative;
}

.div-block-6 {
  height: 100vh;
  overflow: auto;
}

.div-block-7 {
  background-image: linear-gradient(#000, #fff);
  height: 200vh;
}

.brfon {
  z-index: 999;
  background-color: var(--white);
  transform-origin: 50% 0;
  flex: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.pl-text-bg-button-hovered {
  z-index: 1;
  opacity: 1;
  color: var(--white);
  background-color: #000;
  border: 1px #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14.28em;
  height: 14.28em;
  font-size: 1em;
  line-height: 1.4;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.send {
  z-index: 5;
  color: #0000;
  background-color: #0000;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.round {
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 74%;
  position: absolute;
  inset: 0%;
}

.brfon-st {
  z-index: 999;
  background-color: var(--white);
  transform-origin: 50% 0;
  flex: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-8 {
  flex-direction: column;
  align-items: flex-start;
  display: none;
}

.cont-link {
  color: var(--white);
  flex: none;
  min-width: 200px;
  margin-bottom: 3px;
  text-decoration: none;
  position: relative;
}

.ex-text-w {
  opacity: 0;
  flex: none;
  margin-bottom: 0;
  font-size: .75em;
  line-height: 1.5;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mate-time-copy {
  position: relative;
}

.h2-copy {
  opacity: 0;
  color: #fff;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 500;
  line-height: 19px;
}

.h2-copy.fw {
  padding-left: 6.25em;
}

.h2-copy.white {
  color: var(--white);
}

.h2-copy.home.topsh {
  white-space: nowrap;
}

.h2-copy.home.topsh.abs {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
}

.text-btn-copy {
  font-size: 32px;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 32px 40px;
  font-size: 32px;
  font-weight: 400;
  display: none;
}

.bottom-effecr {
  z-index: 1;
  opacity: 1;
  background-color: #000;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 6em;
  margin-bottom: -14.28em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.test {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14.28em;
  height: 14.28em;
  margin-bottom: -14.28em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: relative;
}

.pl-more-projects-copy {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14.28em;
  height: 4em;
  margin-bottom: -14.28em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pl-text-bg-button-copy {
  z-index: 1;
  color: var(--black);
  background-color: #0000;
  border: 1px #ffffff1a;
  border-radius: 20%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14.28em;
  height: 4em;
  font-size: 1em;
  line-height: 1.4;
  transition: all .3s;
  display: flex;
  position: relative;
}

.pl-text-bg-button-hovered-copy {
  z-index: 1;
  opacity: 1;
  color: var(--white);
  background-color: #000;
  border: 1px #ffffff1a;
  border-radius: 20%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14.28em;
  height: 4em;
  font-size: 1em;
  line-height: 1.4;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.round-copy {
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 51%;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  border: 1px solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 15em;
  margin-bottom: 0;
  display: flex;
}

.button-2 {
  font-size: 23px;
}

.button-3 {
  font-size: 24px;
}

.button-4 {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 50px;
  padding: 24px 32px;
  font-size: 32px;
  display: none;
}

.text-block {
  font-size: 1em;
  font-weight: 500;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.dropdown-list {
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  width: 8em;
  max-width: none;
  padding-top: 32px;
  padding-bottom: 0;
  transition: opacity .425s;
  display: none;
}

.dropdown-link {
  width: auto;
  font-weight: 500;
}

.dropdown {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-10 {
  height: 1em;
}

.man-copy {
  opacity: 0;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-right: 6.25em;
  display: flex;
}

.button__bg {
  color: #dfd8d8;
}

.marquee {
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-rows: 230px;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
  grid-auto-rows: 230px;
  grid-auto-columns: minmax(300px, 1fr);
  justify-items: center;
  width: 100%;
  display: none;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-one {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3rem;
  overflow: hidden;
}

.btn.btn-six {
  color: #fff;
  background-color: #fff;
}

.btn.btn-eleven {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.btn.btn-sixteen {
  color: #00f;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
}

.btn.btn-twelve {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.btn.btn-eighteen {
  color: #fff;
  background-color: #0000;
  padding: 0;
  display: none;
}

.btn.btn-fifteen {
  color: #00f;
  text-transform: uppercase;
  background-color: #fff;
  border-style: solid;
  border-color: #00f;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  display: flex;
}

.btn.btn-eight {
  color: #fff;
  background-color: #0000;
}

.btn.btn-ten {
  background-color: #00f;
  overflow: hidden;
}

.btn.btn-seven {
  background-color: #0000;
}

.btn.btn-seventeen {
  color: #fff;
  background-color: #0000;
  margin-top: 20px;
}

.btn.btn-twenty {
  color: #051328;
  text-transform: uppercase;
  background-color: #0000;
  width: 120px;
  height: 120px;
}

.btn.btn-fourteen {
  background-color: #0000;
}

.btn.btn-nineteen {
  color: #051328;
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: all .2s;
}

.btn.btn-nineteen:hover {
  color: #00f;
}

.btn.btn-thirteen {
  color: #fff;
  padding: 1rem 2rem;
  overflow: hidden;
}

.btn.btn-three {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.btn.btn-nine {
  color: #fff;
  background-color: #00f;
}

.marquee-inner {
  opacity: 0;
}

.content-item {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-2, .text-block-3, .text-block-4 {
  font-size: 32px;
}

.text-span {
  color: #5eff00;
}

.button-wrapper {
  color: #000;
  align-items: center;
  min-height: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-background {
  border: 2px solid #000;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  position: absolute;
}

.button-text {
  z-index: 1;
  margin-left: 20px;
  margin-right: 10px;
  font-size: 28px;
  font-weight: 600;
  position: relative;
}

.button-arrow {
  opacity: 1;
  border-radius: 0;
  width: 15px;
  margin-right: 20px;
  display: block;
}

.button-wrapper-copy {
  color: #000;
  align-items: center;
  min-height: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-text-copy {
  z-index: 1;
  margin-left: 20px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.text-block-7 {
  color: #000;
  font-weight: 500;
}

.text-block-7:hover {
  color: #5273e8;
}

.header-2 {
  background-color: #faf9f8;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8rem 2rem;
  display: block;
}

.header-2.footer {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.uui-footer07_bottom-wrapper {
  border: 0 solid #0000;
  border-top: 1px solid #505050;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2em 0;
  display: flex;
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-logo_logomark-2 {
  border: .1px #dae0e8;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-footer07_logo-link {
  margin-bottom: 0;
  padding-left: 0;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 1.5rem;
}

.uui-footer07_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: #d0d5dd;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-footer07_link {
  color: #d0d5dd;
  text-align: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: #344054;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-footer07_component {
  margin-bottom: 9.6rem;
}

.uui-padding-vertical-xlarge-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.uui-footer07_legal-link {
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link:hover {
  color: #9b9b9b;
}

.image-21 {
  width: 8rem;
}

.paragraph-3 {
  color: #727272;
  text-align: center;
  width: 50%;
  margin-bottom: 1rem;
  font-size: 12px;
}

.uui-footer07_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: none;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: #fff;
  font-family: Sfprodisplay, sans-serif;
}

.link-block-2 {
  border-radius: 12px;
  margin-top: .5rem;
  margin-bottom: 2rem;
  box-shadow: 0 0 20px #90acec;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  height: 4rem;
  display: flex;
}

.section-3 {
  height: 2em;
}

.image-22 {
  max-width: 100%;
}

.button-wrapper-copy-header {
  color: #000;
  align-items: center;
  min-height: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-arrow-header {
  opacity: 1;
  border-radius: 0;
  width: 15px;
  margin-right: 20px;
  display: block;
}

.button-text-copy-copy {
  z-index: 1;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.header-2-copy {
  background-color: #faf9f8;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8rem 2rem;
  display: block;
}

.header-2-copy.footer {
  background-color: #000;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.nav-link-blog {
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1.875em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.187;
  text-decoration: none;
  display: none;
  position: relative;
}

.nav-link-blog._1 {
  padding-left: 1.875em;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button.is-button-medium {
  grid-column-gap: .5rem;
  padding: .625rem 1.125rem;
  font-size: 1rem;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.show-tablet {
  display: none;
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.show-tablet {
  display: none;
}

.uui-navbar07_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_link {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar07_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar07_link.w--current {
  color: #000;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar07_item-heading {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar07_icon-wrapper {
  color: var(--untitled-ui-primary600);
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui-gray200);
  background-color: var(--untitled-ui-white);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar07_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

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

.uui-navbar07_component {
  border-bottom: 1px solid var(--untitled-ui-gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-heroheader15_card-image-05 {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(65%, 79%)rotate(150deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-04 {
  z-index: 4;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(38%, 33%)rotate(120deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-03 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(0, 16%)rotate(90deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-02 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-38%, 33%)rotate(60deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-01 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-65%, 79%)rotate(30deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

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

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge.text-color-primary200 {
  color: var(--untitled-ui-primary200);
}

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

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-heroheader15_subheading {
  color: var(--untitled-ui-primary200);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-heroheader15_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader15 {
  background-color: var(--untitled-ui-primary800);
  overflow: hidden;
}

.uui-blogsection12_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection12_button-row.hide-mobile-landscape {
  display: none;
}

.uui-blogsection12_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-blogsection12_arrow {
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection12_arrow:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-blogsection12_arrow.left {
  right: 4rem;
}

.uui-text-divider {
  color: var(--untitled-ui-gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogsection12_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogsection12_author-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogsection12_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blogsection12_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogsection12_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blogsection12_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blogsection12_title-link {
  color: var(--untitled-ui-gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blogsection12_category-link {
  color: var(--untitled-ui-primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection12_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blogsection12_category-link.w--current {
  border-bottom: 2px solid #000;
}

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

.uui-blogsection12_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection12_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection12_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection12_slide {
  padding-right: 2rem;
}

.uui-blogsection12_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-blogsection12_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-blogsection12_heading {
  flex: 1;
}

.uui-blogsection12_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-section_blogsection12 {
  overflow: hidden;
}

.button-wrapper-hyperscale, .button-wrapper-copy-hyperscale {
  color: #000;
  align-items: center;
  min-height: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

html.w-mod-js [data-ix="scroll-in-view-opacity"] {
  opacity: 0;
}

html.w-mod-js [data-ix="start-hiddner1"], html.w-mod-js [data-ix="start-hiddner-2"], html.w-mod-js [data-ix="start-hiddner-3"], html.w-mod-js [data-ix="start-hiddner-4"] {
  transform: translate(0, 100%);
}

@media screen and (min-width: 1440px) {
  .body {
    font-size: 18px;
  }

  .uui-footer07_bottom-wrapper {
    border-top-width: 0;
  }

  .navbar-no-shadow {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-left: 9.375em;
    padding-right: 9.375em;
  }

  .section.clients {
    padding-right: 0;
  }

  .fotter {
    border: 1px solid #0000;
    border-bottom-color: #6e6e6e;
    padding-left: 9.375em;
    padding-right: 9.375em;
  }

  .body {
    font-size: 24px;
  }

  .coll.start {
    opacity: 0;
  }

  .h2.fw {
    padding-left: 9.375em;
  }

  .h2.home.topsh {
    opacity: 1;
    color: #000;
  }

  .gp-line-marq.pl, .clients-text {
    text-transform: uppercase;
  }

  .header {
    padding-left: 9.375em;
    padding-right: 9.375em;
  }

  .header.single-header {
    display: none;
  }

  .header.home-header {
    display: block;
  }

  .start-btn {
    display: none;
  }

  .heading-1-stroke, .heading-1-stroke.abs {
    opacity: 1;
  }

  .scroll-text-div.pc {
    opacity: 0;
    display: block;
  }

  .brand {
    flex-direction: row;
    display: block;
  }

  .image {
    object-fit: fill;
    display: inline-block;
  }

  .mate-time {
    opacity: 1;
    color: #000;
    display: block;
  }

  .image-2 {
    width: auto;
  }

  .mate-time-copy {
    opacity: 0;
    color: #fff;
    display: block;
  }

  .h2-copy.fw {
    padding-left: 9.375em;
  }

  .h2-copy.home.topsh {
    opacity: 1;
    color: #000;
  }

  .dropdown-list {
    display: block;
  }

  .header-2-copy.footer {
    border-top: 0 solid #0000;
  }
}

@media screen and (max-width: 991px) {
  .section, .section.start, .fotter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body.isload {
    font-size: 14px;
    line-height: 17px;
  }

  .big-text, .big-text._2 {
    font-size: 3em;
  }

  .big-text-fotter.fotter-block {
    font-size: 4.5em;
  }

  .text-filed {
    font-size: 3em;
  }

  .man {
    margin-right: 3.125em;
  }

  .pl-partners {
    padding-left: 54.6667px;
    padding-right: 54.6667px;
  }

  .header {
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .start-btn {
    height: 40px;
  }

  .nav-menu {
    height: auto;
  }

  .heading-1, .heading-1-stroke, .heading-1-stoke {
    font-size: 4.25em;
  }

  .cursor {
    display: none;
  }

  .menu-button {
    opacity: 0;
    flex: none;
    width: 0;
    height: 0;
    padding: 0;
    display: none;
  }

  .man-copy {
    margin-right: 3.125em;
  }

  .content {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar07_link {
    color: var(--untitled-ui-gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-heroheader15_card-image-05, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-01 {
    width: 32rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .uui-blogsection12_button-row {
    flex: none;
  }

  .uui-blogsection12_mask {
    width: 50%;
  }

  .uui-blogsection12_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogsection12_heading {
    margin-right: 3rem;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .content {
    grid-column-gap: 0rem;
    grid-template-columns: minmax(300px, 1fr);
  }

  .header-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer07_link:hover {
    color: #667085;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-footer07_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer07_link-list {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .header-2-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui-gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-navbar07_link {
    font-size: 1rem;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader15_card-image-05, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-01 {
    border-radius: .75rem;
    width: 24rem;
  }

  .uui-heroheader15_image-wrapper {
    height: 22rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogsection12_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-blogsection12_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-blogsection12_arrow.left {
    right: 3.5rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blogsection12_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection12_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection12_slide {
    padding-right: 1.5rem;
  }

  .uui-blogsection12_mask {
    width: 80%;
  }

  .uui-blogsection12_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-blogsection12_heading {
    margin-right: 0;
  }

  .uui-blogsection12_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

@media screen and (max-width: 479px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.clients {
    padding-bottom: 60px;
  }

  .section.start {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .section.start-project {
    margin-bottom: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.last {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.img-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.parnters {
    padding-left: 0;
    padding-right: 0;
  }

  .section.projects {
    padding-bottom: 0;
  }

  .fotter {
    padding: 40px 20px 30px;
    display: flex;
  }

  .project-name.pc {
    display: none;
  }

  .project-name.mob {
    display: flex;
  }

  .project-item {
    min-width: 100%;
    max-width: 100%;
  }

  .row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .row.bottom-m {
    margin-bottom: 0;
  }

  .row.next {
    height: auto;
    margin-bottom: 0;
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .row.start-row {
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
  }

  .row.fotter-row {
    margin-bottom: 0;
  }

  .coll {
    flex: none;
    width: 100%;
  }

  .coll.start.auto {
    justify-content: flex-start;
  }

  .coll.h-starter {
    padding-bottom: 0;
  }

  .h2 {
    margin-top: 0;
  }

  .h2.fw {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .h2.home {
    margin-bottom: 0;
  }

  .big-text {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .big-text._2 {
    font-size: 32px;
  }

  .serv-text {
    line-height: 36px;
  }

  .serv-text.b {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 36px;
  }

  .serv-text._3 {
    margin-bottom: 60px;
  }

  .text-testom, .dolzh-testom {
    margin-bottom: 20px;
  }

  .front-line.pl {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gp-marq.pl {
    margin-bottom: 0;
  }

  .clients-text {
    letter-spacing: -2.2px;
    font-size: 116px;
    line-height: 126px;
  }

  .big-text-fotter {
    font-size: 58px;
    line-height: 54px;
  }

  .big-text-fotter.fotter-block {
    margin-top: 0;
    font-size: 4em;
    line-height: 1;
  }

  .form-block {
    margin-top: 60px;
    margin-bottom: 79px;
    padding-bottom: 14px;
  }

  .text-filed {
    height: 38px;
    font-size: 36px;
  }

  .next-slide-form {
    width: 38px;
    height: 38px;
  }

  .peoples {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 140px;
  }

  .man {
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .man-img {
    margin-left: 0%;
  }

  .man-name {
    font-size: 21px;
  }

  .pl-partners {
    flex-wrap: wrap;
    place-content: flex-start space-between;
    align-items: flex-start;
    margin-bottom: 55px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .pl-mom-derzhak {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 30%;
    max-width: 30%;
    display: flex;
  }

  .pl-front-partner.marq {
    flex: none;
    margin-right: 20px;
  }

  .nav-bar {
    display: none;
  }

  .start-btn {
    height: 2.5em;
  }

  .heading-1 {
    font-size: 18vw;
    line-height: .9;
  }

  .heading-1.project-page {
    letter-spacing: -1.36px;
    flex: none;
    height: 90px;
    max-height: 90px;
    font-size: 64px;
    line-height: 60px;
  }

  .h-span {
    letter-spacing: -.5vw;
  }

  .heading-1-stroke {
    letter-spacing: -.5vw;
    white-space: nowrap;
    width: 100%;
    font-size: 14vw;
    line-height: .9;
  }

  .heading-1-stroke.abs {
    white-space: nowrap;
    width: 100%;
    font-size: 14vw;
  }

  .img-single-page {
    margin-bottom: 40px;
  }

  .images-project {
    margin-bottom: 60px;
  }

  .heading-1-stoke {
    flex: none;
    height: 90px;
    max-height: 90px;
    font-size: 64px;
    line-height: 60px;
  }

  .div-for-next-img {
    height: auto;
  }

  .cursor {
    display: none;
  }

  .img-item {
    max-width: 100%;
  }

  .scroll-text-div.mob {
    margin-bottom: 5vh;
    display: flex;
  }

  .scroll-text-div.pc {
    display: none;
  }

  .tes-links {
    justify-content: space-between;
  }

  .tes-link {
    margin-right: 0;
  }

  .citys {
    flex: none;
    margin-bottom: 12vh;
  }

  .brand {
    padding-left: 0;
  }

  .image {
    width: 2.5em;
    max-width: 40px;
  }

  .partners-line {
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    overflow: hidden;
  }

  .start-hidden {
    display: flex;
  }

  .fix-loader {
    width: 200vh;
    height: 200vh;
  }

  .h2-copy {
    margin-top: 0;
  }

  .h2-copy.fw {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .h2-copy.home {
    margin-bottom: 0;
  }

  .man-copy {
    margin-bottom: 50px;
    display: none;
  }

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

  .button-text-copy {
    font-size: 16px;
  }

  .header-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-footer07_bottom-wrapper {
    border-top-width: 0;
    margin-top: 0;
  }

  .paragraph-3 {
    width: 90%;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto;
  }

  .header-2-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-wrapper {
    display: flex;
  }

  .nav-menu-2 {
    flex-direction: column;
    display: none;
  }

  .mobile-margin-top-10 {
    display: none;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .icon {
    color: #000;
  }

  .list-item, .list-item-2, .list-item-3 {
    display: none;
  }

  .list-item-4 {
    display: flex;
  }

  .link {
    color: #000;
    margin-bottom: 2em;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  .link.w--current {
    margin-bottom: 2em;
    font-size: 18px;
  }

  .collection-item {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .uui-heroheader15_card-image-05, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-01 {
    border-radius: .5rem;
    width: 14rem;
  }

  .uui-heroheader15_image-wrapper {
    height: 12.75rem;
  }

  .uui-blogsection12_mask {
    width: 95%;
  }
}


@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Black.ttf') format('truetype'), url('../fonts/SFProDisplay-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-HeavyItalic.ttf') format('truetype'), url('../fonts/SFProDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}