@font-face {
  font-family: "Bebas Neue";
  src: url("/h9630d15c-assets/h9630d15c-fonts/h9630d15c-bebasneue_regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("/h9630d15c-assets/h9630d15c-fonts/h9630d15c-opensans_regular.woff2");
  font-display: swap;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1200px;
  --container-step: 20px;
  --container-step-tablet: 18px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: "Bebas Neue", sans-serif;
  --second-family: "Open Sans", sans-serif;
}

/* ===== Базовые ===== */

body {
  margin: 0;
  background: #1a1a1a;
}

.h9630d15c-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .h9630d15c-container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .h9630d15c-container {
    padding: 0 var(--container-step-mobile);
  }
}

h1, .h9630d15c-h1 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 80px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0px;
}

@media (max-width: 991px) {
  h1, .h9630d15c-h1 {
    font-size: 39;
  }
}

@media (max-width: 600px) {
  h1, .h9630d15c-h1 {
    font-size: 20px;
  }
}

h2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  color: #f4f0ed;
  margin: 0px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0px;
}

p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #f4f0ed;
  margin: 0px;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

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

img{
  max-width: 100%;
  min-width: 0px;
}

section {
  padding: 40px 0px;
}

.h9630d15c-site-header{
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 12px 0px;
}

.h9630d15c-main_page.h9630d15c-site-header{
  position: absolute;
  width: 100%;
  top: 60px;
  padding: 0px 20px;
  box-sizing: border-box;
}

.h9630d15c-main_page.h9630d15c-site-header .h9630d15c-header-container{
  max-width: 1160px;
}

.h9630d15c-header-container{
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.h9630d15c-nav-list{
  flex-direction: row;
  gap: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #f4f0ed;
}

.h9630d15c-main_page .h9630d15c-nav-list{
  color: #1a1a1a;
}

@media screen and (max-width: 800px) {
  .h9630d15c-main_page.h9630d15c-site-header{
    position: static;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 12px 0px;
  }

  .h9630d15c-main_page .h9630d15c-nav-list{
    color: #f4f0ed;
  }
}

.h9630d15c-burger {
  display: none;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}

.h9630d15c-burger span {
  position: absolute;
  left: 6px;
  right: 6px;
  height: 2px;
  background: #F4F0ED;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.h9630d15c-burger span:nth-child(1) {
  top: 12px;
}

.h9630d15c-burger span:nth-child(2) {
  top: 19px;
}

.h9630d15c-burger span:nth-child(3) {
  top: 26px;
}

/* ACTIVE STATE (cross animation) */
.h9630d15c-burger.h9630d15c-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 19px;
}

.h9630d15c-burger.h9630d15c-active span:nth-child(2) {
  opacity: 0;
}

.h9630d15c-burger.h9630d15c-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
}





.h9630d15c-hero-content{
  width: 100%;
  padding: 40px;
  padding-top: 104px;
  box-sizing: border-box;
  background: url("/h9630d15c-assets/h9630d15c-img/h9630d15c-hero_bg.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 30px;
}

.h9630d15c-hero-top{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.h9630d15c-hero-countdown{
  max-width: 420px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h9630d15c-countdown-text{
  font-size: 20px;
  color: #1a1a1a;
}

.h9630d15c-countdown-list{
  flex-direction: row;
  gap: 8px;
}

.h9630d15c-countdown-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.h9630d15c-countdown-value {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 44px;
  text-align: center;
  color: #1a1a1a;
  border-radius: 5px;
  background: #ff531f;
}

.h9630d15c-countdown-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #1a1a1a;
}

.h9630d15c-hero-info{
  max-width: 275px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h9630d15c-hero-features{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  color: #1a1a1a;
  list-style: disc;
  align-self: end;
  padding-left: 20px;
}

.h9630d15c-hero-bottom{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.h9630d15c-hero-heading{
    max-width: 293px;
}

.h9630d15c-hero-media{
  width: 100%;
  max-width: 600px;
  aspect-ratio: 600 / 400;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
}

.h9630d15c-hero-image{
  position: absolute;
  width: 100%;
  height: 100%;
}

.h9630d15c-hero-button{
  position: relative;
  z-index: 2;
  margin: 40px;
  max-width: 183px;
  width: 100%;
  height: 41px;
  border-radius: 30px;
  border: 0px;
  background: #ff531f;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #f4f0ed;
}

.h9630d15c-features-inner{
  flex-direction: unset;
}

.h9630d15c-features-list_2{
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.h9630d15c-features-card{
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 285px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  gap: 20px;
  background: #f4f0ed;
  border-radius: 16px;
}

.h9630d15c-features_content{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h9630d15c-features_content p{
  font-size: 14px;
  color: #1a1a1a;
}

.h9630d15c-features-img{
  width: 100%;
  border-radius: 15px;
}

.h9630d15c-mobile.h9630d15c-features-img{
  display: none;
}

.h9630d15c-features-container{
  flex-direction: row;
  align-items: start;
}

.h9630d15c-features-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.h9630d15c-features-header{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h9630d15c-features-list{
  gap: 20px;
}

.h9630d15c-features-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h9630d15c-features-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.h9630d15c-features-item-title {
  color: #fefefe;
}

.h9630d15c-features-image{
  flex: 1;
}

.h9630d15c-hours-content{
  background: #f4f0ed;
  display: flex;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 16px;
  gap: 20px;
}

.h9630d15c-hours-info{
  flex: 1;
}

.h9630d15c-hours-title{
  font-size: 32px;
}

.h9630d15c-hours-list{
  gap: 10px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  color: #1a1a1a;
}

.h9630d15c-hours-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.h9630d15c-hours-item img {
  min-width: 32px;
  min-height: 32px;
}

.h9630d15c-hours-label{
  font-family: var(--font-family);
}

.h9630d15c-hours-map{
  flex: 1;
  max-width: 419px;
}

.h9630d15c-faq-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
  background: #f4f0ed;
  position: relative;
}

.h9630d15c-faq-header{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h9630d15c-faq-list{
  gap: 10px;
}

.h9630d15c-faq-item-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.h9630d15c-faq-question {
  color: #1a1a1a;
}

.h9630d15c-faq-toggle {
  padding: 0px;
  border: 0px;
  background: transparent;
}

.h9630d15c-faq-toggle::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.h9630d15c-faq-answer{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  color: #1a1a1a;
}

.h9630d15c-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* Rotate arrow when open */
.h9630d15c-faq-item.h9630d15c-active .h9630d15c-faq-toggle svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.h9630d15c-site-footer{
  background: #f4f0ed;
  padding: 40px 0px;
}

.h9630d15c-footer_top{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.h9630d15c-footer-content{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}

.h9630d15c-footer-about{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h9630d15c-age-badge{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.h9630d15c-footer-text{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  max-width: 231px;
}

.h9630d15c-social-list{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.h9630d15c-social-link{
  display: flex;
}

.h9630d15c-hashtag-item{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.h9630d15c-footer_lists{
  display: flex;
  flex-direction: row;
  gap: 49px;
}

.h9630d15c-footer-links{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h9630d15c-footer-title{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #1a1a1a;
}

.h9630d15c-footer-list{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  gap: 10px;
}

.h9630d15c-footer-legal{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h9630d15c-footer-title{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #1a1a1a;
}

.h9630d15c-footer-list{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  gap: 10px;
}

.h9630d15c-footer_form_block{
  display: flex;
  gap: 49px;
  flex-wrap: wrap;
}

.h9630d15c-contact-list{
  gap: 10px;
}

.h9630d15c-contact-item{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
}

.h9630d15c-contact-link{
  display: flex;
  align-items: center;
  gap: inherit;
}

.h9630d15c-footer-form{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h9630d15c-form-title{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #1a1a1a;
}

.h9630d15c-form-input{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  color: #1a1a1a;
  border: 0px;
  padding: 10px 20px;
}

.h9630d15c-form-button{
  width: 100%;
  box-sizing: border-box;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #f4f0ed;
  border-radius: 30px;
  padding: 12px 20px;
  border: 0px;
  background: #ff531f;
}

@media screen and (max-width: 990px) {
  .h9630d15c-features-container{
    flex-direction: column;
    align-items: stretch;
  }

  .h9630d15c-hours-content{
    flex-direction: column;
    padding: 20px;
  }

  .h9630d15c-hours-map{
    max-width: none;
  }
}

@media screen and (max-width: 800px) {
  .h9630d15c-hero-top{
    flex-direction: column-reverse;
  }

  .h9630d15c-hero-info{
    max-width: none;
  }

  .h9630d15c-hero-features{
    align-self: start;
    font-size: 16px;
  }

  .h9630d15c-hero-countdown{
    max-width: none;
  }

  .h9630d15c-countdown-list{
    max-width: 288px;
    align-self: center;
    width: 100%;
  }

  .h9630d15c-countdown-value{
    font-size: 24px;
  }

  .h9630d15c-hero-bottom{
    flex-direction: column;
  }

  .h9630d15c-hero-heading{
    max-width: none;
    text-align: center;
  }

  .h9630d15c-hero-media{
    align-items: center;
    justify-content: center;
  }

  .h9630d15c-hero-button{
    align-self: center;
    justify-self: center;
    margin: 0px;
  }

  .h9630d15c-hero-heading{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    color: #1a1a1a;
  }

  .h9630d15c-hero-content{
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .h9630d15c-site-header{
    margin: 0px;
    padding: 10px 0px;
  }

  .h9630d15c-burger {
    display: block;
  }

  .h9630d15c-main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    z-index: 1000;
  }

  .h9630d15c-main-nav.h9630d15c-active {
    right: 0;
  }

  .h9630d15c-nav-list {
    flex-direction: column;
    gap: 40px;
    font-size: 24px;
  }

  .h9630d15c-footer_top{
    display: flex;
    flex-direction: column;
  }

  .h9630d15c-footer-text{
    max-width: none;
    width: 100%;
    text-align: start;
  }

  .h9630d15c-footer_lists{
    width: 100%;
    justify-content: space-between;
    gap: 0px;
  }

  .h9630d15c-footer_form_block{
    flex-direction: column-reverse;
    gap: 10px;
  }

  .h9630d15c-footer-content{
    gap: 20px;
  }
}

@media screen and (max-width: 900px) {
  .h9630d15c-features-img{
    display: none;
  }

  .h9630d15c-mobile.h9630d15c-features-img{
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .h9630d15c-features-list_2{
    flex-wrap: nowrap;
    flex-direction: unset;
    justify-content: unset;
    gap: 10px;
  }

  .h9630d15c-features-card{
    width: 304px !important;
    margin-right: 0px !important;
  }

  .h9630d15c-features_content p{
    font-size: 13px;
  }

  .h9630d15c-features-inner{
    padding-right: 0px;
    justify-content: center;
  }
}

.h9630d15c-examples-inner{
  flex-direction: unset;
}

.h9630d15c-examples-list{
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.h9630d15c-examples-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  aspect-ratio: 380/230;
  width: 100%;
  padding: 0px;
  border-radius: 16px;
  overflow: hidden;
}

.h9630d15c-examples-card img{
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.h9630d15c-examples-img{
  width: 100%;
  border-radius: 15px;
}

.h9630d15c-mobile.h9630d15c-examples-img{
  display: none;
}

@media screen and (max-width: 900px) {
  .h9630d15c-examples-img{
    display: none;
  }

  .h9630d15c-mobile.h9630d15c-examples-img{
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .h9630d15c-examples-list{
    flex-wrap: nowrap;
    flex-direction: unset;
    justify-content: unset;
    gap: 10px;
  }

  .h9630d15c-examples-card{
    width: 133px !important;
    height: 122px;
    margin-right: 0px !important;
  }

  .h9630d15c-examples-inner{
    padding-right: 0px;
    justify-content: center;
  }
}

.h9630d15c-partners-intro{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h9630d15c-partners-safety{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h9630d15c-partners-badges{
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  border: 1px solid #ff531f;
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.h9630d15c-partners-badges img{
  height: 30px;
}

.h9630d15c-partners-disclaimer{
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 16px;
  padding: 40px;
  background: #ff531f;
}

@media screen and (max-width: 600px) {
  .h9630d15c-partners-disclaimer{
    padding: 20px;
  }

  .h9630d15c-partners-title{
    font-size: 20px;
  }
}

.h9630d15c-partners-highlight-content{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h9630d15c-partners-highlight-iframe{
  max-width: 740px;
  width: 100%;
  aspect-ratio: 740 / 453;
  height: auto;
  margin: auto;
  border: 0px;
}

.h9630d15c-casino-container{
  flex-wrap: nowrap;
}

.h9630d15c-casino-list{
  gap: 20px;
}

.h9630d15c-casino-card{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  width: 100%;
  box-sizing: border-box;
  background: #f4f0ed;
  border: 1px solid #ff531f;
  border-radius: 16px;
  flex-wrap: wrap;
  position: relative;
}

.h9630d15c-casino-logo{
  max-width: 260px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.h9630d15c-casino-logo-link{
  display: block;
  width: 189px;
  height: 59px;
  padding: 30.5px 0px;
}

.h9630d15c-casino-logo-link img{
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
}

.h9630d15c-casino-info{
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h9630d15c-casino-name-link{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #ff531f;
}

.h9630d15c-casino-players{
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #1a1a1a;
}

.h9630d15c-casino-rating{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h9630d15c-casino-score{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 42px;
  text-align: center;
  color: #1a1a1a;
}

.h9630d15c-casino-stars{
  flex-direction: row;
  gap: 3px;
}

.h9630d15c-casino-actions{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.h9630d15c-casino-button{
  border-radius: 30px;
  padding: 12px 0px;
  width: 100%;
  text-align: center;
  background: #ff531f;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #f4f0ed;
}

.h9630d15c-casino-payments{
  flex-direction: row;
  gap: 20px;
}

.h9630d15c-casinos_mobile{
  display: none;
}

.h9630d15c-casino-eyebrows{
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #fefefe;
  border-radius: 60px 0px 100px 0px;
  padding: 5px 20px 5px 10px;
  width: 88px;
  background: #ff531f;
}

@media screen and (max-width: 990px) {
  .h9630d15c-casino-card{
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .h9630d15c-casino_desctop{
    display: none;
  }

  .h9630d15c-casino-card{
    flex-wrap: nowrap;
    padding-top: 30px;
    padding-bottom: 12px;
  }

  .h9630d15c-casino-logo{
    max-width: none;
    padding: 0px 11px;
    flex: 1;
    flex-direction: column;
  }

  .h9630d15c-casino-actions{
    flex: 1;
  }

  .h9630d15c-casino-payments{
    gap: 8px;
  }

  .h9630d15c-casino-logo-link{
    width: 100%;
    height: 38px;
    padding: 0px;
  }

  .h9630d15c-casino-payment-item img{
    width: 20px;
    height: 20px;
  }

  .h9630d15c-casino-actions{
    padding: 0px 6px;
  }

  .h9630d15c-casinos_mobile{
    display: flex;
  }

  .h9630d15c-casino-score{
    font-size: 24px;
  }

  .h9630d15c-casino-rating.h9630d15c-casinos_mobile{
    gap: 4px;
    flex-direction: row;
    justify-content: center;
  }

  .h9630d15c-casino-name-link{
    font-size: 12px;
  }

  .h9630d15c-number_of_users {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 88px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: #1a1a1a;
  }
}

.h9630d15c-policy_page ul{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #f4f0ed;
  list-style: disc;
  padding-left: 20px;
}

.h9630d15c-whats_whaiting{
  gap: 20px;
}

.h9630d15c-whats_whaiting_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h9630d15c-whats_whaiting_top {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
}

.h9630d15c-whats_whaiting_number {
  border: 1px solid #fefefe;
  border-radius: 300px;
  width: 24px;
  height: 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h9630d15c-whats_whaiting_top h3 {
  color: #fefefe;
}

.h9630d15c-message{
  display: none;
  color: #1a1a1a;
}

.h9630d15c-active .h9630d15c-message{
  display: block;
}

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