:root {
  --red: #e40813;
  --dim-grey: #666;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.home-hero {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/Frame-289384-3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: content-box;
  height: 800px;
  margin-top: 0;
  overflow: hidden;
}

.home-hero.other {
  z-index: 2;
  background-position: 50% 100%, 50%;
  height: 800px;
  max-height: 800px;
  margin-top: -124px;
  padding-top: 0;
  position: relative;
}

.home-hero.other.listing {
  height: auto;
  min-height: 800px;
  max-height: none;
  margin-top: 0;
  overflow: visible;
}

.home-hero.other.mobile--detail {
  margin-top: 0;
}

.home-hero.other._750 {
  height: 750px;
  margin-top: 0;
}

.home-hero.center {
  height: 640px;
  position: relative;
}

.home-hero.center.white--lower {
  background-image: url('../images/whitered.svg'), url('../images/back-img.png');
  background-position: 50% 0, 50%;
  height: auto;
  margin-top: 0;
}

.home-hero.center.white--lower.stories {
  margin-top: 0;
}

.home-hero.center.gray--lower {
  background-image: url('../images/Group-289346.svg'), url('../images/back-img.png');
  background-position: 0 0, 50% 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
}

.grid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.grid._2, .grid.mainblock, .grid.detail-home {
  padding-top: 0;
}

.nav-item-wrapper {
  margin-left: 24px;
}

.nav-item-wrapper.button-header-mobile, .nav-item-wrapper.login-mobile {
  display: none;
}

.header {
  background-color: #0000;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: none;
  position: static;
  left: 0;
  right: 0;
}

.dropdown-text {
  align-items: center;
  display: flex;
}

.error-message {
  background-color: var(--red);
  color: var(--red);
  text-align: center;
  border-radius: 12px;
  padding: 20px;
  font-weight: 500;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.split-content.hero-home-left {
  margin-top: 175px;
  margin-right: 40px;
}

.split-content.hero-home-left.other {
  max-width: 780px;
  margin-top: 73px;
}

.split-content.hero-home-left.other.detail {
  margin-top: 0;
}

.split-content.hero-home-left.listing {
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.split-content.hero-home-right {
  padding-top: 0;
  position: static;
  inset: 31px 40px auto auto;
}

.split-content.hero-home-right.other {
  position: static;
}

.split-content.hero-home-right.solutions {
  top: -45px;
}

.split-content.hero-home-right.detail {
  justify-content: flex-end;
  padding-right: 20px;
  display: flex;
  position: static;
}

.split-content.hero-home-right.slaider {
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
  overflow: visible;
}

.split-content.hero-home-right.slaider.solution {
  height: 660px;
  top: 0;
}

.split-content.contact-left {
  width: 50%;
  margin-right: 40px;
}

.split-content.mobile {
  display: none;
}

.split-content.header-right {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.split-content.header-left {
  align-items: center;
  margin-right: 3vw;
  display: flex;
}

.title.dropdown {
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.35em;
}

.title.home {
  color: #fff;
  max-width: 850px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.title.home.other {
  max-width: none;
}

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

.title.home.hidden {
  display: none;
}

.title.home.homepage {
  min-width: 650px;
}

.title.features {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 150%;
}

.title.features.small {
  font-size: 32px;
}

.container-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-primary {
  color: var(--red);
  text-align: center;
  letter-spacing: -.01em;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.111em;
  transition: background-color .35s, transform .35s;
}

.button-primary:hover {
  color: var(--red);
  background-color: #fff;
  transform: scale3d(.97, .97, 1.01);
}

.button-primary.outline {
  border: 2px solid var(--red);
  background-color: #fff0;
}

.button-primary.fullred {
  background-color: var(--red);
  color: #fff;
  background-image: linear-gradient(232deg, #ff0914, #c90917);
}

.login-icon-text {
  font-size: 19px;
}

.header-logo {
  width: 149px;
  display: block;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 230px;
}

.nav-link {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .35s;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  font-weight: 700;
}

.nav-link.dropdown {
  padding: 0;
  display: flex;
}

.nav-link.login {
  margin-right: 2vw;
  display: flex;
}

.dropdown-menu-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  border-radius: 20px;
  margin-top: 32px;
  overflow: hidden;
  box-shadow: 0 10px 20px #0000001a;
}

.dropdown-list.w--open {
  border: 1px none var(--red);
  background-color: #fff;
  border-radius: 10px;
}

.card {
  background-color: #fff;
  border-radius: 32px;
  transform: translate(0);
  box-shadow: 0 1px 6px #0d0c5405, 0 6px 22px #0d0c540a;
}

.card.contact {
  width: 100%;
  max-width: 673px;
  padding: 48px 47px 47px 53px;
}

.card.contact.mobile-hidden {
  width: auto;
}

.card.contact.desk-hidden {
  display: none;
}

.drop-div {
  background-color: #650005f2;
  padding: 40px 20px 40px 38px;
}

.drop-div.last {
  background-color: #650005f2;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 38px;
  display: flex;
}

.dropdown-link {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.333em;
  text-decoration: none;
}

.dropdown-link:hover {
  color: var(--red);
}

.dropdown-link.special {
  color: #fff;
  border-bottom: 3px solid #fff;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .35s, color .35s;
}

.dropdown-link.special:hover {
  color: #7545ff;
  border-bottom-color: #7545ff;
}

.dropdown-link.red-link, .dropdown-link.red-link.w--current {
  color: var(--red);
  margin-bottom: 0;
}

.brand {
  max-width: 106px;
  transform-style: preserve-3d;
  margin-bottom: 0;
  margin-right: 24px;
  padding-left: 0;
  transition-property: transform;
}

.brand:hover {
  transform: scale3d(.97, .97, 1.01);
}

.button-header {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #7545ff00;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 16px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: transform .35s, background-color .35s;
}

.button-header:hover {
  color: #fff;
  background-color: #fff0;
  transform: scale(.97);
}

.drop-grid {
  grid-template-rows: auto;
  grid-template-columns: auto;
}

.image {
  padding-left: 8px;
}

.image.visible {
  height: 440px;
  position: relative;
}

.home-wrapper {
  justify-content: space-between;
  padding-top: 124px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.home-wrapper.other {
  align-items: center;
  margin-top: 0;
  padding-top: 134px;
  padding-bottom: 0;
}

.home-wrapper.other.listing, .home-wrapper.other.detail {
  margin-top: 0;
  padding-top: 134px;
}

.regular-24 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.regular-24.black {
  color: #000;
}

.regular-24.black.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.subtitle.home {
  margin-top: 24px;
  margin-bottom: 24px;
}

.subtitle.partners {
  justify-content: center;
  margin: 46px auto 64px;
  display: flex;
}

.subtitle.why {
  margin-top: 24px;
}

.div--partners {
  margin-top: 38px;
}

.div--partners.mobile {
  display: none;
}

.div--partners.solutions {
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 64px;
}

.div--partners.detail {
  margin-top: 100px;
}

.div--partners.hidden {
  display: none;
}

.partners--logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  max-width: 1200px;
  display: block;
  overflow: visible;
}

.partners--logos.up {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.partners--logos.down {
  grid-column-gap: 10px;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.partner--logo {
  object-fit: fill;
  height: 48px;
  margin: 0;
  overflow: hidden;
}

.regular-20 {
  color: #666;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.regular-20.red {
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.regular-20.white {
  color: #fff;
}

.text-span {
  color: var(--red);
}

.div--why-soldoutt {
  background-image: linear-gradient(#0000000a, #0000000a);
  position: relative;
}

.div--why-soldoutt.hidden {
  display: none;
}

.grid-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  padding-top: 110px;
  padding-bottom: 185px;
}

.div--grid {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.div--grid._2 {
  flex-direction: column;
}

.div--grid._2.test {
  top: 58px;
}

.h1-5 {
  color: var(--red);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
}

.bold-24 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.bold-24.center {
  text-align: center;
  margin-bottom: 0;
}

.bold-24.center.red {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.bold-24.right {
  text-align: right;
}

.bold-24._80px {
  min-height: 80px;
}

.textbloc--why {
  margin-top: 24px;
}

.regular-16 {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.regular-16.center {
  text-align: center;
  margin-right: 0;
}

.regular-16.gray {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 0;
}

.regular-16.gray.center {
  text-align: center;
}

.regular-16.gray.right {
  text-align: right;
}

.regular-16.white {
  color: #fff;
  text-decoration: none;
}

.factoids {
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -110px;
}

.factoids.why {
  position: static;
}

.grid-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card--why {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 24px;
  min-height: 224px;
  padding: 40px;
  box-shadow: 0 2px 24px 8px #00000014;
}

.card--why--uo {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.card--why--down {
  justify-content: center;
  display: flex;
}

.div--soldoutt-simplifies {
  margin-top: 230px;
}

.div--soldoutt-simplifies.mobile, .div--soldoutt-simplifies.hidden {
  display: none;
}

.h2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.h2.left {
  text-align: left;
}

.h2.white {
  color: #fff;
}

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

.grid-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 128px;
}

.grid-4.detail {
  margin-top: 150px;
}

.card-simplifiles {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 24px;
  padding: 64px 30px 64px 40px;
  position: relative;
  box-shadow: 0 2px 24px 8px #00000014;
}

.subtitle--red--card {
  margin-right: 10px;
}

.heading {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.check-deskription {
  margin-top: 32px;
  margin-bottom: 0;
}

.check-description {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-2 {
  margin-right: 12px;
}

.div--features {
  margin-top: 140px;
}

.div--features.mobile, .div--features.hidden {
  display: none;
}

.features--title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.semibold-24 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.semibold-24.red {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
}

.semibold-24.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.container-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.features--subtitle {
  margin-top: 24px;
}

.grid-5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
}

.grid-5.features {
  margin-bottom: 0;
}

.grig--features {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.grig--features._212 {
  height: auto;
}

.grig--features.hidden {
  display: none;
}

.div--features-desk {
  margin-left: 24px;
}

.desk--desk {
  margin-top: 8px;
}

.semibold-18 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.div--button--center {
  justify-content: center;
  display: flex;
}

.div--button--center.features {
  margin-top: 32px;
}

.div--button--center.features.sprint--hidden {
  display: none;
}

.div--dedicated-support {
  background-image: linear-gradient(#0000000a, #0000000a);
  margin-top: 140px;
  overflow: hidden;
}

.div--dedicated-support.hidden {
  display: none;
}

.grid-6 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
}

.grid-6.why {
  margin-top: 64px;
}

.dedicated-support--subtitle {
  margin-top: 24px;
}

.div--image.solution {
  display: none;
}

.div--banner {
  margin-top: 80px;
}

.div--banner.listing {
  margin-bottom: 64px;
}

.div--banner.detail {
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.div--banner.why {
  margin-bottom: 64px;
}

.div--banner.atricle, .div--banner.stories {
  margin-top: 64px;
}

.div--banner.features {
  margin-top: 64px;
  margin-bottom: 64px;
}

.div--banner.hidden {
  display: none;
}

.banner--background {
  background-image: url('../images/64477be19f2e7796175fae11_hjj.webp'), linear-gradient(48deg, #98010c, #ff0813);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.banner--content {
  padding: 64px 50px;
}

.banner--title {
  max-width: 650px;
}

.banner--title.detail {
  max-width: 900px;
}

.banner--button {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.div--events {
  margin-top: 130px;
}

.div--events.hidden {
  display: none;
}

.events--subtitle {
  margin-top: 24px;
}

.container-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.grid-7 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  margin-top: 32px;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
}

.div--image--center {
  justify-content: center;
  margin-bottom: 32px;
  margin-right: 10px;
  display: flex;
}

.div--solutions {
  background-image: linear-gradient(#0000000a, #0000000a);
  margin-top: 130px;
  position: relative;
}

.div--solutions.mobile, .div--solutions.hidden {
  display: none;
}

.solutions--desk {
  padding-top: 194px;
  padding-bottom: 260px;
  position: sticky;
  top: 0;
  bottom: 130px;
}

.solution--subtitle, .solution-button {
  margin-top: 24px;
}

.solution-button.homepage.mobile-show, .solution-button.sprint--hidden {
  display: none;
}

.solution--card {
  background-color: #fff;
  border-radius: 24px;
  align-items: flex-start;
  margin-bottom: 48px;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 24px 8px #00000014;
}

.solution--card--content {
  margin-left: 24px;
}

.solution--card--content--subtitle {
  margin-top: 8px;
}

.grid--solution {
  justify-content: space-between;
  display: flex;
}

.grid--solution--left {
  margin-top: 0;
  margin-right: 21px;
}

.grid--solution--right {
  max-width: 600px;
  margin-top: 130px;
  margin-bottom: 82px;
  margin-left: 42px;
}

.div--we-hack-ticket-sales {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.div--we-hack-ticket-sales.mobile, .div--we-hack-ticket-sales.hidden {
  display: none;
}

.grid-9 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
}

.solution--subtitle--2 {
  margin-top: 16px;
}

.div--without-soldoutt {
  background-image: linear-gradient(#0000000a, #0000000a);
  padding-top: 50px;
  padding-right: 0;
}

.div--without-soldoutt.mobile {
  display: none;
}

.div--without-soldoutt._2 {
  padding-top: 0;
}

.div--without-soldoutt._2.test {
  margin-top: 205px;
  padding-top: 0;
}

.div--without-soldoutt._2.hidden {
  display: none;
}

.grid--left {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.grid--left.test {
  grid-column-gap: 0px;
  flex-wrap: nowrap;
}

.grid--right {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 48px;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: 450px;
  padding: 26px 38px 64px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: 0 2px 24px 8px #00000014;
}

.grid--right.without-new {
  width: auto;
  min-width: 300px;
  max-width: 400px;
  position: static;
  top: -41%;
}

.grid--right.without-new._2 {
  height: auto;
  min-height: 450px;
}

.senibold-16 {
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

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

.senibold-16.center.gray {
  color: var(--dim-grey);
  margin-bottom: 0;
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.grid-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
}

.grid-11.test {
  justify-content: space-between;
  display: flex;
}

.container-420 {
  min-width: 300px;
  max-width: 420px;
  position: relative;
  left: -40px;
}

.container-420.test {
  flex-direction: column;
  justify-content: space-between;
  height: 390px;
  display: flex;
}

.play-video {
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.play-video.sprint--hidden {
  display: none;
}

.semibold-16 {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.semibold-16.right {
  text-align: right;
}

.semibold-16.red {
  color: var(--red);
}

.semibold-16.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.semibold-16.center.white, .semibold-16.white {
  color: #fff;
}

.semibold-16._32 {
  color: #00000052;
}

.image-5 {
  margin-right: 8px;
}

.div-block-4 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.regular-13 {
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

.regular-13.right {
  text-align: right;
}

.regular-13.gray {
  color: var(--dim-grey);
}

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

.regular-13.center.white {
  color: #fff;
}

.div-block-5 {
  margin-top: 8px;
  margin-bottom: 70px;
}

.div-block-5.why {
  margin-bottom: 115px;
}

.image-6 {
  position: absolute;
  inset: auto auto 0% 32px;
}

.image-6.test {
  min-width: 25%;
  max-width: 100%;
  position: relative;
}

.div--reviews {
  margin-top: 190px;
}

.div--reviews.detail {
  padding-bottom: 88px;
}

.div--reviews.stories {
  padding-bottom: 60px;
}

.grid-12 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

.dotted {
  justify-content: center;
  margin-top: 16px;
  display: flex;
}

.rewiews--grid {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 2px 24px 8px #00000014;
}

.rewiews--grid.under {
  margin-top: 28px;
}

.rewiew--human {
  margin-top: 32px;
  display: flex;
}

.rewiew--photo {
  margin-right: 24px;
}

.rewiew--name {
  max-width: 220px;
}

.rewiews--button {
  justify-content: center;
  margin-top: 56px;
  display: flex;
}

.rewiews--button.sprint--hidden {
  display: none;
}

.div--finalists-in-euvsvirus {
  background-image: url('../images/bg-1.png');
  background-position: 50%;
  background-size: cover;
  min-height: 566px;
  margin-top: 64px;
  position: static;
}

.div--finalists-in-euvsvirus.mobile, .div--finalists-in-euvsvirus.mobile-wrapper {
  display: none;
}

.finalists-in-euvsvirus {
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: visible;
}

.left--image {
  justify-content: flex-end;
  width: 820px;
  display: flex;
  position: relative;
  left: -134px;
}

.right--card {
  z-index: 2;
  background-color: #ffffffd1;
  border-radius: 48px;
  margin-top: 0;
  padding: 40px;
  position: static;
  inset: 0% 0% 0% auto;
  box-shadow: 0 2px 24px 8px #00000014;
}

.finalist--title {
  margin-bottom: 24px;
}

.finalist--subtitle {
  margin-bottom: 16px;
}

.div--with-soldoutt {
  margin-top: 230px;
}

.div--with-soldoutt.mobile, .div--with-soldoutt.hidden {
  display: none;
}

.finalist--button {
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

.div-block-7 {
  width: 46%;
  margin-left: -160px;
  position: relative;
  top: 64px;
}

.grid-14 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-14.why {
  margin-top: 100px;
}

.grid-14.why.team {
  margin-top: 20px;
}

.grid-14.why.mobile {
  display: none;
}

.grid-14.why2 {
  margin-top: 170px;
  margin-bottom: 50px;
}

.grid-14.why2.mobile {
  display: none;
}

.div--image--little {
  justify-content: center;
  width: 100%;
  height: 508px;
  padding: 0 50px;
  display: flex;
  position: relative;
}

.div--brands {
  margin-top: 120px;
}

.div--brands.why {
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 130px;
}

.div--brands.why.hidden, .div--brands.mobile {
  display: none;
}

.div--brands._230--top--mardin--delete-after {
  margin-top: 230px;
}

.div--map {
  margin-top: 32px;
  position: relative;
}

.brands1 {
  flex-direction: row;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 48px;
  display: flex;
}

.div--logos {
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.image-9 {
  margin-bottom: 27px;
}

.brands2 {
  margin-bottom: 120px;
}

.brands2.stories {
  margin-bottom: 0;
}

.div-block-8 {
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.image-10 {
  padding-left: 25px;
  padding-right: 25px;
}

.image-10._2 {
  padding-left: 35px;
  padding-right: 35px;
}

.soldoutt-is-a-dna {
  padding-top: 93px;
  padding-bottom: 93px;
}

.soldoutt-is-a-dna.hidden {
  display: none;
}

.soldoutt-is-a-dna--title {
  justify-content: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  background-image: url('../images/64133e1455e38d63ffb8eaf2_s-1.png');
  background-position: 50%;
  background-size: cover;
}

.footer.mobile {
  display: none;
}

.footer-wrapper {
  padding-top: 128px;
}

.grid-15 {
  grid-template-rows: auto;
}

.footer--contact--subtitle {
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: none;
}

.social-icon {
  margin-right: 16px;
}

.footer--menu {
  flex-direction: column;
  display: flex;
}

.footer--menu.sprint--hidden {
  display: none;
}

.footer--link {
  margin-bottom: 16px;
  text-decoration: none;
}

.footer--link.hidden {
  display: none;
}

.footer--divider {
  background-image: linear-gradient(#ffffff21, #ffffff21);
  height: 1px;
  margin-top: 64px;
}

.footer--down {
  justify-content: space-between;
  display: flex;
}

.all-rights-reserved {
  padding-top: 28px;
  padding-bottom: 28px;
}

.privacy-policy {
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.link-block {
  margin-left: 24px;
  text-decoration: none;
}

.image-11 {
  width: 100%;
  display: none;
}

.image-11.other {
  z-index: -1;
  position: absolute;
  inset: auto 0% -60px;
}

.temporary {
  width: 470px;
  max-width: none;
  height: 628px;
  margin-top: 20px;
  margin-right: 20px;
  display: block;
  position: absolute;
  left: -20%;
}

.temporary.solutions {
  margin-top: 0;
  position: static;
}

.image-12 {
  object-fit: contain;
  width: 70%;
  position: relative;
  inset: 104px 0 auto -200px;
}

.div-block-9 {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -100px 0% auto;
}

.div-block-11 {
  z-index: -2;
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 110px 0% auto;
}

.div-block-11.detail {
  top: 160px;
}

.simple-hero {
  background-image: url('../images/bg.png'), linear-gradient(#ac0000, #ac0000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  margin-top: 0;
  padding-top: 0;
}

.hero--container {
  padding-top: 174px;
  padding-bottom: 160px;
}

.h2--large {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 150%;
}

.contact--wrapper {
  margin-top: 64px;
  margin-bottom: 64px;
}

.contact--wrapper.mobile {
  display: none;
}

.input {
  color: #666;
  border: 1px solid #dadae3;
  border-radius: 12px;
  min-height: 70px;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 21px;
  padding-right: 21px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1em;
  transition: color .35s, border-color .35s;
}

.input:focus {
  color: #666;
  border-color: #717171;
  font-size: 16px;
  line-height: 1em;
}

.input::placeholder {
  color: #666;
}

.text-area {
  color: #666;
  border: 1px solid #dadae3;
  border-radius: 12px;
  min-width: 100%;
  max-width: 100%;
  min-height: 189px;
  max-height: 230px;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 18px 21px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
  transition: color .35s, border-color .35s;
}

.text-area._70px {
  min-height: 70px;
  margin-top: 8px;
}

.contact-form-grid {
  grid-column-gap: 45px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.contact-social-media-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: start;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.success {
  color: #fff;
  background-color: #7545ff;
  border-radius: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 1px 6px #0d0c5405, 0 6px 22px #0d0c540a;
}

.success.contact {
  background-color: #0000000a;
  width: 100%;
  padding: 55px 47px 47px 53px;
}

.social-media-wrapper {
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  transition: background-color .35s;
  display: flex;
  overflow: hidden;
}

.social-media-wrapper:hover {
  color: #fff;
  background-color: #7545ff;
}

.contact--subtitle, .contact--partners {
  margin-top: 24px;
}

.contact--partners.hidden {
  display: none;
}

.line {
  background-image: linear-gradient(#0000001a, #0000001a);
  width: 100%;
  height: 1px;
}

.contact--partners--title {
  margin-bottom: 24px;
}

.form--title {
  margin-bottom: 16px;
}

.form--subtitle {
  max-width: 500px;
  margin-bottom: 32px;
}

.burger--button {
  display: none;
}

.nav-item-wrapper-2 {
  margin-left: 2vw;
}

.nav-item-wrapper-2.button-header-mobile, .nav-item-wrapper-2.login-mobile, .nav-item-wrapper-2.hidden {
  display: none;
}

.header-2 {
  background-color: #86464600;
  padding-top: 32px;
  padding-bottom: 32px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.container-header-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  text-decoration: none;
  transition: color .35s;
}

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

.nav-link-2.w--current {
  font-weight: 700;
}

.nav-link-2.dropdown {
  padding: 0;
  display: flex;
}

.nav-link-2.login {
  margin-right: 2vw;
  display: flex;
}

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

.drop-div-2 {
  background-color: #e4081300;
  padding: 40px 20px 40px 38px;
}

.brand-2 {
  max-width: 139px;
  margin-bottom: 0;
  padding-left: 0;
  transition-property: transform;
  display: flex;
}

.brand-2.w--current {
  flex-direction: row;
  align-items: center;
  width: 139px;
  max-width: none;
  height: 40px;
  margin-bottom: 0;
  display: flex;
}

.brand-2.w--current:hover {
  transform: none;
}

.button-header-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #7545ff;
  border-radius: 10px;
  padding: 16px 36px;
  font-weight: 700;
  line-height: 1em;
  transition: transform .35s, background-color .35s;
}

.button-header-2:hover {
  color: #fff;
  background-color: #3c16a8;
  transform: scale(.97);
}

.button-header-2.mobile, .mobile-header-empty {
  display: none;
}

.divider {
  background-color: #efeff5;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.solutions {
  margin-top: 0;
  margin-bottom: 0;
}

.image-17 {
  position: static;
}

.image-17._100px {
  padding-top: 100px;
}

.image-18 {
  border-radius: 32px;
  width: 60%;
  position: absolute;
  inset: 0 auto auto 53px;
  box-shadow: 0 2px 24px 8px #00000014;
}

.image-18.cards {
  border-radius: 24px;
  top: -10px;
  left: 70px;
  box-shadow: 0 2px 24px 8px #00000014;
}

.image-18._15px {
  border-radius: 15px;
  width: 36%;
  top: 22%;
}

.image-19 {
  border-radius: 32px;
  width: 55%;
  position: absolute;
  inset: auto 40px 0 auto;
  box-shadow: 0 2px 24px 8px #00000014;
}

.image-19.cards {
  border-radius: 24px;
  bottom: -10px;
  right: 70px;
  box-shadow: 0 2px 24px 8px #00000014;
}

.image-19._10px {
  border-radius: 10px;
  width: 43%;
  bottom: 36%;
}

.image-19.mobile-show, .image-19.mobile-show-2 {
  display: none;
}

.image-19.job-openings {
  width: 50%;
  height: auto;
  bottom: 30px;
  right: 50px;
}

.div--bar {
  min-width: 590px;
}

.hack--logos {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.bar {
  position: relative;
}

.image-22 {
  border-radius: 40px;
  box-shadow: 0 2px 24px 8px #00000014;
}

.map--nav {
  width: 48px;
  position: absolute;
  inset: 28% auto auto 17%;
}

.map--nav._2 {
  inset: 30% 15% auto auto;
}

.map--nav._3 {
  inset: 33% 12% auto auto;
}

.map--nav._4 {
  inset: 43% 10% auto auto;
}

.map--nav._5 {
  inset: 37% 19% auto auto;
}

.map--nav._6 {
  inset: 47% 18% auto auto;
}

.map--nav._7 {
  inset: 42% 19.5% auto auto;
}

.map--nav--in {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-17 {
  background-image: linear-gradient(#e40813e6, #e40813e6);
  border-radius: 2px;
  width: 2px;
  height: 32px;
  position: absolute;
  inset: auto auto 0%;
}

.home--button {
  display: flex;
}

.div-block-20 {
  flex-direction: row;
  align-items: flex-end;
  padding-bottom: 53px;
  padding-left: 60px;
  padding-right: 33px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.terms-conditions {
  padding-top: 64px;
}

.html-text {
  color: #000;
  margin-top: -60px;
  font-family: Poppins, sans-serif;
}

.html-text._2 {
  margin-top: -20px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
}

.html-embed {
  color: #000;
  font-family: Poppins, sans-serif;
}

.html-embed.privacy {
  margin-bottom: 24px;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.1fr 1fr;
  align-items: center;
}

.grid-16.solutions {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.grid-16.detail {
  grid-template-columns: 1fr 1fr;
}

.grid-16.top {
  align-items: start;
}

.image-23 {
  border-radius: 24px;
  box-shadow: 0 2px 24px 8px #00000014;
}

.div--section--features {
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 130px;
}

.div--section--features.gray {
  background-image: linear-gradient(#0000000a, #0000000a);
}

.features--title--page {
  margin-bottom: 64px;
}

.bold-32 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

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

.ticketing-registration {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-17 {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  grid-template: "Area"
  / 1.2fr 2fr;
}

.grid-17.under {
  grid-template-columns: 2fr 1.2fr;
  margin-top: 64px;
}

.grid-17._64 {
  margin-top: 64px;
}

.div--diagram.mob {
  position: relative;
}

.div--diagram.mob._2-cards {
  min-width: 420px;
  height: 720px;
}

.div--diagram.mobile {
  display: none;
}

.image-24 {
  border-radius: 52px;
  box-shadow: 0 2px 24px 8px #00000014;
}

.grid-18 {
  grid-column-gap: 74px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

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

.title--center.success-stories {
  margin-top: 124px;
  margin-bottom: 62px;
}

.subtitle--center {
  margin-bottom: 8px;
}

.subtitle--center.article {
  justify-content: center;
  max-width: 520px;
  margin: 10px auto 17px;
  display: flex;
}

.subtitle--home {
  margin-bottom: 8px;
}

.div--solution {
  margin-top: 20px;
  padding-top: 130px;
  padding-bottom: 130px;
}

.div--solution--title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.grid-19 {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto auto auto auto auto;
  margin-top: 64px;
}

.solution--card--page {
  border-radius: 32px;
  height: 100%;
  padding: 24px;
  box-shadow: 0 2px 24px 8px #00000014;
}

.solution--card--page--text {
  padding: 32px 30px 64px;
}

.card-title {
  margin-bottom: 8px;
}

.partners--title {
  max-width: 750px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.partners--title._100 {
  max-width: none;
}

.solution-img {
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: 330px;
}

.div--ideal-partner {
  background-image: linear-gradient(#0000000a, #0000000a);
  padding-top: 130px;
  padding-bottom: 130px;
}

.ideal-partner--title {
  margin-bottom: 32px;
}

.bold-48 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
}

.bold-48.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-20 {
  grid-column-gap: 150px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid--detail--text {
  margin-top: 24px;
}

.div--features--detail {
  padding-top: 130px;
  padding-bottom: 130px;
}

.div--features--detail.mibile {
  display: none;
}

.div--div--dedicated-support-component {
  background-image: linear-gradient(#0000000a, #0000000a);
  overflow: hidden;
}

.div--div--dedicated-support-component.mobile {
  display: none;
}

.home--image--center {
  margin-top: 0;
  padding-top: 48px;
  padding-bottom: 64px;
}

.home--deskription {
  background-image: linear-gradient(#0000000a, #0000000a);
  padding-bottom: 70px;
}

.home--deskription--text {
  max-width: 960px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.get-to-know-us--button {
  justify-content: center;
  display: flex;
}

.soldoutt-s-story {
  padding-top: 130px;
  padding-bottom: 130px;
}

.big--title {
  margin-bottom: 64px;
}

.with-soldoutt {
  background-image: linear-gradient(#0000000a, #0000000a);
  padding-top: 50px;
}

.with-soldoutt.mobile {
  display: none;
}

.with--title {
  margin-bottom: 24px;
}

.the-pandemic {
  padding-top: 167px;
  padding-bottom: 167px;
  overflow: hidden;
}

.the-pandemic.mobile {
  display: none;
}

.grid-21 {
  grid-template-rows: auto;
  align-items: center;
}

.image-27 {
  width: 133%;
  max-width: 140%;
  position: relative;
  inset: 0% auto 0% 0;
}

.how-we-are {
  padding-top: 64px;
  padding-bottom: 64px;
}

.how-we-are--title {
  margin-bottom: 64px;
}

.partners--why {
  padding-bottom: 130px;
}

.partners--why.hidden {
  display: none;
}

.partners--why--title {
  margin-top: 0;
  margin-bottom: 64px;
}

.the-team {
  background-image: linear-gradient(#0000000a, #0000000a);
}

.the-team--title {
  padding-top: 130px;
  padding-bottom: 64px;
}

.see-job-openings-here--button {
  margin-top: 24px;
}

.arrow--mobile---menu {
  display: none;
}

.min-read {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.defis {
  background-image: linear-gradient(#fff, #fff);
  width: 22px;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
}

.divv-article {
  padding-bottom: 0;
}

.grid--810 {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.article--title, .article--text {
  margin-bottom: 24px;
  display: none;
}

.text-span-2, .text-span-3 {
  color: var(--red);
  font-weight: 600;
}

.article--image {
  margin-bottom: 24px;
  display: none;
}

.list {
  padding-left: 20px;
}

.list-2 {
  padding-left: 20px;
  list-style-type: decimal;
}

.article--banner {
  border-radius: 24px;
  justify-content: center;
  margin-bottom: 24px;
  padding: 40px 30px;
  display: flex;
  box-shadow: 0 8px 24px #00000014;
}

.article--author {
  border-radius: 24px;
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 8px 24px #00000014;
}

.article--author._24 {
  margin-top: 24px;
}

.grid-22 {
  grid-template-rows: auto;
  margin-left: 16px;
}

.author--name {
  min-width: 250px;
}

.aothor--links {
  margin-top: 16px;
}

.link-block-2 {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.div--article--list {
  margin-top: 80px;
  margin-bottom: 130px;
  padding-top: 48px;
}

.title-button {
  justify-content: space-between;
  margin-bottom: 64px;
  display: flex;
}

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

.article-card {
  border-radius: 24px;
  height: 100%;
  min-height: 500px;
  padding-bottom: 0;
  text-decoration: none;
  box-shadow: 0 8px 24px #00000014;
}

.atricle--title {
  padding: 32px 30px 0;
}

.atricle--text.cadd {
  margin-top: 48px;
  margin-bottom: 54px;
  padding-left: 30px;
  padding-right: 30px;
}

.regular-18 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.regular-18.gray {
  color: var(--dim-grey);
}

.regular-18.gray.truncate {
  margin-bottom: 0;
}

.article--button--mobile {
  justify-content: center;
  display: none;
}

.image-33 {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.image-36 {
  border-radius: 100px;
}

.cms--blog {
  background-image: linear-gradient(#0000000a, #0000000a);
  padding-top: 130px;
  padding-bottom: 130px;
}

.grid-24 {
  grid-column-gap: 74px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr 1fr;
}

.grid-25 {
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.grid-26 {
  grid-column-gap: 74px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
}

.grid-27 {
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
}

.div--features--report {
  background-image: linear-gradient(#0000000a, #0000000a);
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-28 {
  grid-column-gap: 28px;
  grid-template-rows: auto;
}

.features--report--subtitle {
  max-width: 510px;
  margin-top: 24px;
}

.div--custom-integrations {
  padding-top: 130px;
  padding-bottom: 130px;
}

.div--custom-integrations.homepage {
  padding-top: 80px;
}

.custom-integrations--title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.custom-integrations--title.features {
  margin-bottom: 64px;
}

.integrations--subtitle, .custom-integrations--image {
  margin-top: 24px;
}

.image-38.mobile {
  display: none;
}

.image-39 {
  z-index: 3;
  border-radius: 52px;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 2px 24px 8px #00000014;
}

.image-40 {
  border-radius: 52px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 24px 8px #00000014;
}

.success-stories--blog--title {
  margin-bottom: 24px;
}

.switcher {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 160px;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 12px;
  display: flex;
}

.sort-button {
  color: #000;
  background-color: #0000000a;
  border-radius: 160px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px 28px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.sort-button.w--current {
  background-color: var(--red);
  color: #fff;
}

.sort-button.red {
  background-image: linear-gradient(to bottom, var(--red), var(--red));
  text-decoration: none;
}

.sort-button.gray {
  background-image: linear-gradient(#0000000a, #0000000a);
}

.sort-button.gray.filter {
  text-decoration: none;
}

.sort-button.all {
  background-color: var(--red);
  color: #fff;
}

.filters-wrapper {
  display: flex;
}

.filters-wrapper.filter {
  justify-content: center;
}

.grid-29 {
  grid-column-gap: 0px;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  margin-top: 0;
  box-shadow: 0 2px 24px 8px #00000014;
}

.blog--image {
  background-image: linear-gradient(#ffecec, #ffecec);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.blog--content {
  background-image: linear-gradient(#fff, #fff);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 62px;
  padding-right: 62px;
  display: flex;
  position: relative;
}

.blog--content--text {
  margin-top: 16px;
}

.blog--content--icins {
  align-items: center;
  display: flex;
}

.image-41 {
  margin-right: 13px;
}

.div-block-28 {
  align-items: center;
  display: flex;
}

.smal-divider {
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
  width: 22px;
  height: 1px;
  margin-left: 23px;
  margin-right: 23px;
}

.image-42 {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.pagination {
  flex-direction: column;
  margin-top: 64px;
  display: flex;
}

.pagination.mobile {
  display: none;
}

.header-red {
  width: 139px;
  display: block;
  position: absolute;
}

.why-sold--home {
  padding-top: 134px;
}

.image-44 {
  object-fit: cover;
  border-radius: 40px;
  width: 90%;
  height: 100%;
  min-height: 640px;
}

.stories--home {
  padding-top: 124px;
}

.div--article--home {
  padding-top: 234px;
  padding-bottom: 100px;
}

.html-embed-2 {
  color: #fff;
  display: none;
}

.div-block-33 {
  margin-top: 24px;
}

.arrow--menu {
  color: #fff;
  padding-left: 6px;
}

.text-ticker_component {
  color: #fff;
  max-width: 56rem;
  margin-bottom: 0;
  position: relative;
}

.text-ticker_mask {
  float: right;
  color: #111;
  height: 60px;
  padding-left: 1em;
  display: inline-block;
  position: absolute;
  top: 60px;
  left: 243px;
  overflow: hidden;
}

.text-ticker_carousel {
  clear: both;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #86e30f;
  flex-direction: column;
  line-height: 1em;
  display: flex;
}

.text-ticker_carousel.mobile {
  display: none;
}

.text-ticker_mask2 {
  background-color: #32443e;
  height: 60px;
  position: absolute;
  inset: 60px 0% 0% auto;
}

.text-ticker_mask1 {
  background-color: #32443e;
  height: 60px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.overflow-hidden {
  overflow: hidden;
}

.terms-privacy-heading {
  margin-top: 64px;
  margin-bottom: 24px;
}

.image-45 {
  border-radius: 24px;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 12px 24px #0000001f;
}

.image-46 {
  z-index: 10;
  border-radius: 24px;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 12px 24px #0000001f;
}

.image-47 {
  border-radius: 24px;
  position: absolute;
  inset: 0% auto auto 15%;
  box-shadow: 0 12px 24px #0000001f;
}

._42-h {
  display: none;
}

.div-block-36 {
  background-image: linear-gradient(#460f0f, #460f0f);
  height: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.our-work-card-wrapper {
  z-index: 1;
  width: 100%;
  display: none;
  position: relative;
}

.stak-image-wrapper {
  width: 500px;
  height: 630px;
  position: absolute;
  inset: 12% 0% auto;
}

.card-stack-wrapper {
  flex-direction: column;
  height: 600px;
  position: relative;
}

.stack-image {
  z-index: 1;
  object-fit: scale-down;
  border: 5px #fdfce4;
  border-radius: 24px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: transform .6s ease-out, right .6s ease-out, left .6s ease-out, opacity .275s, z-index .425s ease-out;
  position: absolute;
  inset: 0% 0% 0% -20%;
}

.stack-image.stack-1 {
  opacity: 1;
  left: 0%;
}

.stack-image.stack-2 {
  z-index: -1;
  opacity: .7;
  top: -40px;
  left: 40px;
  transform: none;
}

.stack-image.stack-3 {
  z-index: -3;
  opacity: .3;
  top: -80px;
  left: 80px;
  transform: none;
}

.stack-image.copy-3 {
  z-index: -6;
  display: none;
  top: -80px;
  left: 80px;
}

.stack-image.copy-2 {
  z-index: -5;
  display: none;
  top: -80px;
  left: 80px;
}

.stack-image.copy-1 {
  z-index: -4;
  display: none;
  top: -80px;
  left: 80px;
}

.collection-list-wrapper {
  display: block;
}

.pagination-outer {
  display: flex;
}

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

.image-48 {
  border-radius: 40px;
}

.filter-hidden {
  color: #fff0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.main-animation {
  width: 100%;
  max-width: 470px;
  height: 600px;
  padding-right: 0;
  position: absolute;
  inset: 33px 40px 0% auto;
  overflow: visible;
}

._1-image {
  z-index: 7;
  border-radius: 24px;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 24px 8px #00000029;
}

._2-image {
  z-index: 6;
  opacity: .7;
  border-radius: 24px;
  position: absolute;
  inset: auto auto 40px 40px;
  box-shadow: 0 2px 24px 8px #00000029;
}

._3-image {
  z-index: 5;
  opacity: .3;
  border-radius: 24px;
  position: absolute;
  inset: auto auto 80px 80px;
  box-shadow: 0 2px 24px 8px #00000029;
}

._1-image-copy {
  z-index: 4;
  border-radius: 24px;
  display: none;
  position: absolute;
  inset: auto auto 80px 80px;
  box-shadow: 0 2px 24px 8px #00000029;
}

._2-image-copy {
  z-index: 3;
  border-radius: 24px;
  display: none;
  position: absolute;
  inset: auto auto 80px 80px;
  box-shadow: 0 2px 24px 8px #00000029;
}

._3-image-copy {
  z-index: 2;
  border-radius: 24px;
  display: none;
  position: absolute;
  inset: auto auto 80px 80px;
  box-shadow: 0 2px 24px 8px #00000029;
}

.stories-link {
  margin-top: 64px;
  text-decoration: none;
}

.collection-list-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  margin-top: 64px;
}

.image-49 {
  border-radius: 50px 7px 7px 50px;
  width: 60%;
  position: absolute;
  inset: 2% auto auto 0%;
}

.image-50 {
  border-radius: 16px;
  width: 50%;
  position: absolute;
  inset: 7% auto auto 12%;
  box-shadow: 0 8px 24px #00000029;
}

.image-51 {
  z-index: 10;
  border-radius: 16px;
  width: 42%;
  max-width: 110%;
  position: absolute;
  inset: -7% 0% 0% auto;
  box-shadow: 0 8px 24px #00000029;
}

._1px-overflow {
  width: 100%;
  height: 1px;
}

._1px-overflow.home {
  position: relative;
  top: -1px;
}

.partners-contact {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.partners-contact-line {
  grid-column-gap: 30px;
  justify-content: center;
  display: flex;
}

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

.grid-30 {
  grid-column-gap: 52px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  margin-top: 0;
  margin-bottom: 0;
}

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

._38-120-section {
  padding-top: 32px;
  padding-bottom: 120px;
}

.hack-logo {
  height: 48px;
}

.logo-brands {
  max-height: 81px;
}

.image-54, .image-55 {
  max-height: 80px;
}

.div-block-39 {
  width: 472px;
  height: 100%;
}

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

.stories-content {
  width: 100%;
}

.stories-content.hidden {
  display: none;
}

.collection-list-2 {
  display: block;
}

.solution-list-grid {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-detai {
  display: none;
}

.contact-detai.mobile-hidden {
  display: block;
}

@media screen and (min-width: 1280px) {
  .card.contact.mobile-hidden {
    width: 65%;
    max-width: none;
  }

  .contact-form-grid {
    grid-column-gap: 45px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (min-width: 1440px) {
  .home-hero {
    background-position: 50% 100%;
  }

  .split-content.hero-home-left {
    width: 100%;
  }

  .split-content.hero-home-right.slaider {
    width: 82%;
    height: 655px;
    right: 0;
  }

  .title.home {
    max-width: 700px;
  }

  .brand {
    margin-bottom: 0;
  }

  .image-12 {
    inset: 117px 220px auto auto;
  }

  .main-animation.solution {
    right: -80px;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper, .home-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero.other {
    background-position: 50% 88%, 50%;
    height: 800px;
    max-height: 800px;
  }

  .home-hero.other.listing, .home-hero.other._750 {
    background-image: url('../images/Frame-289384-3.png'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
  }

  .home-hero.center.gray--lower {
    background-image: url('../images/Group-289346.svg'), url('../images/back-img.png');
    background-position: 50%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    padding-bottom: 0;
  }

  .grid {
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.hero-home-right.slaider {
    padding-top: 0;
    right: 0;
  }

  .div--partners {
    margin-left: auto;
    margin-right: auto;
  }

  .image-12 {
    inset: 117px 220px auto auto;
  }

  .simple-hero {
    background-image: url('../images/bg-_-conference.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .header-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-18._15px {
    width: 50%;
    left: 43px;
  }

  .image-19._10px {
    width: 60%;
    bottom: 1%;
    right: 20px;
  }

  ._1px-overflow {
    width: 100%;
    height: 1px;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    overflow: visible;
  }

  .home-hero {
    background-image: url('../images/back.svg'), url('../images/Frame-289447-1.png');
    background-position: 50% 100%, 50% 0;
    background-size: cover, cover;
    height: auto;
    margin-top: 0;
    overflow: visible;
  }

  .home-hero.other {
    background-position: 0 100%, 50%;
    height: auto;
    max-height: none;
    margin-top: -171px;
  }

  .home-hero.other.listing {
    margin-top: 0;
  }

  .home-hero.other._750 {
    height: auto;
  }

  .home-hero.center.white--lower {
    background-image: url('../images/Group-289346.svg'), url('../images/back-img.png');
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-hero.center.white--lower.stories {
    margin-top: 0;
  }

  .home-hero.center.gray--lower {
    background-position: 50% 0, 50% 0;
    background-size: auto 1000px, cover;
    margin-top: 0;
  }

  .grid {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-item-wrapper {
    text-align: left;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-item-wrapper.button-header-mobile {
    display: block;
  }

  .nav-item-wrapper.login-mobile {
    padding-top: 20vh;
    padding-bottom: 0;
    display: block;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dropdown-text {
    justify-content: space-between;
  }

  .menu-button-icon {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
  }

  .split-content.header-right {
    display: flex;
  }

  .split-content.header-left.heaser {
    margin-right: 0;
  }

  .split-content.hero-home-left {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .split-content.hero-home-left.other {
    margin-top: 0;
  }

  .split-content.hero-home-left.listing {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .split-content.hero-home-right {
    justify-content: center;
    display: flex;
    inset: 337px 0% auto;
  }

  .split-content.hero-home-right.solutions {
    position: static;
  }

  .split-content.hero-home-right.detail {
    justify-content: center;
    padding-right: 0;
  }

  .split-content.hero-home-right.slaider {
    z-index: 1;
    width: 100%;
    margin-top: 64px;
    top: 0;
    left: 0%;
  }

  .split-content.hero-home-right.slaider.solution {
    height: auto;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .split-content.contact-left {
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.header-right.hidden, .title.dropdown {
    display: none;
  }

  .title.home {
    text-align: center;
    max-width: 600px;
  }

  .menu-button {
    z-index: 100;
    color: #fff;
    background-color: #7545ff00;
    border-radius: 10px;
    width: 52px;
    min-width: 52px;
    height: 52px;
    padding: 0;
    font-size: 30px;
    transition: background-color .35s, transform .35s;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .menu-button:hover {
    background-color: #fff0;
  }

  .menu-button.w--open {
    background-color: #7545ff00;
    transform: scale(.95);
  }

  .menu-line-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .menu-line-middle {
    background-color: #fff;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .login-icon-text {
    font-size: 24px;
  }

  .dropdown-grid {
    background-color: #fff0;
    border-radius: 0;
    grid-template-columns: auto;
    justify-content: start;
    width: 100%;
  }

  .menu-line-bottom {
    background-color: #fff;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .nav-link {
    font-size: 32px;
    display: block;
  }

  .nav-link.login {
    display: none;
  }

  .nav-link.login.mobile {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 24px;
    display: block;
  }

  .nav-menu {
    background-color: #0d0c54;
    width: 100%;
    padding: 116px 24px 36px;
    display: none;
    overflow: auto;
  }

  .dropdown-list {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    margin-top: 0;
  }

  .dropdown-list.w--open {
    background-color: #fff0;
    border-radius: 0;
    position: static;
  }

  .dropdown-header {
    display: block;
  }

  .card.contact {
    max-width: none;
  }

  .card.contact.mobile-hidden {
    display: none;
  }

  .card.contact.desk-hidden {
    margin-top: 64px;
    display: block;
  }

  .drop-div {
    background-color: #0000;
    padding-left: 0;
    padding-right: 30px;
  }

  .drop-div.last {
    background-color: #0000;
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
  }

  .dropdown-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .dropdown-link.red-link {
    color: #fff;
  }

  .brand, .brand.w--current {
    z-index: 100;
  }

  .button-header {
    margin-right: 2vw;
    display: block;
  }

  .button-header.mobile {
    border: 1px solid #7545ff;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    transition: border-color .35s, background-color .35s;
  }

  .button-header.mobile:hover {
    background-color: #0000;
    border-color: #fff;
    transform: none;
  }

  .drop-grid {
    grid-column-gap: 30px;
    background-color: #0000;
    grid-template-columns: auto;
  }

  .image {
    justify-content: center;
    display: none;
  }

  .image.visible {
    padding-left: 0;
    display: flex;
  }

  .home-wrapper {
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .home-wrapper.other {
    margin-top: 0;
    padding-top: 144px;
  }

  .home-wrapper.other.listing {
    padding-top: 134px;
  }

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

  .subtitle.home.other {
    margin-top: 84px;
  }

  .div--partners, .div--partners.mobile {
    display: flex;
  }

  .div--partners.mobile.detail {
    display: block;
  }

  .div--partners.solutions {
    padding-top: 54px;
  }

  .div--partners.detail {
    margin-top: 64px;
    display: flex;
  }

  .partners--logos.up {
    grid-column-gap: 12px;
    margin-top: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .partners--logos.down {
    grid-column-gap: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .partner--logo {
    object-fit: fill;
    margin: 0;
  }

  .partner--logo.india {
    object-fit: fill;
  }

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

  .regular-20.mobile--left {
    text-align: left;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 100px;
  }

  .div--grid._2 {
    position: static;
  }

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

  .h1-5._24mobile._2 {
    font-size: 36px;
  }

  .bold-24 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-24.center {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-24.mobile-left, .bold-24._80px.modile--left, .regular-16 {
    text-align: left;
  }

  .regular-16.gray.center {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .regular-16.gray.mobile-center {
    text-align: center;
  }

  .regular-16.truncate {
    white-space: normal;
    overflow: hidden;
  }

  .card--why {
    min-height: 140px;
    padding: 16px 8px;
  }

  .div--soldoutt-simplifies {
    display: none;
  }

  .div--soldoutt-simplifies.mobile {
    display: block;
  }

  .h2.left {
    padding-bottom: 0;
  }

  .h2.left.mobile-center {
    text-align: center;
  }

  .grid-4 {
    grid-row-gap: 66px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div--features {
    display: flex;
  }

  .div--features.mobile {
    margin-top: 64px;
    display: block;
  }

  .semibold-24.red.mobile-center {
    text-align: center;
  }

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

  .div--dedicated-support {
    margin-top: 64px;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 64px;
  }

  .grid-6.why {
    padding-top: 0;
  }

  .div--image.solution {
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
  }

  .div--banner, .div--banner.listing {
    margin-top: 64px;
  }

  .div--banner.detail {
    padding-top: 0;
  }

  .div--banner.why {
    margin-top: 64px;
  }

  .div--banner.features {
    margin-top: 0;
  }

  .div--events {
    margin-top: 64px;
  }

  .grid-7 {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div--solutions, .div--solutions.mobile {
    display: block;
  }

  .solutions--desk {
    padding-top: 64px;
    padding-bottom: 30px;
    position: static;
  }

  .solutions--cards {
    object-fit: fill;
    flex-direction: row;
    margin-top: 30px;
    margin-left: 30px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .solution-button {
    justify-content: center;
    display: flex;
  }

  .solution-button.comp {
    justify-content: flex-start;
  }

  .solution-button.homepage {
    padding-bottom: 64px;
  }

  .solution-button.homepage.mobile-show {
    display: flex;
  }

  .solution-button.mobile-left {
    justify-content: flex-start;
  }

  .solution-button.mobile-hidden {
    display: none;
  }

  .solution--card {
    flex-direction: column;
    min-width: 250px;
    margin-right: 30px;
  }

  .solution--card--content {
    margin-top: 32px;
    margin-left: 0;
  }

  .grid--solution {
    flex-direction: column;
    margin-left: -30px;
    margin-right: -30px;
  }

  .grid--solution--left {
    padding-left: 30px;
  }

  .grid--solution--right {
    flex-direction: row;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
    overflow: scroll;
  }

  .div--we-hack-ticket-sales {
    display: flex;
  }

  .div--we-hack-ticket-sales.mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .grid-9 {
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .we-hack-ticket-sales {
    display: block;
  }

  .div--without-soldoutt {
    display: none;
  }

  .div--without-soldoutt.mobile {
    background-image: url('../images/Group-289352.svg');
    background-position: 50% 75%;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 40px;
    display: block;
    position: relative;
  }

  .grid--right {
    width: auto;
    height: auto;
    padding: 0;
    position: static;
  }

  .senibold-16.center.gray {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-4 {
    margin-bottom: 32px;
  }

  .div-block-4.no-buttom {
    margin-bottom: 0;
  }

  .div-block-4.mob-hidden {
    display: none;
  }

  .div-block-5 {
    margin-bottom: 0;
  }

  .div--reviews {
    margin-top: 32px;
  }

  .div--reviews.detail {
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .div--reviews.stories {
    padding-bottom: 64px;
  }

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

  .dotted.mobile {
    margin-top: -44px;
    margin-bottom: 44px;
  }

  .div--finalists-in-euvsvirus {
    display: none;
  }

  .div--finalists-in-euvsvirus.mobile {
    background-image: url('../images/Group-289348.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 0;
    margin-top: 180px;
    display: block;
    position: relative;
  }

  .div--finalists-in-euvsvirus.mobile-wrapper {
    background-image: none;
    min-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 64px;
    display: block;
    overflow: hidden;
  }

  .finalists-in-euvsvirus.mobile {
    margin-top: -40px;
  }

  .left--image {
    justify-content: center;
    width: 120%;
    position: relative;
    top: -64px;
    left: -12%;
    overflow: visible;
  }

  .right--card {
    margin-top: 0;
  }

  .div--with-soldoutt {
    display: none;
  }

  .div--with-soldoutt.mobile {
    margin-top: 130px;
    display: block;
  }

  .div--with-soldoutt.mobile.hidden {
    display: none;
  }

  .div--with-soldoutt.ss {
    margin-top: 64px;
    display: block;
  }

  .div-block-7 {
    z-index: 4;
    width: 100%;
    position: static;
    inset: 500px 0% 0%;
  }

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

  .grid-14.why {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 64px;
    display: grid;
  }

  .grid-14.why.team.mobile {
    margin-top: 0;
    display: block;
  }

  .grid-14.why.mobile, .grid-14.why2 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-14.why2.mobile {
    grid-column-gap: 42px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 64px;
    display: grid;
  }

  .div--image--little {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div--brands.why {
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div--brands.mobile {
    display: block;
  }

  .div--brands._230--top--mardin--delete-after {
    margin-top: 130px;
  }

  .brands2 {
    margin-bottom: 0;
  }

  .image-11.other {
    width: 150%;
    max-width: 150%;
    bottom: -2px;
  }

  .image-12 {
    z-index: 4;
    width: 116%;
    max-width: 120%;
    position: relative;
    inset: 0 0% auto;
  }

  .chavali {
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 24px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .chavali._2 {
    justify-content: center;
    margin-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .chavali--pic {
    margin-right: 16px;
  }

  .div-block-12 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .div-block-13 {
    background-image: linear-gradient(#0000001a, #0000001a);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-14 {
    margin-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-15 {
    margin-bottom: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .simple-hero {
    margin-top: 0;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact--partners {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .burger--button {
    display: block;
  }

  .nav-item-wrapper-2 {
    text-align: left;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-item-wrapper-2.button-header-mobile {
    display: block;
  }

  .nav-item-wrapper-2.login-mobile {
    padding-top: 20vh;
    padding-bottom: 0;
    display: none;
  }

  .header-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    inset: 0% 0% auto;
  }

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

  .nav-link-2 {
    font-size: 32px;
    display: block;
  }

  .nav-link-2.dropdown {
    justify-content: space-between;
    align-items: stretch;
  }

  .nav-link-2.login {
    display: none;
  }

  .nav-link-2.login.mobile {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 24px;
    display: block;
  }

  .nav-menu-2 {
    z-index: 5;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #000c;
    width: 100%;
    padding: 116px 24px 36px;
    overflow: auto;
  }

  .drop-div-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 30px;
  }

  .brand-2, .brand-2.w--current {
    z-index: 100;
  }

  .button-header-2 {
    margin-right: 2vw;
    display: block;
  }

  .button-header-2.mobile {
    border: 1px solid #7545ff;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    transition: border-color .35s, background-color .35s;
  }

  .button-header-2.mobile:hover {
    background-color: #0000;
    border-color: #fff;
    transform: none;
  }

  .menu-button-wrapper-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .mobile-header-empty {
    display: none;
  }

  .image-18 {
    left: 10%;
  }

  .image-18.cards {
    top: 0;
  }

  .image-18._15px {
    display: none;
  }

  .image-19 {
    right: 10%;
  }

  .image-19.cards {
    bottom: 0;
  }

  .image-19._10px {
    object-fit: contain;
    display: none;
  }

  .image-19.mobile-show {
    z-index: 2;
    width: 60%;
    display: block;
    bottom: 0%;
  }

  .image-19.mobile-show-2 {
    display: block;
    inset: 0% auto auto 17%;
  }

  .image-19.job-openings {
    bottom: 0;
  }

  .div--bar {
    min-width: 0;
    display: none;
  }

  .div-block-18 {
    background-image: linear-gradient(#0000000a, #0000000a);
    display: none;
    position: absolute;
    inset: 0% 0% 15%;
  }

  .div-block-19 {
    background-image: url('../images/bg-1.png');
    background-position: 50%;
    background-size: cover;
    position: absolute;
    inset: 0% 0% 10%;
  }

  .bar--mobile {
    display: none;
  }

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

  .grid-16.solutions, .grid-16.detail {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div--section--features {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div--section--features.first {
    margin-top: 64px;
  }

  .grid-17 {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-17.under {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    margin-top: 24px;
  }

  .div--diagram.normal {
    justify-content: center;
    display: flex;
  }

  .div--diagram.mob {
    display: none;
  }

  .div--diagram.mobile {
    justify-content: center;
    display: flex;
  }

  .div--diagram.mobile._24 {
    margin-bottom: 24px;
  }

  .div--diagram.mobile._2-cards {
    width: 420px;
    height: 720px;
    position: relative;
  }

  .grid-18 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .title--center.success-stories {
    margin-top: 0;
    margin-bottom: 48px;
  }

  .div--solution {
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .solution--card--page-img {
    justify-content: center;
    display: flex;
  }

  .div--ideal-partner {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bold-48.center {
    font-size: 32px;
  }

  .grid-20 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div--features--detail {
    display: none;
  }

  .div--features--detail.mibile {
    padding-top: 64px;
    padding-bottom: 64px;
    display: block;
  }

  .div--div--dedicated-support-component, .div--div--dedicated-support-component.mobile {
    display: block;
  }

  .home--image--center {
    padding-bottom: 0;
  }

  .home--deskription {
    padding-top: 64px;
  }

  .soldoutt-s-story {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .with-soldoutt {
    display: none;
  }

  .with-soldoutt.mobile {
    background-image: url('../images/Group-289355.svg');
    background-position: 50% 100%;
    background-size: auto;
    padding-top: 64px;
    display: block;
    position: relative;
  }

  .the-pandemic {
    display: none;
  }

  .the-pandemic.mobile {
    padding-top: 100px;
    padding-bottom: 64px;
    display: block;
  }

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

  .image-27 {
    width: 110%;
    max-width: 110%;
    margin-bottom: 24px;
    position: relative;
    inset: -7% 5% auto -7%;
  }

  .how-we-are, .partners--why {
    padding-bottom: 64px;
  }

  .the-team {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .the-team--title {
    padding-top: 0;
  }

  .div-block-22 {
    width: 110%;
    margin-bottom: 36px;
    position: relative;
    left: -10%;
  }

  .div-block-23.sprint--hidden, .button--container.features--mobile.sprint--hidden {
    display: none;
  }

  .arrow--mobile---menu {
    display: block;
  }

  .divv-article {
    padding-top: 64px;
  }

  .div--article--list {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .article--list--button {
    display: none;
  }

  .grid-23 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .article--button--mobile {
    margin-top: 64px;
    display: flex;
  }

  .image-33, .image-34, .image-35 {
    width: 100%;
  }

  .button--why {
    justify-content: center;
    margin-top: 24px;
    display: flex;
  }

  .cms--blog {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid-24 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-25 {
    grid-row-gap: 0px;
  }

  .grid-26 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-28 {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .features--report--subtitle {
    max-width: none;
  }

  .div--custom-integrations {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div--custom-integrations.homepage {
    padding-top: 64px;
  }

  .image-37, .image-38 {
    width: 100%;
  }

  .switcher {
    justify-content: space-between;
  }

  .sort-button.gray {
    justify-content: center;
    min-width: 128px;
    display: flex;
  }

  .grid-29 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.4fr;
  }

  .blog--image {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .blog--content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding: 40px;
  }

  .image-42 {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .pagination {
    display: block;
  }

  .pagination.mobile {
    display: none;
  }

  .why-sold--home {
    padding-top: 144px;
  }

  .image-44 {
    width: 80%;
  }

  .stories--home {
    padding-top: 134px;
  }

  .div--article--home {
    padding-top: 234px;
    padding-bottom: 0;
  }

  .arrow--menu {
    display: none;
  }

  .text-ticker_mask {
    padding-left: 0;
    inset: 116px 0% auto;
  }

  .video-mobile.hidden {
    display: none;
  }

  .lottie-animation-3 {
    position: absolute;
    inset: 0%;
  }

  .image-45 {
    left: 10%;
  }

  .image-46 {
    right: 11%;
  }

  .our-work-card-wrapper {
    display: flex;
  }

  .main-animation {
    width: 470px;
    position: relative;
    left: auto;
    right: 0;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .image-49 {
    left: -6%;
  }

  .image-50 {
    left: 7%;
  }

  .image-51 {
    top: -9%;
    right: 5%;
  }

  .grid-30 {
    grid-template-columns: max-content max-content max-content;
    margin-bottom: 0;
  }

  ._38-120-section {
    padding-bottom: 0;
  }

  .solution-list-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .contact-detai {
    margin-top: 64px;
  }

  .contact-detai.mobile-hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .home-hero.center.white--lower.stories {
    overflow: hidden;
  }

  .grid.mainblock {
    padding-top: 0;
  }

  .nav-item-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .header-navigation {
    margin-top: 64px;
  }

  .split-content.hero-home-left.listing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .split-content.hero-home-right.slaider {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 33px;
    top: 0;
    left: -6%;
  }

  .split-content.hero-home-right.slaider.solution {
    margin-bottom: 33px;
    padding-top: 0;
  }

  .split-content.contact-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .title.home.homepage {
    min-width: 504px;
  }

  .title.features.small {
    font-size: 24px;
  }

  .menu-button {
    width: 47px;
    min-width: 47px;
    height: 47px;
  }

  .nav-link {
    font-size: 28px;
  }

  .nav-link.login.mobile {
    font-size: 20px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .card.contact {
    padding: 50px 40px 40px;
  }

  .drop-div, .drop-div.last {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-header {
    display: none;
  }

  .button-header.mobile {
    font-size: 20px;
    display: block;
  }

  .drop-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .image.visible {
    height: 600px;
  }

  .home-wrapper {
    flex-direction: column;
  }

  .partners--logos.down {
    flex-wrap: nowrap;
    align-items: center;
    padding: 8px 30px;
  }

  .partner--logo {
    object-fit: contain;
    width: 25%;
  }

  .partner--logo.india {
    object-fit: contain;
  }

  .regular-20.white {
    font-size: 16px;
  }

  .h1-5._24mobile._2 {
    font-size: 24px;
  }

  .solutions--cards {
    margin-left: 30px;
  }

  .div--we-hack-ticket-sales {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div--we-hack-ticket-sales.mobile {
    overflow: hidden;
  }

  .grid-9 {
    grid-row-gap: 32px;
  }

  .div--without-soldoutt.mobile, .div--reviews.stories {
    overflow: hidden;
  }

  .div--finalists-in-euvsvirus.mobile {
    overflow: visible;
  }

  .left--image {
    left: -10%;
  }

  .div--with-soldoutt.ss {
    overflow: hidden;
  }

  .grid-14.why2 {
    margin-top: 100px;
  }

  .div--image--little {
    height: 530px;
    min-height: 500px;
    max-height: 550px;
  }

  .div--brands.why {
    overflow: hidden;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .success.contact {
    padding: 50px 40px 40px;
  }

  .nav-item-wrapper-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item-wrapper-2.button-header-mobile {
    display: none;
  }

  .header-2 {
    margin-top: 0;
    margin-bottom: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-link-2 {
    font-size: 28px;
  }

  .nav-link-2.login.mobile {
    font-size: 20px;
  }

  .nav-menu-2 {
    padding-top: 100px;
  }

  .drop-div-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-header-2 {
    display: none;
  }

  .button-header-2.mobile {
    font-size: 20px;
    display: block;
  }

  .button-header-2.mobile.menu {
    background-color: var(--red);
    border-width: 0;
    border-color: #fff;
    font-size: 18px;
  }

  .menu-button-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-header-empty {
    width: 47px;
    height: 47px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .mobile-header-empty.right {
    display: none;
  }

  .image-17._100px {
    padding-top: 50px;
  }

  .image-19.mobile-show {
    width: auto;
    height: 200px;
  }

  .image-19.job-openings {
    bottom: 0;
  }

  .bar {
    display: none;
  }

  .bar--mobile {
    border-radius: 25px;
    width: 100%;
    display: block;
    box-shadow: 0 8px 25px #00000029;
  }

  .solution-img {
    height: 250px;
  }

  .div-block-24 {
    margin-top: 130px;
    display: block;
  }

  .cms--blog {
    overflow: hidden;
  }

  .image-38 {
    display: none;
  }

  .image-38.mobile {
    display: block;
  }

  .switcher.filter {
    grid-row-gap: 24px;
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .sort-button.marketing {
    margin-top: 0;
  }

  .filters-wrapper._2-lines {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .image-44 {
    width: 100%;
    min-height: 600px;
  }

  .div--article--home {
    padding-top: 134px;
  }

  .text-ticker_mask {
    height: 3.5rem;
    padding-left: 0;
  }

  .text-ticker_carousel {
    display: flex;
  }

  .image-45 {
    z-index: 11;
    width: 90%;
    left: 0%;
  }

  .image-46 {
    top: 20%;
    right: 0%;
  }

  .image-47 {
    width: 50%;
    max-width: 120%;
    left: 21%;
  }

  .card-stack-wrapper {
    height: 400px;
  }

  .stack-image {
    border-radius: 63px;
  }

  .image-48 {
    border-radius: 30px;
  }

  .main-animation {
    width: 400px;
    height: 500px;
    top: 0;
    left: 56px;
  }

  .main-animation.solution {
    height: 470px;
  }

  ._1-image, ._2-image, ._3-image, ._1-image-copy, ._2-image-copy, ._3-image-copy {
    width: 70%;
  }

  .image-49 {
    z-index: 15;
    width: auto;
    height: 100%;
    inset: 8% auto auto 4%;
  }

  .image-50 {
    width: auto;
    height: 70%;
    left: 7%;
  }

  .image-51 {
    width: auto;
    height: 100%;
    top: -4%;
  }

  ._1px-overflow.home {
    height: 3px;
    top: 2px;
  }

  .hack-logo {
    width: 20%;
  }

  .div-block-38 {
    grid-row-gap: 11px;
    flex-flow: wrap;
    display: flex;
  }

  .solution-list-grid {
    grid-row-gap: 24px;
  }

  .contact-detai {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: visible;
  }

  .home-hero {
    background-image: url('../images/back.svg'), url('../images/Rectangle-3239.svg'), url('../images/Frame-289447-1.png');
    background-position: 50% 100%, 50% 100%, 50% 110%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, auto, cover;
    margin-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .home-hero.other {
    background-image: url('../images/mobile--bg.svg'), url('../images/back-img.png');
    background-position: 50% 100%, 50%;
    background-size: cover, cover;
    height: auto;
    margin-top: -160px;
    padding-bottom: 0;
  }

  .home-hero.other.listing {
    height: auto;
    margin-top: 0;
    overflow: hidden;
  }

  .home-hero.other.mobile--detail {
    background-position: 0 100%, 50%;
  }

  .home-hero.center.white--lower {
    background-image: url('../images/mobile--bg--gray.svg'), url('../images/back-img.png');
    background-position: 50% 100%, 50%;
    background-size: cover, cover;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-hero.center.white--lower.stories {
    background-position: 50% 95%, 50%;
    margin-top: 0;
  }

  .home-hero.center.gray--lower {
    background-image: url('../images/mobile--bg--gray.svg'), url('../images/back-img.png');
    background-position: 50% 100%, 50% 0;
    background-size: cover, cover;
    margin-top: 0;
    padding-bottom: 0;
  }

  .grid {
    margin-left: 24px;
    margin-right: 24px;
  }

  .header {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .header-navigation {
    margin-top: 70px;
    display: flex;
  }

  .split-content.header-left {
    justify-content: center;
    margin-right: 0;
  }

  .split-content.hero-home-left {
    height: auto;
    margin-top: 0;
    position: static;
  }

  .split-content.hero-home-right {
    margin-top: 0;
    position: static;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .split-content.hero-home-right.other, .split-content.hero-home-right.detail {
    margin-top: 0;
  }

  .split-content.hero-home-right.slaider {
    height: auto;
    margin-top: 48px;
    padding-top: 0;
    top: 0;
    left: 0%;
  }

  .split-content.hero-home-right.slaider.solution {
    margin-bottom: 33px;
  }

  .split-content.contact-left {
    margin-bottom: 0;
  }

  .split-content.mobile {
    display: block;
  }

  .split-content.header-right.hidden {
    display: none;
  }

  .title.home {
    font-size: 24px;
  }

  .title.home.homepage {
    min-width: 320px;
    max-width: 360px;
  }

  .title.features {
    font-size: 24px;
  }

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

  .menu-button {
    align-items: center;
    width: 50px;
    min-width: 40px;
    height: 44px;
    margin-right: -10px;
    font-size: 26px;
    display: block;
  }

  .menu-button:hover {
    background-color: #3c16a800;
  }

  .menu-button.w--open {
    background-color: #7545ff00;
  }

  .button-primary {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary.outline.not-100, .button-primary.fullred.not-100 {
    width: auto;
  }

  .header-logo {
    width: auto;
    height: 40px;
    display: block;
  }

  .dropdown-grid {
    background-color: #0000;
    grid-template-columns: auto;
  }

  .nav-link {
    font-weight: 700;
  }

  .nav-link.login {
    display: none;
  }

  .nav-link.login.mobile {
    font-size: 18px;
  }

  .nav-menu {
    padding-top: 90px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
  }

  .dropdown-header {
    flex-direction: column;
    display: flex;
  }

  .card.contact {
    margin-top: 64px;
    padding: 48px 20px;
  }

  .card.contact.mobile-hidden {
    display: none;
  }

  .card.contact.desk-hidden {
    display: block;
  }

  .drop-div {
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .drop-div.last {
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .dropdown-link {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .dropdown-link:hover {
    color: #fff;
  }

  .brand {
    margin-right: 0;
  }

  .button-header {
    display: none;
  }

  .button-header.mobile {
    font-size: 18px;
  }

  .image {
    display: none;
  }

  .image.visible {
    height: 500px;
  }

  .home-wrapper {
    flex-direction: column;
    padding-top: 106px;
  }

  .home-wrapper.other {
    margin-top: 0;
    padding-top: 106px;
  }

  .home-wrapper.other.listing, .home-wrapper.other.detail {
    padding-top: 106px;
  }

  .regular-24 {
    font-size: 16px;
  }

  .subtitle.home.other {
    margin-top: 60px;
  }

  .subtitle.partners {
    margin-top: 48px;
  }

  .div--partners {
    margin-top: 80px;
    display: block;
  }

  .div--partners.mobile {
    margin-top: 64px;
    display: block;
  }

  .div--partners.mobile.listing {
    margin-top: 0;
    padding-top: 64px;
  }

  .div--partners.mobile.detail {
    margin-top: 0;
  }

  .partners--logos.up {
    grid-column-gap: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .partners--logos.down {
    grid-column-gap: 5px;
    padding: 0 30px;
  }

  .partner--logo {
    object-fit: contain;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .partner--logo.india {
    object-fit: contain;
    height: 48px;
  }

  .regular-20.center {
    font-size: 16px;
  }

  .grid-2 {
    padding-top: 48px;
    padding-bottom: 120px;
  }

  .h1-5 {
    font-size: 32px;
  }

  .h1-5._24mobile {
    font-size: 24px;
  }

  .h1-5._24mobile._2 {
    font-size: 18px;
  }

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

  .bold-24._80px.modile--left.non80 {
    min-height: 0;
    margin-bottom: 8px;
  }

  .regular-16 {
    text-align: left;
  }

  .regular-16.center {
    margin-right: 0;
  }

  .regular-16.center._2 {
    font-size: 12px;
  }

  .regular-16.gray.center {
    padding-left: 0;
    padding-right: 0;
  }

  .regular-16.gray.mobile-center, .regular-16.cent {
    text-align: center;
  }

  .regular-16.truncate {
    width: 250px;
  }

  .factoids {
    bottom: -50px;
  }

  .grid-3 {
    grid-column-gap: 8px;
  }

  .card--why {
    min-height: 110px;
  }

  .div--soldoutt-simplifies.mobile {
    margin-top: 118px;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.left.mobile-center {
    text-align: center;
  }

  .h2.white.mobile-22 {
    font-size: 22px;
  }

  .check-description {
    align-items: flex-start;
  }

  .div--features {
    margin-top: 64px;
    display: block;
  }

  .div--features.mobile {
    margin-top: 64px;
  }

  .semibold-24.red {
    text-align: left;
  }

  .semibold-24.red.mobile-center {
    text-align: center;
  }

  .div--dedicated-support {
    margin-top: 64px;
  }

  .grid-6 {
    padding-top: 64px;
  }

  .grid-6.why {
    grid-row-gap: 40px;
    margin-top: 0;
  }

  .grid-6.why._2, .div--banner {
    margin-top: 64px;
  }

  .div--banner.features {
    margin-top: 0;
  }

  .banner--background {
    background-position: 50% 70%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 600px, auto;
  }

  .banner--content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div--events {
    margin-top: 64px;
  }

  .grid-7 {
    grid-row-gap: 48px;
  }

  .div--solutions.mobile {
    margin-top: 64px;
  }

  .solutions--desk {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .solutions--cards {
    margin-left: 24px;
  }

  .solution-button {
    margin-top: 0;
  }

  .solution-button.comp {
    margin-top: 24px;
  }

  .solution-button.homepage.mobile-show {
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .solution-button.mobile-left {
    margin-top: 24px;
  }

  .solution--card {
    min-width: 300px;
    margin-bottom: 74px;
    margin-right: 24px;
    padding: 40px;
  }

  .solution--card--content {
    margin-top: 32px;
  }

  .grid--solution--right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 24px;
    overflow: scroll;
  }

  .div--we-hack-ticket-sales {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div--we-hack-ticket-sales.mobile {
    margin-top: 0;
  }

  .div--without-soldoutt.mobile {
    background-position: 50% 100%;
    background-size: cover;
    padding-bottom: 40px;
  }

  .div-block-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-4.no-buttom {
    margin-bottom: 0;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .rewiews--button {
    margin-top: 24px;
  }

  .div--finalists-in-euvsvirus.mobile {
    background-image: url('../images/Group-289348-1.png');
    background-position: 50% 100%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    min-height: 0;
    margin-top: 130px;
    margin-bottom: 0;
    display: flex;
  }

  .finalists-in-euvsvirus {
    margin-top: 241px;
    position: static;
    inset: auto 0% 0%;
  }

  .div--with-soldoutt.mobile {
    margin-top: 128px;
    position: relative;
  }

  .div--with-soldoutt.ss {
    overflow: visible;
  }

  .div-block-7 {
    position: static;
    top: 215px;
  }

  .grid-14 {
    grid-row-gap: 64px;
  }

  .grid-14.why.team.mobile {
    grid-column-gap: 42px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-14.why2 {
    margin-top: 64px;
  }

  .grid-14.why2.mobile {
    margin-bottom: 0;
  }

  .div--image--little {
    justify-content: flex-end;
    align-items: center;
    height: 400px;
    padding: 0;
  }

  .div--image--little.cards--why {
    height: 400px;
  }

  .div--image--little.hcok {
    height: 420px;
  }

  .div--brands {
    display: none;
  }

  .div--brands.why {
    display: block;
  }

  .div--brands.mobile {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .div--brands._230--top--mardin--delete-after {
    display: flex;
  }

  .div--map {
    width: 140%;
    left: -26%;
    right: 0%;
  }

  .div--logos {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brands2 {
    margin-bottom: 0;
  }

  .image-10 {
    height: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .soldoutt-is-a-dna {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer {
    padding-bottom: 24px;
    display: block;
  }

  .footer.mobile {
    background-image: url('../images/64133e1455e38d63ffb8eaf2_s-1.png');
    display: block;
  }

  .footer-wrapper {
    padding-top: 64px;
  }

  .grid-15 {
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer--menu {
    align-items: flex-start;
  }

  .footer--down {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 12px;
    display: grid;
  }

  .all-rights-reserved, .privacy-policy {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .link-block {
    margin-left: 0;
  }

  .link-block.terms {
    margin-right: 12px;
  }

  .link-block.privacy {
    margin-left: 12px;
  }

  .temporary {
    width: 100%;
    height: 100%;
    margin-top: 48px;
    margin-right: 0;
    position: static;
    top: 100px;
    left: 0%;
    right: 0%;
  }

  .temporary.solutions {
    top: 55px;
  }

  .image-12 {
    top: -5%;
  }

  .chavali {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-13 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .simple-hero {
    margin-top: -165px;
    padding-top: 165px;
  }

  .hero--container {
    padding-top: 106px;
    padding-bottom: 100px;
  }

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

  .contact--wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 64px;
    display: block;
  }

  .contact--wrapper.mobile {
    display: block;
  }

  .input, .text-area {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-form-grid {
    grid-row-gap: 20px;
  }

  .contact-social-media-grid {
    grid-template-columns: auto auto auto;
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 64px;
    display: flex;
  }

  .success.contact {
    padding: 40px 20px;
  }

  .contact--partners {
    margin-top: 64px;
  }

  .contact--partners--title {
    margin-bottom: 64px;
  }

  ._32x32 {
    width: 32px;
    height: 32px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-14 {
    z-index: 100;
    position: relative;
  }

  .image-15 {
    min-width: 220px;
  }

  .nav-item-wrapper-2 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .nav-item-wrapper-2.button-header-mobile {
    margin-top: 43vh;
    margin-bottom: 0;
    display: none;
  }

  .nav-item-wrapper-2.login-mobile {
    display: none;
  }

  .header-2 {
    margin-top: 0;
    margin-bottom: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
  }

  .container-header-2 {
    align-items: center;
    height: 40px;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-2.dropdown {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .nav-link-2.login {
    display: none;
  }

  .nav-link-2.login.mobile {
    font-size: 18px;
  }

  .nav-menu-2 {
    z-index: 1000;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-top: 0;
    padding: 82px 16px 0;
    display: block;
    inset: 0%;
  }

  .drop-div-2 {
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .brand-2 {
    max-width: none;
    margin-bottom: 0;
  }

  .brand-2.w--current {
    align-items: center;
    max-width: none;
    margin-bottom: 0;
    padding-top: 0;
  }

  .button-header-2.mobile {
    background-color: #7545ff00;
    border-color: #fff;
    font-size: 18px;
  }

  .button-header-2.mobile.menu {
    background-color: var(--red);
    border-width: 0;
  }

  .menu-button-wrapper-2 {
    width: 44px;
    height: 44px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .mobile-header-empty {
    width: 32px;
    height: 32px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .image-17._100px {
    padding-top: 0;
  }

  .image-18 {
    width: auto;
    height: 250px;
    inset: 0% auto auto 0%;
  }

  .image-18.cards {
    width: 70%;
    inset: 0% auto auto 10px;
  }

  .image-18.job-openings {
    width: auto;
  }

  .image-19 {
    width: auto;
    height: 350px;
    inset: auto 0% 0% auto;
  }

  .image-19.cards {
    width: 70%;
    inset: auto 10px 0% auto;
  }

  .image-19.mobile-show {
    width: auto;
    height: 200px;
    bottom: 0%;
  }

  .image-19.mobile-show-2 {
    width: auto;
    left: 0%;
  }

  .image-19.job-openings {
    object-fit: cover;
    width: auto;
    height: 70%;
    bottom: 0;
    right: 0;
  }

  .hack--logos {
    display: flex;
  }

  .bar {
    display: none;
  }

  .image-22 {
    display: inline-block;
  }

  .map--nav {
    width: 38px;
    top: 17%;
    left: 15%;
  }

  .map--nav._2 {
    top: 19%;
    right: 11%;
  }

  .map--nav._3 {
    top: 27%;
    right: 9%;
  }

  .map--nav._4 {
    top: 34%;
    right: 7%;
  }

  .map--nav._5 {
    top: 29%;
    right: 17%;
  }

  .map--nav._6 {
    top: 39%;
    right: 14%;
  }

  .map--nav._7 {
    top: 35%;
    right: 15.5%;
  }

  .div-block-17 {
    height: 24px;
  }

  .div-block-18, .div-block-19 {
    display: none;
  }

  .bar--mobile {
    border-radius: 25px;
    width: 100%;
    display: inline-block;
    box-shadow: 0 8px 25px #00000029;
  }

  .html-text._2 {
    margin-top: -40px;
    margin-bottom: 24px;
  }

  .html-embed {
    margin-bottom: 12px;
  }

  .bold-32, .bold-32.center {
    font-size: 24px;
  }

  .bold-32.center._32 {
    font-size: 32px;
  }

  .div--diagram.mobile._2-cards {
    width: 100%;
    height: auto;
  }

  .title--center.success-stories {
    margin-top: 0;
    margin-bottom: 0;
  }

  .title--center.article {
    padding-bottom: 24px;
  }

  .subtitle--center.article {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div--solution {
    margin-top: 64px;
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .grid-19 {
    grid-row-gap: 24px;
  }

  .solution--card--page {
    padding: 0;
  }

  .solution--card--page--text {
    padding-bottom: 32px;
  }

  .solution-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 230px;
  }

  .bold-48.center {
    font-size: 24px;
  }

  .bold-48.center._32 {
    font-size: 32px;
  }

  .home--image--center, .home--image--center.stories {
    padding-bottom: 0;
  }

  .home--deskription {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .get-to-know-us--button {
    justify-content: center;
    display: flex;
  }

  .with-soldoutt.mobile {
    background-image: url('../images/Group-289355.svg');
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 64px;
  }

  .the-pandemic.mobile {
    padding-bottom: 64px;
  }

  .grid-21 {
    grid-template-rows: auto;
  }

  .image-27 {
    inset: 0% 0% auto -7%;
  }

  .how-we-are {
    padding-bottom: 64px;
  }

  .partners--why {
    padding-top: 64px;
  }

  .partners--why--title {
    margin-top: 0;
    margin-bottom: 48px;
  }

  .the-team--title {
    padding-top: 0;
  }

  .see-job-openings-here--button {
    justify-content: flex-start;
    display: flex;
  }

  .div-block-22 {
    height: 260px;
    margin-bottom: 0;
    position: relative;
  }

  .div-block-23 {
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-23.sprint--hidden {
    display: none;
  }

  .image-28 {
    display: none;
    position: static;
    left: -10%;
    right: 10%;
  }

  .button--container {
    justify-content: center;
    display: flex;
  }

  .button--container._24 {
    justify-content: flex-start;
    margin-top: 24px;
  }

  .button--container.banner, .button--container.center {
    justify-content: center;
  }

  .button--container.home--left {
    justify-content: flex-start;
  }

  .button--container.features--mobile {
    margin-top: 32px;
  }

  .button--container.features--mobile.sprint--hidden {
    display: none;
  }

  .arrow--mobile---menu {
    display: block;
  }

  .div-block-24 {
    margin-top: 130px;
    position: static;
    inset: auto 16px -31px;
  }

  .lottie-animation-2 {
    width: 44px;
    height: 44px;
  }

  .divv-article {
    padding-top: 0;
  }

  .grid--810 {
    margin-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .article--author {
    align-items: center;
    padding-right: 15px;
  }

  .article--author._24 {
    padding-left: 20px;
  }

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

  .author--name {
    min-width: 0;
  }

  .div--article--list {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 0;
  }

  .article-card {
    min-height: 0;
    padding-bottom: 32px;
  }

  .regular-18.gray {
    margin-bottom: 0;
  }

  .image-36 {
    width: 100px;
    height: 100px;
  }

  .div-block-26 {
    background-image: url('../images/img-map.svg');
    background-position: 50%;
    background-size: cover;
    height: 220px;
  }

  .grid-27 {
    grid-row-gap: 0px;
  }

  .image-39 {
    width: 272px;
  }

  .image-40 {
    width: 250px;
  }

  ._2col--image--sk {
    background-image: linear-gradient(#0000, #0000);
    width: 100%;
    height: 580px;
    min-height: 580px;
  }

  .switcher {
    border-radius: 32px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .switcher.filter {
    grid-row-gap: 10px;
    flex-direction: row;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sort-button.red {
    min-height: 44px;
    display: flex;
  }

  .sort-button.gray {
    justify-content: center;
    min-width: 128px;
    display: flex;
  }

  .sort-button.gray.filter {
    min-width: 0;
  }

  .sort-button.tech, .sort-button.growth {
    margin-top: 0;
  }

  .sort-button.marketing {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sort-button.all {
    margin-top: 0;
  }

  .filters-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .filters-wrapper.filter {
    height: 100%;
  }

  .filters-wrapper._10px {
    margin-top: 10px;
  }

  .blog--content {
    padding: 20px;
  }

  .image-42 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .header-red {
    display: block;
  }

  .div-block-32 {
    justify-content: center;
    margin-top: 12px;
    display: flex;
  }

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

  .why-sold--home {
    padding-top: 106px;
  }

  .image-44 {
    min-height: 387px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .stories--home {
    padding-top: 106px;
  }

  .div--article--home {
    padding-top: 106px;
    padding-bottom: 0;
  }

  .html-embed-2 {
    display: none;
  }

  .text-ticker_mask {
    height: 36px;
    padding-left: 0;
    top: 74px;
  }

  .text-ticker_carousel {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: none;
  }

  .text-ticker_carousel.mobile {
    display: flex;
  }

  .video-mobile.hidden {
    display: none;
  }

  .lottie-animation-3 {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .image-45 {
    z-index: 11;
    width: 95%;
    left: 0%;
  }

  .image-46 {
    width: 55%;
    top: 25%;
    right: 0%;
  }

  .image-47 {
    width: 70%;
    left: 10%;
  }

  .div-block-34 {
    z-index: 0;
    background-image: linear-gradient(#000c, #000c);
    position: absolute;
    inset: -44% 0% 0%;
  }

  .div-block-35 {
    background-color: #000c;
  }

  ._42-h {
    width: 100%;
    height: 42px;
  }

  .our-work-card-wrapper {
    margin-left: 0;
  }

  .card-stack-wrapper {
    height: 400px;
    left: -20px;
  }

  .stack-image {
    border-radius: 0;
    height: 92vw;
  }

  .stack-image.stack-1 {
    height: 350px;
    top: 60px;
  }

  .stack-image.stack-3 {
    left: 28%;
  }

  .stack-image.stack-2 {
    height: 350px;
    top: 30px;
    left: 30px;
  }

  .stack-image.stack-3 {
    height: 350px;
    top: 0;
    left: 60px;
  }

  .image-48 {
    border-radius: 20px;
  }

  .main-animation {
    width: auto;
    min-width: 273px;
    height: 370px;
    top: 0;
    left: 1%;
    right: 0%;
  }

  .main-animation.solution {
    width: auto;
    min-width: 272px;
    height: 370px;
    left: 2%;
  }

  ._1-image {
    width: 232px;
  }

  ._2-image {
    width: 232px;
    bottom: 20px;
    left: 20px;
  }

  ._3-image, ._1-image-copy, ._2-image-copy, ._3-image-copy {
    width: 232px;
    bottom: 40px;
    left: 40px;
  }

  .image-49 {
    width: 81%;
    height: auto;
    inset: auto auto 0% 0%;
  }

  .image-50 {
    width: 60%;
    height: auto;
    top: 19%;
    left: 4%;
  }

  .image-51 {
    height: 90%;
    position: relative;
    top: 0%;
    right: 0%;
  }

  .partners-contact {
    grid-row-gap: 10px;
  }

  .partners-contact-line {
    flex-wrap: nowrap;
  }

  .logo-contact {
    width: 25%;
  }

  .grid-30 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hack-logo {
    object-fit: contain;
    width: 20%;
  }

  .gfc-logo {
    width: 25%;
  }

  .home-overflow {
    z-index: 1;
    width: 100%;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 55px;
  }

  .div-block-38 {
    grid-row-gap: 11px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .map-img {
    width: 100%;
  }

  .logo-brands {
    max-height: 80px;
  }

  .contact-detai {
    margin-top: 0;
  }
}

#w-node-_73aca80f-9d6c-79b7-2684-97ac54e9f25d-bd5da1db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24aba2f9-6b4c-d935-02b7-9dcdcf930a6e-bd5da1db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_15df0280-e553-7de5-353e-d588a080c513-bd5da1db, #w-node-a3fa95e2-c4b9-6559-bf1b-cf4e79ba67e4-bd5da1db, #w-node-_14797b43-7d54-1052-8488-2097a2966ca5-bd5da1db, #w-node-_830da957-4928-8c45-f063-ee48cfe45d74-bd5da1db, #w-node-dff7d537-2894-adfb-5f13-9a30a7a2f1ad-bd5da1db, #w-node-a261c79f-d5c1-1c85-aead-fe9c600ebef5-bd5da1db, #w-node-c6cb64c3-15cf-dfff-f65b-eea66c9f6799-bd5da1db, #w-node-ac046577-e120-4684-5161-a80c7e32e5e8-bd5da1db, #w-node-bd79264b-c580-bc23-abe6-a149d72ed635-bd5da1db, #w-node-dffe0658-b49d-e36b-f2ea-a25dfcdc0bd7-bd5da1db, #w-node-dffe0658-b49d-e36b-f2ea-a25dfcdc0bd8-bd5da1db, #w-node-dffe0658-b49d-e36b-f2ea-a25dfcdc0c16-bd5da1db, #w-node-dffe0658-b49d-e36b-f2ea-a25dfcdc0c17-bd5da1db, #w-node-dffe0658-b49d-e36b-f2ea-a25dfcdc0c41-bd5da1db, #w-node-dffe0658-b49d-e36b-f2ea-a25dfcdc0c42-bd5da1db, #w-node-d14527f1-1941-68bc-e2c6-1df0d806c662-bd5da1db, #w-node-b15c8425-803e-1c81-bdd0-fdfa3c54309e-bd5da1db, #w-node-_205797c7-5eda-107c-e0b5-b956ca60a840-bd5da1db, #w-node-_2fb63257-8cce-9060-eb88-1713cb2f9c22-bd5da1db, #w-node-e4272b7c-99ae-7f65-64d1-af44655cb9b7-bd5da1db, #w-node-_7ff3814d-456e-2479-706b-1f03837dff72-bd5da1db, #w-node-bd150adc-cef4-7907-43f0-5cdcda61fe6d-bd5da1db, #w-node-_15e22c78-b2e1-1ded-1a85-50a6d0bfab1e-bd5da1db, #w-node-_1aad4392-fdf8-db96-329d-7263c3bc9785-bd5da1db, #w-node-_3a2bb38b-a448-cb7a-9e99-a3660a702eb0-bd5da1db, #w-node-b73fa1f9-1858-752c-014b-af395a6c0d99-bd5da1db, #w-node-_29988b97-4772-107f-c61a-e380ed52ecf0-bd5da1db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1d3a294-5732-5aa1-31b7-10c932acd6eb-bd5da1db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c7e6ed42-f3d6-1d26-f340-c85aa50c3a84-bd5da1db, #w-node-_8ea4b37e-db28-5c85-a43a-e3d879bf90f3-bd5da1db, #w-node-_8ea4b37e-db28-5c85-a43a-e3d879bf90f4-bd5da1db, #w-node-b92f645b-8f41-930b-4dca-fc66c6c7ad14-bd5da1db, #w-node-b92f645b-8f41-930b-4dca-fc66c6c7ad15-bd5da1db, #w-node-cda50e75-f234-3e6a-80b2-1d6657b9841c-bd5da1db, #w-node-_775c8015-7eb5-fdcc-9d08-966a923738a1-bd5da1db, #w-node-_0cad3fe6-ac9f-8a11-5d67-f1507f1ff6c7-bd5da1db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad7ccb41-cbbc-8420-c18e-7dd3cd67f815-bd5da1db, #w-node-fc5cf5f1-a156-79ec-c939-a152a2dc4785-bd5da1db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b467920c-9937-fad1-6a81-c3e491929d92-91929d8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b467920c-9937-fad1-6a81-c3e491929da0-91929d8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_75656919-0f7b-80a2-996d-66d8e6eb48e4-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48e5-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48e6-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48e7-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48e8-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48e9-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48ea-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48eb-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48ec-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48ed-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48ee-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48ef-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48f0-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48f1-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48f2-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48f3-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48f4-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48f5-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48f6-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48f7-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48f8-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48f9-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48fa-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48fb-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48fc-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48fd-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48fe-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb48ff-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb4900-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb4901-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb4902-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb4903-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb4904-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb4905-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb4906-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb4907-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb4908-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb4909-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb490a-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb490b-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb490c-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb490d-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb490e-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb490f-e6eb48e2, #w-node-_75656919-0f7b-80a2-996d-66d8e6eb4910-e6eb48e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c474a39-3f6e-73f5-5559-bd03a54f0f6b-a54f0f67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_44d59a24-c1d5-3652-8bb4-cc9379e66cb0-11dc0021 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44d59a24-c1d5-3652-8bb4-cc9379e66ccc-11dc0021 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5ba8e2b2-f5c4-83ef-4acc-764c5fd17b5e-5fd17b4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5d829610-b143-5a62-2cee-c2e14cce7fca-965da1dc {
  justify-self: center;
}

#w-node-f9cc0403-201b-c8ed-70e2-3a026bb853e9-965da1dc, #w-node-_1487fff7-cabf-b21e-614f-b0a0e7080c0b-965da1dc, #w-node-_1c60a227-5dce-70e0-09ca-853f9a4a789f-965da1dc, #w-node-febb16ce-0e2d-6973-1e26-a01c792a745a-965da1dc, #w-node-f5fa9e15-7c2b-dcaf-39fb-4c64e62c79c3-965da1dc, #w-node-ae6110ba-6500-259d-99fb-51b92b38722b-965da1dc, #w-node-_1e2b134a-0fb5-e0ea-3b39-7a2c74c06ead-965da1dc, #w-node-_1e2b134a-0fb5-e0ea-3b39-7a2c74c06eae-965da1dc, #w-node-_1e2b134a-0fb5-e0ea-3b39-7a2c74c06eec-965da1dc, #w-node-_1e2b134a-0fb5-e0ea-3b39-7a2c74c06eed-965da1dc, #w-node-_1e2b134a-0fb5-e0ea-3b39-7a2c74c06f17-965da1dc, #w-node-_1e2b134a-0fb5-e0ea-3b39-7a2c74c06f18-965da1dc, #w-node-_59f5b407-d22a-6bdd-2776-f1a23bbad43b-965da1dc, #w-node-_59f5b407-d22a-6bdd-2776-f1a23bbad43c-965da1dc, #w-node-_59f5b407-d22a-6bdd-2776-f1a23bbad47c-965da1dc, #w-node-_59f5b407-d22a-6bdd-2776-f1a23bbad47d-965da1dc, #w-node-_59f5b407-d22a-6bdd-2776-f1a23bbad4a9-965da1dc, #w-node-_59f5b407-d22a-6bdd-2776-f1a23bbad4aa-965da1dc, #w-node-_112b105a-6d20-0d8a-470f-d66886e50551-965da1dc, #w-node-_112b105a-6d20-0d8a-470f-d66886e50560-965da1dc, #w-node-_112b105a-6d20-0d8a-470f-d66886e5057f-965da1dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a40bace1-7293-a0b3-22f2-76c0ecfaa88f-ecfaa889, #w-node-_353e98b3-e1de-9d60-210c-14defc386a59-fc386a54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_353e98b3-e1de-9d60-210c-14defc386a57-fc386a54, #w-node-_3418112c-967f-30d7-b312-38e147e86eb6-47e86eb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3418112c-967f-30d7-b312-38e147e86eb8-47e86eb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_68b0d945-549e-27c7-11b1-b610fe61054c-2c5da1dd {
  justify-self: end;
}

#w-node-_2893e5c7-79c1-eec6-d046-9f771adf831d-2c5da1dd, #w-node-_30a73c3b-3922-5dee-dd15-8837d1a3a170-2c5da1dd, #w-node-_8d4744c2-40f5-88a3-d95d-8aeab8a593f1-2c5da1dd, #w-node-_6e329018-5741-0ecd-a27a-1809aaebc153-2c5da1dd, #w-node-_6e329018-5741-0ecd-a27a-1809aaebc151-2c5da1dd, #w-node-_542ffff0-6166-2b34-1bd9-ea2f0a9c6b1e-2c5da1dd, #w-node-_542ffff0-6166-2b34-1bd9-ea2f0a9c6b20-2c5da1dd, #w-node-_7ee6eeb5-5625-8832-67f5-78cae82127ee-2c5da1dd, #w-node-fa35713e-afcb-59b7-2861-2df7d479bf18-2c5da1dd, #w-node-fa35713e-afcb-59b7-2861-2df7d479bf3d-2c5da1dd, #w-node-fa35713e-afcb-59b7-2861-2df7d479bef0-2c5da1dd, #w-node-fa35713e-afcb-59b7-2861-2df7d479bef2-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec5665dd-3ffc-82c5-45fe-52d2a4f9b9f4-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d2068f5a-0888-faf3-6a75-5da94493a0c3-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33c3e72e-a9ae-d19e-e8d3-effc2a2398b5-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9c2ea04f-1a3a-1c3c-d016-ca17e879f036-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71f2748b-6471-0d2f-1923-16dd51492c72-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4b9c59d9-7214-e21c-18fa-1de887f2a9e5-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eb5c717-1c29-a981-d2fb-9f00389b0ce6-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_62a9b6ec-d84b-0927-a53d-e3698ff85137-2c5da1dd, #w-node-_62a9b6ec-d84b-0927-a53d-e3698ff85139-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f096444-4095-52d9-4604-6205007a4ff5-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c3ee62d9-2c24-5d66-7394-2afc5ea899f8-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94c39272-70d4-48ff-676d-a5cff2196757-2c5da1dd, #w-node-_8d3f3053-27c9-a005-d49b-30ac1d295248-2c5da1dd, #w-node-fe6bb59d-635a-02ef-25e1-bb95b9faf961-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c3d0a851-ed36-ea81-bcb1-97fe0601f3ab-2c5da1dd, #w-node-_88c0333b-aa31-8b8f-3f70-4a609d51883b-2c5da1dd, #w-node-b5b0484f-1c34-c68b-f30b-e28bd5f0aec5-2c5da1dd, #w-node-b5b0484f-1c34-c68b-f30b-e28bd5f0aeea-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d007deb-9538-f233-390a-df8ddbe0d2ad-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cec24d91-8ec1-ae2c-5953-6eca24fa7188-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_857ca238-c4ce-b015-fc84-b5670375d431-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cec24d91-8ec1-ae2c-5953-6eca24fa71a6-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_017a106e-148c-35e6-9918-059776b4e9cb-2c5da1dd, #w-node-_06bf4ef2-35c0-b2dd-82b7-cb12f72ab496-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_53c7d05b-7418-9851-1d77-7d32ed3b6fce-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_902e7c73-53c0-895d-9501-84997f5e50c6-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8d0f3a36-7f6d-82a8-ad61-cbe127bcf61f-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2720867b-4461-c4ae-26eb-cf04783ec0f4-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3e7f55aa-537a-3939-47aa-7e9d2426f72b-2c5da1dd, #w-node-_3e7f55aa-537a-3939-47aa-7e9d2426f72d-2c5da1dd, #w-node-_2bc1f619-6143-4a38-e9f5-5d3df6ff0895-2c5da1dd, #w-node-f318199a-fe61-8d47-56b7-43fd6f699806-2c5da1dd, #w-node-f318199a-fe61-8d47-56b7-43fd6f69982b-2c5da1dd, #w-node-cd3cdaab-04ac-3587-f5ab-27c9b6db1550-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76716246-6142-dfb4-9405-e941869697ca-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d7e40f4-6b78-f8c3-7884-3528c3891a9a-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76716246-6142-dfb4-9405-e941869697e8-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d347690c-11ac-5d33-33e4-56d9076a02bc-2c5da1dd, #w-node-_8f3e35a7-44f7-f497-47b6-cbb728b147d7-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfd8cfe3-e0c4-8abe-a0f3-375ee9bd74d6-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_723bc37e-2c34-dd71-e0e0-dec95ca095e4-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a66d605-744d-2966-6066-4a464e0a5c61-2c5da1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_723bc37e-2c34-dd71-e0e0-dec95ca09602-2c5da1dd, #w-node-_65e484e3-ff26-90e0-3a70-00c70f542bb4-2c5da1dd, #w-node-_65e484e3-ff26-90e0-3a70-00c70f542bb6-2c5da1dd, #w-node-_124291c6-3ec3-b2a8-c43b-434fb14def94-745da1de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4cfd8d5-6250-ca77-43dc-08aa42a9c4b9-745da1de, #w-node-_9a5073ad-9624-af6f-6525-964282965336-745da1de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_766992cb-409a-3188-a764-f35e81a26b93-745da1de, #w-node-c8c91ad8-f1cc-1bb2-a7c3-bfe1df0fe9f7-e25da1e3, #w-node-c8c91ad8-f1cc-1bb2-a7c3-bfe1df0fea06-e25da1e3, #w-node-c8c91ad8-f1cc-1bb2-a7c3-bfe1df0fea25-e25da1e3, #w-node-f6f69ba2-5c8a-447e-b560-d913d9542a61-e25da1e3, #w-node-_71b8785e-056c-902f-8959-f801c8c0aa51-e25da1e3, #w-node-f06317d2-c639-b4d7-4895-2b2b9e36cff9-e25da1e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69826367-1274-3df7-163e-13f8eda79708-e25da1e3, #w-node-_0510ee75-1e99-8d0e-3a17-7020e4a0ca96-8c80b263, #w-node-f36d81dc-b068-8f71-ddf1-4a9dba3d60c0-8c80b263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e69f7a29-89c9-bc31-1cf2-993ed9c5ba1a-8c80b263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e69f7a29-89c9-bc31-1cf2-993ed9c5ba36-8c80b263, #w-node-_65df34d5-5d7f-c848-7999-72df62fde7cf-8c80b263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_48b9accc-2bc6-5e32-c5c0-0390faedd32a-8c80b263, #w-node-_48b9accc-2bc6-5e32-c5c0-0390faedd331-8c80b263, #w-node-_48b9accc-2bc6-5e32-c5c0-0390faedd338-8c80b263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfd29569-6e69-1baa-0bda-348ac2cb3f5f-8c80b263, #w-node-_949c196e-8576-1614-910e-af989ab186b8-8c80b263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d088d658-18ce-145d-b445-cd7df175a481-8c80b263, #w-node-_875ce84c-1749-edca-41f4-ea36e81e03dc-4f02b2c6, #w-node-_2e501db4-f73b-be4b-057e-3e4c40f02657-4f02b2c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_80784295-7923-dc0a-0edc-8d28a9305551-4f02b2c6, #w-node-_282a877a-8292-450a-30f0-110863e5f393-4f02b2c6, #w-node-_24e75b94-28b2-c45e-2525-9d3d13bf4b0c-4f02b2c6, #w-node-_4eab1572-2e5d-8587-04e1-247f368ed62b-368ed627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4eab1572-2e5d-8587-04e1-247f368ed639-368ed627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f74b3911-ebdb-3744-d360-581f364e2004-dcc2bba1, #w-node-f74b3911-ebdb-3744-d360-581f364e2011-dcc2bba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5f202855-1112-9352-9ae1-3342b78178de-9bc48f06 {
  justify-self: center;
}

#w-node-_5f202855-1112-9352-9ae1-3342b78178fe-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b7817907-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b7817910-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b7817919-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b7817922-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b781792b-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b781793c-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b781793d-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b7817962-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b7817963-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b781797e-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b781797f-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b781799d-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b781799e-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b78179c5-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b78179c6-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b78179e3-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b78179e4-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b7817a03-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b7817a12-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b7817a33-9bc48f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_43e60e50-cba0-0f20-8384-08365ca76a7d-bd5da1db, #w-node-_0a9e40a3-821c-c334-9783-fcad1cdc6a79-bd5da1db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c7e6ed42-f3d6-1d26-f340-c85aa50c3a84-bd5da1db {
    justify-self: center;
  }

  #w-node-fc5cf5f1-a156-79ec-c939-a152a2dc4785-bd5da1db {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5d829610-b143-5a62-2cee-c2e14cce7fca-965da1dc {
    justify-self: center;
  }

  #w-node-_59f5b407-d22a-6bdd-2776-f1a23bbad47a-965da1dc, #w-node-_59f5b407-d22a-6bdd-2776-f1a23bbad4a7-965da1dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a40bace1-7293-a0b3-22f2-76c0ecfaa88f-ecfaa889, #w-node-_353e98b3-e1de-9d60-210c-14defc386a57-fc386a54, #w-node-_3418112c-967f-30d7-b312-38e147e86eb6-47e86eb3 {
    justify-self: center;
  }

  #w-node-_3418112c-967f-30d7-b312-38e147e86eb8-47e86eb3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_68b0d945-549e-27c7-11b1-b610fe61054c-2c5da1dd {
    justify-self: center;
  }

  #w-node-_2893e5c7-79c1-eec6-d046-9f771adf831d-2c5da1dd {
    place-self: center;
  }

  #w-node-_8d4744c2-40f5-88a3-d95d-8aeab8a593f1-2c5da1dd, #w-node-_542ffff0-6166-2b34-1bd9-ea2f0a9c6b1e-2c5da1dd {
    justify-self: center;
  }

  #w-node-_69826367-1274-3df7-163e-13f8eda79708-e25da1e3 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-ef7ff9d0-40ac-3119-91be-92821f6f777d-8c80b263 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0510ee75-1e99-8d0e-3a17-7020e4a0ca96-8c80b263 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2b917b38-3a9d-264e-dd9a-1b6fe5e53bac-8c80b263 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5f202855-1112-9352-9ae1-3342b78178de-9bc48f06 {
    justify-self: center;
  }

  #w-node-_5f202855-1112-9352-9ae1-3342b78179c3-9bc48f06, #w-node-_5f202855-1112-9352-9ae1-3342b78179e1-9bc48f06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e4cfd8d5-6250-ca77-43dc-08aa42a9c4b9-745da1de, #w-node-_9a5073ad-9624-af6f-6525-964282965336-745da1de {
    grid-column: span 1 / span 1;
  }

  #w-node-_69826367-1274-3df7-163e-13f8eda79708-e25da1e3 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b467920c-9937-fad1-6a81-c3e491929da0-91929d8e {
    justify-self: start;
  }

  #w-node-f36d81dc-b068-8f71-ddf1-4a9dba3d60c0-8c80b263 {
    justify-self: end;
  }

  #w-node-_2b917b38-3a9d-264e-dd9a-1b6fe5e53bac-8c80b263 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4eab1572-2e5d-8587-04e1-247f368ed639-368ed627 {
    justify-self: start;
  }
}


