.banner-about img {
  position: absolute;
  top: -96px;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.banner-about__tablet, .banner-about__mobile {
  display: none;
}
.banner-about__heading {
  font-family: "Figtree", sans-serif;
  font-size: var(--wp--preset--font-size--heading-2);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.banner-about__heading.h2 {
  font-size: var(--wp--preset--font-size--heading-5);
  font-weight: 600;
  margin-top: 20px;
  font-family: var(--wp--preset--font-family--hanken-grotesk);
}
.banner-about__text {
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--blackDark);
  padding-top: 24px;
}
.banner-about__text-wrap {
  margin-top: 109px;
  margin-bottom: 225px;
  width: min-content;
  z-index: 1;
}
.banner-about__wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.banner-about__qualities {
  position: relative;
  width: 100%;
}
.banner-about__qualities-item {
  position: absolute;
  background-color: rgb(237, 237, 237);
  border-radius: 19px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: var(--blackDark);
  padding: 8px 13px;
  text-transform: uppercase;
}
.banner-about__qualities-item img {
  position: inherit;
}
.banner-about__qualities-item:first-of-type {
  bottom: 70px;
  left: -170px;
}
.banner-about__qualities-item:nth-child(2) {
  top: 120px;
  left: -60px;
}
.banner-about__qualities-item:nth-child(3) {
  right: 0;
  top: 58px;
}
.banner-about__qualities-item:nth-child(4) {
  bottom: 170px;
  right: -100px;
}

@media (max-width: 1350px) {
  .banner-about img {
    top: -45px;
    right: -80px;
  }
  .banner-about__qualities-item:nth-child(4) {
    right: -80px;
  }
}
@media (max-width: 1230px) {
  .banner-about__heading {
    font-size: 70px;
    line-height: 72.82px;
  }
  .banner-about__qualities-item:nth-child(2) {
    top: 150px;
    left: -100px;
  }
  .banner-about__qualities-item:nth-child(3) {
    right: 50px;
    top: 140px;
  }
}
@media (max-width: 1199px) {
  .banner-about {
    max-height: 504px;
  }
  .banner-about img {
    position: relative;
    z-index: -1;
    width: 100%;
    top: -100px;
    height: 100%;
    right: 0;
  }
  .banner-about__image, .banner-about__mobile {
    display: none;
  }
  .banner-about__tablet {
    display: block;
  }
  .banner-about__text-wrap {
    margin-top: 80px;
    margin-bottom: 182px;
  }
  .banner-about__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    z-index: 1;
    top: 0;
  }
  .banner-about__qualities {
    display: none;
  }
}
.page-template-about .footer {
  background-color: #F9F9F9;
}

.page-template-about .instagram {
  padding-bottom: 108px;
  margin-bottom: 0;
  overflow: hidden;
}

@media (max-width: 993px) {
  .page-template-about .instagram {
    padding-bottom: 80px;
  }
}
@media (max-width: 880px) {
  .banner-about {
    max-height: 100%;
  }
  .banner-about__tablet, .banner-about__image {
    display: none;
  }
  .banner-about__mobile {
    display: block;
    margin-top: -250px;
  }
  .banner-about img {
    position: relative;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
  }
  .banner-about__heading {
    font-size: 44px;
    line-height: 46px;
  }
  .banner-about__text {
    font-size: 14px;
    line-height: 22px;
    padding-top: 16px;
    padding-right: 16px;
  }
  .banner-about__text-wrap {
    margin-top: 24px;
    margin-bottom: 107px;
    width: auto;
  }
  .banner-about__wrap {
    grid-template-columns: 1fr;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .banner-about__qualities {
    display: grid;
  }
  .banner-about__qualities-item {
    padding: 8px 10px;
    font-size: 10px;
    line-height: 13px;
  }
  .banner-about__qualities-item p {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .banner-about__qualities-item img {
    position: inherit !important;
    height: auto !important;
    max-height: 16px;
    z-index: 1;
  }
  .banner-about__qualities-item:first-of-type {
    bottom: 100px;
    left: 0;
  }
  .banner-about__qualities-item:nth-child(2) {
    top: -130px;
    left: 50px;
  }
  .banner-about__qualities-item:nth-child(3) {
    right: 100px;
    top: -150px;
  }
  .banner-about__qualities-item:nth-child(4) {
    bottom: 180px;
    right: 50px;
  }
  .page-template-about .instagram {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .banner-about__mobile {
    margin-top: -150px;
  }
  .banner-about__text-wrap {
    margin-bottom: 307px;
  }
  .banner-about__qualities-item:first-of-type {
    bottom: 40px;
    left: 0;
  }
  .banner-about__qualities-item:nth-child(2) {
    top: -250px;
    left: 10px;
  }
  .banner-about__qualities-item:nth-child(3) {
    right: 30px;
    top: -270px;
  }
  .banner-about__qualities-item:nth-child(4) {
    bottom: 70px;
    right: 10px;
  }
}
@media (max-width: 470px) {
  .banner-about__mobile {
    margin-top: 0;
  }
}
.spinner-circle {
  --background-color: var(--Black, #141414);
  --border-color: var(--Black, #141414);
  --circle-color: var(--White, transparent);
  margin: -2px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.spinner-circle--white {
  --background-color: rgba(255, 255, 255, 0.56);
  --circle-color: var(--Black, #141414);
  --border-color: var(--White, #FFF);
}
.spinner-circle--black:before {
  filter: invert(1);
}
.spinner-circle:nth-child(2):before, .spinner-circle:nth-child(5):before {
  rotate: 180deg;
}
.spinner-circle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("/wp-content/themes/splitdev/icon/circle-white.svg") center/cover no-repeat;
  animation: spin-s 10s linear infinite;
}
.spinner-circle--anti-clockwise:before {
  background: url("/wp-content/themes/splitdev/icon/circle-white--anti-clockwise.svg") center/cover no-repeat;
  animation-direction: reverse;
}
.spinner-circle:after {
  --offset: 7px;
  content: "";
  display: block;
  position: absolute;
  top: var(--offset);
  left: var(--offset);
  width: calc(100% - var(--offset) * 2);
  height: calc(100% - var(--offset) * 2);
  background-color: var(--background-color);
  border: solid 1px var(--border-color);
  overflow: hidden;
  border-radius: 50%;
  backdrop-filter: blur(10px);
}
.spinner-circle__content {
  --inner-circle: calc(100% - 10px);
  --square-width: calc( var(--inner-circle) / 2 / 0.7071 );
  display: block;
  position: absolute;
  top: calc((100% - var(--square-width)) / 2);
  left: calc((100% - var(--square-width)) / 2);
  width: var(--square-width);
  height: var(--square-width);
}

.aboutSocial {
  padding: 34px 0 38px;
}
.aboutSocial ul {
  padding-left: 0;
  display: flex;
  margin-left: auto;
  list-style: none;
  margin-bottom: 0;
  align-items: center;
  gap: 12px;
}
.aboutSocial ul li {
  display: flex;
  align-items: center;
}
.aboutSocial ul li svg {
  margin-left: 12px;
}
.aboutSocial ul li:last-of-type svg {
  display: none;
}
.aboutSocial ul li a {
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--blackDark);
  transition: 0.3s;
}
.aboutSocial ul li a:hover {
  color: var(--red);
  text-decoration: none;
  transition: 0.3s;
}

.ourMission-head {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.ourMission-head h4 {
  font-family: Hanken Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: var(--blackDark);
}
.ourMission-head h3 {
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--blackDark);
  margin-bottom: 32px;
}
.ourMission-head p {
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--blackDark);
  margin-bottom: 0;
}
.ourMission img {
  width: 100%;
  object-fit: cover;
}

.ourTeam {
  padding: 96px 0;
}
.ourTeam .buttonBlackSecond {
  min-width: 270px;
  min-height: 70px;
  max-height: 70px;
  margin: 72px auto 0;
}
.ourTeam-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 30px 0 46px;
  margin-bottom: 45px;
}
.ourTeam-head h3 {
  font-family: Hanken Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: var(--blackDark);
}
.ourTeam-head h2 {
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--blackDark);
}
.ourTeam-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px 32px;
}
.ourTeam-content .buttonBlackSecond {
  margin: 72px auto 0;
}
.ourTeam-content__box {
  display: grid;
  gap: 12px;
  position: relative;
  height: fit-content;
}
.ourTeam-content__box:nth-child(2n+6) {
  margin-top: 0;
}
.ourTeam-content__box:nth-child(2), .ourTeam-content__box:nth-child(4) {
  margin-top: 105px;
}
.ourTeam-content__box:nth-child(2n+5) {
  margin-top: -105px;
}
.ourTeam-content__box:before {
  content: " ";
  position: absolute;
  background: var(--emoji);
  border-radius: 19px;
  min-height: 24px;
  min-width: 24px;
  display: flex;
  z-index: 3;
  align-items: center;
  justify-content: center;
  right: 16px;
  top: 11px;
}
.ourTeam-content__box:after {
  content: " ";
  position: absolute;
  background: var(--lightGrey);
  border-radius: 19px;
  min-height: 30px;
  min-width: 40px;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  right: 8px;
  top: 8px;
}
.ourTeam-content__box_image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.ourTeam-content__box_image:hover .flip_person_image {
  transform: translateX(0);
  transition: 0.3s;
}
.ourTeam-content__box_image img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 430px;
  min-height: 430px;
}
.ourTeam-content__box:hover h4 {
  color: var(--red);
}
.ourTeam-content__box h4 {
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: var(--blackDark);
  text-transform: uppercase;
}
.ourTeam-content__box p {
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: var(--blackDark);
}

.flip_person_image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: 0.3s;
}

.scrollTeam h2 {
  font-family: Figtree, sans-serif;
  font-size: 128px;
  font-weight: 600;
  line-height: 104px;
  letter-spacing: 0.3000000119px;
  text-align: center;
  color: var(--redDark);
  text-transform: uppercase;
  padding: 188px 0 233px;
}
.scrollTeam-content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.scrollTeam-content__title {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  transform: scale(calc(1 - var(--scrollFactor, 1) * 0.2));
}
.scrollTeam-content__title br {
  display: none;
}
.scrollTeam-content__images {
  margin-top: 100vh;
  height: 200vh;
  --box-width: min(1240px, calc(100vw - clamp(1rem, 11vw - 2.75rem, 7rem) * 2));
}
.scrollTeam-content__images div img {
  transform: scale(calc(1 + var(--scrollFactor, 1)));
  transition: 0.8s;
  object-fit: cover;
}
.scrollTeam-content__images div:nth-child(6n+1) {
  transform: translate(calc(var(--box-width) * 0.02), -20%);
  max-width: 184px;
  max-height: 176px;
  overflow: hidden;
  border-radius: 20px;
}
.scrollTeam-content__images div:nth-child(6n+1) img {
  max-height: 176px;
}
.scrollTeam-content__images div:nth-child(6n+2) {
  transform: translate(calc(var(--box-width) * 0.1), 110%);
  z-index: -1;
  position: relative;
  max-width: 174px;
  overflow: hidden;
  border-radius: 81px;
  max-height: 85px;
}
.scrollTeam-content__images div:nth-child(6n+2) img {
  max-height: 85px;
}
.scrollTeam-content__images div:nth-child(6n+3) {
  transform: translate(calc(var(--box-width) * 0.38), 5%);
  z-index: -1;
  position: relative;
  max-width: 163px;
  max-height: 163px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.scrollTeam-content__images div:nth-child(6n+3) img {
  max-height: 163px;
}
.scrollTeam-content__images div:nth-child(6n+4) {
  transform: translate(calc(var(--box-width) * 0.65), -250%);
  z-index: 1;
  position: relative;
  max-width: 90px;
  max-height: 90px;
  border-radius: 100%;
  overflow: hidden;
}
.scrollTeam-content__images div:nth-child(6n+4) img {
  max-height: 90px;
}
.scrollTeam-content__images div:nth-child(6n+5) {
  transform: translate(calc(var(--box-width) * 0.7), -45%);
  z-index: -1;
  position: relative;
  max-width: 298px;
  max-height: 226px;
  overflow: hidden;
  border-radius: 20px;
}
.scrollTeam-content__images div:nth-child(6n+5) img {
  max-height: 226px;
}
.scrollTeam-content__images div:nth-child(6n+6) {
  transform: translate(calc(var(--box-width) * 0.78), -370%);
  z-index: 1;
  position: relative;
  max-width: 133px;
  max-height: 186px;
  border-radius: 81px;
  overflow: hidden;
}
.scrollTeam-content__images div:nth-child(6n+6) img {
  max-height: 186px;
}
.scrollTeam-content__images::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1199px) {
  .aboutSocial {
    padding: 32px 0 28px;
  }
  .aboutSocial ul {
    flex-wrap: wrap;
    max-width: 384px;
    justify-content: end;
  }
  .ourMission-head {
    padding: 40px 0;
  }
  .ourTeam {
    padding: 60px 0 126px;
  }
  .ourTeam .buttonBlackSecond {
    margin: 60px auto 0;
  }
  .ourTeam-head {
    padding: 20px 0 20px;
    margin-bottom: 136px;
  }
  .ourTeam-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 28px;
  }
  .ourTeam-content .buttonBlackSecond {
    margin: 60px auto 0;
  }
  .ourTeam-content__box {
    gap: 11px;
  }
  .ourTeam-content__box_image img {
    max-height: 412.47px;
    min-height: 412.47px;
  }
  .ourTeam-content__box:nth-child(3n+5) {
    margin-top: 0;
  }
  .ourTeam-content__box:nth-child(2) {
    margin-top: 105px;
  }
  .ourTeam-content__box:nth-child(4), .ourTeam-content__box:nth-child(6), .ourTeam-content__box:nth-child(3n+4), .ourTeam-content__box:nth-child(3n+6) {
    margin-top: -105px;
  }
  .scrollTeam {
    margin-bottom: 160px;
  }
  .scrollTeam h2 {
    font-size: 96px;
    line-height: 78px;
    padding: 188px 0 285px;
  }
}
@media (max-width: 992px) {
  .scrollTeam-content__images div:nth-child(6n+5) {
    transform: translate(calc(var(--box-width) * 0.65), -45%);
  }
}
@media (max-width: 816px) {
  .aboutSocial {
    padding: 20px 0 32px;
    border-bottom: 1px solid rgb(237, 237, 237);
  }
  .aboutSocial ul {
    max-width: 100%;
    justify-content: flex-start;
    gap: 8px;
    margin-left: 0;
  }
  .aboutSocial ul li svg {
    margin-left: 8px;
  }
  .aboutSocial ul li a {
    font-size: 12px;
    line-height: 14.4px;
  }
  .ourMission-head {
    padding: 32px 0;
    grid-template-columns: 1fr;
  }
  .ourMission-head h4 {
    font-size: 18px;
    line-height: 23px;
  }
  .ourMission-head h3 {
    font-size: 24px;
    line-height: 29px;
    margin: 16px auto;
  }
  .ourMission-head p {
    font-size: 14px;
    line-height: 22px;
  }
  .ourTeam {
    padding: 32px 0 30px;
  }
  .ourTeam-head {
    grid-template-columns: 1fr;
    padding: 0 0 64px;
    margin-bottom: 0;
  }
  .ourTeam-head h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px;
  }
  .ourTeam-head h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .ourTeam-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
  .ourTeam-content .buttonBlackSecond {
    margin: 30px auto 0;
  }
  .ourTeam-content__box {
    gap: 12px;
    margin-top: 0 !important;
  }
  .ourTeam-content__box_image img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 100%;
    min-height: auto;
  }
  .scrollTeam {
    margin-bottom: 40px;
  }
  .scrollTeam h2 {
    font-size: 48px;
    line-height: 45px;
    padding: 153px 0 135px;
  }
  .scrollTeam h2 br {
    display: block;
  }
  .scrollTeam-content__images div img {
    transform: scale(1);
    transition: 0.8s;
    width: 100%;
  }
  .scrollTeam-content__images div:nth-child(6n+1) {
    max-width: 130px;
    max-height: 140px;
  }
  .scrollTeam-content__images div:nth-child(6n+2) {
    max-width: 100px;
    max-height: 42px;
    border-radius: 50.63px;
  }
  .scrollTeam-content__images div:nth-child(6n+3) {
    max-width: 70px;
    max-height: 70px;
    transform: translate(calc(var(--box-width) * 0.38), 115%);
  }
  .scrollTeam-content__images div:nth-child(6n+4) {
    transform: translate(calc(var(--box-width) * 0.65), -230%);
    max-height: 40px;
    max-width: 40px;
  }
  .scrollTeam-content__images div:nth-child(6n+5) {
    transform: translate(calc(var(--box-width) * 0.58), 50%);
    max-height: 111px;
    max-width: 145px;
  }
  .scrollTeam-content__images div:nth-child(6n+6) {
    transform: translate(calc(var(--box-width) * 0.75), -375%);
    max-width: 83px;
    max-height: 124px;
    border-radius: 37px;
  }
}
@media (max-width: 700px) {
  .ourTeam-content__box_image img {
    max-height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 500px) {
  .ourTeam-content__box_image img {
    max-height: 300px;
    min-height: 300px;
  }
}
@media (max-width: 400px) {
  .ourTeam-content__box_image img {
    max-height: 200px;
    min-height: auto;
  }
}
/*instagram section style*/
.instagram {
  background: #F9F9F9;
  padding: 50.44px 0 104px;
  overflow: hidden;
}
.instagram-head {
  padding: 50.44px 0 56px;
  position: relative;
  max-width: 450px;
  margin: auto;
}
.instagram-head p {
  padding: 8px 13px;
  border-radius: 19px;
  background: #fff;
  color: var(--black);
  font-family: Hanken Grotesk;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-transform: uppercase;
  transform: rotate(12deg);
  width: fit-content;
  position: absolute;
  right: -100px;
  top: 20px;
  margin: 0;
}
.instagram-head h2 {
  font-family: Figtree;
  font-size: 64px;
  font-weight: 700;
  line-height: 77px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--black);
  margin: 0 auto;
}
.instagram .swiper_instagram {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  list-style: none;
  width: 200% !important;
  padding: 0;
  z-index: 1;
}
.instagram .swiper-slide {
  width: auto !important;
}
.instagram #sb_instagram .sbi_photo_wrap, .instagram #sb_instagram .sbi_photo {
  width: fit-content;
}
.instagram #sb_instagram .sbi_photo img {
  min-height: 240px;
  width: 240px;
  max-height: 240px;
  border-radius: 12px;
}
.instagram #sb_instagram .sbi_photo svg {
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
}
.instagram .instagram-body a.buttonBlackSecond {
  position: relative;
}
.instagram .instagram-body a.buttonBlackSecond:after {
  transform: rotate(-35deg);
  display: flex;
  align-items: baseline;
  right: 22px;
}
.instagram #sb_instagram #sbi_images .sbi_item {
  margin-right: 17px !important;
}
.instagram .instagram-body a.buttonBlackSecond:hover:after {
  animation: rotateBlackSin 0.3s ease-in forwards;
}

@media (max-width: 1439px) {
  .instagram {
    padding: 80px 0;
  }
  .instagram-head {
    padding: 80px 0 46px;
  }
  .instagram-head p {
    padding: 8px 13px;
    border-radius: 19px;
  }
}
@media (max-width: 992px) {
  #sb_instagram #sbi_images .sbi_item {
    margin-right: 14px !important;
  }
}
@media (max-width: 816px) {
  /*instagram section style*/
  .instagram {
    padding: 40px 0 50px;
    margin-bottom: 10px;
  }
  .instagram-head {
    padding: 40px 0 32px;
    width: 100%;
  }
  .instagram-head p {
    padding: 6px 13px;
    right: 0px;
    top: 2px;
  }
  .instagram-head h2 {
    font-size: 34px;
    line-height: 41px;
  }
  .instagram #sb_instagram .sbi_photo_wrap, .instagram #sb_instagram .sbi_photo {
    max-width: 200px;
  }
  .instagram #sb_instagram .sbi_photo img {
    min-height: 160px;
    width: 160px;
    max-height: 160px;
  }
  .instagram #sb_instagram #sbi_images .sbi_item {
    margin-right: 15px !important;
  }
}
@keyframes rotateBlackSin {
  0% {
    opacity: 0;
    transform: translate(-50%, 5%) scale(1);
    content: url("./../icon/black45.svg");
  }
  100% {
    opacity: 1;
    transform: translate(0%, 5%) scale(1);
    content: url("./../icon/black45.svg");
  }
}
.hero--banner {
  display: flex;
  align-items: center;
  padding: clamp(1rem, 0.4718rem + 2.2535vw, 2.5rem) 16px;
}

.revers-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(1.5rem, 0.6197rem + 3.7559vw, 4rem);
}
@media (max-width: 880px) {
  .revers-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 0;
  }
}
.revers-layout h1 {
  margin-block-start: 16px !important;
}
@media (max-width: 880px) {
  .revers-layout h1 {
    margin-block-start: 8px !important;
  }
}
.revers-layout p {
  max-width: 500px;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem) !important;
}
@media (max-width: 1200px) {
  .revers-layout p {
    max-width: 400px;
  }
}
@media (max-width: 880px) {
  .revers-layout p {
    max-width: 100%;
    margin-block-start: 16px !important;
  }
}
.revers-layout figure {
  margin-bottom: 0 !important;
}
.revers-layout figure img {
  width: fit-content !important;
}
.revers-layout .wp-block-group {
  z-index: 2;
  position: relative;
  display: grid;
}
@media (max-width: 880px) {
  .revers-layout .wp-block-group:has(p) {
    margin-top: 16px !important;
  }
}
@media (max-width: 880px) {
  .revers-layout .wp-block-group .wp-block-gallery {
    margin-top: 16px !important;
    margin-inline-end: 0 !important;
  }
}
.revers-layout .wp-block-group:has(form)::before {
  background: url("../icon/render.webp") no-repeat;
  background-size: contain;
  content: "";
  min-width: 115%;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  min-height: 115%;
  left: -25%;
  display: block;
  position: absolute;
  z-index: 1;
  top: -30px;
}
@media (max-width: 880px) {
  .revers-layout .wp-block-group:has(form)::before {
    content: none;
  }
}
.revers-layout form {
  background: linear-gradient(142.37deg, rgba(249, 249, 249, 0.93) 1.64%, rgba(247, 247, 247, 0.93) 87.94%);
  border: 1px solid #C5C5C5;
  border-radius: 20px;
  padding: 24px;
  z-index: 2;
  position: relative;
}
@media (max-width: 880px) {
  .revers-layout form {
    padding: 16px;
    border-radius: 14px;
  }
}
.revers-layout form .contact-content__form_input {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 880px) {
  .revers-layout form .contact-content__form_input {
    margin-bottom: 16px;
    gap: 5px;
  }
}
@media (max-width: 500px) {
  .revers-layout form .contact-content__form_input {
    flex-wrap: wrap;
  }
}
.revers-layout form .contact-content__form_input input {
  width: 100%;
  min-width: auto !important;
}
.revers-layout form .contact-content__form_input input::placeholder {
  color: #616161;
}
.revers-layout form .contact-content__form_file {
  max-height: 58px !important;
  padding: 16px 0;
  background: #F4F4F4;
  border: 2px dashed #d6d6d6;
  margin: 12px 0 24px;
}
.revers-layout form .contact-content__form_file p {
  margin-top: 0 !important;
}
.revers-layout form .contact-content__form_checkbox {
  margin-bottom: 24px;
}
@media (max-width: 880px) {
  .revers-layout form .contact-content__form_checkbox {
    margin-bottom: 16px;
  }
}
.revers-layout form h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(0.875rem, 0.743rem + 0.5634vw, 1.25rem);
  font-weight: 600;
  line-height: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
  color: var(--blackDark);
  margin-bottom: 8px;
}
.revers-layout form textarea {
  border: 1px solid rgb(237, 237, 237);
  background: rgb(255, 255, 255);
  border-radius: 12px;
  resize: none;
  padding: 17px 16px;
  max-width: 512px;
  max-height: 104px;
  width: 100%;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--blackDark);
  outline: none;
}
.revers-layout form textarea::placeholder {
  color: #616161;
}
@media (max-width: 880px) {
  .revers-layout form textarea {
    max-width: 100%;
  }
}
.revers-layout form button {
  margin: auto;
}
@media (max-width: 816px) {
  .revers-layout form button.buttonRed {
    max-width: 343px;
    min-width: auto !important;
  }
}

.hero-wave {
  position: relative;
}
.hero-wave:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: url("../icon/grey-hero-render.svg") center/cover no-repeat;
  inset: 0;
}
@media (max-width: 880px) {
  .hero-wave:before {
    content: none;
  }
}

.owst-awards {
  position: relative;
  overflow: hidden;
}
.owst-awards figure.wp-block-image {
  margin-bottom: 0 !important;
}
.owst-awards .wp-block-group {
  z-index: 1;
}
@media (max-width: 600px) {
  .owst-awards .wp-block-group {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .owst-awards .wp-block-group .mobile-padding {
    padding: 0 38px;
  }
  .owst-awards .wp-block-group .wp-block-gallery {
    margin-top: 32px !important;
    flex-direction: column;
    gap: 24px;
  }
  .owst-awards .wp-block-group .wp-block-gallery figure {
    margin: 0 auto !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .owst-awards .wp-block-group .wp-block-gallery figure.mobile-bigger {
    width: 70% !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .owst-awards .wp-block-group .wp-block-gallery figure {
    width: 60% !important;
  }
}
.owst-awards:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: url("../icon/grey-awards-union.svg") center/cover no-repeat;
  inset: 0;
}
@media (max-width: 600px) {
  .owst-awards:before {
    background: url("../icon/Lines.webp") right/contain no-repeat;
    top: 5%;
    bottom: 0;
    margin-left: auto;
    filter: grayscale(100%);
  }
}

.has-global-padding:has(.owst-faq) {
  overflow: hidden;
}
@media (max-width: 600px) {
  .has-global-padding:has(.owst-faq) {
    padding-top: 32px !important;
    padding-bottom: 40px !important;
  }
}
.has-global-padding:has(.owst-faq)::after {
  background: url("../icon/render.webp") right/contain no-repeat;
  content: "";
  min-width: 100%;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  height: 600px;
  right: -20%;
  display: block;
  position: absolute;
  z-index: 2;
  top: 20px;
}
@media (max-width: 992px) {
  .has-global-padding:has(.owst-faq)::after {
    content: none;
  }
}

.has-global-padding:has(.owst-faq.for-article)::after {
  content: none;
}

.owst-faq {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px 32px;
  align-items: flex-start !important;
  z-index: 3 !important;
  position: relative;
}
@media (max-width: 768px) {
  .owst-faq {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.schema-faq {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .schema-faq {
    gap: 16px;
  }
}
.schema-faq .schema-faq-section {
  background: rgba(255, 255, 255, 0.56);
  padding: 0 24px;
  border: 1px solid #D6D6D6;
  backdrop-filter: blur(6px);
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .schema-faq .schema-faq-section {
    padding: 0 16px;
  }
}
.schema-faq .schema-faq-section > strong {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
  border: 0;
  background: none;
  outline: none !important;
  transition: 0.4s;
  width: 100%;
  text-align: inherit;
  display: flex;
  justify-content: space-between;
  padding: 24px 0 24px 5.33px;
  align-items: flex-start;
}
.schema-faq .schema-faq-section > strong > strong {
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .schema-faq .schema-faq-section > strong {
    font-size: 16px;
    line-height: 19px;
    padding: 20px 0;
  }
}
.schema-faq .schema-faq-section > strong:after {
  content: url("../icon/faq.svg");
  float: left;
  max-height: 20px;
  margin-top: 2px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}
.schema-faq .schema-faq-section .schema-faq-answer:not(.block-editor-rich-text__editable) {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #2F2F2F;
}
@media (max-width: 768px) {
  .schema-faq .schema-faq-section .schema-faq-answer:not(.block-editor-rich-text__editable) {
    line-height: 20px;
  }
}
.schema-faq .schema-faq-section .schema-faq-answer:not(.block-editor-rich-text__editable) > img {
  margin-block: 1em;
}
.schema-faq .schema-faq-section[open] > strong:after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.schema-faq .schema-faq-section[open] .schema-faq-answer {
  max-height: var(--max-height, 500px);
  margin-block: 0 12px;
}

.no-js .faq .schema-faq-answer {
  max-height: unset !important;
}

.block-editor-rich-text__editable .schema-faq-answer {
  max-height: unset !important;
}

.wp-block-video video {
  border-radius: 20px !important;
}

.margin-top-auto {
  margin-top: auto;
}

@media (max-width: 880px) {
  .br-delete br {
    display: none;
  }
}
.max-height-27 img {
  max-height: 27px;
  object-fit: contain;
}

.header-content__links {
  position: relative;
}

.header-content__links ul li:not(.menu-item-has-children), .buttonHeader {
  z-index: 2;
}

.header-content__links .header-content_menu > .menu-item-has-children:hover > a::after {
  transform: rotate(0deg);
}
.header-content__links .header-content_menu > .menu-item-has-children:hover > ul.sub-menu:has(.sub-menu) {
  opacity: 1;
  pointer-events: all;
}

.header-content__links .header-content_menu > .menu-item-has-children > a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.header-content__links .header-content_menu > .menu-item-has-children > a::after {
  content: "";
  background: url("/wp-content/themes/splitdev/icon/header/arrow.svg") no-repeat;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
  width: 20px;
  height: 20px;
  display: block;
}

.header-content__links .header-content_menu > .menu-item-has-children > ul.sub-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  padding: 32px;
  border-radius: 20px;
  background: linear-gradient(142.37deg, rgba(255, 255, 255, 0.7) 1.64%, rgba(245, 245, 245, 0.7) 87.94%);
  backdrop-filter: blur(45px);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #E3E3E3;
  display: grid;
  grid-template-columns: repeat(3, 182px);
  gap: 80px;
  align-items: flex-start;
  right: 0;
  top: 100%;
  transition: all 0.3s ease-in-out;
}

.header-content__links .menu-item-has-children > ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  height: 48px;
  display: block;
}

.header-content__links .sub-menu .menu-item-has-children > a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--wp--preset--font-family--figtree);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.header-content__links .sub-menu .menu-item-has-children > a::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
}

.header-content__links .menu-item-has-children > .sub-menu .sub-menu {
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.header-content__links .menu-item-has-children > .sub-menu .sub-menu li a {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}

.header-content__links ul li.design-menu-item > a::before, .header-mobile__content_before ul li.design-menu-item > a::before {
  background: url("/wp-content/themes/splitdev/icon/header/design.svg") no-repeat;
}

.header-content__links ul li.shopify-menu-item > a::before, .header-mobile__content_before ul li.shopify-menu-item > a::before {
  background: url("/wp-content/themes/splitdev/icon/header/shopify.svg") no-repeat;
}

.header-content__links ul li.wordpress-menu-item > a::before, .header-mobile__content_before ul li.wordpress-menu-item > a::before {
  background: url("/wp-content/themes/splitdev/icon/header/wordpress.svg") no-repeat;
}

.header-contentMobile {
  display: none;
}

/*Mobile*/
@media (max-width: 992px) {
  .header-contentMobile {
    display: grid;
  }
  .header-contentMobile__head {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .header-contentMobile img {
    max-height: 40px;
    max-width: 88px;
    height: 100%;
  }
  .header-contentMobile #mobile_menu {
    justify-self: end;
  }
  .header-contentMobile #open_menu {
    transition: 0.3s;
    justify-self: end;
  }
  .header-contentMobile #close_menu {
    display: none;
    transition: 0.3s;
    justify-self: end;
  }
}

.header-mobile__content {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 100;
  top: calc(60px + var(--wp-admin--admin-bar--height, 0px));
  right: 0;
  width: 100%;
  height: calc(100vh + env(safe-area-inset-bottom));
  background: #F9F9F9;
  box-shadow: 0 4px 16px -4px rgba(62, 54, 43, 0.17);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
  transform: translateX(100%);
}

.nav-is-toggled .header-mobile__content {
  transform: translateX(0);
}

.nav-is-toggled header {
  background: rgb(255, 255, 255);
}

.nav-is-toggled #open_menu {
  display: none;
}

#open_menu:before {
  content: url("/wp-content/themes/splitdev/icon/homepage/open_menu.svg");
}

#close_menu:before {
  content: url("/wp-content/themes/splitdev/icon/homepage/close_menu.svg");
}

.nav-is-toggled #close_menu {
  display: block;
}

.header-mobile__content_before {
  position: relative;
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 60px);
  background: #F9F9F9;
  padding-top: 40px;
  text-align: center;
  max-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 60px);
  overflow-y: auto;
}
.header-mobile__content_before .container {
  height: calc(100% - 60px);
}
.header-mobile__content_before ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 0;
  justify-content: flex-start;
}
.header-mobile__content_before ul.sub-menu {
  display: none;
}
.header-mobile__content_before ul.sub-menu.active {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9F9F9;
  z-index: 101;
  padding: 40px 20px;
  flex-direction: column;
  overflow-y: auto;
  gap: 0 !important;
}
.header-mobile__content_before ul.sub-menu.active .sub-menu {
  display: flex;
  position: static;
  padding: 0 0 40px 32px;
  height: auto;
  background: transparent;
  gap: 24px;
}
.header-mobile__content_before li.back-button {
  margin-bottom: 24px;
}
.header-mobile__content_before li.back-button a {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding-top: 0 !important;
}
.header-mobile__content_before li.back-button a:before {
  content: url("/wp-content/themes/splitdev/icon/header/back-arrow.svg");
  display: block;
  width: 24px;
  height: 24px;
}
.header-mobile__content_before li.back-button a:after {
  display: none !important;
}
.header-mobile__content_before li.menu-title {
  font-size: 22px;
  font-family: var(--wp--preset--font-family--hanken-grotesk);
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 16px;
  list-style: none;
}

.header-mobile__content_before ul.sub-menu li.menu-item-has-children > a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--wp--preset--font-family--figtree);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 20px;
  justify-content: flex-start;
}
.header-mobile__content_before ul.sub-menu li.menu-item-has-children > a::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
}

.header-mobile__content_before ul li {
  text-align: start;
  width: 100%;
}
.header-mobile__content_before ul li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile__content_before ul li.menu-item-has-children > a:after {
  content: url("/wp-content/themes/splitdev/icon/header/mobile-arrow.svg");
}
.header-mobile__content_before ul li.menu-item-has-children .sub-menu .menu-item-has-children > a:after {
  display: none;
}
.header-mobile__content_before ul li a {
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  color: var(--black);
  transition: 0.3s;
  margin-bottom: 0;
}
.header-mobile__content_before ul li .sub-menu a {
  font-size: 18px;
  font-weight: 500;
}

.header-mobile__content_before ul li a:hover {
  text-decoration: none;
  color: var(--red);
  transition: 0.3s;
}

.header-mobile__content_before a.buttonHeader {
  margin: auto auto 40px;
  max-width: 343px;
}

.header-mobile__content_before a:not(.buttonHeader):hover {
  text-decoration: none;
  color: var(--red);
  transition: 0.3s;
}

.services-hero {
  overflow: hidden;
}
@media (max-width: 600px) {
  .services-hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 60px);
  }
}
.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(80% 120% at 50% 50%, rgba(255, 65, 65, 0.6) 0%, rgba(255, 65, 65, 0.2) 40%, transparent 80%);
  background-repeat: no-repeat;
  background-position: center;
}
.services-hero .rotate-image {
  transform: rotate(25deg);
}
@media (max-width: 880px) {
  .services-hero .rotate-image {
    display: none;
  }
}
.services-hero .blur-background {
  z-index: 1;
  backdrop-filter: blur(12px);
}
@media (max-width: 768px) {
  .services-hero-bottom {
    flex-direction: column;
    gap: 0 !important;
    align-items: flex-start !important;
  }
  .services-hero-bottom .identity-box {
    border-radius: 20px !important;
  }
}

body:has(.services-hero) .footer {
  background-color: transparent !important;
}

.subservices-list--card {
  gap: 32px;
  display: grid !important;
  grid-template-columns: 176px 1fr 384px;
}
@media (max-width: 1024px) {
  .subservices-list--card {
    grid-template-columns: auto 1fr 384px;
  }
}
@media (max-width: 768px) {
  .subservices-list--card {
    grid-template-columns: auto 1fr;
    gap: 12px 33px;
  }
  .subservices-list--card-list {
    grid-column: 2;
  }
  .subservices-list--card-list .wp-block-buttons .wp-block-button__link {
    font-size: 14px !important;
  }
}
.subservices-list--card li {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 768px) {
  .subservices-list--card li {
    font-size: 14px;
    line-height: 1;
  }
}
.subservices-list--card li::marker {
  font-size: 20px;
  line-height: 1;
  color: var(--wp--preset--color--design-red);
}

@media (max-width: 1180px) {
  .our-process-paterns--steps {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px 15px !important;
  }
}
.our-process-paterns--steps_card {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1180px) {
  .our-process-paterns--steps_card {
    min-height: unset !important;
    gap: 32px !important;
    justify-content: flex-start !important;
  }
  .our-process-paterns--steps_card:nth-child(3n) {
    grid-column: 1/-1;
  }
}
@media (max-width: 1180px) {
  .our-process-paterns--steps_card .steps-icon--parent {
    position: initial !important;
  }
}
.our-process-paterns--steps_card .steps-icon-background {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1180px) {
  .our-process-paterns--steps_card .steps-icon-background {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
.our-process-paterns--steps_card p {
  transition: all 0.3s ease-in-out;
}
.our-process-paterns--steps_card:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/splitdev/icon/process-card-decoration.svg") no-repeat;
  background-position: top right;
}
@media (max-width: 768px) {
  .our-process-paterns--steps_card:before {
    content: none;
  }
}
.our-process-paterns--steps_card:hover {
  background-color: var(--wp--preset--color--design-red) !important;
  color: var(--white) !important;
}
@media (max-width: 768px) {
  .our-process-paterns--steps_card:hover {
    pointer-events: none;
  }
}
.our-process-paterns--steps_card:hover .steps-icon-background {
  background-color: var(--white) !important;
}
.our-process-paterns--steps_card:hover p {
  color: var(--white) !important;
  transition: all 0.3s ease-in-out;
}

.scroll-boxes-container {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  justify-items: flex-end;
}

.scroll-boxes {
  position: relative;
}
.scroll-boxes-content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0 16px !important;
  justify-self: flex-start;
  padding-bottom: 8px;
  grid-area: 1/1;
  z-index: 2;
}
@media (max-width: 768px) {
  .scroll-boxes-content {
    gap: 16px 15px !important;
    grid-area: unset;
  }
}
.scroll-boxes-box {
  will-change: transform, opacity;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  z-index: 1;
}
@media (max-width: 768px) {
  .scroll-boxes-box {
    gap: 32px;
    min-height: unset !important;
    justify-content: flex-start !important;
  }
  .scroll-boxes-box > div:last-of-type {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .scroll-boxes-box > div:last-of-type p {
    margin: 0 !important;
  }
  .scroll-boxes-box > div:last-of-type p:last-of-type {
    margin: 8px 0 0 !important;
  }
}
.scroll-boxes-box:nth-child(odd) {
  grid-column: 1;
}
.scroll-boxes-box:nth-child(even) {
  grid-column: 2;
}
@media (min-width: 769px) {
  .scroll-boxes-box:nth-child(1) {
    grid-row: 1;
  }
  .scroll-boxes-box:nth-child(2) {
    grid-row: 2;
  }
  .scroll-boxes-box:nth-child(3) {
    grid-row: 3;
  }
  .scroll-boxes-box:nth-child(4) {
    grid-row: 4;
  }
  .scroll-boxes-box:nth-child(5) {
    grid-row: 5;
  }
  .scroll-boxes-box:nth-child(6) {
    grid-row: 6;
  }
  .scroll-boxes-box:nth-child(7) {
    grid-row: 7;
  }
  .scroll-boxes-box:nth-child(8) {
    grid-row: 8;
  }
  .scroll-boxes-box:nth-child(9) {
    grid-row: 9;
  }
  .scroll-boxes-box:nth-child(10) {
    grid-row: 10;
  }
  .scroll-boxes-box:nth-child(11) {
    grid-row: 11;
  }
  .scroll-boxes-box:nth-child(12) {
    grid-row: 12;
  }
  .scroll-boxes-box:nth-child(13) {
    grid-row: 13;
  }
  .scroll-boxes-box:nth-child(14) {
    grid-row: 14;
  }
  .scroll-boxes-box:nth-child(15) {
    grid-row: 15;
  }
  .scroll-boxes-box:nth-child(16) {
    grid-row: 16;
  }
  .scroll-boxes-box:nth-child(17) {
    grid-row: 17;
  }
  .scroll-boxes-box:nth-child(18) {
    grid-row: 18;
  }
  .scroll-boxes-box:nth-child(19) {
    grid-row: 19;
  }
  .scroll-boxes-box:nth-child(20) {
    grid-row: 20;
  }
}
@media (max-width: 768px) {
  .scroll-boxes-box:nth-child(n) {
    grid-column: unset;
    grid-row: auto;
  }
}
.scroll-boxes-background {
  right: 0;
  position: sticky;
  grid-area: 1/1;
  top: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .scroll-boxes-background {
    position: relative;
    grid-area: unset;
  }
}

@media (max-width: 600px) {
  .grid-layout {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

/*# sourceMappingURL=components.css.map */
