#crypto-cfd-landing {

  overflow: hidden;

  --color-text: #2d333e;
  --color-muted: #687587;
  --color-blue: #194797;
  --color-green: #70b500;
  --color-green-hover: #73bb00;
  --color-bg: #ffffff;
  --color-gray: #f4f4f5;
  --color-border: #e4e6ea;
  --font: "Roboto", sans-serif;
  --radius-btn: 8px;
  --max: 1220px;

  --sparkline-up: #70b500;
  --sparkline-down: #e74c3c;
  --sparkline-fill-opacity: 0.35;
  --sparkline-stroke-width: 1;

  box-sizing: border-box;
  font-family: var(--font);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#crypto-cfd-landing *,
#crypto-cfd-landing *::before,
#crypto-cfd-landing *::after {
  box-sizing: border-box;
}

#crypto-cfd-landing img {
  max-width: 100%;
  height: auto;
  display: block;
}

#crypto-cfd-landing a {
  text-decoration: none;
  color: inherit;
}

#crypto-cfd-landing button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

#crypto-cfd-landing h1,
#crypto-cfd-landing h2,
#crypto-cfd-landing h3,
#crypto-cfd-landing h4,
#crypto-cfd-landing p {
  margin: 0;
}

#crypto-cfd-landing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#crypto-cfd-landing .content-wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 900px) {
  #crypto-cfd-landing .content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#crypto-cfd-landing .section-title {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 14px;
}

#crypto-cfd-landing .section-subtitle {
  font-size: 2rem;
  line-height: 2.8rem;
  color: var(--color-muted);
  margin-bottom: 52px;
  max-width: 560px;
}

#crypto-cfd-landing .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: var(--radius-btn);
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

#crypto-cfd-landing .btn--green {
  background: var(--color-green);
  color: #fff;
}

#crypto-cfd-landing .btn--green:hover {
  background: var(--color-green-hover);
}

#crypto-cfd-landing .btn--dark {
  background: #1a1d23;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 12px 20px;
}

#crypto-cfd-landing .btn--dark:hover {
  background: #2d333e;
}

#crypto-cfd-landing .btn--outline {
  background: #fff;
  color: var(--color-muted);
  border: 2px solid #9299a7;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  padding: 12px 28px;
}

#crypto-cfd-landing .btn--outline:hover {
  background: var(--color-gray);
  color: var(--color-text);
}

/* ========== Ð‘Ð»Ð¾Ðº HERO ========== */
#crypto-cfd-landing .crypto-hero {
  background: #194797;
  background-image:
   radial-gradient(ellipse 90% 70% at 50% 100%, rgba(159, 208, 245, 0.4) 0%, rgba(114, 191, 249, 0) 40%),
    radial-gradient(ellipse 100% 80% at 50% 115%, rgba(114, 191, 249, 0.85) 0%, rgba(43, 130, 217, 0) 43%),
    radial-gradient(ellipse 120% 90% at 50% 120%, rgba(38, 93, 181, 0.9) 0%, rgba(25, 71, 151, 0) 56%),
    linear-gradient(180deg, #194797 0%, #194797 100%);
  background-size: 1900px 800px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding: 66px 0 112px;
  overflow: hidden;
  color: #fff;
}

#crypto-cfd-landing .crypto-hero__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "text visual"
    "actions visual";
  gap: 0 40px;
  align-items: center;

}

#crypto-cfd-landing .crypto-hero__text {
  grid-area: text;
  align-self: start;
  padding-top: 64px;
  padding-bottom: 54px;
}

#crypto-cfd-landing .crypto-hero__actions {
  grid-area: actions;
  align-self: start;
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  animation:
    hero-actions-opacity 30s linear 1 both,
    hero-actions-blur 30s linear 1 both,
    hero-actions-translate 30s linear 1 both;
}

#crypto-cfd-landing #trust-slider {
  margin-top: 0;
}

#crypto-cfd-landing .crypto-hero__visual {
  grid-area: visual;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}

#crypto-cfd-landing .crypto-hero__title {
  font-size: 7.2rem;
  line-height: 7.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  animation:
    hero-title-opacity 30s linear 1 both,
    hero-title-blur 30s linear 1 both,
    hero-title-translate 30s linear 1 both;
  letter-spacing: -1.44px;
}

#crypto-cfd-landing .crypto-hero__subtitle {
  font-size: 2rem;
  line-height: 3.2rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 420px;
  animation:
    hero-subtitle-opacity 30s linear 1 both,
    hero-subtitle-blur 30s linear 1 both,
    hero-subtitle-translate 30s linear 1 both;
}

#crypto-cfd-landing .crypto-hero__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

#crypto-cfd-landing .crypto-hero__investing-logo {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
}

#crypto-cfd-landing .crypto-hero__star {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

#crypto-cfd-landing .crypto-hero__score {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

#crypto-cfd-landing .crypto-hero__cards {
  position: relative;
  width: 100%;
  max-width: 640px;
  height: 537px;

  margin: 0 auto;
}

#crypto-cfd-landing .crypto-hero__card {
  position: absolute;
  width: 100%;
  max-width: 210px;
  aspect-ratio: 210 / 275;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.80);
  border-left: 1px solid rgba(255, 255, 255, 0.80);
  background: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
  overflow: hidden;
  --glow-x: -999px;
  --glow-y: -999px;
  --float-name: none;
  --float-duration: 20s;
  --float-delay: 0s;
  animation-name: var(--float-name), hero-card-in-fade, hero-card-in-rise, hero-card-in-sharpen;
  animation-duration: var(--float-duration), 0.4s, 0.8s, 0.6s;
  animation-delay: var(--float-delay), 0.8s, 0.8s, 0.8s;
  animation-timing-function:
    ease-in-out,
    cubic-bezier(0, 0, 0.5, 0),
    cubic-bezier(0.2, 0.4, 0.49, 0.8),
    cubic-bezier(0, 0, 0.5, 0);
  animation-iteration-count: infinite, 1, 1, 1;
  animation-fill-mode: none, backwards, backwards, backwards;
  will-change: translate;
}

@media (hover: hover) and (pointer: fine) {
  #crypto-cfd-landing .crypto-hero__card {
    --card-hover-scale: 1.07;
    --card-hover-shadow: 0 18px 44px rgba(9, 32, 74, 0.32);
    --card-hover-speed: 0.18s;
    --card-hover-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --glow-radius-wash: 300px;
    --glow-radius-edge: 200px;
    --glow-thickness: 2px;
    --glow-wash: rgb(255 255 255 / 0.24);
    --glow-edge: rgb(255 255 255 / 1);
    --glow-fade: rgb(255 255 255 / 0);
    scale: 1;
    will-change: translate, scale;
    transition:
      scale var(--card-hover-speed) var(--card-hover-ease),
      box-shadow var(--card-hover-speed) var(--card-hover-ease),
      z-index 0s;
    background:
      radial-gradient(
        var(--glow-radius-wash) var(--glow-radius-wash) at var(--glow-x) var(--glow-y),
        var(--glow-wash),
        var(--glow-fade) 70%),
      rgba(255, 255, 255, 0.24);
  }

  #crypto-cfd-landing .crypto-hero__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: var(--glow-thickness);
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(
      var(--glow-radius-edge) var(--glow-radius-edge) at var(--glow-x) var(--glow-y),
      var(--glow-edge),
      var(--glow-fade) 70%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    inset: -1px 0 0 -1px;
  }

  #crypto-cfd-landing .crypto-hero__card:hover {
    scale: var(--card-hover-scale);
    box-shadow: var(--card-hover-shadow);
    z-index: 10;
    animation-play-state: paused, running, running, running;
  }

  #crypto-cfd-landing .crypto-hero__card-body {
    position: relative;
    z-index: 1;
  }
}

#crypto-cfd-landing .crypto-hero__card-body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 52px 32px 32px 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}

#crypto-cfd-landing .crypto-hero__card-coin-slot {
  position: relative;
  width: 120px;
  aspect-ratio: 1;
  flex: 0 0 auto;
}

#crypto-cfd-landing .crypto-hero__card-coin {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  object-fit: contain;
  max-width: none;
  transform: translate(-50%, -50%);
}

#crypto-cfd-landing .crypto-hero__card-info {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f4f4f5;
  text-align: center;
  white-space: nowrap;
  padding-top: 17px;
}

#crypto-cfd-landing .crypto-hero__card-name {
  width: 100%;
  margin: 0;
  /*overflow: hidden;*/
  color: inherit;
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 700;

  white-space: nowrap;
}

#crypto-cfd-landing .crypto-hero__card-ticker {
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  white-space: nowrap;
}

#crypto-cfd-landing .crypto-hero__card--eth {
  left: calc(50% - 250px);
  top: 18%;
  z-index: 2;
  --float-name: hero-float-eth;
  --float-duration: 23s;
  --float-delay: -3s;
}

#crypto-cfd-landing .crypto-hero__card--sol {
  left: calc(50% - 156px);
  top: 52%;
  z-index: 3;
  --float-name: hero-float-sol;
  --float-duration: 19s;
  --float-delay: -11s;
}

#crypto-cfd-landing .crypto-hero__card--doge {
  left: calc(50% - 118px);
  top: 3%;
  z-index: 2;
  --float-name: hero-float-doge;
  --float-duration: 29s;
  --float-delay: -7s;
}

#crypto-cfd-landing .crypto-hero__card--xrp {
  left: calc(50% + 112px);
  top: 5%;
  z-index: 2;
  --float-name: hero-float-xrp;
  --float-duration: 21s;
  --float-delay: -17s;
}

#crypto-cfd-landing .crypto-hero__card--ada {
  left: calc(50% + 70px);
  top: 45%;
  z-index: 3;
  --float-name: hero-float-ada;
  --float-duration: 31s;
  --float-delay: -5s;
}

#crypto-cfd-landing .crypto-hero__card--btc {
  left: calc(50% - 35px);
  top: 28%;
  z-index: 5;
  --float-name: hero-float-btc;
  --float-duration: 17s;
  --float-delay: -13s;
}

@keyframes hero-card-in-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hero-card-in-rise {
  from { transform: translateY(20px); }
  to { transform: translateY(0); }
}

@keyframes hero-card-in-sharpen {
  from { filter: blur(8px); }
  to { filter: none; }
}

@keyframes hero-title-opacity {
  0% {
    animation-timing-function: cubic-bezier(0.6, 0, 0.6, 0.6);
    opacity: 0;
  }

  3.333%,
  100% {
    opacity: 1;
  }
}

@keyframes hero-title-blur {

  0%,
  0.417% {
    animation-timing-function: cubic-bezier(0.6, 0, 0.6, 0.6);
    filter: blur(20px);
  }

  1.667%,
  100% {
    filter: blur(0);
  }
}

@keyframes hero-title-translate {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 0.8);
    translate: 0 40px;
  }

  3.333%,
  100% {
    translate: 0 0;
  }
}

@keyframes hero-subtitle-opacity {

  0%,
  1% {
    animation-timing-function: cubic-bezier(0.6, 0, 0.6, 0.6);
    opacity: 0;
  }

  3.667%,
  100% {
    opacity: 1;
  }
}

@keyframes hero-subtitle-blur {

  0%,
  1.333% {
    animation-timing-function: cubic-bezier(0.6, 0, 0.6, 0.6);
    filter: blur(20px);
  }

  2.333%,
  100% {
    filter: blur(0);
  }
}

@keyframes hero-subtitle-translate {

  0%,
  1% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 0.8);
    translate: 0 20px;
  }

  3.667%,
  100% {
    translate: 0 0;
  }
}

@keyframes hero-actions-opacity {

  0%,
  1.667% {
    animation-timing-function: cubic-bezier(0.6, 0, 0.6, 0.6);
    opacity: 0;
  }

  4.333%,
  100% {
    opacity: 1;
  }
}

@keyframes hero-actions-blur {

  0%,
  2% {
    animation-timing-function: cubic-bezier(0.6, 0, 0.6, 0.6);
    filter: blur(20px);
  }

  3%,
  100% {
    filter: blur(0);
  }
}

@keyframes hero-actions-translate {

  0%,
  1.667% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 0.8);
    translate: 0 20px;
  }

  4.333%,
  100% {
    translate: 0 0;
  }
}

@keyframes hero-visual-opacity {

  0%,
  2% {
    animation-timing-function: cubic-bezier(0, 0, 0.5, 0);
    opacity: 0;
  }

  4.667%,
  100% {
    opacity: 1;
  }
}

@keyframes hero-visual-blur {

  0%,
  2% {
    animation-timing-function: cubic-bezier(0, 0, 0.5, 0);
    filter: blur(32px);
  }

  3.667%,
  100% {
    filter: none;
  }
}

@keyframes hero-visual-translate {

  0%,
  2% {
    animation-timing-function: cubic-bezier(0.2, 0.4, 0.49, 0.8);
    translate: 0 40px;
  }

  4.667%,
  100% {
    translate: none;
  }
}

@keyframes hero-float-eth {
  0%   { translate: 0 0; }
  18%  { translate: 0 -14px; }
  39%  { translate: 0 9px; }
  58%  { translate: 0 -22px; }
  79%  { translate: 0 5px; }
  100% { translate: 0 0; }
}

@keyframes hero-float-sol {
  0%   { translate: 0 0; }
  22%  { translate: 0 12px; }
  44%  { translate: 0 -16px; }
  61%  { translate: 0 6px; }
  84%  { translate: 0 -9px; }
  100% { translate: 0 0; }
}

@keyframes hero-float-doge {
  0%   { translate: 0 0; }
  16%  { translate: 0 18px; }
  37%  { translate: 0 -11px; }
  55%  { translate: 0 26px; }
  78%  { translate: 0 -6px; }
  100% { translate: 0 0; }
}

@keyframes hero-float-xrp {
  0%   { translate: 0 0; }
  27%  { translate: 0 -19px; }
  48%  { translate: 0 7px; }
  66%  { translate: 0 -12px; }
  88%  { translate: 0 14px; }
  100% { translate: 0 0; }
}

@keyframes hero-float-ada {
  0%   { translate: 0 0; }
  14%  { translate: 0 10px; }
  33%  { translate: 0 28px; }
  57%  { translate: 0 -13px; }
  81%  { translate: 0 17px; }
  100% { translate: 0 0; }
}

@keyframes hero-float-btc {
  0%   { translate: 0 0; }
  21%  { translate: 0 -9px; }
  46%  { translate: 0 14px; }
  69%  { translate: 0 -13px; }
  87%  { translate: 0 4px; }
  100% { translate: 0 0; }
}

/* ========== Ð‘Ð»Ð¾Ðº ADVANTAGES ========== */
#crypto-cfd-landing .trading-advantages {
  padding: 102px 0;
  background: linear-gradient(180deg, #DFE1E5 0%, #FFF 50%);

}

#crypto-cfd-landing .trading-advantages__content .section-title,
#crypto-cfd-landing .trading-advantages__content .section-subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#crypto-cfd-landing .trading-advantages__content .section-subtitle {
  margin-bottom: 40px;
  max-width: none;
}

#crypto-cfd-landing .trading-advantages__grid {
  --glow-x: 50%;
  --glow-y: 50%;
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(0, 399px);
  grid-template-rows: auto auto;
  position: relative;
  isolation: isolate;
  border-radius: 32px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(223, 225, 229, 0.32), rgba(223, 225, 229, 0.08) 50%, rgba(223, 225, 229, 0.16));
  border: 2px solid #fff;
  box-shadow:
    0 -2px 4px rgba(255, 255, 255, 0.6),
    0 -20px 40px rgba(255, 255, 255, 0.6);
}

#crypto-cfd-landing .trading-advantages__grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle 400px at var(--glow-x) var(--glow-y), rgba(25, 71, 151, 0.08) 0%, rgba(25, 71, 151, 0.00) 100%);
  opacity: var(--glow-opacity, 0.7);
  transition: opacity 220ms ease;
}

#crypto-cfd-landing .trading-advantages__cell {
  position: relative;
  z-index: 1;
  padding: 46px;

}

#crypto-cfd-landing .trading-advantages__cell:hover,
#crypto-cfd-landing .trading-advantages__cell.is-centered {
  background-color: rgba(25, 71, 151, 0.04);
}

#crypto-cfd-landing .trading-advantages__cell--leverage,
#crypto-cfd-landing .trading-advantages__cell--cashback {
  border-bottom: 2px solid #fff;
}

#crypto-cfd-landing .trading-advantages__cell--cashback,
#crypto-cfd-landing .trading-advantages__cell--commission {
  border-right: none;
}

#crypto-cfd-landing .trading-advantages__cell--trading,
#crypto-cfd-landing .trading-advantages__cell--commission {
  border-bottom: none;
}

#crypto-cfd-landing .trading-advantages__cell--links {
  padding: 0;
  grid-area: 1 / 2 / 3 / 3;
  display: grid;
}

#crypto-cfd-landing .trading-advantages__cell--leverage {
  border-right: 2px solid #fff;
}

#crypto-cfd-landing .trading-advantages__cell--trading {
  border-right: 2px solid #fff;
  padding-right: 32px;
}

#crypto-cfd-landing .trading-advantages__pill {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--color-text);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 12px;
}

#crypto-cfd-landing .trading-advantages__heading {
  font-size: 5.6rem;
  line-height: 6.4rem;
  font-weight: 400;
  color: var(--color-text);
  margin-bottom: 15px;
}

#crypto-cfd-landing .trading-advantages__heading--sm {
  font-size: 3.6rem;
  line-height: 4rem;
}

#crypto-cfd-landing .trading-advantages__text {
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--color-muted);
  margin-bottom: 0;
}

#crypto-cfd-landing .trading-advantages__cell--trading .trading-advantages__text {
  margin-bottom: 18px;
  max-width: 710px;
}

#crypto-cfd-landing .trading-advantages__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: background-color 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  padding-top: 52px;
  padding-right: 40px;
}

#crypto-cfd-landing .trading-advantages__link:nth-child(2) {
  padding-top: 50px;
}

#crypto-cfd-landing .trading-advantages__cashback-value {
  font-size: 5.6rem;
  line-height: 6.4rem;
  font-weight: 400;
  color: var(--color-text);
  margin-top: 0;
}

:lang(ph) #crypto-cfd-landing .trading-advantages__cashback-value  {
  font-size: 4.6rem;
  line-height: 5rem;
}

#crypto-cfd-landing .trading-advantages__arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px;
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  transition: transform 0.2s ease;
}

#crypto-cfd-landing .trading-advantages__zero {
  width: 137px;
  height: auto;
  margin-bottom: 16px;
}

#crypto-cfd-landing .trading-advantages__label {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 400;
  color: var(--color-text);
  margin-bottom: 15px;
  display: block;
}

#crypto-cfd-landing .trading-advantages__cell--commission .trading-advantages__text {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.8rem;
}

/* ========== Ð‘Ð»Ð¾Ðº INSTRUMENTS ========== */
#crypto-cfd-landing .crypto-instruments {
  padding: 16px 0 52px;
  overflow: hidden;
  position: relative;
}

#crypto-cfd-landing .crypto-instruments__content {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
  align-items: start;
  position: relative;
  padding-top: 0;
}

#crypto-cfd-landing .crypto-instruments__bg-tickers {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

#crypto-cfd-landing .crypto-instruments__bg-tickers span {
  position: absolute;
  font-size: 20rem;
  font-weight: 900;
  color: rgba(45, 51, 62, 0.03);
  white-space: nowrap;
  user-select: none;
}

#crypto-cfd-landing .crypto-instruments__bg-tickers span:nth-child(1) {
  top: -58px;
  left: calc(50% - 665px);
}

#crypto-cfd-landing .crypto-instruments__bg-tickers span:nth-child(2) {
  top: 59%;
  left: calc(50% - 490px);
}

#crypto-cfd-landing .crypto-instruments__bg-tickers span:nth-child(3) {
  bottom: 32%;
  left: calc(50% - 87px);
}

#crypto-cfd-landing .crypto-instruments__bg-tickers span:nth-child(4) {
  top: 70%;
  left: 10%;
}

#crypto-cfd-landing .crypto-instruments__intro {
  position: relative;
  z-index: 1;
  padding-top: 0;
  transform: translateY(60%);
}

:not(:lang(en)) #crypto-cfd-landing .crypto-instruments__intro {
  top: 50%;
  transform: translateY(-60%);
}

#crypto-cfd-landing .crypto-instruments__title {
  line-height: 5.2rem;
}

#crypto-cfd-landing .crypto-instruments__intro .section-subtitle {
  margin-bottom: 12px;
}

#crypto-cfd-landing .crypto-instruments__link {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--color-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

#crypto-cfd-landing .crypto-instruments__link:hover {
  color: #123670;
  text-decoration: none;
}

#crypto-cfd-landing .crypto-instruments__cards-scroll {
  position: relative;
  z-index: 1;
  max-width: 683px;
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: 20px;
}

#crypto-cfd-landing .crypto-instruments__slider {
  width: 100%;
  position: relative;
}

#crypto-cfd-landing .crypto-instruments__slider:not(.is-slider-active) {
  visibility: visible;
}

#crypto-cfd-landing .crypto-instruments__slider:not(.is-slider-active) .splide__track {
  overflow: visible;
}

#crypto-cfd-landing .crypto-instruments__slider:not(.is-slider-active) .splide__arrows {
  display: none;
}

#crypto-cfd-landing .crypto-instruments__slider:not(.is-slider-active) .splide__slide {
  width: auto !important;
  height: auto;
}

#crypto-cfd-landing .crypto-instruments__cards {
  row-gap: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  align-content: start;
  width: 100%;
  max-height: 625px;
  overflow-y: auto;
  padding-right: 10px;
  padding-left: 18px;
  padding-bottom: 40px;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

#crypto-cfd-landing .crypto-instruments__slider:not(.is-slider-active) .crypto-instruments__cards {
  display: grid;
  height: auto;
  transform: none !important;
  padding-right: 10px !important;
  padding-left: 18px !important;  
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin-right: 20px !important;
}

#crypto-cfd-landing .crypto-instruments__cards:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
  background: linear-gradient(to bottom, #ffffff, transparent)
}

#crypto-cfd-landing .crypto-instruments__cards:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #ffffff, transparent)
}

#crypto-cfd-landing .crypto-instruments__slider.is-slider-active .crypto-instruments__cards:after {
  display: none;
}

#crypto-cfd-landing .crypto-instruments__cards::-webkit-scrollbar {
  width: 4px;
  cursor: pointer;
}

#crypto-cfd-landing .crypto-instruments__cards::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

#crypto-cfd-landing .crypto-instruments__cards::-webkit-scrollbar-thumb {
  background: #dfe1e5;
  border-radius: 999px;
}

#crypto-cfd-landing .crypto-instruments__cards::-webkit-scrollbar-thumb:hover {
  background: #dfe1e5;
}

.crypto-instruments__cards::-webkit-scrollbar-track {
  margin-top: 50px;
  margin-bottom: 50px;
}

#crypto-cfd-landing .crypto-instruments__card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: transparent;
  border: none;
  border-radius: 16px;
  /*padding: 24px 24px 22px 18px;*/
  padding: 20px;
  box-shadow: none;
  height: 260px;
  width: 280px;
}

#crypto-cfd-landing .crypto-instruments__card::before {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: -1;
  border-radius: 16px;
  border-top: 2px solid rgba(255, 255, 255, 0.95);
  border-top-color: #fff;
  background: linear-gradient(180deg, rgba(223, 225, 229, 0.32) 0%, rgba(223, 225, 229, 0.12) 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  pointer-events: none;
  transition:
    inset 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    backdrop-filter 0.25s ease,
    -webkit-backdrop-filter 0.25s ease;
}

#crypto-cfd-landing .crypto-instruments__card:hover::before {
  inset: 0;
  background: linear-gradient(180deg, rgba(223, 225, 229, 0.40) 0%, rgba(223, 225, 229, 0.12) 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

#crypto-cfd-landing .crypto-instruments__card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

#crypto-cfd-landing .crypto-instruments__card-name {
  margin: 0;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--color-text);
}

#crypto-cfd-landing .crypto-instruments__card-leverage {
  display: block;
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: var(--color-muted);
}

#crypto-cfd-landing .crypto-instruments__card-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

#crypto-cfd-landing .crypto-instruments__card-change-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

#crypto-cfd-landing .crypto-instruments__card-change {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin: 0;
  width: fit-content;
  position: relative;
  margin-top: 12px;
}

#crypto-cfd-landing .crypto-instruments__card-change::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  right: -20px;
  height: 16px;
}

#crypto-cfd-landing .crypto-instruments__card-change,
#crypto-cfd-landing .crypto-instruments__card-price-line {
  transition: opacity 0.15s ease;
}

#crypto-cfd-landing .crypto-instruments__card-change.is-price-flash,
#crypto-cfd-landing .crypto-instruments__card-price-line.is-price-flash {
  animation: instrument-price-flash 0.35s ease;
}

@keyframes instrument-price-flash {
  0% {
    opacity: 0.45;
  }

  100% {
    opacity: 1;
  }
}

#crypto-cfd-landing .crypto-instruments__card-change--up {
  color: var(--sparkline-up);
}

#crypto-cfd-landing .crypto-instruments__card-change--up:after {
  background-image: url(/uploads/pages/test-pages/cryptotest2026/images/icon-16-arrow-mini-green.svg)
}

#crypto-cfd-landing .crypto-instruments__card-change--down {
  color: var(--sparkline-down);
}

#crypto-cfd-landing .crypto-instruments__card-change--down:after {
  background-image: url(/uploads/pages/test-pages/cryptotest2026/images/icon-16-arrow-mini-red.svg)
}

#crypto-cfd-landing .crypto-instruments__card-change-arrow {
  font-size: 1.2rem;
  line-height: 1;
  color: currentColor;
}

#crypto-cfd-landing .crypto-instruments__card-change--up+.crypto-instruments__card-change-arrow {
  color: var(--color-green);
}

#crypto-cfd-landing .crypto-instruments__card-change--down+.crypto-instruments__card-change-arrow {
  color: #e74c3c;
  transform: rotate(180deg);
}

#crypto-cfd-landing .crypto-instruments__card-price-line {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--color-muted);
  margin-bottom: 0;
}

#crypto-cfd-landing .crypto-instruments__card-chart-meta {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -12px;
  position: relative;
  z-index: 1;
  min-height: 20px;
}

#crypto-cfd-landing .crypto-instruments__card-chart-label {
  font-size: 1rem;
  line-height: 2rem;
  color: #9299a7;
  position: absolute;
  bottom: -8px;
}

#crypto-cfd-landing .crypto-instruments__card-sparkline {
  display: none;
}

#crypto-cfd-landing .crypto-instruments__card-sparkline-line,
#crypto-cfd-landing .crypto-instruments__card-sparkline-fill {
  display: none;
}

#crypto-cfd-landing .crypto-instruments__card-chart {
  display: block;
  width: 137px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

#crypto-cfd-landing .crypto-instruments__card-chart canvas {
  display: block;
  width: 137px !important;
  height: 60px !important;
}

#crypto-cfd-landing .crypto-instruments__card-chart-layer {
  display: none;
}

#crypto-cfd-landing .crypto-instruments__card-chart-label--overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#crypto-cfd-landing .crypto-instruments__card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 116px));
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}

#crypto-cfd-landing .crypto-instruments__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  padding: 6px 14px 4px 14px;
  outline: 2px solid #dfe1e5;
  border-radius: 8px;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #9299a7;
  text-decoration: none;
  transition:
    outline-color 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease;
}

#crypto-cfd-landing .crypto-instruments__card-btn--buy:hover {
  background: #f4fde5;
  outline-color: #83c439;
  color: #73b900;
}

#crypto-cfd-landing .crypto-instruments__card-btn--buy:active {
  background: #f4fde5;
  outline-color: #518200;
  color: #518200;
}

#crypto-cfd-landing .crypto-instruments__card-btn--sell:hover {
  background: rgba(215, 88, 88, 0.08);
  outline-color: #d75858;
  color: #d75858;
}

#crypto-cfd-landing .crypto-instruments__card-btn--sell:active {
  background: rgba(215, 88, 88, 0.08);
  outline-color: #c83434;
  color: #c83434;
}

/* ========== Ð‘Ð»Ð¾Ðº PLATFORMS ========== */
#crypto-cfd-landing .trading-platforms {
  padding: 136px 0 135px;
  background: linear-gradient(180deg, var(--Web-Site---Brand-Colors-Light, #DFE1E5) 0%, var(--Web-Site---Brand-Colors-White, #FFF) 107%, var(--Web-Site---Brand-Colors-White, #FFF) 88%);
  position: relative;
  overflow: hidden;
}

#crypto-cfd-landing .trading-platforms:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0.6) 34%, rgba(255, 255, 255, 0.3) 62%, transparent 100%);
}

#crypto-cfd-landing .trading-platforms .content-wrapper {

  max-width: 1250px;

  padding-left: 35px;

  padding-right: 7px;
}

#crypto-cfd-landing .index-slide__img {
  position: absolute;
  bottom: 0;
  left: calc(50% + 110px);
}

#crypto-cfd-landing .trading-platforms__content {
  position: relative;
  z-index: 1;
}

#crypto-cfd-landing  .trading-platforms__left {
    max-width: 700px;
}

#crypto-cfd-landing .trading-platforms__features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  max-width: 580px;
}

#crypto-cfd-landing .trading-platforms__feature {
  display: flex;
  gap: 12px;
  align-items: center;
  width: calc(50% - 10px);
  min-width: 240px;
}

#crypto-cfd-landing .trading-platforms__feature-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

#crypto-cfd-landing .trading-platforms__feature-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 0;
}

#crypto-cfd-landing .trading-platforms__feature-text {
  display: none;
}

#crypto-cfd-landing .trading-platforms__cards {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 18px;
  width: 100%;
}

:not(:lang(en)) {
     #crypto-cfd-landing .trading-platforms__cards {
      grid-template-columns: 3fr 2fr 1fr;
    }
}

#crypto-cfd-landing .trading-platforms__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 164px;
  padding: 30px;
  border-style: solid;
  border-width: 2px 1px 1px;
  border-color: #fff;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(244, 244, 245, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  backdrop-filter: blur(16px);
  overflow: visible;
}

:lang(es) #crypto-cfd-landing .trading-platforms__card {
  padding: 30px 20px;
}

#crypto-cfd-landing .trading-platforms__card-head {
  display: flex;
  flex-direction: column;
  gap: 17px;
  min-height: 64px;
}

#crypto-cfd-landing .trading-platforms__card-title {
  margin: 0;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--color-text);
}

#crypto-cfd-landing .trading-platforms__card-text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: var(--color-muted);
}

#crypto-cfd-landing .trading-platforms__card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  margin-top: auto;
}

#crypto-cfd-landing .trading-platforms__store {
  position: relative;
  display: block;
}

#crypto-cfd-landing .trading-platforms__store-link {
  display: block;
}


#crypto-cfd-landing .trading-platforms__platform-btn--dark:hover,
#crypto-cfd-landing .trading-platforms__store-link:hover {
  opacity: 0.8;
}

#crypto-cfd-landing .trading-platforms__platform-btn--light:hover {
    background: #3059a1;
    color: #fff;
    outline-color:  #3059a1;
    outline-offset: -2px;
    outline-width: 4px;
}

#crypto-cfd-landing .trading-platforms__store img,
#crypto-cfd-landing .trading-platforms__store-link img {
  display: block;
  height: 48px;
  width: auto;
}

#crypto-cfd-landing .trading-platforms__qr {
  display: none;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  box-sizing: border-box;
  width: 200px;
  padding: 19px 0 0;
  text-align: center;
  color: #2d333e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  border-radius: 12px;
  border: 2px solid rgba(146, 153, 167, 0.32);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

#crypto-cfd-landing .trading-platforms__qr p {
  margin: 0 auto;
  max-width: 172px;
}

#crypto-cfd-landing .trading-platforms__qr img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
}

#crypto-cfd-landing .trading-platforms__store--qr:hover .trading-platforms__qr {
  display: block;
}

#crypto-cfd-landing .trading-platforms__platform-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  white-space: nowrap;
}

#crypto-cfd-landing .trading-platforms__platform-btn--desktop {
  display: inline-flex;
}

#crypto-cfd-landing .trading-platforms__platform-btn--mobile {
  display: none;
}

#crypto-cfd-landing .trading-platforms__platform-btn--dark {
  padding: 8px 12px;
  background: #000;
  color: #fff;
}

#crypto-cfd-landing .trading-platforms__platform-btn--dark img {
  width: 32px;
  height: 32px;
}

#crypto-cfd-landing .trading-platforms__platform-btn-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

#crypto-cfd-landing .trading-platforms__platform-btn-copy small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
}

#crypto-cfd-landing .trading-platforms__platform-btn-copy span,
#crypto-cfd-landing .trading-platforms__platform-btn-copy {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
}

#crypto-cfd-landing .trading-platforms__platform-btn--light {
  background: #fff;
  outline: 2px solid #9299a7;
  color: #687587;
}

/* ========== Ð‘Ð»Ð¾Ðº STEPS ========== */
#crypto-cfd-landing .trading-steps {
  padding: 100px 0;

  text-align: center;
}

#crypto-cfd-landing .trading-steps__content .section-subtitle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

#crypto-cfd-landing .trading-steps__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0;
  row-gap: 0;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

#crypto-cfd-landing .trading-steps__wrapper--numbers {
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
}

#crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item {
  position: relative;

  overflow: hidden;
  padding: 5px 2px;
  transform: translateX(calc(50% - 34px));
}

#crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 68px;
  width: 100%;
  height: 3px;
  background: #f4f4f5;
}

#crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item:last-child::before {
  display: none;
}

#crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item.active-current::after,
#crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item.active-prev::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  left: -120px;
  background: linear-gradient(to right, rgba(115, 185, 0, 0) 0%, #73b900 80%, #73b900 100%);
  top: calc(50% - 2px);
  animation: 1800ms linear 500ms trading-steps-line;
}

#crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item:last-child::after {
  display: none;
}

#crypto-cfd-landing .trading-steps__number {
  position: relative;
  z-index: 3;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff;
  outline: 2px solid #f4f4f5;
  color: #687587;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  transition: color 0.5s ease, background-color 0.5s ease;
}

#crypto-cfd-landing .trading-steps__block-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 68px;
  height: 68px;
  z-index: 4;
}

#crypto-cfd-landing .trading-steps__canvas {
  position: absolute;
  top: -2px;
  left: -2px;
  display: none;
  width: 72px;
  height: 72px;
  pointer-events: none;
}

#crypto-cfd-landing .trading-steps__canvas--bottom {
  transform: scale(1, -1);
}

#crypto-cfd-landing .trading-steps__item.active-current .trading-steps__canvas {
  display: block;
}

#crypto-cfd-landing .trading-steps__circle {
  position: relative;
  z-index: 4;
}

#crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item.active-prev .trading-steps__number,
#crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item.active-current .trading-steps__number {
  color: #194797;
  background: #f4f4f5;
}

#crypto-cfd-landing .trading-steps__wrapper--text .trading-steps__item {
  text-align: center;
}

#crypto-cfd-landing .trading-steps__item-title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 12px;
  color: #687587;
}

#crypto-cfd-landing .trading-steps__item-text {
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--color-muted);
  max-width: 353px;
  opacity: 0.8;
  margin-left: auto;
  margin-right: auto;
}

#crypto-cfd-landing .trading-steps__wrapper--text .trading-steps__item.active-prev .trading-steps__item-title,
#crypto-cfd-landing .trading-steps__wrapper--text .trading-steps__item.active-current .trading-steps__item-title {
  color: #2d333e;
}

#crypto-cfd-landing .trading-steps__wrapper--text.is-complete .trading-steps__item-title {
  color: #333;
}

@keyframes trading-steps-line {
  0% {
    left: -120px;
  }

  100% {
    left: calc(100% + 3px);
  }
}

/* ========== Ð‘Ð»Ð¾Ðº WHY ========== */
#crypto-cfd-landing .crypto-benefits {
  padding: 91px 0 189px;
  background: #fff;
}

#crypto-cfd-landing .crypto-benefits__content .section-title {
  margin-bottom: 40px;
  text-align: center;
}

#crypto-cfd-landing .crypto-benefits__slider {
  position: relative;
}

#crypto-cfd-landing .crypto-benefits__slider:not(.is-slider-active) {
  visibility: visible;
}

#crypto-cfd-landing .crypto-benefits__slider:not(.is-slider-active) .splide__track {
  overflow: visible;
}

#crypto-cfd-landing .crypto-benefits__slider:not(.is-slider-active) .crypto-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  transform: none !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

#crypto-cfd-landing .crypto-benefits__slider:not(.is-slider-active) .splide__slide {
  width: auto !important;
  height: auto;
}

#crypto-cfd-landing .crypto-benefits__slider:not(.is-slider-active) .splide__arrows,
#crypto-cfd-landing .crypto-benefits__slider:not(.is-slider-active) .splide__pagination {
  display: none;
}

#crypto-cfd-landing .crypto-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

#crypto-cfd-landing .crypto-benefits__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: linear-gradient(180deg, rgba(244, 244, 245, 0.8) 0%, #f4f4f5 100%);
  border-style: solid;
  border-width: 2px 1px 1px;
  border-color: #fff;
  border-radius: 32px;
  padding: 24px;
  height: 100%;
}

#crypto-cfd-landing .crypto-benefits__icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex: 0 0 auto;
}

#crypto-cfd-landing .crypto-benefits__card-title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
}

#crypto-cfd-landing .crypto-benefits__card-text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--color-muted);
}

#crypto-cfd-landing .crypto-benefits__icon-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

#crypto-cfd-landing .crypto-benefits__icon-stroke {
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#crypto-cfd-landing .crypto-benefits__icon-stroke--main,
#crypto-cfd-landing .crypto-benefits__icon-stroke--lock,
#crypto-cfd-landing .crypto-benefits__icon-stroke--dollar {
  stroke: #194797;
}

#crypto-cfd-landing .crypto-benefits__icon-stroke--accent {
  stroke: #73b900;
}

#crypto-cfd-landing .crypto-benefits__icon-fill--accent {
  fill: #73b900;
}

#crypto-cfd-landing .crypto-benefits__icon--trade .crypto-benefits__icon-stroke,
#crypto-cfd-landing .crypto-benefits__icon--market .crypto-benefits__icon-stroke,
#crypto-cfd-landing .crypto-benefits__icon--access .crypto-benefits__icon-stroke {
  stroke-dasharray: 1 1;
}

#crypto-cfd-landing .crypto-benefits__icon-up {
  animation: benefits-icon-up-fade 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon-down {
  animation: benefits-icon-down-fade 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon--trade .crypto-benefits__icon-up .crypto-benefits__icon-stroke--main {
  animation: benefits-icon-up-path 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon--trade .crypto-benefits__icon-up .crypto-benefits__icon-stroke--tip {
  animation: benefits-icon-up-tip 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon--trade .crypto-benefits__icon-down .crypto-benefits__icon-stroke--main {
  animation: benefits-icon-down-path 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon--trade .crypto-benefits__icon-down .crypto-benefits__icon-stroke--tip {
  animation: benefits-icon-down-tip 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon-shackle {
  transform-origin: 20px 16px;
  animation: benefits-market-shackle 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon--market .crypto-benefits__icon-stroke--lock {
  animation: benefits-market-lock 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon--market .crypto-benefits__icon-stroke--dollar {
  animation: benefits-market-dollar 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon-click {
  opacity: 0;
  animation: benefits-market-click-fade 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon-click .crypto-benefits__icon-stroke {
  animation: benefits-market-click-path 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon-candles {
  animation: benefits-access-candles-float 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon-candles .crypto-benefits__icon-stroke {
  animation: benefits-access-candles-path 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon-arrow .crypto-benefits__icon-stroke {
  animation: benefits-access-arrow-path 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon-tap {
  opacity: 0;
  animation: benefits-access-tap-fade 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon-tap .crypto-benefits__icon-stroke {
  animation: benefits-access-tap-path 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon-check {
  opacity: 0;
  animation: benefits-access-check-fade 30s linear infinite;
}

#crypto-cfd-landing .crypto-benefits__icon-check .crypto-benefits__icon-stroke {
  animation: benefits-access-check-path 30s linear infinite;
}

@keyframes benefits-icon-up-fade {

  0%,
  8.333% {
    opacity: 1;
  }

  8.334%,
  100% {
    opacity: 0;
  }
}

@keyframes benefits-icon-down-fade {

  0%,
  9.999% {
    opacity: 0;
  }

  10%,
  100% {
    opacity: 1;
  }
}

@keyframes benefits-icon-up-path {

  0%,
  1.667% {
    stroke-dashoffset: 1;
  }

  3.333%,
  7.667% {
    stroke-dashoffset: 0;
  }

  8.333%,
  100% {
    stroke-dashoffset: 1;
  }
}

@keyframes benefits-icon-up-tip {

  0%,
  3.333% {
    stroke-dashoffset: 1;
  }

  5%,
  7.667% {
    stroke-dashoffset: 0;
  }

  8.333%,
  100% {
    stroke-dashoffset: 1;
  }
}

@keyframes benefits-icon-down-path {

  0%,
  10% {
    stroke-dashoffset: 1;
  }

  11.667%,
  16% {
    stroke-dashoffset: 0;
  }

  16.667%,
  100% {
    stroke-dashoffset: 1;
  }
}

@keyframes benefits-icon-down-tip {

  0%,
  11.667% {
    stroke-dashoffset: 1;
  }

  13.333%,
  16% {
    stroke-dashoffset: 0;
  }

  16.667%,
  100% {
    stroke-dashoffset: 1;
  }
}

@keyframes benefits-market-lock {

  0%,
  4% {
    stroke-dashoffset: 1;
  }

  5%,
  12% {
    stroke-dashoffset: 0;
  }

  12.001%,
  13.667% {
    stroke-dashoffset: 1;
  }

  14%,
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes benefits-market-shackle {

  0%,
  1.167% {
    transform: translate(0, 5px) rotate(0deg);
  }

  2.667%,
  10% {
    transform: translate(-3px, 0) rotate(-20deg);
  }

  12%,
  100% {
    transform: translate(0, 5px) rotate(0deg);
  }
}

@keyframes benefits-market-click-fade {

  0%,
  0.4% {
    opacity: 0;
  }

  0.5%,
  0.833% {
    opacity: 1;
  }

  1.5%,
  100% {
    opacity: 0;
  }
}

@keyframes benefits-market-click-path {

  0%,
  0.2% {
    stroke-dashoffset: 1;
  }

  0.833% {
    stroke-dashoffset: 0;
  }

  1.5%,
  100% {
    stroke-dashoffset: 1;
  }
}

@keyframes benefits-market-dollar {

  0%,
  5% {
    stroke-dashoffset: 1;
    opacity: 0;
  }

  6.333%,
  11.333% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  12%,
  100% {
    stroke-dashoffset: 1;
    opacity: 0;
  }
}

@keyframes benefits-access-candles-float {
  0% {
    transform: translateY(0);
  }

  2.667% {
    transform: translateY(-4px);
  }

  5.333% {
    transform: translateY(2px);
  }

  8%,
  100% {
    transform: translateY(0);
  }
}

@keyframes benefits-access-candles-path {
  0% {
    stroke-dashoffset: 1;
  }

  2.667%,
  5.667% {
    stroke-dashoffset: 0;
  }

  8%,
  100% {
    stroke-dashoffset: 1;
  }
}

@keyframes benefits-access-arrow-path {

  0%,
  5.667% {
    stroke-dashoffset: 1;
  }

  7.333%,
  8.667% {
    stroke-dashoffset: 0;
  }

  10%,
  100% {
    stroke-dashoffset: 1;
  }
}

@keyframes benefits-access-tap-fade {

  0%,
  8% {
    opacity: 0;
  }

  8.333%,
  8.667% {
    opacity: 1;
  }

  9.333%,
  100% {
    opacity: 0;
  }
}

@keyframes benefits-access-tap-path {

  0%,
  8% {
    stroke-dashoffset: 1;
  }

  8.667% {
    stroke-dashoffset: 0;
  }

  9.333%,
  100% {
    stroke-dashoffset: 1;
  }
}

@keyframes benefits-access-check-fade {

  0%,
  14.667% {
    opacity: 0;
  }

  15%,
  15.667% {
    opacity: 1;
  }

  16.333%,
  100% {
    opacity: 0;
  }
}

@keyframes benefits-access-check-path {

  0%,
  10.333% {
    stroke-dashoffset: 1;
  }

  11%,
  14.667% {
    stroke-dashoffset: 0;
  }

  16.333%,
  100% {
    stroke-dashoffset: 1;
  }
}

@media (prefers-reduced-motion: reduce) {

  #crypto-cfd-landing .crypto-benefits__icon *,
  #crypto-cfd-landing .crypto-benefits__icon-shackle {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    stroke-dashoffset: 0 !important;
    transform: none !important;
  }
}

/* ========== Ð‘Ð»Ð¾Ðº AWARDS ========== */
#crypto-cfd-landing .brand-awards {
  padding: 48px 0;
  background: #fafbfc;
  overflow: hidden;
}

#crypto-cfd-landing .brand-awards__marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

#crypto-cfd-landing .brand-awards__track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: awards-scroll 35s linear infinite;
}

#crypto-cfd-landing .brand-awards__item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  white-space: nowrap;
}

#crypto-cfd-landing .brand-awards__item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

#crypto-cfd-landing .brand-awards__item span {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-muted);
}

@keyframes awards-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ========== Ð‘Ð»Ð¾Ðº ARTICLES ========== */
#crypto-cfd-landing .market-articles {
  padding: 142px 0 81px;
  background: #fff;
}

#crypto-cfd-landing .market-articles .content-wrapper {
  max-width: 1260px;
  padding-right: 60px;
}

#crypto-cfd-landing .market-articles .market-articles__title {
  padding-left: 20px;
}

#crypto-cfd-landing .market-articles__content .market-articles__subtitle {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.28px;
  padding-left: 20px;
}

#crypto-cfd-landing .market-articles__grid {
  position: relative;

}

#crypto-cfd-landing .market-articles__grid {
  visibility: visible;
}

#crypto-cfd-landing .market-articles__grid-track {
  overflow: visible;
}

#crypto-cfd-landing .market-articles__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  transform: none !important;
  padding-left: 24px;
  padding-right: 24px;
}

#crypto-cfd-landing .market-articles__item {
  width: auto !important;
}

#crypto-cfd-landing .market-articles-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  min-height: 230px;
  padding: 20px;
  border-radius: 12px;
  background: transparent;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  position: relative;
  color: inherit;
  text-decoration: none;
  isolation: isolate;
}

#crypto-cfd-landing .market-articles-card::before {
  content: "";
  position: absolute;
  inset: -1px 0 0 0;
  border-radius: 30px;
  background: #fff;

  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease;
  background: #f4f4f5;
}

#crypto-cfd-landing .market-articles-card:hover {
  text-decoration: none;
}

#crypto-cfd-landing .market-articles-card:hover::before {
  opacity: 1;
}

#crypto-cfd-landing .market-articles-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 8px;
}

#crypto-cfd-landing .market-articles-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

#crypto-cfd-landing .market-articles-card__pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 4px 4px 3px;
  border-radius: 100px;
  background: #f4f4f5;
  color: #2d333e;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
}

#crypto-cfd-landing .market-articles-card__pill-icon {
  width: 28px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
}

#crypto-cfd-landing .market-articles-card__pill-text {
  line-height: 1;
}

#crypto-cfd-landing .market-articles-card__date {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: var(--color-muted);
}

#crypto-cfd-landing .market-articles-card__title {
  display: block;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 0;
  color: var(--color-text);
}

#crypto-cfd-landing .market-articles-card__excerpt {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--color-muted);
  flex-grow: 1;
  margin: 0;
}

#crypto-cfd-landing .market-articles-card__arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: transparent;
  transition: background-color 0.2s ease;
}

#crypto-cfd-landing .market-articles-card__arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

#crypto-cfd-landing .market-articles-card__arrow-icon--default {
  opacity: 1;
}

#crypto-cfd-landing .market-articles-card__arrow-icon--hover {
  opacity: 0;
}

#crypto-cfd-landing .market-articles-card:hover .market-articles-card__arrow {
  background: #fff;
}

#crypto-cfd-landing .market-articles-card:hover .market-articles-card__arrow-icon--default {
  opacity: 0;
}

#crypto-cfd-landing .market-articles-card:hover .market-articles-card__arrow-icon--hover {
  opacity: 1;
}

/* ========== Ð‘Ð»Ð¾Ðº FAQ ========== */
#crypto-cfd-landing .crypto-faq {
  padding: 100px 0 53px;
  background: #fff;
}

#crypto-cfd-landing .crypto-faq__content .section-title {
  margin-bottom: 35px;
  text-align: left;
}

#crypto-cfd-landing .crypto-faq__list {
  max-width: 792px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#crypto-cfd-landing .crypto-faq__item {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 0;
}

#crypto-cfd-landing .crypto-faq__item.is-open {
  gap: 20px;
}

#crypto-cfd-landing .crypto-faq__question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  padding: 0;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #2d333e;
}

#crypto-cfd-landing .crypto-faq__chevron {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

#crypto-cfd-landing .crypto-faq__item.is-open .crypto-faq__chevron {
  transform: rotate(180deg);
}

#crypto-cfd-landing .crypto-faq__answer {
  display: none;
  padding: 0 0 0 28px;
}

#crypto-cfd-landing .crypto-faq__item.is-open .crypto-faq__answer {
  display: block;
}

#crypto-cfd-landing .crypto-faq__answer p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #687587;
  padding-right: 0;
}

#crypto-cfd-landing .crypto-faq__answer ul {
  margin: 8px 0 0;
  padding-left: 2.2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #687587;
  list-style: none;
}

#crypto-cfd-landing .crypto-faq__answer li {
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #687587;
}

#crypto-cfd-landing .crypto-faq__answer li::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 0.75em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

#crypto-cfd-landing .crypto-faq__answer p+ul {
  margin-top: 8px;
}

#crypto-cfd-landing .crypto-faq__answer ul+p {
  margin-top: 8px;
}

/* ========== Ð‘Ð»Ð¾Ðº CTA ========== */
#crypto-cfd-landing .final-cta {
  padding: 97px 0;
  background: #fff;
}

#crypto-cfd-landing .final-cta__card {
  --glow-x: 50%;
  --glow-y: 50%;
  --glow-opacity: 0.7;
  background: #f4f4f5;
  border-radius: 32px;
  padding: 24px;
  display: grid;
  grid-template-columns: 356px 480px auto;
  align-items: center;
  gap: 20px;
  text-align: left;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

#crypto-cfd-landing .final-cta__card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle 400px at var(--glow-x) var(--glow-y), rgba(25, 71, 151, 0.08) 0%, rgba(25, 71, 151, 0.00) 100%);
  opacity: var(--glow-opacity, 0.7);
  transition: opacity 220ms ease;
}

#crypto-cfd-landing .final-cta__card > * {
  position: relative;
  z-index: 1;
}

#crypto-cfd-landing .final-cta__title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-text);
  max-width: 356px;
}

#crypto-cfd-landing .final-cta__subtitle {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--color-muted);
  margin-bottom: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  flex: 1 1 auto;

}

#crypto-cfd-landing .final-cta__card .btn {
  flex-shrink: 0;
  margin-left: auto;
}

@media (max-width: 1200px) {
       :not(:lang(en)) #crypto-cfd-landing .trading-platforms__cards,
    #crypto-cfd-landing .trading-platforms__cards {
        grid-template-columns: repeat(2, auto)
    }
    #crypto-cfd-landing .trading-platforms__card:first-child {
        grid-area: 1 / 1 / 2 / 3;
    }
    #crypto-cfd-landing .index-slide__img {
    top: 0;
  }
}

@media (max-width: 1100px) {

  #crypto-cfd-landing .final-cta__card {
    padding: 40px 24px;
    border-radius: 24px;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  #crypto-cfd-landing .final-cta__card .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  #crypto-cfd-landing .section-title {
    font-size: 3.6rem;
    line-height: 4rem;
    letter-spacing: -0.72px;
  }
  

  :lang(kk)  #crypto-cfd-landing .section-title {
    font-size: 3rem;
    line-height: 3.6rem;
  }


  #crypto-cfd-landing .section-subtitle {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
  }

  #crypto-cfd-landing .btn {
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding: 16px 20px;
    max-width: 204px;
  }

  #crypto-cfd-landing .crypto-hero {
    padding: 40px 0 120px;
    background-position: 50% 100%;
  }

  #crypto-cfd-landing .crypto-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    min-height: 0;
    text-align: center;
    transform: none !important;
    animation: none !important;
  }

    #crypto-cfd-landing .crypto-hero__content.reveal-up {
    transform: none !important;
    animation: none !important;
  }

  #crypto-cfd-landing .crypto-hero__text {
    order: 1;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  #crypto-cfd-landing .crypto-hero__title {
    font-size: 4.4rem;
    line-height: 4.8rem;
    letter-spacing: -0.88px;
    margin-bottom: 0;
    animation: none !important;
    filter: none;
    opacity: 1;
    transform: none;
    translate: none;
  }

  #crypto-cfd-landing .crypto-hero__subtitle {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.2px;
    color: #fff;
    max-width: none;
    width: 100%;
    margin: 0;
    margin-bottom: 32px;
    animation: none !important;
    filter: none;
    opacity: 1;
    transform: none;
    translate: none;
  }

  #crypto-cfd-landing .crypto-hero__actions {
    order: 2;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    margin-top: 0;
    width: 100%;
    animation: none !important;
    filter: none;
    opacity: 1;
    transform: none;
    translate: none;
  }

  #crypto-cfd-landing #trust-slider .trust-slider__slide {
    justify-content: center;
  }

  #crypto-cfd-landing .crypto-hero .btn {
    padding: 16px 35px;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 600;
    letter-spacing: -0.24px;
    max-width: 218px;
  }

  :not(:lang(en)) {
    #crypto-cfd-landing .crypto-hero .btn,
    #crypto-cfd-landing .btn,
    #crypto-cfd-landing .trading-steps__content .trading-steps__btn {
      max-width: fit-content;
    }
  }

  #crypto-cfd-landing .crypto-hero__visual {
    order: 3;
    width: 100%;

    animation: none !important;
    filter: none;
    opacity: 1;
    translate: none;
    will-change: auto;
  }

  #crypto-cfd-landing .crypto-hero__cards {
    max-width: 350px;
    height: 314px;
    width: 100%;
    transform: translateX(9.5px);
  }

  #crypto-cfd-landing .crypto-hero__card {
    aspect-ratio: auto;
    width: 154.429px;
    height: 201.364px;
    will-change: translate;
    animation-name: var(--float-name);
    animation-duration: var(--float-duration);
    animation-delay: var(--float-delay);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    opacity: 1;
    filter: none;
    transform: none;
    border-radius: 21px;
  }

  #crypto-cfd-landing .crypto-hero__card--eth {
    top: 23.88%;
    bottom: 36.67%;
    left: calc(50% - 220px);
    z-index: 1;
  }

  #crypto-cfd-landing .crypto-hero__card--doge {
    top: 4.24%;
    bottom: 50.31%;
    left: calc(50% - 123px);
    z-index: 2;
  }

  #crypto-cfd-landing .crypto-hero__card-body {
    padding: 28px;
    row-gap: 0;
    justify-content: flex-end;
  }

  #crypto-cfd-landing .crypto-hero__card-name {
    font-size: 2rem;
    line-height: 1.4;
  }

  #crypto-cfd-landing .crypto-hero__card-ticker {
    font-size: 1rem;
    line-height: 1;
  }

  #crypto-cfd-landing .crypto-hero__card--xrp {
    top: 7.06%;
    bottom: 48.48%;
    z-index: 2;
    left: calc(50% + 47px);
  }

  #crypto-cfd-landing .crypto-hero__card--sol {
    top: 65.88%;
    bottom: 6.67%;
    left: calc(50% - 171px);
    z-index: 3;
  }

  #crypto-cfd-landing .crypto-hero__card--ada {
    top: 57.97%;
    bottom: 12.58%;
    left: calc(50% + -3px);
    z-index: 3;
  }

  #crypto-cfd-landing .crypto-hero__card--btc {
    top: 33.91%;
    bottom: 28.64%;
    z-index: 5;
    left: calc(50% - 78px);
    border-radius: 24px;
  }

  #crypto-cfd-landing .crypto-hero__card-info {
    padding-top: 0;
  }

  #crypto-cfd-landing .crypto-hero__card-coin {
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
  }

  /* ========== Ð‘Ð»Ð¾Ðº ADVANTAGES (Ð¼Ð¾Ð±Ð¸Ð»ÐºÐ°) ========== */
  #crypto-cfd-landing .trading-advantages {
    padding: 79px 0 60px;
  }

  #crypto-cfd-landing .trading-advantages .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  #crypto-cfd-landing .trading-advantages__content .section-title, #crypto-cfd-landing .trading-advantages__content .section-subtitle {
    padding-left: 24px;
    padding-right: 24px;
  }

  #crypto-cfd-landing .trading-advantages__grid {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  #crypto-cfd-landing .trading-advantages__cell--links {
    grid-area: 2 / 1 / 2 / 2;
  }

  #crypto-cfd-landing .trading-advantages__cell {
    padding: 38px 39px 39px 38px;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
 
   #crypto-cfd-landing .trading-advantages__link {
    pointer-events: none;
    cursor: default;
  }

  #crypto-cfd-landing .trading-advantages__arrow {
    pointer-events: auto;
    cursor: pointer;
  }

  @media (hover: none) {
    #crypto-cfd-landing .trading-advantages__cell:hover {
      background-color: transparent;
    }

    #crypto-cfd-landing .trading-advantages__cell.is-centered {
      background-color: rgba(25, 71, 151, 0.04);
    }
  }

  #crypto-cfd-landing .trading-advantages__pill {
    background-color: transparent;
    padding: 0;
  }

  #crypto-cfd-landing .trading-advantages__cell--commission {
    border-bottom: none;
  }

  #crypto-cfd-landing .trading-advantages__cell--commission {
    order: 3;
    border-bottom: 2px solid #fff;
  }

  #crypto-cfd-landing .trading-advantages__link:nth-child(2) {
    padding-top: 40px;
  }

  #crypto-cfd-landing .trading-advantages__zero {
    margin-bottom: 13px;
  }
  #crypto-cfd-landing .trading-advantages__label {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 15px;
  }

  #crypto-cfd-landing .trading-advantages__cell--trading {
    order: 4;
    border-bottom: none;
  }

  #crypto-cfd-landing .trading-advantages__heading {
    font-size: 5.2rem;
    line-height: 6rem;
  }

  :lang(es) #crypto-cfd-landing .trading-advantages__heading {
    font-size: 4rem;
    line-height: 1;
  }

  :lang(es) #crypto-cfd-landing .trading-advantages__pill {
    font-size: 1.2rem;
  }

  #crypto-cfd-landing .trading-advantages__cell--trading .trading-advantages__heading {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 13px;
  }

  #crypto-cfd-landing .trading-advantages__cashback-value {
    font-size: 5.2rem;
    line-height: 6rem;
  }
  
  :lang(ph) #crypto-cfd-landing .trading-advantages__cashback-value {
      font-size: 4.2rem;
        line-height: 5rem;
  }
  
  :lang(ph) #crypto-cfd-landing .trading-advantages__cashback-value br {
      display: none;
  }

  /* ========== Ð‘Ð»Ð¾Ðº INSTRUMENTS (Ð¼Ð¾Ð±Ð¸Ð»ÐºÐ°) ========== */
  #crypto-cfd-landing .crypto-instruments {
    padding: 60px 0 67px;
    overflow-x: hidden;
  }

   #crypto-cfd-landing .crypto-instruments .content-wrapper {
     padding-left: 0;
     padding-right: 0;
   }

  #crypto-cfd-landing .crypto-instruments__title {
    margin-bottom: 10px;
  }

  #crypto-cfd-landing .crypto-instruments__intro {
    transform: none;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  #crypto-cfd-landing .crypto-instruments__content {
    grid-template-columns: 1fr;
    /* gap: 101px; */
    padding-top: 0;
    min-width: 0;
  }

  #crypto-cfd-landing .crypto-instruments__slider:not(.is-slider-active) .crypto-instruments__cards {
    justify-content: center;
    grid-template-columns: 1fr 1fr;
  }

  #crypto-cfd-landing .crypto-instruments__card {
    width: 100%;
  }

  #crypto-cfd-landing .crypto-instruments__bg-tickers {
    /* display: none; */
  }

  #crypto-cfd-landing .crypto-instruments__bg-tickers span:nth-child(1) {
    font-size: 9rem;
    line-height: 8rem;
    letter-spacing: -2.7px;
    left: 50%;
    transform: translate(-50%, -72%);
    top: 50%;
  }

  #crypto-cfd-landing .crypto-instruments__bg-tickers span:nth-child(2),
  #crypto-cfd-landing .crypto-instruments__bg-tickers span:nth-child(3) {
    display: none;
  }

  #crypto-cfd-landing .crypto-instruments__cards-scroll {
    max-width: none;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }

  #crypto-cfd-landing .crypto-instruments__cards-scroll::before,
  #crypto-cfd-landing .crypto-instruments__cards-scroll::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 2;
    pointer-events: none;
  }

  #crypto-cfd-landing .crypto-instruments__cards-scroll::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
  }

  #crypto-cfd-landing .crypto-instruments__cards-scroll::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
  }

  #crypto-cfd-landing .crypto-instruments__slider {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  #crypto-cfd-landing .crypto-instruments__slider.is-slider-active .splide__track {
    overflow: hidden;
    padding-bottom: 10px;
  }

  #crypto-cfd-landing .crypto-instruments__slider.is-slider-active .crypto-instruments__cards {
    display: flex !important;
    grid-template-columns: none;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    row-gap: 0;
    column-gap: 0;

  }

  #crypto-cfd-landing .crypto-instruments__slider.is-slider-active .splide__slide {
    display: flex;
    justify-content: center;

    overflow: visible;
  }

  #crypto-cfd-landing .crypto-instruments__slider.is-slider-active .crypto-instruments__card {
    width: 100%;
    max-width: 100%;
    min-height: 260px;
    height: auto;
    padding: 24px;
    box-sizing: border-box;
    z-index: 1;
  }

  #crypto-cfd-landing .crypto-instruments__slider .splide__arrows {
    display: none;
  }

  /* ========== Ð‘Ð»Ð¾Ðº PLATFORMS (Ð¼Ð¾Ð±Ð¸Ð»ÐºÐ°) ========== */
  #crypto-cfd-landing .trading-platforms {
    padding: 393px 0 60px;
    background: #fff;
  }

  #crypto-cfd-landing .index-slide__img {
    left: 50%;
    transform: translateX(-50%);
  }

  #crypto-cfd-landing .trading-platforms__content {
    gap: 40px;
    text-align: center;
  }

  #crypto-cfd-landing .trading-platforms__content .section-title {
    margin-bottom: 9px;
  }

  #crypto-cfd-landing .trading-platforms__content .section-subtitle {
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
  }

  #crypto-cfd-landing .trading-platforms__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
  }

  #crypto-cfd-landing .trading-platforms__feature {
    width: auto;
    min-width: auto;
    flex-direction: column;
  }

  #crypto-cfd-landing .trading-platforms__feature-title {
    font-size: 1.4rem;
    line-height: 2rem;
    max-width: 90px;
  }

  #crypto-cfd-landing .trading-platforms .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  #crypto-cfd-landing .trading-platforms:after {
    background: #fff;
  }
  
   #crypto-cfd-landing .trading-platforms:before {
   content:"";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -53px;
    -webkit-backdrop-filter: blur(.8px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 100%);
    backdrop-filter: blur(1.4px);
  }

  #crypto-cfd-landing .trading-platforms .content-wrapper .trading-platforms__left {
     padding-left: 24px;
     padding-right: 24px;
     background-color: #fff;
     position: relative;
  }

  #crypto-cfd-landing .trading-platforms__cards {
    grid-template-columns: 1fr;
    background-color: #f6f6f7;
    column-gap: 0;
    border-radius: 32px;
    position: relative;
    row-gap: 80px;
    padding-top: 40px;
    padding-left: 24px;
    padding-bottom: 40px;
    padding-right: 24px;
  }

    #crypto-cfd-landing .trading-platforms .content-wrapper .trading-platforms__left:after {
      content: '';
      position: absolute;
      width: 100%;
      top: 100%;
      height: 80px;
      left: 0;
      display: block;
      background: #fff;
    }

    #crypto-cfd-landing .trading-platforms .content-wrapper .trading-platforms__left:before {
      content: '';
      position: absolute;
      width: 100%;
      bottom: 100%;
      height: 82px;
      display: block;
      left: 0;

      background: linear-gradient(to top, #fff 7% , #ffffffa3 65% , transparent 100%);
    }

  :not(:lang(en)) {
      #crypto-cfd-landing .trading-platforms__cards {
        grid-template-columns: 1fr;
        gap: 16px;
        column-gap: 0;
      }
  }

  #crypto-cfd-landing .trading-platforms__card {
    min-height: auto;
    padding: 0;
    row-gap: 21px;
    border: none;
    background: transparent;
  }

  #crypto-cfd-landing .trading-platforms__card:nth-child(2) {
    padding-top: 0;
    border: none;
  }

  #crypto-cfd-landing .trading-platforms__card:nth-child(3) {
    display: none;
  }

  #crypto-cfd-landing .trading-platforms__card-actions {
    justify-content: center;
    gap: 12px;
  }

  #crypto-cfd-landing .trading-platforms__card-title {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  #crypto-cfd-landing .trading-platforms__card-text {
    line-height: 2.4rem;
  }

  #crypto-cfd-landing .trading-platforms__platform-btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  #crypto-cfd-landing .trading-platforms__platform-btn--dark {
    justify-content: flex-start;
  }

  #crypto-cfd-landing .trading-platforms__store img,
  #crypto-cfd-landing .trading-platforms__store-link img {
    height: 48px;
  }

  #crypto-cfd-landing .trading-platforms__store--qr:hover .trading-platforms__qr {
    display: none;
  }

  #crypto-cfd-landing .trading-platforms__platform-btn--desktop {
    display: none;
  }

  #crypto-cfd-landing .trading-platforms__platform-btn--mobile {
    display: inline-flex;
    max-width: 194px;
    padding: 7px 12px 6px;
    column-gap: 6px;
    min-height: 10px;
  }

  :not(:lang(en)) #crypto-cfd-landing .trading-platforms__platform-btn--mobile {
    max-width: fit-content;
  }

  #crypto-cfd-landing .trading-platforms__platform-btn--dark img {
    height: 36px;
  }

  #crypto-cfd-landing .trading-platforms__platform-btn-copy small {
    font-size: 1.2rem;
    line-height: 0.8;
  }

  #crypto-cfd-landing .trading-platforms__platform-btn-copy {
    font-size: 1.8rem;
  }

  #crypto-cfd-landing .trading-platforms__stores {
    justify-content: flex-start;
  }

  /* ========== Ð‘Ð»Ð¾Ðº STEPS (Ð¼Ð¾Ð±Ð¸Ð»ÐºÐ°) ========== */
  #crypto-cfd-landing .trading-steps {
    padding: 75px 0;
  }

  #crypto-cfd-landing .trading-steps__content {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-rows: repeat(3, auto);
    column-gap: 15px;
    row-gap: 0;
    text-align: left;
  }

  #crypto-cfd-landing .trading-steps__content .trading-steps__btn {
    max-width: 204px;
    grid-column: 1/3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 63px;
  }

  #crypto-cfd-landing .trading-steps__content .section-title,
  #crypto-cfd-landing .trading-steps__content .section-subtitle {
    grid-column: 1 / 3;
    text-align: center;
  }

  #crypto-cfd-landing .trading-steps__content .section-title {
    margin-bottom: 9px;
  }

  #crypto-cfd-landing .trading-steps__content .section-subtitle {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 38px;
  }

  #crypto-cfd-landing .trading-steps__wrapper--text .trading-steps__item {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #crypto-cfd-landing .trading-steps__item-text {
    margin-left: 0;
  }

  #crypto-cfd-landing .trading-steps__wrapper {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, 1fr);
    row-gap: 49px;
    margin: 0;
    align-items: center;
  }

  #crypto-cfd-landing .trading-steps__wrapper--numbers {
    grid-column: 1;
    grid-row: 3;
    grid-template-columns: 72px;
  }

  #crypto-cfd-landing .trading-steps__wrapper--text {
    grid-column: 2;
    grid-row: 3;
  }

  #crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item {
    overflow: visible;
    padding: 0 2px;
  }

  #crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item::before {
    top: calc(100% - 3px);
    left: calc(50% - 2px);
    width: 3px;
    height: calc(100% + 3px);
  }

  #crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item.active-current::after,
  #crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item.active-prev::after {
    width: 3px;
    height: 30px;
    left: calc(50% - 2px);
    top: auto;
    bottom: 20px;
    background: linear-gradient(to bottom, rgba(115, 185, 0, 0) 0%, #73b900 80%, #73b900 100%);
    animation: 950ms linear 500ms trading-steps-line-mobile;
  }

  #crypto-cfd-landing .trading-steps__wrapper--numbers .trading-steps__item.active-current .trading-steps__canvas {
    rotate: 90deg;
  }

  #crypto-cfd-landing .trading-steps__item-title {
    margin-bottom: 6px;
  }

  @keyframes trading-steps-line-mobile {
    0% {
      bottom: 20px;
    }

    100% {
      bottom: -64px;
    }
  }

  /* ========== Ð‘Ð»Ð¾Ðº WHY (Ð¼Ð¾Ð±Ð¸Ð»ÐºÐ°) ========== */
  #crypto-cfd-landing .crypto-benefits {
    padding: 45px 0;
  }

   #crypto-cfd-landing .crypto-benefits .content-wrapper {
    padding: 0;
  }

  #crypto-cfd-landing .crypto-benefits__content .section-title {
    padding-left: 24px;
    padding-right: 24px;
  }

  #crypto-cfd-landing .crypto-benefits__slider:not(.is-slider-active) .crypto-benefits__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #crypto-cfd-landing .crypto-benefits__slider.is-slider-active .splide__track {
    overflow: hidden;
  }

  #crypto-cfd-landing .crypto-benefits__slider.is-slider-active .crypto-benefits__grid {
    display: flex !important;
    grid-template-columns: none;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #crypto-cfd-landing .crypto-benefits__slider.is-slider-active .splide__slide {
    height: auto;
    overflow: visible;
  }

  #crypto-cfd-landing .crypto-benefits__slider.is-slider-active .crypto-benefits__card {
    height: 100%;
  }

  #crypto-cfd-landing .crypto-benefits__slider.is-slider-active .splide__arrows {
    display: none;
  }

  #crypto-cfd-landing .crypto-benefits__slider.is-slider-active .splide__pagination {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    position: static;
    padding: 0;
  }

  #crypto-cfd-landing .crypto-benefits__slider .splide__pagination__page {
    width: 8px;
    height: 8px;
    margin: 0;
    background: #c5cbd3;
    opacity: 1;
    border-radius: 50%;
  }

  #crypto-cfd-landing .crypto-benefits__slider .splide__pagination__page.is-active {
    background: #9299a7;
    transform: none;
  }

  #crypto-cfd-landing .crypto-benefits__card {
    border-radius: 24px;
  }

  /* ========== Ð‘Ð»Ð¾Ðº AWARDS (Ð¼Ð¾Ð±Ð¸Ð»ÐºÐ°) ========== */
  #crypto-cfd-landing .brand-awards {
    padding: 32px 0;
  }

  #crypto-cfd-landing .brand-awards__track {
    gap: 32px;
  }

  /* ========== Ð‘Ð»Ð¾Ðº ARTICLES (Ð¼Ð¾Ð±Ð¸Ð»ÐºÐ°) ========== */
  #crypto-cfd-landing .market-articles {
    padding: 40px 0 60px;
  }

  #crypto-cfd-landing .market-articles .content-wrapper {
    padding: 0;
  }

  #crypto-cfd-landing .market-articles .market-articles__title {
    padding-left: 0;
    font-size: 4rem;
    line-height: 5.2rem;
    letter-spacing: 0;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  #crypto-cfd-landing .market-articles__content .market-articles__subtitle {
    padding-left: 0;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 40px;
  }

  #crypto-cfd-landing .market-articles-card {
    padding: 18px 56px 18px 23px;
    min-height: auto;
  }

  #crypto-cfd-landing .market-articles-card {
    min-height: auto;
  }

  #crypto-cfd-landing .market-articles__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* ========== Ð‘Ð»Ð¾Ðº FAQ (Ð¼Ð¾Ð±Ð¸Ð»ÐºÐ°) ========== */
  #crypto-cfd-landing .crypto-faq {
    padding: 10px 0;
  }

  #crypto-cfd-landing .crypto-faq__content .section-title {
    margin-bottom: 33px;
  }

  #crypto-cfd-landing .crypto-faq__question {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  /* ========== Ð‘Ð»Ð¾Ðº CTA (Ð¼Ð¾Ð±Ð¸Ð»ÐºÐ°) ========== */
  #crypto-cfd-landing .final-cta {
    padding: 119px 0;
  }

  #crypto-cfd-landing .final-cta__title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    flex: none;
    max-width: none;
  }

  #crypto-cfd-landing .final-cta__subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  #crypto-cfd-landing .final-cta__card .btn {

    width: 100%;
    /*max-width: 187px;*/
  }
}

@media (max-width: 767px) {
  #crypto-cfd-landing .crypto-instruments__bg-tickers {
    display: block;
    position: absolute;
    inset: auto 0;
    top: var(--ticker-flow-top, 0);
    height: 101px;
    z-index: 3;
    overflow: hidden;
    background: #fff;
  }

  #crypto-cfd-landing .crypto-instruments__bg-tickers span {
    top: 20px !important;
    bottom: auto !important;
    left: 24px !important;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    color: rgba(45, 51, 62, 0.06);
    font-size: min(8.2rem, calc((100vw - 48px) / 4.2));
    line-height: 8rem;
    letter-spacing: -0.04em;
    font-weight: 700;
    opacity: 0;
    transform: none;
    will-change: transform, opacity;
  }

  #crypto-cfd-landing .crypto-instruments__bg-tickers span:first-child,
  #crypto-cfd-landing .crypto-instruments__bg-tickers span.is-current {
    opacity: 0.6;
  }

  #crypto-cfd-landing .crypto-instruments__bg-tickers span:first-child {
    font-size: min(8.2rem, calc((100vw - 48px) / 4.2));
    line-height: 8rem;
    letter-spacing: -0.04em;
    transform: none;
  }

  #crypto-cfd-landing .crypto-instruments__bg-tickers span:nth-child(2),
  #crypto-cfd-landing .crypto-instruments__bg-tickers span:nth-child(3) {
    display: flex;
  }

  #crypto-cfd-landing .crypto-instruments__bg-tickers span:nth-child(n+3),
  #crypto-cfd-landing .crypto-instruments__bg-tickers span.is-spare {
    opacity: 0;
  }

  #crypto-cfd-landing .crypto-instruments__slider.is-slider-active .splide__track {
    padding-top: 101px;
  }

  #crypto-cfd-landing .crypto-benefits .reveal-up {
    opacity: 1;
    translate: none;
    will-change: auto;
  }

  #crypto-cfd-landing .crypto-benefits .reveal-up.revealed-block {
    animation: none !important;
  }

  #crypto-cfd-landing .market-articles-card::before {
    opacity: 1;
  }

  #crypto-cfd-landing .market-articles-card__arrow {
    background: #fff;
    top: 18px;
    right: 18px;
  }

  #crypto-cfd-landing .market-articles-card__arrow-icon--default {
    opacity: 0;
  }

  #crypto-cfd-landing .market-articles-card__arrow-icon--hover {
    opacity: 1;
  }
}

@media (max-width: 500px) {
  #crypto-cfd-landing {
    overflow: visible;
  }

  #crypto-cfd-landing .trading-platforms {
    overflow: visible;
    z-index: 32;
    padding: 439px 0 60px;
    background: linear-gradient(to top, #fff 77%, #ffffffa3 96%, transparent 100%);
  }

  #crypto-cfd-landing .crypto-instruments__bg-tickers.is-mobile-sticky {
    position: fixed;
    top: var(--sticky-top, 0);
    left: var(--sticky-left, 0);
    width: var(--sticky-width, 100%);
    z-index: 30;
  }

  #crypto-cfd-landing .crypto-instruments .splide__slide {
    position: relative;
  }

  #crypto-cfd-landing .crypto-instruments .splide__slide::before {
    content: none;
    display: none;
  }

  #crypto-cfd-landing .crypto-instruments__cards-placeholder {
    width: 100%;
    min-width: 0;
  }

  #crypto-cfd-landing .crypto-instruments__cards-scroll.is-mobile-sticky {
    position: fixed;
    top: var(--sticky-top, 0);
    left: var(--sticky-left, 0);
    width: var(--sticky-width, 100%);
    max-width: none;
    margin: 0;
    z-index: 31;
  }

  #crypto-cfd-landing .index-slide__img {
    transform: translateX(-50%) scale(1);
    transform-origin: center top;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
  }

  #crypto-cfd-landing .index-slide__img.is-in-view {
    transform: translateX(-50%) scale(0.7);
  }

  #crypto-cfd-landing .index-slide__img.is-sticky {
    position: fixed;
    top: var(--platform-sticky-top, 40px);
    right: auto;
    bottom: auto;
    transform: translateX(-50%) scale(0.7);
  }

}

@media (prefers-reduced-motion: reduce) {

  #crypto-cfd-landing .crypto-hero__title,
  #crypto-cfd-landing .crypto-hero__subtitle,
  #crypto-cfd-landing .crypto-hero__actions,
  #crypto-cfd-landing .crypto-hero__visual,
  #crypto-cfd-landing .crypto-hero__card,
  #crypto-cfd-landing .brand-awards__track {
    animation: none !important;
  }

  #crypto-cfd-landing .crypto-hero__card {
    animation: hero-card-in-fade 0.3s linear backwards !important;
  }
}

/* ========== Planhet ========== */
@media (min-width: 901px) and (max-width: 1100px)
{

  #crypto-cfd-landing .crypto-hero {
    padding-bottom: 40px;
  }
  #crypto-cfd-landing .crypto-hero__title {
    font-size: 4.8rem;
    line-height: 5.4rem;
  }

  #crypto-cfd-landing .crypto-hero__text {
    padding-top: 0;
  }

  #crypto-cfd-landing .crypto-hero__cards {
    transform: scale(0.7) translate(-5%, 1%);
    margin-top: -45px;
  }

  #crypto-cfd-landing .crypto-hero__content {
    column-gap: 24px;
    row-gap: 0;
  }

  #crypto-cfd-landing .crypto-instruments__content {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-content: center;
  }

  #crypto-cfd-landing .crypto-instruments__intro .section-subtitle {
    margin-right: auto;
    margin-left: auto;
  }

  #crypto-cfd-landing .crypto-instruments__intro {
    text-align: center;
    transform: none;
  }
  #crypto-cfd-landing .crypto-instruments__cards-scroll {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
  }
  #crypto-cfd-landing .crypto-instruments__cards {
    width: 620px;
  }

  #crypto-cfd-landing .trading-platforms__content {
    gap: 28px;
  }

  #crypto-cfd-landing .trading-platforms__float--web {
    left: -4%;
  }

  #crypto-cfd-landing .crypto-benefits__slider:not(.is-slider-active) .crypto-benefits__grid {
    gap: 16px;
  }

  :not(:lang(en)) {
      #crypto-cfd-landing .trading-platforms__cards {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  }

  #crypto-cfd-landing .trading-platforms__card:first-child {
    grid-area: 1/1/2/3;
  }
}

/* ========== Block awards-marquee ========== */

#crypto-cfd-landing .awards-section {
  padding-bottom: 10px;
}

#crypto-cfd-landing .awards-section .awards-marquee__title {
  font-size: 1.4rem;
  line-height: 2rem;
}

#crypto-cfd-landing .awards-section .awards-marquee__subtitle {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

#crypto-cfd-landing .awards-marquee__icon {
  width: 40px;
  height: 40px;
}

#crypto-cfd-landing .awards-section .awards-marquee__text {
  row-gap: 0;
}

@media (max-width: 900px) {
  #crypto-cfd-landing .awards-section {
    padding-top: 18px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  #crypto-cfd-landing .crypto-hero__card {
    animation: none !important;
  }
}