*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0C1421;
  color: #C5C1B8;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-family: 'Barlow', sans-serif;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.aio_layout-tiv {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.aio_page-tiv {
  display: flex;
  min-height: 100vh;
}.aio_main-tiv {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1083px) {.aio_main-tiv {
  padding-left: 220px;
}
}
@media(max-width:1079px) {.aio_main-tiv {
  padding-bottom: 72px;
}
}.aio_gc-tiv {
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0F1827;
  transition: transform .2s,border-color .2s;
  position: relative;
  cursor: pointer;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 637px) {.aio_gc-tiv {
  width: 156px;
}
}
@media(min-width: 1081px) {.aio_gc-tiv {
  width: 10.5rem;
}
}.aio_gc-tiv:hover {
  transform: translateY(-3px);
  border-color: rgba(43, 201, 107, 0.07);
}.aio_gc_img-tiv {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.aio_gc_img-tiv img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.aio_gc_hover-tiv {
  transition: opacity .2s;
  inset: 0;
  background: rgba(6, 10, 20, 0.74);
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  display: flex;
}.aio_gc-tiv:hover .aio_gc_hover-tiv {
  opacity: 1;
}.aio_gc_hover_btn-tiv {
  padding: 8px 1rem;
  background: #2BC96B;
  border-radius: 0.313rem;
  font-size: 0.75rem;
  color: #F0EDE6;
  font-weight: 700;
}.aio_gc_info-tiv {
  padding: 8px 10px 0.625rem;
}.aio_gc_name-tiv {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #C5C1B8;
  white-space: nowrap;
  font-weight: 600;
}.aio_gc_prov-tiv {
  font-size: 10px;
  color: #4D4A45;
}.aio_gc_tag-tiv {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  font-size: 9px;
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  left: 0.375rem;
  font-weight: 700;
  letter-spacing: .04em;
  top: 0.375rem;
}.aio_gc_tag_hot-tiv {
  background: #E6384A;
  color: #fff;
}.aio_gc_tag_new-tiv {
  background: #22C55E;
  color: #0C1421;
}.aio_gc_tag_jp-tiv {
  background: #D4A833;
  color: #0C1421;
}.aio_gc_tag_ex-tiv {
  background: #C49A38;
  color: #fff;
}.aio_gc_tag_live-tiv {
  background: #E6384A;
  color: #fff;
}.aio_gr-tiv {
  background: #0C1421;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.aio_gr-tiv {
  padding: 36px 1.5rem 0;
}
}.aio_gr_in-tiv {
  margin: 0 auto;
  max-width: 1320px;
}.aio_gr_head-tiv {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
}.aio_gr_head_l-tiv {
  gap: 10px;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.aio_gr_ic-tiv {
  border-radius: 0.625rem;
  width: 32px;
  justify-content: center;
  height: 32px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.aio_gr_ic-tiv svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
}.aio_gr_title-tiv {
  color: #F0EDE6;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-weight: 700;
}
@media(min-width: 767px) {.aio_gr_title-tiv {
  font-size: 18px;
}
}.aio_gr_more-tiv {
  gap: 0.313rem;
  transition: color .2s;
  white-space: nowrap;
  align-items: center;
  font-size: 0.75rem;
  color: #6A6660;
  flex-shrink: 0;
  font-weight: 600;
  display: flex;
}.aio_gr_more-tiv:hover {
  color: #2BC96B;
}.aio_gr_more-tiv svg {
  stroke-linecap: round;
  width: 0.75rem;
  height: 0.75rem;
  stroke-linejoin: round;
}.aio_gr_arrows-tiv {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.aio_gr_arr-tiv {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 1.875rem;
  color: #948F85;
}.aio_gr_arr-tiv:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0EDE6;
}.aio_gr_arr-tiv svg {
  height: 0.813rem;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.aio_gr_seo_h-tiv {
  margin: 0 0 0.375rem;
  color: #C5C1B8;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  max-width: 680px;
  font-size: 13px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.aio_gr_seo_h-tiv {
  font-size: 0.875rem;
}
}.aio_gr_seo-tiv {
  overflow-wrap: break-word;
  max-width: 42.5rem;
  margin-bottom: 12px;
  line-height: 1.55;
  color: #6A6660;
  font-size: 12px;
}.aio_gr_seo-tiv strong {
  font-weight: 600;
  color: #C5C1B8;
}.aio_gr_scroll-tiv {
  gap: 10px;
  display: flex;
  padding-bottom: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.aio_gr_scroll-tiv::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.aio_gr_scroll-tiv {
  gap: 12px;
}
}.aio_tb-tiv {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0A1220;
  align-items: center;
  height: 3.5rem;
  position: fixed;
  display: flex;
  z-index: 80;
  left: 0;
  top: 0;
  right: 0;
}.aio_tb_in-tiv {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}.aio_tb_burger-tiv {
  gap: 0.313rem;
  border-radius: 0.625rem;
  flex-shrink: 0;
  align-items: center;
  flex-direction: column;
  width: 2.375rem;
  justify-content: center;
  margin-right: 8px;
  display: flex;
  height: 2.375rem;
}.aio_tb_burger-tiv:hover {
  background: rgba(255, 255, 255, 0.05);
}.aio_tb_burger_line-tiv {
  border-radius: 1px;
  background: #948F85;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1081px) {.aio_tb_burger-tiv {
  display: none;
}
}.aio_tb_logo-tiv {
  gap: 9px;
  font-size: 18px;
  overflow-wrap: break-word;
  display: flex;
  letter-spacing: -.01em;
  font-weight: 800;
  color: #F0EDE6;
  margin-right: 20px;
  flex-shrink: 0;
  align-items: center;
}.aio_tb_logo_mark-tiv {
  overflow: hidden;
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 2rem;
  height: 32px;
}.aio_tb_logo_mark-tiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.aio_tb_nav-tiv {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.aio_tb_nav-tiv {
  display: flex;
}
}.aio_tb_tab-tiv {
  border-radius: 0.625rem;
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  color: #948F85;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}.aio_tb_tab-tiv:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EDE6;
}.aio_tb_tab-tiv.aio_state_active-tiv {
  background: rgba(43, 201, 107, 0.16);
  color: #F0EDE6;
}.aio_tb_right-tiv {
  gap: 0.5rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}.aio_tb_login-tiv {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  display: none;
  color: #C5C1B8;
  font-size: 0.813rem;
  font-weight: 600;
}.aio_tb_login-tiv:hover {
  border-color: rgba(43, 201, 107, 0.42);
  color: #F0EDE6;
}
@media(min-width:480px) {.aio_tb_login-tiv {
  display: block;
}
}.aio_tb_reg-tiv {
  padding: 9px 1.125rem;
  transition: background .2s;
  border-radius: 0.625rem;
  background: #22C55E;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  color: #081019;
}.aio_tb_reg-tiv:hover {
  background: #16A34A;
}.aio_sb-tiv {
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #131D2E;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  position: fixed;
  left: 0;
  z-index: 70;
  overflow-y: auto;
  bottom: 0;
  top: 3.5rem;
  width: 13.75rem;
}.aio_sb-tiv.aio_state_open-tiv {
  transform: translateX(0);
}.aio_sb-tiv::-webkit-scrollbar {
  width: 4px;
}.aio_sb-tiv::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.aio_sb-tiv {
  transform: translateX(0);
}
}.aio_sb_auth-tiv {
  padding: 14px 0.75rem 10px;
}.aio_sb_btn_reg-tiv {
  background: #22C55E;
  border-radius: 0.625rem;
  padding: 11px;
  transition: background .2s;
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #081019;
}.aio_sb_btn_reg-tiv:hover {
  background: #16A34A;
}.aio_sb_btn_login-tiv {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  padding: 0.625rem;
  border-radius: 10px;
  font-size: 13px;
  display: block;
  font-weight: 600;
  color: #C5C1B8;
  text-align: center;
}.aio_sb_btn_login-tiv:hover {
  border-color: rgba(43, 201, 107, 0.42);
  color: #F0EDE6;
}.aio_sb_promo-tiv {
  background: linear-gradient(135deg,#0E2238,#131D2E);
  border-radius: 0.625rem;
  overflow: hidden;
  margin: 0 0.75rem 0.625rem;
  border: 1px solid rgba(43, 201, 107, 0.16);
  padding: 12px 14px;
  position: relative;
}.aio_sb_promo-tiv::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(43, 201, 107, 0.16),transparent 70%);
  right: -20px;
  height: 80px;
  position: absolute;
  width: 80px;
  content: '';
  top: -1.25rem;
}.aio_sb_promo_title-tiv {
  font-weight: 700;
  font-size: 0.688rem;
  color: #2BC96B;
  letter-spacing: .06em;
  margin-bottom: 4px;
  text-transform: uppercase;
}.aio_sb_promo_text-tiv {
  font-weight: 600;
  color: #F0EDE6;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-size: 0.75rem;
}.aio_sb_promo_sub-tiv {
  font-size: 0.625rem;
  color: #6A6660;
  margin-top: 3px;
}.aio_sb_nav-tiv {
  padding: 6px 0.5rem 1rem;
}.aio_sb_nav_lb-tiv {
  padding: 0.625rem 0.5rem 0.375rem;
  text-transform: uppercase;
  color: #4D4A45;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 10px;
}.aio_sb_link-tiv {
  border-radius: 5px;
  transition: background .15s,color .15s;
  gap: 10px;
  padding: 0.563rem 10px;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 13px;
  color: #948F85;
  cursor: pointer;
}.aio_sb_link-tiv:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EDE6;
}.aio_sb_link-tiv.aio_state_active-tiv {
  background: rgba(43, 201, 107, 0.16);
  color: #F0EDE6;
}.aio_sb_ic-tiv {
  border-radius: 0.313rem;
  height: 30px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.875rem;
  display: flex;
}.aio_sb_ic-tiv svg {
  height: 1rem;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.aio_sb_ic_1-tiv {
  background: rgba(43, 201, 107, 0.07);
  color: #2BC96B;
}.aio_sb_ic_2-tiv {
  background: rgba(34, 197, 94, 0.14);
  color: #22C55E;
}.aio_sb_ic_3-tiv {
  background: rgba(212, 168, 51, 0.16);
  color: #D4A833;
}.aio_sb_ic_4-tiv {
  background: rgba(196, 154, 56, 0.18);
  color: #C49A38;
}.aio_sb_ic_5-tiv {
  background: rgba(43, 201, 107, 0.07);
  color: #F06292;
}.aio_sb_ic_6-tiv {
  background: rgba(196, 154, 56, 0.18);
  color: #9B5CF6;
}.aio_sb_badge-tiv {
  border-radius: 5px;
  background: #D4A833;
  padding: 2px 0.438rem;
  color: #081019;
  font-weight: 700;
  font-size: 9px;
  margin-left: auto;
}.aio_sb_bot-tiv {
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  display: flex;
}.aio_sb_lang-tiv,.aio_sb_help-tiv {
  transition: border-color .2s;
  border-radius: 5px;
  gap: 0.375rem;
  padding: 0.563rem 6px;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-weight: 600;
  justify-content: center;
  color: #948F85;
  align-items: center;
  font-size: 0.688rem;
  display: flex;
}.aio_sb_lang-tiv:hover,.aio_sb_help-tiv:hover {
  border-color: rgba(43, 201, 107, 0.42);
  color: #F0EDE6;
}.aio_sb_lang-tiv svg,.aio_sb_help-tiv svg {
  stroke-linecap: round;
  width: 13px;
  height: 13px;
  stroke-linejoin: round;
}.aio_sb_bd-tiv {
  inset: 0;
  background: rgba(6, 10, 20, 0.74);
  display: none;
  position: fixed;
  z-index: 69;
}.aio_sb_bd-tiv.aio_state_on-tiv {
  display: block;
}
@media(min-width:1080px) {.aio_sb_bd-tiv {
  display: none!important;
}
}.aio_mob_nav-tiv {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #131D2E;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  left: 0;
  z-index: 80;
  bottom: 0;
  display: flex;
  position: fixed;
  right: 0;
}
@media(min-width: 1082px) {.aio_mob_nav-tiv {
  display: none;
}
}.aio_mob_nav_item-tiv {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 0.25rem;
  cursor: pointer;
  color: #4D4A45;
  display: flex;
  align-items: center;
  flex-direction: column;
}.aio_mob_nav_ic-tiv {
  line-height: 1;
}.aio_mob_nav_ic-tiv svg {
  stroke-linecap: round;
  width: 20px;
  height: 20px;
  stroke-linejoin: round;
}.aio_mob_nav_lb-tiv {
  font-size: 0.625rem;
  color: #4D4A45;
  font-weight: 600;
}.aio_mob_nav_item-tiv.aio_state_active-tiv {
  color: #2BC96B;
}.aio_mob_nav_item-tiv.aio_state_active-tiv .aio_mob_nav_lb-tiv {
  color: #2BC96B;
}.aio_hero-tiv {
  background: #0C1421;
  padding: 1.25rem 16px 0;
}
@media(min-width: 771px) {.aio_hero-tiv {
  padding: 1.5rem 24px 0;
}
}.aio_hero_in-tiv {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.aio_hero_in-tiv {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.aio_hero_in-tiv {
  grid-template-columns: 1fr 21.25rem;
}
}.aio_hero_promo-tiv {
  border-radius: 1rem;
  overflow: hidden;
  background: #0F1827;
  display: flex;
  align-items: stretch;
  min-height: 220px;
  position: relative;
}
@media(min-width: 770px) {.aio_hero_promo-tiv {
  min-height: 280px;
}
}.aio_hero_promo_bg-tiv {
  background-position: center;
  background: linear-gradient(120deg,#0E2238 0%,#0C1421 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.aio_hero_promo_bg-tiv::after {
  inset: 0;
  background: linear-gradient(90deg,#0C1421 0%,rgba(6, 10, 20, 0.74) 60%,transparent 100%);
  position: absolute;
  content: '';
}.aio_hero_promo_glow-tiv {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196, 154, 56, 0.18) 0%,transparent 65%);
  position: absolute;
  height: 300px;
  pointer-events: none;
  width: 18.75rem;
  top: -2.5rem;
  right: 60px;
}.aio_hero_promo_ct-tiv {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 480px;
}
@media(min-width: 771px) {.aio_hero_promo_ct-tiv {
  padding: 40px 32px;
}
}.aio_hero_badge-tiv {
  background: rgba(43, 201, 107, 0.16);
  border-radius: 22px;
  padding: 5px 0.75rem;
  border: 1px solid rgba(43, 201, 107, 0.07);
  color: #2BC96B;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  display: inline-block;
  text-transform: uppercase;
}.aio_hero_h1-tiv {
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-size: 26px;
  color: #F0EDE6;
  line-height: 1.15;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
}.aio_hero_h1-tiv em {
  font-style: normal;
  color: #D4A833;
}
@media(min-width: 767px) {.aio_hero_h1-tiv {
  font-size: 2.25rem;
}
}.aio_hero_sub-tiv {
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  color: #948F85;
  line-height: 1.55;
}
@media(min-width: 769px) {.aio_hero_sub-tiv {
  font-size: 0.875rem;
}
}.aio_hero_row-tiv {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.aio_hero_cta-tiv {
  background: #22C55E;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  border-radius: 0.625rem;
  font-size: 14px;
  color: #081019;
  font-weight: 700;
  box-shadow: 0 6px 1.5rem rgba(34, 197, 94, 0.46);
}.aio_hero_cta-tiv:hover {
  background: #16A34A;
}.aio_hero_terms-tiv {
  color: #4D4A45;
  font-size: 11px;
}.aio_hero_game-tiv {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  background: #0F1827;
  border-radius: 16px;
  flex-direction: column;
  position: relative;
  display: flex;
}.aio_hero_game_badge-tiv {
  border: 1px solid rgba(212, 168, 51, 0.16);
  border-radius: 1.375rem;
  padding: 0.313rem 10px;
  background: rgba(212, 168, 51, 0.16);
  letter-spacing: .06em;
  text-transform: uppercase;
  top: 12px;
  font-size: 10px;
  z-index: 3;
  position: absolute;
  color: #D4A833;
  font-weight: 700;
  left: 0.75rem;
}.aio_hero_game_badge-tiv svg {
  width: 11px;
  height: 11px;
  margin-right: 4px;
  vertical-align: -1px;
}.aio_hero_game_img-tiv {
  overflow: hidden;
  background: linear-gradient(135deg,#0E2238,#0C1421);
  padding-bottom: 60%;
  position: relative;
}.aio_hero_game_img-tiv img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.aio_hero_game_play-tiv {
  background: rgba(6, 10, 20, 0.74);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  opacity: 0;
}.aio_hero_game-tiv:hover .aio_hero_game_play-tiv {
  opacity: 1;
}.aio_hero_game_play-tiv span {
  background: #2BC96B;
  border-radius: 50%;
  display: flex;
  width: 52px;
  align-items: center;
  height: 52px;
  justify-content: center;
}.aio_hero_game_play-tiv span svg {
  margin-left: 2px;
  width: 18px;
  height: 1.125rem;
}.aio_hero_game_info-tiv {
  padding: 14px 1rem;
}.aio_hero_game_title-tiv {
  color: #F0EDE6;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.25rem;
}.aio_hero_game_provider-tiv {
  color: #6A6660;
  font-size: 0.688rem;
}.aio_hero_game_btn-tiv {
  background: #2BC96B;
  border-radius: 10px;
  margin: 12px 1rem 1rem;
  transition: background .2s;
  padding: 0.688rem;
  font-size: 0.813rem;
  display: block;
  text-align: center;
  color: #F0EDE6;
  font-weight: 700;
}.aio_hero_game-tiv:hover .aio_hero_game_btn-tiv {
  background: #3FD97C;
}.aio_sbar-tiv {
  padding: 1rem 16px 0;
  background: #0C1421;
}
@media(min-width: 766px) {.aio_sbar-tiv {
  padding: 18px 1.5rem 0;
}
}.aio_sbar_in-tiv {
  margin: 0 auto;
  max-width: 1320px;
}.aio_sbar_row-tiv {
  gap: 0.625rem;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
}.aio_sbar_input-tiv {
  border-radius: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0F1827;
  padding: 0.688rem 16px;
  flex: 1;
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
  color: #6A6660;
  cursor: pointer;
}.aio_sbar_input-tiv:hover {
  border-color: rgba(43, 201, 107, 0.42);
}.aio_sbar_input-tiv svg {
  height: 15px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 15px;
  flex-shrink: 0;
}.aio_sbar_providers-tiv {
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 11px 18px;
  transition: border-color .2s;
  border-radius: 10px;
  background: #0F1827;
  font-size: 13px;
  font-weight: 600;
  color: #C5C1B8;
  display: flex;
  white-space: nowrap;
  align-items: center;
}.aio_sbar_providers-tiv:hover {
  border-color: rgba(43, 201, 107, 0.42);
  color: #F0EDE6;
}.aio_sbar_providers-tiv svg {
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
}.aio_sbar_tabs-tiv {
  gap: 6px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 2px;
}.aio_sbar_tabs-tiv::-webkit-scrollbar {
  display: none;
}.aio_sbar_tab-tiv {
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  border-radius: 1.375rem;
  padding: 0.5rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  color: #948F85;
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.aio_sbar_tab-tiv:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(43, 201, 107, 0.42);
  color: #F0EDE6;
}.aio_sbar_tab-tiv.aio_state_active-tiv {
  background: rgba(43, 201, 107, 0.16);
  border-color: rgba(43, 201, 107, 0.07);
  color: #F0EDE6;
}.aio_sbar_tab_ic-tiv svg {
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
}.aio_wy-tiv {
  padding: 2rem 1rem 0;
  background: #0C1421;
}
@media(min-width: 771px) {.aio_wy-tiv {
  padding: 2.5rem 24px 0;
}
}.aio_wy_in-tiv {
  margin: 0 auto;
  max-width: 1320px;
}.aio_wy_head-tiv {
  margin-bottom: 18px;
  max-width: 720px;
}.aio_wy_label-tiv {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #2BC96B;
  text-transform: uppercase;
  letter-spacing: .08em;
}.aio_wy_h2-tiv {
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: #F0EDE6;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.aio_wy_h2-tiv {
  font-size: 1.5rem;
}
}.aio_wy_intro-tiv {
  margin: 0;
  font-size: 0.813rem;
  color: #6A6660;
  line-height: 1.6;
}.aio_wy_grid-tiv {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.aio_wy_grid-tiv {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.aio_wy_grid-tiv {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.aio_wy_card-tiv {
  padding: 1.25rem;
  background: #131D2E;
  border-radius: 10px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.aio_wy_card-tiv:hover {
  border-color: rgba(43, 201, 107, 0.07);
  transform: translateY(-2px);
}.aio_wy_card_ic-tiv {
  border-radius: 50%;
  background: rgba(43, 201, 107, 0.16);
  color: #2BC96B;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  margin-bottom: 0.875rem;
  align-items: center;
  width: 2.75rem;
}.aio_wy_card_ic-tiv svg {
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
  height: 22px;
}.aio_wy_card_h-tiv {
  font-weight: 700;
  margin-bottom: 6px;
  color: #F0EDE6;
  line-height: 1.25;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.aio_wy_card_p-tiv {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6A6660;
}.aio_wy_card_p-tiv strong {
  font-weight: 600;
  color: #C5C1B8;
}.aio_gcg-tiv {
  padding: 2.25rem 16px 0;
  background: #0C1421;
}
@media(min-width:768px) {.aio_gcg-tiv {
  padding: 2.75rem 1.5rem 0;
}
}.aio_gcg_in-tiv {
  margin: 0 auto;
  max-width: 1320px;
}.aio_gcg_head-tiv {
  margin-bottom: 20px;
  max-width: 45rem;
}.aio_gcg_label-tiv {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #2BC96B;
  letter-spacing: .08em;
}.aio_gcg_h2-tiv {
  overflow-wrap: break-word;
  font-size: 1.375rem;
  color: #F0EDE6;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.aio_gcg_h2-tiv {
  font-size: 28px;
}
}.aio_gcg_intro-tiv {
  line-height: 1.6;
  color: #6A6660;
  font-size: 13px;
}.aio_gcg_grid-tiv {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.aio_gcg_grid-tiv {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.aio_gcg_grid-tiv {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.aio_gcg_card-tiv {
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  padding: 20px;
  border-radius: 16px;
  transition: transform .2s,border-color .2s;
  position: relative;
  min-height: 15rem;
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.aio_gcg_card-tiv:hover {
  transform: translateY(-3px);
  border-color: rgba(43, 201, 107, 0.16);
}.aio_gcg_card_bg-tiv {
  inset: 0;
  z-index: 0;
  position: absolute;
}.aio_gcg_card_bg-tiv::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.aio_gcg_card_ic-tiv {
  background: rgba(0,0,0,.45);
  border-radius: 5px;
  align-items: center;
  z-index: 2;
  position: absolute;
  justify-content: center;
  color: #F0EDE6;
  width: 2.5rem;
  height: 2.5rem;
  top: 18px;
  display: flex;
  right: 1.125rem;
}.aio_gcg_card_ic-tiv svg {
  stroke-linecap: round;
  height: 20px;
  width: 1.25rem;
  stroke-linejoin: round;
}.aio_gcg_card_ct-tiv {
  z-index: 1;
  position: relative;
}.aio_gcg_card_h-tiv {
  overflow-wrap: break-word;
  color: #F0EDE6;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.aio_gcg_card_h-tiv {
  font-size: 1.25rem;
}
}.aio_gcg_card_p-tiv {
  font-size: 0.75rem;
  margin-bottom: 10px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
}.aio_gcg_card_p-tiv strong {
  color: #F0EDE6;
  font-weight: 600;
}.aio_gcg_card_cta-tiv {
  gap: 4px;
  font-size: 12px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #2BC96B;
  font-weight: 700;
  display: inline-flex;
}.aio_gcg_card_cta-tiv svg {
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
}.aio_gr_jp-tiv {
  border-radius: 16px;
  padding: 1.25rem;
  background: linear-gradient(135deg,#1A0E35 0%,#0A0C1E 100%);
  overflow: hidden;
  position: relative;
}.aio_gr_jp-tiv::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196, 154, 56, 0.18) 0%,transparent 70%);
  position: absolute;
  height: 250px;
  top: -3.75rem;
  width: 15.625rem;
  content: '';
  left: -60px;
}.aio_gr_jp-tiv::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 168, 51, 0.16) 0%,transparent 70%);
  position: absolute;
  height: 200px;
  content: '';
  width: 12.5rem;
  bottom: -2.5rem;
  right: 0;
}.aio_gr_jp_head-tiv {
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.aio_gr_jp_info-tiv {
  flex: 1;
}.aio_gr_jp_label-tiv {
  font-size: 0.688rem;
  color: #9B5CF6;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}.aio_gr_jp_label-tiv svg {
  margin-right: 4px;
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
  height: 0.875rem;
  vertical-align: -2px;
}.aio_gr_jp_amount-tiv {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #F0EDE6;
  line-height: 1;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
}
@media(min-width:768px) {.aio_gr_jp_amount-tiv {
  font-size: 2.5rem;
}
}.aio_gr_jp_amount-tiv span {
  color: #D4A833;
}.aio_gr_jp_seo-tiv {
  line-height: 1.5;
  max-width: 30rem;
  color: #948F85;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.aio_gr_jp_cta-tiv {
  transition: background .2s;
  border-radius: 10px;
  border: 1px solid rgba(196, 154, 56, 0.18);
  background: rgba(196, 154, 56, 0.18);
  padding: 11px 20px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 4px;
  position: relative;
  color: #F0EDE6;
  z-index: 1;
  align-self: flex-start;
  font-weight: 700;
  font-size: 0.813rem;
}.aio_gr_jp_cta-tiv:hover {
  background: #C49A38;
}.aio_ws-tiv {
  padding: 2rem 1rem 0;
  background: #0C1421;
}
@media(min-width: 766px) {.aio_ws-tiv {
  padding: 36px 24px 0;
}
}.aio_ws_in-tiv {
  margin: 0 auto;
  max-width: 82.5rem;
}.aio_ws_head-tiv {
  gap: 0.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}.aio_ws_title-tiv {
  gap: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
  color: #F0EDE6;
  font-family: 'Playfair Display', serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
}.aio_ws_title_ic-tiv svg {
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
  height: 18px;
  color: #D4A833;
}.aio_ws_online-tiv {
  gap: 7px;
  font-weight: 600;
  display: flex;
  color: #6A6660;
  align-items: center;
  font-size: 12px;
}.aio_ws_online_dot-tiv {
  background: #22C55E;
  border-radius: 50%;
  width: 0.5rem;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(34, 197, 94, 0.14);
  flex-shrink: 0;
}.aio_ws_scroll-tiv {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.aio_ws_scroll-tiv::-webkit-scrollbar {
  display: none;
}.aio_wc-tiv {
  border-radius: 10px;
  padding: 0.625rem 0.875rem;
  background: #0F1827;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.aio_wc_img-tiv {
  overflow: hidden;
  border-radius: 5px;
  background: #131D2E;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}.aio_wc_img-tiv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.aio_wc_info-tiv {
  min-width: 0;
}.aio_wc_game-tiv {
  overflow: hidden;
  color: #C5C1B8;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}.aio_wc_player-tiv {
  overflow: hidden;
  color: #4D4A45;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
}.aio_wc_amount-tiv {
  font-weight: 700;
  flex-shrink: 0;
  color: #22C55E;
  margin-left: auto;
  font-size: 0.813rem;
  white-space: nowrap;
}.aio_bon-tiv {
  padding: 36px 16px 0;
  background: #0C1421;
}
@media(min-width: 767px) {.aio_bon-tiv {
  padding: 44px 1.5rem 0;
}
}.aio_bon_in-tiv {
  margin: 0 auto;
  max-width: 1320px;
}.aio_bon_head-tiv {
  margin-bottom: 20px;
}.aio_bon_label-tiv {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #2BC96B;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.aio_bon_h2-tiv {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F0EDE6;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.aio_bon_h2-tiv {
  font-size: 1.5rem;
}
}.aio_bon_seo-tiv {
  line-height: 1.6;
  font-size: 13px;
  color: #6A6660;
  overflow-wrap: break-word;
  max-width: 620px;
}.aio_bon_seo-tiv strong {
  font-weight: 700;
  color: #C5C1B8;
}.aio_bon_seo-tiv a {
  color: #2BC96B;
  text-decoration: underline;
}.aio_bon_grid-tiv {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.aio_bon_grid-tiv {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.aio_bon_grid-tiv {
  grid-template-columns: repeat(5,1fr);
}
}.aio_bon_card-tiv {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0F1827;
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
}.aio_bon_card-tiv:hover {
  border-color: rgba(43, 201, 107, 0.07);
  transform: translateY(-2px);
}.aio_bon_card_ic-tiv svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.625rem;
  width: 1.625rem;
}.aio_bon_card_ic-tiv {
  margin-bottom: 0.625rem;
}.aio_bon_card_type-tiv {
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #6A6660;
}.aio_bon_card_amount-tiv {
  line-height: 1.1;
  color: #D4A833;
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
}.aio_bon_card_name-tiv {
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 8px;
  color: #F0EDE6;
}.aio_bon_card_detail-tiv {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  line-height: 1.5;
  font-size: 11px;
  color: #4D4A45;
  overflow-wrap: break-word;
}.aio_app-tiv {
  padding: 2.25rem 16px 0;
  background: #0C1421;
}
@media(min-width: 766px) {.aio_app-tiv {
  padding: 44px 1.5rem 0;
}
}.aio_app_in-tiv {
  margin: 0 auto;
  max-width: 82.5rem;
}.aio_app_head-tiv {
  margin-bottom: 1rem;
}.aio_app_label-tiv {
  color: #2BC96B;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
}.aio_app_h2-tiv {
  margin-bottom: 0.375rem;
  color: #F0EDE6;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 765px) {.aio_app_h2-tiv {
  font-size: 1.5rem;
}
}.aio_app_sub-tiv {
  max-width: 37.5rem;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6A6660;
}.aio_app_sub-tiv strong {
  font-weight: 700;
  color: #C5C1B8;
}.aio_app_cards-tiv {
  gap: 0.625rem;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.aio_app_cards-tiv {
  grid-template-columns: repeat(3,1fr);
}
}.aio_app_card-tiv {
  gap: 1rem;
  border-radius: 0.625rem;
  padding: 20px;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.aio_app_card_ios-tiv {
  background: linear-gradient(135deg,rgba(43, 201, 107, 0.16) 0%,#131D2E 100%);
}.aio_app_card_android-tiv {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.14) 0%,#131D2E 100%);
}.aio_app_card_win-tiv {
  background: linear-gradient(135deg,rgba(212, 168, 51, 0.16) 0%,#131D2E 100%);
}.aio_app_card_ic-tiv svg {
  height: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 34px;
}.aio_app_card_ic-tiv {
  flex-shrink: 0;
  color: #F0EDE6;
}.aio_app_card_os-tiv {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #6A6660;
}.aio_app_card_title-tiv {
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #F0EDE6;
  font-size: 15px;
  line-height: 1.2;
  overflow-wrap: break-word;
}.aio_app_card_text-tiv {
  margin-bottom: 0.875rem;
  color: #6A6660;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.aio_app_card_btn-tiv {
  transition: background .2s;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.625rem 1.125rem;
  gap: 0.438rem;
  border: 1px solid rgba(43, 201, 107, 0.42);
  align-items: center;
  font-weight: 700;
  font-size: 0.813rem;
  color: #F0EDE6;
  display: inline-flex;
}.aio_app_card_btn-tiv:hover {
  background: rgba(255, 255, 255, 0.07);
}.aio_prov-tiv {
  background: #0C1421;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.aio_prov-tiv {
  padding: 44px 24px 0;
}
}.aio_prov_in-tiv {
  margin: 0 auto;
  max-width: 1320px;
}.aio_prov_head-tiv {
  margin-bottom: 16px;
}.aio_prov_label-tiv {
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #2BC96B;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.aio_prov_h2-tiv {
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F0EDE6;
  font-weight: 800;
}
@media(min-width: 771px) {.aio_prov_h2-tiv {
  font-size: 1.5rem;
}
}.aio_prov_seo-tiv {
  color: #6A6660;
  font-size: 13px;
  max-width: 620px;
  margin-bottom: 1rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.aio_prov_seo-tiv strong {
  color: #C5C1B8;
  font-weight: 700;
}.aio_prov_seo-tiv a {
  text-decoration: underline;
  color: #2BC96B;
}.aio_prov_grid-tiv {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.aio_prov_grid-tiv {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.aio_prov_grid-tiv {
  grid-template-columns: repeat(8,1fr);
}
}.aio_prov_card-tiv {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  gap: 7px;
  transition: border-color .2s,background .2s;
  background: #0F1827;
  padding: 14px 0.625rem;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.aio_prov_card-tiv:hover {
  border-color: rgba(43, 201, 107, 0.42);
  background: #131D2E;
}.aio_prov_logo-tiv {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 44px;
  width: 44px;
}.aio_prov_logo-tiv img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.aio_prov_name-tiv {
  font-weight: 600;
  color: #948F85;
  text-align: center;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.aio_reg-tiv {
  background: #0C1421;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.aio_reg-tiv {
  padding: 44px 1.5rem 0;
}
}.aio_reg_in-tiv {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.75rem 1.5rem;
  background: #131D2E;
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width:768px) {.aio_reg_in-tiv {
  padding: 40px;
}
}.aio_reg_top-tiv {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.aio_reg_top-tiv {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.aio_reg_label-tiv {
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #2BC96B;
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.aio_reg_h2-tiv {
  font-family: 'Playfair Display', serif;
  color: #F0EDE6;
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.aio_reg_h2-tiv {
  font-size: 28px;
}
}.aio_reg_bonus-tiv {
  background: rgba(212, 168, 51, 0.16);
  border: 1px solid rgba(212, 168, 51, 0.16);
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  gap: 8px;
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.aio_reg_bonus_amount-tiv {
  font-size: 1.25rem;
  color: #D4A833;
  font-weight: 800;
}.aio_reg_bonus_text-tiv {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #948F85;
}.aio_reg_cta_btn-tiv {
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 14px 2rem;
  background: #22C55E;
  margin-bottom: 0.75rem;
  display: inline-block;
  font-weight: 700;
  color: #081019;
  font-size: 15px;
  box-shadow: 0 0.375rem 1.5rem rgba(34, 197, 94, 0.46);
}.aio_reg_cta_btn-tiv:hover {
  background: #16A34A;
}.aio_reg_terms-tiv {
  font-size: 0.688rem;
  color: #4D4A45;
  line-height: 1.5;
}.aio_reg_seo-tiv {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A6660;
  margin-top: 20px;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  padding-top: 20px;
}.aio_reg_seo-tiv p {
  color: #6A6660;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 10px;
}.aio_reg_seo-tiv p:last-child {
  margin-bottom: 0;
}.aio_reg_seo-tiv strong {
  font-weight: 700;
  color: #C5C1B8;
}.aio_reg_seo-tiv a {
  transition: color .2s;
  color: #2BC96B;
  text-decoration: underline;
}.aio_reg_seo-tiv a:hover {
  color: #3FD97C;
}.aio_reg_seo-tiv ul,.aio_reg_seo-tiv ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.aio_reg_seo-tiv ol {
  list-style: decimal;
}.aio_reg_seo-tiv li {
  color: #6A6660;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 4px;
}.aio_reg_seo-tiv table {
  margin-bottom: 10px;
  font-size: 13px;
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 770px) {.aio_reg_seo-tiv table {
  display: table;
}
}.aio_reg_seo-tiv th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C5C1B8;
  font-weight: 700;
}.aio_reg_seo-tiv td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #6A6660;
}.aio_reg_steps-tiv {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 861px) {.aio_reg_steps-tiv {
  margin-top: 0;
}
}.aio_reg_step-tiv {
  gap: 0.875rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.aio_reg_step_num-tiv {
  background: rgba(43, 201, 107, 0.16);
  border-radius: 50%;
  border: 1px solid rgba(43, 201, 107, 0.07);
  align-items: center;
  width: 34px;
  display: flex;
  color: #2BC96B;
  height: 2.125rem;
  flex-shrink: 0;
  font-weight: 800;
  justify-content: center;
  font-size: 0.875rem;
}.aio_reg_step_title-tiv {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F0EDE6;
}.aio_reg_step_text-tiv {
  color: #6A6660;
  font-size: 12px;
  line-height: 1.5;
}.aio_reg_trust-tiv {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}.aio_reg_trust_item-tiv {
  gap: 0.438rem;
  align-items: center;
  font-size: 12px;
  display: flex;
  color: #6A6660;
  overflow-wrap: break-word;
}.aio_reg_trust_ic-tiv svg {
  height: 16px;
  color: #2BC96B;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.aio_htp-tiv {
  padding: 2.25rem 1rem 0;
  background: #0C1421;
}
@media(min-width: 765px) {.aio_htp-tiv {
  padding: 2.75rem 1.5rem 0;
}
}.aio_htp_in-tiv {
  margin: 0 auto;
  max-width: 82.5rem;
}.aio_htp_head-tiv {
  max-width: 720px;
  margin-bottom: 22px;
}.aio_htp_label-tiv {
  color: #2BC96B;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
}.aio_htp_h2-tiv {
  overflow-wrap: break-word;
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-family: 'Playfair Display', serif;
  color: #F0EDE6;
  font-weight: 800;
}
@media(min-width: 769px) {.aio_htp_h2-tiv {
  font-size: 1.75rem;
}
}.aio_htp_intro-tiv {
  line-height: 1.6;
  color: #6A6660;
  font-size: 0.875rem;
}.aio_htp_steps-tiv {
  margin: 0;
  gap: 12px;
  list-style: none;
  padding: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.aio_htp_steps-tiv {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.aio_htp_steps-tiv {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.aio_htp_step-tiv {
  background: #131D2E;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  padding: 20px 1.125rem 1.125rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.aio_htp_step_num-tiv {
  background: #2BC96B;
  border-radius: 50%;
  font-size: 0.813rem;
  width: 28px;
  align-items: center;
  left: 20px;
  display: flex;
  justify-content: center;
  height: 28px;
  font-weight: 800;
  position: absolute;
  top: -12px;
  color: #081019;
  font-family: 'Playfair Display', serif;
}.aio_htp_step_ic-tiv {
  margin: 0.5rem 0 0.75rem;
  border-radius: 0.313rem;
  background: rgba(43, 201, 107, 0.16);
  color: #2BC96B;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 36px;
  height: 2.25rem;
}.aio_htp_step_ic-tiv svg {
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
}.aio_htp_step_h-tiv {
  margin-bottom: 0.375rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F0EDE6;
  font-weight: 700;
  font-size: 0.875rem;
}.aio_htp_step_p-tiv {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #6A6660;
}.aio_htp_step_p-tiv strong {
  color: #C5C1B8;
  font-weight: 600;
}.aio_htp_cta-tiv {
  border-radius: 10px;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  background: #22C55E;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
  color: #081019;
}.aio_htp_cta-tiv:hover {
  background: #16A34A;
}.aio_faq-tiv {
  padding: 36px 1rem 0;
  background: #0C1421;
}
@media(min-width: 770px) {.aio_faq-tiv {
  padding: 44px 24px 0;
}
}.aio_faq_in-tiv {
  margin: 0 auto;
  max-width: 1320px;
}.aio_faq_head-tiv {
  margin-bottom: 1.25rem;
}.aio_faq_label-tiv {
  font-weight: 700;
  color: #2BC96B;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}.aio_faq_h2-tiv {
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: #F0EDE6;
  font-weight: 800;
}
@media(min-width: 769px) {.aio_faq_h2-tiv {
  font-size: 1.5rem;
}
}.aio_faq_list-tiv {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.aio_faq_item-tiv {
  background: #131D2E;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
}.aio_faq_q-tiv {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 1.25rem;
  color: #C5C1B8;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  overflow-wrap: break-word;
  font-size: 14px;
}.aio_faq_q-tiv:hover {
  color: #F0EDE6;
}.aio_faq_q_ic-tiv {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: center;
  height: 24px;
  display: flex;
  font-size: 1rem;
  color: #2BC96B;
  width: 1.5rem;
  flex-shrink: 0;
}.aio_faq_item-tiv.aio_state_open-tiv .aio_faq_q_ic-tiv {
  transform: rotate(45deg);
}.aio_faq_a-tiv {
  padding: 0 20px 16px;
  color: #6A6660;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
}.aio_faq_item-tiv.aio_state_open-tiv .aio_faq_a-tiv {
  display: block;
}.aio_faq_a-tiv strong {
  color: #C5C1B8;
  font-weight: 700;
}.aio_faq_a-tiv a {
  color: #2BC96B;
  text-decoration: underline;
}.aio_faq_a-tiv ul,.aio_faq_a-tiv ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.aio_faq_a-tiv ol {
  list-style: decimal;
}.aio_faq_a-tiv li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.aio_faq_a-tiv table {
  margin: 0.5rem 0;
  display: block;
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 770px) {.aio_faq_a-tiv table {
  display: table;
}
}.aio_faq_a-tiv th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C5C1B8;
  text-align: left;
}.aio_faq_a-tiv td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #6A6660;
}.aio_seo-tiv {
  padding: 36px 16px 0;
  background: #0C1421;
}
@media(min-width:768px) {.aio_seo-tiv {
  padding: 2.75rem 1.5rem 0;
}
}.aio_seo_in-tiv {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 24px;
  border-radius: 16px;
  background: #131D2E;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.aio_seo_in-tiv {
  padding: 2.25rem 2.5rem;
}
}.aio_seo_label-tiv {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 11px;
  color: #2BC96B;
}.aio_seo_h2-tiv {
  margin-bottom: 14px;
  color: #F0EDE6;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.aio_seo_h2-tiv {
  font-size: 24px;
}
}.aio_seo_body-tiv {
  overflow-wrap: break-word;
  color: #948F85;
  line-height: 1.75;
  font-size: 14px;
}.aio_seo_body-tiv p {
  color: #948F85;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.aio_seo_body-tiv p:last-child {
  margin-bottom: 0;
}.aio_seo_body-tiv strong {
  color: #C5C1B8;
  font-weight: 700;
}.aio_seo_body-tiv a {
  transition: color .2s;
  color: #2BC96B;
  text-decoration: underline;
}.aio_seo_body-tiv a:hover {
  color: #3FD97C;
}.aio_seo_body-tiv ul,.aio_seo_body-tiv ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.aio_seo_body-tiv ol {
  list-style: decimal;
}.aio_seo_body-tiv li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #948F85;
}.aio_seo_body-tiv table {
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
}
@media(min-width: 769px) {.aio_seo_body-tiv table {
  display: table;
}
}.aio_seo_body-tiv th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C5C1B8;
}.aio_seo_body-tiv td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #948F85;
}.aio_seo_cols-tiv {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.aio_seo_cols-tiv {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.aio_seo_cols-tiv {
  grid-template-columns: repeat(3,1fr);
}
}.aio_seo_col_h-tiv {
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 13px;
  color: #C5C1B8;
  overflow-wrap: break-word;
}.aio_seo_col_p-tiv {
  font-size: 13px;
  color: #6A6660;
  overflow-wrap: break-word;
  line-height: 1.65;
}.aio_seo_stats-tiv {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.aio_seo_stat-tiv {
  border-radius: 0.625rem;
  flex: 1;
  border: 1px solid rgba(43, 201, 107, 0.16);
  background: rgba(43, 201, 107, 0.07);
  padding: 14px 1rem;
  min-width: 140px;
}.aio_seo_stat_val-tiv {
  margin-bottom: 0.25rem;
  color: #2BC96B;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
}.aio_seo_stat_lb-tiv {
  color: #6A6660;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.aio_seo-tiv {
  background: #0C1421;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.aio_seo-tiv {
  padding: 44px 1.5rem 0;
}
}.aio_seo_in-tiv {
  background: #131D2E;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 769px) {.aio_seo_in-tiv {
  padding: 2.25rem 2.5rem;
}
}.aio_seo_label-tiv {
  color: #2BC96B;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.aio_seo_h2-tiv {
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #F0EDE6;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.aio_seo_h2-tiv {
  font-size: 1.5rem;
}
}.aio_seo_body-tiv {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #948F85;
  overflow-wrap: break-word;
}.aio_seo_body-tiv p {
  line-height: 1.75;
  color: #948F85;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.aio_seo_body-tiv p:last-child {
  margin-bottom: 0;
}.aio_seo_body-tiv strong {
  font-weight: 700;
  color: #C5C1B8;
}.aio_seo_body-tiv a {
  transition: color .2s;
  text-decoration: underline;
  color: #2BC96B;
}.aio_seo_body-tiv a:hover {
  color: #3FD97C;
}.aio_seo_body-tiv ul,.aio_seo_body-tiv ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.aio_seo_body-tiv ol {
  list-style: decimal;
}.aio_seo_body-tiv li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  color: #948F85;
  line-height: 1.75;
}.aio_seo_body-tiv table {
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 770px) {.aio_seo_body-tiv table {
  display: table;
}
}.aio_seo_body-tiv th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C5C1B8;
  font-weight: 700;
  text-align: left;
}.aio_seo_body-tiv td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #948F85;
}.aio_seo_cols-tiv {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.aio_seo_cols-tiv {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.aio_seo_cols-tiv {
  grid-template-columns: repeat(3,1fr);
}
}.aio_seo_col_h-tiv {
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #C5C1B8;
}.aio_seo_col_p-tiv {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #6A6660;
  font-size: 0.813rem;
}.aio_seo_stats-tiv {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.aio_seo_stat-tiv {
  border: 1px solid rgba(43, 201, 107, 0.16);
  flex: 1;
  padding: 0.875rem 1rem;
  border-radius: 0.625rem;
  background: rgba(43, 201, 107, 0.07);
  min-width: 8.75rem;
}.aio_seo_stat_val-tiv {
  margin-bottom: 0.25rem;
  font-size: 20px;
  font-weight: 800;
  color: #2BC96B;
  overflow-wrap: break-word;
}.aio_seo_stat_lb-tiv {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6A6660;
}.aio_seo-tiv {
  background: #0C1421;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.aio_seo-tiv {
  padding: 44px 1.5rem 0;
}
}.aio_seo_in-tiv {
  margin: 0 auto;
  padding: 28px 24px;
  background: #131D2E;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.aio_seo_in-tiv {
  padding: 36px 40px;
}
}.aio_seo_label-tiv {
  color: #2BC96B;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.aio_seo_h2-tiv {
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: 800;
  color: #F0EDE6;
  line-height: 1.25;
}
@media(min-width: 769px) {.aio_seo_h2-tiv {
  font-size: 24px;
}
}.aio_seo_body-tiv {
  color: #948F85;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.aio_seo_body-tiv p {
  margin-bottom: 0.75rem;
  color: #948F85;
  font-size: 0.875rem;
  line-height: 1.75;
}.aio_seo_body-tiv p:last-child {
  margin-bottom: 0;
}.aio_seo_body-tiv strong {
  font-weight: 700;
  color: #C5C1B8;
}.aio_seo_body-tiv a {
  transition: color .2s;
  color: #2BC96B;
  text-decoration: underline;
}.aio_seo_body-tiv a:hover {
  color: #3FD97C;
}.aio_seo_body-tiv ul,.aio_seo_body-tiv ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.aio_seo_body-tiv ol {
  list-style: decimal;
}.aio_seo_body-tiv li {
  line-height: 1.75;
  font-size: 14px;
  color: #948F85;
  margin-bottom: 6px;
}.aio_seo_body-tiv table {
  border-collapse: collapse;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width: 767px) {.aio_seo_body-tiv table {
  display: table;
}
}.aio_seo_body-tiv th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  color: #C5C1B8;
  font-weight: 700;
}.aio_seo_body-tiv td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #948F85;
}.aio_seo_cols-tiv {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.aio_seo_cols-tiv {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.aio_seo_cols-tiv {
  grid-template-columns: repeat(3,1fr);
}
}.aio_seo_col_h-tiv {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #C5C1B8;
  font-size: 0.813rem;
  font-weight: 700;
}.aio_seo_col_p-tiv {
  color: #6A6660;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.aio_seo_stats-tiv {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.aio_seo_stat-tiv {
  border-radius: 10px;
  border: 1px solid rgba(43, 201, 107, 0.16);
  padding: 0.875rem 16px;
  flex: 1;
  background: rgba(43, 201, 107, 0.07);
  min-width: 140px;
}.aio_seo_stat_val-tiv {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  color: #2BC96B;
  font-size: 20px;
}.aio_seo_stat_lb-tiv {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6A6660;
}.aio_rv-tiv {
  background: #0C1421;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.aio_rv-tiv {
  padding: 44px 1.5rem 0;
}
}.aio_rv_in-tiv {
  margin: 0 auto;
  max-width: 1320px;
}.aio_rv_head-tiv {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.aio_rv_label-tiv {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #2BC96B;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
}.aio_rv_h2-tiv {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  color: #F0EDE6;
  font-size: 22px;
}
@media(min-width: 765px) {.aio_rv_h2-tiv {
  font-size: 28px;
}
}.aio_rv_stats-tiv {
  gap: 18px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  color: #6A6660;
  align-items: center;
}.aio_rv_stats_score-tiv {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.aio_rv_stats_score_val-tiv {
  color: #D4A833;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 800;
}.aio_rv_stats_score_max-tiv {
  font-size: 13px;
  color: #4D4A45;
}.aio_rv_stats_badge-tiv {
  gap: 4px;
  align-items: center;
  display: flex;
}.aio_rv_stats_badge-tiv svg {
  color: #D4A833;
  width: 14px;
  height: 0.875rem;
}.aio_rv_grid-tiv {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.aio_rv_grid-tiv {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.aio_rv_grid-tiv {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.aio_rv_card-tiv {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  border-radius: 10px;
  background: #131D2E;
  display: flex;
  flex-direction: column;
}.aio_rv_card_stars-tiv {
  gap: 2px;
  display: flex;
  color: #D4A833;
  margin-bottom: 0.625rem;
}.aio_rv_card_stars-tiv svg {
  width: 14px;
  height: 14px;
}.aio_rv_card_h-tiv {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  color: #F0EDE6;
  overflow-wrap: break-word;
}.aio_rv_card_body-tiv {
  flex: 1;
  color: #6A6660;
  font-size: 13px;
  margin-bottom: 0.875rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.aio_rv_card_body-tiv strong {
  color: #C5C1B8;
  font-weight: 600;
}.aio_rv_card_meta-tiv {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}.aio_rv_card_author-tiv {
  font-weight: 600;
  color: #C5C1B8;
  font-size: 12px;
}.aio_rv_card_date-tiv {
  font-size: 11px;
  color: #4D4A45;
}.aio_ft-tiv {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #070C16;
  margin-top: 3rem;
}.aio_ft_support-tiv {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 765px) {.aio_ft_support-tiv {
  padding: 1.75rem 24px;
}
}.aio_ft_support_in-tiv {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
}.aio_ft_support_main-tiv {
  gap: 1rem;
  flex: 1;
  align-items: center;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
}.aio_ft_support_ic-tiv {
  color: #2BC96B;
  flex-shrink: 0;
}.aio_ft_support_ic-tiv svg {
  width: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 30px;
}.aio_ft_support_text_title-tiv {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 3px;
  color: #F0EDE6;
  font-weight: 700;
}.aio_ft_support_text_sub-tiv {
  overflow-wrap: break-word;
  color: #6A6660;
  font-size: 12px;
}.aio_ft_support_btn-tiv {
  background: #2BC96B;
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.688rem 22px;
  color: #F0EDE6;
  font-size: 0.813rem;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}.aio_ft_support_btn-tiv:hover {
  background: #3FD97C;
}.aio_ft_support_contacts-tiv {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.aio_ft_support_contact-tiv {
  font-size: 12px;
  color: #4D4A45;
  line-height: 1.4;
}.aio_ft_support_contact-tiv strong {
  font-weight: 600;
  display: block;
  font-size: 11px;
  margin-bottom: 2px;
  color: #948F85;
}.aio_ft_main-tiv {
  padding: 32px 1rem 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.aio_ft_main-tiv {
  padding: 40px 1.5rem 2rem;
}
}.aio_ft_main_in-tiv {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 641px) {.aio_ft_main_in-tiv {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.aio_ft_main_in-tiv {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.aio_ft_col_logo-tiv {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.aio_ft_col_logo-tiv {
  grid-column: auto;
}
}.aio_ft_logo-tiv {
  gap: 9px;
  color: #F0EDE6;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  font-size: 16px;
  align-items: center;
  font-weight: 800;
}.aio_ft_logo_mark-tiv {
  border-radius: 5px;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.aio_ft_logo_mark-tiv img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.aio_ft_logo_sub-tiv {
  line-height: 1.55;
  font-size: 12px;
  color: #4D4A45;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}.aio_ft_col_title-tiv {
  color: #948F85;
  font-size: 12px;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
  font-weight: 700;
  text-transform: uppercase;
}.aio_ft_col_links-tiv {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.aio_ft_col_link-tiv {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #4D4A45;
}.aio_ft_col_link-tiv:hover {
  color: #C5C1B8;
}.aio_ft_apps-tiv {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.aio_ft_app_card-tiv {
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 5px;
  padding: 0.625rem 12px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.aio_ft_app_card-tiv:hover {
  border-color: rgba(43, 201, 107, 0.42);
}.aio_ft_app_card_ic-tiv svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 22px;
}.aio_ft_app_card_os-tiv {
  font-size: 10px;
  color: #4D4A45;
  font-weight: 600;
}.aio_ft_app_card_action-tiv {
  font-size: 12px;
  color: #C5C1B8;
  font-weight: 700;
}.aio_ft_bot-tiv {
  padding: 20px 16px;
}
@media(min-width: 767px) {.aio_ft_bot-tiv {
  padding: 1.25rem 1.5rem;
}
}.aio_ft_bot_in-tiv {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  max-width: 1320px;
  flex-wrap: wrap;
  display: flex;
}.aio_ft_socials-tiv {
  gap: 8px;
  display: flex;
}.aio_ft_soc-tiv {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  display: flex;
  color: #948F85;
  width: 36px;
  justify-content: center;
  height: 2.25rem;
  align-items: center;
}.aio_ft_soc-tiv svg {
  height: 1rem;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.aio_ft_soc-tiv:hover {
  background: rgba(255, 255, 255, 0.07);
}.aio_ft_legal-tiv {
  flex: 1;
  font-size: 11px;
  min-width: 12.5rem;
  line-height: 1.6;
  color: #7E7C74;
  overflow-wrap: break-word;
}.aio_ft_legal-tiv strong {
  font-weight: 700;
  color: #948F85;
}.aio_ft_legal-tiv a {
  color: #948F85;
  text-decoration: underline;
}.aio_ft_age-tiv {
  border-radius: 50%;
  border: 2px solid #7E7C74;
  color: #7E7C74;
  font-size: 11px;
  height: 2rem;
  flex-shrink: 0;
  justify-content: center;
  width: 32px;
  display: flex;
  margin-left: auto;
  align-items: center;
  font-weight: 800;
}