*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background-color: #060D1A;
  color: #B2CCC4;
  line-height: 1.6;
  min-height: 100vh;
  font-family: 'Outfit', sans-serif;
  -webkit-font-smoothing: antialiased;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.wno_layout_wci {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.wno_page_wci {
  display: flex;
  min-height: 100vh;
}.wno_main_wci {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media screen and (min-width: 1081px) {.wno_main_wci {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1076px) {.wno_main_wci {
  padding-bottom: 72px;
}
}.wno_gc_wci {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  background: #091422;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  width: 8.75rem;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 641px) {.wno_gc_wci {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.wno_gc_wci {
  width: 168px;
}
}.wno_gc_wci:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 201, 160, 0.07);
}.wno_gc_img_wci {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.wno_gc_img_wci img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.wno_gc_hover_wci {
  transition: opacity .2s;
  background: rgba(3, 8, 16, 0.72);
  inset: 0;
  justify-content: center;
  display: flex;
  position: absolute;
  align-items: center;
  opacity: 0;
}.wno_gc_wci:hover .wno_gc_hover_wci {
  opacity: 1;
}.wno_gc_hover_btn_wci {
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  background: #1EC9A0;
  font-size: 0.75rem;
  color: #EDF5F2;
  font-weight: 700;
}.wno_gc_info_wci {
  padding: 8px 0.625rem 10px;
}.wno_gc_name_wci {
  overflow: hidden;
  margin-bottom: 3px;
  white-space: nowrap;
  color: #B2CCC4;
  max-width: 100%;
  font-size: 12px;
  text-overflow: ellipsis;
  font-weight: 600;
}.wno_gc_prov_wci {
  color: #3E5852;
  font-size: 10px;
}.wno_gc_tag_wci {
  padding: 2px 7px;
  border-radius: 0.25rem;
  position: absolute;
  letter-spacing: .04em;
  text-transform: uppercase;
  top: 6px;
  font-weight: 700;
  z-index: 2;
  left: 6px;
  font-size: 9px;
}.wno_gc_tag_hot_wci {
  background: #E03A48;
  color: #fff;
}.wno_gc_tag_new_wci {
  background: #21C97A;
  color: #060D1A;
}.wno_gc_tag_jp_wci {
  background: #E8A020;
  color: #060D1A;
}.wno_gc_tag_ex_wci {
  background: #7340B8;
  color: #fff;
}.wno_gc_tag_live_wci {
  background: #E03A48;
  color: #fff;
}.wno_gr_wci {
  background: #060D1A;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.wno_gr_wci {
  padding: 2.25rem 1.5rem 0;
}
}.wno_gr_in_wci {
  margin: 0 auto;
  max-width: 1320px;
}.wno_gr_head_wci {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
}.wno_gr_head_l_wci {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  display: flex;
  align-items: center;
}.wno_gr_ic_wci {
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2rem;
  height: 32px;
}.wno_gr_ic_wci svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 16px;
}.wno_gr_title_wci {
  font-family: 'Cinzel', serif;
  color: #EDF5F2;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 1rem;
}
@media(min-width: 771px) {.wno_gr_title_wci {
  font-size: 1.125rem;
}
}.wno_gr_more_wci {
  transition: color .2s;
  gap: 5px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: #587870;
}.wno_gr_more_wci:hover {
  color: #1EC9A0;
}.wno_gr_more_wci svg {
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
}.wno_gr_arrows_wci {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.wno_gr_arr_wci {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  align-items: center;
  width: 1.875rem;
  color: #7A9E96;
  display: flex;
  justify-content: center;
  height: 1.875rem;
}.wno_gr_arr_wci:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EDF5F2;
}.wno_gr_arr_wci svg {
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
}.wno_gr_seo_h_wci {
  margin: 0 0 6px;
  color: #B2CCC4;
  max-width: 42.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
}
@media(min-width: 766px) {.wno_gr_seo_h_wci {
  font-size: 0.875rem;
}
}.wno_gr_seo_wci {
  font-size: 0.75rem;
  color: #587870;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 42.5rem;
  margin-bottom: 12px;
}.wno_gr_seo_wci strong {
  font-weight: 600;
  color: #B2CCC4;
}.wno_gr_scroll_wci {
  gap: 0.625rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 10px;
  overflow-x: auto;
}.wno_gr_scroll_wci::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.wno_gr_scroll_wci {
  gap: 0.75rem;
}
}.wno_tb_wci {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #060D1A;
  left: 0;
  position: fixed;
  height: 3.5rem;
  align-items: center;
  z-index: 80;
  right: 0;
  top: 0;
  display: flex;
}.wno_tb_in_wci {
  padding: 0 14px;
  gap: 0;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}.wno_tb_burger_wci {
  gap: 5px;
  border-radius: 10px;
  height: 2.375rem;
  align-items: center;
  flex-shrink: 0;
  width: 38px;
  margin-right: 8px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}.wno_tb_burger_wci:hover {
  background: rgba(255, 255, 255, 0.05);
}.wno_tb_burger_line_wci {
  background: #7A9E96;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width:1080px) {.wno_tb_burger_wci {
  display: none;
}
}.wno_tb_logo_wci {
  gap: 0.563rem;
  align-items: center;
  letter-spacing: -.01em;
  margin-right: 20px;
  font-weight: 800;
  display: flex;
  flex-shrink: 0;
  overflow-wrap: break-word;
  color: #EDF5F2;
  font-size: 18px;
}.wno_tb_logo_mark_wci {
  overflow: hidden;
  border-radius: 10px;
  align-items: center;
  height: 2rem;
  width: 2rem;
  justify-content: center;
  display: flex;
}.wno_tb_logo_mark_wci img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.wno_tb_nav_wci {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.wno_tb_nav_wci {
  display: flex;
}
}.wno_tb_tab_wci {
  border-radius: 10px;
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  font-size: 13px;
  white-space: nowrap;
  color: #7A9E96;
  font-weight: 600;
}.wno_tb_tab_wci:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDF5F2;
}.wno_tb_tab_wci.wno_state_active_wci {
  background: rgba(30, 201, 160, 0.16);
  color: #EDF5F2;
}.wno_tb_right_wci {
  gap: 0.5rem;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
}.wno_tb_login_wci {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  padding: 9px 1rem;
  color: #B2CCC4;
  font-size: 13px;
  font-weight: 600;
  display: none;
}.wno_tb_login_wci:hover {
  border-color: rgba(30, 201, 160, 0.38);
  color: #EDF5F2;
}
@media(min-width: 481px) {.wno_tb_login_wci {
  display: block;
}
}.wno_tb_reg_wci {
  transition: background .2s;
  background: #21C97A;
  border-radius: 0.625rem;
  padding: 0.563rem 1.125rem;
  font-size: 13px;
  font-weight: 700;
  color: #050D0A;
  white-space: nowrap;
}.wno_tb_reg_wci:hover {
  background: #2FDB8C;
}.wno_sb_wci {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #0C1828;
  transform: translateX(-100%);
  bottom: 0;
  left: 0;
  z-index: 70;
  top: 3.5rem;
  width: 220px;
  position: fixed;
  overflow-y: auto;
}.wno_sb_wci.wno_state_open_wci {
  transform: translateX(0);
}.wno_sb_wci::-webkit-scrollbar {
  width: 0.25rem;
}.wno_sb_wci::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1082px) {.wno_sb_wci {
  transform: translateX(0);
}
}.wno_sb_auth_wci {
  padding: 14px 12px 10px;
}.wno_sb_btn_reg_wci {
  transition: background .2s;
  border-radius: 0.625rem;
  background: #21C97A;
  padding: 11px;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  text-align: center;
  color: #050D0A;
}.wno_sb_btn_reg_wci:hover {
  background: #2FDB8C;
}.wno_sb_btn_login_wci {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px;
  border-radius: 0.625rem;
  display: block;
  font-weight: 600;
  font-size: 0.813rem;
  color: #B2CCC4;
  text-align: center;
}.wno_sb_btn_login_wci:hover {
  border-color: rgba(30, 201, 160, 0.38);
  color: #EDF5F2;
}.wno_sb_promo_wci {
  padding: 0.75rem 0.875rem;
  overflow: hidden;
  border: 1px solid rgba(30, 201, 160, 0.16);
  margin: 0 0.75rem 10px;
  background: linear-gradient(135deg,#0A1A30,#0C1828);
  border-radius: 10px;
  position: relative;
}.wno_sb_promo_wci::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(30, 201, 160, 0.16),transparent 70%);
  height: 5rem;
  width: 5rem;
  right: -20px;
  top: -20px;
  position: absolute;
  content: '';
}.wno_sb_promo_title_wci {
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
  font-size: 11px;
  text-transform: uppercase;
  color: #1EC9A0;
}.wno_sb_promo_text_wci {
  line-height: 1.35;
  font-weight: 600;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #EDF5F2;
}.wno_sb_promo_sub_wci {
  font-size: 10px;
  color: #587870;
  margin-top: 3px;
}.wno_sb_nav_wci {
  padding: 0.375rem 0.5rem 1rem;
}.wno_sb_nav_lb_wci {
  padding: 10px 0.5rem 0.375rem;
  color: #3E5852;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.wno_sb_link_wci {
  padding: 0.563rem 0.625rem;
  gap: 10px;
  transition: background .15s,color .15s;
  border-radius: 6px;
  display: flex;
  cursor: pointer;
  overflow-wrap: break-word;
  color: #7A9E96;
  font-size: 0.813rem;
  align-items: center;
  font-weight: 500;
}.wno_sb_link_wci:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDF5F2;
}.wno_sb_link_wci.wno_state_active_wci {
  background: rgba(30, 201, 160, 0.16);
  color: #EDF5F2;
}.wno_sb_ic_wci {
  border-radius: 6px;
  width: 1.875rem;
  height: 30px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}.wno_sb_ic_wci svg {
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wno_sb_ic_1_wci {
  background: rgba(30, 201, 160, 0.07);
  color: #1EC9A0;
}.wno_sb_ic_2_wci {
  background: rgba(33, 201, 122, 0.16);
  color: #21C97A;
}.wno_sb_ic_3_wci {
  background: rgba(232, 160, 32, 0.16);
  color: #E8A020;
}.wno_sb_ic_4_wci {
  background: rgba(115, 64, 184, 0.22);
  color: #7340B8;
}.wno_sb_ic_5_wci {
  background: rgba(30, 201, 160, 0.07);
  color: #E85580;
}.wno_sb_ic_6_wci {
  background: rgba(115, 64, 184, 0.22);
  color: #9C55D8;
}.wno_sb_badge_wci {
  padding: 2px 7px;
  border-radius: 0.375rem;
  background: #E8A020;
  font-size: 9px;
  font-weight: 700;
  margin-left: auto;
  color: #050D0A;
}.wno_sb_bot_wci {
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  display: flex;
}.wno_sb_lang_wci,.wno_sb_help_wci {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  flex: 1;
  gap: 6px;
  padding: 0.563rem 6px;
  font-size: 11px;
  color: #7A9E96;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}.wno_sb_lang_wci:hover,.wno_sb_help_wci:hover {
  border-color: rgba(30, 201, 160, 0.38);
  color: #EDF5F2;
}.wno_sb_lang_wci svg,.wno_sb_help_wci svg {
  height: 13px;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wno_sb_bd_wci {
  inset: 0;
  background: rgba(3, 8, 16, 0.72);
  position: fixed;
  display: none;
  z-index: 69;
}.wno_sb_bd_wci.wno_state_on_wci {
  display: block;
}
@media(min-width: 1079px) {.wno_sb_bd_wci {
  display: none!important;
}
}.wno_mob_nav_wci {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #0C1828;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  position: fixed;
  right: 0;
  z-index: 80;
  bottom: 0;
  left: 0;
}
@media(min-width: 1079px) {.wno_mob_nav_wci {
  display: none;
}
}.wno_mob_nav_item_wci {
  padding: 4px 2px;
  gap: 0.25rem;
  flex: 1;
  align-items: center;
  color: #3E5852;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.wno_mob_nav_ic_wci {
  line-height: 1;
}.wno_mob_nav_ic_wci svg {
  stroke-linecap: round;
  height: 20px;
  width: 1.25rem;
  stroke-linejoin: round;
}.wno_mob_nav_lb_wci {
  font-weight: 600;
  font-size: 10px;
  color: #3E5852;
}.wno_mob_nav_item_wci.wno_state_active_wci {
  color: #1EC9A0;
}.wno_mob_nav_item_wci.wno_state_active_wci .wno_mob_nav_lb_wci {
  color: #1EC9A0;
}.wno_hero_wci {
  background: #060D1A;
  padding: 1.25rem 16px 0;
}
@media(min-width: 771px) {.wno_hero_wci {
  padding: 24px 1.5rem 0;
}
}.wno_hero_in_wci {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 858px) {.wno_hero_in_wci {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.wno_hero_in_wci {
  grid-template-columns: 1fr 21.25rem;
}
}.wno_hero_promo_wci {
  overflow: hidden;
  border-radius: 1rem;
  background: #091422;
  align-items: stretch;
  min-height: 13.75rem;
  display: flex;
  position: relative;
}
@media(min-width: 770px) {.wno_hero_promo_wci {
  min-height: 17.5rem;
}
}.wno_hero_promo_bg_wci {
  background: linear-gradient(120deg,#0A1A30 0%,#060D1A 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.wno_hero_promo_bg_wci::after {
  inset: 0;
  background: linear-gradient(90deg,#060D1A 0%,rgba(3, 8, 16, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.wno_hero_promo_glow_wci {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(115, 64, 184, 0.22) 0%,transparent 65%);
  top: -2.5rem;
  right: 60px;
  position: absolute;
  height: 300px;
  pointer-events: none;
  width: 18.75rem;
}.wno_hero_promo_ct_wci {
  padding: 1.75rem 24px 28px 1.75rem;
  position: relative;
  justify-content: center;
  max-width: 30rem;
  z-index: 2;
  flex-direction: column;
  display: flex;
}
@media(min-width:768px) {.wno_hero_promo_ct_wci {
  padding: 40px 2rem;
}
}.wno_hero_badge_wci {
  border: 1px solid rgba(30, 201, 160, 0.07);
  border-radius: 1.25rem;
  padding: 5px 12px;
  background: rgba(30, 201, 160, 0.16);
  letter-spacing: .08em;
  color: #1EC9A0;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  display: inline-block;
}.wno_hero_h1_wci {
  color: #EDF5F2;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 10px;
  font-size: 1.625rem;
  overflow-wrap: break-word;
}.wno_hero_h1_wci em {
  color: #E8A020;
  font-style: normal;
}
@media(min-width: 765px) {.wno_hero_h1_wci {
  font-size: 2.25rem;
}
}.wno_hero_sub_wci {
  color: #7A9E96;
  font-size: 13px;
  margin-bottom: 1.25rem;
  line-height: 1.55;
}
@media(min-width: 767px) {.wno_hero_sub_wci {
  font-size: 0.875rem;
}
}.wno_hero_row_wci {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.wno_hero_cta_wci {
  padding: 13px 26px;
  transition: background .2s;
  background: #21C97A;
  border-radius: 0.625rem;
  color: #050D0A;
  box-shadow: 0 2px 0.875rem rgba(33, 201, 122, 0.48), 0 1px 3px rgba(3, 8, 16, 0.50);
  font-size: 14px;
  font-weight: 700;
}.wno_hero_cta_wci:hover {
  background: #2FDB8C;
}.wno_hero_terms_wci {
  font-size: 11px;
  color: #3E5852;
}.wno_hero_game_wci {
  background: #091422;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
}.wno_hero_game_badge_wci {
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(232, 160, 32, 0.16);
  background: rgba(232, 160, 32, 0.16);
  border-radius: 1.25rem;
  font-weight: 700;
  left: 0.75rem;
  letter-spacing: .06em;
  color: #E8A020;
  z-index: 3;
  top: 12px;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
}.wno_hero_game_badge_wci svg {
  height: 11px;
  margin-right: 4px;
  vertical-align: -1px;
  width: 0.688rem;
}.wno_hero_game_img_wci {
  overflow: hidden;
  background: linear-gradient(135deg,#0A1A30,#060D1A);
  position: relative;
  padding-bottom: 60%;
}.wno_hero_game_img_wci img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}.wno_hero_game_play_wci {
  background: rgba(3, 8, 16, 0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  display: flex;
}.wno_hero_game_wci:hover .wno_hero_game_play_wci {
  opacity: 1;
}.wno_hero_game_play_wci span {
  border-radius: 50%;
  background: #1EC9A0;
  width: 52px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 52px;
}.wno_hero_game_play_wci span svg {
  width: 18px;
  height: 1.125rem;
  margin-left: 2px;
}.wno_hero_game_info_wci {
  padding: 14px 1rem;
}.wno_hero_game_title_wci {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 15px;
  color: #EDF5F2;
}.wno_hero_game_provider_wci {
  color: #587870;
  font-size: 0.688rem;
}.wno_hero_game_btn_wci {
  padding: 11px;
  border-radius: 10px;
  background: #1EC9A0;
  margin: 0.75rem 1rem 16px;
  transition: background .2s;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #EDF5F2;
  font-size: 13px;
}.wno_hero_game_wci:hover .wno_hero_game_btn_wci {
  background: #2EDDB2;
}.wno_sbar_wci {
  background: #060D1A;
  padding: 1rem 1rem 0;
}
@media(min-width: 770px) {.wno_sbar_wci {
  padding: 1.125rem 24px 0;
}
}.wno_sbar_in_wci {
  margin: 0 auto;
  max-width: 82.5rem;
}.wno_sbar_row_wci {
  gap: 10px;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.wno_sbar_input_wci {
  gap: 0.625rem;
  transition: border-color .2s;
  flex: 1;
  border-radius: 10px;
  padding: 0.688rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #091422;
  align-items: center;
  display: flex;
  color: #587870;
  font-size: 13px;
  cursor: pointer;
}.wno_sbar_input_wci:hover {
  border-color: rgba(30, 201, 160, 0.38);
}.wno_sbar_input_wci svg {
  stroke-linejoin: round;
  height: 15px;
  stroke-linecap: round;
  flex-shrink: 0;
  width: 0.938rem;
}.wno_sbar_providers_wci {
  transition: border-color .2s;
  background: #091422;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.688rem 1.125rem;
  border-radius: 10px;
  gap: 0.5rem;
  align-items: center;
  display: flex;
  font-weight: 600;
  color: #B2CCC4;
  font-size: 13px;
  white-space: nowrap;
}.wno_sbar_providers_wci:hover {
  border-color: rgba(30, 201, 160, 0.38);
  color: #EDF5F2;
}.wno_sbar_providers_wci svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
  height: 0.875rem;
}.wno_sbar_tabs_wci {
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
}.wno_sbar_tabs_wci::-webkit-scrollbar {
  display: none;
}.wno_sbar_tab_wci {
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 14px;
  white-space: nowrap;
  font-weight: 600;
  align-items: center;
  font-size: 0.75rem;
  display: flex;
  color: #7A9E96;
  flex-shrink: 0;
  cursor: pointer;
}.wno_sbar_tab_wci:hover {
  border-color: rgba(30, 201, 160, 0.38);
  background: rgba(255, 255, 255, 0.07);
  color: #EDF5F2;
}.wno_sbar_tab_wci.wno_state_active_wci {
  background: rgba(30, 201, 160, 0.16);
  border-color: rgba(30, 201, 160, 0.07);
  color: #EDF5F2;
}.wno_sbar_tab_ic_wci svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wno_wy_wci {
  padding: 32px 1rem 0;
  background: #060D1A;
}
@media(min-width: 766px) {.wno_wy_wci {
  padding: 40px 1.5rem 0;
}
}.wno_wy_in_wci {
  margin: 0 auto;
  max-width: 82.5rem;
}.wno_wy_head_wci {
  margin-bottom: 18px;
  max-width: 45rem;
}.wno_wy_label_wci {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #1EC9A0;
  letter-spacing: .08em;
}.wno_wy_h2_wci {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #EDF5F2;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
@media(min-width: 770px) {.wno_wy_h2_wci {
  font-size: 24px;
}
}.wno_wy_intro_wci {
  margin: 0;
  color: #587870;
  font-size: 13px;
  line-height: 1.6;
}.wno_wy_grid_wci {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.wno_wy_grid_wci {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wno_wy_grid_wci {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wno_wy_card_wci {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  background: #0C1828;
  border-radius: 0.625rem;
}.wno_wy_card_wci:hover {
  transform: translateY(-2px);
  border-color: rgba(30, 201, 160, 0.07);
}.wno_wy_card_ic_wci {
  background: rgba(30, 201, 160, 0.16);
  border-radius: 50%;
  margin-bottom: 0.875rem;
  color: #1EC9A0;
  display: flex;
  height: 44px;
  align-items: center;
  width: 44px;
  justify-content: center;
}.wno_wy_card_ic_wci svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
  height: 22px;
}.wno_wy_card_h_wci {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #EDF5F2;
}.wno_wy_card_p_wci {
  color: #587870;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
}.wno_wy_card_p_wci strong {
  font-weight: 600;
  color: #B2CCC4;
}.wno_gcg_wci {
  background: #060D1A;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.wno_gcg_wci {
  padding: 44px 1.5rem 0;
}
}.wno_gcg_in_wci {
  margin: 0 auto;
  max-width: 82.5rem;
}.wno_gcg_head_wci {
  margin-bottom: 20px;
  max-width: 720px;
}.wno_gcg_label_wci {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #1EC9A0;
  font-weight: 700;
  margin-bottom: 8px;
}.wno_gcg_h2_wci {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EDF5F2;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.wno_gcg_h2_wci {
  font-size: 28px;
}
}.wno_gcg_intro_wci {
  color: #587870;
  font-size: 0.813rem;
  line-height: 1.6;
}.wno_gcg_grid_wci {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.wno_gcg_grid_wci {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.wno_gcg_grid_wci {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.wno_gcg_card_wci {
  border-radius: 1rem;
  padding: 20px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  position: relative;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: flex-end;
}.wno_gcg_card_wci:hover {
  border-color: rgba(30, 201, 160, 0.16);
  transform: translateY(-3px);
}.wno_gcg_card_bg_wci {
  inset: 0;
  z-index: 0;
  position: absolute;
}.wno_gcg_card_bg_wci::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.wno_gcg_card_ic_wci {
  border-radius: 0.375rem;
  background: rgba(0,0,0,.45);
  height: 2.5rem;
  display: flex;
  width: 2.5rem;
  justify-content: center;
  right: 1.125rem;
  align-items: center;
  z-index: 2;
  color: #EDF5F2;
  top: 18px;
  position: absolute;
}.wno_gcg_card_ic_wci svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
  height: 20px;
}.wno_gcg_card_ct_wci {
  position: relative;
  z-index: 1;
}.wno_gcg_card_h_wci {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  color: #EDF5F2;
  margin-bottom: 8px;
  font-weight: 800;
  line-height: 1.2;
}
@media(min-width: 769px) {.wno_gcg_card_h_wci {
  font-size: 1.25rem;
}
}.wno_gcg_card_p_wci {
  font-size: 12px;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
  line-height: 1.55;
}.wno_gcg_card_p_wci strong {
  color: #EDF5F2;
  font-weight: 600;
}.wno_gcg_card_cta_wci {
  gap: 0.25rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #1EC9A0;
  display: inline-flex;
  font-size: 0.75rem;
  align-items: center;
  font-weight: 700;
}.wno_gcg_card_cta_wci svg {
  width: 12px;
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
}.wno_gr_jp_wci {
  padding: 1.25rem;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg,#120A28 0%,#07051A 100%);
  position: relative;
}.wno_gr_jp_wci::before {
  background: radial-gradient(circle,rgba(115, 64, 184, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  width: 250px;
  left: -3.75rem;
  position: absolute;
  height: 250px;
  top: -60px;
}.wno_gr_jp_wci::after {
  background: radial-gradient(circle,rgba(232, 160, 32, 0.16) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  content: '';
  bottom: -40px;
  height: 200px;
  position: absolute;
  width: 12.5rem;
}.wno_gr_jp_head_wci {
  gap: 1rem;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}.wno_gr_jp_info_wci {
  flex: 1;
}.wno_gr_jp_label_wci {
  text-transform: uppercase;
  color: #9C55D8;
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.wno_gr_jp_label_wci svg {
  stroke-linejoin: round;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: -2px;
  stroke-linecap: round;
}.wno_gr_jp_amount_wci {
  font-weight: 800;
  line-height: 1;
  overflow-wrap: break-word;
  font-size: 2rem;
  color: #EDF5F2;
  margin-bottom: 0.25rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.wno_gr_jp_amount_wci {
  font-size: 40px;
}
}.wno_gr_jp_amount_wci span {
  color: #E8A020;
}.wno_gr_jp_seo_wci {
  max-width: 30rem;
  font-size: 12px;
  color: #7A9E96;
  line-height: 1.5;
  overflow-wrap: break-word;
}.wno_gr_jp_cta_wci {
  background: rgba(115, 64, 184, 0.22);
  transition: background .2s;
  border-radius: 10px;
  border: 1px solid rgba(115, 64, 184, 0.22);
  padding: 11px 20px;
  font-size: 0.813rem;
  font-weight: 700;
  z-index: 1;
  position: relative;
  align-self: flex-start;
  color: #EDF5F2;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 4px;
}.wno_gr_jp_cta_wci:hover {
  background: #7340B8;
}.wno_ws_wci {
  padding: 2rem 16px 0;
  background: #060D1A;
}
@media(min-width: 767px) {.wno_ws_wci {
  padding: 2.25rem 24px 0;
}
}.wno_ws_in_wci {
  margin: 0 auto;
  max-width: 82.5rem;
}.wno_ws_head_wci {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  justify-content: space-between;
}.wno_ws_title_wci {
  gap: 0.625rem;
  align-items: center;
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  flex-wrap: wrap;
  display: flex;
  overflow-wrap: break-word;
  color: #EDF5F2;
  font-weight: 700;
}.wno_ws_title_ic_wci svg {
  stroke-linejoin: round;
  height: 18px;
  width: 1.125rem;
  stroke-linecap: round;
  color: #E8A020;
}.wno_ws_online_wci {
  gap: 0.438rem;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #587870;
}.wno_ws_online_dot_wci {
  border-radius: 50%;
  background: #21C97A;
  width: 8px;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(33, 201, 122, 0.16);
}.wno_ws_scroll_wci {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
}.wno_ws_scroll_wci::-webkit-scrollbar {
  display: none;
}.wno_wc_wci {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  gap: 0.625rem;
  padding: 0.625rem 14px;
  background: #091422;
  min-width: 220px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.wno_wc_img_wci {
  border-radius: 6px;
  overflow: hidden;
  background: #0C1828;
  width: 2.25rem;
  height: 36px;
  flex-shrink: 0;
}.wno_wc_img_wci img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.wno_wc_info_wci {
  min-width: 0;
}.wno_wc_game_wci {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #B2CCC4;
  font-weight: 600;
}.wno_wc_player_wci {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #3E5852;
}.wno_wc_amount_wci {
  font-size: 0.813rem;
  font-weight: 700;
  color: #21C97A;
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
}.wno_bon_wci {
  background: #060D1A;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.wno_bon_wci {
  padding: 44px 24px 0;
}
}.wno_bon_in_wci {
  margin: 0 auto;
  max-width: 1320px;
}.wno_bon_head_wci {
  margin-bottom: 20px;
}.wno_bon_label_wci {
  letter-spacing: .08em;
  color: #1EC9A0;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}.wno_bon_h2_wci {
  color: #EDF5F2;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.wno_bon_h2_wci {
  font-size: 1.5rem;
}
}.wno_bon_seo_wci {
  font-size: 13px;
  line-height: 1.6;
  max-width: 620px;
  overflow-wrap: break-word;
  color: #587870;
}.wno_bon_seo_wci strong {
  color: #B2CCC4;
  font-weight: 700;
}.wno_bon_seo_wci a {
  text-decoration: underline;
  color: #1EC9A0;
}.wno_bon_grid_wci {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.wno_bon_grid_wci {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.wno_bon_grid_wci {
  grid-template-columns: repeat(5,1fr);
}
}.wno_bon_card_wci {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #091422;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border-radius: 10px;
}.wno_bon_card_wci:hover {
  transform: translateY(-2px);
  border-color: rgba(30, 201, 160, 0.07);
}.wno_bon_card_ic_wci svg {
  width: 1.625rem;
  stroke-linejoin: round;
  height: 26px;
  stroke-linecap: round;
}.wno_bon_card_ic_wci {
  margin-bottom: 0.625rem;
}.wno_bon_card_type_wci {
  margin-bottom: 6px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #587870;
  letter-spacing: .06em;
  font-weight: 700;
}.wno_bon_card_amount_wci {
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-size: 18px;
  font-weight: 800;
  color: #E8A020;
}.wno_bon_card_name_wci {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 13px;
  color: #EDF5F2;
  overflow-wrap: break-word;
}.wno_bon_card_detail_wci {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.5rem;
  line-height: 1.5;
  color: #3E5852;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.wno_prov_wci {
  padding: 36px 1rem 0;
  background: #060D1A;
}
@media(min-width: 771px) {.wno_prov_wci {
  padding: 44px 1.5rem 0;
}
}.wno_prov_in_wci {
  margin: 0 auto;
  max-width: 1320px;
}.wno_prov_head_wci {
  margin-bottom: 16px;
}.wno_prov_label_wci {
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #1EC9A0;
  text-transform: uppercase;
}.wno_prov_h2_wci {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #EDF5F2;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.wno_prov_h2_wci {
  font-size: 1.5rem;
}
}.wno_prov_seo_wci {
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  max-width: 620px;
  font-size: 13px;
  line-height: 1.6;
  color: #587870;
}.wno_prov_seo_wci strong {
  color: #B2CCC4;
  font-weight: 700;
}.wno_prov_seo_wci a {
  text-decoration: underline;
  color: #1EC9A0;
}.wno_prov_grid_wci {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.wno_prov_grid_wci {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.wno_prov_grid_wci {
  grid-template-columns: repeat(8,1fr);
}
}.wno_prov_card_wci {
  padding: 0.875rem 10px;
  gap: 7px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #091422;
  border-radius: 0.625rem;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.wno_prov_card_wci:hover {
  background: #0C1828;
  border-color: rgba(30, 201, 160, 0.38);
}.wno_prov_logo_wci {
  overflow: hidden;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  width: 44px;
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
}.wno_prov_logo_wci img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.wno_prov_name_wci {
  font-weight: 600;
  font-size: 0.688rem;
  text-align: center;
  overflow-wrap: break-word;
  color: #7A9E96;
}.wno_app_wci {
  padding: 2.25rem 16px 0;
  background: #060D1A;
}
@media(min-width:768px) {.wno_app_wci {
  padding: 2.75rem 1.5rem 0;
}
}.wno_app_in_wci {
  margin: 0 auto;
  max-width: 82.5rem;
}.wno_app_head_wci {
  margin-bottom: 1rem;
}.wno_app_label_wci {
  color: #1EC9A0;
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.wno_app_h2_wci {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #EDF5F2;
  margin-bottom: 6px;
}
@media(min-width: 769px) {.wno_app_h2_wci {
  font-size: 1.5rem;
}
}.wno_app_sub_wci {
  color: #587870;
  font-size: 0.813rem;
  max-width: 600px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.wno_app_sub_wci strong {
  color: #B2CCC4;
  font-weight: 700;
}.wno_app_cards_wci {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 641px) {.wno_app_cards_wci {
  grid-template-columns: repeat(3,1fr);
}
}.wno_app_card_wci {
  padding: 20px;
  gap: 16px;
  overflow: hidden;
  border-radius: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}.wno_app_card_ios_wci {
  background: linear-gradient(135deg,rgba(30, 201, 160, 0.16) 0%,#0C1828 100%);
}.wno_app_card_android_wci {
  background: linear-gradient(135deg,rgba(33, 201, 122, 0.16) 0%,#0C1828 100%);
}.wno_app_card_win_wci {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.16) 0%,#0C1828 100%);
}.wno_app_card_ic_wci svg {
  height: 34px;
  stroke-linecap: round;
  width: 2.125rem;
  stroke-linejoin: round;
}.wno_app_card_ic_wci {
  flex-shrink: 0;
  color: #EDF5F2;
}.wno_app_card_os_wci {
  font-weight: 700;
  text-transform: uppercase;
  color: #587870;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
}.wno_app_card_title_wci {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #EDF5F2;
  margin-bottom: 0.375rem;
}.wno_app_card_text_wci {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #587870;
}.wno_app_card_btn_wci {
  border-radius: 6px;
  padding: 0.625rem 1.125rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(30, 201, 160, 0.38);
  gap: 7px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.813rem;
  color: #EDF5F2;
}.wno_app_card_btn_wci:hover {
  background: rgba(255, 255, 255, 0.07);
}.wno_reg_wci {
  background: #060D1A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.wno_reg_wci {
  padding: 44px 1.5rem 0;
}
}.wno_reg_in_wci {
  margin: 0 auto;
  background: #0C1828;
  padding: 28px 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 1320px;
}
@media(min-width: 767px) {.wno_reg_in_wci {
  padding: 40px;
}
}.wno_reg_top_wci {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.wno_reg_top_wci {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.wno_reg_label_wci {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #1EC9A0;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
}.wno_reg_h2_wci {
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  margin-bottom: 12px;
  font-weight: 800;
  color: #EDF5F2;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.wno_reg_h2_wci {
  font-size: 28px;
}
}.wno_reg_bonus_wci {
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  gap: 0.5rem;
  border: 1px solid rgba(232, 160, 32, 0.16);
  background: rgba(232, 160, 32, 0.16);
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.wno_reg_bonus_amount_wci {
  font-size: 20px;
  color: #E8A020;
  font-weight: 800;
}.wno_reg_bonus_text_wci {
  font-size: 13px;
  color: #7A9E96;
  line-height: 1.35;
}.wno_reg_cta_btn_wci {
  transition: background .2s;
  padding: 14px 32px;
  border-radius: 0.625rem;
  background: #21C97A;
  font-size: 0.938rem;
  box-shadow: 0 2px 0.875rem rgba(33, 201, 122, 0.48), 0 1px 3px rgba(3, 8, 16, 0.50);
  font-weight: 700;
  display: inline-block;
  color: #050D0A;
  margin-bottom: 0.75rem;
}.wno_reg_cta_btn_wci:hover {
  background: #2FDB8C;
}.wno_reg_terms_wci {
  line-height: 1.5;
  color: #3E5852;
  font-size: 11px;
}.wno_reg_seo_wci {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  margin-top: 20px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #587870;
  font-size: 0.813rem;
}.wno_reg_seo_wci p {
  margin-bottom: 10px;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #587870;
}.wno_reg_seo_wci p:last-child {
  margin-bottom: 0;
}.wno_reg_seo_wci strong {
  font-weight: 700;
  color: #B2CCC4;
}.wno_reg_seo_wci a {
  transition: color .2s;
  text-decoration: underline;
  color: #1EC9A0;
}.wno_reg_seo_wci a:hover {
  color: #2EDDB2;
}.wno_reg_seo_wci ul,.wno_reg_seo_wci ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.wno_reg_seo_wci ol {
  list-style: decimal;
}.wno_reg_seo_wci li {
  line-height: 1.65;
  font-size: 13px;
  color: #587870;
  margin-bottom: 4px;
}.wno_reg_seo_wci table {
  display: block;
  font-size: 13px;
  overflow-x: auto;
  margin-bottom: 0.625rem;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 771px) {.wno_reg_seo_wci table {
  display: table;
}
}.wno_reg_seo_wci th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #B2CCC4;
  text-align: left;
}.wno_reg_seo_wci td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #587870;
}.wno_reg_steps_wci {
  gap: 14px;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 862px) {.wno_reg_steps_wci {
  margin-top: 0;
}
}.wno_reg_step_wci {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  padding: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.wno_reg_step_num_wci {
  border-radius: 50%;
  background: rgba(30, 201, 160, 0.16);
  border: 1px solid rgba(30, 201, 160, 0.07);
  flex-shrink: 0;
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  width: 34px;
  color: #1EC9A0;
  font-weight: 800;
  justify-content: center;
  height: 34px;
}.wno_reg_step_title_wci {
  color: #EDF5F2;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 0.875rem;
}.wno_reg_step_text_wci {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #587870;
}.wno_reg_trust_wci {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}.wno_reg_trust_item_wci {
  gap: 7px;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #587870;
  align-items: center;
  display: flex;
}.wno_reg_trust_ic_wci svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
  color: #1EC9A0;
}.wno_faq_wci {
  background: #060D1A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.wno_faq_wci {
  padding: 44px 1.5rem 0;
}
}.wno_faq_in_wci {
  margin: 0 auto;
  max-width: 1320px;
}.wno_faq_head_wci {
  margin-bottom: 1.25rem;
}.wno_faq_label_wci {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #1EC9A0;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.wno_faq_h2_wci {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #EDF5F2;
}
@media(min-width: 765px) {.wno_faq_h2_wci {
  font-size: 24px;
}
}.wno_faq_list_wci {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.wno_faq_item_wci {
  background: #0C1828;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  border-radius: 0.625rem;
}.wno_faq_q_wci {
  gap: 12px;
  transition: color .2s;
  padding: 1rem 20px;
  font-size: 0.875rem;
  cursor: pointer;
  color: #B2CCC4;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  justify-content: space-between;
}.wno_faq_q_wci:hover {
  color: #EDF5F2;
}.wno_faq_q_ic_wci {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  color: #1EC9A0;
  font-size: 16px;
  width: 24px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
}.wno_faq_item_wci.wno_state_open_wci .wno_faq_q_ic_wci {
  transform: rotate(45deg);
}.wno_faq_a_wci {
  padding: 0 1.25rem 1rem;
  display: none;
  color: #587870;
  line-height: 1.7;
  font-size: 13px;
  overflow-wrap: break-word;
}.wno_faq_item_wci.wno_state_open_wci .wno_faq_a_wci {
  display: block;
}.wno_faq_a_wci strong {
  color: #B2CCC4;
  font-weight: 700;
}.wno_faq_a_wci a {
  color: #1EC9A0;
  text-decoration: underline;
}.wno_faq_a_wci ul,.wno_faq_a_wci ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.wno_faq_a_wci ol {
  list-style: decimal;
}.wno_faq_a_wci li {
  margin-bottom: 4px;
  line-height: 1.6;
}.wno_faq_a_wci table {
  margin: 8px 0;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.75rem;
  width: 100%;
}
@media(min-width: 770px) {.wno_faq_a_wci table {
  display: table;
}
}.wno_faq_a_wci th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 0.5rem;
  font-weight: 700;
  color: #B2CCC4;
  text-align: left;
}.wno_faq_a_wci td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #587870;
}.wno_seo_wci {
  background: #060D1A;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.wno_seo_wci {
  padding: 44px 24px 0;
}
}.wno_seo_in_wci {
  background: #0C1828;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.wno_seo_in_wci {
  padding: 36px 40px;
}
}.wno_seo_label_wci {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #1EC9A0;
}.wno_seo_h2_wci {
  margin-bottom: 14px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  line-height: 1.25;
  color: #EDF5F2;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.wno_seo_h2_wci {
  font-size: 24px;
}
}.wno_seo_body_wci {
  color: #7A9E96;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.wno_seo_body_wci p {
  line-height: 1.75;
  font-size: 14px;
  color: #7A9E96;
  margin-bottom: 0.75rem;
}.wno_seo_body_wci p:last-child {
  margin-bottom: 0;
}.wno_seo_body_wci strong {
  color: #B2CCC4;
  font-weight: 700;
}.wno_seo_body_wci a {
  transition: color .2s;
  text-decoration: underline;
  color: #1EC9A0;
}.wno_seo_body_wci a:hover {
  color: #2EDDB2;
}.wno_seo_body_wci ul,.wno_seo_body_wci ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.wno_seo_body_wci ol {
  list-style: decimal;
}.wno_seo_body_wci li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #7A9E96;
}.wno_seo_body_wci table {
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 771px) {.wno_seo_body_wci table {
  display: table;
}
}.wno_seo_body_wci th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #B2CCC4;
  font-weight: 700;
  text-align: left;
}.wno_seo_body_wci td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A9E96;
}.wno_seo_cols_wci {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.wno_seo_cols_wci {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.wno_seo_cols_wci {
  grid-template-columns: repeat(3,1fr);
}
}.wno_seo_col_h_wci {
  overflow-wrap: break-word;
  color: #B2CCC4;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.wno_seo_col_p_wci {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #587870;
  font-size: 0.813rem;
}.wno_seo_stats_wci {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.wno_seo_stat_wci {
  background: rgba(30, 201, 160, 0.07);
  padding: 14px 16px;
  border: 1px solid rgba(30, 201, 160, 0.16);
  border-radius: 0.625rem;
  flex: 1;
  min-width: 8.75rem;
}.wno_seo_stat_val_wci {
  overflow-wrap: break-word;
  color: #1EC9A0;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 1.25rem;
}.wno_seo_stat_lb_wci {
  color: #587870;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.wno_pmt_wci {
  background: #060D1A;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.wno_pmt_wci {
  padding: 2.75rem 24px 0;
}
}.wno_pmt_in_wci {
  margin: 0 auto;
  max-width: 1320px;
}.wno_pmt_head_wci {
  margin-bottom: 22px;
  max-width: 45rem;
}.wno_pmt_label_wci {
  letter-spacing: .08em;
  color: #1EC9A0;
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
}.wno_pmt_h2_wci {
  color: #EDF5F2;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  font-size: 22px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width:768px) {.wno_pmt_h2_wci {
  font-size: 28px;
}
}.wno_pmt_intro_wci {
  overflow-wrap: break-word;
  color: #587870;
  line-height: 1.6;
  font-size: 0.875rem;
}.wno_pmt_groups_wci {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.wno_pmt_group_wci {
  padding: 1.25rem;
  background: #0C1828;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
}.wno_pmt_group_head_wci {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.wno_pmt_group_ic_wci {
  background: rgba(30, 201, 160, 0.16);
  border-radius: 6px;
  width: 36px;
  color: #1EC9A0;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 2.25rem;
}.wno_pmt_group_ic_wci svg {
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.wno_pmt_group_h_wci {
  margin: 0;
  font-size: 16px;
  color: #EDF5F2;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 700;
}.wno_pmt_group_p_wci {
  font-size: 13px;
  margin-bottom: 14px;
  color: #587870;
  line-height: 1.6;
  overflow-wrap: break-word;
}.wno_pmt_group_p_wci strong {
  color: #B2CCC4;
  font-weight: 600;
}.wno_pmt_table_wrap_wci {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.wno_pmt_table_wci {
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  min-width: 33.75rem;
}.wno_pmt_table_wci th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.688rem;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: left;
  text-transform: uppercase;
  color: #B2CCC4;
}.wno_pmt_table_wci td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #587870;
}.wno_pmt_table_wci tbody tr:last-child td {
  border-bottom: none;
}.wno_pmt_table_wci tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #B2CCC4;
}.wno_seo_wci {
  padding: 2.25rem 16px 0;
  background: #060D1A;
}
@media(min-width: 770px) {.wno_seo_wci {
  padding: 44px 1.5rem 0;
}
}.wno_seo_in_wci {
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0C1828;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.wno_seo_in_wci {
  padding: 36px 40px;
}
}.wno_seo_label_wci {
  margin-bottom: 0.625rem;
  color: #1EC9A0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.wno_seo_h2_wci {
  font-family: 'Cinzel', serif;
  color: #EDF5F2;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 1.25;
}
@media(min-width: 765px) {.wno_seo_h2_wci {
  font-size: 1.5rem;
}
}.wno_seo_body_wci {
  color: #7A9E96;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.wno_seo_body_wci p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #7A9E96;
  font-size: 0.875rem;
}.wno_seo_body_wci p:last-child {
  margin-bottom: 0;
}.wno_seo_body_wci strong {
  color: #B2CCC4;
  font-weight: 700;
}.wno_seo_body_wci a {
  transition: color .2s;
  text-decoration: underline;
  color: #1EC9A0;
}.wno_seo_body_wci a:hover {
  color: #2EDDB2;
}.wno_seo_body_wci ul,.wno_seo_body_wci ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.wno_seo_body_wci ol {
  list-style: decimal;
}.wno_seo_body_wci li {
  line-height: 1.75;
  font-size: 14px;
  color: #7A9E96;
  margin-bottom: 6px;
}.wno_seo_body_wci table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.wno_seo_body_wci table {
  display: table;
}
}.wno_seo_body_wci th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #B2CCC4;
  font-weight: 700;
}.wno_seo_body_wci td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #7A9E96;
}.wno_seo_cols_wci {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.wno_seo_cols_wci {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.wno_seo_cols_wci {
  grid-template-columns: repeat(3,1fr);
}
}.wno_seo_col_h_wci {
  color: #B2CCC4;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
}.wno_seo_col_p_wci {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #587870;
}.wno_seo_stats_wci {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.wno_seo_stat_wci {
  border: 1px solid rgba(30, 201, 160, 0.16);
  background: rgba(30, 201, 160, 0.07);
  padding: 0.875rem 1rem;
  border-radius: 0.625rem;
  flex: 1;
  min-width: 140px;
}.wno_seo_stat_val_wci {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #1EC9A0;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}.wno_seo_stat_lb_wci {
  color: #587870;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.wno_seo_wci {
  background: #060D1A;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.wno_seo_wci {
  padding: 44px 1.5rem 0;
}
}.wno_seo_in_wci {
  border-radius: 16px;
  background: #0C1828;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.wno_seo_in_wci {
  padding: 2.25rem 40px;
}
}.wno_seo_label_wci {
  color: #1EC9A0;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}.wno_seo_h2_wci {
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #EDF5F2;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.wno_seo_h2_wci {
  font-size: 1.5rem;
}
}.wno_seo_body_wci {
  color: #7A9E96;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.wno_seo_body_wci p {
  margin-bottom: 12px;
  color: #7A9E96;
  font-size: 14px;
  line-height: 1.75;
}.wno_seo_body_wci p:last-child {
  margin-bottom: 0;
}.wno_seo_body_wci strong {
  font-weight: 700;
  color: #B2CCC4;
}.wno_seo_body_wci a {
  transition: color .2s;
  text-decoration: underline;
  color: #1EC9A0;
}.wno_seo_body_wci a:hover {
  color: #2EDDB2;
}.wno_seo_body_wci ul,.wno_seo_body_wci ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.wno_seo_body_wci ol {
  list-style: decimal;
}.wno_seo_body_wci li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #7A9E96;
  margin-bottom: 0.375rem;
}.wno_seo_body_wci table {
  border-collapse: collapse;
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width:768px) {.wno_seo_body_wci table {
  display: table;
}
}.wno_seo_body_wci th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #B2CCC4;
  text-align: left;
}.wno_seo_body_wci td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A9E96;
}.wno_seo_cols_wci {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.wno_seo_cols_wci {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.wno_seo_cols_wci {
  grid-template-columns: repeat(3,1fr);
}
}.wno_seo_col_h_wci {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #B2CCC4;
  font-size: 0.813rem;
  font-weight: 700;
}.wno_seo_col_p_wci {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #587870;
  line-height: 1.65;
}.wno_seo_stats_wci {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.wno_seo_stat_wci {
  border: 1px solid rgba(30, 201, 160, 0.16);
  background: rgba(30, 201, 160, 0.07);
  border-radius: 10px;
  padding: 0.875rem 16px;
  flex: 1;
  min-width: 140px;
}.wno_seo_stat_val_wci {
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #1EC9A0;
}.wno_seo_stat_lb_wci {
  overflow-wrap: break-word;
  color: #587870;
  font-size: 0.688rem;
}.wno_rv_wci {
  background: #060D1A;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.wno_rv_wci {
  padding: 2.75rem 24px 0;
}
}.wno_rv_in_wci {
  margin: 0 auto;
  max-width: 82.5rem;
}.wno_rv_head_wci {
  margin-bottom: 20px;
  max-width: 720px;
}.wno_rv_label_wci {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1EC9A0;
}.wno_rv_h2_wci {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  color: #EDF5F2;
  margin-bottom: 0.625rem;
}
@media(min-width: 765px) {.wno_rv_h2_wci {
  font-size: 1.75rem;
}
}.wno_rv_stats_wci {
  gap: 18px;
  align-items: center;
  font-size: 13px;
  flex-wrap: wrap;
  color: #587870;
  display: flex;
}.wno_rv_stats_score_wci {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.wno_rv_stats_score_val_wci {
  color: #E8A020;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Cinzel', serif;
}.wno_rv_stats_score_max_wci {
  font-size: 0.813rem;
  color: #3E5852;
}.wno_rv_stats_badge_wci {
  gap: 4px;
  display: flex;
  align-items: center;
}.wno_rv_stats_badge_wci svg {
  height: 0.875rem;
  width: 14px;
  color: #E8A020;
}.wno_rv_grid_wci {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.wno_rv_grid_wci {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wno_rv_grid_wci {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.wno_rv_card_wci {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0C1828;
  border-radius: 0.625rem;
  padding: 20px;
  display: flex;
  flex-direction: column;
}.wno_rv_card_stars_wci {
  gap: 2px;
  color: #E8A020;
  margin-bottom: 0.625rem;
  display: flex;
}.wno_rv_card_stars_wci svg {
  width: 14px;
  height: 14px;
}.wno_rv_card_h_wci {
  line-height: 1.3;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #EDF5F2;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.wno_rv_card_body_wci {
  flex: 1;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #587870;
}.wno_rv_card_body_wci strong {
  font-weight: 600;
  color: #B2CCC4;
}.wno_rv_card_meta_wci {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.75rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}.wno_rv_card_author_wci {
  font-weight: 600;
  color: #B2CCC4;
  font-size: 0.75rem;
}.wno_rv_card_date_wci {
  font-size: 0.688rem;
  color: #3E5852;
}.wno_ft_wci {
  background: #030810;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.wno_ft_support_wci {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 769px) {.wno_ft_support_wci {
  padding: 1.75rem 1.5rem;
}
}.wno_ft_support_in_wci {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
}.wno_ft_support_main_wci {
  gap: 1rem;
  flex: 1;
  display: flex;
  min-width: 13.75rem;
  flex-wrap: wrap;
  align-items: center;
}.wno_ft_support_ic_wci {
  flex-shrink: 0;
  color: #1EC9A0;
}.wno_ft_support_ic_wci svg {
  height: 30px;
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
}.wno_ft_support_text_title_wci {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #EDF5F2;
}.wno_ft_support_text_sub_wci {
  overflow-wrap: break-word;
  color: #587870;
  font-size: 12px;
}.wno_ft_support_btn_wci {
  padding: 11px 1.375rem;
  border-radius: 0.625rem;
  background: #1EC9A0;
  transition: background .2s;
  white-space: nowrap;
  color: #EDF5F2;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
}.wno_ft_support_btn_wci:hover {
  background: #2EDDB2;
}.wno_ft_support_contacts_wci {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.wno_ft_support_contact_wci {
  font-size: 0.75rem;
  color: #3E5852;
  line-height: 1.4;
}.wno_ft_support_contact_wci strong {
  color: #7A9E96;
  display: block;
  font-size: 11px;
  margin-bottom: 2px;
  font-weight: 600;
}.wno_ft_main_wci {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 770px) {.wno_ft_main_wci {
  padding: 40px 24px 2rem;
}
}.wno_ft_main_in_wci {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width:640px) {.wno_ft_main_in_wci {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.wno_ft_main_in_wci {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.wno_ft_col_logo_wci {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.wno_ft_col_logo_wci {
  grid-column: auto;
}
}.wno_ft_logo_wci {
  gap: 9px;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-size: 1rem;
  align-items: center;
  color: #EDF5F2;
  flex-wrap: wrap;
  display: flex;
  font-weight: 800;
}.wno_ft_logo_mark_wci {
  overflow: hidden;
  border-radius: 0.375rem;
  height: 1.875rem;
  width: 30px;
}.wno_ft_logo_mark_wci img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.wno_ft_logo_sub_wci {
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 200px;
  font-size: 0.75rem;
  color: #3E5852;
}.wno_ft_col_title_wci {
  color: #7A9E96;
  margin-bottom: 14px;
  letter-spacing: .07em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
}.wno_ft_col_links_wci {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.wno_ft_col_link_wci {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #3E5852;
}.wno_ft_col_link_wci:hover {
  color: #B2CCC4;
}.wno_ft_apps_wci {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.wno_ft_app_card_wci {
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  border-radius: 0.375rem;
  padding: 0.625rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.wno_ft_app_card_wci:hover {
  border-color: rgba(30, 201, 160, 0.38);
}.wno_ft_app_card_ic_wci svg {
  stroke-linejoin: round;
  width: 22px;
  height: 22px;
  stroke-linecap: round;
}.wno_ft_app_card_os_wci {
  color: #3E5852;
  font-size: 0.625rem;
  font-weight: 600;
}.wno_ft_app_card_action_wci {
  font-size: 12px;
  font-weight: 700;
  color: #B2CCC4;
}.wno_ft_bot_wci {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.wno_ft_bot_wci {
  padding: 1.25rem 24px;
}
}.wno_ft_bot_in_wci {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
}.wno_ft_socials_wci {
  gap: 8px;
  display: flex;
}.wno_ft_soc_wci {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #7A9E96;
  height: 2.25rem;
  width: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}.wno_ft_soc_wci svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
}.wno_ft_soc_wci:hover {
  background: rgba(255, 255, 255, 0.07);
}.wno_ft_legal_wci {
  flex: 1;
  min-width: 200px;
  font-size: 11px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #6A8E86;
}.wno_ft_legal_wci strong {
  font-weight: 700;
  color: #7A9E96;
}.wno_ft_legal_wci a {
  color: #7A9E96;
  text-decoration: underline;
}.wno_ft_age_wci {
  border: 2px solid #6A8E86;
  border-radius: 50%;
  font-size: 0.688rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  font-weight: 800;
  color: #6A8E86;
  align-items: center;
  width: 2rem;
  height: 32px;
  margin-left: auto;
}