*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #C2D6E0;
  min-height: 100vh;
  background-color: #0C1B24;
  line-height: 1.6;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.ohc-layout_jwn {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.ohc-page_jwn {
  display: flex;
  min-height: 100vh;
}.ohc-main_jwn {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1077px) {.ohc-main_jwn {
  padding-left: 220px;
}
}
@media screen and (max-width: 1082px) {.ohc-main_jwn {
  padding-bottom: 72px;
}
}.ohc-gc_jwn {
  overflow: hidden;
  background: #0F2230;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  transition: transform .2s,border-color .2s;
  width: 8.75rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 643px) {.ohc-gc_jwn {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.ohc-gc_jwn {
  width: 168px;
}
}.ohc-gc_jwn:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 162, 200, 0.08);
}.ohc-gc_img_jwn {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.ohc-gc_img_jwn img {
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}.ohc-gc_hover_jwn {
  inset: 0;
  transition: opacity .2s;
  background: rgba(6, 13, 18, 0.72);
  justify-content: center;
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
}.ohc-gc_jwn:hover .ohc-gc_hover_jwn {
  opacity: 1;
}.ohc-gc_hover_btn_jwn {
  background: #25A2C8;
  border-radius: 0.375rem;
  padding: 8px 1rem;
  color: #EEF4F8;
  font-size: 0.75rem;
  font-weight: 700;
}.ohc-gc_info_jwn {
  padding: 8px 10px 0.625rem;
}.ohc-gc_name_jwn {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 12px;
  text-overflow: ellipsis;
  color: #C2D6E0;
  max-width: 100%;
}.ohc-gc_prov_jwn {
  color: #3F6070;
  font-size: 0.625rem;
}.ohc-gc_tag_jwn {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  z-index: 2;
  left: 6px;
  top: 6px;
  text-transform: uppercase;
  position: absolute;
  font-weight: 700;
  font-size: 0.563rem;
  letter-spacing: .04em;
}.ohc-gc_tag_hot_jwn {
  background: #D63838;
  color: #fff;
}.ohc-gc_tag_new_jwn {
  background: #2EB86A;
  color: #0C1B24;
}.ohc-gc_tag_jp_jwn {
  background: #E8820A;
  color: #0C1B24;
}.ohc-gc_tag_ex_jwn {
  background: #C47830;
  color: #fff;
}.ohc-gc_tag_live_jwn {
  background: #D63838;
  color: #fff;
}.ohc-gr_jwn {
  padding: 2rem 1rem 0;
  background: #0C1B24;
}
@media(min-width:768px) {.ohc-gr_jwn {
  padding: 36px 1.5rem 0;
}
}.ohc-gr_in_jwn {
  margin: 0 auto;
  max-width: 1340px;
}.ohc-gr_head_jwn {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  align-items: center;
}.ohc-gr_head_l_jwn {
  flex: 1;
  gap: 10px;
  min-width: 0;
  display: flex;
  align-items: center;
}.ohc-gr_ic_jwn {
  border-radius: 0.625rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}.ohc-gr_ic_jwn svg {
  height: 16px;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.ohc-gr_title_jwn {
  overflow-wrap: break-word;
  font-size: 16px;
  color: #EEF4F8;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 769px) {.ohc-gr_title_jwn {
  font-size: 1.125rem;
}
}.ohc-gr_more_jwn {
  gap: 0.313rem;
  transition: color .2s;
  white-space: nowrap;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  color: #567E90;
  flex-shrink: 0;
  align-items: center;
}.ohc-gr_more_jwn:hover {
  color: #25A2C8;
}.ohc-gr_more_jwn svg {
  stroke-linejoin: round;
  width: 0.75rem;
  height: 12px;
  stroke-linecap: round;
}.ohc-gr_arrows_jwn {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.ohc-gr_arr_jwn {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  transition: background .15s,color .15s;
  display: flex;
  align-items: center;
  color: #87ABBE;
  width: 30px;
  justify-content: center;
  height: 1.875rem;
}.ohc-gr_arr_jwn:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EEF4F8;
}.ohc-gr_arr_jwn svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 0.813rem;
}.ohc-gr_seo_h_jwn {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C2D6E0;
  max-width: 42.5rem;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 771px) {.ohc-gr_seo_h_jwn {
  font-size: 0.875rem;
}
}.ohc-gr_seo_jwn {
  max-width: 680px;
  font-size: 0.75rem;
  color: #567E90;
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.ohc-gr_seo_jwn strong {
  color: #C2D6E0;
  font-weight: 600;
}.ohc-gr_scroll_jwn {
  gap: 10px;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.ohc-gr_scroll_jwn::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.ohc-gr_scroll_jwn {
  gap: 12px;
}
}.ohc-tb_jwn {
  background: #0A1820;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 80;
  height: 3.5rem;
  right: 0;
  align-items: center;
  left: 0;
  position: fixed;
  display: flex;
  top: 0;
}.ohc-tb_in_jwn {
  padding: 0 0.875rem;
  gap: 0;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
}.ohc-tb_burger_jwn {
  gap: 0.313rem;
  border-radius: 0.625rem;
  flex-direction: column;
  height: 38px;
  flex-shrink: 0;
  width: 2.375rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 8px;
}.ohc-tb_burger_jwn:hover {
  background: rgba(255, 255, 255, 0.05);
}.ohc-tb_burger_line_jwn {
  border-radius: 1px;
  background: #87ABBE;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1083px) {.ohc-tb_burger_jwn {
  display: none;
}
}.ohc-tb_logo_jwn {
  gap: 0.563rem;
  font-weight: 800;
  margin-right: 20px;
  display: flex;
  overflow-wrap: break-word;
  font-size: 18px;
  align-items: center;
  letter-spacing: -.01em;
  color: #EEF4F8;
  flex-shrink: 0;
}.ohc-tb_logo_mark_jwn {
  border-radius: 10px;
  overflow: hidden;
  height: 32px;
  align-items: center;
  width: 32px;
  justify-content: center;
  display: flex;
}.ohc-tb_logo_mark_jwn img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ohc-tb_nav_jwn {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.ohc-tb_nav_jwn {
  display: flex;
}
}.ohc-tb_tab_jwn {
  border-radius: 10px;
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-weight: 600;
  color: #87ABBE;
  font-size: 0.813rem;
}.ohc-tb_tab_jwn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF4F8;
}.ohc-tb_tab_jwn.ohc-state_active_jwn {
  background: rgba(37, 162, 200, 0.18);
  color: #EEF4F8;
}.ohc-tb_right_jwn {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.ohc-tb_login_jwn {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  padding: 0.563rem 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-weight: 600;
  display: none;
  font-size: 0.813rem;
  color: #C2D6E0;
}.ohc-tb_login_jwn:hover {
  border-color: rgba(37, 162, 200, 0.55);
  color: #EEF4F8;
}
@media(min-width: 477px) {.ohc-tb_login_jwn {
  display: block;
}
}.ohc-tb_reg_jwn {
  transition: background .2s;
  border-radius: 10px;
  background: #2EB86A;
  padding: 9px 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  color: #09151B;
  font-size: 0.813rem;
}.ohc-tb_reg_jwn:hover {
  background: #3DD47C;
}.ohc-sb_jwn {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #132C3C;
  top: 56px;
  z-index: 70;
  position: fixed;
  overflow-y: auto;
  width: 13.75rem;
  left: 0;
  bottom: 0;
}.ohc-sb_jwn.ohc-state_open_jwn {
  transform: translateX(0);
}.ohc-sb_jwn::-webkit-scrollbar {
  width: 0.25rem;
}.ohc-sb_jwn::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.ohc-sb_jwn {
  transform: translateX(0);
}
}.ohc-sb_auth_jwn {
  padding: 0.875rem 0.75rem 10px;
}.ohc-sb_btn_reg_jwn {
  transition: background .2s;
  background: #2EB86A;
  border-radius: 0.625rem;
  padding: 0.688rem;
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.813rem;
  color: #09151B;
}.ohc-sb_btn_reg_jwn:hover {
  background: #3DD47C;
}.ohc-sb_btn_login_jwn {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  color: #C2D6E0;
  display: block;
}.ohc-sb_btn_login_jwn:hover {
  border-color: rgba(37, 162, 200, 0.55);
  color: #EEF4F8;
}.ohc-sb_promo_jwn {
  border-radius: 0.625rem;
  border: 1px solid rgba(37, 162, 200, 0.18);
  background: linear-gradient(135deg,#0A2E42,#132C3C);
  padding: 12px 0.875rem;
  overflow: hidden;
  margin: 0 12px 0.625rem;
  position: relative;
}.ohc-sb_promo_jwn::before {
  background: radial-gradient(circle,rgba(37, 162, 200, 0.18),transparent 70%);
  border-radius: 50%;
  width: 5rem;
  position: absolute;
  content: '';
  top: -20px;
  height: 80px;
  right: -20px;
}.ohc-sb_promo_title_jwn {
  color: #25A2C8;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}.ohc-sb_promo_text_jwn {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #EEF4F8;
}.ohc-sb_promo_sub_jwn {
  color: #567E90;
  font-size: 10px;
  margin-top: 3px;
}.ohc-sb_nav_jwn {
  padding: 6px 8px 16px;
}.ohc-sb_nav_lb_jwn {
  padding: 10px 0.5rem 6px;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #3F6070;
}.ohc-sb_link_jwn {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  border-radius: 0.375rem;
  font-weight: 500;
  display: flex;
  overflow-wrap: break-word;
  color: #87ABBE;
  cursor: pointer;
  font-size: 0.813rem;
  align-items: center;
}.ohc-sb_link_jwn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF4F8;
}.ohc-sb_link_jwn.ohc-state_active_jwn {
  background: rgba(37, 162, 200, 0.18);
  color: #EEF4F8;
}.ohc-sb_ic_jwn {
  border-radius: 6px;
  flex-shrink: 0;
  width: 30px;
  align-items: center;
  height: 30px;
  display: flex;
  justify-content: center;
}.ohc-sb_ic_jwn svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.ohc-sb_ic_1_jwn {
  background: rgba(37, 162, 200, 0.08);
  color: #25A2C8;
}.ohc-sb_ic_2_jwn {
  background: rgba(46, 184, 106, 0.16);
  color: #2EB86A;
}.ohc-sb_ic_3_jwn {
  background: rgba(232, 130, 10, 0.18);
  color: #E8820A;
}.ohc-sb_ic_4_jwn {
  background: rgba(196, 120, 48, 0.20);
  color: #C47830;
}.ohc-sb_ic_5_jwn {
  background: rgba(37, 162, 200, 0.08);
  color: #D94080;
}.ohc-sb_ic_6_jwn {
  background: rgba(196, 120, 48, 0.20);
  color: #8A3FCC;
}.ohc-sb_badge_jwn {
  background: #E8820A;
  padding: 2px 7px;
  border-radius: 6px;
  color: #09151B;
  font-size: 0.563rem;
  margin-left: auto;
  font-weight: 700;
}.ohc-sb_bot_jwn {
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.ohc-sb_lang_jwn,.ohc-sb_help_jwn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  border-radius: 6px;
  gap: 0.375rem;
  transition: border-color .2s;
  padding: 0.563rem 6px;
  font-size: 0.688rem;
  color: #87ABBE;
  align-items: center;
  display: flex;
  font-weight: 600;
  justify-content: center;
}.ohc-sb_lang_jwn:hover,.ohc-sb_help_jwn:hover {
  border-color: rgba(37, 162, 200, 0.55);
  color: #EEF4F8;
}.ohc-sb_lang_jwn svg,.ohc-sb_help_jwn svg {
  height: 0.813rem;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.ohc-sb_bd_jwn {
  background: rgba(6, 13, 18, 0.72);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.ohc-sb_bd_jwn.ohc-state_on_jwn {
  display: block;
}
@media(min-width: 1083px) {.ohc-sb_bd_jwn {
  display: none!important;
}
}.ohc-mob_nav_jwn {
  background: #132C3C;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  right: 0;
  left: 0;
  position: fixed;
  bottom: 0;
  z-index: 80;
  display: flex;
}
@media(min-width: 1081px) {.ohc-mob_nav_jwn {
  display: none;
}
}.ohc-mob_nav_item_jwn {
  flex: 1;
  gap: 0.25rem;
  padding: 0.25rem 2px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  color: #3F6070;
  align-items: center;
}.ohc-mob_nav_ic_jwn {
  line-height: 1;
}.ohc-mob_nav_ic_jwn svg {
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
  width: 20px;
}.ohc-mob_nav_lb_jwn {
  font-size: 10px;
  color: #3F6070;
  font-weight: 600;
}.ohc-mob_nav_item_jwn.ohc-state_active_jwn {
  color: #25A2C8;
}.ohc-mob_nav_item_jwn.ohc-state_active_jwn .ohc-mob_nav_lb_jwn {
  color: #25A2C8;
}.ohc-hero_jwn {
  background: #0C1B24;
  padding: 20px 1rem 0;
}
@media(min-width: 770px) {.ohc-hero_jwn {
  padding: 24px 1.5rem 0;
}
}.ohc-hero_in_jwn {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 1340px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.ohc-hero_in_jwn {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.ohc-hero_in_jwn {
  grid-template-columns: 1fr 21.25rem;
}
}.ohc-hero_promo_jwn {
  border-radius: 1rem;
  overflow: hidden;
  background: #0F2230;
  align-items: stretch;
  position: relative;
  min-height: 13.75rem;
  display: flex;
}
@media(min-width: 767px) {.ohc-hero_promo_jwn {
  min-height: 280px;
}
}.ohc-hero_promo_bg_jwn {
  background-position: center;
  background: linear-gradient(120deg,#0A2E42 0%,#0C1B24 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.ohc-hero_promo_bg_jwn::after {
  inset: 0;
  background: linear-gradient(90deg,#0C1B24 0%,rgba(6, 13, 18, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.ohc-hero_promo_glow_jwn {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196, 120, 48, 0.20) 0%,transparent 65%);
  position: absolute;
  height: 18.75rem;
  top: -2.5rem;
  pointer-events: none;
  width: 300px;
  right: 3.75rem;
}.ohc-hero_promo_ct_jwn {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  z-index: 2;
  flex-direction: column;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 30rem;
}
@media(min-width: 766px) {.ohc-hero_promo_ct_jwn {
  padding: 40px 2rem;
}
}.ohc-hero_badge_jwn {
  background: rgba(37, 162, 200, 0.18);
  border-radius: 20px;
  border: 1px solid rgba(37, 162, 200, 0.08);
  padding: 0.313rem 0.75rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.875rem;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #25A2C8;
}.ohc-hero_h1_jwn {
  margin-bottom: 10px;
  font-weight: 800;
  color: #EEF4F8;
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.15;
}.ohc-hero_h1_jwn em {
  font-style: normal;
  color: #E8820A;
}
@media(min-width: 771px) {.ohc-hero_h1_jwn {
  font-size: 2.25rem;
}
}.ohc-hero_sub_jwn {
  font-size: 0.813rem;
  color: #87ABBE;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width: 770px) {.ohc-hero_sub_jwn {
  font-size: 0.875rem;
}
}.ohc-hero_row_jwn {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.ohc-hero_cta_jwn {
  transition: background .2s;
  border-radius: 0.625rem;
  background: #2EB86A;
  padding: 0.813rem 1.625rem;
  color: #09151B;
  box-shadow: 0.25rem 0.25rem 0px #136638, 0 0 16px rgba(46, 184, 106, 0.32);
  font-size: 14px;
  font-weight: 700;
}.ohc-hero_cta_jwn:hover {
  background: #3DD47C;
}.ohc-hero_terms_jwn {
  font-size: 0.688rem;
  color: #3F6070;
}.ohc-hero_game_jwn {
  background: #0F2230;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
}.ohc-hero_game_badge_jwn {
  border: 1px solid rgba(232, 130, 10, 0.18);
  border-radius: 1.25rem;
  padding: 0.313rem 10px;
  background: rgba(232, 130, 10, 0.18);
  font-size: 0.625rem;
  letter-spacing: .06em;
  color: #E8820A;
  left: 12px;
  z-index: 3;
  position: absolute;
  top: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}.ohc-hero_game_badge_jwn svg {
  vertical-align: -1px;
  margin-right: 0.25rem;
  width: 11px;
  height: 0.688rem;
}.ohc-hero_game_img_jwn {
  background: linear-gradient(135deg,#0A2E42,#0C1B24);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.ohc-hero_game_img_jwn img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ohc-hero_game_play_jwn {
  inset: 0;
  transition: opacity .2s;
  background: rgba(6, 13, 18, 0.72);
  justify-content: center;
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
}.ohc-hero_game_jwn:hover .ohc-hero_game_play_jwn {
  opacity: 1;
}.ohc-hero_game_play_jwn span {
  border-radius: 50%;
  background: #25A2C8;
  height: 52px;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  display: flex;
}.ohc-hero_game_play_jwn span svg {
  width: 18px;
  margin-left: 2px;
  height: 1.125rem;
}.ohc-hero_game_info_jwn {
  padding: 0.875rem 16px;
}.ohc-hero_game_title_jwn {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #EEF4F8;
  font-size: 15px;
}.ohc-hero_game_provider_jwn {
  font-size: 11px;
  color: #567E90;
}.ohc-hero_game_btn_jwn {
  transition: background .2s;
  background: #25A2C8;
  padding: 11px;
  margin: 0.75rem 1rem 1rem;
  border-radius: 10px;
  color: #EEF4F8;
  font-size: 13px;
  display: block;
  font-weight: 700;
  text-align: center;
}.ohc-hero_game_jwn:hover .ohc-hero_game_btn_jwn {
  background: #38BCDF;
}.ohc-sbar_jwn {
  padding: 16px 1rem 0;
  background: #0C1B24;
}
@media(min-width: 770px) {.ohc-sbar_jwn {
  padding: 1.125rem 24px 0;
}
}.ohc-sbar_in_jwn {
  margin: 0 auto;
  max-width: 83.75rem;
}.ohc-sbar_row_jwn {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.ohc-sbar_input_jwn {
  border-radius: 10px;
  background: #0F2230;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 11px 1rem;
  flex: 1;
  transition: border-color .2s;
  gap: 10px;
  cursor: pointer;
  font-size: 0.813rem;
  display: flex;
  color: #567E90;
  align-items: center;
}.ohc-sbar_input_jwn:hover {
  border-color: rgba(37, 162, 200, 0.55);
}.ohc-sbar_input_jwn svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  height: 15px;
  stroke-linecap: round;
  width: 15px;
}.ohc-sbar_providers_jwn {
  border-radius: 0.625rem;
  gap: 0.5rem;
  transition: border-color .2s;
  background: #0F2230;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.688rem 18px;
  font-size: 0.813rem;
  color: #C2D6E0;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  display: flex;
}.ohc-sbar_providers_jwn:hover {
  border-color: rgba(37, 162, 200, 0.55);
  color: #EEF4F8;
}.ohc-sbar_providers_jwn svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
  height: 0.875rem;
}.ohc-sbar_tabs_jwn {
  gap: 0.375rem;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
}.ohc-sbar_tabs_jwn::-webkit-scrollbar {
  display: none;
}.ohc-sbar_tab_jwn {
  border-radius: 1.25rem;
  padding: 0.5rem 14px;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  cursor: pointer;
  color: #87ABBE;
}.ohc-sbar_tab_jwn:hover {
  border-color: rgba(37, 162, 200, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #EEF4F8;
}.ohc-sbar_tab_jwn.ohc-state_active_jwn {
  background: rgba(37, 162, 200, 0.18);
  border-color: rgba(37, 162, 200, 0.08);
  color: #EEF4F8;
}.ohc-sbar_tab_ic_jwn svg {
  stroke-linejoin: round;
  width: 14px;
  height: 0.875rem;
  stroke-linecap: round;
}.ohc-gr_jp_jwn {
  background: linear-gradient(135deg,#1A0E30 0%,#09121C 100%);
  border-radius: 16px;
  padding: 20px;
  overflow: hidden;
  position: relative;
}.ohc-gr_jp_jwn::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196, 120, 48, 0.20) 0%,transparent 70%);
  width: 15.625rem;
  top: -3.75rem;
  height: 15.625rem;
  content: '';
  left: -60px;
  position: absolute;
}.ohc-gr_jp_jwn::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 130, 10, 0.18) 0%,transparent 70%);
  width: 12.5rem;
  position: absolute;
  bottom: -40px;
  right: 0;
  height: 200px;
  content: '';
}.ohc-gr_jp_head_jwn {
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 16px;
  display: flex;
  z-index: 1;
  align-items: flex-start;
}.ohc-gr_jp_info_jwn {
  flex: 1;
}.ohc-gr_jp_label_jwn {
  color: #8A3FCC;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.ohc-gr_jp_label_jwn svg {
  vertical-align: -2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
  height: 0.875rem;
  margin-right: 0.25rem;
}.ohc-gr_jp_amount_jwn {
  color: #EEF4F8;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-weight: 800;
}
@media(min-width: 769px) {.ohc-gr_jp_amount_jwn {
  font-size: 40px;
}
}.ohc-gr_jp_amount_jwn span {
  color: #E8820A;
}.ohc-gr_jp_seo_jwn {
  line-height: 1.5;
  color: #87ABBE;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  max-width: 480px;
}.ohc-gr_jp_cta_jwn {
  background: rgba(196, 120, 48, 0.20);
  padding: 11px 20px;
  border-radius: 0.625rem;
  border: 1px solid rgba(196, 120, 48, 0.20);
  transition: background .2s;
  white-space: nowrap;
  z-index: 1;
  align-self: flex-start;
  color: #EEF4F8;
  font-weight: 700;
  flex-shrink: 0;
  position: relative;
  margin-top: 4px;
  font-size: 13px;
}.ohc-gr_jp_cta_jwn:hover {
  background: #C47830;
}.ohc-gcg_jwn {
  background: #0C1B24;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.ohc-gcg_jwn {
  padding: 2.75rem 24px 0;
}
}.ohc-gcg_in_jwn {
  margin: 0 auto;
  max-width: 1340px;
}.ohc-gcg_head_jwn {
  margin-bottom: 20px;
  max-width: 720px;
}.ohc-gcg_label_jwn {
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #25A2C8;
}.ohc-gcg_h2_jwn {
  font-weight: 800;
  color: #EEF4F8;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.ohc-gcg_h2_jwn {
  font-size: 1.75rem;
}
}.ohc-gcg_intro_jwn {
  font-size: 13px;
  color: #567E90;
  line-height: 1.6;
}.ohc-gcg_grid_jwn {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.ohc-gcg_grid_jwn {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.ohc-gcg_grid_jwn {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ohc-gcg_card_jwn {
  overflow: hidden;
  border-radius: 16px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 20px;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  display: flex;
  min-height: 15rem;
  cursor: pointer;
}.ohc-gcg_card_jwn:hover {
  border-color: rgba(37, 162, 200, 0.18);
  transform: translateY(-3px);
}.ohc-gcg_card_bg_jwn {
  inset: 0;
  position: absolute;
  z-index: 0;
}.ohc-gcg_card_bg_jwn::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.ohc-gcg_card_ic_jwn {
  background: rgba(0,0,0,.45);
  border-radius: 0.375rem;
  top: 1.125rem;
  height: 40px;
  justify-content: center;
  position: absolute;
  align-items: center;
  display: flex;
  width: 40px;
  right: 1.125rem;
  color: #EEF4F8;
  z-index: 2;
}.ohc-gcg_card_ic_jwn svg {
  height: 20px;
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
}.ohc-gcg_card_ct_jwn {
  z-index: 1;
  position: relative;
}.ohc-gcg_card_h_jwn {
  color: #EEF4F8;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 1.125rem;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 767px) {.ohc-gcg_card_h_jwn {
  font-size: 20px;
}
}.ohc-gcg_card_p_jwn {
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  margin-bottom: 10px;
  line-height: 1.55;
  font-size: 12px;
}.ohc-gcg_card_p_jwn strong {
  color: #EEF4F8;
  font-weight: 600;
}.ohc-gcg_card_cta_jwn {
  gap: 4px;
  display: inline-flex;
  color: #25A2C8;
  text-transform: uppercase;
  letter-spacing: .04em;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
}.ohc-gcg_card_cta_jwn svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ohc-ws_jwn {
  background: #0C1B24;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.ohc-ws_jwn {
  padding: 36px 1.5rem 0;
}
}.ohc-ws_in_jwn {
  margin: 0 auto;
  max-width: 83.75rem;
}.ohc-ws_head_jwn {
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
}.ohc-ws_title_jwn {
  gap: 0.625rem;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 700;
  flex-wrap: wrap;
  font-family: 'Oswald', sans-serif;
  color: #EEF4F8;
  display: flex;
  font-size: 16px;
}.ohc-ws_title_ic_jwn svg {
  height: 18px;
  stroke-linecap: round;
  color: #E8820A;
  stroke-linejoin: round;
  width: 1.125rem;
}.ohc-ws_online_jwn {
  gap: 0.438rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #567E90;
}.ohc-ws_online_dot_jwn {
  background: #2EB86A;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(46, 184, 106, 0.16);
  width: 0.5rem;
}.ohc-ws_scroll_jwn {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}.ohc-ws_scroll_jwn::-webkit-scrollbar {
  display: none;
}.ohc-wc_jwn {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.625rem 14px;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background: #0F2230;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-width: 13.75rem;
}.ohc-wc_img_jwn {
  overflow: hidden;
  border-radius: 0.375rem;
  background: #132C3C;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}.ohc-wc_img_jwn img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.ohc-wc_info_jwn {
  min-width: 0;
}.ohc-wc_game_jwn {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  color: #C2D6E0;
}.ohc-wc_player_jwn {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #3F6070;
  text-overflow: ellipsis;
}.ohc-wc_amount_jwn {
  color: #2EB86A;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.813rem;
}.ohc-reg_jwn {
  padding: 2.25rem 16px 0;
  background: #0C1B24;
}
@media(min-width: 766px) {.ohc-reg_jwn {
  padding: 44px 1.5rem 0;
}
}.ohc-reg_in_jwn {
  margin: 0 auto;
  border-radius: 16px;
  background: #132C3C;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.ohc-reg_in_jwn {
  padding: 40px;
}
}.ohc-reg_top_jwn {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.ohc-reg_top_jwn {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.ohc-reg_label_jwn {
  color: #25A2C8;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.ohc-reg_h2_jwn {
  font-family: 'Oswald', sans-serif;
  color: #EEF4F8;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.2;
}
@media(min-width: 770px) {.ohc-reg_h2_jwn {
  font-size: 1.75rem;
}
}.ohc-reg_bonus_jwn {
  background: rgba(232, 130, 10, 0.18);
  border: 1px solid rgba(232, 130, 10, 0.18);
  border-radius: 0.625rem;
  gap: 8px;
  padding: 10px 16px;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.ohc-reg_bonus_amount_jwn {
  font-weight: 800;
  color: #E8820A;
  font-size: 20px;
}.ohc-reg_bonus_text_jwn {
  color: #87ABBE;
  font-size: 0.813rem;
  line-height: 1.35;
}.ohc-reg_cta_btn_jwn {
  padding: 14px 32px;
  border-radius: 10px;
  background: #2EB86A;
  transition: background .2s;
  box-shadow: 4px 4px 0px #136638, 0 0 1rem rgba(46, 184, 106, 0.32);
  margin-bottom: 0.75rem;
  display: inline-block;
  font-size: 15px;
  color: #09151B;
  font-weight: 700;
}.ohc-reg_cta_btn_jwn:hover {
  background: #3DD47C;
}.ohc-reg_terms_jwn {
  color: #3F6070;
  font-size: 11px;
  line-height: 1.5;
}.ohc-reg_seo_jwn {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  font-size: 13px;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1.65;
  color: #567E90;
}.ohc-reg_seo_jwn p {
  margin-bottom: 0.625rem;
  color: #567E90;
  line-height: 1.65;
  font-size: 13px;
}.ohc-reg_seo_jwn p:last-child {
  margin-bottom: 0;
}.ohc-reg_seo_jwn strong {
  font-weight: 700;
  color: #C2D6E0;
}.ohc-reg_seo_jwn a {
  transition: color .2s;
  color: #25A2C8;
  text-decoration: underline;
}.ohc-reg_seo_jwn a:hover {
  color: #38BCDF;
}.ohc-reg_seo_jwn ul,.ohc-reg_seo_jwn ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.ohc-reg_seo_jwn ol {
  list-style: decimal;
}.ohc-reg_seo_jwn li {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #567E90;
  margin-bottom: 4px;
}.ohc-reg_seo_jwn table {
  font-size: 0.813rem;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.ohc-reg_seo_jwn table {
  display: table;
}
}.ohc-reg_seo_jwn th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C2D6E0;
  text-align: left;
  font-weight: 700;
}.ohc-reg_seo_jwn td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #567E90;
}.ohc-reg_steps_jwn {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 862px) {.ohc-reg_steps_jwn {
  margin-top: 0;
}
}.ohc-reg_step_jwn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 16px;
  border-radius: 0.625rem;
  gap: 14px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.ohc-reg_step_num_jwn {
  background: rgba(37, 162, 200, 0.18);
  border: 1px solid rgba(37, 162, 200, 0.08);
  border-radius: 50%;
  width: 34px;
  flex-shrink: 0;
  color: #25A2C8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.125rem;
  font-size: 0.875rem;
  font-weight: 800;
}.ohc-reg_step_title_jwn {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 3px;
  color: #EEF4F8;
}.ohc-reg_step_text_jwn {
  color: #567E90;
  font-size: 0.75rem;
  line-height: 1.5;
}.ohc-reg_trust_jwn {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  margin-top: 20px;
}.ohc-reg_trust_item_jwn {
  gap: 7px;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #567E90;
}.ohc-reg_trust_ic_jwn svg {
  width: 16px;
  color: #25A2C8;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.ohc-bon_jwn {
  padding: 36px 16px 0;
  background: #0C1B24;
}
@media(min-width: 771px) {.ohc-bon_jwn {
  padding: 44px 24px 0;
}
}.ohc-bon_in_jwn {
  margin: 0 auto;
  max-width: 83.75rem;
}.ohc-bon_head_jwn {
  margin-bottom: 20px;
}.ohc-bon_label_jwn {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #25A2C8;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.ohc-bon_h2_jwn {
  font-size: 20px;
  font-weight: 800;
  color: #EEF4F8;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.ohc-bon_h2_jwn {
  font-size: 24px;
}
}.ohc-bon_seo_jwn {
  color: #567E90;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  font-size: 13px;
}.ohc-bon_seo_jwn strong {
  font-weight: 700;
  color: #C2D6E0;
}.ohc-bon_seo_jwn a {
  color: #25A2C8;
  text-decoration: underline;
}.ohc-bon_grid_jwn {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.ohc-bon_grid_jwn {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.ohc-bon_grid_jwn {
  grid-template-columns: repeat(5,1fr);
}
}.ohc-bon_card_jwn {
  padding: 16px;
  border-radius: 0.625rem;
  background: #0F2230;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.ohc-bon_card_jwn:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 162, 200, 0.08);
}.ohc-bon_card_ic_jwn svg {
  height: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 26px;
}.ohc-bon_card_ic_jwn {
  margin-bottom: 10px;
}.ohc-bon_card_type_jwn {
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
  color: #567E90;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
}.ohc-bon_card_amount_jwn {
  font-weight: 800;
  font-size: 18px;
  color: #E8820A;
  margin-bottom: 0.375rem;
  line-height: 1.1;
}.ohc-bon_card_name_jwn {
  overflow-wrap: break-word;
  font-weight: 600;
  color: #EEF4F8;
  margin-bottom: 8px;
  font-size: 0.813rem;
}.ohc-bon_card_detail_jwn {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  color: #3F6070;
  font-size: 11px;
  line-height: 1.5;
}.ohc-prov_jwn {
  background: #0C1B24;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.ohc-prov_jwn {
  padding: 44px 1.5rem 0;
}
}.ohc-prov_in_jwn {
  margin: 0 auto;
  max-width: 83.75rem;
}.ohc-prov_head_jwn {
  margin-bottom: 1rem;
}.ohc-prov_label_jwn {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
  color: #25A2C8;
}.ohc-prov_h2_jwn {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Oswald', sans-serif;
  color: #EEF4F8;
  font-weight: 800;
}
@media(min-width: 767px) {.ohc-prov_h2_jwn {
  font-size: 1.5rem;
}
}.ohc-prov_seo_jwn {
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #567E90;
  margin-bottom: 1rem;
  max-width: 620px;
}.ohc-prov_seo_jwn strong {
  color: #C2D6E0;
  font-weight: 700;
}.ohc-prov_seo_jwn a {
  text-decoration: underline;
  color: #25A2C8;
}.ohc-prov_grid_jwn {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.ohc-prov_grid_jwn {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.ohc-prov_grid_jwn {
  grid-template-columns: repeat(8,1fr);
}
}.ohc-prov_card_jwn {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0F2230;
  padding: 0.875rem 10px;
  transition: border-color .2s,background .2s;
  border-radius: 10px;
  gap: 0.438rem;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.ohc-prov_card_jwn:hover {
  background: #132C3C;
  border-color: rgba(37, 162, 200, 0.55);
}.ohc-prov_logo_jwn {
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  height: 44px;
  display: flex;
  width: 44px;
  justify-content: center;
  align-items: center;
}.ohc-prov_logo_jwn img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.ohc-prov_name_jwn {
  color: #87ABBE;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  overflow-wrap: break-word;
}.ohc-app_jwn {
  padding: 36px 16px 0;
  background: #0C1B24;
}
@media(min-width: 766px) {.ohc-app_jwn {
  padding: 2.75rem 24px 0;
}
}.ohc-app_in_jwn {
  margin: 0 auto;
  max-width: 1340px;
}.ohc-app_head_jwn {
  margin-bottom: 1rem;
}.ohc-app_label_jwn {
  font-size: 11px;
  letter-spacing: .08em;
  color: #25A2C8;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
}.ohc-app_h2_jwn {
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 20px;
  color: #EEF4F8;
}
@media(min-width: 769px) {.ohc-app_h2_jwn {
  font-size: 1.5rem;
}
}.ohc-app_sub_jwn {
  max-width: 600px;
  color: #567E90;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.ohc-app_sub_jwn strong {
  color: #C2D6E0;
  font-weight: 700;
}.ohc-app_cards_jwn {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 643px) {.ohc-app_cards_jwn {
  grid-template-columns: repeat(3,1fr);
}
}.ohc-app_card_jwn {
  border-radius: 10px;
  padding: 20px;
  gap: 1rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.ohc-app_card_ios_jwn {
  background: linear-gradient(135deg,rgba(37, 162, 200, 0.18) 0%,#132C3C 100%);
}.ohc-app_card_android_jwn {
  background: linear-gradient(135deg,rgba(46, 184, 106, 0.16) 0%,#132C3C 100%);
}.ohc-app_card_win_jwn {
  background: linear-gradient(135deg,rgba(232, 130, 10, 0.18) 0%,#132C3C 100%);
}.ohc-app_card_ic_jwn svg {
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
  height: 2.125rem;
}.ohc-app_card_ic_jwn {
  color: #EEF4F8;
  flex-shrink: 0;
}.ohc-app_card_os_jwn {
  color: #567E90;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.ohc-app_card_title_jwn {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.938rem;
  color: #EEF4F8;
  overflow-wrap: break-word;
  line-height: 1.2;
}.ohc-app_card_text_jwn {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #567E90;
}.ohc-app_card_btn_jwn {
  padding: 0.625rem 1.125rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(37, 162, 200, 0.55);
  border-radius: 0.375rem;
  gap: 7px;
  transition: background .2s;
  display: inline-flex;
  color: #EEF4F8;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}.ohc-app_card_btn_jwn:hover {
  background: rgba(255, 255, 255, 0.07);
}.ohc-seo_jwn {
  padding: 2.25rem 1rem 0;
  background: #0C1B24;
}
@media(min-width: 770px) {.ohc-seo_jwn {
  padding: 2.75rem 24px 0;
}
}.ohc-seo_in_jwn {
  border-radius: 16px;
  background: #132C3C;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 1.5rem;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width:768px) {.ohc-seo_in_jwn {
  padding: 36px 2.5rem;
}
}.ohc-seo_label_jwn {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #25A2C8;
  font-weight: 700;
  font-size: 11px;
}.ohc-seo_h2_jwn {
  font-family: 'Oswald', sans-serif;
  line-height: 1.25;
  color: #EEF4F8;
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.ohc-seo_h2_jwn {
  font-size: 24px;
}
}.ohc-seo_body_jwn {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #87ABBE;
  font-size: 14px;
}.ohc-seo_body_jwn p {
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #87ABBE;
}.ohc-seo_body_jwn p:last-child {
  margin-bottom: 0;
}.ohc-seo_body_jwn strong {
  font-weight: 700;
  color: #C2D6E0;
}.ohc-seo_body_jwn a {
  transition: color .2s;
  color: #25A2C8;
  text-decoration: underline;
}.ohc-seo_body_jwn a:hover {
  color: #38BCDF;
}.ohc-seo_body_jwn ul,.ohc-seo_body_jwn ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.ohc-seo_body_jwn ol {
  list-style: decimal;
}.ohc-seo_body_jwn li {
  line-height: 1.75;
  color: #87ABBE;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.ohc-seo_body_jwn table {
  margin-bottom: 0.75rem;
  font-size: 13px;
  overflow-x: auto;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 766px) {.ohc-seo_body_jwn table {
  display: table;
}
}.ohc-seo_body_jwn th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C2D6E0;
  text-align: left;
  font-weight: 700;
}.ohc-seo_body_jwn td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #87ABBE;
}.ohc-seo_cols_jwn {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.ohc-seo_cols_jwn {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.ohc-seo_cols_jwn {
  grid-template-columns: repeat(3,1fr);
}
}.ohc-seo_col_h_jwn {
  font-weight: 700;
  color: #C2D6E0;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.ohc-seo_col_p_jwn {
  font-size: 0.813rem;
  color: #567E90;
  line-height: 1.65;
  overflow-wrap: break-word;
}.ohc-seo_stats_jwn {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.ohc-seo_stat_jwn {
  flex: 1;
  background: rgba(37, 162, 200, 0.08);
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(37, 162, 200, 0.18);
  min-width: 8.75rem;
}.ohc-seo_stat_val_jwn {
  margin-bottom: 0.25rem;
  color: #25A2C8;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.ohc-seo_stat_lb_jwn {
  color: #567E90;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.ohc-faq_jwn {
  padding: 36px 1rem 0;
  background: #0C1B24;
}
@media(min-width: 770px) {.ohc-faq_jwn {
  padding: 44px 24px 0;
}
}.ohc-faq_in_jwn {
  margin: 0 auto;
  max-width: 1340px;
}.ohc-faq_head_jwn {
  margin-bottom: 20px;
}.ohc-faq_label_jwn {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #25A2C8;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.ohc-faq_h2_jwn {
  font-family: 'Oswald', sans-serif;
  color: #EEF4F8;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.ohc-faq_h2_jwn {
  font-size: 24px;
}
}.ohc-faq_list_jwn {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.ohc-faq_item_jwn {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  background: #132C3C;
  overflow: hidden;
}.ohc-faq_q_jwn {
  padding: 1rem 20px;
  transition: color .2s;
  gap: 12px;
  flex-wrap: wrap;
  cursor: pointer;
  color: #C2D6E0;
  font-weight: 600;
  overflow-wrap: break-word;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
}.ohc-faq_q_jwn:hover {
  color: #EEF4F8;
}.ohc-faq_q_ic_jwn {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  font-size: 1rem;
  color: #25A2C8;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
}.ohc-faq_item_jwn.ohc-state_open_jwn .ohc-faq_q_ic_jwn {
  transform: rotate(45deg);
}.ohc-faq_a_jwn {
  padding: 0 1.25rem 1rem;
  color: #567E90;
  font-size: 0.813rem;
  display: none;
  line-height: 1.7;
  overflow-wrap: break-word;
}.ohc-faq_item_jwn.ohc-state_open_jwn .ohc-faq_a_jwn {
  display: block;
}.ohc-faq_a_jwn strong {
  font-weight: 700;
  color: #C2D6E0;
}.ohc-faq_a_jwn a {
  text-decoration: underline;
  color: #25A2C8;
}.ohc-faq_a_jwn ul,.ohc-faq_a_jwn ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.ohc-faq_a_jwn ol {
  list-style: decimal;
}.ohc-faq_a_jwn li {
  margin-bottom: 4px;
  line-height: 1.6;
}.ohc-faq_a_jwn table {
  margin: 0.5rem 0;
  overflow-x: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
  font-size: 0.75rem;
}
@media(min-width: 770px) {.ohc-faq_a_jwn table {
  display: table;
}
}.ohc-faq_a_jwn th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  color: #C2D6E0;
  font-weight: 700;
}.ohc-faq_a_jwn td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #567E90;
}.ohc-seo_jwn {
  background: #0C1B24;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.ohc-seo_jwn {
  padding: 44px 1.5rem 0;
}
}.ohc-seo_in_jwn {
  margin: 0 auto;
  background: #132C3C;
  padding: 1.75rem 24px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 1340px;
}
@media(min-width: 769px) {.ohc-seo_in_jwn {
  padding: 2.25rem 40px;
}
}.ohc-seo_label_jwn {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.688rem;
  color: #25A2C8;
  letter-spacing: .08em;
  text-transform: uppercase;
}.ohc-seo_h2_jwn {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
  color: #EEF4F8;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0.875rem;
}
@media(min-width: 766px) {.ohc-seo_h2_jwn {
  font-size: 24px;
}
}.ohc-seo_body_jwn {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #87ABBE;
}.ohc-seo_body_jwn p {
  font-size: 14px;
  color: #87ABBE;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.ohc-seo_body_jwn p:last-child {
  margin-bottom: 0;
}.ohc-seo_body_jwn strong {
  color: #C2D6E0;
  font-weight: 700;
}.ohc-seo_body_jwn a {
  transition: color .2s;
  color: #25A2C8;
  text-decoration: underline;
}.ohc-seo_body_jwn a:hover {
  color: #38BCDF;
}.ohc-seo_body_jwn ul,.ohc-seo_body_jwn ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.ohc-seo_body_jwn ol {
  list-style: decimal;
}.ohc-seo_body_jwn li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #87ABBE;
}.ohc-seo_body_jwn table {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  width: 100%;
}
@media(min-width: 770px) {.ohc-seo_body_jwn table {
  display: table;
}
}.ohc-seo_body_jwn th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C2D6E0;
  font-weight: 700;
  text-align: left;
}.ohc-seo_body_jwn td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #87ABBE;
}.ohc-seo_cols_jwn {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.ohc-seo_cols_jwn {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.ohc-seo_cols_jwn {
  grid-template-columns: repeat(3,1fr);
}
}.ohc-seo_col_h_jwn {
  color: #C2D6E0;
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.ohc-seo_col_p_jwn {
  color: #567E90;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.ohc-seo_stats_jwn {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.ohc-seo_stat_jwn {
  border-radius: 10px;
  background: rgba(37, 162, 200, 0.08);
  flex: 1;
  border: 1px solid rgba(37, 162, 200, 0.18);
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.ohc-seo_stat_val_jwn {
  font-weight: 800;
  margin-bottom: 4px;
  color: #25A2C8;
  overflow-wrap: break-word;
  font-size: 20px;
}.ohc-seo_stat_lb_jwn {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #567E90;
}.ohc-rv_jwn {
  background: #0C1B24;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.ohc-rv_jwn {
  padding: 44px 24px 0;
}
}.ohc-rv_in_jwn {
  margin: 0 auto;
  max-width: 83.75rem;
}.ohc-rv_head_jwn {
  margin-bottom: 20px;
  max-width: 45rem;
}.ohc-rv_label_jwn {
  font-weight: 700;
  color: #25A2C8;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}.ohc-rv_h2_jwn {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  color: #EEF4F8;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.ohc-rv_h2_jwn {
  font-size: 1.75rem;
}
}.ohc-rv_stats_jwn {
  gap: 1.125rem;
  align-items: center;
  font-size: 13px;
  display: flex;
  color: #567E90;
  flex-wrap: wrap;
}.ohc-rv_stats_score_jwn {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.ohc-rv_stats_score_val_jwn {
  color: #E8820A;
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Oswald', sans-serif;
}.ohc-rv_stats_score_max_jwn {
  font-size: 0.813rem;
  color: #3F6070;
}.ohc-rv_stats_badge_jwn {
  gap: 4px;
  display: flex;
  align-items: center;
}.ohc-rv_stats_badge_jwn svg {
  width: 0.875rem;
  height: 14px;
  color: #E8820A;
}.ohc-rv_grid_jwn {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.ohc-rv_grid_jwn {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.ohc-rv_grid_jwn {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ohc-rv_card_jwn {
  padding: 1.25rem;
  border-radius: 10px;
  background: #132C3C;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex-direction: column;
  display: flex;
}.ohc-rv_card_stars_jwn {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #E8820A;
}.ohc-rv_card_stars_jwn svg {
  width: 0.875rem;
  height: 14px;
}.ohc-rv_card_h_jwn {
  line-height: 1.3;
  color: #EEF4F8;
  margin-bottom: 8px;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.ohc-rv_card_body_jwn {
  flex: 1;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #567E90;
  font-size: 0.813rem;
  line-height: 1.65;
}.ohc-rv_card_body_jwn strong {
  color: #C2D6E0;
  font-weight: 600;
}.ohc-rv_card_meta_jwn {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  padding-top: 12px;
  align-items: center;
}.ohc-rv_card_author_jwn {
  font-size: 12px;
  font-weight: 600;
  color: #C2D6E0;
}.ohc-rv_card_date_jwn {
  font-size: 0.688rem;
  color: #3F6070;
}.ohc-seo_jwn {
  padding: 36px 16px 0;
  background: #0C1B24;
}
@media(min-width: 766px) {.ohc-seo_jwn {
  padding: 2.75rem 1.5rem 0;
}
}.ohc-seo_in_jwn {
  padding: 1.75rem 1.5rem;
  background: #132C3C;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 83.75rem;
}
@media(min-width: 771px) {.ohc-seo_in_jwn {
  padding: 36px 40px;
}
}.ohc-seo_label_jwn {
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  color: #25A2C8;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.ohc-seo_h2_jwn {
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #EEF4F8;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 14px;
}
@media(min-width:768px) {.ohc-seo_h2_jwn {
  font-size: 24px;
}
}.ohc-seo_body_jwn {
  line-height: 1.75;
  font-size: 14px;
  color: #87ABBE;
  overflow-wrap: break-word;
}.ohc-seo_body_jwn p {
  line-height: 1.75;
  font-size: 14px;
  color: #87ABBE;
  margin-bottom: 12px;
}.ohc-seo_body_jwn p:last-child {
  margin-bottom: 0;
}.ohc-seo_body_jwn strong {
  font-weight: 700;
  color: #C2D6E0;
}.ohc-seo_body_jwn a {
  transition: color .2s;
  color: #25A2C8;
  text-decoration: underline;
}.ohc-seo_body_jwn a:hover {
  color: #38BCDF;
}.ohc-seo_body_jwn ul,.ohc-seo_body_jwn ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.ohc-seo_body_jwn ol {
  list-style: decimal;
}.ohc-seo_body_jwn li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  color: #87ABBE;
  line-height: 1.75;
}.ohc-seo_body_jwn table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 767px) {.ohc-seo_body_jwn table {
  display: table;
}
}.ohc-seo_body_jwn th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #C2D6E0;
  text-align: left;
}.ohc-seo_body_jwn td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #87ABBE;
}.ohc-seo_cols_jwn {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width:640px) {.ohc-seo_cols_jwn {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.ohc-seo_cols_jwn {
  grid-template-columns: repeat(3,1fr);
}
}.ohc-seo_col_h_jwn {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C2D6E0;
}.ohc-seo_col_p_jwn {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #567E90;
  line-height: 1.65;
}.ohc-seo_stats_jwn {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.ohc-seo_stat_jwn {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(37, 162, 200, 0.18);
  background: rgba(37, 162, 200, 0.08);
  flex: 1;
  border-radius: 0.625rem;
  min-width: 8.75rem;
}.ohc-seo_stat_val_jwn {
  color: #25A2C8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 4px;
}.ohc-seo_stat_lb_jwn {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #567E90;
}.ohc-ft_jwn {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #060D12;
  margin-top: 3rem;
}.ohc-ft_support_jwn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 769px) {.ohc-ft_support_jwn {
  padding: 1.75rem 1.5rem;
}
}.ohc-ft_support_in_jwn {
  margin: 0 auto;
  gap: 1rem;
  max-width: 83.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.ohc-ft_support_main_jwn {
  gap: 1rem;
  flex: 1;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
}.ohc-ft_support_ic_jwn {
  color: #25A2C8;
  flex-shrink: 0;
}.ohc-ft_support_ic_jwn svg {
  stroke-linejoin: round;
  width: 1.875rem;
  height: 30px;
  stroke-linecap: round;
}.ohc-ft_support_text_title_jwn {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 15px;
  color: #EEF4F8;
  overflow-wrap: break-word;
}.ohc-ft_support_text_sub_jwn {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #567E90;
}.ohc-ft_support_btn_jwn {
  border-radius: 10px;
  padding: 0.688rem 22px;
  background: #25A2C8;
  transition: background .2s;
  white-space: nowrap;
  flex-shrink: 0;
  color: #EEF4F8;
  font-size: 13px;
  font-weight: 700;
}.ohc-ft_support_btn_jwn:hover {
  background: #38BCDF;
}.ohc-ft_support_contacts_jwn {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.ohc-ft_support_contact_jwn {
  font-size: 12px;
  color: #3F6070;
  line-height: 1.4;
}.ohc-ft_support_contact_jwn strong {
  font-size: 11px;
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
  color: #87ABBE;
}.ohc-ft_main_jwn {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.ohc-ft_main_jwn {
  padding: 2.5rem 1.5rem 32px;
}
}.ohc-ft_main_in_jwn {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 83.75rem;
}
@media(min-width: 641px) {.ohc-ft_main_in_jwn {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.ohc-ft_main_in_jwn {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.ohc-ft_col_logo_jwn {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.ohc-ft_col_logo_jwn {
  grid-column: auto;
}
}.ohc-ft_logo_jwn {
  gap: 0.563rem;
  flex-wrap: wrap;
  font-weight: 800;
  margin-bottom: 12px;
  font-size: 16px;
  color: #EEF4F8;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
}.ohc-ft_logo_mark_jwn {
  overflow: hidden;
  border-radius: 6px;
  height: 30px;
  width: 1.875rem;
}.ohc-ft_logo_mark_jwn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.ohc-ft_logo_sub_jwn {
  color: #3F6070;
  max-width: 12.5rem;
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
}.ohc-ft_col_title_jwn {
  font-weight: 700;
  color: #87ABBE;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 14px;
}.ohc-ft_col_links_jwn {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.ohc-ft_col_link_jwn {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #3F6070;
}.ohc-ft_col_link_jwn:hover {
  color: #C2D6E0;
}.ohc-ft_apps_jwn {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.ohc-ft_app_card_jwn {
  border-radius: 0.375rem;
  transition: border-color .2s;
  gap: 10px;
  padding: 10px 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
}.ohc-ft_app_card_jwn:hover {
  border-color: rgba(37, 162, 200, 0.55);
}.ohc-ft_app_card_ic_jwn svg {
  height: 22px;
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
}.ohc-ft_app_card_os_jwn {
  font-weight: 600;
  color: #3F6070;
  font-size: 10px;
}.ohc-ft_app_card_action_jwn {
  font-weight: 700;
  font-size: 0.75rem;
  color: #C2D6E0;
}.ohc-ft_bot_jwn {
  padding: 1.25rem 16px;
}
@media(min-width: 765px) {.ohc-ft_bot_jwn {
  padding: 20px 1.5rem;
}
}.ohc-ft_bot_in_jwn {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  max-width: 1340px;
  align-items: center;
  flex-wrap: wrap;
}.ohc-ft_socials_jwn {
  gap: 8px;
  display: flex;
}.ohc-ft_soc_jwn {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  height: 36px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2.25rem;
  color: #87ABBE;
}.ohc-ft_soc_jwn svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.ohc-ft_soc_jwn:hover {
  background: rgba(255, 255, 255, 0.07);
}.ohc-ft_legal_jwn {
  flex: 1;
  color: #537A8C;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 11px;
  min-width: 12.5rem;
}.ohc-ft_legal_jwn strong {
  font-weight: 700;
  color: #87ABBE;
}.ohc-ft_legal_jwn a {
  color: #87ABBE;
  text-decoration: underline;
}.ohc-ft_age_jwn {
  border-radius: 50%;
  border: 2px solid #537A8C;
  color: #537A8C;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  font-weight: 800;
  justify-content: center;
  font-size: 11px;
  width: 32px;
  height: 32px;
}