
.mts-main-body {
  position: relative;
  overflow: clip;
  background: #000223;
  isolation: isolate;
}

/* Hero */

.mts-hero {
  position: relative;
  min-height: 53.4722vw;
  overflow: hidden;
  background: linear-gradient(
    270deg,
    #2446b2 5.23%,
    #1f3b99 23.82%,
    #16246b 47.59%,
    #0e1749 66.72%
  );
}

.mts-hero-ball {
  position: absolute;
  z-index: 2;
  top: 5.6944vw;
  left: 19vw;
  width: 83.5417vw;
  height: 46.3889vw;
  /* background: url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/hero-ball.png") center / cover no-repeat; */
  background: url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/mts-hero-bg.webp") center / cover no-repeat;
  pointer-events: none;
  backdrop-filter: blur(6.9444vw);
}

.mts-hero-title-gradient {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -51.7361vw;
  width: 116.1806vw;
  height: 53.4722vw;
  background: linear-gradient(
    90deg,
    rgba(0, 2, 35, 0) 4.88%,
    #000223 47.68%,
    #050239 76.22%,
    rgba(14, 3, 98, 0) 97.71%
  );
  pointer-events: none;
}

.mts-hero-content {
  position: relative;
  z-index: 4;
  width: 33.3333vw;
  top: 14.8611vw;
  left: 2.9861vw;
}

.mts-hero-title {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 5vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.mts-hero-title::before {
  content: "";
  position: absolute;
  top: 8.6528vw;
  left: -1vw;
  width: 11.1806vw;
  height: 5.3472vw;
  background: url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/title-vector.svg") center / contain no-repeat;
  pointer-events: none;
}

.mts-hero-title-first,
.mts-hero-title-orange,
.mts-hero-title-last {
  display: block;
  white-space: nowrap;
}

.mts-hero-title-orange {
  color: #ff5900;
}

.mts-hero-title-last {
  margin-left: 10.3194vw;
}

.mts-hero-description {
  width: 28.9167vw;
  margin: 1.6667vw 0 2.2222vw 10.3194vw;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 1.1111vw;
  font-weight: 500;
  line-height: 160%;
}

.mts-hero-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4167vw;
  width: 10.8333vw;
  height: 3.3333vw;
  margin: 1.3889vw 0 0 10.3194vw;
  padding: 0 1.25vw;
  box-sizing: border-box;
  border-radius: 0.2778vw;
  background: #ff5900;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 0.9028vw;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.4s ease;
}

.mts-hero-button::after {
  content: "";
  width: 1.1111vw;
  height: 1.1111vw;
  background: url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/white-vector.svg") center / contain no-repeat;
  transition: transform 0.4s ease;
}

.mts-hero-button:hover {
  background: #ff813d;
}

.mts-hero-button:hover::after {
  transform: translateX(0.3vw);
}

.hero-bottom-gradient {
  position: absolute;
  z-index: 3;
  top: 32.6389vw;
  right: 0;
  left: 0;
  height: 31.6667vw;
  /* height: 41.6667vw; */
  background: linear-gradient(
    180deg,
    rgba(0, 2, 35, 0) 4.88%,
    #04042e 40.31%,
    #050315 70.08%,
    rgba(0, 0, 0, 0) 98.87%
  );
  pointer-events: none;
}

/* Slider section */









.mts-slider-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Fix GPU rendering glitch during position: fixed pinning */
.mts-slider,
.mts-slider-card,
.mts-slider-card-inner {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}









.mts-slider-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 56.5278vw;
  box-sizing: border-box;
  background:
    linear-gradient(rgba(1, 2, 16, 0.59), rgba(1, 2, 16, 0.59)),
    url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/slider-section-bg.png") center / 100% 100% no-repeat;
}

.slider-balls {
  position: absolute;
  z-index: 0;
  top: 6vw;
  width: 64.5833vw;
}

.mts-slider-heading {
  position: relative;
  width: 50.2778vw;
  z-index: 4;
  margin: 0 auto 4.1667vw;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.6667vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.023em;
  text-align: center;
  text-transform: uppercase;
}

.mts-slider {
  position: relative;
  z-index: 4;
  width: 42.4023vw;
  height: 31.0417vw;
  /* margin: 0 auto; */
  overflow: hidden;
  /* border-radius: 1.6667vw 0 1.6667vw 0; */
}

.mts-slider .swiper-wrapper,
.mts-slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.mts-slider-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.0694vw;
  box-sizing: border-box;
  border-radius: 1.6667vw 0 1.6667vw 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% 72.5%,
    96.5% 76%,
    100% 79.5%,
    100% 100%,
    0 100%,
    0 79.5%,
    3.5% 76%,
    0 72.5%
  );
  backdrop-filter: blur(0.7569vw);
}

.mts-slider-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 3.8889vw 4.1667vw;
  box-sizing: border-box;
  border-radius: 1.5972vw 0 1.5972vw 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 72.5%,
    96.5% 76%,
    100% 79.5%,
    100% 100%,
    0 100%,
    0 79.5%,
    3.5% 76%,
    0 72.5%
  );
}

.mts-slider-card-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 3.3333vw;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.mts-slider-card-title span {
  color: #ff5900;
}

.mts-slider-card-text {
  width: 30.7778vw;
  margin: 2.0833vw 0 0;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 1.1111vw;
  font-weight: 500;
  line-height: 160%;
}

.mts-slider-card-icon {
  position: absolute;
  right: 3.4722vw;
  bottom: 2.7778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vw;
  height: 5vw;
  border-radius: 1.5vw 0 1.5vw;
  background: #2200d1;
}

.mts-slider-card-icon img {
  width: 2.7083vw;
  height: 2.7083vw;
}

.mts-slider .mts-swiper-pagination.swiper-pagination-horizontal {
  position: absolute;
  z-index: 6;
  top: auto;
  right: auto;
  bottom: 3.2639vw;
  left: 4.1667vw;
  display: flex;
  align-items: center;
  gap: 0.2778vw;
  width: max-content;
  transform: none;
}

.mts-slider .mts-swiper-pagination .swiper-pagination-bullet {
  width: 0.3778vw;
  height: 0.3778vw;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  transition: width 0.3s ease;
}

.mts-slider .mts-swiper-pagination .swiper-pagination-bullet-active {
  width: 1.5vw;
  border-radius: 0.1389vw;
  background: #ffffff;
}

/* chamion-section */

.mts-champion-section {
  position: relative;
  background: #000223;
}

.mts-champion-overlap-gradient {
  position: absolute;
  z-index: 1;
  top: -14.7778vw;
  /* top: -27.7778vw; */
  right: 0;
  left: 0;
  height: 21.7778vw;
  background: linear-gradient(
    180deg,
    rgba(0, 2, 35, 0) 0%,
    rgba(0, 2, 35, 0.25) 25%,
    rgba(0, 2, 35, 0.7) 60%,
    #000223 100%
  );
  pointer-events: none;
}

.mts-champion-sticky {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse 200% 55% at 50% 50%,
      #002395 0%,
      rgba(0, 31, 134, 0.9) 30%,
      rgba(1, 19, 83, 0.68) 52%,
      rgba(0, 2, 35, 0.25) 72%,
      rgba(0, 2, 35, 0) 88%
    ),
    linear-gradient(180deg, #000223 0%, #000223 34%, #050239 72%, #000223 100%);
}

.mts-champion-content {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 55.5556vw;
}

.mts-champion-left {
  position: absolute;
  z-index: 4;
  top: 21.25vw;
  left: 8.3333vw;
}

.mts-champion-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 4.4444vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.mts-champion-description {
  width: 35.1389vw;
  margin: 2.0833vw 0 0;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 1.1111vw;
  font-weight: 500;
  line-height: 160%;
}

.mts-champion-right {
  position: absolute;
  inset: 0;
}

.mts-champion-circles {
  position: absolute;
  z-index: 1;
  top: 8.125vw;
  left: 53.75vw;
  width: 42.2785vw;
  height: 42.2785vw;
  pointer-events: none;
}

.cyrcles {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.mts-sportsmen {
  position: absolute;
  z-index: 2;
  top: 8.125vw;
  left: 53.8194vw;
  width: 42.2785vw;
  height: 38.583vw;
  overflow: hidden;
}

/* GSAP animation container */

.mts-sportsmen-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.mts-sportsmen .swiper-slide-prev {
  opacity: 1;
  transition: .4s;
}
.mts-sportsmen .swiper-slide {
  opacity: 0;
}

.mts-sportsman-frame {
  /* position: absolute; */
  /* inset: 0; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* opacity: 0; */
  /* visibility: hidden; */
  /* will-change: transform, opacity; */
}
/* .mts-sportsman-frame img {
  width: 35vw;
  height: 32.6389vw;
  object-fit: cover;
  object-position: 29%;
} */
/* .mts-sportsman-frame img {
  position: absolute;
  bottom: 0;
} */
/* .mts-sportsman-frame:first-child {
  opacity: 1;
  visibility: visible;
} */

/* .mts-sportsman {
  position: absolute;
  display: block;
  object-fit: contain;
  pointer-events: none;
} */


.mts-sportsman-tennis {
  /* top: 0.2083vw;
  left: -1.4722vw; */
  width: 38vw;
    height: 32.6389vw;
    object-fit: cover;
    object-position: 53%;
}

.mts-sportsman-boxing {
  /* top: 4.1667vw;
  left: 0.3889vw; */
  width: 38vw;
    height: 32.6389vw;
    object-fit: cover;
    object-position: 36%;
}

.mts-sportsman-rugby {
  /* top: 3.125vw;
  left: 9.2083vw; */
  width: 35vw;
  height: 32.6389vw;
  object-fit: cover;
  object-position: 29%;
}

.mts-sportsman-baseball {
  /* top: 1.3889vw;
  left: 10.5556vw; */
  width: 35vw;
  height: 32.6389vw;
  object-fit: cover;
  object-position: 29%;
}

/* Information card */

.mts-champion-card {
  position: absolute;
  z-index: 4;
  top: 36.5972vw;
  right: 8.9028vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.2361vw;
  height: 10.2778vw;
  padding: 2.2222vw;
  box-sizing: border-box;
  border: 0.0479vw solid rgba(255, 255, 255, 0.2);
  border-radius: 1.7264vw 0 1.7264vw 0;
  background: linear-gradient(
    180deg,
    rgba(47, 79, 181, 0.55) 0%,
    rgba(28, 52, 143, 0.48) 100%
  );
  backdrop-filter: blur(1.2764vw);
}

.mts-champion-card p {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
}

.mts-champion-card span {
  color: #ff5900;
}

/* Final CTA section */

.mts-cta-section {
  position: relative;
  z-index: 4;
  box-sizing: border-box;
  padding: 10.4167vw 0 6.9444vw;
}

/* CTA card */

.mts-cta-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 91.6667vw;
  height: 9.3056vw;
  margin: 0 auto;
  padding: 0.1389vw 2.2222vw 0.1389vw 5.5556vw;
  box-sizing: border-box;
  border: 0.0694vw solid rgba(255, 255, 255, 0.12);
  border-radius: 0.2778vw;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  backdrop-filter: blur(0.7569vw);
}

/* Ball */

.mts-cta-ball {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 1.3889vw;
  width: 8.7361vw;
  height: 8.7361vw;
  object-fit: contain;
  transform: translateY(-50%);
  pointer-events: none;
}

/* CTA title */

.mts-cta-title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.9444vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.023em;
  text-transform: uppercase;
}

/* CTA button */

.mts-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4167vw;
  width: 8.5417vw;
  height: 3.3333vw;
  margin-left: auto;
  padding: 0 1.25vw;
  box-sizing: border-box;
  border-radius: 0.2778vw;
  background: #ff5900;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 0.9028vw;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(0.3572vw);
  transition: background-color 0.3s ease;
}

.mts-cta-button::after {
  content: "";
  width: 1.1111vw;
  height: 0.8333vw;
  background: url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/white-vector.svg") center / contain no-repeat;
  transition: transform 0.3s ease;
}

.mts-cta-button:hover {
  background: #ff813d;
}

.mts-cta-button:hover::after {
  transform: translateX(0.3vw);
}

/* Decision scroll section */

.mts-decision-section {
  position: relative;
  background: #000223;
}

/* GSAP pins this viewport */

.mts-decision-sticky {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000223;
}
/* Vertically centered design canvas */

.mts-decision-canvas {
  position: relative;
  width: 100%;
  height: 55.5556vw;
  overflow: hidden;
  background:
    url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/decision-bg.png") 100% 48% / 95% auto no-repeat,
    radial-gradient(
      ellipse 37% 61% at 62% 49%,
      #0838c5 0%,
      #00218f 38%,
      #001251 65%,
      #000223 90%
    );
}

.mts-decision-gradient {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      #000223 0%,
      rgba(0, 2, 35, 1) 7%,
      rgba(0, 2, 35, 0.35) 15%,
      rgba(0, 2, 35, 0) 25%,
      rgba(0, 2, 35, 0) 76%,
      rgba(0, 2, 35, 0.9) 90%,
      #000223 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 2, 35, 0.78) 0%,
      rgba(0, 2, 35, 0.35) 35%,
      rgba(0, 2, 35, 0) 52%
    );
  pointer-events: none;
}
/* Left content */

.mts-decision-left {
  position: absolute;
  z-index: 3;
  top: 13.1944vw;
  left: 5.5556vw;
}

.mts-decision-title {
  width: 47.5694vw;
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 3.3333vw;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.mts-decision-description {
  width: 33.25vw;
  margin: 1.3889vw 0 0;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 1.1111vw;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
  opacity: 0.8;
}

/* Decision button */

.mts-decision-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4167vw;
  width: 10.8333vw;
  height: 3.3333vw;
  margin-top: 1.3889vw;
  padding: 0 1.25vw;
  box-sizing: border-box;
  border-radius: 0.2778vw;
  background: #ff5900;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 0.9028vw;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.mts-decision-button::after {
  content: "";
  width: 1.1111vw;
  height: 0.8333vw;
  background: url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/white-vector.svg") center / contain no-repeat;
  transition: transform 0.3s ease;
}

.mts-decision-button:hover {
  background: #ff813d;
}

.mts-decision-button:hover::after {
  transform: translateX(0.3vw);
}

/* Decision cards wrapper */

.mts-decision-cards {
  position: absolute;
  z-index: 3;
  top: 12.6389vw;
  left: 56.25vw;
  width: 38.1944vw;
  height: 22.7778vw;
  overflow: hidden;
}

.mts-decision-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 38.1944vw;
  height: 11.3889vw;
  padding: 1.3889vw 2.2222vw 1.3889vw 1.5278vw;
  box-sizing: border-box;
  overflow: hidden;
  border: 0.0479vw solid rgba(255, 255, 255, 0.2);
  border-radius: 1.7264vw 0 1.7264vw 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.7569vw);
  will-change: transform, opacity;
}

.mts-decision-card:nth-child(1) {
  z-index: 1;
}

.mts-decision-card:nth-child(2) {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.mts-decision-card:nth-child(3) {
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

/* Card heading */

.mts-decision-card-heading {
  display: flex;
  align-items: center;
  gap: 1.1111vw;
  height: 2.7778vw;
}

.mts-decision-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7778vw;
  height: 2.7778vw;
  border-radius: 0.8333vw 0 0.8333vw 0;
  background: #2200d1;
}

.mts-decision-card-icon img {
  display: block;
  width: 1.3889vw;
  height: 1.3889vw;
}

/* Card title */

.mts-decision-card h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

/* Card content */

.mts-decision-card > p {
  width: 29.1667vw;
  margin: 1.1111vw 0 0 3.8889vw;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 1.1111vw;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
}

/* Risk and anti-fraud section */

.mts-risk-section {
  position: relative;
  min-height: 60.5556vw;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      #000223 0%,
      rgba(0, 2, 35, 0.55) 12%,
      rgba(0, 2, 35, 0) 25%,
      rgba(0, 2, 35, 0) 78%,
      #000223 100%
    ),
    radial-gradient(
      ellipse 68% 100% at 50% 48%,
      rgba(0, 45, 185, 0.95) 0,
      rgba(0, 31, 134, 0.72) 42%,
      rgb(1 19 83) 70%,
      rgba(0, 2, 35, 0) 88%
    ),
    linear-gradient(
      180deg,
      rgba(0, 2, 35, 0) 4.88%,
      #050239 33.77%,
      #050315 81.92%,
      rgba(0, 0, 0, 0) 98.87%
    ),
    #000223;
}

.mts-risk-content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* Section title */

.mts-risk-title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 2.9167vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
}

.mts-risk-title span {
  color: #ff5900;
}

/* Section content text */

.mts-risk-description {
  position: relative;
  z-index: 2;
  margin: 1.6667vw auto 0;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 1.1111vw;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
  text-align: center;
  opacity: 0.8;
}

/* Dashboard image */

.mts-risk-dashboard {
  position: absolute;
  z-index: 2;
  margin-top: 4.1667vw;
  left: 50%;
  display: block;
  width: 64.5833vw;
  object-fit: contain;
  transform: translateX(-50%);
  pointer-events: none;
}

/* Trading power section */

.mts-trading-power-section {
  position: relative;
  min-height: 66.6667vw;
  overflow: hidden;
  box-sizing: border-box;
  background:
    linear-gradient(
      180deg,
      #000223 0%,
      rgba(0, 2, 35, 0.92) 4%,
      rgba(0, 2, 35, 0.55) 10%,
      rgba(0, 2, 35, 0) 20%,
      rgba(0, 2, 35, 0) 68%,
      rgba(0, 2, 35, 0.55) 84%,
      #000223 100%
    ),
    url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/trading-bg.png") center top / 100% auto no-repeat,
    #000223;
}

/* Trading title */

.mts-trading-power-title {
  position: absolute;
  z-index: 2;
  top: -0.3472vw;
  left: 4.1667vw;
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 4.4444vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.mts-trading-power-title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 6.8611vw;
  left: -4.3889vw;
  width: 11.1806vw;
  height: 5.3472vw;
  background: url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/trading-title-vector.svg") center / contain
    no-repeat;
  pointer-events: none;
}

.mts-trading-power-title > span {
  display: block;
  white-space: nowrap;
}

.mts-trading-power-orange {
  color: #ff5900;
}

.mts-trading-power-last {
  margin-left: 4vw;
}
.mts-trading-stats {
  position: absolute;
  z-index: 3;
  top: 23.125vw;
  left: 4.1667vw;
  display: flex;
  gap: 2.2222vw;
}
/* Statistics card */

.mts-trading-stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 29.0278vw;
  height: 10.8333vw;
  padding: 1.6667vw 2.2222vw;
  box-sizing: border-box;
  overflow: hidden;
  border: 0.0347vw solid rgba(254, 235, 221, 0.29);
  border-radius: 1.6667vw 0 1.6667vw 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1.9069vw);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 50%,
    97.5% 56%,
    100% 62%,
    100% 100%,
    0 100%,
    0 62%,
    2.5% 56%,
    0 50%
  );
}

/* Statistics number */

.mts-trading-stat-number {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 4.4444vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

/* Statistics text */

.mts-trading-stat-text {
  margin: 0.2778vw 0 0;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 1.1111vw;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
}

/* Bottom CTA */

.mts-trading-cta {
  position: absolute;
  z-index: 3;
  top: 47.4306vw;
  left: 4.1667vw;
  display: flex;
  align-items: center;
  width: 91.6667vw;
  height: 9.3056vw;
  padding: 0.1389vw 2.2222vw 0.1389vw 5.5556vw;
  box-sizing: border-box;
  border: 0.0694vw solid rgba(255, 255, 255, 0.12);
  border-radius: 0.2778vw;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  backdrop-filter: blur(0.7569vw);
}

/* CTA ball */

.mts-trading-cta-ball {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 1.3889vw;
  width: 6.7361vw;
  height: 6.7361vw;
  object-fit: contain;
  transform: translateY(-50%);
  pointer-events: none;
}

/* CTA content */

.mts-trading-cta-content {
  position: relative;
  z-index: 2;
}

.mts-trading-cta-content h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.9444vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.023em;
  text-transform: uppercase;
}

.mts-trading-cta-content p {
  margin: 0.4167vw 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--base-font);
  font-size: 0.9028vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* CTA button */

.mts-trading-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4167vw;
  width: 12.3611vw;
  height: 3.3333vw;
  margin-left: auto;
  padding: 0 1.25vw;
  box-sizing: border-box;
  border-radius: 0.2778vw;
  background: #ff5900;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 0.9028vw;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.mts-trading-cta-button::after {
  content: "";
  flex-shrink: 0;
  width: 1.1111vw;
  height: 0.8333vw;
  background: url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/white-vector.svg") center / contain no-repeat;
  transition: transform 0.3s ease;
}

.mts-trading-cta-button:hover {
  background: #ff813d;
}

.mts-trading-cta-button:hover::after {
  transform: translateX(0.3vw);
}

/* Partner section */

.mts-partner-section {
  position: relative;
  min-height: 56.25vw;
  overflow: hidden;
  background: url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/partner-up-bg.png") center top / 100% auto no-repeat;
}

/* Top gradient */

.mts-partner-section::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -20.8333vw;
  right: 0;
  left: 0;
  height: 41.6667vw;
  background: linear-gradient(
    180deg,
    rgba(0, 2, 35, 0) 1.92%,
    rgba(0, 2, 35, 0.25) 17.33%,
    rgba(0, 2, 35, 0.8) 30.95%,
    #000113 47.51%,
    #000000 63.88%,
    rgba(0, 0, 0, 0) 84.86%
  );
  backdrop-filter: blur(0.1444vw);
  pointer-events: none;
}

/* Bottom gradient */

.mts-partner-section::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -20.8333vw;
  left: 0;
  height: 41.6667vw;
  background: linear-gradient(
    180deg,
    rgba(0, 2, 35, 0) 1.92%,
    rgba(0, 2, 35, 0.8) 11.92%,
    #000000 48.29%,
    rgba(0, 0, 0, 0) 84.86%
  );
  backdrop-filter: blur(0.1444vw);
  pointer-events: none;
}

/* Foreground balls */

.mts-partner-balls {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 13.5417vw;
  display: block;
  width: 80.3333vw;
  object-fit: contain;
  pointer-events: none;
}

/* Glass card */

.mts-partner-card {
  position: absolute;
  z-index: 3;
  top: 17.5694vw;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 42.4023vw;
  height: 28.2639vw;
  padding: 3.4722vw 4.1667vw;
  box-sizing: border-box;
  overflow: hidden;
  border: 0.0694vw solid rgba(255, 255, 255, 0.12);
  border-radius: 1.6667vw 0 1.6667vw 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  backdrop-filter: blur(1.8681vw);
  clip-path: polygon(
    0px 0px,
    100% 0px,
    100% 72.5%,
    96.5% 76%,
    100% 79.5%,
    100% 100%,
    0px 100%,
    0px 79.5%,
    3.5% 76%,
    0px 72.5%
  );
  transform: translateX(-50%);
}

/* Card title */

.mts-partner-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.9444vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.023em;
  text-align: center;
  text-transform: uppercase;
}

.mts-partner-title span {
  color: #ff5900;
}

/* Card text */

.mts-partner-text {
  margin: 1.1111vw 0 0;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 1.1111vw;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
  text-align: center;
}

/* Card button */

.mts-partner-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4167vw;
  width: 13.9167vw;
  height: 3.3333vw;
  margin-top: 1.6667vw;
  padding: 0 1.25vw;
  box-sizing: border-box;
  border-radius: 0.2778vw;
  background: #ff5900;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 0.9028vw;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.mts-partner-button::after {
  content: "";
  flex-shrink: 0;
  width: 1.6667vw;
  height: 1.6667vw;
  background: url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/chevrones.svg") center / contain no-repeat;
  transition: transform 0.3s ease;
}

.mts-partner-button:hover {
  background: #ff813d;
}

.mts-partner-button:hover::after {
  transform: translateX(0.2778vw);
}

@media (max-width: 960px) {
  /* Hero */

  .mts-hero {
    min-height: 184.3846vw;
    background: linear-gradient(
      270deg,
      #2446b2 5.23%,
      #1f3b99 23.82%,
      #16246b 47.59%,
      #0e1749 129.72%
    );
  }

  .mts-hero-ball {
    top: 12.8205vw;
    left: -45.641vw;
    width: 184.6154vw;
    height: 111.0256vw;
  }

  .mts-hero-title-gradient {
    top: 64.1026vw;
    left: 0;
    width: 100%;
    height: 115.5385vw;
    background: linear-gradient(
      180deg,
      rgba(0, 2, 35, 0) 4.88%,
      #000223 47.68%,
      #050239 76.22%,
      rgba(14, 3, 98, 0) 97.71%
    );
  }

  .mts-hero-content {
    top: 115.6154vw;
    left: 5.1282vw;
    width: 89.7436vw;
  }

  .mts-hero-title {
    width: max-content;
    margin-left: 3.5897vw;
    font-size: 8.2051vw;
  }

  .mts-hero-title::before {
    top: 12.8205vw;
    left: -2.5897vw;
    width: 18.641vw;
    height: 11.3077vw;
  }

  .mts-hero-title-last {
    margin-left: 16.6667vw;
  }

  .mts-hero-description {
    width: 89.7436vw;
    margin: 3.5897vw 0 0;
    font-size: 3.5897vw;
    line-height: 140%;
  }

  .mts-hero-button {
    width: 40vw;
    height: 12.3077vw;
    gap: 1.5385vw;
    margin: 6.1538vw 0 0;
    padding: 0 4.6154vw;
    border-radius: 1.0256vw;
    font-size: 3.3333vw;
  }

  .mts-hero-button::after {
    width: 4.1026vw;
    height: 4.1026vw;
  }

  /* Shared hero and slider gradient */

  .hero-bottom-gradient {
    top: 90vw;
    height: 133.8205vw;
  }

  /* Slider section */

  .mts-slider-section {
    min-height: 137.1795vw;
    justify-content: flex-start;
    padding-top: 13.3333vw;
    background-size: cover;
  }

  .slider-balls {
    top: 14.5641vw;
    left: 50%;
    width: 180vw;
    transform: translateX(-50%) rotate(90deg);
  }

  .mts-slider-heading {
    width: 89.7436vw;
    margin: 0;
    font-size: 4.6154vw;
    letter-spacing: -0.025em;
  }

  .mts-slider {
    width: 89.9219vw;
    height: 73.5219vw;
    margin: 12.8205vw auto 0;
    border-radius: 6.1538vw 0 6.1538vw 0;
  }

  .mts-slider-card {
    padding: 0.2564vw;
    border-radius: 6.1538vw 0 6.1538vw 0;
    backdrop-filter: blur(2.7949vw);
  }

  .mts-slider-card-inner {
    padding: 9.7436vw 6.1538vw;
    border-radius: 5.8974vw 0 5.8974vw 0;
  }

  .mts-slider-card-title {
    font-size: 5.8974vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .mts-slider-card-text {
    width: 100%;
    margin-top: 3.0769vw;
    font-size: 3.5897vw;
    line-height: 140%;
  }

  .mts-slider-card-icon {
    right: 6.1538vw;
    bottom: 6.1538vw;
    width: 11.5154vw;
    height: 10.9746vw;
    border-radius: 3.0769vw 0 3.0769vw 0;
  }

  .mts-slider-card-icon img {
    width: 6.6667vw;
    height: 6.6667vw;
  }

  .mts-slider .mts-swiper-pagination.swiper-pagination-horizontal {
    bottom: 6.1538vw;
    left: 6.1538vw;
    gap: 1.0256vw;
  }

  .mts-slider .mts-swiper-pagination .swiper-pagination-bullet {
    width: 1.0256vw;
    height: 1.0256vw;
  }

  .mts-slider .mts-swiper-pagination .swiper-pagination-bullet-active {
    width: 5.1282vw;
    border-radius: 0.5128vw;
  }

  /* Champion section */

  .mts-champion-section {
    position: relative;
    background: #000223;
    isolation: isolate;
  }

  .mts-champion-overlap-gradient {
    top: -64.1026vw;
    height: 64.1026vw;
    background: linear-gradient(
      180deg,
      rgba(0, 2, 35, 0) 0%,
      rgba(0, 2, 35, 0.35) 24%,
      rgba(0, 2, 35, 0.82) 66%,
      #000223 100%
    );
  }

  .mts-champion-sticky {
    display: flex;
    align-items: center;
    width: 100%;
    height: max(100svh, 184.6154vw);
    .mts-champion-sticky {
      display: flex;
      align-items: center;
      width: 100%;

      min-height: 184.6154vw;
      overflow: hidden;
      background:
        radial-gradient(
          ellipse 180% 50% at 85% 55%,
          #0034bd 0%,
          #00238f 28%,
          #00165f 50%,
          rgba(0, 10, 64, 0.55) 68%,
          rgba(0, 2, 35, 0) 84%
        ),
        linear-gradient(
          180deg,
          #000223 0%,
          #02012f 24%,
          #001050 60%,
          #000223 100%
        );
    }
  }

  .mts-champion-content {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: 167.6154vw;
    max-height: none;
    margin: 0 auto;
  }

  /* Champion text */

  .mts-champion-left {
    top: 0;
    left: 5.1282vw;
    width: 89.7436vw;
  }

  .mts-champion-title {
    font-size: 8.2051vw;
    line-height: 110%;
    letter-spacing: -0.02em;
  }

  .mts-champion-description {
    width: 89.7436vw;
    margin-top: 3.5897vw;
    font-size: 3.5897vw;
    line-height: 140%;
  }

  /* Circle */

  .mts-champion-circles {
    top: 52.0513vw;
    left: 50%;
    width: 79.4872vw;
    height: 79.4872vw;
    transform: translateX(-50%);
  }

  /* Sportsmen animation area */

  .mts-sportsmen {
    top: 52.0513vw;
    left: 0.1282vw;
    width: 96.6667vw;
    height: 85.8974vw;
  }

  .mts-sportsman-tennis {
    top: -1.5385vw;
    left: -3.3333vw;
    width: 100vw;
    height: 89.7436vw;
  }

  .mts-sportsman-boxing {
    top: 5.1282vw;
    left: 5.1282vw;
    width: 85.8974vw;
    height: 80.2564vw;
  }

  .mts-sportsman-rugby {
    top: -1.0256vw;
    left: 20.5128vw;
    width: 67.1795vw;
    height: 89.7436vw;
  }

  .mts-sportsman-baseball {
    top: -4.1026vw;
    left: 16.4103vw;
    width: 74.359vw;
    height: 93.5897vw;
  }

  /* Champion information card */

  .mts-champion-card {
    top: 121.5385vw;
    right: auto;
    left: 5.1282vw;
    width: 89.7436vw;
    height: 33.8462vw;
    padding: 8.2051vw;
    border-width: 0.1769vw;
    border-radius: 6.3744vw 0 6.3744vw 0;
    backdrop-filter: blur(4.7128vw);
  }

  .mts-champion-card p {
    width: 69.7436vw;
    margin: 0 auto;
    font-size: 3.5897vw;
    line-height: 120%;
    letter-spacing: -0.025em;
  }

  /* CTA section */

  .mts-cta-section {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0 0 17.9487vw;
    background: #000223;
  }

  .mts-cta-card {
    position: relative;
    width: 89.7436vw;
    height: 35.8974vw;
    margin: 0 auto;
    padding: 5.1282vw;
    box-sizing: border-box;
    border-width: 0.2564vw;
    border-radius: 1.0256vw;
    backdrop-filter: blur(2.7949vw);
  }

  .mts-cta-ball {
    left: 3.0769vw;
    width: 30.2036vw;
    height: 30.2036vw;
    transform: translateY(-50%) rotate(150deg);
  }

  .mts-cta-title {
    top: -8.8718vw;
    left: 5.1282vw;
    font-size: 4.6154vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .mts-cta-button {
    position: absolute;
    right: 5.1282vw;
    bottom: 5.1282vw;
    width: 31.5385vw;
    height: 12.3077vw;
    gap: 1.5385vw;
    margin-left: 0;
    padding: 0 4.6154vw;
    border-radius: 1.0256vw;
    font-size: 3.3333vw;
  }

  .mts-cta-button::after {
    flex-shrink: 0;
    width: 4.1026vw;
    height: 3.0769vw;
  }

  /* Decision section */

  .mts-decision-section {
    position: relative;
    overflow: hidden;
    background: #000223;
  }

  .mts-decision-section::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -51.2821vw;
    right: 0;
    left: 0;
    height: 102.5641vw;
    background: linear-gradient(
      180deg,
      rgba(0, 2, 35, 0) 0%,
      rgba(0, 2, 35, 0.45) 22%,
      #000223 49%,
      #02012f 68%,
      rgba(5, 2, 57, 0) 100%
    );
    pointer-events: none;
  }

  .mts-decision-sticky {
    display: block;
    height: auto;
    min-height: 0;
    overflow: hidden;
    background: #000223;
  }

  .mts-decision-canvas {
    width: 100%;
    height: 240vw;
    overflow: hidden;
    background:
      url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/decision-bg.png") -4vw -140.3333vw / 279% auto no-repeat,
      radial-gradient(
        ellipse 145% 200% at 88% 57%,
        rgba(9, 61, 211, 0.98) 0%,
        rgba(0, 43, 181, 0.92) 27%,
        rgba(0, 31, 134, 0.82) 45%,
        rgba(0, 20, 88, 0.58) 62%,
        rgba(0, 2, 35, 0) 82%
      ),
      linear-gradient(
        180deg,
        #000223 0%,
        #03012e 20%,
        #00104f 48%,
        #00145f 71%,
        #000a3d 89%,
        #000223 100%
      );
  }

  .mts-decision-gradient {
    background:
      linear-gradient(
        180deg,
        #000223 0%,
        rgba(0, 2, 35, 0.98) 5%,
        rgba(0, 2, 35, 0.72) 13%,
        rgba(0, 2, 35, 0.22) 23%,
        rgba(0, 2, 35, 0) 33%,
        rgba(0, 2, 35, 0) 78%,
        rgba(0, 2, 35, 0.22) 87%,
        rgba(0, 2, 35, 0.76) 95%,
        #000223 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 2, 35, 0.78) 0%,
        rgba(0, 2, 35, 0.48) 18%,
        rgba(0, 2, 35, 0.17) 42%,
        rgba(0, 2, 35, 0) 68%,
        rgba(0, 2, 35, 0.08) 100%
      );
    pointer-events: none;
  }

  /* Decision content */

  .mts-decision-left {
    top: 0;
    left: 5.1282vw;
    width: 89.7436vw;
  }

  .mts-decision-title {
    width: 80vw;
    font-size: 8.2051vw;
    line-height: 110%;
    letter-spacing: -0.02em;
  }

  .mts-decision-description {
    width: 89.7436vw;
    margin-top: 3.5897vw;
    font-size: 3.5897vw;
    line-height: 140%;
  }

  .mts-decision-button {
    width: 40vw;
    height: 12.3077vw;
    gap: 1.5385vw;
    margin-top: 5.1282vw;
    padding: 0 4.6154vw;
    border-radius: 1.0256vw;
    font-size: 3.3333vw;
  }

  .mts-decision-button::after {
    flex-shrink: 0;
    width: 4.1026vw;
    height: 3.0769vw;
  }

  /* Decision cards */

  .mts-decision-cards {
    top: 87.7949vw;
    left: 5.1282vw;
    display: flex;
    flex-direction: column;
    gap: 5.1282vw;
    width: 89.7436vw;
    height: auto;
    overflow: visible;
  }

  .mts-decision-card {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 89.7436vw;
    min-height: 42.3077vw;
    height: auto;
    padding: 5.1282vw;
    border: 0.1769vw solid rgba(255, 255, 255, 0.2);
    border-radius: 6.3744vw 0 6.3744vw 0;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.08) 100%
    );
    backdrop-filter: blur(2.7949vw);
  }

  .mts-decision-card:nth-child(1),
  .mts-decision-card:nth-child(2),
  .mts-decision-card:nth-child(3) {
    opacity: 1;
    visibility: visible;
  }

  .mts-decision-card-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.1026vw;
    height: auto;
  }

  .mts-decision-card-icon {
    flex-shrink: 0;
    width: 10.2564vw;
    height: 10.2564vw;
    border-radius: 3.0769vw 0 3.0769vw 0;
  }

  .mts-decision-card-icon img {
    width: 5.1282vw;
    height: 5.1282vw;
  }

  .mts-decision-card h3 {
    font-size: 4.6154vw;
    line-height: 115%;
    letter-spacing: -0.01em;
  }

  .mts-decision-card > p {
    width: 100%;
    margin: 1.5385vw 0 0;
    font-size: 3.5897vw;
    line-height: 140%;
  }

  .mts-risk-section {
    min-height: 116.7436vw;
    background:
      linear-gradient(
        180deg,
        #000223 0%,
        rgba(0, 2, 35, 0.58) 6%,
        rgba(0, 2, 35, 0) 24%,
        rgba(0, 2, 35, 0) 60%,
        rgba(0, 15, 73, 0.28) 72%,
        rgba(0, 27, 108, 0.66) 86%,
        #071c69 100%
      ),
      radial-gradient(
        ellipse 90% 96% at 50% 53%,
        #0839c9 0%,
        rgba(0, 43, 181, 0.92) 32%,
        rgba(0, 31, 134, 0.76) 55%,
        rgba(0, 20, 88, 0.48) 75%,
        rgba(0, 2, 35, 0) 92%
      ),
      #000223;
  }

  .mts-risk-title {
    font-size: 4.6154vw;
  }

  .mts-risk-description {
    width: 89.7436vw;
    font-size: 3.5897vw;
    line-height: 140%;
    margin: 5.1282vw auto;
  }

  .mts-risk-dashboard {
    width: 89.7436vw;
  }

  /* Trading power section */

  .mts-trading-power-section {
    position: relative;
    min-height: 261.5385vw;
    overflow: hidden;
    isolation: isolate;
    background:
      url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/trading-bg.png") -36.1538vw 3.9487vw / 152.3077vw 85.1282vw
        no-repeat,
      linear-gradient(
        180deg,
        #071c69 0%,
        #061963 17%,
        #041451 34%,
        #00103f 51%,
        #00082d 70%,
        #000113 86%,
        #000000 100%
      );
  }

  .mts-trading-power-section::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 73.8462vw;
    background: linear-gradient(
      180deg,
      #071c69 0%,
      rgba(7, 28, 105, 0.78) 12%,
      rgba(5, 24, 96, 0.42) 28%,
      rgba(3, 18, 78, 0.14) 46%,
      rgba(0, 2, 35, 0) 65%,
      rgba(0, 2, 35, 0) 100%
    );
    pointer-events: none;
  }

  .mts-trading-power-section::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 48.7179vw;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      180deg,
      rgba(5, 12, 155, 0) 0%,
      rgba(3, 12, 184, 0.12) 8%,
      rgb(28 30 80 / 96%) 14%,
      rgb(10 18 177 / 48%) 42%,
      #111777e0 59%,
      #000113 74%,
      #000000 91%,
      #000000 100%
    );
    pointer-events: none;
  }
  /* Trading title */

  .mts-trading-power-title {
    top: 4.3077vw;
    left: 6.1538vw;
    width: 80vw;
    font-size: 8.2051vw;
    line-height: 110%;
    z-index: 2;
    letter-spacing: -0.02em;
  }

  .mts-trading-power-title::before {
    top: 13.0256vw;
    left: -10.2051vw;
    width: 24.641vw;
    height: 10.8462vw;
  }

  .mts-trading-power-middle {
    margin-left: 7.1795vw;
  }

  .mts-trading-power-orange {
    width: 48.7179vw;
  }

  .mts-trading-power-last {
    margin-left: 7.1795vw;
  }

  /* Statistics cards */

  .mts-trading-stats {
    top: 70.4359vw;
    left: 50%;
    display: flex;
    flex-direction: column;
    gap: 3.5897vw;
    width: 87.6923vw;
    transform: translateX(-50%);
  }

  .mts-trading-stat-card {
    flex-shrink: 0;
    width: 87.6923vw;
    height: 34.8718vw;
    padding: 5.1282vw 7.1795vw;
    border: 0.1282vw solid rgba(254, 235, 221, 0.29);
    border-radius: 6.1538vw 0 6.1538vw 0;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.08) 100%
    );
    backdrop-filter: blur(7.0412vw);
    clip-path: polygon(
      0 0,
      100% 0,
      100% 45%,
      97% 50%,
      100% 55%,
      100% 100%,
      0 100%,
      0 55%,
      3% 50%,
      0 45%
    );
  }

  .mts-trading-stat-number {
    font-size: 12.3077vw;
    line-height: 120%;
    letter-spacing: -0.03em;
  }

  .mts-trading-stat-text {
    margin-top: 1.0256vw;
    font-size: 3.5897vw;
    line-height: 140%;
  }

  /* Trading CTA */

  .mts-trading-cta {
    top: 211.2821vw;
    left: 5.1282vw;
    display: block;
    width: 89.7436vw;
    height: 41.0256vw;
    padding: 5.1282vw;
    border: 0.2564vw solid rgba(255, 255, 255, 0.12);
    border-radius: 1.0256vw;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.055) 100%
    );
    backdrop-filter: blur(2.7949vw);
  }

  .mts-trading-stats,
  .mts-trading-cta {
    z-index: 3;
  }

  .mts-trading-cta-ball {
    top: auto;
    bottom: 2.5641vw;
    left: 3.5897vw;
    width: 30.0769vw;
    height: 30.2036vw;
    transform: rotate(150deg);
  }

  .mts-trading-cta-content {
    position: relative;
    z-index: 2;
    width: 75vw;
  }

  .mts-trading-cta-content h3 {
    font-size: 4.6154vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .mts-trading-cta-content p {
    margin-top: 2.0513vw;
    font-size: 3.3333vw;
    font-weight: 600;
    line-height: 110%;
  }

  .mts-trading-cta-button {
    position: absolute;
    z-index: 3;
    right: 5.1282vw;
    bottom: 5.1282vw;
    width: 31.5385vw;
    height: 12.3077vw;
    gap: 1.5385vw;
    margin-left: 0;
    padding: 0 4.6154vw;
    border-radius: 1.0256vw;
    font-size: 3.3333vw;
  }

  .mts-trading-cta-button::after {
    width: 4.1026vw;
    height: 3.0769vw;
  }

  /* Partner section */

  .mts-partner-section {
    min-height: 110.7692vw;
    overflow: hidden;
    background:
      linear-gradient(
        180deg,
        rgba(0, 2, 35, 0.12) 0%,
        rgba(0, 2, 35, 0) 22%,
        rgba(0, 2, 35, 0) 72%,
        rgba(0, 2, 35, 0.72) 90%,
        #000223 100%
      ),
      url("/wp-content/themes/pmtech/pages/solution-mts/assets/img/partner-up-bg.png") center top / auto 110.7692vw no-repeat,
      #000223;
  }


  .mts-partner-section::before {
    top: -30.7692vw;
    height: 61.5385vw;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 13, 0.52) 28%,
      #00000d 50%,
      rgba(0, 1, 19, 0.62) 72%,
      rgba(0, 2, 35, 0) 100%
    );
    backdrop-filter: none;
  }


  .mts-partner-section::after {
    bottom: -20.5128vw;
    height: 51.2821vw;
    background: linear-gradient(
      180deg,
      rgba(0, 2, 35, 0) 0%,
      rgba(0, 2, 35, 0.48) 36%,
      #000223 76%,
      #000223 100%
    );
    backdrop-filter: none;
  }

  .mts-partner-balls {
    top: 4.1026vw;
    left: -17.9487vw;
    width: 135.8974vw;
  }

  .mts-partner-card {
    top: 23.8462vw;
    left: 7.3872vw;
    width: 86.2941vw;
    height: 77.0885vw;
    gap: 4vw;
    padding: 10vw 6.1538vw;
    border-width: 0.2564vw;
    border-radius: 6.1538vw 0 6.1538vw 0;
    backdrop-filter: blur(6.8974vw);
    transform: none;
    clip-path: polygon(
      0 0,
      100% 0,
      100% 58%,
      95% 62%,
      100% 66%,
      100% 100%,
      0 100%,
      0 66%,
      5% 62%,
      0 58%
    );
  }

  /* Partner title */

  .mts-partner-title {
    width: 69.2308vw;
    font-size: 5.1282vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  /* Partner description */

  .mts-partner-text {
    font-size: 3.5897vw;
    line-height: 140%;
  }

  /* Partner button */

  .mts-partner-button {
    width: 48.6923vw;
    height: 12.3077vw;
    gap: 1.5385vw;
    padding: 0 4.6154vw;
    border-radius: 1.0256vw;
    font-size: 3.3333vw;
  }

  .mts-partner-button::after {
    width: 6.1538vw;
    height: 6.1538vw;
  }
}
