@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background-color: #E7E4E0;
}

dialog {
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: none;
  text-decoration: underline;
}

p {
  cursor: default;
  margin: 0;
}

img {
  max-width: 100%;
}

li {
  cursor: default;
  list-style-type: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0;
  cursor: default;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.overflow {
  overflow: auto;
}

.h2-title {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 33px;
  line-height: 130%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #1F2427;
}
@media (max-width: 576px) {
  .h2-title {
    font-size: 30px;
  }
}

.text-16-27 {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #1F2427;
}
.hero {
  padding-top: 60px;
  background-image: url(/portfolio/tiktok/img/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 882px;
}
.hero__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .hero__flex {
    flex-direction: column;
    align-items: center;
  }
}
.hero__block {
  max-width: 506px;
}
@media (max-width: 1024px) {
  .hero__block {
    max-width: unset;
  }
}
.hero__relative {
  position: relative;
}
.hero__video {
  position: absolute;
  top: 20px;
  left: 8px;
  max-width: 312px;
  width: 100%;
  height: 640px;
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__tags {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  margin-bottom: 45px;
  max-width: 427px;
}
@media (max-width: 576px) {
  .hero__tags {
    gap: 12px;
  }
}
.hero__tag {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #D3C2B3;
  padding: 6px 16px;
  border: 1px solid #D3C2B3;
  border-radius: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .hero__tag {
    font-size: 14px;
  }
}
.hero__tag:nth-child(1) {
  margin-right: auto;
}
.hero__title {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 68px;
  color: #fff;
  line-height: 123%;
  letter-spacing: 0px;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .hero__title {
    font-size: 46px;
  }
}
.hero__descr {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 30px;
  display: block;
}
.hero__swiper-img {
  max-width: 327px;
  width: 100%;
  height: 680px;
}
.hero__text {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 30px;
}
.hero__btns {
  display: flex;
  gap: 8px;
}
.hero__swiper {
  max-width: 428px;
  width: 100%;
}
.hero .swiper-slide {
  display: flex;
  justify-content: center;
}
.hero__swiper-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.hero__bottom {
  display: flex;
  justify-content: space-between;
  height: 231px;
  border-radius: 20px;
  background-image: url(/portfolio/tiktok/img/svg/hero-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
  padding-right: 50px;
  padding-bottom: 28px;
  z-index: 2;
  transform: translateY(14%);
}
@media (max-width: 1024px) {
  .hero__bottom {
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .hero__bottom {
    flex-wrap: wrap;
    justify-content: center;
    height: 425px;
  }
}
.hero__img-1 {
  transform: scale(1.2) translateY(-20px) translateX(-20px);
  width: 227px;
  height: 232px;
}
@media (max-width: 1024px) {
  .hero__img-1 {
    display: none;
  }
}
.hero__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-20px);
}
@media (max-width: 1024px) {
  .hero__card {
    transform: translateY(-40px);
  }
}
.hero__img-2 {
  width: 160px;
  height: 160px;
}
@media (max-width: 576px) {
  .hero__img-2 {
    width: 130px;
    height: 130px;
  }
}
.hero__text-2 {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  color: #D9D9D9;
  line-height: 42px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
.hero__text-3 {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #D9D9D9;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.arena-tasks {
  padding: 100px 0 50px;
}
.arena-tasks__flex {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .arena-tasks__flex {
    flex-direction: column;
  }
}
.arena-tasks__swiper {
  max-width: 327px;
  width: 100%;
  flex-shrink: 0;
}
.arena-tasks__img {
  width: 327px;
  height: 680px;
}
.arena-tasks__title {
  margin-bottom: 30px;
}

.arena-person {
  background-image: url(/portfolio/tiktok/img/persona-bg.webp);
  background-repeat: no-repeat;
  min-height: 838px;
  background-size: cover;
  position: relative;
}
@media (max-width: 576px) {
  .arena-person {
    min-height: unset;
    background-position: center;
  }
}
.arena-person__swiper {
  max-width: 1070px;
}
.arena-person .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
}
.arena-person__big-img {
  max-width: 448px;
  width: 100%;
  height: 748px;
}
@media (max-width: 576px) {
  .arena-person__big-img {
    height: 542px;
  }
}
.arena-person__swiper-btns {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}
.arena-person__swiper-2 {
  padding: 15px 0;
  width: 100%;
}
.arena-person__swiper-2 .swiper-slide {
  max-width: 127px;
}
.arena-person::before {
  content: "";
  background-color: #14364F;
  width: 100%;
  position: absolute;
  height: 240px;
  left: 0;
  bottom: 0;
}
.arena-person__small-img {
  width: 127px;
  height: 212px;
}

.arena-process {
  padding: 64px 0 80px;
  background-image: url(/portfolio/tiktok/img/process-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.arena-process__title {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
.arena-process__text {
  color: #FFFFFF;
  text-align: center;
  max-width: 949px;
  margin-bottom: 50px;
  margin: 0 auto;
}
.arena-process__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1024px) {
  .arena-process__flex {
    flex-direction: column;
  }
}
.arena-process__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 338px;
  width: 100%;
}
@media (max-width: 1024px) {
  .arena-process__card {
    max-width: unset;
  }
}
.arena-process__img {
  width: 308px;
  height: 310px;
}
@media (max-width: 1024px) {
  .arena-process__img {
    margin: 0 auto;
  }
}
.arena-process__name {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
.arena-process__text-2 {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  text-align: left;
  line-height: 27px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .arena-process__text-2 {
    text-align: center;
  }
}

.arana-weapons {
  padding: 45px 0 35px;
}
.arana-weapons__title {
  margin-bottom: 21px;
}
.arana-weapons__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .arana-weapons__flex {
    flex-direction: column;
    gap: 20px;
  }
}
.arana-weapons__flex-2 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  .arana-weapons__flex-2 {
    justify-content: center;
  }
}
.arana-weapons__img {
  width: 137px;
  height: 137px;
}
.arana-weapons__flex-3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1024px) {
  .arana-weapons__flex-3 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.arana-weapons__card {
  max-width: 350px;
  width: 100%;
}
.arana-weapons__card-1 .arana-weapons__top {
  background-image: url(/portfolio/tiktok/img/arana-weapons-bg-1.webp);
}
.arana-weapons__top {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11px 22px 11px 22px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.arana-weapons__number {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 34.21px;
  color: #B4DBFC;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.arana-weapons__number::before {
  content: "";
  background-image: url(/portfolio/tiktok/img/svg/arana-weapons-arrow-left.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 38px;
  display: block;
  flex-shrink: 0;
}
.arana-weapons__number::after {
  content: "";
  background-image: url(/portfolio/tiktok/img/svg/arana-weapons-arrow-right.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 38px;
  display: block;
  flex-shrink: 0;
}
.arana-weapons__flex-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.arana-weapons__text-2 {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 34.21px;
  color: #B4DBFC;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.arana-weapons__bottom {
  background-image: url(/portfolio/tiktok/img/svg/arana-weapons-bottom-card-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arana-weapons__text-3 {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 34.21px;
  color: #EC9FFF;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.arana-weapons__card-2 .arana-weapons__top {
  background-image: url(/portfolio/tiktok/img/arana-weapons-bg-2.webp);
}
.arana-weapons__card-3 .arana-weapons__top {
  background-image: url(/portfolio/tiktok/img/arana-weapons-bg-3.webp);
}

.arena-customization {
  background-image: url(/portfolio/tiktok/img/customization-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 709px;
  position: relative;
}
@media (max-width: 1024px) {
  .arena-customization {
    height: unset;
    padding: 50px 0;
  }
}
.arena-customization__flex {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .arena-customization__flex {
    margin-bottom: 30px;
  }
}
.arena-customization__block {
  padding-top: 174px;
}
@media (max-width: 1024px) {
  .arena-customization__block {
    padding-top: unset;
  }
}
.arena-customization__title {
  color: #fff;
  margin-bottom: 20px;
}
.arena-customization__text {
  color: #fff;
  max-width: 443px;
}
@media (max-width: 1024px) {
  .arena-customization__text {
    max-width: unset;
  }
}
.arena-customization__img {
  max-width: 690px;
  width: 100%;
  height: 830px;
  position: absolute;
  bottom: 0;
  right: 85px;
}
@media (max-width: 1440px) {
  .arena-customization__img {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .arena-customization__img {
    display: none;
  }
}
.arena-customization__flex-2 {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
}
@media (max-width: 1440px) {
  .arena-customization__flex-2 {
    display: grid;
    grid-template-columns: repeat(3, 177px);
  }
}
@media (max-width: 1024px) {
  .arena-customization__flex-2 {
    position: static;
    transform: unset;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .arena-customization__flex-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.arena-customization__img-2 {
  width: 177px;
  height: 177px;
  flex-shrink: 0;
}

.arena-game {
  padding-top: 132px;
}
@media (max-width: 1440px) {
  .arena-game {
    padding-top: 200px;
  }
}
@media (max-width: 1024px) {
  .arena-game {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.arena-game__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.arena-game__block {
  max-width: 538px;
}
@media (max-width: 1024px) {
  .arena-game__block {
    max-width: unset;
  }
}
.arena-game__img {
  max-width: 434px;
  width: 100%;
  height: 624px;
}
@media (max-width: 1024px) {
  .arena-game__img {
    display: none;
  }
}
.arena-game__title {
  color: #000000;
  margin-bottom: 20px;
}
.arena-game__text {
  color: #1F2427;
  margin-bottom: 32px;
}
.arena-game__grid {
  display: grid;
  grid-template-columns: 316px 316px;
  row-gap: 21px;
  transform: translateX(-70px);
}
@media (max-width: 1024px) {
  .arena-game__grid {
    transform: unset;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .arena-game__grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.arena-game__card {
  background-image: url(/portfolio/tiktok/img/svg/arena-process-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 296px;
  width: 100%;
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 16px;
  position: relative;
}
.arena-game__card-1::after {
  content: "";
  background-image: url(/portfolio/tiktok/img/svg/arena-process-arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 13px;
  display: block;
  position: absolute;
  right: -21px;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 768px) {
  .arena-game__card-1::after {
    right: unset;
    top: unset;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.arena-game__card-2::after {
  content: "";
  background-image: url(/portfolio/tiktok/img/svg/arena-process-arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 13px;
  display: block;
  position: absolute;
  bottom: -17px;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
}
@media (max-width: 768px) {
  .arena-game__card-2::after {
    right: unset;
    top: unset;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.arena-game__card-4::after {
  content: "";
  background-image: url(/portfolio/tiktok/img/svg/arena-process-arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 13px;
  display: block;
  position: absolute;
  left: -21px;
  transform: translateY(-50%) rotate(180deg);
  top: 50%;
}
@media (max-width: 768px) {
  .arena-game__card-4::after {
    display: none;
  }
}
.arena-game__card-3::after {
  content: "";
  background-image: url(/portfolio/tiktok/img/svg/arena-process-arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 13px;
  display: block;
  position: absolute;
  top: -17px;
  transform: translateX(-50%) rotate(-90deg);
  left: 50%;
}
@media (max-width: 768px) {
  .arena-game__card-3::after {
    right: unset;
    top: unset;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.arena-game__img-2 {
  width: 53px;
  height: 53px;
}
.arena-game__text-2 {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 17.02px;
  color: #B4DBFC;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
}

.arena-prototype {
  background-image: url(/portfolio/tiktok/img/arena-prototype-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 67px;
}
.arena-prototype .arena-prototype__title {
  color: #fff;
  margin-bottom: 20px;
}
.arena-prototype .arena-prototype__text {
  color: #fff;
  margin-bottom: 50px;
}
.arena-prototype .swiper-slide {
  max-width: 250px;
}
.arena-prototype .swiper-wrapper {
  align-items: center;
}
.arena-prototype .before-after-container {
  position: relative;
  width: 100%;
  height: 542px;
  max-width: 250px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  overflow: hidden;
}
.arena-prototype .swiper-slide-active {
  max-width: 309px;
}
.arena-prototype .swiper-slide-active .before-after-container {
  max-width: 309px;
  height: 638px;
}
.arena-prototype .swiper-slide-active .gray-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
  z-index: 2;
}
.arena-prototype .swiper-slide-active .divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 100%;
  cursor: ew-resize;
  z-index: 3;
  box-shadow: 0px 0px 20px 0px rgba(254, 210, 39, 0.5019607843);
  background: linear-gradient(180deg, #CAA438 0%, #EFDD4C 100%);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
}
.arena-prototype .swiper-slide-active .divider::after {
  content: "";
  background-image: url(/portfolio/tiktok/img/svg/prototype-arrow-left.svg);
  background-repeat: no-repeat;
  width: 26px;
  height: 50px;
  display: block;
  position: absolute;
  left: -30px;
}
.arena-prototype .swiper-slide-active .divider::before {
  content: "";
  background-image: url(/portfolio/tiktok/img/svg/prototype-arrow-right.svg);
  background-repeat: no-repeat;
  width: 26px;
  height: 50px;
  display: block;
  position: absolute;
  right: -30px;
}

.arena-interview {
  background-image: url(/portfolio/tiktok/img/interview-bg.webp);
  background-repeat: no-repeat;
  padding: 65px 0 135px;
  background-size: cover;
}
.arena-interview__title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.arena-interview__text {
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 70px;
}
.arena-interview__block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.arena-interview__message {
  display: flex;
  gap: 26px;
  align-items: flex-end;
}
.arena-interview__message:nth-child(1) .arena-interview__text-2 {
  max-width: 255px;
}
.arena-interview__message:nth-child(2) .arena-interview__text-2 {
  max-width: 510px;
}
.arena-interview__message:nth-child(3) .arena-interview__text-2 {
  max-width: 434px;
}
.arena-interview__message:nth-child(4) .arena-interview__text-2 {
  max-width: 533px;
}
.arena-interview__message:nth-child(5) .arena-interview__text-2 {
  max-width: 342px;
}
.arena-interview__message:nth-child(6) .arena-interview__text-2 {
  max-width: 628px;
}
.arena-interview__message:nth-child(even) {
  margin-right: auto;
}
.arena-interview__message:nth-child(odd) {
  margin-left: auto;
}
.arena-interview__text-2 {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  color: #fff;
  letter-spacing: 0%;
  padding: 14px 16px;
  position: relative;
}
.arena-interview__text-2::before {
  content: "";
  background-repeat: no-repeat;
  width: 32px;
  height: 13px;
  position: absolute;
  bottom: 0;
}
.arena-interview__text-2_blue {
  background-color: #2F38F7;
  color: #fff;
  border-radius: 16px 16px 0 16px;
}
.arena-interview__text-2_blue::before {
  background-image: url(/portfolio/tiktok/img/svg/interview-message.svg);
  right: -20px;
}
.arena-interview__text-2_gray {
  background-color: #E8E4E1;
  color: #343434;
  border-radius: 16px 16px 16px 0;
}
.arena-interview__text-2_gray::before {
  background-image: url(/portfolio/tiktok/img/svg/interview-message-2.svg);
  left: -15px;
}
.arena-interview__img {
  width: 54px;
  height: 54px;
}

.arena-team {
  padding: 45px 0 55px;
}
.arena-team__title {
  color: #000000;
  margin-bottom: 30px;
}
.arena-team__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.arena-team__card {
  max-width: calc(20% - 20px);
  width: 100%;
}
@media (max-width: 1024px) {
  .arena-team__card {
    max-width: 225px;
  }
}
@media (max-width: 576px) {
  .arena-team__card {
    max-width: calc(50% - 20px);
  }
}
.arena-team__img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto 10px;
}
.arena-team__name {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #1F2427;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  display: block;
}
.arena-team__text {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #848484;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.arena-steps {
  padding: 45px 0;
  background-color: #14364F;
}
.arena-steps__title {
  color: #fff;
  margin-bottom: 43px;
}
.arena-steps__block {
  width: 1110px;
}
.arena-steps__img {
  width: 1080px;
  height: 327px;
}
.arena-steps__list {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.arena-steps__item {
  border: 1px solid #99D5FF;
  border-radius: 16px;
  padding: 28px;
  min-height: 267px;
  max-width: 334px;
  width: 100%;
  background-color: #14364F;
}
.arena-steps__item:nth-child(1) .arena-steps__number {
  left: 169px;
}
.arena-steps__item:nth-child(2) {
  position: absolute;
  left: 258px;
  z-index: 2;
}
.arena-steps__item:nth-child(2) .arena-steps__number {
  left: 161px;
}
.arena-steps__item:nth-child(3) {
  position: absolute;
  left: 516px;
  z-index: 3;
}
.arena-steps__item:nth-child(3) .arena-steps__number {
  left: 182px;
}
.arena-steps__item:nth-child(4) {
  position: absolute;
  left: 774px;
  z-index: 4;
}
.arena-steps__item:nth-child(4) .arena-steps__number {
  left: 255px;
}
.arena-steps__flex {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.arena-steps__subtitle {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 33px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.arena-steps__number {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  color: rgba(152, 212, 255, 0.2509803922);
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  position: absolute;
  top: 20px;
}
.arena-steps__text {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.arena-tech {
  padding: 45px 0 60px;
}
.arena-tech__title {
  margin-bottom: 16px;
}
.arena-tech__text {
  color: #000000;
  margin-bottom: 10px;
  max-width: 600px;
}
.arena-tech__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .arena-tech__flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .arena-tech__flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.arena-tech__img {
  width: 140px;
  height: 140px;
}

.arena-reviews {
  max-height: 437px;
  background-color: #14214F;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .arena-reviews {
    max-height: unset;
    padding: 30px 0;
  }
}
.arena-reviews__flex {
  display: flex;
  align-items: center;
  gap: 30px;
}
.arena-reviews__block {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .arena-reviews__block {
    padding-top: unset;
  }
}
.arena-reviews__title {
  color: #fff;
  margin-bottom: 20px;
}
.arena-reviews__text {
  color: #fff;
}
.arena-reviews__img {
  width: 430px;
  height: 475px;
  transform: translateY(-20px);
}
@media (max-width: 1024px) {
  .arena-reviews__img {
    display: none;
  }
}

.arena-callback {
  background-image: url(/portfolio/tiktok/img/arena-callback-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 71px;
  position: relative;
  z-index: 2;
}
.arena-callback__title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.arena-callback__text {
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0 auto 50px;
  text-align: center;
  max-width: 600px;
}
.arena-callback__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .arena-callback__flex {
    flex-direction: column;
  }
}
.arena-callback__link {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  color: #fff;
  line-height: 33px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.arena-callback__link:hover {
  color: #CAA438 !important;
}
.arena-callback__btn {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  color: #FFFA80;
  line-height: 56px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  padding: 18px 20px;
  box-shadow: 0px 0px 50px 0px rgba(108, 206, 73, 0.5019607843);
  background-color: #38D78B;
  border-radius: 16px;
  max-width: 350px;
  width: 100%;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.arena-callback__btn:hover {
  color: #FFFA80;
  background: #1D9A5B;
}
.arena-callback__img {
  position: absolute;
}
.arena-callback__img-1 {
  top: -30px;
  left: 90px;
  width: 200px;
  height: 200px;
}
@media (max-width: 1024px) {
  .arena-callback__img-1 {
    display: none;
  }
}
.arena-callback__img-2 {
  top: 125px;
  right: 56px;
  width: 108px;
  height: 108px;
}
@media (max-width: 1024px) {
  .arena-callback__img-2 {
    display: none;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto 0;
}

details, main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}