*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0E0F13;
  min-height: 100vh;
  line-height: 1.6;
  color: #C6CCD8;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  font: inherit;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.ozu-layout-sr4 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.ozu-page-sr4 {
  min-height: 100vh;
  display: flex;
}.ozu-main-sr4 {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1082px) {.ozu-main-sr4 {
  padding-left: 220px;
}
}
@media(max-width:1079px) {.ozu-main-sr4 {
  padding-bottom: 4.5rem;
}
}.ozu-gc-sr4 {
  overflow: hidden;
  background: #12141A;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  flex-shrink: 0;
  position: relative;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 641px) {.ozu-gc-sr4 {
  width: 156px;
}
}
@media(min-width: 1083px) {.ozu-gc-sr4 {
  width: 168px;
}
}.ozu-gc-sr4:hover {
  border-color: rgba(232, 125, 18, 0.07);
  transform: translateY(-3px);
}.ozu-gc_img-sr4 {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.ozu-gc_img-sr4 img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.ozu-gc_hover-sr4 {
  background: rgba(0, 0, 0, 0.68);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
}.ozu-gc-sr4:hover .ozu-gc_hover-sr4 {
  opacity: 1;
}.ozu-gc_hover_btn-sr4 {
  padding: 8px 1rem;
  border-radius: 0.25rem;
  background: #E87D12;
  color: #F1F3F7;
  font-weight: 700;
  font-size: 0.75rem;
}.ozu-gc_info-sr4 {
  padding: 8px 10px 0.625rem;
}.ozu-gc_name-sr4 {
  overflow: hidden;
  color: #C6CCD8;
  max-width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
}.ozu-gc_prov-sr4 {
  font-size: 10px;
  color: #4E5767;
}.ozu-gc_tag-sr4 {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  position: absolute;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  z-index: 2;
  left: 6px;
  top: 6px;
}.ozu-gc_tag_hot-sr4 {
  background: #E53030;
  color: #fff;
}.ozu-gc_tag_new-sr4 {
  background: #1FB864;
  color: #0E0F13;
}.ozu-gc_tag_jp-sr4 {
  background: #F0A800;
  color: #0E0F13;
}.ozu-gc_tag_ex-sr4 {
  background: #3A6BBF;
  color: #fff;
}.ozu-gc_tag_live-sr4 {
  background: #E53030;
  color: #fff;
}.ozu-gr-sr4 {
  background: #0E0F13;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.ozu-gr-sr4 {
  padding: 36px 1.5rem 0;
}
}.ozu-gr_in-sr4 {
  margin: 0 auto;
  max-width: 1360px;
}.ozu-gr_head-sr4 {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}.ozu-gr_head_l-sr4 {
  flex: 1;
  gap: 10px;
  display: flex;
  min-width: 0;
  align-items: center;
}.ozu-gr_ic-sr4 {
  border-radius: 8px;
  justify-content: center;
  height: 32px;
  width: 32px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.ozu-gr_ic-sr4 svg {
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
}.ozu-gr_title-sr4 {
  color: #F1F3F7;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media(min-width:768px) {.ozu-gr_title-sr4 {
  font-size: 1.125rem;
}
}.ozu-gr_more-sr4 {
  gap: 5px;
  transition: color .2s;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  color: #626B7A;
}.ozu-gr_more-sr4:hover {
  color: #E87D12;
}.ozu-gr_more-sr4 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
  height: 12px;
}.ozu-gr_arrows-sr4 {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.ozu-gr_arr-sr4 {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  height: 30px;
  color: #8D96A6;
  align-items: center;
  display: flex;
  width: 1.875rem;
  justify-content: center;
}.ozu-gr_arr-sr4:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F1F3F7;
}.ozu-gr_arr-sr4 svg {
  height: 13px;
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ozu-gr_seo_h-sr4 {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-family: 'Exo 2', sans-serif;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C6CCD8;
}
@media(min-width: 765px) {.ozu-gr_seo_h-sr4 {
  font-size: 0.875rem;
}
}.ozu-gr_seo-sr4 {
  color: #626B7A;
  max-width: 42.5rem;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-size: 12px;
}.ozu-gr_seo-sr4 strong {
  color: #C6CCD8;
  font-weight: 600;
}.ozu-gr_scroll-sr4 {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.ozu-gr_scroll-sr4::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.ozu-gr_scroll-sr4 {
  gap: 12px;
}
}.ozu-tb-sr4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0E0F13;
  left: 0;
  top: 0;
  right: 0;
  position: fixed;
  align-items: center;
  display: flex;
  height: 3.5rem;
  z-index: 80;
}.ozu-tb_in-sr4 {
  padding: 0 0.875rem;
  gap: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}.ozu-tb_burger-sr4 {
  border-radius: 8px;
  gap: 0.313rem;
  height: 38px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  width: 2.375rem;
  margin-right: 0.5rem;
  align-items: center;
}.ozu-tb_burger-sr4:hover {
  background: rgba(255, 255, 255, 0.05);
}.ozu-tb_burger_line-sr4 {
  border-radius: 1px;
  background: #8D96A6;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1077px) {.ozu-tb_burger-sr4 {
  display: none;
}
}.ozu-tb_logo-sr4 {
  gap: 0.563rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F1F3F7;
  margin-right: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  font-size: 18px;
  display: flex;
  letter-spacing: -.01em;
}.ozu-tb_logo_mark-sr4 {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 2rem;
  display: flex;
  width: 2rem;
  justify-content: center;
  align-items: center;
}.ozu-tb_logo_mark-sr4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.ozu-tb_nav-sr4 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.ozu-tb_nav-sr4 {
  display: flex;
}
}.ozu-tb_tab-sr4 {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  font-weight: 600;
  color: #8D96A6;
  font-size: 13px;
  white-space: nowrap;
}.ozu-tb_tab-sr4:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F1F3F7;
}.ozu-tb_tab-sr4.ozu-state_active-sr4 {
  background: rgba(232, 125, 18, 0.18);
  color: #F1F3F7;
}.ozu-tb_right-sr4 {
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
}.ozu-tb_login-sr4 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 9px 16px;
  font-weight: 600;
  display: none;
  color: #C6CCD8;
  font-size: 0.813rem;
}.ozu-tb_login-sr4:hover {
  border-color: rgba(232, 126, 18, 0.55);
  color: #F1F3F7;
}
@media(min-width: 477px) {.ozu-tb_login-sr4 {
  display: block;
}
}.ozu-tb_reg-sr4 {
  background: #1FB864;
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  border-radius: 0.5rem;
  color: #0C0D11;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
}.ozu-tb_reg-sr4:hover {
  background: #25D274;
}.ozu-sb-sr4 {
  transform: translateX(-100%);
  background: #16181F;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  position: fixed;
  overflow-y: auto;
  top: 56px;
  left: 0;
  bottom: 0;
  z-index: 70;
  width: 13.75rem;
}.ozu-sb-sr4.ozu-state_open-sr4 {
  transform: translateX(0);
}.ozu-sb-sr4::-webkit-scrollbar {
  width: 0.25rem;
}.ozu-sb-sr4::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.ozu-sb-sr4 {
  transform: translateX(0);
}
}.ozu-sb_auth-sr4 {
  padding: 14px 12px 10px;
}.ozu-sb_btn_reg-sr4 {
  transition: background .2s;
  background: #1FB864;
  padding: 0.688rem;
  border-radius: 8px;
  margin-bottom: 8px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #0C0D11;
  font-size: 13px;
}.ozu-sb_btn_reg-sr4:hover {
  background: #25D274;
}.ozu-sb_btn_login-sr4 {
  border-radius: 8px;
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  text-align: center;
  font-weight: 600;
  display: block;
  color: #C6CCD8;
  font-size: 0.813rem;
}.ozu-sb_btn_login-sr4:hover {
  border-color: rgba(232, 126, 18, 0.55);
  color: #F1F3F7;
}.ozu-sb_promo-sr4 {
  overflow: hidden;
  background: linear-gradient(135deg,#1A1008,#16181F);
  border: 1px solid rgba(232, 125, 18, 0.18);
  margin: 0 12px 10px;
  padding: 12px 14px;
  border-radius: 0.5rem;
  position: relative;
}.ozu-sb_promo-sr4::before {
  background: radial-gradient(circle,rgba(232, 125, 18, 0.18),transparent 70%);
  border-radius: 50%;
  width: 5rem;
  position: absolute;
  top: -1.25rem;
  height: 5rem;
  content: '';
  right: -20px;
}.ozu-sb_promo_title-sr4 {
  color: #E87D12;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.688rem;
  margin-bottom: 4px;
}.ozu-sb_promo_text-sr4 {
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F1F3F7;
  font-size: 12px;
  line-height: 1.35;
}.ozu-sb_promo_sub-sr4 {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #626B7A;
}.ozu-sb_nav-sr4 {
  padding: 0.375rem 8px 1rem;
}.ozu-sb_nav_lb-sr4 {
  padding: 10px 0.5rem 0.375rem;
  font-weight: 700;
  color: #4E5767;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
}.ozu-sb_link-sr4 {
  border-radius: 0.25rem;
  padding: 0.563rem 0.625rem;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  color: #8D96A6;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
  overflow-wrap: break-word;
}.ozu-sb_link-sr4:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F1F3F7;
}.ozu-sb_link-sr4.ozu-state_active-sr4 {
  background: rgba(232, 125, 18, 0.18);
  color: #F1F3F7;
}.ozu-sb_ic-sr4 {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 1.875rem;
  flex-shrink: 0;
  width: 1.875rem;
}.ozu-sb_ic-sr4 svg {
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ozu-sb_ic_1-sr4 {
  background: rgba(232, 125, 18, 0.07);
  color: #E87D12;
}.ozu-sb_ic_2-sr4 {
  background: rgba(31, 184, 100, 0.16);
  color: #1FB864;
}.ozu-sb_ic_3-sr4 {
  background: rgba(240, 168, 0, 0.16);
  color: #F0A800;
}.ozu-sb_ic_4-sr4 {
  background: rgba(58, 107, 191, 0.20);
  color: #3A6BBF;
}.ozu-sb_ic_5-sr4 {
  background: rgba(232, 125, 18, 0.07);
  color: #E8407A;
}.ozu-sb_ic_6-sr4 {
  background: rgba(58, 107, 191, 0.20);
  color: #9B5CF6;
}.ozu-sb_badge-sr4 {
  border-radius: 4px;
  background: #F0A800;
  padding: 2px 7px;
  color: #0C0D11;
  font-size: 9px;
  margin-left: auto;
  font-weight: 700;
}.ozu-sb_bot-sr4 {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  display: flex;
}.ozu-sb_lang-sr4,.ozu-sb_help-sr4 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.375rem;
  transition: border-color .2s;
  padding: 9px 6px;
  flex: 1;
  color: #8D96A6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
}.ozu-sb_lang-sr4:hover,.ozu-sb_help-sr4:hover {
  border-color: rgba(232, 126, 18, 0.55);
  color: #F1F3F7;
}.ozu-sb_lang-sr4 svg,.ozu-sb_help-sr4 svg {
  stroke-linecap: round;
  height: 13px;
  width: 0.813rem;
  stroke-linejoin: round;
}.ozu-sb_bd-sr4 {
  background: rgba(0, 0, 0, 0.68);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.ozu-sb_bd-sr4.ozu-state_on-sr4 {
  display: block;
}
@media(min-width: 1083px) {.ozu-sb_bd-sr4 {
  display: none!important;
}
}.ozu-mob_nav-sr4 {
  background: #16181F;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  left: 0;
  z-index: 80;
  right: 0;
  position: fixed;
  bottom: 0;
}
@media(min-width: 1077px) {.ozu-mob_nav-sr4 {
  display: none;
}
}.ozu-mob_nav_item-sr4 {
  gap: 0.25rem;
  flex: 1;
  padding: 0.25rem 2px;
  color: #4E5767;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}.ozu-mob_nav_ic-sr4 {
  line-height: 1;
}.ozu-mob_nav_ic-sr4 svg {
  stroke-linecap: round;
  height: 20px;
  width: 1.25rem;
  stroke-linejoin: round;
}.ozu-mob_nav_lb-sr4 {
  font-weight: 600;
  font-size: 10px;
  color: #4E5767;
}.ozu-mob_nav_item-sr4.ozu-state_active-sr4 {
  color: #E87D12;
}.ozu-mob_nav_item-sr4.ozu-state_active-sr4 .ozu-mob_nav_lb-sr4 {
  color: #E87D12;
}.ozu-hero-sr4 {
  background: #0E0F13;
  padding: 1.25rem 16px 0;
}
@media(min-width: 766px) {.ozu-hero-sr4 {
  padding: 24px 24px 0;
}
}.ozu-hero_in-sr4 {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 85rem;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.ozu-hero_in-sr4 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.ozu-hero_in-sr4 {
  grid-template-columns: 1fr 340px;
}
}.ozu-hero_promo-sr4 {
  overflow: hidden;
  background: #12141A;
  border-radius: 14px;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 220px;
}
@media(min-width: 771px) {.ozu-hero_promo-sr4 {
  min-height: 280px;
}
}.ozu-hero_promo_bg-sr4 {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#1A1008 0%,#0E0F13 100%);
  background-size: cover;
  position: absolute;
}.ozu-hero_promo_bg-sr4::after {
  background: linear-gradient(90deg,#0E0F13 0%,rgba(0, 0, 0, 0.68) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.ozu-hero_promo_glow-sr4 {
  background: radial-gradient(circle,rgba(58, 107, 191, 0.20) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  top: -2.5rem;
  width: 18.75rem;
  pointer-events: none;
  height: 300px;
  right: 60px;
}.ozu-hero_promo_ct-sr4 {
  padding: 1.75rem 1.5rem 28px 1.75rem;
  max-width: 480px;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media(min-width: 767px) {.ozu-hero_promo_ct-sr4 {
  padding: 2.5rem 32px;
}
}.ozu-hero_badge-sr4 {
  border-radius: 1.25rem;
  background: rgba(232, 125, 18, 0.18);
  border: 1px solid rgba(232, 125, 18, 0.07);
  padding: 0.313rem 0.75rem;
  text-transform: uppercase;
  color: #E87D12;
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: .08em;
}.ozu-hero_h1-sr4 {
  overflow-wrap: break-word;
  color: #F1F3F7;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 10px;
  font-family: 'Exo 2', sans-serif;
  font-size: 26px;
}.ozu-hero_h1-sr4 em {
  color: #F0A800;
  font-style: normal;
}
@media(min-width: 771px) {.ozu-hero_h1-sr4 {
  font-size: 36px;
}
}.ozu-hero_sub-sr4 {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.55;
  color: #8D96A6;
}
@media(min-width: 767px) {.ozu-hero_sub-sr4 {
  font-size: 0.875rem;
}
}.ozu-hero_row-sr4 {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.ozu-hero_cta-sr4 {
  transition: background .2s;
  background: #1FB864;
  padding: 13px 26px;
  border-radius: 8px;
  font-weight: 700;
  color: #0C0D11;
  font-size: 0.875rem;
  box-shadow: 0 0.25rem 20px rgba(31, 184, 100, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}.ozu-hero_cta-sr4:hover {
  background: #25D274;
}.ozu-hero_terms-sr4 {
  color: #4E5767;
  font-size: 11px;
}.ozu-hero_game-sr4 {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.875rem;
  background: #12141A;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
}.ozu-hero_game_badge-sr4 {
  padding: 0.313rem 0.625rem;
  background: rgba(240, 168, 0, 0.16);
  border: 1px solid rgba(240, 168, 0, 0.16);
  border-radius: 20px;
  letter-spacing: .06em;
  top: 12px;
  position: absolute;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #F0A800;
  left: 0.75rem;
  z-index: 3;
}.ozu-hero_game_badge-sr4 svg {
  width: 0.688rem;
  margin-right: 0.25rem;
  height: 0.688rem;
  vertical-align: -1px;
}.ozu-hero_game_img-sr4 {
  background: linear-gradient(135deg,#1A1008,#0E0F13);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.ozu-hero_game_img-sr4 img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.ozu-hero_game_play-sr4 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(0, 0, 0, 0.68);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
}.ozu-hero_game-sr4:hover .ozu-hero_game_play-sr4 {
  opacity: 1;
}.ozu-hero_game_play-sr4 span {
  background: #E87D12;
  border-radius: 50%;
  width: 3.25rem;
  align-items: center;
  justify-content: center;
  height: 3.25rem;
  display: flex;
}.ozu-hero_game_play-sr4 span svg {
  margin-left: 2px;
  height: 18px;
  width: 18px;
}.ozu-hero_game_info-sr4 {
  padding: 0.875rem 1rem;
}.ozu-hero_game_title-sr4 {
  color: #F1F3F7;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 4px;
}.ozu-hero_game_provider-sr4 {
  font-size: 11px;
  color: #626B7A;
}.ozu-hero_game_btn-sr4 {
  margin: 12px 1rem 1rem;
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 8px;
  background: #E87D12;
  color: #F1F3F7;
  text-align: center;
  font-weight: 700;
  display: block;
  font-size: 0.813rem;
}.ozu-hero_game-sr4:hover .ozu-hero_game_btn-sr4 {
  background: #F5921E;
}.ozu-sbar-sr4 {
  background: #0E0F13;
  padding: 1rem 16px 0;
}
@media(min-width: 767px) {.ozu-sbar-sr4 {
  padding: 1.125rem 1.5rem 0;
}
}.ozu-sbar_in-sr4 {
  margin: 0 auto;
  max-width: 85rem;
}.ozu-sbar_row-sr4 {
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}.ozu-sbar_input-sr4 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  padding: 0.688rem 1rem;
  gap: 0.625rem;
  background: #12141A;
  flex: 1;
  display: flex;
  color: #626B7A;
  cursor: pointer;
  font-size: 0.813rem;
  align-items: center;
}.ozu-sbar_input-sr4:hover {
  border-color: rgba(232, 126, 18, 0.55);
}.ozu-sbar_input-sr4 svg {
  stroke-linecap: round;
  flex-shrink: 0;
  stroke-linejoin: round;
  height: 0.938rem;
  width: 0.938rem;
}.ozu-sbar_providers-sr4 {
  border-radius: 0.5rem;
  transition: border-color .2s;
  background: #12141A;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 8px;
  padding: 11px 1.125rem;
  white-space: nowrap;
  color: #C6CCD8;
  font-weight: 600;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
}.ozu-sbar_providers-sr4:hover {
  border-color: rgba(232, 126, 18, 0.55);
  color: #F1F3F7;
}.ozu-sbar_providers-sr4 svg {
  width: 14px;
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ozu-sbar_tabs-sr4 {
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
}.ozu-sbar_tabs-sr4::-webkit-scrollbar {
  display: none;
}.ozu-sbar_tab-sr4 {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #8D96A6;
  font-size: 12px;
  cursor: pointer;
}.ozu-sbar_tab-sr4:hover {
  border-color: rgba(232, 126, 18, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F1F3F7;
}.ozu-sbar_tab-sr4.ozu-state_active-sr4 {
  border-color: rgba(232, 125, 18, 0.07);
  background: rgba(232, 125, 18, 0.18);
  color: #F1F3F7;
}.ozu-sbar_tab_ic-sr4 svg {
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
}.ozu-wy-sr4 {
  padding: 32px 1rem 0;
  background: #0E0F13;
}
@media(min-width: 770px) {.ozu-wy-sr4 {
  padding: 40px 1.5rem 0;
}
}.ozu-wy_in-sr4 {
  margin: 0 auto;
  max-width: 1360px;
}.ozu-wy_head-sr4 {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.ozu-wy_label-sr4 {
  color: #E87D12;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.ozu-wy_h2-sr4 {
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  color: #F1F3F7;
  font-size: 20px;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.ozu-wy_h2-sr4 {
  font-size: 24px;
}
}.ozu-wy_intro-sr4 {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  color: #626B7A;
}.ozu-wy_grid-sr4 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.ozu-wy_grid-sr4 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.ozu-wy_grid-sr4 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ozu-wy_card-sr4 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #16181F;
  transition: border-color .2s,transform .2s;
  padding: 20px;
}.ozu-wy_card-sr4:hover {
  border-color: rgba(232, 125, 18, 0.07);
  transform: translateY(-2px);
}.ozu-wy_card_ic-sr4 {
  border-radius: 50%;
  background: rgba(232, 125, 18, 0.18);
  align-items: center;
  height: 44px;
  width: 44px;
  justify-content: center;
  display: flex;
  margin-bottom: 14px;
  color: #E87D12;
}.ozu-wy_card_ic-sr4 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 22px;
}.ozu-wy_card_h-sr4 {
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F1F3F7;
  overflow-wrap: break-word;
  line-height: 1.25;
}.ozu-wy_card_p-sr4 {
  color: #626B7A;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.ozu-wy_card_p-sr4 strong {
  font-weight: 600;
  color: #C6CCD8;
}.ozu-gcg-sr4 {
  background: #0E0F13;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.ozu-gcg-sr4 {
  padding: 2.75rem 1.5rem 0;
}
}.ozu-gcg_in-sr4 {
  margin: 0 auto;
  max-width: 85rem;
}.ozu-gcg_head-sr4 {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.ozu-gcg_label-sr4 {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #E87D12;
  text-transform: uppercase;
}.ozu-gcg_h2-sr4 {
  margin-bottom: 0.5rem;
  color: #F1F3F7;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
}
@media(min-width: 767px) {.ozu-gcg_h2-sr4 {
  font-size: 28px;
}
}.ozu-gcg_intro-sr4 {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #626B7A;
}.ozu-gcg_grid-sr4 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.ozu-gcg_grid-sr4 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.ozu-gcg_grid-sr4 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.ozu-gcg_card-sr4 {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  border-radius: 14px;
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
  min-height: 240px;
  position: relative;
  flex-direction: column;
}.ozu-gcg_card-sr4:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 125, 18, 0.18);
}.ozu-gcg_card_bg-sr4 {
  inset: 0;
  position: absolute;
  z-index: 0;
}.ozu-gcg_card_bg-sr4::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.ozu-gcg_card_ic-sr4 {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  right: 18px;
  display: flex;
  align-items: center;
  width: 40px;
  z-index: 2;
  justify-content: center;
  position: absolute;
  top: 1.125rem;
  height: 40px;
  color: #F1F3F7;
}.ozu-gcg_card_ic-sr4 svg {
  width: 1.25rem;
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ozu-gcg_card_ct-sr4 {
  z-index: 1;
  position: relative;
}.ozu-gcg_card_h-sr4 {
  overflow-wrap: break-word;
  color: #F1F3F7;
  line-height: 1.2;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 18px;
}
@media(min-width: 767px) {.ozu-gcg_card_h-sr4 {
  font-size: 20px;
}
}.ozu-gcg_card_p-sr4 {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
  font-size: 12px;
}.ozu-gcg_card_p-sr4 strong {
  color: #F1F3F7;
  font-weight: 600;
}.ozu-gcg_card_cta-sr4 {
  gap: 0.25rem;
  color: #E87D12;
  text-transform: uppercase;
  letter-spacing: .04em;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
}.ozu-gcg_card_cta-sr4 svg {
  width: 0.75rem;
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ozu-gr_jp-sr4 {
  background: linear-gradient(135deg,#160D2A 0%,#0A0910 100%);
  border-radius: 14px;
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
}.ozu-gr_jp-sr4::before {
  background: radial-gradient(circle,rgba(58, 107, 191, 0.20) 0%,transparent 70%);
  border-radius: 50%;
  top: -3.75rem;
  height: 250px;
  width: 250px;
  position: absolute;
  left: -3.75rem;
  content: '';
}.ozu-gr_jp-sr4::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240, 168, 0, 0.16) 0%,transparent 70%);
  position: absolute;
  bottom: -40px;
  width: 12.5rem;
  height: 200px;
  content: '';
  right: 0;
}.ozu-gr_jp_head-sr4 {
  gap: 16px;
  z-index: 1;
  display: flex;
  position: relative;
  margin-bottom: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
}.ozu-gr_jp_info-sr4 {
  flex: 1;
}.ozu-gr_jp_label-sr4 {
  text-transform: uppercase;
  font-size: 11px;
  color: #9B5CF6;
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-weight: 700;
}.ozu-gr_jp_label-sr4 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  vertical-align: -2px;
  height: 0.875rem;
  margin-right: 0.25rem;
  width: 0.875rem;
}.ozu-gr_jp_amount-sr4 {
  color: #F1F3F7;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 32px;
  margin-bottom: 4px;
  font-family: 'Exo 2', sans-serif;
  line-height: 1;
}
@media(min-width: 771px) {.ozu-gr_jp_amount-sr4 {
  font-size: 40px;
}
}.ozu-gr_jp_amount-sr4 span {
  color: #F0A800;
}.ozu-gr_jp_seo-sr4 {
  max-width: 480px;
  line-height: 1.5;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #8D96A6;
}.ozu-gr_jp_cta-sr4 {
  border: 1px solid rgba(58, 107, 191, 0.20);
  transition: background .2s;
  background: rgba(58, 107, 191, 0.20);
  padding: 0.688rem 1.25rem;
  border-radius: 8px;
  color: #F1F3F7;
  align-self: flex-start;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-top: 0.25rem;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
}.ozu-gr_jp_cta-sr4:hover {
  background: #3A6BBF;
}.ozu-ws-sr4 {
  padding: 32px 16px 0;
  background: #0E0F13;
}
@media(min-width:768px) {.ozu-ws-sr4 {
  padding: 36px 24px 0;
}
}.ozu-ws_in-sr4 {
  margin: 0 auto;
  max-width: 85rem;
}.ozu-ws_head-sr4 {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  justify-content: space-between;
}.ozu-ws_title-sr4 {
  gap: 10px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Exo 2', sans-serif;
  align-items: center;
  color: #F1F3F7;
  flex-wrap: wrap;
  display: flex;
}.ozu-ws_title_ic-sr4 svg {
  height: 18px;
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  color: #F0A800;
}.ozu-ws_online-sr4 {
  gap: 0.438rem;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  color: #626B7A;
}.ozu-ws_online_dot-sr4 {
  background: #1FB864;
  border-radius: 50%;
  flex-shrink: 0;
  height: 8px;
  box-shadow: 0 0 6px rgba(31, 184, 100, 0.16);
  width: 8px;
}.ozu-ws_scroll-sr4 {
  gap: 8px;
  padding-bottom: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.ozu-ws_scroll-sr4::-webkit-scrollbar {
  display: none;
}.ozu-wc-sr4 {
  padding: 10px 14px;
  background: #12141A;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  align-items: center;
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
}.ozu-wc_img-sr4 {
  border-radius: 4px;
  overflow: hidden;
  background: #16181F;
  width: 36px;
  height: 2.25rem;
  flex-shrink: 0;
}.ozu-wc_img-sr4 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ozu-wc_info-sr4 {
  min-width: 0;
}.ozu-wc_game-sr4 {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  color: #C6CCD8;
  white-space: nowrap;
  text-overflow: ellipsis;
}.ozu-wc_player-sr4 {
  overflow: hidden;
  color: #4E5767;
  white-space: nowrap;
  font-size: 0.625rem;
  text-overflow: ellipsis;
}.ozu-wc_amount-sr4 {
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
  color: #1FB864;
}.ozu-htp-sr4 {
  padding: 36px 1rem 0;
  background: #0E0F13;
}
@media(min-width:768px) {.ozu-htp-sr4 {
  padding: 44px 1.5rem 0;
}
}.ozu-htp_in-sr4 {
  margin: 0 auto;
  max-width: 1360px;
}.ozu-htp_head-sr4 {
  max-width: 45rem;
  margin-bottom: 22px;
}.ozu-htp_label-sr4 {
  font-size: 11px;
  font-weight: 700;
  color: #E87D12;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.ozu-htp_h2-sr4 {
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  color: #F1F3F7;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.ozu-htp_h2-sr4 {
  font-size: 28px;
}
}.ozu-htp_intro-sr4 {
  color: #626B7A;
  line-height: 1.6;
  font-size: 0.875rem;
}.ozu-htp_steps-sr4 {
  padding: 0;
  gap: 12px;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 637px) {.ozu-htp_steps-sr4 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.ozu-htp_steps-sr4 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.ozu-htp_step-sr4 {
  border-radius: 0.5rem;
  background: #16181F;
  padding: 1.25rem 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  position: relative;
  flex-direction: column;
}.ozu-htp_step_num-sr4 {
  background: #E87D12;
  border-radius: 50%;
  top: -0.75rem;
  align-items: center;
  left: 1.25rem;
  display: flex;
  position: absolute;
  font-family: 'Exo 2', sans-serif;
  color: #0C0D11;
  width: 28px;
  font-weight: 800;
  height: 1.75rem;
  justify-content: center;
  font-size: 13px;
}.ozu-htp_step_ic-sr4 {
  background: rgba(232, 125, 18, 0.18);
  margin: 0.5rem 0 12px;
  border-radius: 4px;
  align-items: center;
  display: flex;
  height: 2.25rem;
  width: 36px;
  color: #E87D12;
  justify-content: center;
}.ozu-htp_step_ic-sr4 svg {
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
}.ozu-htp_step_h-sr4 {
  font-size: 0.875rem;
  line-height: 1.25;
  color: #F1F3F7;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 6px;
}.ozu-htp_step_p-sr4 {
  font-size: 0.813rem;
  color: #626B7A;
  overflow-wrap: break-word;
  line-height: 1.55;
}.ozu-htp_step_p-sr4 strong {
  font-weight: 600;
  color: #C6CCD8;
}.ozu-htp_cta-sr4 {
  background: #1FB864;
  transition: background .2s;
  border-radius: 8px;
  padding: 0.813rem 1.625rem;
  font-size: 0.875rem;
  color: #0C0D11;
  display: inline-block;
  margin-top: 1.25rem;
  font-weight: 700;
}.ozu-htp_cta-sr4:hover {
  background: #25D274;
}.ozu-app-sr4 {
  background: #0E0F13;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.ozu-app-sr4 {
  padding: 2.75rem 24px 0;
}
}.ozu-app_in-sr4 {
  margin: 0 auto;
  max-width: 85rem;
}.ozu-app_head-sr4 {
  margin-bottom: 16px;
}.ozu-app_label-sr4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #E87D12;
  font-size: 11px;
}.ozu-app_h2-sr4 {
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  color: #F1F3F7;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.ozu-app_h2-sr4 {
  font-size: 24px;
}
}.ozu-app_sub-sr4 {
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 37.5rem;
  overflow-wrap: break-word;
  color: #626B7A;
}.ozu-app_sub-sr4 strong {
  font-weight: 700;
  color: #C6CCD8;
}.ozu-app_cards-sr4 {
  gap: 0.625rem;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.ozu-app_cards-sr4 {
  grid-template-columns: repeat(3,1fr);
}
}.ozu-app_card-sr4 {
  overflow: hidden;
  border-radius: 8px;
  gap: 1rem;
  padding: 20px;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.ozu-app_card_ios-sr4 {
  background: linear-gradient(135deg,rgba(232, 125, 18, 0.18) 0%,#16181F 100%);
}.ozu-app_card_android-sr4 {
  background: linear-gradient(135deg,rgba(31, 184, 100, 0.16) 0%,#16181F 100%);
}.ozu-app_card_win-sr4 {
  background: linear-gradient(135deg,rgba(240, 168, 0, 0.16) 0%,#16181F 100%);
}.ozu-app_card_ic-sr4 svg {
  width: 2.125rem;
  stroke-linejoin: round;
  height: 34px;
  stroke-linecap: round;
}.ozu-app_card_ic-sr4 {
  flex-shrink: 0;
  color: #F1F3F7;
}.ozu-app_card_os-sr4 {
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  color: #626B7A;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
}.ozu-app_card_title-sr4 {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F1F3F7;
}.ozu-app_card_text-sr4 {
  line-height: 1.5;
  color: #626B7A;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 12px;
}.ozu-app_card_btn-sr4 {
  padding: 0.625rem 1.125rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  gap: 0.438rem;
  transition: background .2s;
  border: 1px solid rgba(232, 126, 18, 0.55);
  display: inline-flex;
  font-size: 0.813rem;
  font-weight: 700;
  align-items: center;
  color: #F1F3F7;
}.ozu-app_card_btn-sr4:hover {
  background: rgba(255, 255, 255, 0.07);
}.ozu-reg-sr4 {
  background: #0E0F13;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.ozu-reg-sr4 {
  padding: 2.75rem 1.5rem 0;
}
}.ozu-reg_in-sr4 {
  background: #16181F;
  border-radius: 14px;
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 1360px;
}
@media(min-width: 767px) {.ozu-reg_in-sr4 {
  padding: 2.5rem;
}
}.ozu-reg_top-sr4 {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.ozu-reg_top-sr4 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.ozu-reg_label-sr4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #E87D12;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
}.ozu-reg_h2-sr4 {
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  color: #F1F3F7;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
@media(min-width: 766px) {.ozu-reg_h2-sr4 {
  font-size: 28px;
}
}.ozu-reg_bonus-sr4 {
  border: 1px solid rgba(240, 168, 0, 0.16);
  background: rgba(240, 168, 0, 0.16);
  border-radius: 8px;
  padding: 0.625rem 1rem;
  gap: 8px;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.ozu-reg_bonus_amount-sr4 {
  font-weight: 800;
  font-size: 1.25rem;
  color: #F0A800;
}.ozu-reg_bonus_text-sr4 {
  font-size: 13px;
  color: #8D96A6;
  line-height: 1.35;
}.ozu-reg_cta_btn-sr4 {
  border-radius: 8px;
  transition: background .2s;
  padding: 0.875rem 2rem;
  background: #1FB864;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 0.938rem;
  display: inline-block;
  color: #0C0D11;
  box-shadow: 0 0.25rem 20px rgba(31, 184, 100, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}.ozu-reg_cta_btn-sr4:hover {
  background: #25D274;
}.ozu-reg_terms-sr4 {
  line-height: 1.5;
  font-size: 11px;
  color: #4E5767;
}.ozu-reg_seo-sr4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #626B7A;
  padding-top: 20px;
  overflow-wrap: break-word;
}.ozu-reg_seo-sr4 p {
  line-height: 1.65;
  margin-bottom: 0.625rem;
  color: #626B7A;
  font-size: 13px;
}.ozu-reg_seo-sr4 p:last-child {
  margin-bottom: 0;
}.ozu-reg_seo-sr4 strong {
  font-weight: 700;
  color: #C6CCD8;
}.ozu-reg_seo-sr4 a {
  transition: color .2s;
  color: #E87D12;
  text-decoration: underline;
}.ozu-reg_seo-sr4 a:hover {
  color: #F5921E;
}.ozu-reg_seo-sr4 ul,.ozu-reg_seo-sr4 ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.ozu-reg_seo-sr4 ol {
  list-style: decimal;
}.ozu-reg_seo-sr4 li {
  font-size: 0.813rem;
  margin-bottom: 4px;
  color: #626B7A;
  line-height: 1.65;
}.ozu-reg_seo-sr4 table {
  margin-bottom: 0.625rem;
  width: 100%;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 766px) {.ozu-reg_seo-sr4 table {
  display: table;
}
}.ozu-reg_seo-sr4 th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C6CCD8;
  font-weight: 700;
  text-align: left;
}.ozu-reg_seo-sr4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #626B7A;
}.ozu-reg_steps-sr4 {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 862px) {.ozu-reg_steps-sr4 {
  margin-top: 0;
}
}.ozu-reg_step-sr4 {
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.ozu-reg_step_num-sr4 {
  border: 1px solid rgba(232, 125, 18, 0.07);
  border-radius: 50%;
  background: rgba(232, 125, 18, 0.18);
  font-size: 14px;
  align-items: center;
  height: 34px;
  justify-content: center;
  color: #E87D12;
  flex-shrink: 0;
  width: 2.125rem;
  display: flex;
  font-weight: 800;
}.ozu-reg_step_title-sr4 {
  font-size: 0.875rem;
  color: #F1F3F7;
  margin-bottom: 3px;
  font-weight: 700;
}.ozu-reg_step_text-sr4 {
  font-size: 12px;
  line-height: 1.5;
  color: #626B7A;
}.ozu-reg_trust-sr4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 20px;
  display: flex;
  margin-top: 1.25rem;
}.ozu-reg_trust_item-sr4 {
  gap: 0.438rem;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  color: #626B7A;
}.ozu-reg_trust_ic-sr4 svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  color: #E87D12;
  height: 1rem;
}.ozu-prov-sr4 {
  padding: 36px 16px 0;
  background: #0E0F13;
}
@media(min-width: 767px) {.ozu-prov-sr4 {
  padding: 2.75rem 1.5rem 0;
}
}.ozu-prov_in-sr4 {
  margin: 0 auto;
  max-width: 85rem;
}.ozu-prov_head-sr4 {
  margin-bottom: 1rem;
}.ozu-prov_label-sr4 {
  letter-spacing: .08em;
  color: #E87D12;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.ozu-prov_h2-sr4 {
  color: #F1F3F7;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.ozu-prov_h2-sr4 {
  font-size: 24px;
}
}.ozu-prov_seo-sr4 {
  font-size: 0.813rem;
  margin-bottom: 16px;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #626B7A;
  line-height: 1.6;
}.ozu-prov_seo-sr4 strong {
  color: #C6CCD8;
  font-weight: 700;
}.ozu-prov_seo-sr4 a {
  text-decoration: underline;
  color: #E87D12;
}.ozu-prov_grid-sr4 {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.ozu-prov_grid-sr4 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.ozu-prov_grid-sr4 {
  grid-template-columns: repeat(8,1fr);
}
}.ozu-prov_card-sr4 {
  gap: 7px;
  transition: border-color .2s,background .2s;
  background: #12141A;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  padding: 14px 10px;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
}.ozu-prov_card-sr4:hover {
  border-color: rgba(232, 126, 18, 0.55);
  background: #16181F;
}.ozu-prov_logo-sr4 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  overflow: hidden;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  display: flex;
}.ozu-prov_logo-sr4 img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.ozu-prov_name-sr4 {
  overflow-wrap: break-word;
  color: #8D96A6;
  text-align: center;
  font-weight: 600;
  font-size: 0.688rem;
}.ozu-bon-sr4 {
  background: #0E0F13;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.ozu-bon-sr4 {
  padding: 2.75rem 1.5rem 0;
}
}.ozu-bon_in-sr4 {
  margin: 0 auto;
  max-width: 85rem;
}.ozu-bon_head-sr4 {
  margin-bottom: 20px;
}.ozu-bon_label-sr4 {
  color: #E87D12;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.ozu-bon_h2-sr4 {
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Exo 2', sans-serif;
  color: #F1F3F7;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.ozu-bon_h2-sr4 {
  font-size: 24px;
}
}.ozu-bon_seo-sr4 {
  color: #626B7A;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
}.ozu-bon_seo-sr4 strong {
  color: #C6CCD8;
  font-weight: 700;
}.ozu-bon_seo-sr4 a {
  text-decoration: underline;
  color: #E87D12;
}.ozu-bon_grid-sr4 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.ozu-bon_grid-sr4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.ozu-bon_grid-sr4 {
  grid-template-columns: repeat(5,1fr);
}
}.ozu-bon_card-sr4 {
  background: #12141A;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
}.ozu-bon_card-sr4:hover {
  border-color: rgba(232, 125, 18, 0.07);
  transform: translateY(-2px);
}.ozu-bon_card_ic-sr4 svg {
  stroke-linejoin: round;
  height: 1.625rem;
  width: 26px;
  stroke-linecap: round;
}.ozu-bon_card_ic-sr4 {
  margin-bottom: 10px;
}.ozu-bon_card_type-sr4 {
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #626B7A;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .06em;
}.ozu-bon_card_amount-sr4 {
  line-height: 1.1;
  margin-bottom: 6px;
  color: #F0A800;
  font-size: 1.125rem;
  font-weight: 800;
}.ozu-bon_card_name-sr4 {
  overflow-wrap: break-word;
  color: #F1F3F7;
  font-size: 0.813rem;
  margin-bottom: 8px;
  font-weight: 600;
}.ozu-bon_card_detail-sr4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  line-height: 1.5;
  font-size: 0.688rem;
  color: #4E5767;
  overflow-wrap: break-word;
}.ozu-seo-sr4 {
  padding: 2.25rem 16px 0;
  background: #0E0F13;
}
@media(min-width:768px) {.ozu-seo-sr4 {
  padding: 44px 24px 0;
}
}.ozu-seo_in-sr4 {
  background: #16181F;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.75rem 1.5rem;
  max-width: 85rem;
}
@media(min-width: 766px) {.ozu-seo_in-sr4 {
  padding: 2.25rem 2.5rem;
}
}.ozu-seo_label-sr4 {
  font-size: 0.688rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #E87D12;
  letter-spacing: .08em;
}.ozu-seo_h2-sr4 {
  font-family: 'Exo 2', sans-serif;
  line-height: 1.25;
  font-size: 20px;
  color: #F1F3F7;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-weight: 800;
}
@media(min-width: 765px) {.ozu-seo_h2-sr4 {
  font-size: 24px;
}
}.ozu-seo_body-sr4 {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8D96A6;
  overflow-wrap: break-word;
}.ozu-seo_body-sr4 p {
  color: #8D96A6;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
}.ozu-seo_body-sr4 p:last-child {
  margin-bottom: 0;
}.ozu-seo_body-sr4 strong {
  font-weight: 700;
  color: #C6CCD8;
}.ozu-seo_body-sr4 a {
  transition: color .2s;
  color: #E87D12;
  text-decoration: underline;
}.ozu-seo_body-sr4 a:hover {
  color: #F5921E;
}.ozu-seo_body-sr4 ul,.ozu-seo_body-sr4 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.ozu-seo_body-sr4 ol {
  list-style: decimal;
}.ozu-seo_body-sr4 li {
  font-size: 0.875rem;
  color: #8D96A6;
  line-height: 1.75;
  margin-bottom: 6px;
}.ozu-seo_body-sr4 table {
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 767px) {.ozu-seo_body-sr4 table {
  display: table;
}
}.ozu-seo_body-sr4 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C6CCD8;
  text-align: left;
}.ozu-seo_body-sr4 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8D96A6;
}.ozu-seo_cols-sr4 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.ozu-seo_cols-sr4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.ozu-seo_cols-sr4 {
  grid-template-columns: repeat(3,1fr);
}
}.ozu-seo_col_h-sr4 {
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  color: #C6CCD8;
  font-weight: 700;
  overflow-wrap: break-word;
}.ozu-seo_col_p-sr4 {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #626B7A;
  line-height: 1.65;
}.ozu-seo_stats-sr4 {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.ozu-seo_stat-sr4 {
  background: rgba(232, 125, 18, 0.07);
  padding: 0.875rem 16px;
  border-radius: 8px;
  flex: 1;
  border: 1px solid rgba(232, 125, 18, 0.18);
  min-width: 8.75rem;
}.ozu-seo_stat_val-sr4 {
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 1.25rem;
  color: #E87D12;
  overflow-wrap: break-word;
}.ozu-seo_stat_lb-sr4 {
  font-size: 11px;
  color: #626B7A;
  overflow-wrap: break-word;
}.ozu-seo-sr4 {
  padding: 2.25rem 1rem 0;
  background: #0E0F13;
}
@media(min-width: 766px) {.ozu-seo-sr4 {
  padding: 2.75rem 1.5rem 0;
}
}.ozu-seo_in-sr4 {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.75rem 1.5rem;
  background: #16181F;
  border-radius: 0.875rem;
  max-width: 1360px;
}
@media(min-width: 769px) {.ozu-seo_in-sr4 {
  padding: 2.25rem 40px;
}
}.ozu-seo_label-sr4 {
  text-transform: uppercase;
  color: #E87D12;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
}.ozu-seo_h2-sr4 {
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 800;
  color: #F1F3F7;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
}
@media(min-width: 770px) {.ozu-seo_h2-sr4 {
  font-size: 24px;
}
}.ozu-seo_body-sr4 {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #8D96A6;
}.ozu-seo_body-sr4 p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #8D96A6;
}.ozu-seo_body-sr4 p:last-child {
  margin-bottom: 0;
}.ozu-seo_body-sr4 strong {
  font-weight: 700;
  color: #C6CCD8;
}.ozu-seo_body-sr4 a {
  transition: color .2s;
  text-decoration: underline;
  color: #E87D12;
}.ozu-seo_body-sr4 a:hover {
  color: #F5921E;
}.ozu-seo_body-sr4 ul,.ozu-seo_body-sr4 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.ozu-seo_body-sr4 ol {
  list-style: decimal;
}.ozu-seo_body-sr4 li {
  color: #8D96A6;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.ozu-seo_body-sr4 table {
  font-size: 13px;
  margin-bottom: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 765px) {.ozu-seo_body-sr4 table {
  display: table;
}
}.ozu-seo_body-sr4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C6CCD8;
}.ozu-seo_body-sr4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8D96A6;
}.ozu-seo_cols-sr4 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.ozu-seo_cols-sr4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.ozu-seo_cols-sr4 {
  grid-template-columns: repeat(3,1fr);
}
}.ozu-seo_col_h-sr4 {
  color: #C6CCD8;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.ozu-seo_col_p-sr4 {
  font-size: 13px;
  color: #626B7A;
  overflow-wrap: break-word;
  line-height: 1.65;
}.ozu-seo_stats-sr4 {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.ozu-seo_stat-sr4 {
  background: rgba(232, 125, 18, 0.07);
  border-radius: 8px;
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(232, 125, 18, 0.18);
  min-width: 8.75rem;
}.ozu-seo_stat_val-sr4 {
  overflow-wrap: break-word;
  color: #E87D12;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 1.25rem;
}.ozu-seo_stat_lb-sr4 {
  overflow-wrap: break-word;
  color: #626B7A;
  font-size: 0.688rem;
}.ozu-rv-sr4 {
  padding: 36px 16px 0;
  background: #0E0F13;
}
@media(min-width: 769px) {.ozu-rv-sr4 {
  padding: 2.75rem 1.5rem 0;
}
}.ozu-rv_in-sr4 {
  margin: 0 auto;
  max-width: 85rem;
}.ozu-rv_head-sr4 {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.ozu-rv_label-sr4 {
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #E87D12;
  font-weight: 700;
  letter-spacing: .08em;
}.ozu-rv_h2-sr4 {
  overflow-wrap: break-word;
  color: #F1F3F7;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
}
@media(min-width: 771px) {.ozu-rv_h2-sr4 {
  font-size: 28px;
}
}.ozu-rv_stats-sr4 {
  gap: 18px;
  color: #626B7A;
  align-items: center;
  font-size: 13px;
  flex-wrap: wrap;
  display: flex;
}.ozu-rv_stats_score-sr4 {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.ozu-rv_stats_score_val-sr4 {
  color: #F0A800;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Exo 2', sans-serif;
}.ozu-rv_stats_score_max-sr4 {
  font-size: 0.813rem;
  color: #4E5767;
}.ozu-rv_stats_badge-sr4 {
  gap: 4px;
  display: flex;
  align-items: center;
}.ozu-rv_stats_badge-sr4 svg {
  height: 14px;
  color: #F0A800;
  width: 14px;
}.ozu-rv_grid-sr4 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.ozu-rv_grid-sr4 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.ozu-rv_grid-sr4 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.ozu-rv_card-sr4 {
  background: #16181F;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}.ozu-rv_card_stars-sr4 {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #F0A800;
  display: flex;
}.ozu-rv_card_stars-sr4 svg {
  height: 0.875rem;
  width: 0.875rem;
}.ozu-rv_card_h-sr4 {
  font-weight: 700;
  color: #F1F3F7;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.ozu-rv_card_body-sr4 {
  flex: 1;
  margin-bottom: 0.875rem;
  color: #626B7A;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.ozu-rv_card_body-sr4 strong {
  font-weight: 600;
  color: #C6CCD8;
}.ozu-rv_card_meta-sr4 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  align-items: center;
}.ozu-rv_card_author-sr4 {
  font-weight: 600;
  font-size: 0.75rem;
  color: #C6CCD8;
}.ozu-rv_card_date-sr4 {
  font-size: 0.688rem;
  color: #4E5767;
}.ozu-seo-sr4 {
  padding: 36px 16px 0;
  background: #0E0F13;
}
@media(min-width: 769px) {.ozu-seo-sr4 {
  padding: 44px 1.5rem 0;
}
}.ozu-seo_in-sr4 {
  background: #16181F;
  padding: 28px 24px;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 1360px;
}
@media(min-width: 769px) {.ozu-seo_in-sr4 {
  padding: 36px 2.5rem;
}
}.ozu-seo_label-sr4 {
  font-size: 0.688rem;
  color: #E87D12;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
}.ozu-seo_h2-sr4 {
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Exo 2', sans-serif;
  color: #F1F3F7;
  line-height: 1.25;
}
@media(min-width: 769px) {.ozu-seo_h2-sr4 {
  font-size: 1.5rem;
}
}.ozu-seo_body-sr4 {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #8D96A6;
}.ozu-seo_body-sr4 p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #8D96A6;
}.ozu-seo_body-sr4 p:last-child {
  margin-bottom: 0;
}.ozu-seo_body-sr4 strong {
  font-weight: 700;
  color: #C6CCD8;
}.ozu-seo_body-sr4 a {
  transition: color .2s;
  color: #E87D12;
  text-decoration: underline;
}.ozu-seo_body-sr4 a:hover {
  color: #F5921E;
}.ozu-seo_body-sr4 ul,.ozu-seo_body-sr4 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.ozu-seo_body-sr4 ol {
  list-style: decimal;
}.ozu-seo_body-sr4 li {
  line-height: 1.75;
  color: #8D96A6;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.ozu-seo_body-sr4 table {
  overflow-x: auto;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 767px) {.ozu-seo_body-sr4 table {
  display: table;
}
}.ozu-seo_body-sr4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  color: #C6CCD8;
  font-weight: 700;
}.ozu-seo_body-sr4 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8D96A6;
}.ozu-seo_cols-sr4 {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.ozu-seo_cols-sr4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.ozu-seo_cols-sr4 {
  grid-template-columns: repeat(3,1fr);
}
}.ozu-seo_col_h-sr4 {
  margin-bottom: 7px;
  font-weight: 700;
  color: #C6CCD8;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.ozu-seo_col_p-sr4 {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #626B7A;
  overflow-wrap: break-word;
}.ozu-seo_stats-sr4 {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.ozu-seo_stat-sr4 {
  flex: 1;
  border: 1px solid rgba(232, 125, 18, 0.18);
  background: rgba(232, 125, 18, 0.07);
  padding: 14px 16px;
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.ozu-seo_stat_val-sr4 {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #E87D12;
  font-size: 20px;
  font-weight: 800;
}.ozu-seo_stat_lb-sr4 {
  font-size: 0.688rem;
  color: #626B7A;
  overflow-wrap: break-word;
}.ozu-faq-sr4 {
  padding: 36px 1rem 0;
  background: #0E0F13;
}
@media(min-width: 765px) {.ozu-faq-sr4 {
  padding: 2.75rem 1.5rem 0;
}
}.ozu-faq_in-sr4 {
  margin: 0 auto;
  max-width: 1360px;
}.ozu-faq_head-sr4 {
  margin-bottom: 20px;
}.ozu-faq_label-sr4 {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #E87D12;
}.ozu-faq_h2-sr4 {
  overflow-wrap: break-word;
  color: #F1F3F7;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width:768px) {.ozu-faq_h2-sr4 {
  font-size: 24px;
}
}.ozu-faq_list-sr4 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.ozu-faq_item-sr4 {
  background: #16181F;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
}.ozu-faq_q-sr4 {
  transition: color .2s;
  padding: 16px 1.25rem;
  gap: 0.75rem;
  color: #C6CCD8;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  justify-content: space-between;
  overflow-wrap: break-word;
  font-size: 14px;
}.ozu-faq_q-sr4:hover {
  color: #F1F3F7;
}.ozu-faq_q_ic-sr4 {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  width: 24px;
  height: 1.5rem;
  font-size: 16px;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  color: #E87D12;
  align-items: center;
}.ozu-faq_item-sr4.ozu-state_open-sr4 .ozu-faq_q_ic-sr4 {
  transform: rotate(45deg);
}.ozu-faq_a-sr4 {
  padding: 0 1.25rem 16px;
  color: #626B7A;
  overflow-wrap: break-word;
  line-height: 1.7;
  font-size: 0.813rem;
  display: none;
}.ozu-faq_item-sr4.ozu-state_open-sr4 .ozu-faq_a-sr4 {
  display: block;
}.ozu-faq_a-sr4 strong {
  font-weight: 700;
  color: #C6CCD8;
}.ozu-faq_a-sr4 a {
  text-decoration: underline;
  color: #E87D12;
}.ozu-faq_a-sr4 ul,.ozu-faq_a-sr4 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.ozu-faq_a-sr4 ol {
  list-style: decimal;
}.ozu-faq_a-sr4 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.ozu-faq_a-sr4 table {
  margin: 8px 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
  overflow-x: auto;
  display: block;
}
@media(min-width: 767px) {.ozu-faq_a-sr4 table {
  display: table;
}
}.ozu-faq_a-sr4 th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C6CCD8;
}.ozu-faq_a-sr4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #626B7A;
}.ozu-ft-sr4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #08090C;
  margin-top: 48px;
}.ozu-ft_support-sr4 {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.ozu-ft_support-sr4 {
  padding: 1.75rem 1.5rem;
}
}.ozu-ft_support_in-sr4 {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 85rem;
  display: flex;
}.ozu-ft_support_main-sr4 {
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  min-width: 220px;
}.ozu-ft_support_ic-sr4 {
  color: #E87D12;
  flex-shrink: 0;
}.ozu-ft_support_ic-sr4 svg {
  height: 1.875rem;
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
}.ozu-ft_support_text_title-sr4 {
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-size: 15px;
  color: #F1F3F7;
}.ozu-ft_support_text_sub-sr4 {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #626B7A;
}.ozu-ft_support_btn-sr4 {
  background: #E87D12;
  border-radius: 0.5rem;
  padding: 0.688rem 22px;
  transition: background .2s;
  font-size: 0.813rem;
  color: #F1F3F7;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}.ozu-ft_support_btn-sr4:hover {
  background: #F5921E;
}.ozu-ft_support_contacts-sr4 {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.ozu-ft_support_contact-sr4 {
  color: #4E5767;
  font-size: 0.75rem;
  line-height: 1.4;
}.ozu-ft_support_contact-sr4 strong {
  display: block;
  font-size: 0.688rem;
  margin-bottom: 2px;
  color: #8D96A6;
  font-weight: 600;
}.ozu-ft_main-sr4 {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.ozu-ft_main-sr4 {
  padding: 2.5rem 1.5rem 2rem;
}
}.ozu-ft_main_in-sr4 {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 85rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.ozu-ft_main_in-sr4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.ozu-ft_main_in-sr4 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.ozu-ft_col_logo-sr4 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.ozu-ft_col_logo-sr4 {
  grid-column: auto;
}
}.ozu-ft_logo-sr4 {
  gap: 0.563rem;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #F1F3F7;
  font-weight: 800;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
}.ozu-ft_logo_mark-sr4 {
  border-radius: 4px;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.ozu-ft_logo_mark-sr4 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.ozu-ft_logo_sub-sr4 {
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 12.5rem;
  color: #4E5767;
}.ozu-ft_col_title-sr4 {
  margin-bottom: 14px;
  color: #8D96A6;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}.ozu-ft_col_links-sr4 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.ozu-ft_col_link-sr4 {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #4E5767;
  font-size: 13px;
}.ozu-ft_col_link-sr4:hover {
  color: #C6CCD8;
}.ozu-ft_apps-sr4 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.ozu-ft_app_card-sr4 {
  padding: 0.625rem 12px;
  border-radius: 0.25rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
}.ozu-ft_app_card-sr4:hover {
  border-color: rgba(232, 126, 18, 0.55);
}.ozu-ft_app_card_ic-sr4 svg {
  height: 1.375rem;
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
}.ozu-ft_app_card_os-sr4 {
  font-weight: 600;
  color: #4E5767;
  font-size: 10px;
}.ozu-ft_app_card_action-sr4 {
  color: #C6CCD8;
  font-size: 12px;
  font-weight: 700;
}.ozu-ft_bot-sr4 {
  padding: 20px 16px;
}
@media(min-width: 769px) {.ozu-ft_bot-sr4 {
  padding: 20px 1.5rem;
}
}.ozu-ft_bot_in-sr4 {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 85rem;
}.ozu-ft_socials-sr4 {
  gap: 0.5rem;
  display: flex;
}.ozu-ft_soc-sr4 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  border-radius: 4px;
  height: 36px;
  justify-content: center;
  color: #8D96A6;
  display: flex;
  align-items: center;
  width: 2.25rem;
}.ozu-ft_soc-sr4 svg {
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
}.ozu-ft_soc-sr4:hover {
  background: rgba(255, 255, 255, 0.07);
}.ozu-ft_legal-sr4 {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 12.5rem;
  font-size: 11px;
  color: #7B8494;
}.ozu-ft_legal-sr4 strong {
  font-weight: 700;
  color: #8D96A6;
}.ozu-ft_legal-sr4 a {
  text-decoration: underline;
  color: #8D96A6;
}.ozu-ft_age-sr4 {
  border: 2px solid #7B8494;
  border-radius: 50%;
  width: 2rem;
  align-items: center;
  height: 2rem;
  margin-left: auto;
  font-size: 11px;
  flex-shrink: 0;
  display: flex;
  color: #7B8494;
  font-weight: 800;
  justify-content: center;
}