@font-face {
  font-family: Inter;
  src: url("/h9a19b7f4-reelrushcrypto-packages/h9a19b7f4-reelrushcrypto-ui/h9a19b7f4-reelrushcrypto-fonts/h9a19b7f4-reelrushcrypto-h9a19b7f4-reelrushcrypto-inter_light.woff2");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/h9a19b7f4-reelrushcrypto-packages/h9a19b7f4-reelrushcrypto-ui/h9a19b7f4-reelrushcrypto-fonts/h9a19b7f4-reelrushcrypto-h9a19b7f4-reelrushcrypto-inter_regular.woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/h9a19b7f4-reelrushcrypto-packages/h9a19b7f4-reelrushcrypto-ui/h9a19b7f4-reelrushcrypto-fonts/h9a19b7f4-reelrushcrypto-h9a19b7f4-reelrushcrypto-inter_mediumItalic.woff2");
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: url("/h9a19b7f4-reelrushcrypto-packages/h9a19b7f4-reelrushcrypto-ui/h9a19b7f4-reelrushcrypto-fonts/h9a19b7f4-reelrushcrypto-h9a19b7f4-reelrushcrypto-inter_bold.woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/h9a19b7f4-reelrushcrypto-packages/h9a19b7f4-reelrushcrypto-ui/h9a19b7f4-reelrushcrypto-fonts/h9a19b7f4-reelrushcrypto-h9a19b7f4-reelrushcrypto-inter_extrabold.woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Intro Demo;
  src: url("/h9a19b7f4-reelrushcrypto-packages/h9a19b7f4-reelrushcrypto-ui/h9a19b7f4-reelrushcrypto-fonts/h9a19b7f4-reelrushcrypto-h9a19b7f4-reelrushcrypto-intro_demo_black_caps.woff2");
  font-display: swap;
}

  /* ===== Переменные ===== */
  :root {
    --container-width: 1140px;
    --container-step: 20px;
    --container-step-tablet: 18px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --font-family: "Inter", sans-serif;
    --second-family: "Intro Demo", sans-serif;
    --text: #ffae00;
  
  }
  
  /* ===== Базовые ===== */
  body {
    margin: 0;
    background: linear-gradient(270deg, #0e1a60 0%, #0b123a 100%);
  }
  
  .h9a19b7f4-reelrushcrypto-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step);
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  
  @media (max-width: 991px) {
    .h9a19b7f4-reelrushcrypto-container {
      padding: 0 var(--container-step-tablet);
    }
  }
  
  @media (max-width: 600px) {
    .h9a19b7f4-reelrushcrypto-container {
      padding: 0 var(--container-step-mobile);
      gap: 20px;
    }
  }
  
  h1 {
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 64px;
    line-height: 94%;
    text-transform: uppercase;
    background: linear-gradient(220deg, #ffd000 0%, #ffe988 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h1 {
      font-size: 47.5px;
    }
  }
  
  @media (max-width: 600px) {
    h1 {
      font-size: 31px;
    }
  }
  
  h2 {
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(220deg, #ffd000 0%, #ffe988 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h2 {
      font-size: 26px;
    }
  }
  
  @media (max-width: 600px) {
    h2 {
      font-size: 20px;
    }
  }

  .h9a19b7f4-reelrushcrypto-h2_container{
    background: linear-gradient(180deg, #1f2750 0%, #2f3a74 100%);
    display: flex;
    justify-content: center;
    width: fit-content;
    padding: 8.5px 20px;
    align-items: center;
    gap: 5px;
    border-radius: 20px;
    position: relative;
  }

  .h9a19b7f4-reelrushcrypto-h2_container::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1.5px solid transparent;
    border-radius: inherit;
    background: linear-gradient(180deg, #FFAE00, #ffe6b02d) border-box;
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    box-shadow: 0 4px 10px rgba(255, 246, 0, 0.5);
    opacity: 0.8;
    pointer-events: none;
  }


  
  h3 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h3 {
      font-size: 26px;
    }
  }
  
  @media (max-width: 600px) {
    h3 {
      font-size: 12px;
    }
  }
  
  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    p {
      font-size: 18px;
    }
  }
  
  @media (max-width: 600px) {
    p {
      font-size: 16px;
    }
  }
  
  ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
  }
  
  a {
    text-decoration: none;
    color: unset;
  }
  
  section {
    margin-bottom: 40px;
  }
  
  @media (max-width: 600px) {
    section {
      margin-bottom: 20px;
    }
  }

  .h9a19b7f4-reelrushcrypto-age-warning{
    background: linear-gradient(14deg, #007371 53.85%, #00d9d5 100%);
  }

  .h9a19b7f4-reelrushcrypto-age-warning__container{
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    flex-wrap: nowrap;
  }

  .h9a19b7f4-reelrushcrypto-header{
    background: #010934;
    padding: 24px 0px;
  }

  .h9a19b7f4-reelrushcrypto-header {
    position: relative;
  }
  
  .h9a19b7f4-reelrushcrypto-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px; /* толщина линии */
    background: linear-gradient(90deg, #FFD000 0%, #FFE988 100%);
    opacity: 0.8;
    box-shadow: 0 4px 10px rgba(255, 246, 0, 0.5);
    pointer-events: none;
  }

  .h9a19b7f4-reelrushcrypto-header__container{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .h9a19b7f4-reelrushcrypto-nav__list{
    flex-direction: row;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    gap: 40px;
  }

  .h9a19b7f4-reelrushcrypto-nav__item{
    padding: 10px 23.5px;
    border-radius: 10px;
  }

  .h9a19b7f4-reelrushcrypto-nav__item.h9a19b7f4-reelrushcrypto-active{
    background: linear-gradient(220deg, rgba(255, 208, 0, 0.8) 0%, rgba(255, 233, 136, 0.8) 100%);
    color: #010934;
  }

  .h9a19b7f4-reelrushcrypto-hero{
    background: url("/h9a19b7f4-reelrushcrypto-packages/h9a19b7f4-reelrushcrypto-ui/h9a19b7f4-reelrushcrypto-images/h9a19b7f4-reelrushcrypto-h9a19b7f4-reelrushcrypto-hero_bg.webp");
    background-size: cover;
    background-position: center;
    margin-top: 40px;
  }

  .h9a19b7f4-reelrushcrypto-hero_content_wrapper {
    position: relative;
    z-index: 0;
    border-radius: 8px; /* если нужен закруглённый контур */
    overflow: hidden; /* чтобы тень не выходила за края */
    border-radius: 30px;
    display: flex;
    padding: 40px;
    align-items: center;
  }
  
  .h9a19b7f4-reelrushcrypto-hero_content_wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1.5px solid transparent;
    border-radius: inherit;
    background: linear-gradient(90deg, #FFD000, #FFE988) border-box;
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    box-shadow: 0 4px 10px rgba(255, 246, 0, 0.5);
    opacity: 0.8;
    pointer-events: none;
  }
  
  .h9a19b7f4-reelrushcrypto-hero__content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 558px;
    width: 100%;
  }

  .h9a19b7f4-reelrushcrypto-golden_text{
    font-style: italic;
    font-weight: 500;
    background: linear-gradient(220deg, #ffd000 0%, #ffe988 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .h9a19b7f4-reelrushcrypto-hero__image{
    max-width: 502px;
    width: 100%;
    min-width: 0px;
    margin-left: -26px;
  }

  .h9a19b7f4-reelrushcrypto-features{
    background: #010934;
    padding: 40px 0px;
  }

  .h9a19b7f4-reelrushcrypto-features__list{
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
  }

  .h9a19b7f4-reelrushcrypto-feature{
    max-width: 261px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    background: linear-gradient(180deg, #1f2750 0%, #2f3a74 100%);
    border-radius: 35px;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  
  .h9a19b7f4-reelrushcrypto-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1.5px solid transparent;
    border-radius: inherit;
    background: linear-gradient(90deg, #FFD000, #FFE988) border-box;
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    box-shadow: 0 4px 10px rgba(255, 246, 0, 0.5);
    opacity: 0.8;
    pointer-events: none;
  }

  .h9a19b7f4-reelrushcrypto-feature__badge{
    display: flex;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    background: linear-gradient(220deg, #ffd000 0%, #ffe988 100%);
    background-clip: text;
    -webkit-background-clip: text;
    gap: 5px;
    -webkit-text-fill-color: transparent;
    align-items: center;
  }

  .h9a19b7f4-reelrushcrypto-feature__number{
    width: 28px;
    height: 28px;
    border-radius: 1000px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 245%;
    text-align: center;
    background: linear-gradient(220deg, #ffd000 0%, #ffe988 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .h9a19b7f4-reelrushcrypto-feature__number::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1.5px solid transparent;
    border-radius: inherit;
    background: linear-gradient(90deg, #FFD000, #FFE988) border-box;
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    box-shadow: 0 4px 10px rgba(255, 246, 0, 0.5);
    opacity: 0.8;
    pointer-events: none;
  }

  .h9a19b7f4-reelrushcrypto-feature__text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #cfcfcf;
  }

  .h9a19b7f4-reelrushcrypto-cta__container{
    align-items: center;
    text-align: center;
  }

  .h9a19b7f4-reelrushcrypto-cta__btn{
    max-width: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 11px;
    box-shadow: 0 5px 20px 0 rgba(255, 246, 0, 0.5);
    background: linear-gradient(220deg, rgba(255, 208, 0, 0.8) 0%, rgba(255, 233, 136, 0.8) 100%);
    border-radius: 50px;
    box-sizing: border-box;
  }

  .h9a19b7f4-reelrushcrypto-cta__btn span{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #000b4b 0%, #001bb1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .h9a19b7f4-reelrushcrypto-about{
    background: #010934;
    padding: 40px 0px;
  }

  .h9a19b7f4-reelrushcrypto-about__container{
    flex-direction: row;
    align-items: center;
  }

  .h9a19b7f4-reelrushcrypto-about__content{
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
  }

  .h9a19b7f4-reelrushcrypto-about__header{
    background: transparent;
  }

  .h9a19b7f4-reelrushcrypto-about__image{
    max-width: 315px;
    flex: 1;
    min-width: 0px;
    height: fit-content;
  }

  .h9a19b7f4-reelrushcrypto-disclaimer__container{
    align-items: center;
    text-align: center;
    max-width: 1210px;
  }

  .h9a19b7f4-reelrushcrypto-footer{
    background: #010934;
    padding: 50px 0px;
  }


  .h9a19b7f4-reelrushcrypto-footer {
    position: relative;
  }
  
  .h9a19b7f4-reelrushcrypto-footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.5px; /* толщина линии */
    background: linear-gradient(90deg, #FFD000 0%, #FFE988 100%);
    opacity: 0.8;
    box-shadow: 0 4px 10px rgba(255, 246, 0, 0.5);
    pointer-events: none;
  }

  .h9a19b7f4-reelrushcrypto-footer__container{
    align-items: start;
  }

  .h9a19b7f4-reelrushcrypto-footer__nav{
    width: 100%;
  }

  .h9a19b7f4-reelrushcrypto-footer__nav-list{
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
  }

  .h9a19b7f4-reelrushcrypto-footer__text{
    text-align: center;
    font-weight: 300;
  }

  .h9a19b7f4-reelrushcrypto-footer__bottom{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .h9a19b7f4-reelrushcrypto-footer__copy{
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
  }

  .h9a19b7f4-reelrushcrypto-footer__responsible{
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    text-align: right;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
  }


  /* ===== БУРГЕР ===== */

  .h9a19b7f4-reelrushcrypto-active-clone {
    display: none;
  }
  
  @media (max-width: 768px) {
    .h9a19b7f4-reelrushcrypto-active-clone {
      display: flex;
      background: linear-gradient(220deg, rgba(255, 208, 0, 0.8) 0%, rgba(255, 233, 136, 0.8) 100%);
      color: #010934;
      padding: 10px 23.5px;
      border-radius: 10px;
      font-family: var(--font-family);
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
    }
  
    .h9a19b7f4-reelrushcrypto-header__nav {
      position: absolute;
      top: 100%;
      left: 0;
      background: #010934;
      width: 100%;
      transform: translateY(-150%);
      opacity: 0;
      transition: all 0.3s ease;
      z-index: 99;
      border-top: 1.5px solid rgba(255, 208, 0, 0.4);
    }
  
    .h9a19b7f4-reelrushcrypto-header__nav.h9a19b7f4-reelrushcrypto-active {
      transform: translateY(0);
      opacity: 1;
    }
  
    .h9a19b7f4-reelrushcrypto-nav__list {
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 20px 0;
    }
  }
  
.h9a19b7f4-reelrushcrypto-burger {
  display: none;
  position: relative;
  width: 35px;
  height: 17px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 100;
}

.h9a19b7f4-reelrushcrypto-burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  border-radius: 2px;
  background: linear-gradient(90deg, #FFD000 0%, #FFE988 100%);
  opacity: 0.8;
  box-shadow: 0 0 5px rgba(255, 246, 0, 0.5);
  transition: all 0.3s ease;
}

.h9a19b7f4-reelrushcrypto-burger span:nth-child(1) { top: 0; }
.h9a19b7f4-reelrushcrypto-burger span:nth-child(2) { top: 7px; }
.h9a19b7f4-reelrushcrypto-burger span:nth-child(3) { top: 14px; }

.h9a19b7f4-reelrushcrypto-burger.h9a19b7f4-reelrushcrypto-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}
.h9a19b7f4-reelrushcrypto-burger.h9a19b7f4-reelrushcrypto-active span:nth-child(2) {
  opacity: 0;
}
.h9a19b7f4-reelrushcrypto-burger.h9a19b7f4-reelrushcrypto-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 7px;
}

/* ===== Мобильное меню ===== */
@media (max-width: 768px) {
  .h9a19b7f4-reelrushcrypto-burger {
    display: block;
  }

  .h9a19b7f4-reelrushcrypto-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    background: #010934;
    width: 100%;
    transform: translateY(-150%);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 99;
    border-top: 1.5px solid rgba(255, 208, 0, 0.4);
  }

  .h9a19b7f4-reelrushcrypto-header__nav.h9a19b7f4-reelrushcrypto-active {
    transform: translateY(0);
    opacity: 1;
  }

  .h9a19b7f4-reelrushcrypto-nav__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
  }

  .h9a19b7f4-reelrushcrypto-nav__item{
    padding: 10px 8.5px;
  }
}


.h9a19b7f4-reelrushcrypto-policy_dark_block{
  background: #010934;
  border-radius: 30px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.h9a19b7f4-reelrushcrypto-policy_dark_block::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid transparent;
  border-radius: inherit;
  background: linear-gradient(180deg, #FFAE00, #ffe6b02d) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  box-shadow: 0 4px 10px rgba(255, 246, 0, 0.5);
  opacity: 0.8;
  pointer-events: none;
}

.h9a19b7f4-reelrushcrypto-policy_container{
  align-items: center;
  padding-top: 40px;
}

.h9a19b7f4-reelrushcrypto-policy_dark_block{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.h9a19b7f4-reelrushcrypto-policy__subtitle {
  line-height: 120%;
}

.h9a19b7f4-reelrushcrypto-policy__subblock{
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.h9a19b7f4-reelrushcrypto-policy__subheading{
  text-align: start;
  font-weight: 700;
  background: linear-gradient(220deg, #ffd000 0%, #ffe988 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h9a19b7f4-reelrushcrypto-policy_dark_block ul{
  list-style: disc;
  padding-left: 35px;
}

.h9a19b7f4-reelrushcrypto-light_policy_container{
  border-radius: 30px;
  padding: 20px;
  background: linear-gradient(180deg, #1f2750 0%, #2f3a74 100%);
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  text-align: center;
}

.h9a19b7f4-reelrushcrypto-light_policy_container::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid transparent;
  border-radius: inherit;
  background: linear-gradient(180deg, #FFAE00, #ffe6b02d) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  box-shadow: 0 4px 10px rgba(255, 246, 0, 0.5);
  opacity: 0.8;
  pointer-events: none;
}

.h9a19b7f4-reelrushcrypto-policy_dark_block a{
  text-decoration: underline;
  text-decoration-skip-ink: none;
  overflow-wrap: break-word;
  hyphens: auto;
}

.h9a19b7f4-reelrushcrypto-policy_dark_block p{
  font-size: 20px;
}

.h9a19b7f4-reelrushcrypto-cta__container iframe{
  max-width: 752px;
  width: 100%;
  aspect-ratio: 752 / 450;
  border: 0px;
}

.h9a19b7f4-reelrushcrypto-cta__container iframe{
  box-shadow: 0 10px 100px 0 rgba(255, 246, 0, 0.25);
  background: linear-gradient(180deg, #1f2750 0%, #2f3a74 100%);
  border-radius: 30px;
  border: gold solid;
}

.h9a19b7f4-reelrushcrypto-division_container_feature{
  display: contents;
}

@media screen and (max-width: 991px) {
  .h9a19b7f4-reelrushcrypto-about__container{
    flex-direction: column;
  } 
}

@media screen and (max-width: 600px) {
  .h9a19b7f4-reelrushcrypto-footer__container{
    align-items: center;
    gap: 20px;
  }

  .h9a19b7f4-reelrushcrypto-footer__nav-list{
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .h9a19b7f4-reelrushcrypto-footer__bottom{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .h9a19b7f4-reelrushcrypto-cta__btn{
    order: 4;
  }

  .h9a19b7f4-reelrushcrypto-division_container_feature{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .h9a19b7f4-reelrushcrypto-feature{
    flex-direction: row;
    width: 100%;
    padding: 10px;
    border-radius: 19px;
    justify-content: space-between;
    max-width: 329px;
  }

  .h9a19b7f4-reelrushcrypto-top_part{
    max-width: 90px;
    width: 100%;
  }

  .h9a19b7f4-reelrushcrypto-feature__label{
    font-size: 10px;
  }

  .h9a19b7f4-reelrushcrypto-feature__number{
    width: 15px;
    height: 15px;
    font-size: 7px;
  }

  .h9a19b7f4-reelrushcrypto-feature__img{
    max-width: 69px;
  }

  .h9a19b7f4-reelrushcrypto-bottom_part{
    max-width: 210px;
    width: 100%;
  }

  .h9a19b7f4-reelrushcrypto-feature__text{
    font-size: 10px;
  }
  
  .h9a19b7f4-reelrushcrypto-features__list{
    gap: 10px;
  }

  .h9a19b7f4-reelrushcrypto-features{
    padding: 20px 0px;
  }

  .h9a19b7f4-reelrushcrypto-hero_content_wrapper{
    flex-direction: column;
  }
}

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

.h9a19b7f4-reelrushcrypto-policy_container p{
  overflow-wrap: break-word;
  hyphens: auto;
}

@media screen and (max-width: 600px) {
  .h9a19b7f4-reelrushcrypto-policy_dark_block{
    overflow-wrap: break-word;
    hyphens: auto;
  }
}

.white20-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: var(--font-family);
}

.white20-popup__inner {
  background: linear-gradient(180deg, #1f2750 0%, #2f3a74 100%);
  border-radius: 30px;
  padding: 30px 40px;
  text-align: center;
  color: #fff;
  position: relative;
  max-width: 400px;
  width: 90%;
  box-sizing: border-box;
}

.white20-popup__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1.5px solid transparent;
  background: linear-gradient(180deg, #FFAE00, #ffe6b02d) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  box-shadow: 0 4px 10px rgba(255, 246, 0, 0.5);
  opacity: 0.8;
  pointer-events: none;
}

.white20-popup__btn {
  margin-top: 20px;
  padding: 10px 25px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(220deg, rgba(255, 208, 0, 0.8) 0%, rgba(255, 233, 136, 0.8) 100%);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(255, 246, 0, 0.5);
  color: #010934;
}

.white20-popup.hidden {
  display: none;
}
