:root {
  --is__soft-blue: #f4fafc;
  --is__dark-grey: #3a3c3d;
  --is__grey: #585b5c;
  --is_black-blue: #271a3b;
  --is__soft-purple: #d3ccdd;
  --is__dark-blue: var(--is__dark-grey);
  --is__alice-blue: #dbeaef;
  --is__azure: #e6f6fc;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--is__soft-blue);
  color: var(--is__dark-grey);
  letter-spacing: -.011em;
  font-family: Ubuntu, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  letter-spacing: -.0041em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nagoda, sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 106%;
}

h2 {
  letter-spacing: -.0041em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nagoda, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 106%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nagoda, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 140%;
}

a {
  text-decoration: none;
}

.main-css {
  background-image: linear-gradient(#000, #fff);
}

.section {
  margin-top: 4rem;
}

.section.is__background-color-dark-blue-with-border-radius {
  background-image: linear-gradient(149deg, #382553, #3c2859);
  border-radius: 5.625rem 5.625rem 0 0;
  margin-top: 19.5313rem;
}

.section.is__form-section {
  background-color: var(--is__soft-blue);
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  margin-top: 0;
  padding-bottom: 3.51563rem;
}

.section.is__cover-section {
  align-items: center;
  height: 100vh;
  margin-top: 4rem;
  display: flex;
  overflow: visible;
}

.container {
  max-width: 1440px;
  padding-left: 6.01563rem;
  padding-right: 6.01563rem;
}

.container.is__operate-container {
  max-width: 1600px;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.container.is__mobile-no-indent {
  max-width: 1440vw;
  padding-left: 5rem;
  padding-right: 0;
  position: relative;
}

.navbar {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 1.25rem;
  transition: all .45s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.is__white-theme {
  background-color: #362351;
}

.navbar__layout-wrapper {
  z-index: 9000;
  border-radius: 1.25rem;
  max-width: 1600px;
  margin-left: 1.66667rem;
  margin-right: 1.66667rem;
  padding: .15625rem;
  position: fixed;
  top: 1.01563rem;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navbar__brand-logo {
  width: 7.82813rem;
  transition: all .35s;
  display: flex;
}

.navbar__brand-logo.is__white-theme {
  color: #fff;
}

.navbar__content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.21094rem 1.875rem;
  display: flex;
}

.navbar__navlink {
  color: var(--is__grey);
  margin: -1rem;
  padding: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.09375rem;
  font-weight: 700;
  transition: all .35s;
}

.navbar__navlink:hover, .navbar__navlink.w--current {
  color: var(--is__dark-grey);
}

.navbar__navlink.is__white-theme {
  color: #a9a9a9;
}

.navbar__navlink.is__white-theme:hover {
  color: #fff;
}

.navbar__navlink.custom {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #24a8f1, #8fa5ff 58%, #ba74e5);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Zendots, sans-serif;
  font-size: 2.59375rem;
  font-weight: 400;
}

.navbar__navlink.custom:hover {
  -webkit-text-fill-color: transparent;
  background-color: #24caff;
  background-image: linear-gradient(120deg, #24caff, #8aa1ff 57%, #b060e1);
  -webkit-background-clip: text;
  background-clip: text;
}

.navbar__navlinks-wrapper {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  align-items: center;
  font-family: Gilroy, sans-serif;
  display: flex;
}

.navbar__button-wrapper {
  grid-column-gap: .78125rem;
  grid-row-gap: .78125rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(132deg, #ff8332, #ff70c6 70%, #ff5198);
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  font-family: Nagoda, sans-serif;
  font-size: 1.32813rem;
  display: flex;
  overflow: hidden;
}

.navbar__button-arrow {
  width: 1.875rem;
  display: flex;
}

.navbar__button-arrow.is__absolute {
  position: absolute;
}

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

.cover__heading-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 43rem;
  display: flex;
}

.ui {
  margin-top: 500px;
  display: block;
}

.is__text-big {
  font-size: 1.5625rem;
  line-height: 148%;
}

.is__text-big.is__text-color-grey {
  color: var(--is__grey);
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.is__text-big.is__text-color-grey.is__cover-description {
  color: var(--is__grey);
  margin-top: 1.5625rem;
  margin-bottom: 4.375rem;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.is__text-big.is__text-color-soft-purple {
  color: var(--is__soft-purple);
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.is__text-big.is__team-description {
  text-align: center;
  width: 31.25rem;
}

.is__button {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  background-image: linear-gradient(110deg, #05b5ee, #4d74ff 53%, #9e5dff);
  border-radius: 1.4rem;
  justify-content: center;
  align-items: center;
  height: 5.625rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: Nagoda, sans-serif;
  font-size: 1.5625rem;
  line-height: 100%;
  display: flex;
}

.is__button.is__form-button {
  width: 100%;
}

.is__button.is__not-found-page {
  height: 5.15625rem;
  margin-top: 2.5rem;
}

.is__button.login {
  background-color: rgba(244, 250, 252, 0);
  background-image: none;
  border-radius: .6rem;
  height: 2.625rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Fontspring Demo Gunterz, sans-serif;
  font-weight: 400;
}

.is__button.custom {
  grid-column-gap: 4.4rem;
  grid-row-gap: 4.4rem;
  background-image: linear-gradient(110deg, #05b5ee, #4d74ff 53%, #9e5dff);
  width: 30rem;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: -2.7rem;
  right: 4rem;
}

.button--arrow {
  width: 2.5rem;
  display: flex;
}

.button--arrow.is__absolute {
  position: absolute;
}

.cover__art-wrapper {
  background-image: linear-gradient(rgba(71, 209, 254, .3), rgba(165, 42, 247, .3) 57%, rgba(15, 184, 240, .3));
  border-radius: 5rem 0 0 5rem;
  flex: none;
  width: 55rem;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: 4.6rem;
  margin-right: 0;
  padding-top: 0;
  position: relative;
}

.why__layout-wrapper {
  background-image: linear-gradient(139deg, #362351, #3c285a);
  border-radius: 5.625rem;
  max-width: 1600px;
  margin-left: 1.66667rem;
  margin-right: 1.66667rem;
}

.why__content-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem 4.375rem 0;
  display: flex;
  position: relative;
}

.is__section-heading {
  letter-spacing: -.03em;
  margin-bottom: 1.25rem;
  font-family: Oswald, sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
}

.is__section-heading.white {
  color: var(--is__soft-blue);
  margin-bottom: 0;
}

.why__card-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 2.96875rem;
  grid-template-rows: 27.3438rem auto;
  grid-template-columns: 19.8438rem 1fr 22.8906rem;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 5.46875rem;
  margin-bottom: 3.75rem;
  display: grid;
}

.why__simple-card {
  grid-row-gap: .78125rem;
  background-color: var(--is_black-blue);
  border-radius: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 66.5%;
  padding: 1.875rem 0 0 2.8rem;
  display: flex;
}

.is__text-color-soft-purple {
  color: var(--is__soft-purple);
}

.is__text-color-soft-purple.is__why-xaan-card-descrption {
  margin-right: 20rem;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.why__gradient-card {
  grid-column-gap: 16px;
  grid-row-gap: .78125rem;
  background-image: linear-gradient(110deg, #ff813e, #ff54bf);
  border-radius: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  padding: 2.25rem 2rem 0 1.875rem;
  display: grid;
  position: relative;
}

.why__elipse-video-wrapper {
  z-index: 5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 15.3125rem;
  height: 15.3125rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -2.34375rem;
  left: auto;
  right: -2.34375rem;
  overflow: hidden;
}

.why__eclipse-video {
  z-index: 0;
  object-fit: cover;
  border-radius: 50%;
  width: 90%;
  height: 90%;
  margin: 1px;
  display: block;
  position: absolute;
}

.why__eclipse-video-stroke {
  z-index: 1;
  border: 1.25rem solid var(--is__dark-blue);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.why__video-card {
  z-index: 5;
  grid-row-gap: .78125rem;
  background-color: #565656;
  background-image: linear-gradient(#0081aa, #09627e);
  border-radius: 2.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.is__position-relative {
  z-index: 2;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  position: relative;
}

.is__position__relative {
  z-index: 2;
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
}

.why__metric-card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  display: flex;
  position: relative;
}

.why__metric-icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
  bottom: 2.3rem;
}

.why__experts-layout-wrapper {
  z-index: 500;
  opacity: 1;
  background-image: linear-gradient(110deg, #ff813e, #ff54bf);
  border-radius: 2.1875rem;
  width: 52.3438rem;
  margin-bottom: -3.6rem;
  padding: .234375rem;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.why__experts-wrapper {
  color: var(--is__grey);
  background-color: #fff;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 3.125rem;
  display: flex;
}

.why__experts-avatars {
  width: 8.59375rem;
  margin-right: .9375rem;
}

.why__experts-content-wrapper {
  align-items: center;
  display: flex;
}

.is__gradient-link {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(132deg, #ff8332, #ff70c6 70%, #ff5198);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-size: 1.40625rem;
  font-weight: 600;
}

.is__gradient-accent {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ff8b21, #ff4ecd);
  -webkit-background-clip: text;
  background-clip: text;
}

.difrence__layout-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: var(--is__dark-blue);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10.5469rem;
  display: flex;
  position: relative;
}

.diffrence__tab-switch {
  z-index: 2;
  border: 1px solid var(--is__alice-blue);
  background-color: var(--is__azure);
  cursor: pointer;
  border-radius: 1.875rem;
  justify-content: flex-start;
  align-items: center;
  width: 6.875rem;
  height: 3.75rem;
  padding-left: .3125rem;
  padding-right: .3125rem;
  transition: padding .5s;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
}

.diffrence__tab-switch.is__next-tab {
  background-image: none;
  border-color: #fff;
}

.diffrence__tab-link-1 {
  color: rgba(133, 138, 139, .4);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  transition: all .35s;
}

.diffrence__tab-link-1.w--current {
  color: #858a8b;
  background-color: rgba(255, 255, 255, 0);
}

.diffrence__tab-link-2 {
  color: rgba(133, 138, 139, .4);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: Nagoda, sans-serif;
  font-size: 1.875rem;
  transition: all .35s;
}

.diffrence__tab-link-2.w--current {
  color: #858a8b;
  background-color: rgba(0, 0, 0, 0);
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.diffrence__tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 3.55469rem;
  padding-right: 3.55469rem;
  display: flex;
}

.diffrence__tabs-menu {
  grid-column-gap: 12.5938rem;
  justify-content: center;
  align-items: center;
  margin-top: .898438rem;
  font-family: Poppins, sans-serif;
  display: flex;
}

.diffrence__tabs-content {
  width: 100%;
  margin-top: 2.5rem;
  display: none;
  overflow: visible;
}

.diffrence__tab-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 3.75rem;
  display: flex;
  position: relative;
}

.diffrence__switck {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
}

.diffrence__grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 20rem 1fr 1fr;
  position: relative;
}

.diffrence__grid.is__second-tab {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 20rem 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 3.55469rem;
  margin-right: 3.55469rem;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diffrence__grid-card {
  border: 1px solid var(--is__alice-blue);
  color: var(--is__grey);
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 3.75rem 3.75rem 3.75rem 2.5rem;
  line-height: 156%;
  position: relative;
}

.diffrence__grid-card.is__card-with-big-padding {
  padding-bottom: 5.625rem;
}

.diffrence__grid-card.is__card-with-big-padding.is__blue-card, .diffrence__grid-card.is__blue-card {
  border-color: var(--is__azure);
  background-color: var(--is__azure);
}

.diffrence__grid-card.is_-card-with-small-padding {
  padding-bottom: 1.875rem;
}

.diffrence__grid-icon {
  width: 4.45313rem;
  display: flex;
  position: absolute;
  top: -.859375rem;
  bottom: auto;
  left: -.625rem;
  right: auto;
}

.metrics__layout-wrapper {
  padding-top: 3.4375rem;
  position: relative;
}

.metrics__numbers-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 8.59375rem;
  padding-right: 4.76563rem;
  display: flex;
}

.metrics__metric-number-wrapper {
  background-color: var(--is__azure);
  border-radius: 7.34375rem;
  justify-content: center;
  align-items: center;
  min-width: 24.5313rem;
  height: 14.0625rem;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  font-size: 9.375rem;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.metrics__metric-number-wrapper.is__swcond-metric {
  grid-column-gap: 1.5rem;
  color: #fff;
  background-image: linear-gradient(to right, #86daf5, #9de1f7);
  min-width: 35.7031rem;
}

.is__text-large {
  letter-spacing: -.0044em;
  font-size: 1.875rem;
  line-height: 140%;
}

.is__text-large.is__text-color-grey {
  color: var(--is__grey);
  font-family: Poppins, sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
}

.is__text-large.is__text-color-grey.is__metric-description {
  margin-left: 4.53125rem;
  font-family: Poppins, sans-serif;
}

.metrics__metric-wrapper {
  grid-row-gap: .9375rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.metrics__metric-wrapper.is__second-metric {
  align-items: flex-start;
  margin-top: 10.1563rem;
}

.metrics__logos-ticket-wrapper {
  max-width: 1440px;
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}

.metrics__logo-image {
  border-radius: 1.5rem;
  width: 17.1875rem;
}

.metrics__logos-row {
  grid-column-gap: 2.5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.metrics__logos-rows-wrapper {
  grid-column-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.metrics__ticket-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  overflow: hidden;
}

.about__background-path {
  width: 20rem;
  display: flex;
}

.about__background-shape-wrapper {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -8rem;
  left: 0%;
  right: auto;
}

.about__layout-wrapper {
  max-width: 1440px;
  margin-top: 10.5469rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about__background-icon {
  border-radius: 50%;
  width: 11.25rem;
  display: flex;
  position: absolute;
  top: -2rem;
  bottom: auto;
  left: auto;
  right: -2rem;
}

.about__background-circle-1 {
  background-color: var(--is__azure);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -3rem;
  right: auto;
}

.about__background-circle-2 {
  background-color: var(--is__azure);
  border-radius: 50%;
  width: 7.1875rem;
  height: 7.1875rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 9.375rem;
}

.about__background-circle-3 {
  background-color: var(--is__azure);
  border-radius: 50%;
  width: 7.1875rem;
  height: 7.1875rem;
  position: absolute;
  top: 17.9688rem;
  bottom: auto;
  left: -9rem;
  right: auto;
}

.about__background-circle-4 {
  background-color: var(--is__azure);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 19.8438rem;
  bottom: auto;
  left: 34.7656rem;
  right: auto;
}

.cases__layout-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -5.46875rem;
}

.cases__wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--is_black-blue);
  color: #fff;
  border-radius: 3.125rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 29.8438rem;
  padding: 3.90625rem 3.59375rem 6.64063rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.is__text-largest {
  letter-spacing: -.0044em;
  font-family: Nagoda, sans-serif;
  font-size: 2.5rem;
  line-height: 106%;
}

.cases__art-wrapper {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  align-items: flex-end;
  width: 100%;
  margin-top: 3.59375rem;
  display: flex;
}

.cases__third-art-wrapper {
  background-image: linear-gradient(#4dd4ff, rgba(77, 212, 255, .15));
  border-radius: 7.8125rem;
  justify-content: center;
  align-items: center;
  width: 5.07813rem;
  height: 14.0625rem;
  padding: .234375rem;
  display: none;
  position: relative;
}

.cases__third-art-elipse {
  background-color: #271a3c;
  border-radius: 7.8125rem;
  width: 100%;
  height: 100%;
}

.cases__third-art-circle {
  background-image: linear-gradient(#ff4ded, #ff9636);
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  top: auto;
  bottom: .46875rem;
  left: auto;
  right: auto;
}

.cases__second-art-wrapper {
  background-image: linear-gradient(#4dd4ff, rgba(77, 212, 255, .15));
  border-radius: 7.8125rem;
  width: 5.07813rem;
  height: 18.2031rem;
  display: none;
}

.cases__second-art-elipse {
  background-image: linear-gradient(#4dd2fc, #44a8d1);
  border-radius: 7.8125rem;
  width: 100%;
  height: 10.1563rem;
}

.cases__first-art-circle {
  z-index: 2;
  background-image: linear-gradient(#ff4ded, #ff9636);
  border-radius: 50%;
  width: 5.07813rem;
  height: 5.07813rem;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.cases__first-art-elipse {
  z-index: 1;
  background-image: linear-gradient(#4dd4ff, rgba(77, 212, 255, .15));
  border-radius: 7.8125rem;
  width: 5.07813rem;
  height: 16.0156rem;
  margin-bottom: .625rem;
  position: relative;
}

.cases__first-art-wrapper {
  display: none;
}

.cases__backgrund-elipse {
  opacity: .2;
  mix-blend-mode: luminosity;
  background-image: linear-gradient(#4dd4ff, rgba(77, 212, 255, .15));
  border-radius: 7.8125rem;
  width: 5.07813rem;
  height: 16.0156rem;
  margin-bottom: .625rem;
  position: absolute;
  top: 8rem;
  bottom: auto;
  left: auto;
  right: -2rem;
  transform: rotate(-150deg);
}

.cases__tab-wrapper {
  background-color: var(--is__soft-blue);
  border-bottom-right-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  flex: 1;
  max-width: 55.625rem;
  padding-left: 3.4375rem;
  padding-right: 5.3125rem;
}

.cases__tabs-content {
  margin-top: 4.21875rem;
}

.cases__tab-link {
  opacity: 1;
  color: var(--is__grey);
  background-color: rgba(0, 0, 0, 0);
  padding: .78125rem 1.5625rem;
  font-family: Nagoda, sans-serif;
  font-size: 1.40625rem;
  font-weight: 400;
  transition: all .35s;
}

.cases__tab-link:hover {
  opacity: 1;
  color: var(--is__dark-grey);
}

.cases__tab-link.w--current {
  opacity: 1;
  color: var(--is__dark-grey);
  background-color: rgba(0, 0, 0, 0);
}

.cases__tab-pane {
  padding-bottom: 5.46875rem;
}

.is__text-nagoda-large {
  letter-spacing: -.0044em;
  font-family: Nagoda, sans-serif;
  font-size: 2.5rem;
  line-height: 106%;
}

.is__text-nagoda-large.is__team-name {
  margin-top: .3125rem;
  margin-bottom: .78125rem;
}

.cases__tab-text-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.is__text-normal {
  font-size: 1.40625rem;
  line-height: 148%;
}

.is__text-normal.is__text-weight-bold {
  font-weight: 700;
}

.is__text-normal.is__text-weight-bold.is__color-texr-dark-blue {
  color: var(--is__dark-blue);
}

.is__text-normal.is__nagoda-font {
  font-family: Nagoda, sans-serif;
}

.cases__tab-points-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: grid;
}

.cases__tab-bullit-icon {
  flex: none;
  width: 1.875rem;
  display: flex;
}

.cases-_tab-point {
  grid-column-gap: .9375rem;
  color: #575c5d;
  align-items: flex-start;
  display: flex;
}

.team__layout-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 5.46875rem;
  display: flex;
  position: relative;
}

.team__person-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 18.75rem 18.75rem 18.75rem;
  margin-top: 11.7188rem;
}

.team__person {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  display: flex;
  position: relative;
}

.team__person.is__first-person {
  bottom: 14.6875rem;
  right: 6.64063rem;
}

.team__person.is__third-person {
  bottom: 11.5625rem;
  left: 6.64063rem;
}

.team__person.is--fourth-person {
  top: -1.5625rem;
  right: -1.5625rem;
}

.team__person.is__fifth-person {
  left: -1.5625rem;
}

.team__person-avatar {
  border-radius: 50%;
  width: 15.625rem;
  height: 15.625rem;
  position: relative;
}

.team__person-name-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.is__text-tiny {
  font-size: 1.09375rem;
  line-height: 148%;
}

.is__text-tiny.is__text-color-grey {
  color: var(--is__grey);
}

.operate__layout-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 17.5rem;
  padding-bottom: 23.0469rem;
  display: flex;
}

.operate__heading-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--is_black-blue);
  text-align: center;
  border-radius: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 21.3281rem min-content 14.375rem min-content 14.375rem min-content 14.375rem min-content 14.375rem;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-top: 3.75rem;
  padding: 1.25rem 3.125rem;
  display: grid;
}

.operate__grid-line {
  background-color: rgba(255, 255, 255, .1);
  width: .078125rem;
  height: 1.875rem;
  margin-left: 1.09375rem;
  margin-right: 1.09375rem;
}

.operate__grid-line.is__hedden-line {
  opacity: 1;
}

.operate__content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 21.3281rem min-content 14.375rem min-content 14.375rem min-content 14.375rem min-content 14.375rem;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  min-height: 4.6875rem;
  margin-left: 0;
  margin-right: 0;
  padding: .9375rem 1.25rem;
  display: grid;
}

.operate__content-grid.is__with-backgrund {
  background-image: linear-gradient(#301f4a, #301f4a);
}

.operate__content-grids-wrapper {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  padding-top: 3.125rem;
  display: flex;
}

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

.operate__icon {
  width: 1.875rem;
  display: flex;
}

.form__layout-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5.625rem;
  display: flex;
}

.form__form-art-wrapper {
  width: 39.8438rem;
  position: relative;
}

.form__form-lottie {
  width: 100%;
  display: flex;
}

.form__form-block {
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 41.4063rem;
  margin-top: 5.07813rem;
  margin-bottom: 0;
  display: flex;
}

.form__input {
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-bottom: 2px solid #9a91a7;
  height: 3.4375rem;
  margin-bottom: 0;
  padding: .78125rem;
  font-size: 1.25rem;
  line-height: 150%;
}

.form__input:active, .form__input:focus {
  border-bottom-color: #9a91a7;
}

.form__input::placeholder {
  color: #9a91a7;
}

.form__form {
  grid-column-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.form__inputs-wrapper {
  grid-row-gap: 1.875rem;
  flex-direction: column;
  align-items: flex-start;
  width: 23.4375rem;
  display: flex;
}

.form__inputs-wrapper.is__right-side {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.form__select {
  width: 100%;
}

.form__select-toogle {
  color: #9a91a7;
  border-bottom: 2px solid #9a91a7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding: .78125rem;
  line-height: 150%;
  display: flex;
}

.form__select-arrow {
  width: 1.17188rem;
  display: flex;
}

.form__select-list {
  background-color: var(--is__soft-blue);
  display: block;
  overflow: hidden;
}

.dropdown-link {
  color: #9a91a7;
  padding-left: .78125rem;
  padding-right: .78125rem;
  transition: all .3s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--is__dark-grey);
}

.form__select-field {
  display: none;
}

.form__inputs {
  grid-row-gap: 1.875rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form__description-text {
  color: #d9d9d9;
  font-size: 1.01563rem;
  position: absolute;
  top: auto;
  bottom: -2rem;
  left: auto;
  right: 1.6rem;
}

.form__form-inputs {
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  margin-bottom: 5rem;
  display: grid;
  position: relative;
}

.footer__layout-wrapper {
  background-color: #fff;
  border-radius: 2.5rem;
  max-width: 1600px;
  margin-top: 5.85938rem;
  margin-left: 1.66667rem;
  margin-right: 1.66667rem;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}

.footer__logo {
  width: 4.0625rem;
  display: flex;
}

.footer__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer__logo-wrapper {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: .78125rem;
  display: flex;
}

.footer__copywriting-text {
  opacity: .5;
  margin-right: .9375rem;
  font-family: Poppins, sans-serif;
  font-size: 1.09375rem;
  font-weight: 600;
}

.footer__links-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: .78125rem;
  padding-bottom: .78125rem;
  display: flex;
}

.footer__social-links-wraper {
  grid-column-gap: 1.40625rem;
  align-items: center;
  display: flex;
}

.footer__social-link {
  width: 1.875rem;
  height: 1.875rem;
}

.footer_social-icon {
  width: 100%;
  display: flex;
}

.team__background-shape-1 {
  background-color: #3e2c59;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 8.51563rem;
  right: auto;
}

.team__background-shape-2 {
  background-color: #3e2c59;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 40.625rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.team__background-shape-3 {
  background-color: #3e2c59;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 14.0625rem;
  bottom: auto;
  left: auto;
  right: 33.5938rem;
}

.team__background-shape-4 {
  background-color: #3e2c59;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 41.0938rem;
  bottom: auto;
  left: auto;
  right: 0%;
}

.team__background-shape-5 {
  background-color: #3e2c59;
  border-radius: 50%;
  width: 7.8125rem;
  height: 7.8125rem;
  position: absolute;
  top: 16.4063rem;
  bottom: auto;
  left: -7rem;
  right: auto;
}

.team__background-shape-8 {
  background-color: #3e2c59;
  border-radius: 50%;
  width: 7.1875rem;
  height: 7.1875rem;
  position: absolute;
  top: auto;
  bottom: 3.75rem;
  left: auto;
  right: 1.95313rem;
}

.team__background-shape-6 {
  background-color: #3e2c59;
  border-radius: 50%;
  width: 7.8125rem;
  height: 7.8125rem;
  position: absolute;
  top: 7.96875rem;
  bottom: auto;
  left: auto;
  right: -6rem;
}

.team__background-shape-9 {
  background-color: #3e2c59;
  border-radius: 50%;
  width: 7.1875rem;
  height: 7.1875rem;
  position: absolute;
  top: auto;
  bottom: 14.4531rem;
  left: -7rem;
  right: auto;
}

.diffrence__background-shape {
  background-color: var(--is__azure);
  opacity: .3;
  perspective-origin: 50%;
  transform-origin: 0 100%;
  background-image: linear-gradient(rgba(5, 181, 238, .48), #05b5ee);
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.diffrence__background-shape-2 {
  background-color: var(--is__azure);
  opacity: .3;
  perspective-origin: 50%;
  transform-origin: 50%;
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(5, 181, 238, .48), #05b5ee);
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
  top: 4rem;
  bottom: auto;
  left: 18rem;
  right: auto;
}

.diffrence__background-shape-3 {
  z-index: -1;
  opacity: 0;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-image: linear-gradient(rgba(77, 212, 255, .3), #4dd4ff);
  border-radius: 5.85938rem;
  width: 7.34375rem;
  height: 27.5rem;
  position: absolute;
  top: 14.5rem;
  bottom: auto;
  left: 14rem;
  right: auto;
  transform: rotate(40deg);
}

.diffrence__background-shape-4 {
  z-index: -1;
  opacity: 0;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-image: linear-gradient(rgba(77, 212, 255, .3), #4dd4ff);
  border-radius: 5.85938rem;
  width: 7.34375rem;
  height: 27.5rem;
  position: absolute;
  top: 30.5rem;
  bottom: auto;
  left: 65rem;
  right: auto;
  transform: rotate(-40deg);
}

.form__mobile-avatar, .operate__mobile-wrapper {
  display: none;
}

.cover__lottie {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.cover__avatar-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  width: 90%;
  margin-top: 0;
  margin-left: 2rem;
  padding-left: 0;
  display: grid;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.button__arrow-wrpper {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.why__metric-lottie {
  z-index: 1;
  width: 100%;
  min-width: 120%;
  margin-top: -15%;
  display: block;
  position: relative;
}

.why__metric-animation {
  justify-content: center;
  align-items: center;
  width: 15.2344rem;
  height: 15.2344rem;
  display: flex;
  position: relative;
}

.cases__lottie {
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar__button-arrrow-wrapper {
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.navbar-background {
  z-index: 0;
  background-image: linear-gradient(rgba(77, 212, 255, .32), #4dd4ff);
  border-radius: 1.25rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form__avatar {
  border-radius: 2rem;
  width: 20.9375rem;
  position: absolute;
  top: 9rem;
  bottom: auto;
  left: 6rem;
  right: auto;
}

.operste_content-wrapper.is__default-hide {
  margin-right: 406px;
}

.video-gradient {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .72));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.why__simple-card-mark-wrapper {
  background-image: linear-gradient(#9eff00, rgba(46, 255, 129, .9) 76%, #9eff00);
  border: 1px #000;
  border-radius: 1.25rem;
  margin-top: 0;
  padding: .078125rem;
  display: flex;
}

.why__simple-card-mark-wrapper.why_custom_div {
  background-image: linear-gradient(#8f6262 1%, #bdbdbd 100%, rgba(104, 104, 104, .9) 100%, #9e9e9e);
}

.why__simple-card-mark-wrapper.custom {
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-top: .8rem;
  display: block;
  overflow: visible;
}

.why__mark-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#9eff00, rgba(46, 255, 129, .9) 78%, #9eff00);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.why__mark-text.why_custom {
  background-image: linear-gradient(#916868, #bdbcbc 100%, #9eff00);
  font-family: Poppins, sans-serif;
}

.why__simple-card-mark {
  grid-column-gap: .78125rem;
  grid-row-gap: .78125rem;
  background-color: var(--is_black-blue);
  border-radius: 1.25rem;
  padding: .7rem .78125rem .7rem .9375rem;
  font-size: 1.15rem;
  line-height: 100%;
  display: flex;
}

.why__simple-card-heading-wrapper {
  grid-column-gap: .78125rem;
  align-items: center;
  display: flex;
}

.switch-background {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(215deg, #ff8332, #ff70c6 74%, #ff5198);
  border-radius: 1.875rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.switch-background.show {
  opacity: 1;
}

.diffrence__content {
  color: var(--is__dark-grey);
  width: 100%;
  margin-top: 2.5rem;
  padding-left: 3.55469rem;
  padding-right: 3.55469rem;
  position: relative;
}

.is__background-shape {
  background-color: #362351;
  border-radius: 50%;
  width: 0;
  height: 0;
  transition: height 1s cubic-bezier(.25, .46, .45, .94), width 1s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.is__background-shape.is__show {
  text-align: center;
  width: 1600px;
  height: 1600px;
}

.cover__avatar-image-layout {
  opacity: 1;
  border-radius: 5rem 0 0 5rem;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  position: static;
  top: 13rem;
  bottom: auto;
  left: 53%;
  right: auto;
  overflow: visible;
}

.cover__avatar-icon {
  border-radius: 50%;
  width: 3.125rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.why__metric-number {
  grid-column-gap: .234375rem;
  color: #fcfdff;
  align-items: center;
  margin-top: -2.2rem;
  font-family: Ubuntu, sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 139%;
  display: flex;
  position: absolute;
}

.html-embed-2 {
  width: 2.1875rem;
  display: flex;
  position: relative;
  top: .6rem;
}

.form__success-message {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  padding: 0;
}

.form__success-icon {
  border-radius: 50%;
  width: 10rem;
  display: flex;
}

.form__success-heading {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-family: Nagoda, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 139%;
}

.form__success-description {
  color: #858a8b;
}

.form__success-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.form__success-button {
  cursor: pointer;
  background-image: linear-gradient(rgba(5, 181, 238, .48), #05b5ee);
  border-radius: 7.8125rem;
  margin-top: 1.25rem;
  padding: .3125rem;
}

.form__text-button-wrapper {
  background-color: var(--is__soft-blue);
  border-radius: 7.8125rem;
  padding: 1.71875rem 3.75rem;
}

.form__text-button {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#05b5ee, rgba(5, 181, 238, .56));
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Nagoda, sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
}

.form__success-background-shape-1 {
  background-color: #e6f6fc;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 3rem;
}

.form__success-background-shape-2 {
  background-color: #e6f6fc;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 13rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form__success-background-shape-3 {
  background-color: #e6f6fc;
  border-radius: 50%;
  width: 7.1875rem;
  height: 7.1875rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.why__mark-arrow {
  width: 1.25rem;
  display: flex;
}

.why__gradient-button {
  grid-column-gap: .78125rem;
  grid-row-gap: .78125rem;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.why__button-arrow {
  width: 1.875rem;
  display: flex;
}

.why__button-arrow.is__absolute {
  position: absolute;
}

.why__expert-text {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.why__gradient-card-heading-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.why__gradient-card-mark {
  grid-column-gap: .78125rem;
  grid-row-gap: .78125rem;
  border: 2px solid #fff;
  border-radius: 1.5625rem;
  align-items: center;
  padding: .625rem .78125rem;
  line-height: 100%;
  display: flex;
}

.why__simple-mark-arrow {
  width: 1.25rem;
  display: flex;
}

.is__surname-span {
  color: #d3ccdd;
}

.form__button-wrapper {
  width: 100%;
}

.form__checkbox-field {
  color: var(--is__grey);
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  padding-left: 0;
  font-size: 1.01563rem;
  display: flex;
}

.form__checkbox {
  border-color: var(--is__grey);
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .46875rem;
}

.form__checkbox.w--redirected-checked {
  border-color: var(--is__grey);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/checkbox.svg');
}

.form__checkbox.w--redirected-focus {
  box-shadow: none;
}

.is__why-card-heading-mobile {
  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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.is__dark-body {
  background-color: #3d285b;
}

.not-found__layout-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.not-found__404-icon {
  z-index: -1;
  width: 85%;
  max-width: 74.2188rem;
  display: flex;
  position: absolute;
}

.noy-found__description {
  font-size: 2.5rem;
  line-height: 110%;
}

.not-found__heading {
  margin-bottom: .3125rem;
  font-size: 4.375rem;
  line-height: 105%;
}

.not-found__background-shape {
  width: 17.9688rem;
  display: flex;
  position: absolute;
  top: -20rem;
  bottom: auto;
  left: 42.725rem;
  right: 0%;
}

.not-found__content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.not-found__background-shape-1 {
  width: 18rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -16.4rem;
  left: -35.6rem;
  right: auto;
}

.not-found__background-shape-2 {
  width: 18rem;
  display: none;
  position: absolute;
  top: 7.5rem;
  left: -28.9rem;
}

.not-found__background-shape-3 {
  background-color: #3e2c59;
  border-radius: 50%;
  width: 7.8125rem;
  height: 7.8125rem;
  position: absolute;
  top: -3.90625rem;
  bottom: auto;
  left: 4.29688rem;
  right: auto;
}

.not-found__background-shape-4 {
  width: 17.9688rem;
  display: none;
  position: absolute;
  top: -20rem;
  bottom: auto;
  left: 42.725rem;
  right: 0%;
}

.not-found__background-shape-5 {
  display: none;
}

.diffrence__background-shape-copy {
  z-index: -1;
  background-color: var(--is__azure);
  opacity: .8;
  perspective-origin: 50%;
  transform-origin: 0 100%;
  background-image: linear-gradient(#05b5ee, rgba(5, 181, 238, .48));
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  bottom: -6rem;
  left: auto;
  right: 0%;
}

.is__underline-link {
  text-decoration: underline;
}

.footer__copywriting-link-wrapper {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: none;
}

.heading {
  color: var(--is__dark-grey);
  letter-spacing: -.03em;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.text-block {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(130deg, #4dd4ff, #05b5ee);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 130%;
}

.eclpce_80 {
  width: 5em;
  height: 5em;
  position: absolute;
  top: 1.88em;
  bottom: auto;
  left: 42.44em;
  right: auto;
}

.eclpce_80.gradient_orange_pink {
  background-image: linear-gradient(140deg, rgba(73, 210, 254, .5), #0bb7ef);
  border-radius: 12.5em;
  top: -.92em;
}

.btn {
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 10.94em;
  padding: 1.5em 1.75em;
  font-size: 1.13em;
  font-weight: 700;
  display: flex;
}

.btn:hover {
  transform: translate(0, -3px);
}

.btn.gradient_blue {
  transition: transform .3s;
}

.btn.gradient_blue:hover {
  background-image: linear-gradient(rgba(5, 181, 238, .3), #56d6ff);
}

.mr-5 {
  margin-right: .31em;
}

.section-2 {
  padding: 6.25em 5.63em;
}

.subtitle {
  color: #3d285b;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 130%;
}

.subtitle.color_text-white {
  color: #fff;
}

.mb-10 {
  margin-bottom: .63em;
}

.cta_wrapper {
  background-color: #3d285b;
  border-radius: 20px;
  padding: 6.88em 5em 8.13em;
  position: relative;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex_gorizont-spacebeetwen {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading_h2-2 {
  color: #2d1b49;
}

.heading_h2-2.color_text-white {
  color: #fff;
}

.arrow_img {
  width: 3.34vw;
}

.caption_text {
  letter-spacing: 1.08px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: repeating-linear-gradient(146deg, #ff8b21, #ff4ecd);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Gilroy, sans-serif;
  font-size: 1.53rem;
  font-weight: 700;
  line-height: 110%;
}

.eclpce_200 {
  width: 12.5em;
  height: 12.5em;
  position: absolute;
  top: 16.63em;
  bottom: auto;
  left: 15.19em;
  right: auto;
}

.eclpce_200.gradient_orange_pink {
  background-image: linear-gradient(140deg, #0fb8ef, rgba(73, 210, 254, .7));
  border-radius: 12.5em;
}

.btn_img {
  width: 1em;
  height: 1em;
}

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

.section_heading.flex_align-left {
  align-items: flex-start;
}

.btn_login {
  background-image: linear-gradient(110deg, #5373fe, #ab5fe2);
  padding: 1rem 2rem;
  font-family: Nagoda, sans-serif;
}

.div-block {
  background-image: none;
  border: 0 solid #ff6a84;
  border-radius: .9rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: .25rem;
  line-height: 100%;
}

.text-block-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(198deg, #4289f9, #995fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-size: 1.09376rem;
  font-weight: 700;
}

.image-2 {
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  position: relative;
}

.image-2.relative {
  bottom: 0;
  left: auto;
}

.div-block-2 {
  z-index: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 99.679%;
  display: block;
  position: relative;
  bottom: auto;
  right: auto;
}

.heading-2 {
  margin-right: -8rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-2.grey {
  color: var(--is__grey);
}

.heading-2.black {
  color: var(--is__dark-grey);
}

.is_div_gradient_why {
  margin-top: 3.5rem;
  margin-left: 0;
  margin-right: -1.4rem;
  display: block;
}

.div-block-3 {
  align-self: flex-end;
  width: 40%;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 1.9rem;
  position: relative;
  bottom: 0;
}

.div-block-3.custom {
  margin-top: -3.8rem;
}

.image-3 {
  margin-top: 0;
  margin-bottom: -2rem;
  margin-right: 4rem;
}

.image-3.custom {
  margin-top: 1.2rem;
  margin-bottom: 0;
  margin-right: 0;
}

.div-block-4, .div-block-5 {
  align-self: flex-end;
}

.image-4 {
  align-self: flex-end;
  width: 12rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
}

.image-5 {
  align-self: flex-end;
  width: 15rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.div-block-6 {
  align-self: flex-end;
  margin-top: -9.5rem;
  margin-bottom: 1rem;
  padding-right: 2rem;
}

.div-block-7 {
  align-self: flex-end;
  margin-top: -11rem;
  margin-bottom: -1rem;
  padding-right: 3.4rem;
}

.text-block-3 {
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.text-block-4 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.text-block-5 {
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.is_text_small {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.is_text_small.accent {
  color: var(--is__dark-grey);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.link, .link-2 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

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

.mr-10 {
  margin-right: .63em;
}

.image-13 {
  width: 21.94em;
}

.wrapper-content-number {
  color: #fff;
  font-family: Nagoda, sans-serif;
  font-size: 1.88em;
  line-height: 100%;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  display: flex;
  position: absolute;
  top: 5.73em;
  bottom: auto;
  left: 6.23em;
  right: auto;
}

.div-block-12._4 {
  top: 6.83em;
  left: 21.93em;
}

.div-block-12._3 {
  top: -.67em;
  bottom: auto;
  left: 6.63em;
  right: auto;
}

.div-block-12._2 {
  width: 15em;
  top: 12.53em;
  left: 21.73em;
}

.arrow_img-2 {
  width: 3.34vw;
  transform: rotate(135deg);
}

.btn_txt {
  color: #fff;
  font-family: Nagoda, sans-serif;
  font-size: .94em;
  font-weight: 400;
}

.btn_txt.span_txt-green {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#30ef4e, #8ff807);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.width-600px {
  width: 37.5em;
}

.width-600px.mb-20.mob_mb-50 {
  width: 55rem;
}

.btn_txt-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.span_text-gradient.gradient_green {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#0eec67, #9af900);
  -webkit-background-clip: text;
  background-clip: text;
}

.wrapper-content-txt {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.btn_suppliers {
  color: #fff;
  background-image: linear-gradient(110deg, #ff833a, #ff56b6);
  border-radius: 1.4rem;
  justify-content: center;
  align-items: center;
  width: 35rem;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-family: Nagoda, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -4.1rem;
  left: auto;
  right: 4.13em;
}

.btn_suppliers.gradient_orange_pink {
  transition: all .2s, color .3s;
}

.btn_suppliers.gradient_orange_pink:hover {
  background-image: linear-gradient(140deg, #ff7a00, #ff4ecd);
  transform: translate(0, -3px);
}

.btn_img-2 {
  width: 1.25em;
  height: 1.25em;
  position: relative;
  overflow: hidden;
}

.mr-25 {
  margin-right: 1.56em;
}

.howyou_wrapper {
  background-color: #271a3b;
  border-radius: 40px;
  padding: 3.13em 3.75em 3.2em;
  position: relative;
}

.wrapper-content {
  position: relative;
}

.wrapper-content._1 {
  align-items: flex-start;
  padding-top: 6.25em;
}

.wrapper-content._1.mr-110 {
  margin-right: 6.88em;
}

.mob_howyou_img {
  display: none;
}

.image-12 {
  width: 1.69em;
}

.section-5 {
  padding: 6.25em 5.63em;
}

.section-5.foryou_block {
  margin-top: 10rem;
  padding-top: 0;
  padding-bottom: 10.63em;
}

.heading_h2 {
  color: #3d285b;
}

.heading_h2.text_color-white {
  color: #fff;
}

.heading_h2.text_color-white.size-56px {
  letter-spacing: -.03em;
  margin-bottom: 4rem;
  font-family: Oswald, sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
}

.container-3 {
  color: #f4fafc;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11 {
  width: 25rem;
}

.text-span {
  color: #c0a6a6;
}

.text-block-6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-span-2 {
  font-weight: 700;
}

.heading-3, .heading-4, .heading-5, .text-block-7 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-span-3 {
  font-weight: 700;
}

.div-block-15 {
  object-fit: cover;
}

.text-span-4 {
  font-family: Zendots, sans-serif;
}

.text-block-8 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #24a8f1, #646eff 56%, #9760ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Zendots, sans-serif;
  font-size: 2.09rem;
  line-height: 120%;
}

.text-span-5 {
  font-family: Zendots, sans-serif;
}

.text-block-9 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 130%;
}

.text-block-10, .text-block-11, .text-block-12 {
  font-family: Poppins, sans-serif;
}

.text-span-6 {
  color: #c0a6a6;
  font-family: Zendots, sans-serif;
}

.text-span-7 {
  font-family: Zendots, sans-serif;
}

.text-span-8, .text-span-10 {
  color: #b3b3b3;
}

.div-block-16 {
  align-self: auto;
  position: static;
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4.26667rem;
  }

  h1, h2 {
    font-size: 8.53333rem;
  }

  h3 {
    font-size: 6.4rem;
  }

  .section.is__background-color-dark-blue-with-border-radius {
    border-top-left-radius: 10.6667rem;
    border-top-right-radius: 10.6667rem;
  }

  .section.is__form-section {
    border-top-left-radius: 12.8rem;
    border-top-right-radius: 12.8rem;
    margin-top: -12.7rem;
    padding-bottom: 14.9333rem;
  }

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

  .container.is__mobile-no-indent {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    border-radius: 4.26667rem;
    max-height: 23rem;
  }

  .navbar__layout-wrapper {
    border-radius: 4.26667rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: .571429rem;
    overflow: visible;
  }

  .navbar__brand-logo {
    width: 30.6667rem;
  }

  .navbar__content-wrapper {
    padding: 3.73333rem 6.4rem;
  }

  .navbar__brand {
    padding-left: 0;
  }

  .navbar__navlink {
    color: #a9a9a9;
    font-size: 5.33333rem;
  }

  .navbar__navlink.custom {
    font-size: 8.09375rem;
    line-height: 120%;
  }

  .navbar__navmenu {
    background-color: var(--is_black-blue);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar__navlinks-wrapper {
    grid-row-gap: 10.6667rem;
    flex-direction: column;
    margin-top: 17rem;
    padding-bottom: 18.1333rem;
  }

  .navbar__button-wrapper {
    display: none;
  }

  .cover__layout-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cover__heading-wrapper {
    max-width: none;
    margin-top: 7.46667rem;
    padding-left: 4.26667rem;
    padding-right: 4.26667rem;
  }

  .is__text-big {
    font-size: 4.26667rem;
  }

  .is__text-big.is__text-color-grey {
    padding-left: 4rem;
    padding-right: 0;
    font-size: 5rem;
  }

  .is__text-big.is__text-color-grey.is__cover-description {
    margin-top: 5.33333rem;
    margin-bottom: 8.53333rem;
    font-family: Poppins, sans-serif;
    font-size: 5rem;
  }

  .is__text-big.is__text-color-soft-purple {
    margin-left: 4rem;
    margin-right: 4rem;
    font-family: Poppins, sans-serif;
    font-size: 5rem;
  }

  .is__text-big.is__team-description {
    width: 70rem;
  }

  .is__button {
    grid-column-gap: 4.26667rem;
    grid-row-gap: 4.26667rem;
    background-image: linear-gradient(110deg, #05b5ee, #4d74ff 55%, #884dff);
    border-radius: 3.1rem;
    width: 100%;
    height: 16rem;
    padding-top: 5.33333rem;
    padding-bottom: 5.33333rem;
    font-size: 5.33333rem;
  }

  .is__button.is__not-found-page {
    border-radius: 30.1333rem;
    width: auto;
    height: 18.1333rem;
    margin-top: 6.4rem;
    padding-left: 14.4rem;
    padding-right: 14.4rem;
    font-size: 5.86667rem;
  }

  .is__button.login {
    background-color: #271b3c;
    border-radius: 3.3rem;
    margin-top: 0;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .is__button.custom {
    background-image: linear-gradient(110deg, #52b1ff, #4d74ff 53%, #a980fc);
    border-radius: 4rem;
    width: 80rem;
    height: auto;
    bottom: -7.9rem;
    right: auto;
  }

  .button--arrow {
    width: 8.53333rem;
  }

  .cover__art-wrapper {
    z-index: 3;
    border-radius: 6.4rem;
    width: 90%;
    max-width: 100%;
    height: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: .25rem;
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  .why__layout-wrapper {
    border-radius: 12.8rem;
    margin-left: 0;
    margin-right: 0;
  }

  .why__content-wrapper {
    padding-top: 13.3333rem;
    padding-left: 0;
    padding-right: 0;
  }

  .is__section-heading {
    text-align: center;
    border: 0 solid #000;
    margin-bottom: 4.26667rem;
    margin-left: 4rem;
    margin-right: 4rem;
    font-size: 6.53333rem;
  }

  .is__section-heading.white {
    margin-left: 0;
    margin-right: 0;
  }

  .why__card-grid {
    grid-column-gap: 8.53333rem;
    grid-row-gap: 8.53333rem;
    height: 95rem;
    margin-top: 10.6667rem;
    margin-bottom: 2.7rem;
    padding: 3rem 6.4rem 12rem;
    display: flex;
    overflow: auto;
  }

  .why__simple-card {
    grid-column-gap: 2.66667px;
    grid-row-gap: 2.66667px;
    border-radius: 8.53333rem;
    flex: none;
    width: 88rem;
    padding: 6.4rem 10.6667rem 14.9333rem;
  }

  .is__text-color-soft-purple.is__team-description {
    font-size: 3.73333rem;
    line-height: 130%;
  }

  .is__text-color-soft-purple.is__why-xaan-card-descrption {
    width: 100%;
    margin-top: 2rem;
    margin-right: auto;
    font-size: 4rem;
    font-weight: 400;
  }

  .why__gradient-card {
    grid-column-gap: 4.26667rem;
    grid-row-gap: 4.26667rem;
    border-radius: 8.53333rem;
    flex: none;
    grid-template-columns: 1fr 1fr;
    width: 126.133rem;
    padding: 4.6rem 0 0 6.4rem;
  }

  .why__elipse-video-wrapper {
    width: 40rem;
    height: 40rem;
    display: block;
    bottom: -11rem;
    right: -5.84375rem;
  }

  .why__eclipse-video-stroke {
    border-width: 4.26667rem;
  }

  .why__video-card {
    border-radius: 8.53333rem;
    flex: none;
    width: 67.7333rem;
    padding-top: 2rem;
    padding-bottom: 5.63333rem;
    padding-left: 6.4rem;
  }

  .is__position__relative {
    font-size: 4rem;
  }

  .why__metric-card {
    grid-column-gap: 5.33333px;
    grid-row-gap: 5.33333px;
    flex: none;
    width: 78.1333rem;
  }

  .why__metric-icon {
    bottom: 3rem;
  }

  .why__experts-layout-wrapper {
    z-index: 1000;
    border-radius: 10.6667rem;
    width: 94.4rem;
    margin-bottom: -5.7rem;
    padding: .8rem;
    display: block;
  }

  .why__experts-wrapper {
    border-radius: 10.6667rem;
    padding: 3.73333rem 4.26667rem;
    font-size: 3.46667rem;
  }

  .why__experts-avatars {
    flex: none;
    width: 26.2rem;
    margin-right: 3.2rem;
  }

  .why__experts-content-wrapper {
    line-height: 130%;
  }

  .is__gradient-link {
    font-size: 4.26667rem;
  }

  .difrence__layout-wrapper {
    margin-top: 27.2rem;
  }

  .diffrence__tab-switch {
    border-radius: 6.4rem;
    width: 23.4667rem;
    height: 12.8rem;
    padding-left: 1.06667rem;
    padding-right: 1.06667rem;
    top: -3rem;
    left: 36rem;
  }

  .diffrence__tab-link-1, .diffrence__tab-link-2 {
    font-size: 5.33333rem;
  }

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

  .diffrence__tabs-menu {
    grid-column-gap: 34rem;
    grid-row-gap: 34rem;
  }

  .diffrence__tabs-content {
    margin-top: 12.8rem;
  }

  .diffrence-tab-pane-2 {
    height: 100%;
    overflow: visible;
  }

  .diffrence__tab-wrapper {
    margin-top: 10rem;
  }

  .diffrence__switck {
    width: 10.6667rem;
    height: 10.6667rem;
  }

  .diffrence__grid {
    grid-column-gap: 6.4rem;
    grid-row-gap: 6.4rem;
    opacity: 1;
    margin-top: -5rem;
    padding-top: 5rem;
    padding-left: 4.26667rem;
    padding-right: 4.26667rem;
    display: flex;
    overflow: auto;
  }

  .diffrence__grid.is__second-tab {
    grid-column-gap: 6.4rem;
    grid-row-gap: 6.4rem;
    opacity: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 20rem 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .diffrence__grid-card {
    border-radius: 8.53333rem;
    flex: none;
    width: 69.8667rem;
    padding: 12.8rem 12.8rem 6.4rem 8.53333rem;
  }

  .diffrence__grid-card.is_-card-with-small-padding {
    padding-bottom: 6.4rem;
  }

  .diffrence__grid-icon {
    width: 14.9333rem;
    top: -3.73333rem;
    left: -3rem;
  }

  .metrics__layout-wrapper {
    padding-top: 0;
  }

  .metrics__numbers-wrapper {
    padding-left: 0;
  }

  .metrics__metric-number-wrapper {
    border-radius: 25.0667rem;
    min-width: 50.1333rem;
    height: 26.1333rem;
    font-size: 17.0667rem;
  }

  .metrics__metric-number-wrapper.is__swcond-metric {
    min-width: 70.4rem;
  }

  .is__text-large {
    font-size: 5.33333rem;
  }

  .is__text-large.is__text-color-grey {
    font-size: 4.26667rem;
  }

  .is__text-large.is__text-color-grey.is__metric-description {
    font-size: 4.5625rem;
  }

  .metrics__metric-wrapper {
    grid-row-gap: 4.26667rem;
  }

  .metrics__metric-wrapper.is__second-metric {
    grid-row-gap: 4.26667rem;
    margin-top: 66.6667rem;
    position: relative;
    left: -29.7rem;
  }

  .metrics__logos-ticket-wrapper {
    margin-top: 48rem;
  }

  .metrics__logo-image {
    border-radius: 8.53333rem;
    width: 58.6667rem;
  }

  .metrics__logos-row {
    grid-column-gap: 8.53333rem;
    grid-row-gap: 8.53333rem;
  }

  .metrics__logos-rows-wrapper {
    grid-column-gap: 8.53333rem;
  }

  .metrics__ticket-wrapper {
    padding-bottom: 15.2rem;
  }

  .about__background-shape-wrapper {
    display: none;
  }

  .about__layout-wrapper {
    margin-top: 24rem;
  }

  .about__background-circle-1 {
    width: 17.0667rem;
    height: 17.0667rem;
    top: 23%;
  }

  .about__background-circle-2 {
    width: 24.5333rem;
    height: 24.5333rem;
    top: -19rem;
  }

  .about__background-circle-3 {
    width: 17.0667rem;
    height: 17.0667rem;
    top: 102rem;
    bottom: auto;
    left: auto;
    right: 3rem;
  }

  .about__background-circle-4 {
    width: 17.0667rem;
    height: 17.0667rem;
    top: auto;
    bottom: 60rem;
    left: 5rem;
    right: auto;
  }

  .cases__layout-wrapper {
    flex-direction: column;
    top: -20.5333rem;
  }

  .cases__wrapper {
    grid-column-gap: 2.13333rem;
    grid-row-gap: 2.13333rem;
    border-radius: 8.53333rem;
    max-width: none;
    margin-left: 4.26667rem;
    margin-right: 4.26667rem;
    padding: 13.3333rem 12rem 0;
  }

  .is__text-largest {
    font-size: 8.53333rem;
  }

  .cases__art-wrapper {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    justify-content: flex-start;
    width: 100%;
    margin-top: -24rem;
    position: relative;
    bottom: -26.9rem;
    right: 0;
  }

  .cases__third-art-wrapper {
    align-items: flex-start;
    width: 17.3333rem;
    height: 35rem;
  }

  .cases__third-art-circle {
    width: 12.8rem;
    height: 12.8rem;
    top: 2.13333rem;
    bottom: auto;
  }

  .cases__second-art-wrapper {
    width: 16rem;
    height: 45.3333rem;
  }

  .cases__second-art-elipse {
    height: 35rem;
  }

  .cases__first-art-circle {
    display: none;
  }

  .cases__first-art-elipse {
    width: 17.3333rem;
    height: 61.0667rem;
  }

  .cases__backgrund-elipse {
    width: 14.4rem;
    height: 50rem;
  }

  .cases__tab-wrapper {
    border-radius: 10.6rem;
    max-width: none;
    margin-top: 13.3333rem;
    padding: 15.4667rem 5.86667rem 17.0667rem;
  }

  .cases__tabs {
    justify-content: center;
    display: flex;
  }

  .cases__tabs-menu {
    z-index: 20;
    opacity: 0;
    background-color: #fff;
    border: 1px solid #4dd4ff;
    border-radius: 4.26667rem;
    justify-content: space-between;
    width: 95%;
    padding: 3.2rem;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 2.55%;
    right: 0%;
  }

  .cases__tabs-content {
    z-index: 1;
    margin-top: 0;
  }

  .cases__tab-link {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 2.13333rem;
    font-size: 3.73333rem;
    line-height: 120%;
    display: flex;
  }

  .is__text-nagoda-large {
    font-size: 6.4rem;
  }

  .is__text-nagoda-large.is__team-name {
    margin-top: 1.06667rem;
    margin-bottom: 2.66667rem;
    font-size: 5.33333rem;
  }

  .cases__tab-text-wrapper {
    grid-column-gap: 2.13333rem;
    grid-row-gap: 2.13333rem;
    margin-top: 8.53333rem;
  }

  .is__text-normal {
    font-size: 4.26667rem;
  }

  .cases__tab-points-grid {
    grid-column-gap: 4.26667rem;
    grid-row-gap: 4.26667rem;
    margin-top: 8.53333rem;
    display: flex;
  }

  .cases__tab-bullit-icon {
    width: 5.33333rem;
  }

  .cases-_tab-point {
    grid-column-gap: 3.2rem;
    grid-row-gap: 0rem;
  }

  .team__layout-wrapper {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }

  .team__person-grid {
    grid-row-gap: 12.8rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 8.53333rem;
  }

  .team__person.is__first-person {
    grid-column-gap: 5.33333rem;
    flex-direction: row;
    bottom: 0;
    right: 0;
  }

  .team__person.is__second-person {
    grid-column-gap: 5.33333rem;
    flex-direction: row-reverse;
  }

  .team__person.is__third-person {
    grid-column-gap: 5.33333rem;
    flex-direction: row;
    bottom: 0;
    left: 0;
  }

  .team__person.is--fourth-person {
    grid-column-gap: 5.33333rem;
    flex-direction: row-reverse;
    top: 0;
    right: 0;
  }

  .team__person.is__fifth-person {
    grid-column-gap: 5.33333rem;
    flex-direction: row;
    left: 0;
  }

  .team__person-avatar {
    width: 36.2667rem;
    height: 36.2667rem;
  }

  .team__person-name-wrapper.is__align-left {
    text-align: right;
    align-items: flex-end;
    display: flex;
  }

  .is__text-tiny {
    font-size: 3.2rem;
  }

  .operate__layout-wrapper {
    padding-bottom: 42.6469rem;
  }

  .operate__heading-grid, .operate__grid-line.is__hedden-line {
    display: none;
  }

  .operate__content-grid {
    border-radius: 4.26667rem;
    grid-template-columns: 57.5rem 1fr;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 3.2rem 4.26667rem;
    font-size: 3.46667rem;
  }

  .operate__content-grids-wrapper {
    display: none;
  }

  .operate__content-grids-wrapper.is__mobile {
    display: block;
  }

  .operate__icon {
    width: 3.73333rem;
  }

  .form__layout-wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-left: 1.06667px;
    padding-right: 1.06667rem;
    position: relative;
    top: -31.8667px;
  }

  .form__form-art-wrapper {
    justify-content: center;
    width: 100%;
    display: none;
  }

  .form__form-lottie {
    display: none;
  }

  .form__form-block {
    text-align: center;
    flex: none;
    width: 100%;
    height: auto;
    margin-top: -1.8rem;
  }

  .form__input {
    height: 12.5714rem;
    padding-left: 2.66667rem;
    font-size: 4.26667rem;
  }

  .form__input.is__email-input {
    margin-top: -2rem;
  }

  .form__form {
    grid-column-gap: 8.53333rem;
    text-align: left;
  }

  .form__inputs-wrapper {
    width: 100%;
  }

  .form__inputs-wrapper.is__right-side {
    flex-direction: column-reverse;
    height: 27rem;
    margin-top: 3rem;
  }

  .form__select-toogle {
    height: 11.7333rem;
    padding-left: 2.66667rem;
  }

  .form__select-arrow {
    width: 3.46667rem;
  }

  .form__select-list {
    display: none;
  }

  .form__description-text {
    font-size: 3.46667rem;
    position: relative;
    top: -3rem;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .form__form-inputs {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 8.53333rem;
    margin-bottom: 15.0333rem;
  }

  .footer__layout-wrapper {
    border-radius: 8.53333rem;
    margin-top: 14.9333rem;
    margin-left: 5.33333rem;
    margin-right: 5.33333rem;
    padding-top: 8.53333rem;
    padding-bottom: 8.53333rem;
  }

  .footer__logo {
    width: 20.6667rem;
    height: 8rem;
    margin-bottom: 3.2rem;
  }

  .footer__wrapper {
    grid-column-gap: 6.4rem;
    grid-row-gap: 8.53333rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: grid;
  }

  .footer__logo-wrapper {
    grid-column-gap: 3.2rem;
    grid-row-gap: 0rem;
    align-items: center;
  }

  .footer__copywriting-text {
    font-size: 4.26667rem;
  }

  .footer__links-wrapper {
    grid-column-gap: 4.8rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
  }

  .footer__social-links-wraper {
    grid-column-gap: 0rem;
    grid-row-gap: 4.8rem;
    margin-bottom: 4.8rem;
  }

  .footer__social-link {
    width: 6.4rem;
    height: 6.4rem;
    margin-right: 4.8rem;
  }

  .footer__social-link.is__last {
    margin-right: 0;
  }

  .footer_social-icon {
    width: 6.4rem;
    height: 6.4rem;
  }

  .team__background-shape-1, .team__background-shape-2, .team__background-shape-3, .team__background-shape-4, .team__background-shape-5, .team__background-shape-8, .team__background-shape-6, .team__background-shape-9 {
    display: none;
  }

  .diffrence__background-shape {
    top: 18.9rem;
    right: 11.7rem;
  }

  .diffrence__background-shape-2 {
    top: 23.4rem;
    left: 4.1rem;
  }

  .form__mobile-avatar {
    border-radius: 50%;
    width: 25.6rem;
    display: block;
  }

  .lottie-black {
    width: 10rem;
    display: flex;
  }

  .lottie-black.is__white-theme {
    opacity: 0;
  }

  .navbar__menu-button {
    padding: 0;
  }

  .navbar__menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .operate__mobile-wrapper {
    width: 100%;
    margin-top: 6.4rem;
    display: block;
  }

  .operate__dropdown {
    background-color: #fff;
    border-radius: 4.26667rem;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .select-field {
    display: none;
  }

  .cover__lottie {
    z-index: 1;
    min-width: 120%;
    position: relative;
    left: -12%;
  }

  .cover__avatar-image {
    z-index: 2;
    width: 95%;
    position: relative;
    top: auto;
    left: auto;
  }

  .why__metric-animation {
    width: 45rem;
    height: 45rem;
  }

  .navbar-background {
    opacity: 0;
    background-color: #362351;
    background-image: none;
    border-radius: 4.26667rem;
    display: block;
  }

  .form__avatar {
    display: none;
  }

  .operste_content-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .operste_content-wrapper.is__default-hide {
    display: none;
  }

  .operste_content-wrapper.is__third {
    background-color: #a25e00;
    display: none;
  }

  .operste_content-wrapper.is__fourth {
    background-color: #00cff8;
    display: none;
  }

  .operate__form {
    background-image: linear-gradient(#c5f1ff, #4dd4ff);
    border-radius: 4.26667rem;
    padding: .533333rem;
  }

  .operate__form--block {
    z-index: 10;
    opacity: 0;
    width: 94.4rem;
    margin-bottom: 0;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .operate__dropdon-toogle {
    color: #9a91a7;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .operate__dropdown-list {
    perspective-origin: 50% 100%;
    transform-origin: 50% 100%;
    background-color: rgba(0, 0, 0, 0);
    display: none;
    top: auto;
    bottom: 114%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .operate__dropdown-content {
    color: #9a91a7;
    background-color: #fff;
    border-radius: 4.26667rem;
  }

  .html-embed {
    width: 4rem;
    display: flex;
  }

  .operatee__dropdown-link {
    color: #9a91a7;
    display: flex;
  }

  .operatee__dropdown-link.w--current {
    color: var(--is__dark-grey);
  }

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

  .why__simple-card-mark-wrapper {
    border-radius: 5.33333rem;
    width: 100%;
    padding: .533333rem;
  }

  .why__simple-card-mark-wrapper.why_custom_div {
    flex: 0 auto;
    width: 50%;
    display: block;
  }

  .why__mark-text {
    object-fit: fill;
    flex-wrap: nowrap;
    height: auto;
    font-size: 3.8rem;
    display: flex;
  }

  .why__simple-card-mark {
    border-radius: 5.33333rem;
    align-items: center;
    width: 99.2734%;
    height: auto;
    padding: 2.66667rem 3.2rem;
    font-size: 100%;
    display: flex;
  }

  .why__simple-card-heading-wrapper {
    grid-column-gap: 2.66667rem;
    grid-row-gap: 2.66667rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.66667rem;
  }

  .switch-background {
    border-radius: 6.4rem;
  }

  .diffrence__content {
    height: 82rem;
    margin-top: 12.8rem;
    padding-left: 0;
    padding-right: 0;
  }

  .cover__avatar-image-layout {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    top: 26.5rem;
  }

  .cover__avatar-icon {
    width: 7rem;
  }

  .why__metric-number {
    grid-column-gap: 1rem;
    margin-top: -5.5rem;
    font-size: 12.8rem;
  }

  .html-embed-2 {
    width: 7rem;
    top: 1rem;
  }

  .form__success-message {
    min-width: 100%;
  }

  .form__success-icon {
    width: 25.6rem;
  }

  .form__success-heading {
    margin-top: 9.6rem;
    margin-bottom: 4.26667rem;
    font-size: 6.4rem;
  }

  .form__success-content-wrapper {
    width: 100%;
  }

  .form__success-button {
    border-radius: 26.6667rem;
    margin-top: 4.26667rem;
    padding: 1.06667rem;
  }

  .form__text-button-wrapper {
    border-radius: 26.6667rem;
    padding: 5.86667rem 12.8rem;
  }

  .form__text-button {
    font-size: 5.33333rem;
  }

  .form__success-background-shape-1, .form__success-background-shape-2, .form__success-background-shape-3 {
    display: none;
  }

  .form__heading-wrapper {
    text-align: center;
    align-items: center;
    margin-top: 5.33333rem;
  }

  .why__mark-arrow {
    width: 4.26667rem;
    display: flex;
  }

  .lottie-white {
    opacity: 0;
    color: var(--is__azure);
    width: 10rem;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-white.is__white-theme {
    opacity: 1;
  }

  .why__button-arrow {
    display: none;
  }

  .why__button-arrow.is__absolute {
    width: 2rem;
  }

  .why__expert-text {
    width: 42rem;
    font-family: Poppins, sans-serif;
    font-size: 4rem;
    font-weight: 400;
  }

  .why__gradient-card-mark {
    grid-column-gap: 2.66667rem;
    grid-row-gap: 2.66667rem;
    border-radius: 5.33333rem;
    padding: 3.2rem;
    line-height: 99%;
  }

  .why__simple-mark-arrow {
    width: 4.26667rem;
  }

  .form__checkbox-field {
    margin-top: 2.66667rem;
    font-size: 3.46667rem;
  }

  .form__checkbox {
    width: 4.26667rem;
    height: 4.26667rem;
    margin-right: 1.6rem;
  }

  .is__why-card-heading-desktop {
    display: none;
  }

  .is__why-card-heading-mobile {
    display: block;
  }

  .not-found__404-icon {
    width: 99%;
    max-width: none;
  }

  .noy-found__description {
    font-size: 6.4rem;
  }

  .not-found__heading {
    margin-bottom: 3.2rem;
    font-size: 12.8rem;
  }

  .not-found__background-shape {
    width: 58rem;
    display: none;
    top: -142rem;
    left: 31rem;
  }

  .not-found__background-shape-1 {
    display: none;
  }

  .not-found__background-shape-2 {
    width: 35rem;
    display: block;
    top: auto;
    bottom: -2rem;
    left: 0%;
    right: auto;
  }

  .not-found__background-shape-3 {
    width: 23.4667rem;
    height: 23.4667rem;
    top: 0;
    left: -3rem;
  }

  .not-found__background-shape-4 {
    z-index: 60;
    width: 58rem;
    display: block;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .ba {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .not-found__background-shape-5 {
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .diffrence__background-shape-copy {
    top: auto;
    bottom: -10rem;
    left: -3rem;
    right: auto;
  }

  .footer__copywriting-link-wrapper {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 5.33333rem;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    align-items: center;
    display: none;
  }

  .heading {
    font-size: 6.53333rem;
  }

  .eclpce_80 {
    width: 8.351vw;
    height: 8.351vw;
    top: -2.849vw;
    left: 75.451vw;
  }

  .btn {
    width: 100%;
    padding: 6.67vw 7.78vw;
    font-size: 5vw;
  }

  .btn.gradient_blue.mob_width {
    width: 49.44vw;
  }

  .section-2 {
    padding: 15rem 5.56rem 10rem;
  }

  .subtitle {
    font-size: 4.44vw;
    line-height: 110%;
  }

  .cta_wrapper {
    padding: 11.11vw 8.33vw 20vw;
  }

  .cta_btn {
    align-self: stretch;
  }

  .flex_gorizont-spacebeetwen {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex_gorizont-spacebeetwen.mob_mb-30 {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .heading_h2-2 {
    text-align: center;
    font-size: 5.846vw;
  }

  .heading_h2-2.color_text-white.align_left {
    text-align: left;
  }

  .arrow_img {
    width: 4.44vw;
    height: 4.44vw;
  }

  .caption_text {
    font-size: 4.44vw;
  }

  .eclpce_200 {
    width: 18.789vw;
    height: 18.789vw;
    top: 80.354vw;
    left: 63.854vw;
  }

  .eclpce_200.gradient_orange_pink {
    top: 83.954vw;
    left: 45.754vw;
  }

  .btn_img {
    width: 4.44vw;
    height: 4.44vw;
  }

  .section_heading.flex_align-left {
    width: 41.754vw;
  }

  .section_heading.flex_align-left.mob_mb-50 {
    align-self: flex-start;
    width: 100%;
  }

  .div-block {
    border-radius: 3.5rem;
    margin-top: .125rem;
    margin-bottom: .125rem;
    padding: .5rem;
  }

  .text-block-2 {
    font-size: 6rem;
    line-height: 120%;
  }

  .image-2 {
    padding-right: 4rem;
  }

  .image-2.relative {
    padding-right: 0;
  }

  .heading-2 {
    margin-right: -28.4rem;
  }

  .is_div_gradient_why {
    margin: 13.5rem 4rem -6.8rem -12.2rem;
  }

  .div-block-3 {
    width: 65%;
    margin-top: -23.5rem;
    margin-right: -13.6rem;
    padding-right: 0;
  }

  .div-block-3.custom {
    align-self: flex-end;
    width: 80%;
    margin-top: .6rem;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .image-3.custom {
    margin-top: -10.9rem;
    margin-bottom: 0;
    margin-left: 14.1rem;
  }

  .image-4 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .div-block-6 {
    flex: 1;
    align-self: center;
    margin-top: 2.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .div-block-7 {
    align-self: center;
    width: auto;
    margin-top: 3.6rem;
    margin-bottom: 0;
  }

  .text-block-3, .text-block-5 {
    font-size: 4rem;
  }

  .howyou_wrapper-content {
    flex-direction: column;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 8rem;
    display: flex;
  }

  .image-13 {
    display: none;
  }

  .wrapper-content-number {
    font-size: 8.333vw;
  }

  .div-block-12 {
    width: 100%;
    padding-top: 2rem;
    position: static;
  }

  .div-block-12._4, .div-block-12._3 {
    width: 100%;
  }

  .div-block-12._2 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .arrow_img-2 {
    width: 4.44vw;
    height: 4.44vw;
  }

  .btn_txt {
    font-size: 3.889vw;
  }

  .btn_txt.span_txt-green {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(110deg, #0eec67, #9af900);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 5.33333rem;
  }

  .width-600px {
    width: 100%;
  }

  .width-600px.mb-20.mob_mb-50 {
    width: 80rem;
  }

  .btn_txt-top {
    font-size: 8.26667rem;
    position: relative;
    top: auto;
    bottom: -17.7rem;
    left: auto;
    right: auto;
  }

  .span_text-gradient.gradient_green {
    background-image: linear-gradient(110deg, #0eec67, #9af900);
  }

  .wrapper-content-txt {
    font-size: 4.26667vw;
    font-weight: 400;
  }

  .btn_suppliers {
    width: 78.889vw;
    padding-top: 5.556vw;
    padding-bottom: 5.556vw;
    font-size: 4.444vw;
    top: auto;
    bottom: -7.567vw;
    left: 5.233vw;
    right: auto;
  }

  .btn_img-2 {
    width: 4.44vw;
    height: 4.44vw;
  }

  .howyou_wrapper {
    border-radius: 20px;
    padding: 8.333vw 4.167vw 34.333vw;
  }

  .wrapper-content {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 8rem;
    display: flex;
  }

  .wrapper-content._1 {
    align-items: stretch;
  }

  .wrapper-content._1.mr-110 {
    margin-right: 0;
    padding-top: 0;
  }

  .mob_howyou_img.mob_mr-20 {
    display: block;
  }

  .image-12 {
    width: 4.167vw;
  }

  .image-12.mr-20.mob_mr-10 {
    width: 10.167rem;
  }

  .section-5 {
    padding: 8.33vw 5.56vw;
  }

  .section-5.foryou_block {
    margin-top: 22.6rem;
    padding-top: 10vw;
    padding-bottom: 20.5vw;
  }

  .heading_h2 {
    text-align: center;
    font-size: 7vw;
  }

  .heading_h2.text_color-white.size-56px {
    font-size: 6.53333rem;
  }

  .div-block-11 {
    width: 71%;
  }

  .text-block-6, .text-block-7 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

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

  .text-block-8 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(124deg, #51bbff, #4f74fe 59%, #969dfb);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 6.26667rem;
    line-height: 120%;
  }

  .text-span-5 {
    font-family: Zendots, sans-serif;
  }

  .text-span-8 {
    font-weight: 400;
  }

  .text-span-9 {
    color: #9b9b9e;
    font-weight: 600;
  }
}

#w-node-c169e557-be1f-b169-e155-d5d2f5689218-20283469 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_461d819f-2ab1-7ce6-e9ad-a2ba22c51ddb-20283469 {
  justify-self: auto;
}

#w-node-_01f8e6f2-ce23-2cd8-2f17-2ddf9b52f864-20283469, #w-node-_24031bdd-dc8a-e4b0-3a24-fefb5cf6342d-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b208df0-77fa-0097-9145-4b2837777b89-20283469 {
  align-self: end;
}

#w-node-b60163be-cf6e-33d6-46b6-1d59ce583bfb-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01b3d2a7-676d-bd40-f4e8-d82db500be90-20283469 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f2b24413-ecd9-836c-2e37-f6a1ab34f872-20283469 {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: end;
}

#w-node-_6be7e813-eb06-f5f6-f940-c2ac7cd9edb2-20283469 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6be7e813-eb06-f5f6-f940-c2ac7cd9edb6-20283469 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6be7e813-eb06-f5f6-f940-c2ac7cd9edba-20283469 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6be7e813-eb06-f5f6-f940-c2ac7cd9edbe-20283469 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-cb3f3c30-34fa-a65d-ff6a-ee3a341071fd-20283469 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cb3f3c30-34fa-a65d-ff6a-ee3a34107201-20283469 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-cb3f3c30-34fa-a65d-ff6a-ee3a34107205-20283469 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cb3f3c30-34fa-a65d-ff6a-ee3a34107209-20283469 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_30b98eda-1354-9e8b-fb32-538f6baf4bc3-20283469, #w-node-_30b98eda-1354-9e8b-fb32-538f6baf4bc7-20283469, #w-node-_30b98eda-1354-9e8b-fb32-538f6baf4bcb-20283469, #w-node-_30b98eda-1354-9e8b-fb32-538f6baf4bcf-20283469, #w-node-_4388a4d7-ec2c-f430-7123-996d949a178f-20283469, #w-node-e043a1c7-6a77-d128-d19d-7ee3574a645f-20283469, #w-node-_3a2e71cf-473d-5b2e-2d18-fecf85ce8c1c-20283469, #w-node-d8bffaea-b435-746b-b260-5b6d75eaac4e-20283469, #w-node-_5e9e8760-e680-c3f5-b4bf-0e5a336b995f-20283469, #w-node-_5e9e8760-e680-c3f5-b4bf-0e5a336b9963-20283469, #w-node-_5e9e8760-e680-c3f5-b4bf-0e5a336b9967-20283469, #w-node-_14b9ef17-976a-e10e-5294-3b3304357b3a-20283469, #w-node-a0e72b1e-fcfd-b22b-5823-9b88791bfd80-20283469, #w-node-dc168eb6-09d2-33b8-c76d-f70ed6848422-20283469, #w-node-_276919fc-fa47-7696-c1be-9681bff11f41-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05b8efa8-83fa-8323-c034-2556d66b7c69-20283469 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_224cbfb5-1bcf-0bf6-47cb-663860284cdd-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_354c1295-f7c5-c122-a9c8-122b0b5fc710-20283469 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_98f47bde-acd3-aaa1-f3d6-0e69b6de0955-20283469 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-e8bf4238-3203-1d54-11bb-45029c40f883-20283469 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_07d68257-59b5-dfc5-a096-2b229b3394a4-20283469 {
  grid-area: 1 / 9 / 2 / 10;
}

#w-node-edd6af30-5ee8-5fce-b82f-100b119dc799-20283469, #w-node-_9ec868cf-4a48-7c85-ea40-400a70cbf9ed-20283469, #w-node-_289cdf9b-9e23-15df-4d5b-a0c6e98ca4f3-20283469, #w-node-_2dbbc1de-a72c-c4ae-4419-7fb07bae5c58-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e15743b0-5501-19fb-0824-8bcb63041ed7-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-e15743b0-5501-19fb-0824-8bcb63041ed9-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-e15743b0-5501-19fb-0824-8bcb63041edb-20283469 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-e15743b0-5501-19fb-0824-8bcb63041edd-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-e15743b0-5501-19fb-0824-8bcb63041edf-20283469 {
  grid-area: 1 / 9 / 2 / 10;
  justify-self: center;
}

#w-node-e15743b0-5501-19fb-0824-8bcb63041ee1-20283469, #w-node-e15743b0-5501-19fb-0824-8bcb63041ee2-20283469, #w-node-e15743b0-5501-19fb-0824-8bcb63041ee3-20283469, #w-node-e15743b0-5501-19fb-0824-8bcb63041ee4-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_870cb7a0-d925-57c9-229a-cdf2861ede96-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_870cb7a0-d925-57c9-229a-cdf2861edea0-20283469, #w-node-_870cb7a0-d925-57c9-229a-cdf2861edea1-20283469, #w-node-_870cb7a0-d925-57c9-229a-cdf2861edea2-20283469, #w-node-_870cb7a0-d925-57c9-229a-cdf2861edea3-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6d24fe9-7046-e8ce-19d4-d5bd8fc22fcf-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-eca56d0f-f3ad-674d-89a6-8ea4afcb32b3-20283469 {
  justify-self: center;
}

#w-node-_14e5633b-ee48-3799-12aa-1ea30348ac1b-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_5d2ac950-9b35-ba34-4ad1-8bd9c9ee6aa7-20283469 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-e53726b1-20d5-7989-d7bb-6b03f076d0fe-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_295b4e2d-8de4-0457-8f39-1c4f17b1b4b4-20283469 {
  grid-area: 1 / 9 / 2 / 10;
  justify-self: center;
}

#w-node-e53726b1-20d5-7989-d7bb-6b03f076d108-20283469, #w-node-e53726b1-20d5-7989-d7bb-6b03f076d109-20283469, #w-node-e53726b1-20d5-7989-d7bb-6b03f076d10a-20283469, #w-node-e53726b1-20d5-7989-d7bb-6b03f076d10b-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccd593a7-af94-e68c-95f6-cb4934d22ccb-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-_49bfb22d-23da-ce63-5009-9b0140dd2ad2-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-dd10070b-5b15-8372-08b2-6633e005e4a4-20283469 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-be7add5c-7620-a548-0ae6-1ae07ba39abc-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-f9f494cb-9f3b-39a1-9b56-4d2f08b7d11b-20283469 {
  grid-area: 1 / 9 / 2 / 10;
  justify-self: center;
}

#w-node-be7add5c-7620-a548-0ae6-1ae07ba39ac6-20283469, #w-node-be7add5c-7620-a548-0ae6-1ae07ba39ac7-20283469, #w-node-be7add5c-7620-a548-0ae6-1ae07ba39ac8-20283469, #w-node-be7add5c-7620-a548-0ae6-1ae07ba39ac9-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c43d8112-2b58-d711-5d15-9269b3f36d13-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-_62e8a2f9-60db-8ecc-2068-4ec126771023-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_63da3d75-60e6-5d30-dbdc-aa1435fd10aa-20283469 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-d108ceab-aac0-11c0-b9c1-6f45c68cf546-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_275e810d-dd83-cc7b-e021-e679af506d82-20283469 {
  grid-area: 1 / 9 / 2 / 10;
  justify-self: center;
}

#w-node-d108ceab-aac0-11c0-b9c1-6f45c68cf550-20283469, #w-node-d108ceab-aac0-11c0-b9c1-6f45c68cf551-20283469, #w-node-d108ceab-aac0-11c0-b9c1-6f45c68cf552-20283469, #w-node-d108ceab-aac0-11c0-b9c1-6f45c68cf553-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63a601af-6f0a-0685-1d45-acebee6f5238-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-_5f45bf93-b2ac-1e94-446d-3be99b200338-20283469 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-_451d185e-597b-539c-a38d-d0eaeb23d2d2-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_3fd907b8-2cb5-be6a-b798-cab79121cbfe-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b0d6b95a-47a0-4bfe-927c-3abe9cd812a0-20283469 {
  grid-area: 1 / 9 / 2 / 10;
  justify-self: center;
}

#w-node-_3fd907b8-2cb5-be6a-b798-cab79121cc08-20283469, #w-node-_3fd907b8-2cb5-be6a-b798-cab79121cc09-20283469, #w-node-_3fd907b8-2cb5-be6a-b798-cab79121cc0a-20283469, #w-node-_3fd907b8-2cb5-be6a-b798-cab79121cc0b-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a72271b5-2a2a-1df9-5f2d-2502c48ba10a-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-_949150f6-a7b8-b467-ab63-d232c70cb7be-20283469 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-_4b9a70c1-1b5a-24fc-2f33-272d899a3f30-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_0d19ef35-f903-3f9e-ebbb-00ae001ca5e4-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_5c5d8811-19bf-ccc9-a3cf-2db136bbb9dc-20283469 {
  grid-area: 1 / 9 / 2 / 10;
  justify-self: center;
}

#w-node-_0d19ef35-f903-3f9e-ebbb-00ae001ca5ee-20283469, #w-node-_0d19ef35-f903-3f9e-ebbb-00ae001ca5ef-20283469, #w-node-_0d19ef35-f903-3f9e-ebbb-00ae001ca5f0-20283469, #w-node-_0d19ef35-f903-3f9e-ebbb-00ae001ca5f1-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9a03417-2812-86ec-b15c-c45baaec00d9-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-_3a4638c8-fce3-d6ab-c5e8-65c370395bc7-20283469 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-a3310511-6cea-c823-8d97-e8b868604b01-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_775e7885-76c0-4e3c-9879-14cec52413bd-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_13292c07-b6dc-ff53-f046-ecfe993c235a-20283469 {
  grid-area: 1 / 9 / 2 / 10;
  justify-self: center;
}

#w-node-_775e7885-76c0-4e3c-9879-14cec52413c7-20283469, #w-node-_775e7885-76c0-4e3c-9879-14cec52413c8-20283469, #w-node-_775e7885-76c0-4e3c-9879-14cec52413c9-20283469, #w-node-_775e7885-76c0-4e3c-9879-14cec52413ca-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de6caf9b-d32d-3edd-3d4f-18b8caf952bf-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-_4bfae5ea-e617-4777-6034-18e23a4db7a3-20283469 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-adf04fab-254d-317d-e114-1aa9a032be21-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_7ca5e57c-8360-e78f-4f2a-8c80743699ce-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c919c85c-3200-5e31-fd91-b07173a0eebe-20283469 {
  grid-area: 1 / 9 / 2 / 10;
  justify-self: center;
}

#w-node-_7ca5e57c-8360-e78f-4f2a-8c80743699d8-20283469, #w-node-_7ca5e57c-8360-e78f-4f2a-8c80743699d9-20283469, #w-node-_7ca5e57c-8360-e78f-4f2a-8c80743699da-20283469, #w-node-_7ca5e57c-8360-e78f-4f2a-8c80743699db-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dce6e4fe-09fe-906b-8e60-13f01c2f9f0f-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-ba70ea17-1fd7-39c4-d771-623f39056ddd-20283469 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-_2a65db9b-8fc6-abe3-e2c2-5fcaf79653ba-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_8a82075f-c8eb-4976-9142-fe31a85e80b2-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-be96acb0-b923-ddc0-0df6-f78988b09ff0-20283469 {
  grid-area: 1 / 9 / 2 / 10;
  justify-self: center;
}

#w-node-_8a82075f-c8eb-4976-9142-fe31a85e80bc-20283469, #w-node-_8a82075f-c8eb-4976-9142-fe31a85e80bd-20283469, #w-node-_8a82075f-c8eb-4976-9142-fe31a85e80be-20283469, #w-node-_8a82075f-c8eb-4976-9142-fe31a85e80bf-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51696610-178f-816c-d809-1b952bd816af-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-_513e15c3-68d0-d31c-e846-d6238d1a2356-20283469 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-_7ecde039-37f3-db3f-49a6-504036e34c8b-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630714-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630716-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef663071f-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630720-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630723-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef663072a-20283469 {
  justify-self: center;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef663072e-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630738-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef663073b-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630743-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630746-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef663074c-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef663074f-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630751-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef663075c-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef663075e-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630761-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630762-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630763-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630764-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630767-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630769-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef663076c-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef663076d-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef663076e-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef663076f-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630772-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630774-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630777-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630778-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630779-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef663077a-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef663077d-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef663077f-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630782-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630783-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630784-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630785-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c75c81f7-1cd7-1177-45b4-441ef6630786-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039ab-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039ad-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039af-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039b0-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039b2-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_60a36aa2-ee21-d4df-75cd-6bc368e42551-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039b6-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-da631a4d-21b5-bb37-3e0a-553ee986978a-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039bc-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_098892dc-761d-636a-bbb3-6872ab7a8271-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039c0-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039c2-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039c3-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039c5-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_440faf53-b0a1-789c-7015-671c2ce29eed-20283469 {
  justify-self: center;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039cb-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039cd-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039ce-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039cf-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039d0-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5270e455-50c7-9888-3436-83b536fcc56b-20283469 {
  justify-self: center;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039d3-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039d5-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039d6-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039d7-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039d8-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039d9-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039db-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039dd-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039de-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039df-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039e0-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039e1-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039e3-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039e5-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039e6-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039e7-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039e8-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d700849-0a5d-70c6-d4a6-3bea112039e9-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82e1-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82e3-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82e5-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82e6-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82e8-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-e49f2614-0201-6434-ec64-db4378722b98-20283469 {
  justify-self: center;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82ec-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_75ebfe7f-1f09-829b-5031-37bf7c3d6214-20283469 {
  justify-self: center;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82f2-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_82801a31-2979-2e9c-8c02-142269ea80e1-20283469 {
  justify-self: center;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82f6-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82f8-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26855a6f-0e17-a7a8-fb3a-2ec594f9321b-20283469 {
  justify-self: center;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82fb-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82ff-20283469 {
  justify-self: center;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8301-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8303-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8304-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8305-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8306-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8307-20283469 {
  justify-self: center;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8309-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe830b-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe830c-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe830d-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe830e-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3235984-c58b-5706-488d-5cac11b8c41e-20283469 {
  justify-self: center;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8311-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8313-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8314-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8315-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8316-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d643db1b-9fc3-ae06-4b9d-cce58053cda6-20283469 {
  justify-self: center;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8319-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe831b-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe831c-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe831d-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe831e-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7223a2ed-3391-b446-7fbb-bb986cbe831f-20283469 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: center;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b970-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b972-20283469 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b974-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b975-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b977-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b979-20283469 {
  justify-self: center;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b97b-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b97f-20283469 {
  justify-self: center;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b981-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_0bcb5c0e-1aff-32d7-4351-b281960bc5d6-20283469 {
  justify-self: center;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b985-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b987-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b988-20283469 {
  justify-self: center;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b98a-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b98e-20283469 {
  justify-self: center;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b990-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b992-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b993-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b994-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b995-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b996-20283469 {
  justify-self: center;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b998-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b99a-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b99b-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b99c-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b99d-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b99e-20283469 {
  justify-self: center;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b9a0-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b9a2-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b9a3-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b9a4-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b9a5-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b9a6-20283469 {
  justify-self: center;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b9a8-20283469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_814821e3-20c5-6c84-7dea-188d7f17b9aa-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b9ab-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b9ac-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b9ad-20283469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35fb497a-bf1a-d6b9-f8a8-99546ab91646-20283469 {
  justify-self: center;
}

#Email.w-node-_985c89d6-a81a-9af8-ccda-94716ec7a0eb-20283469 {
  grid-area: 2 / 1 / 3 / 2;
}

#phone.w-node-_1602f095-762f-4ed7-409f-5019e8f2c7a3-20283469 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: auto;
}

#w-node-d3da8a75-1df8-699f-4fbe-14383a4dd26f-20283469 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-ca49cbc2-5b2d-6ca7-6549-fb037b7aa8fc-20283469 {
  align-self: end;
}

#w-node-_6a91753c-623d-7ea1-c8c7-578297e8a34d-20283469 {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 479px) {
  #w-node-_05b8efa8-83fa-8323-c034-2556d66b7c69-20283469 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c75c81f7-1cd7-1177-45b4-441ef6630716-20283469 {
    grid-column: 2 / 3;
  }

  #w-node-c75c81f7-1cd7-1177-45b4-441ef663072a-20283469 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c75c81f7-1cd7-1177-45b4-441ef6630738-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630743-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef663074f-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef663075c-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630767-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630772-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef663077d-20283469, #w-node-c75c81f7-1cd7-1177-45b4-441ef6630786-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039ad-20283469 {
    grid-column: 2 / 3;
  }

  #w-node-_60a36aa2-ee21-d4df-75cd-6bc368e42551-20283469, #w-node-da631a4d-21b5-bb37-3e0a-553ee986978a-20283469, #w-node-_098892dc-761d-636a-bbb3-6872ab7a8271-20283469 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039c3-20283469 {
    grid-column: 2 / 3;
  }

  #w-node-_440faf53-b0a1-789c-7015-671c2ce29eed-20283469, #w-node-_5270e455-50c7-9888-3436-83b536fcc56b-20283469 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039d9-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039e1-20283469, #w-node-_2d700849-0a5d-70c6-d4a6-3bea112039e9-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82e3-20283469 {
    grid-column: 2 / 3;
  }

  #w-node-e49f2614-0201-6434-ec64-db4378722b98-20283469, #w-node-_75ebfe7f-1f09-829b-5031-37bf7c3d6214-20283469, #w-node-_82801a31-2979-2e9c-8c02-142269ea80e1-20283469, #w-node-_26855a6f-0e17-a7a8-fb3a-2ec594f9321b-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe82ff-20283469, #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe8307-20283469, #w-node-d3235984-c58b-5706-488d-5cac11b8c41e-20283469 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d643db1b-9fc3-ae06-4b9d-cce58053cda6-20283469 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_7223a2ed-3391-b446-7fbb-bb986cbe831f-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b972-20283469 {
    grid-column: 2 / 3;
  }

  #w-node-_814821e3-20c5-6c84-7dea-188d7f17b979-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b97f-20283469, #w-node-_0bcb5c0e-1aff-32d7-4351-b281960bc5d6-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b988-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b98e-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b996-20283469, #w-node-_814821e3-20c5-6c84-7dea-188d7f17b99e-20283469 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_814821e3-20c5-6c84-7dea-188d7f17b9a6-20283469 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_35fb497a-bf1a-d6b9-f8a8-99546ab91646-20283469 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c25bdc8-4b2e-6fb0-0fd3-e5e32f6eec1b-20283469 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Email.w-node-_985c89d6-a81a-9af8-ccda-94716ec7a0eb-20283469 {
    grid-row: 5 / 6;
    align-self: auto;
  }

  #phone.w-node-_1602f095-762f-4ed7-409f-5019e8f2c7a3-20283469 {
    grid-row: 6 / 7;
  }

  #w-node-d3da8a75-1df8-699f-4fbe-14383a4dd26f-20283469 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #company-name.w-node-df85a8d3-3e57-308c-3537-90ed6df15275-20283469 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: auto;
  }

  #w-node-cb2708fe-c715-7507-6e6d-15eea8bca21a-20283469 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca49cbc2-5b2d-6ca7-6549-fb037b7aa8fc-20283469 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_6a91753c-623d-7ea1-c8c7-578297e8a34d-20283469 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nagoda';
  src: url('../fonts/Nagoda.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu 2';
  src: url('../fonts/Ubuntu-Bold_2.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Extrabold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.ttf') format('truetype'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype'), url('../fonts/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.ttf') format('truetype'), url('../fonts/Gilroy-ExtraboldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype'), url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-ExtraBold.ttf') format('truetype'), url('../fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-BoldItalic.ttf') format('truetype'), url('../fonts/Rubik-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zendots';
  src: url('../fonts/ZenDots-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Gunterz';
  src: url('../fonts/Fontspring-DEMO-gunterz-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Gunterz';
  src: url('../fonts/Fontspring-DEMO-gunterz-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Gunterz';
  src: url('../fonts/Fontspring-DEMO-gunterz-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Gunterz';
  src: url('../fonts/Fontspring-DEMO-gunterz-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Gunterz';
  src: url('../fonts/Fontspring-DEMO-gunterz-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}