html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0D1A26;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  color: #C2D6EE;
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
}.oed-layout_ndh {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.oed-page_ndh {
  display: flex;
  min-height: 100vh;
}.oed-main_ndh {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1082px) {.oed-main_ndh {
  padding-left: 220px;
}
}
@media (max-width: 1078px) {.oed-main_ndh {
  padding-bottom: 72px;
}
}.oed-gc_ndh {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #111F30;
  border-radius: 12px;
  width: 140px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 639px) {.oed-gc_ndh {
  width: 156px;
}
}
@media(min-width: 1082px) {.oed-gc_ndh {
  width: 10.5rem;
}
}.oed-gc_ndh:hover {
  transform: translateY(-3px);
  border-color: rgba(58, 186, 232, 0.08);
}.oed-gc_img_ndh {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.oed-gc_img_ndh img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.oed-gc_hover_ndh {
  inset: 0;
  transition: opacity .2s;
  background: rgba(7, 14, 24, 0.72);
  justify-content: center;
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
}.oed-gc_ndh:hover .oed-gc_hover_ndh {
  opacity: 1;
}.oed-gc_hover_btn_ndh {
  background: #3ABAE8;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.75rem;
  color: #EEF5FF;
  font-weight: 700;
}.oed-gc_info_ndh {
  padding: 8px 0.625rem 10px;
}.oed-gc_name_ndh {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 3px;
  font-size: 12px;
  white-space: nowrap;
  color: #C2D6EE;
}.oed-gc_prov_ndh {
  color: #3E5870;
  font-size: 10px;
}.oed-gc_tag_ndh {
  padding: 2px 7px;
  border-radius: 4px;
  left: 6px;
  font-weight: 700;
  top: 0.375rem;
  z-index: 2;
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: .04em;
}.oed-gc_tag_hot_ndh {
  background: #E83848;
  color: #fff;
}.oed-gc_tag_new_ndh {
  background: #26C87E;
  color: #0D1A26;
}.oed-gc_tag_jp_ndh {
  background: #F5B830;
  color: #0D1A26;
}.oed-gc_tag_ex_ndh {
  background: #E8639C;
  color: #fff;
}.oed-gc_tag_live_ndh {
  background: #E83848;
  color: #fff;
}.oed-gr_ndh {
  padding: 2rem 1rem 0;
  background: #0D1A26;
}
@media(min-width: 771px) {.oed-gr_ndh {
  padding: 2.25rem 1.5rem 0;
}
}.oed-gr_in_ndh {
  margin: 0 auto;
  max-width: 1320px;
}.oed-gr_head_ndh {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}.oed-gr_head_l_ndh {
  gap: 10px;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.oed-gr_ic_ndh {
  border-radius: 12px;
  width: 2rem;
  flex-shrink: 0;
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
}.oed-gr_ic_ndh svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.oed-gr_title_ndh {
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 700;
  color: #EEF5FF;
  font-size: 16px;
}
@media(min-width: 769px) {.oed-gr_title_ndh {
  font-size: 18px;
}
}.oed-gr_more_ndh {
  transition: color .2s;
  gap: 5px;
  color: #5A7898;
  font-size: 12px;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
}.oed-gr_more_ndh:hover {
  color: #3ABAE8;
}.oed-gr_more_ndh svg {
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
}.oed-gr_arrows_ndh {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.oed-gr_arr_ndh {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .15s,color .15s;
  height: 30px;
  width: 1.875rem;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #86A8C8;
}.oed-gr_arr_ndh:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EEF5FF;
}.oed-gr_arr_ndh svg {
  height: 13px;
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.oed-gr_seo_h_ndh {
  margin: 0 0 0.375rem;
  font-weight: 700;
  color: #C2D6EE;
  max-width: 680px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 771px) {.oed-gr_seo_h_ndh {
  font-size: 0.875rem;
}
}.oed-gr_seo_ndh {
  font-size: 12px;
  margin-bottom: 0.75rem;
  line-height: 1.55;
  max-width: 42.5rem;
  color: #5A7898;
  overflow-wrap: break-word;
}.oed-gr_seo_ndh strong {
  font-weight: 600;
  color: #C2D6EE;
}.oed-gr_scroll_ndh {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  display: flex;
  padding-bottom: 10px;
  scrollbar-width: none;
}.oed-gr_scroll_ndh::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.oed-gr_scroll_ndh {
  gap: 0.75rem;
}
}.oed-tb_ndh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D1A26;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  position: fixed;
  height: 56px;
  display: flex;
  align-items: center;
}.oed-tb_in_ndh {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  height: 100%;
  display: flex;
  width: 100%;
}.oed-tb_burger_ndh {
  gap: 0.313rem;
  border-radius: 12px;
  display: flex;
  margin-right: 8px;
  flex-direction: column;
  justify-content: center;
  height: 38px;
  width: 2.375rem;
  flex-shrink: 0;
  align-items: center;
}.oed-tb_burger_ndh:hover {
  background: rgba(255, 255, 255, 0.05);
}.oed-tb_burger_line_ndh {
  background: #86A8C8;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1079px) {.oed-tb_burger_ndh {
  display: none;
}
}.oed-tb_logo_ndh {
  gap: 9px;
  font-size: 18px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EEF5FF;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
}.oed-tb_logo_mark_ndh {
  overflow: hidden;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  width: 2rem;
  height: 32px;
  justify-content: center;
}.oed-tb_logo_mark_ndh img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.oed-tb_nav_ndh {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.oed-tb_nav_ndh {
  display: flex;
}
}.oed-tb_tab_ndh {
  border-radius: 0.75rem;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  color: #86A8C8;
  font-size: 13px;
}.oed-tb_tab_ndh:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF5FF;
}.oed-tb_tab_ndh.oed-state_active_ndh {
  background: rgba(58, 186, 232, 0.18);
  color: #EEF5FF;
}.oed-tb_right_ndh {
  gap: 8px;
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}.oed-tb_login_ndh {
  transition: border-color .2s,color .2s;
  padding: 0.563rem 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #C2D6EE;
  display: none;
}.oed-tb_login_ndh:hover {
  border-color: rgba(58, 186, 232, 0.45);
  color: #EEF5FF;
}
@media(min-width:480px) {.oed-tb_login_ndh {
  display: block;
}
}.oed-tb_reg_ndh {
  background: #26C87E;
  transition: background .2s;
  border-radius: 0.75rem;
  padding: 0.563rem 1.125rem;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
  color: #081018;
}.oed-tb_reg_ndh:hover {
  background: #36DA90;
}.oed-sb_ndh {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #162840;
  bottom: 0;
  top: 3.5rem;
  width: 220px;
  position: fixed;
  z-index: 70;
  left: 0;
  overflow-y: auto;
}.oed-sb_ndh.oed-state_open_ndh {
  transform: translateX(0);
}.oed-sb_ndh::-webkit-scrollbar {
  width: 4px;
}.oed-sb_ndh::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.oed-sb_ndh {
  transform: translateX(0);
}
}.oed-sb_auth_ndh {
  padding: 0.875rem 0.75rem 10px;
}.oed-sb_btn_reg_ndh {
  background: #26C87E;
  padding: 11px;
  transition: background .2s;
  border-radius: 12px;
  display: block;
  text-align: center;
  color: #081018;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 13px;
}.oed-sb_btn_reg_ndh:hover {
  background: #36DA90;
}.oed-sb_btn_login_ndh {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px;
  border-radius: 12px;
  text-align: center;
  display: block;
  font-size: 13px;
  color: #C2D6EE;
  font-weight: 600;
}.oed-sb_btn_login_ndh:hover {
  border-color: rgba(58, 186, 232, 0.45);
  color: #EEF5FF;
}.oed-sb_promo_ndh {
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(58, 186, 232, 0.18);
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#0A2440,#162840);
  overflow: hidden;
  position: relative;
}.oed-sb_promo_ndh::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(58, 186, 232, 0.18),transparent 70%);
  height: 5rem;
  top: -20px;
  position: absolute;
  right: -1.25rem;
  width: 80px;
  content: '';
}.oed-sb_promo_title_ndh {
  margin-bottom: 4px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #3ABAE8;
}.oed-sb_promo_text_ndh {
  line-height: 1.35;
  color: #EEF5FF;
  font-weight: 600;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.oed-sb_promo_sub_ndh {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #5A7898;
}.oed-sb_nav_ndh {
  padding: 6px 0.5rem 16px;
}.oed-sb_nav_lb_ndh {
  padding: 0.625rem 8px 6px;
  font-size: 0.625rem;
  letter-spacing: .08em;
  color: #3E5870;
  font-weight: 700;
  text-transform: uppercase;
}.oed-sb_link_ndh {
  transition: background .15s,color .15s;
  border-radius: 8px;
  gap: 10px;
  padding: 0.563rem 10px;
  display: flex;
  cursor: pointer;
  color: #86A8C8;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
}.oed-sb_link_ndh:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF5FF;
}.oed-sb_link_ndh.oed-state_active_ndh {
  background: rgba(58, 186, 232, 0.18);
  color: #EEF5FF;
}.oed-sb_ic_ndh {
  border-radius: 8px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  width: 1.875rem;
}.oed-sb_ic_ndh svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
}.oed-sb_ic_1_ndh {
  background: rgba(58, 186, 232, 0.08);
  color: #3ABAE8;
}.oed-sb_ic_2_ndh {
  background: rgba(38, 200, 126, 0.16);
  color: #26C87E;
}.oed-sb_ic_3_ndh {
  background: rgba(245, 184, 48, 0.15);
  color: #F5B830;
}.oed-sb_ic_4_ndh {
  background: rgba(232, 99, 156, 0.18);
  color: #E8639C;
}.oed-sb_ic_5_ndh {
  background: rgba(58, 186, 232, 0.08);
  color: #F0609A;
}.oed-sb_ic_6_ndh {
  background: rgba(232, 99, 156, 0.18);
  color: #9B52E8;
}.oed-sb_badge_ndh {
  border-radius: 0.5rem;
  background: #F5B830;
  padding: 2px 7px;
  color: #081018;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
}.oed-sb_bot_ndh {
  gap: 8px;
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.oed-sb_lang_ndh,.oed-sb_help_ndh {
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 0.375rem;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  transition: border-color .2s;
  justify-content: center;
  color: #86A8C8;
  font-size: 11px;
  display: flex;
  font-weight: 600;
  align-items: center;
}.oed-sb_lang_ndh:hover,.oed-sb_help_ndh:hover {
  border-color: rgba(58, 186, 232, 0.45);
  color: #EEF5FF;
}.oed-sb_lang_ndh svg,.oed-sb_help_ndh svg {
  height: 13px;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.oed-sb_bd_ndh {
  background: rgba(7, 14, 24, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.oed-sb_bd_ndh.oed-state_on_ndh {
  display: block;
}
@media(min-width: 1082px) {.oed-sb_bd_ndh {
  display: none!important;
}
}.oed-mob_nav_ndh {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #162840;
  right: 0;
  left: 0;
  z-index: 80;
  bottom: 0;
  display: flex;
  position: fixed;
}
@media(min-width: 1082px) {.oed-mob_nav_ndh {
  display: none;
}
}.oed-mob_nav_item_ndh {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 0.25rem;
  flex-direction: column;
  color: #3E5870;
  align-items: center;
  display: flex;
  cursor: pointer;
}.oed-mob_nav_ic_ndh {
  line-height: 1;
}.oed-mob_nav_ic_ndh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
  width: 1.25rem;
}.oed-mob_nav_lb_ndh {
  color: #3E5870;
  font-size: 0.625rem;
  font-weight: 600;
}.oed-mob_nav_item_ndh.oed-state_active_ndh {
  color: #3ABAE8;
}.oed-mob_nav_item_ndh.oed-state_active_ndh .oed-mob_nav_lb_ndh {
  color: #3ABAE8;
}.oed-hero_ndh {
  padding: 1.25rem 16px 0;
  background: #0D1A26;
}
@media(min-width: 770px) {.oed-hero_ndh {
  padding: 24px 24px 0;
}
}.oed-hero_in_ndh {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.oed-hero_in_ndh {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width:1100px) {.oed-hero_in_ndh {
  grid-template-columns: 1fr 21.25rem;
}
}.oed-hero_promo_ndh {
  overflow: hidden;
  border-radius: 1.125rem;
  background: #111F30;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 13.75rem;
}
@media(min-width: 769px) {.oed-hero_promo_ndh {
  min-height: 280px;
}
}.oed-hero_promo_bg_ndh {
  background: linear-gradient(120deg,#0A2440 0%,#0D1A26 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.oed-hero_promo_bg_ndh::after {
  background: linear-gradient(90deg,#0D1A26 0%,rgba(7, 14, 24, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.oed-hero_promo_glow_ndh {
  background: radial-gradient(circle,rgba(232, 99, 156, 0.18) 0%,transparent 65%);
  border-radius: 50%;
  top: -2.5rem;
  width: 300px;
  right: 60px;
  height: 300px;
  position: absolute;
  pointer-events: none;
}.oed-hero_promo_ct_ndh {
  padding: 28px 24px 1.75rem 28px;
  display: flex;
  justify-content: center;
  max-width: 30rem;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media(min-width: 765px) {.oed-hero_promo_ct_ndh {
  padding: 40px 32px;
}
}.oed-hero_badge_ndh {
  background: rgba(58, 186, 232, 0.18);
  border-radius: 24px;
  border: 1px solid rgba(58, 186, 232, 0.08);
  padding: 0.313rem 0.75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
  font-weight: 700;
  display: inline-block;
  color: #3ABAE8;
}.oed-hero_h1_ndh {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EEF5FF;
  margin-bottom: 10px;
  line-height: 1.15;
  font-family: 'Fredoka One', sans-serif;
  font-size: 26px;
}.oed-hero_h1_ndh em {
  color: #F5B830;
  font-style: normal;
}
@media(min-width: 769px) {.oed-hero_h1_ndh {
  font-size: 2.25rem;
}
}.oed-hero_sub_ndh {
  color: #86A8C8;
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 1.25rem;
}
@media(min-width: 766px) {.oed-hero_sub_ndh {
  font-size: 0.875rem;
}
}.oed-hero_row_ndh {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.oed-hero_cta_ndh {
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  border-radius: 12px;
  background: #26C87E;
  font-size: 0.875rem;
  box-shadow: 0 0.375rem 22px rgba(38, 200, 126, 0.42);
  color: #081018;
  font-weight: 700;
}.oed-hero_cta_ndh:hover {
  background: #36DA90;
}.oed-hero_terms_ndh {
  color: #3E5870;
  font-size: 11px;
}.oed-hero_game_ndh {
  background: #111F30;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  border-radius: 18px;
  flex-direction: column;
  position: relative;
  display: flex;
}.oed-hero_game_badge_ndh {
  padding: 0.313rem 0.625rem;
  background: rgba(245, 184, 48, 0.15);
  border-radius: 24px;
  border: 1px solid rgba(245, 184, 48, 0.15);
  text-transform: uppercase;
  left: 12px;
  font-weight: 700;
  z-index: 3;
  color: #F5B830;
  font-size: 0.625rem;
  letter-spacing: .06em;
  top: 12px;
  position: absolute;
}.oed-hero_game_badge_ndh svg {
  margin-right: 4px;
  width: 0.688rem;
  vertical-align: -1px;
  height: 11px;
}.oed-hero_game_img_ndh {
  overflow: hidden;
  background: linear-gradient(135deg,#0A2440,#0D1A26);
  padding-bottom: 60%;
  position: relative;
}.oed-hero_game_img_ndh img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.oed-hero_game_play_ndh {
  transition: opacity .2s;
  background: rgba(7, 14, 24, 0.72);
  inset: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}.oed-hero_game_ndh:hover .oed-hero_game_play_ndh {
  opacity: 1;
}.oed-hero_game_play_ndh span {
  background: #3ABAE8;
  border-radius: 50%;
  align-items: center;
  width: 52px;
  display: flex;
  height: 52px;
  justify-content: center;
}.oed-hero_game_play_ndh span svg {
  margin-left: 2px;
  height: 18px;
  width: 1.125rem;
}.oed-hero_game_info_ndh {
  padding: 0.875rem 16px;
}.oed-hero_game_title_ndh {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #EEF5FF;
}.oed-hero_game_provider_ndh {
  font-size: 11px;
  color: #5A7898;
}.oed-hero_game_btn_ndh {
  background: #3ABAE8;
  transition: background .2s;
  padding: 0.688rem;
  margin: 0.75rem 1rem 1rem;
  border-radius: 12px;
  font-size: 0.813rem;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #EEF5FF;
}.oed-hero_game_ndh:hover .oed-hero_game_btn_ndh {
  background: #58CCF6;
}.oed-sbar_ndh {
  background: #0D1A26;
  padding: 16px 1rem 0;
}
@media(min-width: 771px) {.oed-sbar_ndh {
  padding: 1.125rem 24px 0;
}
}.oed-sbar_in_ndh {
  margin: 0 auto;
  max-width: 1320px;
}.oed-sbar_row_ndh {
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
}.oed-sbar_input_ndh {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  gap: 0.625rem;
  padding: 11px 1rem;
  background: #111F30;
  border-radius: 12px;
  display: flex;
  align-items: center;
  color: #5A7898;
  font-size: 0.813rem;
  cursor: pointer;
}.oed-sbar_input_ndh:hover {
  border-color: rgba(58, 186, 232, 0.45);
}.oed-sbar_input_ndh svg {
  stroke-linejoin: round;
  width: 0.938rem;
  flex-shrink: 0;
  stroke-linecap: round;
  height: 0.938rem;
}.oed-sbar_providers_ndh {
  background: #111F30;
  transition: border-color .2s;
  padding: 0.688rem 1.125rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.5rem;
  white-space: nowrap;
  align-items: center;
  color: #C2D6EE;
  display: flex;
  font-size: 13px;
  font-weight: 600;
}.oed-sbar_providers_ndh:hover {
  border-color: rgba(58, 186, 232, 0.45);
  color: #EEF5FF;
}.oed-sbar_providers_ndh svg {
  width: 14px;
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
}.oed-sbar_tabs_ndh {
  gap: 6px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
}.oed-sbar_tabs_ndh::-webkit-scrollbar {
  display: none;
}.oed-sbar_tab_ndh {
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 0.875rem;
  gap: 7px;
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  color: #86A8C8;
  display: flex;
}.oed-sbar_tab_ndh:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(58, 186, 232, 0.45);
  color: #EEF5FF;
}.oed-sbar_tab_ndh.oed-state_active_ndh {
  border-color: rgba(58, 186, 232, 0.08);
  background: rgba(58, 186, 232, 0.18);
  color: #EEF5FF;
}.oed-sbar_tab_ic_ndh svg {
  width: 14px;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.oed-wy_ndh {
  background: #0D1A26;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.oed-wy_ndh {
  padding: 40px 1.5rem 0;
}
}.oed-wy_in_ndh {
  margin: 0 auto;
  max-width: 1320px;
}.oed-wy_head_ndh {
  max-width: 720px;
  margin-bottom: 1.125rem;
}.oed-wy_label_ndh {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #3ABAE8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.oed-wy_h2_ndh {
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 8px;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #EEF5FF;
  font-weight: 800;
}
@media(min-width: 770px) {.oed-wy_h2_ndh {
  font-size: 1.5rem;
}
}.oed-wy_intro_ndh {
  margin: 0;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #5A7898;
}.oed-wy_grid_ndh {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.oed-wy_grid_ndh {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.oed-wy_grid_ndh {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.oed-wy_card_ndh {
  padding: 20px;
  background: #162840;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,transform .2s;
}.oed-wy_card_ndh:hover {
  border-color: rgba(58, 186, 232, 0.08);
  transform: translateY(-2px);
}.oed-wy_card_ic_ndh {
  background: rgba(58, 186, 232, 0.18);
  border-radius: 50%;
  align-items: center;
  color: #3ABAE8;
  display: flex;
  height: 2.75rem;
  margin-bottom: 0.875rem;
  justify-content: center;
  width: 2.75rem;
}.oed-wy_card_ic_ndh svg {
  height: 22px;
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
}.oed-wy_card_h_ndh {
  color: #EEF5FF;
  margin-bottom: 6px;
  line-height: 1.25;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
}.oed-wy_card_p_ndh {
  font-size: 13px;
  color: #5A7898;
  line-height: 1.6;
  overflow-wrap: break-word;
}.oed-wy_card_p_ndh strong {
  color: #C2D6EE;
  font-weight: 600;
}.oed-gcg_ndh {
  background: #0D1A26;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.oed-gcg_ndh {
  padding: 44px 24px 0;
}
}.oed-gcg_in_ndh {
  margin: 0 auto;
  max-width: 82.5rem;
}.oed-gcg_head_ndh {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.oed-gcg_label_ndh {
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #3ABAE8;
  margin-bottom: 0.5rem;
}.oed-gcg_h2_ndh {
  font-weight: 800;
  font-size: 22px;
  font-family: 'Fredoka One', sans-serif;
  color: #EEF5FF;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.oed-gcg_h2_ndh {
  font-size: 1.75rem;
}
}.oed-gcg_intro_ndh {
  color: #5A7898;
  font-size: 13px;
  line-height: 1.6;
}.oed-gcg_grid_ndh {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.oed-gcg_grid_ndh {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.oed-gcg_grid_ndh {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.oed-gcg_card_ndh {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: transform .2s,border-color .2s;
  padding: 20px;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  min-height: 240px;
  cursor: pointer;
  position: relative;
}.oed-gcg_card_ndh:hover {
  transform: translateY(-3px);
  border-color: rgba(58, 186, 232, 0.18);
}.oed-gcg_card_bg_ndh {
  inset: 0;
  position: absolute;
  z-index: 0;
}.oed-gcg_card_bg_ndh::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.oed-gcg_card_ic_ndh {
  background: rgba(0,0,0,.45);
  border-radius: 8px;
  z-index: 2;
  justify-content: center;
  height: 40px;
  width: 2.5rem;
  right: 1.125rem;
  align-items: center;
  display: flex;
  color: #EEF5FF;
  position: absolute;
  top: 18px;
}.oed-gcg_card_ic_ndh svg {
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
  width: 1.25rem;
}.oed-gcg_card_ct_ndh {
  z-index: 1;
  position: relative;
}.oed-gcg_card_h_ndh {
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  color: #EEF5FF;
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.oed-gcg_card_h_ndh {
  font-size: 20px;
}
}.oed-gcg_card_p_ndh {
  overflow-wrap: break-word;
  margin-bottom: 10px;
  line-height: 1.55;
  font-size: 12px;
  color: rgba(255,255,255,.82);
}.oed-gcg_card_p_ndh strong {
  color: #EEF5FF;
  font-weight: 600;
}.oed-gcg_card_cta_ndh {
  gap: 0.25rem;
  align-items: center;
  letter-spacing: .04em;
  color: #3ABAE8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
}.oed-gcg_card_cta_ndh svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
  width: 0.75rem;
}.oed-ws_ndh {
  background: #0D1A26;
  padding: 2rem 16px 0;
}
@media(min-width: 766px) {.oed-ws_ndh {
  padding: 36px 1.5rem 0;
}
}.oed-ws_in_ndh {
  margin: 0 auto;
  max-width: 1320px;
}.oed-ws_head_ndh {
  gap: 0.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
  align-items: center;
  display: flex;
}.oed-ws_title_ndh {
  gap: 10px;
  display: flex;
  color: #EEF5FF;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Fredoka One', sans-serif;
}.oed-ws_title_ic_ndh svg {
  stroke-linecap: round;
  height: 18px;
  color: #F5B830;
  width: 1.125rem;
  stroke-linejoin: round;
}.oed-ws_online_ndh {
  gap: 7px;
  align-items: center;
  color: #5A7898;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}.oed-ws_online_dot_ndh {
  border-radius: 50%;
  background: #26C87E;
  flex-shrink: 0;
  height: 8px;
  width: 8px;
  box-shadow: 0 0 6px rgba(38, 200, 126, 0.16);
}.oed-ws_scroll_ndh {
  gap: 0.5rem;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}.oed-ws_scroll_ndh::-webkit-scrollbar {
  display: none;
}.oed-wc_ndh {
  border-radius: 0.75rem;
  padding: 0.625rem 14px;
  gap: 10px;
  background: #111F30;
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-width: 220px;
}.oed-wc_img_ndh {
  background: #162840;
  overflow: hidden;
  border-radius: 0.5rem;
  flex-shrink: 0;
  height: 2.25rem;
  width: 36px;
}.oed-wc_img_ndh img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.oed-wc_info_ndh {
  min-width: 0;
}.oed-wc_game_ndh {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  color: #C2D6EE;
  white-space: nowrap;
  font-size: 12px;
}.oed-wc_player_ndh {
  overflow: hidden;
  color: #3E5870;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}.oed-wc_amount_ndh {
  font-weight: 700;
  margin-left: auto;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #26C87E;
  flex-shrink: 0;
}.oed-bon_ndh {
  background: #0D1A26;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.oed-bon_ndh {
  padding: 2.75rem 1.5rem 0;
}
}.oed-bon_in_ndh {
  margin: 0 auto;
  max-width: 82.5rem;
}.oed-bon_head_ndh {
  margin-bottom: 20px;
}.oed-bon_label_ndh {
  color: #3ABAE8;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.oed-bon_h2_ndh {
  font-family: 'Fredoka One', sans-serif;
  color: #EEF5FF;
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width:768px) {.oed-bon_h2_ndh {
  font-size: 1.5rem;
}
}.oed-bon_seo_ndh {
  max-width: 38.75rem;
  color: #5A7898;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.oed-bon_seo_ndh strong {
  font-weight: 700;
  color: #C2D6EE;
}.oed-bon_seo_ndh a {
  text-decoration: underline;
  color: #3ABAE8;
}.oed-bon_grid_ndh {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.oed-bon_grid_ndh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.oed-bon_grid_ndh {
  grid-template-columns: repeat(5,1fr);
}
}.oed-bon_card_ndh {
  transition: border-color .2s,transform .2s;
  background: #111F30;
  padding: 16px;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.oed-bon_card_ndh:hover {
  transform: translateY(-2px);
  border-color: rgba(58, 186, 232, 0.08);
}.oed-bon_card_ic_ndh svg {
  stroke-linejoin: round;
  height: 26px;
  width: 26px;
  stroke-linecap: round;
}.oed-bon_card_ic_ndh {
  margin-bottom: 10px;
}.oed-bon_card_type_ndh {
  color: #5A7898;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}.oed-bon_card_amount_ndh {
  color: #F5B830;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 18px;
}.oed-bon_card_name_ndh {
  font-weight: 600;
  color: #EEF5FF;
  margin-bottom: 0.5rem;
  font-size: 13px;
  overflow-wrap: break-word;
}.oed-bon_card_detail_ndh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  padding-top: 0.5rem;
  color: #3E5870;
  font-size: 0.688rem;
}.oed-htp_ndh {
  background: #0D1A26;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.oed-htp_ndh {
  padding: 44px 24px 0;
}
}.oed-htp_in_ndh {
  margin: 0 auto;
  max-width: 82.5rem;
}.oed-htp_head_ndh {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.oed-htp_label_ndh {
  text-transform: uppercase;
  color: #3ABAE8;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.oed-htp_h2_ndh {
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #EEF5FF;
  font-size: 1.375rem;
}
@media(min-width: 771px) {.oed-htp_h2_ndh {
  font-size: 1.75rem;
}
}.oed-htp_intro_ndh {
  font-size: 14px;
  line-height: 1.6;
  color: #5A7898;
}.oed-htp_steps_ndh {
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 643px) {.oed-htp_steps_ndh {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.oed-htp_steps_ndh {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.oed-htp_step_ndh {
  padding: 20px 1.125rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: #162840;
  display: flex;
  flex-direction: column;
  position: relative;
}.oed-htp_step_num_ndh {
  background: #3ABAE8;
  border-radius: 50%;
  font-size: 0.813rem;
  display: flex;
  font-weight: 800;
  align-items: center;
  color: #081018;
  top: -0.75rem;
  height: 1.75rem;
  width: 1.75rem;
  left: 20px;
  position: absolute;
  font-family: 'Fredoka One', sans-serif;
  justify-content: center;
}.oed-htp_step_ic_ndh {
  border-radius: 0.5rem;
  margin: 8px 0 0.75rem;
  background: rgba(58, 186, 232, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 2.25rem;
  color: #3ABAE8;
}.oed-htp_step_ic_ndh svg {
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
}.oed-htp_step_h_ndh {
  color: #EEF5FF;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.oed-htp_step_p_ndh {
  line-height: 1.55;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #5A7898;
}.oed-htp_step_p_ndh strong {
  color: #C2D6EE;
  font-weight: 600;
}.oed-htp_cta_ndh {
  background: #26C87E;
  transition: background .2s;
  border-radius: 0.75rem;
  padding: 0.813rem 26px;
  font-weight: 700;
  margin-top: 20px;
  color: #081018;
  font-size: 14px;
  display: inline-block;
}.oed-htp_cta_ndh:hover {
  background: #36DA90;
}.oed-reg_ndh {
  padding: 2.25rem 1rem 0;
  background: #0D1A26;
}
@media(min-width: 766px) {.oed-reg_ndh {
  padding: 2.75rem 1.5rem 0;
}
}.oed-reg_in_ndh {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #162840;
  padding: 1.75rem 1.5rem;
  border-radius: 18px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 767px) {.oed-reg_in_ndh {
  padding: 40px;
}
}.oed-reg_top_ndh {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.oed-reg_top_ndh {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.oed-reg_label_ndh {
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3ABAE8;
  margin-bottom: 10px;
}.oed-reg_h2_ndh {
  font-family: 'Fredoka One', sans-serif;
  color: #EEF5FF;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
@media(min-width: 769px) {.oed-reg_h2_ndh {
  font-size: 28px;
}
}.oed-reg_bonus_ndh {
  gap: 8px;
  padding: 0.625rem 16px;
  border-radius: 12px;
  border: 1px solid rgba(245, 184, 48, 0.15);
  background: rgba(245, 184, 48, 0.15);
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.oed-reg_bonus_amount_ndh {
  font-weight: 800;
  color: #F5B830;
  font-size: 1.25rem;
}.oed-reg_bonus_text_ndh {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #86A8C8;
}.oed-reg_cta_btn_ndh {
  border-radius: 12px;
  transition: background .2s;
  padding: 14px 32px;
  background: #26C87E;
  color: #081018;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 12px;
  box-shadow: 0 0.375rem 22px rgba(38, 200, 126, 0.42);
  display: inline-block;
}.oed-reg_cta_btn_ndh:hover {
  background: #36DA90;
}.oed-reg_terms_ndh {
  line-height: 1.5;
  color: #3E5870;
  font-size: 0.688rem;
}.oed-reg_seo_ndh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  color: #5A7898;
  line-height: 1.65;
  padding-top: 20px;
  overflow-wrap: break-word;
  margin-top: 1.25rem;
}.oed-reg_seo_ndh p {
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  color: #5A7898;
  line-height: 1.65;
}.oed-reg_seo_ndh p:last-child {
  margin-bottom: 0;
}.oed-reg_seo_ndh strong {
  font-weight: 700;
  color: #C2D6EE;
}.oed-reg_seo_ndh a {
  transition: color .2s;
  color: #3ABAE8;
  text-decoration: underline;
}.oed-reg_seo_ndh a:hover {
  color: #58CCF6;
}.oed-reg_seo_ndh ul,.oed-reg_seo_ndh ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.oed-reg_seo_ndh ol {
  list-style: decimal;
}.oed-reg_seo_ndh li {
  line-height: 1.65;
  color: #5A7898;
  font-size: 13px;
  margin-bottom: 0.25rem;
}.oed-reg_seo_ndh table {
  display: block;
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 770px) {.oed-reg_seo_ndh table {
  display: table;
}
}.oed-reg_seo_ndh th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C2D6EE;
  font-weight: 700;
}.oed-reg_seo_ndh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #5A7898;
}.oed-reg_steps_ndh {
  gap: 0.875rem;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 861px) {.oed-reg_steps_ndh {
  margin-top: 0;
}
}.oed-reg_step_ndh {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 14px;
  padding: 1rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.oed-reg_step_num_ndh {
  border: 1px solid rgba(58, 186, 232, 0.08);
  background: rgba(58, 186, 232, 0.18);
  border-radius: 50%;
  height: 2.125rem;
  justify-content: center;
  width: 34px;
  align-items: center;
  font-weight: 800;
  color: #3ABAE8;
  font-size: 14px;
  display: flex;
  flex-shrink: 0;
}.oed-reg_step_title_ndh {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #EEF5FF;
}.oed-reg_step_text_ndh {
  font-size: 12px;
  line-height: 1.5;
  color: #5A7898;
}.oed-reg_trust_ndh {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 1.25rem;
  display: flex;
}.oed-reg_trust_item_ndh {
  gap: 7px;
  font-size: 12px;
  align-items: center;
  color: #5A7898;
  overflow-wrap: break-word;
  display: flex;
}.oed-reg_trust_ic_ndh svg {
  width: 16px;
  color: #3ABAE8;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.oed-app_ndh {
  background: #0D1A26;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.oed-app_ndh {
  padding: 2.75rem 1.5rem 0;
}
}.oed-app_in_ndh {
  margin: 0 auto;
  max-width: 82.5rem;
}.oed-app_head_ndh {
  margin-bottom: 16px;
}.oed-app_label_ndh {
  text-transform: uppercase;
  color: #3ABAE8;
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
}.oed-app_h2_ndh {
  font-size: 1.25rem;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  color: #EEF5FF;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.oed-app_h2_ndh {
  font-size: 1.5rem;
}
}.oed-app_sub_ndh {
  max-width: 37.5rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #5A7898;
  line-height: 1.6;
}.oed-app_sub_ndh strong {
  font-weight: 700;
  color: #C2D6EE;
}.oed-app_cards_ndh {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 638px) {.oed-app_cards_ndh {
  grid-template-columns: repeat(3,1fr);
}
}.oed-app_card_ndh {
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  gap: 1rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.oed-app_card_ios_ndh {
  background: linear-gradient(135deg,rgba(58, 186, 232, 0.18) 0%,#162840 100%);
}.oed-app_card_android_ndh {
  background: linear-gradient(135deg,rgba(38, 200, 126, 0.16) 0%,#162840 100%);
}.oed-app_card_win_ndh {
  background: linear-gradient(135deg,rgba(245, 184, 48, 0.15) 0%,#162840 100%);
}.oed-app_card_ic_ndh svg {
  stroke-linecap: round;
  width: 34px;
  height: 34px;
  stroke-linejoin: round;
}.oed-app_card_ic_ndh {
  color: #EEF5FF;
  flex-shrink: 0;
}.oed-app_card_os_ndh {
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #5A7898;
  font-size: 10px;
}.oed-app_card_title_ndh {
  font-size: 15px;
  color: #EEF5FF;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.375rem;
}.oed-app_card_text_ndh {
  margin-bottom: 14px;
  color: #5A7898;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.oed-app_card_btn_ndh {
  transition: background .2s;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 1.125rem;
  border: 1px solid rgba(58, 186, 232, 0.45);
  gap: 0.438rem;
  font-weight: 700;
  font-size: 0.813rem;
  color: #EEF5FF;
  align-items: center;
  display: inline-flex;
}.oed-app_card_btn_ndh:hover {
  background: rgba(255, 255, 255, 0.07);
}.oed-prov_ndh {
  background: #0D1A26;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.oed-prov_ndh {
  padding: 2.75rem 1.5rem 0;
}
}.oed-prov_in_ndh {
  margin: 0 auto;
  max-width: 1320px;
}.oed-prov_head_ndh {
  margin-bottom: 16px;
}.oed-prov_label_ndh {
  color: #3ABAE8;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.oed-prov_h2_ndh {
  font-size: 1.25rem;
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 0.5rem;
  color: #EEF5FF;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.oed-prov_h2_ndh {
  font-size: 24px;
}
}.oed-prov_seo_ndh {
  margin-bottom: 16px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 38.75rem;
  color: #5A7898;
}.oed-prov_seo_ndh strong {
  color: #C2D6EE;
  font-weight: 700;
}.oed-prov_seo_ndh a {
  text-decoration: underline;
  color: #3ABAE8;
}.oed-prov_grid_ndh {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.oed-prov_grid_ndh {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.oed-prov_grid_ndh {
  grid-template-columns: repeat(8,1fr);
}
}.oed-prov_card_ndh {
  padding: 0.875rem 10px;
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #111F30;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.oed-prov_card_ndh:hover {
  background: #162840;
  border-color: rgba(58, 186, 232, 0.45);
}.oed-prov_logo_ndh {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 44px;
  height: 2.75rem;
}.oed-prov_logo_ndh img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.oed-prov_name_ndh {
  text-align: center;
  overflow-wrap: break-word;
  color: #86A8C8;
  font-size: 11px;
  font-weight: 600;
}.oed-seo_ndh {
  background: #0D1A26;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.oed-seo_ndh {
  padding: 2.75rem 24px 0;
}
}.oed-seo_in_ndh {
  background: #162840;
  border-radius: 18px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.oed-seo_in_ndh {
  padding: 2.25rem 2.5rem;
}
}.oed-seo_label_ndh {
  text-transform: uppercase;
  color: #3ABAE8;
  margin-bottom: 0.625rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.oed-seo_h2_ndh {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  color: #EEF5FF;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.oed-seo_h2_ndh {
  font-size: 24px;
}
}.oed-seo_body_ndh {
  line-height: 1.75;
  font-size: 14px;
  color: #86A8C8;
  overflow-wrap: break-word;
}.oed-seo_body_ndh p {
  color: #86A8C8;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.oed-seo_body_ndh p:last-child {
  margin-bottom: 0;
}.oed-seo_body_ndh strong {
  color: #C2D6EE;
  font-weight: 700;
}.oed-seo_body_ndh a {
  transition: color .2s;
  color: #3ABAE8;
  text-decoration: underline;
}.oed-seo_body_ndh a:hover {
  color: #58CCF6;
}.oed-seo_body_ndh ul,.oed-seo_body_ndh ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.oed-seo_body_ndh ol {
  list-style: decimal;
}.oed-seo_body_ndh li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #86A8C8;
}.oed-seo_body_ndh table {
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 767px) {.oed-seo_body_ndh table {
  display: table;
}
}.oed-seo_body_ndh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #C2D6EE;
  font-weight: 700;
  text-align: left;
}.oed-seo_body_ndh td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #86A8C8;
}.oed-seo_cols_ndh {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.oed-seo_cols_ndh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.oed-seo_cols_ndh {
  grid-template-columns: repeat(3,1fr);
}
}.oed-seo_col_h_ndh {
  font-weight: 700;
  color: #C2D6EE;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 7px;
}.oed-seo_col_p_ndh {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #5A7898;
  font-size: 13px;
}.oed-seo_stats_ndh {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.oed-seo_stat_ndh {
  border-radius: 0.75rem;
  flex: 1;
  border: 1px solid rgba(58, 186, 232, 0.18);
  background: rgba(58, 186, 232, 0.08);
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.oed-seo_stat_val_ndh {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 20px;
  color: #3ABAE8;
}.oed-seo_stat_lb_ndh {
  color: #5A7898;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.oed-faq_ndh {
  background: #0D1A26;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.oed-faq_ndh {
  padding: 2.75rem 1.5rem 0;
}
}.oed-faq_in_ndh {
  margin: 0 auto;
  max-width: 82.5rem;
}.oed-faq_head_ndh {
  margin-bottom: 20px;
}.oed-faq_label_ndh {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #3ABAE8;
}.oed-faq_h2_ndh {
  font-family: 'Fredoka One', sans-serif;
  color: #EEF5FF;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.oed-faq_h2_ndh {
  font-size: 1.5rem;
}
}.oed-faq_list_ndh {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.oed-faq_item_ndh {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  background: #162840;
}.oed-faq_q_ndh {
  transition: color .2s;
  gap: 12px;
  padding: 16px 1.25rem;
  align-items: center;
  color: #C2D6EE;
  justify-content: space-between;
  overflow-wrap: break-word;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  font-weight: 600;
}.oed-faq_q_ndh:hover {
  color: #EEF5FF;
}.oed-faq_q_ic_ndh {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  justify-content: center;
  width: 24px;
  font-size: 1rem;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #3ABAE8;
}.oed-faq_item_ndh.oed-state_open_ndh .oed-faq_q_ic_ndh {
  transform: rotate(45deg);
}.oed-faq_a_ndh {
  padding: 0 20px 1rem;
  display: none;
  overflow-wrap: break-word;
  line-height: 1.7;
  font-size: 13px;
  color: #5A7898;
}.oed-faq_item_ndh.oed-state_open_ndh .oed-faq_a_ndh {
  display: block;
}.oed-faq_a_ndh strong {
  font-weight: 700;
  color: #C2D6EE;
}.oed-faq_a_ndh a {
  text-decoration: underline;
  color: #3ABAE8;
}.oed-faq_a_ndh ul,.oed-faq_a_ndh ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.oed-faq_a_ndh ol {
  list-style: decimal;
}.oed-faq_a_ndh li {
  margin-bottom: 4px;
  line-height: 1.6;
}.oed-faq_a_ndh table {
  margin: 8px 0;
  display: block;
  width: 100%;
  font-size: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 770px) {.oed-faq_a_ndh table {
  display: table;
}
}.oed-faq_a_ndh th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C2D6EE;
}.oed-faq_a_ndh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #5A7898;
}.oed-rv_ndh {
  background: #0D1A26;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.oed-rv_ndh {
  padding: 44px 24px 0;
}
}.oed-rv_in_ndh {
  margin: 0 auto;
  max-width: 1320px;
}.oed-rv_head_ndh {
  max-width: 45rem;
  margin-bottom: 20px;
}.oed-rv_label_ndh {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #3ABAE8;
  margin-bottom: 8px;
}.oed-rv_h2_ndh {
  font-weight: 800;
  color: #EEF5FF;
  font-family: 'Fredoka One', sans-serif;
  font-size: 22px;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.oed-rv_h2_ndh {
  font-size: 1.75rem;
}
}.oed-rv_stats_ndh {
  gap: 18px;
  color: #5A7898;
  flex-wrap: wrap;
  display: flex;
  font-size: 13px;
  align-items: center;
}.oed-rv_stats_score_ndh {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.oed-rv_stats_score_val_ndh {
  font-size: 1.375rem;
  font-family: 'Fredoka One', sans-serif;
  color: #F5B830;
  font-weight: 800;
}.oed-rv_stats_score_max_ndh {
  font-size: 0.813rem;
  color: #3E5870;
}.oed-rv_stats_badge_ndh {
  gap: 4px;
  align-items: center;
  display: flex;
}.oed-rv_stats_badge_ndh svg {
  color: #F5B830;
  height: 0.875rem;
  width: 0.875rem;
}.oed-rv_grid_ndh {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.oed-rv_grid_ndh {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.oed-rv_grid_ndh {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.oed-rv_card_ndh {
  border-radius: 0.75rem;
  padding: 1.25rem;
  background: #162840;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  flex-direction: column;
}.oed-rv_card_stars_ndh {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #F5B830;
  display: flex;
}.oed-rv_card_stars_ndh svg {
  height: 0.875rem;
  width: 0.875rem;
}.oed-rv_card_h_ndh {
  margin-bottom: 0.5rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #EEF5FF;
  font-size: 14px;
  line-height: 1.3;
}.oed-rv_card_body_ndh {
  flex: 1;
  overflow-wrap: break-word;
  color: #5A7898;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.875rem;
}.oed-rv_card_body_ndh strong {
  font-weight: 600;
  color: #C2D6EE;
}.oed-rv_card_meta_ndh {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.75rem;
}.oed-rv_card_author_ndh {
  font-weight: 600;
  color: #C2D6EE;
  font-size: 0.75rem;
}.oed-rv_card_date_ndh {
  font-size: 0.688rem;
  color: #3E5870;
}.oed-seo_ndh {
  padding: 36px 16px 0;
  background: #0D1A26;
}
@media(min-width:768px) {.oed-seo_ndh {
  padding: 44px 1.5rem 0;
}
}.oed-seo_in_ndh {
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #162840;
  border-radius: 1.125rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.oed-seo_in_ndh {
  padding: 2.25rem 2.5rem;
}
}.oed-seo_label_ndh {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #3ABAE8;
  font-size: 11px;
  text-transform: uppercase;
}.oed-seo_h2_ndh {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #EEF5FF;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
}
@media(min-width: 767px) {.oed-seo_h2_ndh {
  font-size: 24px;
}
}.oed-seo_body_ndh {
  color: #86A8C8;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.oed-seo_body_ndh p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #86A8C8;
  margin-bottom: 12px;
}.oed-seo_body_ndh p:last-child {
  margin-bottom: 0;
}.oed-seo_body_ndh strong {
  color: #C2D6EE;
  font-weight: 700;
}.oed-seo_body_ndh a {
  transition: color .2s;
  color: #3ABAE8;
  text-decoration: underline;
}.oed-seo_body_ndh a:hover {
  color: #58CCF6;
}.oed-seo_body_ndh ul,.oed-seo_body_ndh ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.oed-seo_body_ndh ol {
  list-style: decimal;
}.oed-seo_body_ndh li {
  margin-bottom: 0.375rem;
  color: #86A8C8;
  font-size: 14px;
  line-height: 1.75;
}.oed-seo_body_ndh table {
  display: block;
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media(min-width: 771px) {.oed-seo_body_ndh table {
  display: table;
}
}.oed-seo_body_ndh th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C2D6EE;
  text-align: left;
}.oed-seo_body_ndh td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #86A8C8;
}.oed-seo_cols_ndh {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.oed-seo_cols_ndh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.oed-seo_cols_ndh {
  grid-template-columns: repeat(3,1fr);
}
}.oed-seo_col_h_ndh {
  margin-bottom: 7px;
  color: #C2D6EE;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
}.oed-seo_col_p_ndh {
  color: #5A7898;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.oed-seo_stats_ndh {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.oed-seo_stat_ndh {
  background: rgba(58, 186, 232, 0.08);
  flex: 1;
  border-radius: 12px;
  padding: 0.875rem 16px;
  border: 1px solid rgba(58, 186, 232, 0.18);
  min-width: 140px;
}.oed-seo_stat_val_ndh {
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #3ABAE8;
}.oed-seo_stat_lb_ndh {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #5A7898;
}.oed-seo_ndh {
  padding: 2.25rem 1rem 0;
  background: #0D1A26;
}
@media(min-width:768px) {.oed-seo_ndh {
  padding: 2.75rem 1.5rem 0;
}
}.oed-seo_in_ndh {
  background: #162840;
  border-radius: 18px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width:768px) {.oed-seo_in_ndh {
  padding: 2.25rem 40px;
}
}.oed-seo_label_ndh {
  color: #3ABAE8;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.oed-seo_h2_ndh {
  line-height: 1.25;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  color: #EEF5FF;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width:768px) {.oed-seo_h2_ndh {
  font-size: 1.5rem;
}
}.oed-seo_body_ndh {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #86A8C8;
}.oed-seo_body_ndh p {
  margin-bottom: 12px;
  color: #86A8C8;
  line-height: 1.75;
  font-size: 0.875rem;
}.oed-seo_body_ndh p:last-child {
  margin-bottom: 0;
}.oed-seo_body_ndh strong {
  font-weight: 700;
  color: #C2D6EE;
}.oed-seo_body_ndh a {
  transition: color .2s;
  color: #3ABAE8;
  text-decoration: underline;
}.oed-seo_body_ndh a:hover {
  color: #58CCF6;
}.oed-seo_body_ndh ul,.oed-seo_body_ndh ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.oed-seo_body_ndh ol {
  list-style: decimal;
}.oed-seo_body_ndh li {
  color: #86A8C8;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
}.oed-seo_body_ndh table {
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 767px) {.oed-seo_body_ndh table {
  display: table;
}
}.oed-seo_body_ndh th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C2D6EE;
  font-weight: 700;
  text-align: left;
}.oed-seo_body_ndh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #86A8C8;
}.oed-seo_cols_ndh {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.oed-seo_cols_ndh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.oed-seo_cols_ndh {
  grid-template-columns: repeat(3,1fr);
}
}.oed-seo_col_h_ndh {
  font-size: 0.813rem;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C2D6EE;
  font-weight: 700;
}.oed-seo_col_p_ndh {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #5A7898;
  line-height: 1.65;
}.oed-seo_stats_ndh {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.oed-seo_stat_ndh {
  border-radius: 12px;
  flex: 1;
  border: 1px solid rgba(58, 186, 232, 0.18);
  background: rgba(58, 186, 232, 0.08);
  padding: 14px 1rem;
  min-width: 140px;
}.oed-seo_stat_val_ndh {
  overflow-wrap: break-word;
  color: #3ABAE8;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}.oed-seo_stat_lb_ndh {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #5A7898;
}.oed-ft_ndh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #070E18;
  margin-top: 3rem;
}.oed-ft_support_ndh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 767px) {.oed-ft_support_ndh {
  padding: 28px 24px;
}
}.oed-ft_support_in_ndh {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  max-width: 82.5rem;
  align-items: center;
  flex-wrap: wrap;
}.oed-ft_support_main_ndh {
  gap: 1rem;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  min-width: 220px;
  display: flex;
}.oed-ft_support_ic_ndh {
  color: #3ABAE8;
  flex-shrink: 0;
}.oed-ft_support_ic_ndh svg {
  width: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 30px;
}.oed-ft_support_text_title_ndh {
  font-size: 0.938rem;
  color: #EEF5FF;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
}.oed-ft_support_text_sub_ndh {
  overflow-wrap: break-word;
  color: #5A7898;
  font-size: 12px;
}.oed-ft_support_btn_ndh {
  padding: 11px 1.375rem;
  background: #3ABAE8;
  border-radius: 12px;
  transition: background .2s;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
  color: #EEF5FF;
  font-weight: 700;
}.oed-ft_support_btn_ndh:hover {
  background: #58CCF6;
}.oed-ft_support_contacts_ndh {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.oed-ft_support_contact_ndh {
  font-size: 12px;
  color: #3E5870;
  line-height: 1.4;
}.oed-ft_support_contact_ndh strong {
  color: #86A8C8;
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
}.oed-ft_main_ndh {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.oed-ft_main_ndh {
  padding: 2.5rem 24px 32px;
}
}.oed-ft_main_in_ndh {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.oed-ft_main_in_ndh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.oed-ft_main_in_ndh {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.oed-ft_col_logo_ndh {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.oed-ft_col_logo_ndh {
  grid-column: auto;
}
}.oed-ft_logo_ndh {
  gap: 9px;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  font-weight: 800;
  color: #EEF5FF;
  overflow-wrap: break-word;
}.oed-ft_logo_mark_ndh {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.oed-ft_logo_mark_ndh img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.oed-ft_logo_sub_ndh {
  max-width: 12.5rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #3E5870;
  line-height: 1.55;
}.oed-ft_col_title_ndh {
  letter-spacing: .07em;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  color: #86A8C8;
  text-transform: uppercase;
}.oed-ft_col_links_ndh {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.oed-ft_col_link_ndh {
  transition: color .2s;
  color: #3E5870;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.oed-ft_col_link_ndh:hover {
  color: #C2D6EE;
}.oed-ft_apps_ndh {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.oed-ft_app_card_ndh {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  gap: 0.625rem;
  align-items: center;
  display: flex;
}.oed-ft_app_card_ndh:hover {
  border-color: rgba(58, 186, 232, 0.45);
}.oed-ft_app_card_ic_ndh svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
  width: 1.375rem;
}.oed-ft_app_card_os_ndh {
  color: #3E5870;
  font-size: 10px;
  font-weight: 600;
}.oed-ft_app_card_action_ndh {
  color: #C2D6EE;
  font-size: 12px;
  font-weight: 700;
}.oed-ft_bot_ndh {
  padding: 20px 1rem;
}
@media(min-width: 770px) {.oed-ft_bot_ndh {
  padding: 20px 24px;
}
}.oed-ft_bot_in_ndh {
  gap: 1rem;
  margin: 0 auto;
  max-width: 82.5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.oed-ft_socials_ndh {
  gap: 0.5rem;
  display: flex;
}.oed-ft_soc_ndh {
  border-radius: 0.5rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  justify-content: center;
  display: flex;
  align-items: center;
  width: 36px;
  color: #86A8C8;
  height: 2.25rem;
}.oed-ft_soc_ndh svg {
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.oed-ft_soc_ndh:hover {
  background: rgba(255, 255, 255, 0.07);
}.oed-ft_legal_ndh {
  flex: 1;
  line-height: 1.6;
  font-size: 0.688rem;
  color: #4C6A84;
  overflow-wrap: break-word;
  min-width: 12.5rem;
}.oed-ft_legal_ndh strong {
  font-weight: 700;
  color: #86A8C8;
}.oed-ft_legal_ndh a {
  color: #86A8C8;
  text-decoration: underline;
}.oed-ft_age_ndh {
  border-radius: 50%;
  border: 2px solid #4C6A84;
  height: 2rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  justify-content: center;
  font-weight: 800;
  color: #4C6A84;
  width: 32px;
  font-size: 0.688rem;
}