

/* Start:/local/templates/aio/assets/css/mainpage.css?175128990938188*/
.top-section {
  background: #000;
  padding-top: 266px;
  padding-bottom: 266px;
  overflow-x: hidden;
}

.top-section .top-section__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0 16px;
}

.top-section .top-section__image {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.top-section .top-section__info {
  max-width: 620px;
  position: relative;
  z-index: 1;
}

.top-section .top-section__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 96px;
  line-height: 108%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 16px;
}

.top-section .top-section__suptitle {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #f4f5fd;
  margin-bottom: 32px;
  max-width: 540px;
}

.top-section .top-section__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 12px;
}

.section.section-video {
  padding-top: 181px;
  padding-bottom: 277px;
}

.section-video {
  background: #f4f5fd;

}

.section-video::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #f4f5fd;
}

.section-video .section-video__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}

.section-video .section-video__info {
  padding-left: 16px;
  color: #232332;
  position: relative;
}

:is(.section-video .section-video__info) .section-video__info-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.section-video .section-video__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 56px;
  line-height: 114%;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.section-video .section-video__suptitle {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.section-video .section-video__text {
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 2;
}

.section-video .section-video__video-box {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 56px;
  width: 486px;
  height: 442px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

:is(.section-video .section-video__video-box)>video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-video .section-video__play-btn {
  z-index: 2;
}

.section-video .section-video__play-btn.mobile {
  display: none;
}

.section-marketing {
  background: #000;



}

.section-marketing::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #000;
}

.section-marketing .section-marketing__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(90deg, #568fff 0%, #0e42a7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 5px;
}

.section-marketing .section-marketing__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: -15px;
}

.section-marketing .section-marketing__item {
  min-height: 354px;
  grid-column: span 4;
}

.section-marketing .section-marketing__item:nth-child(5n + 5) {
  grid-column: span 8;
}

.section-marketing .section-marketing__run {
  height: 100%;
  padding: 24px;
  border: 1px solid #6e6e84;
  border-radius: 32px;
  overflow: hidden;
  background: #000;
  position: relative;
}

:is(.section-marketing .section-marketing__run) .section-marketing__run-image {
  position: absolute;
  left: 25%;
  top: 20%;
  z-index: 1;
}

:is(.section-marketing .section-marketing__run) .section-marketing__run-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 8px;
}

:is(.section-marketing .section-marketing__run) .section-marketing__run-suptitle {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #fff;
}

.section-marketing .section-marketing__use {
  height: 100%;
  padding: 24px;
  border: 1px solid #6e6e84;
  border-radius: 32px;
  overflow: hidden;
  background: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

:is(.section-marketing .section-marketing__use) .section-marketing__use-image {
  position: absolute;
  left: 41%;
  top: -1%;
  z-index: 1;
}

:is(.section-marketing .section-marketing__use) .section-marketing__use-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
  max-width: 255px;
  color: #fff;
}

:is(.section-marketing .section-marketing__use) .section-marketing__use-suptitle {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #fff;
}

.section-marketing .section-marketing__keep {
  height: 100%;
  padding: 24px;
  border: 1px solid #6e6e84;
  border-radius: 32px;
  overflow: hidden;
  background: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

:is(.section-marketing .section-marketing__keep) .section-marketing__keep-image {
  position: absolute;
  left: 33%;
  top: -5%;
  z-index: 1;
}

:is(.section-marketing .section-marketing__keep) .section-marketing__keep-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #fff;
  max-width: 215px;
}

:is(.section-marketing .section-marketing__keep) .section-marketing__keep-suptitle {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #fff;
}

.section-marketing .section-marketing__get {
  height: 100%;
  padding: 24px;
  border: 1px solid #6e6e84;
  border-radius: 32px;
  overflow: hidden;
  background: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

:is(.section-marketing .section-marketing__get)::after {
  content: '';
  width: 100%;
  height: 67px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 3;
}

:is(.section-marketing .section-marketing__get) .section-marketing__get-image {
  position: absolute;
  left: 50%;
  top: 14%;
  transform: translateX(-50%);
  z-index: 2;
}

:is(.section-marketing .section-marketing__get) .section-marketing__get-title {
  position: relative;
  z-index: 1;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
  max-width: 336px;
  color: #fff;
  text-align: center;
}

:is(.section-marketing .section-marketing__get) .section-marketing__get-text {
  position: relative;
  z-index: 4;
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
}

.section-marketing .section-marketing__data {
  height: 100%;
  padding: 24px;
  border: 1px solid #6e6e84;
  border-radius: 32px;
  overflow: hidden;
  background: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 8px;
}

:is(.section-marketing .section-marketing__data) .section-marketing__data-image {
  position: absolute;
  left: 36%;
  top: -27%;
  z-index: 1;
}

:is(.section-marketing .section-marketing__data) .section-marketing__data-title {
  max-width: 380px;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 72px;
  line-height: 89%;
  letter-spacing: -0.04em;
  color: #fff;
  position: relative;
  z-index: 2;
}

:is(.section-marketing .section-marketing__data) .section-marketing__data-suptitle {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #fff;
  position: relative;
  z-index: 2;
}

.section-solutions {
  background: #313ffe;
}

.section-solutions::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #313ffe;
}

.section-solutions .section-solutions__title {
  padding: 0 10px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 56px;
  line-height: 114%;
  text-align: center;
  color: #fff;
  margin: 0 auto 16px;
  max-width: 792px;
}

.section-solutions .section-solutions__suptitle {
  padding: 0 10px;
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.section-solutions .section-solutions__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.section-solutions .section-solutions__item {
  grid-column: span 6;
}

.section-solutions .section-solutions__item-inner {
  min-height: 354px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  padding: 46px 10px 0;

}

:is(.section-solutions .section-solutions__item-inner)::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #fff;
  z-index: 1;
  border-radius: 32px;
}

:is(.section-solutions .section-solutions__item-inner)::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, #313ffe00 0%, #1d2698 100%);
  z-index: 2;
  border-radius: 32px;
}

:is(.section-solutions .section-solutions__item-inner) .section-solutions__gaming-image {
  position: absolute;
  left: 0%;
  top: 10%;
  z-index: 4;
}

:is(.section-solutions .section-solutions__item-inner) .section-solutions__gaming-title {
  position: relative;
  z-index: 3;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 124px;
  line-height: 62%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
}

:is(.section-solutions .section-solutions__item-inner) .section-solutions__finance-image {
  position: absolute;
  left: -15%;
  top: 7%;
  z-index: 4;
}

:is(.section-solutions .section-solutions__item-inner) .section-solutions__finance-title {
  position: relative;
  z-index: 3;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 124px;
  line-height: 62%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
}

:is(.section-solutions .section-solutions__item-inner) .section-solutions__commerce-image {
  position: absolute;
  left: 0%;
  top: -8%;
  z-index: 4;
}

:is(.section-solutions .section-solutions__item-inner) .section-solutions__commerce-title {
  position: relative;
  z-index: 3;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 82px;
  line-height: 94%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
}

:is(.section-solutions .section-solutions__item-inner) .section-solutions__enterprise-image {
  position: absolute;
  left: 0%;
  top: -24%;
  z-index: 4;
}

:is(.section-solutions .section-solutions__item-inner) .section-solutions__enterprise-title {
  position: relative;
  z-index: 3;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 82px;
  line-height: 94%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
}

.section.section-find {
  padding-top: 96px;
}

.section-find {
  background: #000;
}

.section-find::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #000;
}

.section-find .section-find__body {
  overflow: hidden;
}

.section-find .section-find__info {
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.section-find .section-find__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 80px;
  line-height: 110%;
  color: #fff;
  max-width: 996px;
  margin: 0 auto 24px;
}

.section-find .section-find__suptitle {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 24px;
}

.section-find .section-find__image {
  margin-top: -67px;
}

:is(.section-find .section-find__image) img {
  width: 100%;
}

.section-unleash {
  background: #fff;

}

.section-unleash::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #fff;
}

.section-unleash .section-unleash__title {
  max-width: 792px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 56px;
  line-height: 114%;
  text-align: center;
  color: #232332;
  margin: 0 auto;
  padding: 0 10px;
}

.section-unleash .section-unleash__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 24px;
  margin-top: -15px;
}

.section-unleash .section-unleash__item {
  min-height: 354px;
  grid-column: span 12;
}

.section-unleash .section-unleash__tracker {
  height: 100%;
  padding: 20px 56px;
  border: 1px solid #6e6e84;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #313ffe 100%);
  position: relative;
  display: flex;
  align-items: center;
}

:is(.section-unleash .section-unleash__tracker) .section-unleash__tracker-image {
  position: absolute;
  left: 49%;
  top: 8%;
  z-index: 1;
}

:is(.section-unleash .section-unleash__tracker) .section-unleash__tracker-info {
  position: relative;
  z-index: 2;
  max-width: 482px;
}

:is(.section-unleash .section-unleash__tracker) .section-unleash__tracker-title {
  font-family: var(--third-family);
  font-size: 64px;
  line-height: 112%;
  letter-spacing: -0.04em;
  color: #232332;
  margin-bottom: 8px;
}

:is(.section-unleash .section-unleash__tracker) .section-unleash__tracker-suptitle {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #232332;
}

.section-unleash .section-unleash__testing {
  height: 100%;
  padding: 20px 56px;
  border: 1px solid #6e6e84;
  border-radius: 32px;
  background: linear-gradient(90deg, #fff 0%, #313ffe 100%);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

:is(.section-unleash .section-unleash__testing) .section-unleash__testing-info {
  max-width: 422px;
  position: relative;
  z-index: 5;
}

:is(.section-unleash .section-unleash__testing) .section-unleash__testing-image {
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 719px;
}

:is(:is(.section-unleash .section-unleash__testing) .section-unleash__testing-image) img {
  width: 100%;
}

:is(.section-unleash .section-unleash__testing) .section-unleash__testing-title {
  font-family: var(--third-family);
  font-size: 70px;
  line-height: 111%;
  letter-spacing: -0.04em;
  color: #232332;
  margin-bottom: 8px;
}

:is(.section-unleash .section-unleash__testing) .section-unleash__testing-suptitle {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #232332;
}

.section-unleash .section-unleash__device {
  height: 100%;
  padding: 20px 56px;
  border: 1px solid #6e6e84;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #313ffe 100%);
  position: relative;
  display: flex;
  align-items: center;
}

:is(.section-unleash .section-unleash__device) .section-unleash__device-image {
  position: absolute;
  left: 45%;
  top: -37%;
  z-index: 1;
  width: 669px;
}

:is(:is(.section-unleash .section-unleash__device) .section-unleash__device-image) img {
  width: 100%;
}

:is(.section-unleash .section-unleash__device) .section-unleash__device-info {
  position: relative;
  z-index: 2;
  max-width: 482px;
}

:is(.section-unleash .section-unleash__device) .section-unleash__device-title {
  font-family: var(--third-family);
  font-size: 64px;
  line-height: 112%;
  letter-spacing: -0.04em;
  color: #232332;
  margin-bottom: 8px;
}

:is(.section-unleash .section-unleash__device) .section-unleash__device-suptitle {
  font-family: var(--second-family);
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #232332;
}

.section-unleash .section-unleash__link-wrap {
  margin-top: 40px;
  text-align: center;
}

.section.section-rock {
  padding-top: 90px;
}

.section-rock {
  background: #000;
}

.section-rock::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #000;
}

.section-rock .section-rock__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}

.section-rock .section-rock__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 24px;
  max-width: 588px;
}

.section-rock .section-rock__title {
  font-family: var(--third-family);
  font-size: 56px;
  line-height: 114%;
  letter-spacing: -0.04em;
  color: #fff;
}

.section-rock .section-rock__suptitle {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.04em;
  color: #f4f5fd;
}

.section-rock .section-rock__text {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #f4f5fd;
  margin-bottom: 40px;
}

.section-turbocharge {
  background: #313ffe;
  position: relative;


}

.section-turbocharge::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(0deg, #313ffe 0%, rgba(49, 63, 254, 0) 100%);
}

.section-turbocharge::before {
  content: '';
  position: absolute;
  left: 0;
  top: -96px;
  width: 100%;
  height: 96px;
  border-radius: 96px 96px 0 0;
  background: #313ffe;
}

.section-turbocharge .section-turbocharge__inner {
  position: relative;
}

.section-turbocharge .section-turbocharge__link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-6deg);
  bottom: 147px;
  z-index: 3;
}

.section-turbocharge .section-turbocharge__title {
  font-family: var(--third-family);
  font-size: 88px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 19px;

}

.section-turbocharge .section-turbocharge__image {
  margin-bottom: -160px;
  margin-top: -15px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  box-shadow: 0 4px 250px 0 rgba(244, 245, 253, 0.55);
  position: relative;
}

.section-turbocharge .section-turbocharge__image-mob {
  display: none;
}

@media (max-width: 1200px) {
  .top-section .top-section__title {
    font-size: 73px;
    max-width: 516px;
  }

  .top-section .top-section__suptitle {
    max-width: 464px;
  }

  .section-video::before {
    height: 72px;
    top: -72px;
  }

  .section-marketing::before {
    height: 72px;
    top: -72px;
  }

  .section-solutions::before {
    height: 72px;
    top: -72px;
  }

  .section-solutions .section-solutions__item-inner {
    padding-top: 40px;

  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__gaming-image {
    left: 50%;
    transform: translateX(-50%);
    width: 566px;
  }

  :is(:is(.section-solutions .section-solutions__item-inner) .section-solutions__gaming-image) img {
    width: 100%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__gaming-title {
    font-size: 100px;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__finance-image {
    left: 50%;
    transform: translateX(-50%);
    width: 566px;
  }

  :is(:is(.section-solutions .section-solutions__item-inner) .section-solutions__finance-image) img {
    width: 100%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__finance-title {
    font-size: 100px;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__commerce-image {
    left: 50%;
    transform: translateX(-50%);
    width: 566px;
  }

  :is(:is(.section-solutions .section-solutions__item-inner) .section-solutions__commerce-image) img {
    width: 100%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__commerce-title {
    font-size: 62px;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__enterprise-image {
    left: 50%;
    transform: translateX(-50%);
    width: 566px;
  }

  :is(:is(.section-solutions .section-solutions__item-inner) .section-solutions__enterprise-image) img {
    width: 100%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__enterprise-title {
    font-size: 62px;
  }


  .section-find::before {
    height: 72px;
    top: -72px;
  }

  .section-unleash::before {
    height: 72px;
    top: -72px;
  }

  .section-unleash .section-unleash__tracker {
    padding: 24px;
  }

  :is(.section-unleash .section-unleash__tracker) .section-unleash__tracker-suptitle {
    max-width: 400px;
  }

  .section-unleash .section-unleash__testing {
    padding: 24px;
  }

  .section-unleash .section-unleash__device {
    padding: 24px;
  }


  .section-rock::before {
    height: 72px;
    top: -72px;
  }

  .section-rock .section-rock__info {
    padding: 0 16px;
  }

  .section-turbocharge::before {
    height: 72px;
    top: -72px;
  }

  .section-turbocharge .section-turbocharge__inner {
    padding-left: 19px;
  }

  .section-turbocharge .section-turbocharge__image {
    border-top-right-radius: 0;
  }

}

@media (max-width: 1024px) {

  .top-section .top-section__title {
    font-size: 69px;
  }

  .top-section .top-section__suptitle {
    max-width: 417px;
  }

  .section.section-video {
    padding-top: 110px;
    padding-bottom: 250px;
  }

  :is(.section-marketing .section-marketing__run) .section-marketing__run-title {
    font-size: 32px;
  }

  :is(.section-marketing .section-marketing__use) .section-marketing__use-title {
    font-size: 32px;
  }

  :is(.section-marketing .section-marketing__keep) .section-marketing__keep-title {
    font-size: 44px;
  }

  :is(.section-marketing .section-marketing__get) .section-marketing__get-title {
    font-size: 32px;
  }

  :is(.section-marketing .section-marketing__data) .section-marketing__data-title {
    font-size: 55px;
  }
}

@media (max-width: 992px) {
  .top-section {
    padding-bottom: 136px;
    padding-top: 436px;
  }

  .top-section .top-section__image {
    top: -48%;
  }

  :is(.top-section .top-section__image) img {
    width: 100%;
  }

  .section.section-video {
    padding-top: 16px;
    padding-bottom: 136px;
  }

  .section-video::before {
    height: 48px;
    top: -48px;
  }

  .section-video .section-video__inner {
    flex-direction: column;
    row-gap: 32px;
  }

  .section-video .section-video__info {
    padding-right: 16px;
  }


  :is(.section-video .section-video__info) .section-video__info-bg {
    display: none;
  }

  .section-video .section-video__title {
    font-size: 50px;
    max-width: 534px;
  }

  .section-video .section-video__video-box {
    max-width: 665px;
    width: 100%;
  }

  .section-marketing::before {
    height: 48px;
    top: -48px;
  }

  .section-marketing .section-marketing__title {
    font-size: 64px;
  }

  .section-marketing .section-marketing__items {
    gap: 16px;
  }

  .section-marketing .section-marketing__item {
    grid-column: span 6;
  }

  .section-marketing .section-marketing__item:nth-child(5n + 5) {
    grid-column: span 12;
  }

  .section-solutions::before {
    height: 48px;
    top: -48px;
  }

  .section-solutions .section-solutions__items {
    gap: 16px;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__gaming-title {
    font-size: 77px;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__finance-title {
    font-size: 77px;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__commerce-title {
    font-size: 45px;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__enterprise-title {
    font-size: 45px;
  }

  .section.section-find {
    padding-top: 16px;
  }

  .section-find::before {
    height: 48px;
    top: -48px;
  }

  .section-unleash::before {
    height: 48px;
    top: -48px;
  }

  :is(.section-unleash .section-unleash__tracker) .section-unleash__tracker-title {
    font-size: 48px;

  }

  :is(.section-unleash .section-unleash__tracker) .section-unleash__tracker-suptitle {
    max-width: 345px;
  }

  :is(.section-unleash .section-unleash__testing)::after {
    background: radial-gradient(31.24% 91.87% at 86.13% 50%, rgb(255 255 255 / 0%) 59.114212%, rgb(49 63 254) 100%);
  }

  :is(.section-unleash .section-unleash__device) .section-unleash__device-title {
    font-size: 48px;
    max-width: 355px;
  }

  :is(.section-unleash .section-unleash__device) .section-unleash__device-suptitle {
    max-width: 355px;
  }

  .section.section-rock {
    padding-top: 0;
  }


  .section-rock::before {
    height: 48px;
    top: -48px;
  }

  .section-rock .section-rock__inner {
    flex-direction: column-reverse;
    row-gap: 34px;
  }

  .section-rock .section-rock__info {
    max-width: none;
  }

  .section-rock .section-rock__image {
    position: relative;
  }

  :is(.section-rock .section-rock__image)::after {
    content: '';
    width: 100%;
    height: 103px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }

  :is(.section-rock .section-rock__image) img {
    width: 100%;
    transform: none;
  }

  .section-rock .section-rock__title {
    max-width: 578px;
  }

  .section-turbocharge::before {
    height: 48px;
    top: -48px;
  }

  .section-turbocharge .section-turbocharge__title {
    font-size: 57px;
  }

  .section-turbocharge .section-turbocharge__image {
    margin-top: -7px;
  }
}

@media (max-width: 768px) {
  .top-section .top-section__image {
    width: 487px;
  }

  .section-marketing .section-marketing__title {
    font-size: 54px;
  }

  :is(.section-marketing .section-marketing__data) .section-marketing__data-image {
    left: 24%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__gaming-image {
    width: 450px;
    top: 6%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__gaming-title {
    font-size: 60px;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__finance-image {
    width: 450px;
    top: 10%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__finance-title {
    font-size: 60px;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__commerce-image {
    width: 450px;
    top: -5%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__commerce-title {
    font-size: 40px;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__enterprise-image {
    width: 450px;
    top: -13%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__enterprise-title {
    font-size: 40px;
  }

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

  :scope .section-find__body {
    padding-bottom: 600px;
  }

  .section-find .section-find__inner {
    position: relative;
  }

  .section-find .section-find__title {
    font-size: 60px;
  }

  .section-find .section-find__suptitle {
    margin-bottom: 32px;
  }

  .section-find .section-find__image {
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 77%;
    width: 150%;
  }

  :is(.section-unleash .section-unleash__tracker) .section-unleash__tracker-title {
    font-size: 40px;
    max-width: 288px;
  }

  :is(.section-unleash .section-unleash__tracker) .section-unleash__tracker-suptitle {
    max-width: 317px;

  }

  :is(.section-unleash .section-unleash__testing)::after {
    background: radial-gradient(52.24% 91.87% at 93.13% 50%, rgb(255 255 255 / 0%) 59.114212%, rgb(49 63 254) 100%);
  }

  :is(.section-unleash .section-unleash__testing) .section-unleash__testing-title {
    font-size: 40px;
    max-width: 332px;
  }

  :is(.section-unleash .section-unleash__testing) .section-unleash__testing-suptitle {
    max-width: 325px;
  }

  :is(.section-unleash .section-unleash__device) .section-unleash__device-title {
    font-size: 40px;
  }

  :is(.section-unleash .section-unleash__device) .section-unleash__device-suptitle {
    max-width: 286px;
  }

  .section-rock .section-rock__title {
    font-size: 48px;
    line-height: 117%;
  }

  .section-rock .section-rock__text {
    margin-bottom: 0;
  }

  .section.section-video {
    padding-top: 0px;
    padding-bottom: 170px;
  }

  .section.section-video .section-video__play-btn.mobile {
    display: inline-flex;
  }

  .section.section-video .section-video__play-btn.desktop {
    display: none;
  }
}

@media (max-width: 650px) {
  .section-video .section-video__video-box {
    height: 400px;
  }

  .section-marketing .section-marketing__item {
    grid-column: span 12;
  }

  :is(.section-marketing .section-marketing__run) .section-marketing__run-image {
    left: 28%;
  }

  :is(.section-marketing .section-marketing__run) .section-marketing__run-title {
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.04em;
    background: linear-gradient(90deg, #fff 0%, #181818 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .section-marketing .section-marketing__use {
    justify-content: flex-start;

  }


  :is(.section-marketing .section-marketing__use) .section-marketing__use-image {
    left: 37%;
    top: 25%;
  }

  :is(.section-marketing .section-marketing__use) .section-marketing__use-title {
    max-width: none;
    -webkit-text-stroke: unset;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.04em;
    background: linear-gradient(90deg, #fff 0%, #181818 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .section-marketing .section-marketing__keep {
    justify-content: flex-start;

  }


  :is(.section-marketing .section-marketing__keep) .section-marketing__keep-image {
    top: 8%;
  }

  :is(.section-marketing .section-marketing__keep) .section-marketing__keep-title {
    max-width: none;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.04em;
    background: linear-gradient(90deg, #fff 0%, #181818 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  :is(.section-marketing .section-marketing__get) .section-marketing__get-image {
    top: -1%;
  }

  :is(.section-marketing .section-marketing__get) .section-marketing__get-title {
    -webkit-text-stroke: unset;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.04em;
    background: linear-gradient(90deg, #fff 0%, #181818 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  :is(.section-marketing .section-marketing__data) .section-marketing__data-image {
    left: 12%;
  }

  :is(.section-marketing .section-marketing__data) .section-marketing__data-title {
    max-width: 240px;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.04em;
    background: linear-gradient(90deg, #fff 0%, #181818 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .section-solutions .section-solutions__item {
    grid-column: span 12;
  }

  :scope .section-find__body {
    padding-bottom: 500px;
  }

  .section-unleash .section-unleash__title {
    font-size: 48px;
    line-height: 117%;
    margin-bottom: 24px;
  }

  .section-unleash .section-unleash__items {
    margin-top: auto;
  }

  .section-unleash .section-unleash__tracker {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 24px;
    background: linear-gradient(90deg, #fff 0%, #313ffe99 100%);
  }

  :is(.section-unleash .section-unleash__tracker) .section-unleash__tracker-image {
    position: static;
    margin-bottom: -24px;
  }

  :is(:is(.section-unleash .section-unleash__tracker) .section-unleash__tracker-image) img {
    display: block;
  }

  .section-unleash .section-unleash__testing {
    flex-direction: column-reverse;
  }

  :is(.section-unleash .section-unleash__testing) .section-unleash__testing-info {
    max-width: none;
    width: 100%;
    text-align: left;
  }

  :is(.section-unleash .section-unleash__testing)::after {
    background: linear-gradient(180deg, rgba(126, 135, 255, 1) 29%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0) 100%);
  }

  :is(.section-unleash .section-unleash__testing) .section-unleash__testing-image {
    position: static;
    transform: none;
    margin-bottom: -24px;
  }

  :is(:is(.section-unleash .section-unleash__testing) .section-unleash__testing-image) img {
    display: block;

  }

  .section-unleash .section-unleash__device {

    flex-direction: column;
  }

  :is(.section-unleash .section-unleash__device) .section-unleash__device-image {
    position: static;
    width: 115%;
    margin-bottom: -80px;
    margin-top: -55px;
  }

  :is(:is(.section-unleash .section-unleash__device) .section-unleash__device-image) img {
    display: block;
    width: 100%;
  }

  :is(.section-unleash .section-unleash__device) .section-unleash__device-info {
    max-width: none;
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 500px) {
  .top-section {
    padding-top: 347px;

  }

  .top-section .top-section__image {
    top: -56%;
    right: -111px;
  }

  .top-section .top-section__title {
    font-size: 56px;
    line-height: 114%;
    margin-bottom: 8px;
    max-width: 400px;
  }

  .top-section .top-section__suptitle {
    margin-bottom: 16px;
  }

  .section-video .section-video__title {
    font-size: 48px;
    line-height: 117%;
  }

  .section-video .section-video__video-box {
    height: 331px;
  }

  .section-marketing .section-marketing__title {
    font-size: 48px;
    line-height: 117%;
  }

  .section-marketing .section-marketing__items {
    margin-top: -9px;
  }

  :is(.section-marketing .section-marketing__data) .section-marketing__data-image {
    left: -10%;
    top: -10%;
  }

  .section-solutions .section-solutions__title {
    font-weight: 400;
    font-size: 39px;
    line-height: 120%;
  }

  .section-solutions .section-solutions__suptitle {
    margin-bottom: 24px;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__gaming-image {
    width: 559px;
    top: 0%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__gaming-title {
    font-size: 32px;
    line-height: 125%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__finance-image {
    width: 559px;
    top: 5%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__finance-title {
    font-size: 32px;
    line-height: 125%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__commerce-image {
    width: 523px;
    top: -8%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__commerce-title {
    font-size: 32px;
    line-height: 125%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__enterprise-image {
    width: 509px;
    top: -22%;
  }

  :is(.section-solutions .section-solutions__item-inner) .section-solutions__enterprise-title {
    font-size: 32px;
    line-height: 125%;
  }

  :scope .section-find__body {
    padding-bottom: 400px;
  }

  .section-find .section-find__title {
    font-size: 48px;
    line-height: 117%;
    margin-bottom: 16px;
  }

  .section-find .section-find__image {
    top: 86%;
  }

  :is(.section-unleash .section-unleash__tracker) .section-unleash__tracker-title {
    font-size: 32px;
    line-height: 125%;
  }

  :is(.section-unleash .section-unleash__testing) .section-unleash__testing-title {
    font-size: 32px;
    line-height: 125%;
  }

  :is(.section-unleash .section-unleash__testing) .section-unleash__testing-image {
    width: 556px;
  }

  .section-unleash .section-unleash__device {
    background: linear-gradient(90deg, #fff 0%, #313ffe96 100%);
  }

  :is(.section-unleash .section-unleash__device) .section-unleash__device-title {
    font-size: 32px;
    line-height: 125%;
  }

  .section.section-turbocharge {
    padding-bottom: 388px;
  }

  .section-turbocharge .section-turbocharge__link {
    bottom: -105px;
  }

  .section-turbocharge .section-turbocharge__title {
    font-size: 46px;
    line-height: 117%;
    max-width: 375px;
    margin: 0 auto;
  }

  .section-turbocharge .section-turbocharge__image {
    box-shadow: none;
  }

  :is(.section-turbocharge .section-turbocharge__image) img {
    max-height: 492px;
  }

  .section-turbocharge .section-turbocharge__image-mob {
    display: block;
    position: absolute;
    width: 546px;
    height: auto;
    top: 375px;
    left: -294px;
  }

  :is(.section-turbocharge .section-turbocharge__image-mob) img {
    width: 100%;
  }
}

@media (max-width: 450px) {
  :scope .section-find__body {
    padding-bottom: 350px;
  }
}

@media (max-width: 380px) {

  :scope .section-find__body {
    padding-bottom: 300px;
  }

}

.fancybox__content {
  padding: 0;
}
/* End */
/* /local/templates/aio/assets/css/mainpage.css?175128990938188 */
