h1, .heading-1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
}

h2, .heading-2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
}

h3, .heading-3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
}

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}

p.type-1 {
  font-size: 16px;
}

p.type-2 {
  font-size: 14px;
}

p.type-3 {
  font-size: 14px;
}

.cta-b1, .tech-stack .tech-list-item .title, .support form input, .support form textarea {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}

.cta-b2, .support form button, footer .top .menu ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.primary-btn {
  background: #9476FF;
  color: #FFFFFF;
  padding: 13px 24px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: all .25s ease;
}

.primary-btn:hover {
  background: #9747FF;
}

.c-chip {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  padding: 6px 24px;
  border-radius: 322px;
  border: 1px solid #CBCBCB;
  color: #FFFFFF;
}

.c-chip.dark {
  color: #57565E;
}

@media (min-width: 1024px) {
  h1, .heading-1 {
    font-size: 40px;
    line-height: 140%;
  }
  h2, .heading-2 {
    font-size: 32px;
  }
  h3, .heading-3 {
    font-size: 24px;
  }
  p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
  }
  p.type-1 {
    font-size: 20px;
  }
  p.type-2 {
    font-size: 16px;
  }
  p.type-3 {
    font-size: 14px;
  }
  .cta-b1, .tech-stack .tech-list-item .title, .support form input, .support form textarea {
    font-size: 16px;
  }
  .cta-b2, .support form button, footer .top .menu ul li a {
    font-size: 14px;
  }
}

#page {
  position: relative;
  overflow-x: hidden;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

body {
  position: relative;
  overflow-x: hidden;
  background: #FFFFFF;
  color: #040404;
  font-weight: 400;
  font-style: normal;
}

.c-container {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .c-container {
    padding-left: 44px;
    padding-right: 44px;
    max-width: 1440px;
  }
}

.c-container .c-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

@media (min-width: 1024px) {
  .c-container .c-row {
    margin-left: -44px;
    margin-right: -44px;
  }
}

.c-container .c-row > .c-col {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media (min-width: 1024px) {
  .c-container .c-row > .c-col {
    padding-left: 44px;
    padding-right: 44px;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  header {
    position: relative;
    margin-bottom: 29px;
  }
}

.app-header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 10px;
  z-index: 9;
}

@media (min-width: 1024px) {
  .app-header {
    padding-top: 26px;
  }
}

@media (min-width: 1024px) {
  .app-header .logo-m {
    display: none;
  }
}

.app-header .logo-d {
  display: none;
}

@media (min-width: 1024px) {
  .app-header .logo-d {
    display: block;
  }
}

.app-header .nav {
  display: none;
}

@media (min-width: 1024px) {
  .app-header .nav.nav-d {
    display: block;
  }
}

.app-header .nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 32px;
}

.app-header .nav ul li a {
  position: relative;
  color: #57565E;
  text-decoration: none;
}

.app-header .nav ul li a.active {
  color: #040404;
}

.app-header .nav ul li a.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #040404;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
}

.app-header .contact {
  display: none;
}

@media (min-width: 1024px) {
  .app-header .contact {
    display: block;
  }
}

.app-header .contact a {
  background: #040404;
  color: #FFFFFF;
  padding: 6px 24px;
}

.app-header .contact a:hover {
  background: #9747FF;
}

.app-header .mobile-nav {
  position: relative;
}

@media (min-width: 1024px) {
  .app-header .mobile-nav {
    display: none;
  }
}

.app-header .nav-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #CBCBCB;
  background: #FFFFFF0A;
  z-index: 9;
}

.app-header .nav-btn .icon {
  transition-duration: 0.5s;
  background: #FFF;
}

.app-header .nav-btn .icon:before {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #FFFFFF;
  content: "";
  top: calc(50% - 4px);
  transform: translate(-50%, -50%);
  border-radius: 6px;
  transition: all .25s ease;
}

.app-header .nav-btn .icon:after {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #FFFFFF;
  content: "";
  top: calc(50% + 4px);
  transform: translate(-50%, -50%);
  border-radius: 6px;
  transition: all .25s ease;
}

.app-header .nav-btn.open .icon {
  transition: 0.5s;
}

.app-header .nav-btn.open .icon:before {
  transform: rotateZ(45deg) translate(-3px, 9px);
}

.app-header .nav-btn.open .icon:after {
  transform: rotateZ(-45deg) translate(-3px, -9px);
}

.app-header .nav-btn:hover {
  cursor: pointer;
}

.app-header .mobile-side-nav {
  position: absolute;
  left: calc(100% + 16px);
  top: -10px;
  min-width: 180px;
  width: 40vw;
  height: 100vh;
  background: #040404CC;
  backdrop-filter: blur(16px);
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
  z-index: 4;
}

.app-header .mobile-side-nav.opened {
  transform: translateX(-100%);
}

.app-header .mobile-side-nav ul {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.app-header .mobile-side-nav ul li:first-child a {
  position: relative;
  color: #FFF;
  opacity: 1;
}

.app-header .mobile-side-nav ul li:first-child a:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFF;
  opacity: 1;
}

.app-header .mobile-side-nav ul li > a {
  position: relative;
  color: #FFFFFF;
  opacity: 0.7;
  text-decoration: none;
}

.app-header .mobile-side-nav ul li > a::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFF;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.app-header .mobile-side-nav ul li > a.active {
  color: #FFFFFF;
}

.app-header .mobile-side-nav ul li > a.active::after {
  opacity: 1;
}

.app-header .mobile-side-nav .primary-btn {
  margin-top: auto;
  color: #040404;
  background: #FFFFFF;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
}

.hero-m {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .hero-m {
    display: none;
  }
}

.hero-m .c-container, .hero-m .c-row, .hero-m .c-col {
  height: 100%;
}

.hero-m .hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  z-index: 1;
}

.hero-m .heading-1, .hero-m .type-1 {
  color: #FFFFFF;
}

.hero-m .heading-1 {
  margin-bottom: 16px;
}

.hero-m .type-1 {
  margin-bottom: 24px;
  opacity: 0.7;
}

.hero-m .primary-btn {
  max-width: 343px;
}

.hero-m .bg-obj {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.hero-m .bg-obj img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-d {
  display: none;
}

@media (min-width: 1024px) {
  .hero-d {
    display: block;
  }
}

.hero-d .c-col {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.hero-d .c-col .video-wrapper {
  position: relative;
  border-radius: 24px;
  height: 440px;
  width: 100%;
  overflow: hidden;
}

.hero-d .c-col .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
}

.hero-d .c-col .bg-obj {
  flex: 0 0 calc(100% - 435px - 24px);
  height: 440px;
}

.hero-d .c-col .bg-obj img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  border-radius: 24px;
}

.hero-d .c-col .side-title {
  flex: 0 0 435px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("./images/site-title-bg.jpg") bottom left/cover;
  height: 440px;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  border-radius: 24px;
}

.hero-d .c-col .side-title p {
  color: #FFF;
}

.hero-d .c-col .bottom {
  background: #F7F7F7;
  padding: 33px 44px;
  border: 1px solid #CBCBCB;
  margin-top: 24px;
  width: 100%;
  border-radius: 24px;
}

.hero-d .c-col .bottom .heading-1 {
  margin-bottom: 16px;
  max-width: 715px;
}

.hero-d .c-col .bottom p {
  max-width: 615px;
  color: #57565E;
}

.services {
  position: relative;
  overflow: hidden;
  padding: 56px 0;
  background: #040404;
  color: #FFF;
  text-align: center;
}

.services .heading-2 {
  margin-bottom: 16px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.services .type-3 {
  opacity: 0.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 709px;
}

.services .services-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
  margin-top: 24px;
}

.services .services-list-item {
  position: relative;
  border: 1px solid #FFFFFF66;
  border-radius: 16px;
  padding: 24px 32px 40px 16px;
  backdrop-filter: blur(20px);
}

.services .services-list-item .heading-3 {
  margin-bottom: 16px;
}

.services .services-list-item p {
  position: relative;
  opacity: 0.75;
  max-width: 100%;
  z-index: 1;
}

.services .services-list-item span:not(.breaker) {
  position: absolute;
  bottom: 5px;
  right: 16px;
  font-size: 64px;
  font-weight: 500;
  color: #FFFFFF33;
  -webkit-text-stroke: 1px #CBCBCBCC;
  opacity: 0.2;
  pointer-events: none;
}

.services:after {
  content: '';
  display: block;
  position: absolute;
  top: -90vw;
  left: -300vw;
  width: 987vw;
  height: 614vw;
  background: radial-gradient(49.81% 49.73% at 49.77% 49.73%, #27276D 0%, rgba(39, 39, 109, 0.6724) 23%, rgba(39, 39, 109, 0.1156) 69%, rgba(39, 39, 109, 0) 100%);
  pointer-events: none;
}

@media (min-width: 1024px) {
  .services {
    margin-top: 106px;
    padding: 100px 0 108px;
  }
  .services .services-list {
    flex-direction: row;
    gap: 24px;
    text-align: left;
    margin-top: 44px;
    flex-wrap: wrap;
  }
  .services .services-list-item {
    border: 1px solid #FFFFFF66;
    border-radius: 16px;
    padding: 32px 40px 64px 16px;
    flex-basis: calc(25% - 18px);
  }
  .services .services-list-item .heading-3 {
    margin-bottom: 12px;
  }
  .services .services-list-item p .breaker {
    display: block;
    height: 1em;
  }
  .services .services-list-item span:not(.breaker) {
    position: absolute;
    bottom: 5px;
    right: 8px;
    font-size: 140px;
    color: #FFFFFF33;
    -webkit-text-stroke: 1px #CBCBCBCC;
    opacity: 0.2;
    pointer-events: none;
  }
  .services:after {
    top: 0;
    left: 25%;
    width: 2600px;
    height: 1800px;
    background: radial-gradient(50.07% 49.73% at 50.11% 49.69%, #8578DA 0%, rgba(126, 114, 210, 0.8649) 7%, rgba(63, 60, 137, 0.0729) 72%, rgba(39, 39, 109, 0) 100%);
    pointer-events: none;
  }
}

.cases {
  padding: 64px 0;
  text-align: center;
  background: #F7F7F7;
}

.cases .c-chip {
  margin-bottom: 16px;
}

.cases .heading-2 {
  margin: 0 auto 16px;
  max-width: 609px;
}

.cases .subtitle {
  margin: 0 auto;
  max-width: 664px;
  color: #57565E;
}

.cases .case-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  margin-top: 32px;
}

.cases .case-list .el1, .cases .case-list .el2 {
  display: none;
}

.cases .case-list .case-item {
  position: relative;
  overflow: hidden;
}

.cases .case-list .case-item .info {
  padding-top: 16px;
  border-radius: 16px;
  background: #0000000A;
}

.cases .case-list .case-item .info .heading-3 {
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 8px;
}

.cases .case-list .case-item .info .type-3 {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 16px;
  color: #57565E;
}

.cases .case-list .case-item .info img {
  width: 100%;
}

.cases .case-list .case-item .img-wrapper {
  width: 100%;
}

.cases .case-list .case-item .img-wrapper img {
  display: block;
  width: 100%;
}

.cases .case-list .case-item.small .info {
  padding-bottom: 36px;
}

.cases .case-list .case-item:not(.small) {
  background: #0000000A;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.cases .case-list .case-item:not(.small) .img-wrapper {
  margin-top: auto;
}

.cases .case-list .case-item:not(.small) .info {
  background: transparent;
}

@media (min-width: 1024px) {
  .cases .case-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 24px;
  }
  .cases .case-list .el1 {
    grid-column: span 1;
    grid-row: 1;
    display: block;
  }
  .cases .case-list .el1 .img-wrapper {
    background: #0000000A;
    border-radius: 24px;
    padding: 11px 26px;
  }
  .cases .case-list .el2 {
    grid-column: span 1;
    grid-row: 1;
    grid-column-start: 4;
    /* Position el2 in the 4th column */
    display: block;
  }
  .cases .case-list .el2 .img-wrapper {
    background: #0000000A;
    border-radius: 24px;
    padding: 11px 26px;
  }
  .cases .case-list .el3 {
    grid-column: 2 / 4;
    /* Span columns 2-3 */
    grid-row: 1;
  }
  .cases .case-list .el4 {
    grid-column: span 2;
    grid-row: 2;
  }
  .cases .case-list .el5 {
    grid-column: span 2;
    grid-row: 2;
  }
  .cases .case-list .case-item .info {
    padding-top: 24px;
    border-radius: 24px;
  }
  .cases .case-list .case-item .info .type-3 {
    margin: 0 auto;
    max-width: 502px;
  }
  .cases .case-list .case-item .img-wrapper {
    width: 100%;
    margin-top: 24px;
  }
  .cases .case-list .case-item .img-wrapper img {
    display: block;
    width: 100%;
  }
  .cases .case-list .case-item.small .info {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cases .case-list .case-item.small .info p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.industries {
  background: #FFF;
  padding: 53px 0;
}

.industries .c-chip {
  margin-bottom: 16px;
}

.industries .heading-2 {
  margin-bottom: 16px;
  text-align: center;
}

.industries .subtitle {
  text-align: center;
  color: #57565E;
}

.industries .industries-list {
  margin-top: 32px;
}

.industries .industries-list .swiper-wrapper {
  align-items: stretch;
}

.industries .industries-list .swiper-slide {
  display: flex;
  flex-direction: column;
  padding: 24px 23px;
  background: #F7F7F7;
  border-radius: 24px;
  align-items: stretch;
  height: auto;
}

.industries .industries-list .c-chip {
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.industries .industries-list .c-chip svg {
  width: 16px;
}

.industries .industries-list .list-heading {
  margin-bottom: 12px;
  line-height: 1.25;
}

.industries .industries-list .list-subtitle {
  color: #00000099;
  margin-bottom: 24px;
}

.industries .industries-list .img-wrapper {
  margin-top: auto;
}

.industries .industries-list .img-wrapper img {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.industries .swiper-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  width: 100%;
}

.industries .swiper-nav .swiper-button-prev,
.industries .swiper-nav .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #CBCBCB;
  transition: all .25s ease;
  cursor: pointer;
}

.industries .swiper-nav .swiper-button-prev svg,
.industries .swiper-nav .swiper-button-next svg {
  width: 20px;
  height: 20px;
}

.industries .swiper-nav .swiper-button-prev.swiper-button-disabled,
.industries .swiper-nav .swiper-button-next.swiper-button-disabled {
  opacity: 50%;
  pointer-events: none;
}

.industries .swiper-nav .swiper-button-prev:hover,
.industries .swiper-nav .swiper-button-next:hover {
  border-color: #040404;
}

@media (min-width: 1024px) {
  .industries {
    padding: 120px 0 129px;
  }
  .industries .c-chip {
    margin: 0 0 16px 0;
    width: fit-content;
  }
  .industries .heading-2 {
    margin-bottom: 16px;
    text-align: left;
  }
  .industries .subtitle {
    text-align: left;
    max-width: 664px;
  }
  .industries .industries-list {
    position: relative;
    margin-top: 56px;
  }
  .industries .industries-list .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 24px;
    transition: background .25s ease;
    overflow: hidden;
  }
  .industries .industries-list .swiper-slide:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -235%;
    left: -125%;
    width: 2600px;
    height: 1800px;
    pointer-events: none;
  }
  .industries .industries-list .swiper-slide:hover {
    background: #040404;
  }
  .industries .industries-list .swiper-slide:hover:after {
    background-image: radial-gradient(50.07% 49.73% at 50.11% 49.69%, #8578DA 0%, rgba(126, 114, 210, 0.8649) 7%, rgba(63, 60, 137, 0.0729) 72%, rgba(39, 39, 109, 0) 100%);
  }
  .industries .industries-list .swiper-slide:hover svg path {
    stroke: #FFF;
  }
  .industries .industries-list .swiper-slide:hover .c-chip {
    border: 1px solid #CBCBCB;
    color: #FFF;
  }
  .industries .industries-list .swiper-slide:hover .list-heading {
    color: #FFFFFF;
  }
  .industries .industries-list .swiper-slide:hover .list-subtitle {
    color: #FFFFFF80;
  }
  .industries .industries-list .list-subtitle {
    margin-bottom: 12px;
  }
  .industries .swiper-nav {
    position: absolute;
    bottom: calc(100% + 24px);
    right: 0;
    width: max-content;
    gap: 16px;
  }
}

.tech-stack {
  position: relative;
  overflow: hidden;
  padding: 40px 0px 56px;
  background: #040404;
  text-align: center;
}

.tech-stack .c-chip {
  margin-bottom: 16px;
}

.tech-stack .heading-2 {
  color: #FFF;
  margin: 0 auto 16px;
  max-width: 694px;
}

.tech-stack .type-2 {
  color: #ffffff80;
  margin: 0 auto;
  max-width: 600px;
}

.tech-stack .tech-list {
  position: relative;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.tech-stack .tech-list-item {
  padding: 16px 9px;
  background: #FFFFFF0A;
  border-radius: 16px;
  flex-basis: calc(33% - 12px);
}

.tech-stack .tech-list-item:nth-child(n+10) {
  display: none;
}

.tech-stack .tech-list-item .info {
  display: none;
}

.tech-stack .tech-list-item img {
  width: 44px;
  display: block;
  margin: 0 auto 8px;
}

.tech-stack .tech-list-item .title {
  color: #FFF;
}

.tech-stack .more-btn {
  padding: 6px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  border: 1px solid #CBCBCB;
  border-radius: 322px;
  width: max-content;
  margin: 32px auto 0;
  cursor: pointer;
}

.tech-stack:before {
  content: '';
  display: block;
  position: absolute;
  right: -90%;
  top: -20%;
  width: 2600px;
  height: 1800px;
  background: radial-gradient(50.07% 49.73% at 50.11% 49.69%, #8578DA 0%, rgba(126, 114, 210, 0.8649) 7%, rgba(63, 60, 137, 0.0729) 72%, rgba(39, 39, 109, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.tech-stack:after {
  content: '';
  display: block;
  position: absolute;
  right: -90%;
  top: -20%;
  width: 2600px;
  height: 1800px;
  background: radial-gradient(49.81% 49.73% at 49.77% 49.73%, #27276D 0%, rgba(39, 39, 109, 0.6724) 23%, rgba(39, 39, 109, 0.1156) 69%, rgba(39, 39, 109, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 1024px) {
  .tech-stack {
    padding: 40px 0;
  }
  .tech-stack .more-btn {
    display: none;
  }
  .tech-stack .tech-list-item:nth-child(n+10) {
    display: block;
  }
  .tech-stack .tech-list-item.big {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
  }
  .tech-stack .tech-list-item.big .info {
    display: block;
    max-width: 180px;
    text-align: left;
  }
  .tech-stack .tech-list-item.big .info .c-chip {
    margin-left: 0;
    margin-bottom: 16px;
  }
  .tech-stack .tech-list-item.big .info .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .tech-stack .tech-list-item.big .info .type-3 {
    color: #57565E;
  }
  .tech-stack .tech-list-item.big img {
    flex-basis: 96px;
    height: 96px;
    margin: 0;
  }
  .tech-stack .tech-list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 23px;
    margin: 32px auto 0;
  }
  .tech-stack .tech-list-item:nth-child(1) {
    grid-area: 2 / 1;
  }
  .tech-stack .tech-list-item:nth-child(2) {
    grid-area: 1 / 2;
  }
  .tech-stack .tech-list-item:nth-child(3) {
    grid-area: 1 / 3;
  }
  .tech-stack .tech-list-item:nth-child(4) {
    grid-area: 1 / 4;
  }
  .tech-stack .tech-list-item:nth-child(5) {
    grid-area: 1 / 5;
  }
  .tech-stack .tech-list-item:nth-child(6) {
    grid-area: 1 / 6;
  }
  .tech-stack .tech-list-item:nth-child(7) {
    grid-area: 1 / 7;
  }
  .tech-stack .tech-list-item:nth-child(8) {
    grid-area: 5 / 8;
  }
  .tech-stack .tech-list-item:nth-child(9) {
    grid-area: 3 / 1;
  }
  .tech-stack .tech-list-item:nth-child(10) {
    grid-area: 4 / 1;
  }
  .tech-stack .tech-list-item:nth-child(11) {
    grid-area: 5 / 1;
  }
  .tech-stack .tech-list-item:nth-child(12) {
    grid-area: 6 / 5;
  }
  .tech-stack .tech-list-item:nth-child(13) {
    grid-area: 2 / 8;
  }
  .tech-stack .tech-list-item:nth-child(14) {
    grid-area: 3 / 8;
  }
  .tech-stack .tech-list-item:nth-child(15) {
    grid-area: 4 / 8;
  }
  .tech-stack .tech-list-item:nth-child(16) {
    grid-area: 6 / 7;
  }
  .tech-stack .tech-list-item:nth-child(17) {
    grid-area: 6 / 2;
  }
  .tech-stack .tech-list-item:nth-child(18) {
    grid-area: 6 / 3;
  }
  .tech-stack .tech-list-item:nth-child(19) {
    grid-area: 6 / 4;
  }
  .tech-stack .tech-list-item:nth-child(20) {
    grid-area: 6 / 6;
  }
  .tech-stack .tech-list-item:nth-child(21) {
    grid-area: 2 / 2 / 4 / 5;
    height: 100%;
  }
  .tech-stack .tech-list-item:nth-child(22) {
    grid-area: 4 / 2 / 6 / 5;
    height: 100%;
  }
  .tech-stack .tech-list-item:nth-child(23) {
    grid-area: 2 / 5 / 4 / 8;
    height: 100%;
  }
  .tech-stack .tech-list-item:nth-child(24) {
    grid-area: 4 / 5 / 6 / 8;
    height: 100%;
  }
  .tech-stack:after {
    right: 20%;
    top: auto;
    bottom: -90%;
  }
  .tech-stack:before {
    right: 20%;
    top: auto;
    bottom: -90%;
  }
}

.testimonials {
  padding: 64px 0 42px;
  background: #F7F7F7;
  text-align: center;
}

.testimonials .wrapper > * {
  margin-bottom: 16px;
}

.testimonials .type-2 {
  color: #57565E;
  max-width: 643px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials .testimonials-swiper {
  margin-top: 38px;
}

.testimonials .testimonials-swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.testimonials .testimonials-swiper .testimonials-swiper-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  width: 100%;
}

.testimonials .testimonials-swiper .testimonials-swiper-nav .swiper-button-prev,
.testimonials .testimonials-swiper .testimonials-swiper-nav .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  border: 1px solid #CBCBCB;
  transition: all .25s ease;
  cursor: pointer;
}

.testimonials .testimonials-swiper .testimonials-swiper-nav .swiper-button-prev svg,
.testimonials .testimonials-swiper .testimonials-swiper-nav .swiper-button-next svg {
  width: 20px;
  height: 20px;
}

.testimonials .testimonials-swiper .testimonials-swiper-nav .swiper-button-prev.swiper-button-disabled,
.testimonials .testimonials-swiper .testimonials-swiper-nav .swiper-button-next.swiper-button-disabled {
  opacity: 50%;
  pointer-events: none;
}

.testimonials .testimonials-swiper .testimonials-swiper-nav .swiper-button-prev:hover,
.testimonials .testimonials-swiper .testimonials-swiper-nav .swiper-button-next:hover {
  border-color: #040404;
}

@media (min-width: 1024px) {
  .testimonials {
    padding: 56px 0px 18px;
  }
  .testimonials .testimonials-swiper {
    margin-top: 32px;
  }
  .testimonials .testimonials-swiper .testimonials-swiper-nav {
    justify-content: center;
    gap: 35px;
    margin-top: 6px;
  }
  .testimonials .testimonials-swiper .testimonials-swiper-pagination {
    min-width: 75px;
  }
}

.support {
  background: #FFF;
  padding: 64px 0;
}

.support .c-chip {
  margin: 0 0 16px 0;
}

.support .heading-2 {
  margin-bottom: 32px;
}

.support .subtitle {
  margin-bottom: 16px;
  color: #57565E;
}

.support .tell-more {
  color: #57565E;
  margin-bottom: 24px;
}

.support form {
  position: relative;
}

.support form .radio-group, .support form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  max-width: 380px;
  gap: 8px;
  margin-bottom: 32px;
}

.support form .radio-group .radio-item, .support form .radio-group .wpcf7-list-item, .support form .wpcf7-radio .radio-item, .support form .wpcf7-radio .wpcf7-list-item {
  cursor: pointer;
  margin: 0;
}

.support form .radio-group .radio-item .radio-text, .support form .radio-group .radio-item .wpcf7-list-item-label, .support form .radio-group .wpcf7-list-item .radio-text, .support form .radio-group .wpcf7-list-item .wpcf7-list-item-label, .support form .wpcf7-radio .radio-item .radio-text, .support form .wpcf7-radio .radio-item .wpcf7-list-item-label, .support form .wpcf7-radio .wpcf7-list-item .radio-text, .support form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  padding: 7px 24px;
  border-radius: 322px;
  color: #57565E;
  border: 1px solid #CBCBCB;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  transition: all .25s ease;
}

.support form .radio-group .radio-item input[type="radio"], .support form .radio-group .wpcf7-list-item input[type="radio"], .support form .wpcf7-radio .radio-item input[type="radio"], .support form .wpcf7-radio .wpcf7-list-item input[type="radio"] {
  display: none;
}

.support form .radio-group .radio-item input[type="radio"]:checked + .radio-text,
.support form .radio-group .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label, .support form .wpcf7-radio .radio-item input[type="radio"]:checked + .radio-text,
.support form .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
  color: #FFFFFF;
  background: #9476FF;
  border-color: #9476FF;
}

.support form input, .support form textarea {
  font-family: "Poppins", sans-serif;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 16px;
  transition: border-color 0.25s ease;
}

.support form input::placeholder, .support form textarea::placeholder {
  color: #57565E;
  opacity: 0.6;
}

.support form .fields {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.support form .fields .form-group {
  width: 100%;
}

.support form .fields .form-group.error input {
  border-color: red;
}

.support form .fields .form-group input, .support form .fields .form-group textarea {
  display: block;
  width: 100%;
}

.support form .fields .form-group textarea {
  min-height: 105px;
}

.support form .fields .privacy, .support form .fields .button {
  flex-basis: 100%;
}

.support form .privacy .wpcf7-form-control-wrap {
  position: absolute;
  left: -9999px;
}

.support form .privacy .checkbox-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 16px;
  color: #57565E80;
}

.support form .privacy a {
  color: inherit;
  text-decoration: underline;
}

.support form .privacy .checkbox-item input[type="checkbox"] {
  display: none;
}

.support form .privacy .checkbox-custom {
  width: 24px;
  height: 24px;
  border: 2px solid #CBCBCB;
  border-radius: 4px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 10px;
  transition: all 0.3s ease;
}

.support form .privacy .checkbox-item input[type="checkbox"]:checked + .checkbox-custom {
  border-color: #9747FF;
  background-color: #9747FF;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1279 0.643433C13.2529 0.768452 13.3231 0.93799 13.3231 1.11477C13.3231 1.29154 13.2529 1.46108 13.1279 1.5861L5.63322 9.08143C5.56512 9.14957 5.48426 9.20361 5.39526 9.24049C5.30627 9.27736 5.21088 9.29634 5.11455 9.29634C5.01822 9.29634 4.92283 9.27736 4.83384 9.24049C4.74484 9.20361 4.66398 9.14957 4.59588 9.08143L0.871884 5.35743C0.809944 5.29549 0.760811 5.22196 0.727289 5.14103C0.693767 5.0601 0.676514 4.97336 0.676514 4.88577C0.676514 4.79817 0.693767 4.71143 0.727289 4.6305C0.760811 4.54957 0.809944 4.47604 0.871884 4.4141C0.933825 4.35216 1.00736 4.30303 1.08829 4.2695C1.16922 4.23598 1.25595 4.21873 1.34355 4.21873C1.43115 4.21873 1.51789 4.23598 1.59882 4.2695C1.67974 4.30303 1.75328 4.35216 1.81522 4.4141L5.11522 7.7141L12.1846 0.643433C12.3096 0.518453 12.4791 0.448242 12.6559 0.448242C12.8327 0.448242 13.0029 0.518453 13.1279 0.643433Z' fill='white'/%3E%3C/svg%3E%0A");
}

.support form .privacy.error .checkbox-custom {
  border-color: red;
}

.support form button {
  color: #FFF;
  padding: 14px 26px;
  background: #040404;
  border-radius: 322px;
  border: none;
  width: 100%;
  transition: background-color .25s ease;
}

.support form button:hover {
  background: #9747FF;
}

.support .ty {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  height: 100%;
  background: #FFF;
  width: 100%;
  padding: 30px 0;
}

.support .ty svg {
  width: 180px;
  height: 180px;
}

.support .ty svg path {
  fill: #9476ff;
}

@media (min-width: 1024px) {
  .support {
    padding: 85px 0 92px;
  }
  .support .heading-2 {
    margin-bottom: 16px;
  }
  .support .tell-more {
    margin-bottom: 24px;
  }
  .support form {
    max-width: 664px;
  }
  .support form .radio-group {
    display: flex;
    flex-wrap: wrap;
    max-width: 380px;
    gap: 8px;
    margin-bottom: 32px;
  }
  .support form .radio-group .radio-item {
    cursor: pointer;
  }
  .support form .radio-group .radio-item .radio-text {
    display: block;
    padding: 7px 24px;
    border-radius: 322px;
    color: #57565E;
    border: 1px solid #CBCBCB;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    transition: all .25s ease;
  }
  .support form .radio-group .radio-item input[type="radio"] {
    display: none;
  }
  .support form .radio-group .radio-item input[type="radio"]:checked + .radio-text {
    color: #FFFFFF;
    background: #9476FF;
    border-color: #9476FF;
  }
  .support form .fields .form-group {
    width: calc(50% - 12px);
  }
  .support form .fields .form-group.textarea {
    width: 100%;
  }
  .support form button {
    width: max-content;
  }
}

.support .wpcf7-response-output, .support .wpcf7-not-valid-tip {
  display: none;
}

footer {
  padding: 31px 0px 16px;
  background: #040404;
}

footer .top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

footer .top .menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 110px;
  text-align-last: left;
}

footer .top .menu ul li {
  flex-basis: 100px;
}

footer .top .menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

footer .bottom {
  border-top: 1px solid #CBCBCB;
  padding-top: 16px;
  margin-top: 40px;
  color: #CBCBCB80;
  display: flex;
  justify-content: space-between;
}

footer .privacy-nav {
  display: none;
}

@media (min-width: 1024px) {
  footer {
    padding: 29px 0px 21px;
  }
  footer .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
  }
  footer .top .menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  footer .top .menu ul li {
    flex-basis: auto;
  }
  footer .top .menu ul li a {
    position: relative;
  }
  footer .top .menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    transition: all .25s ease;
  }
  footer .top .menu ul li a:hover:after {
    width: 100%;
  }
  footer .bottom {
    padding-top: 25px;
    margin-top: 24px;
    font-size: 14px;
  }
  footer .bottom .type-3 {
    display: flex;
    gap: 40px;
  }
  footer .privacy-nav {
    display: flex;
    gap: 40px;
  }
  footer .privacy-nav a {
    color: inherit;
    text-decoration: none;
    transition: color .25s ease;
  }
  footer .privacy-nav a:hover {
    color: #FFFFFF;
  }
}
