html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0C1122;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #C2CEEA;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
}.otm-layout_mt9 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.otm-page_mt9 {
  display: flex;
  min-height: 100vh;
}.otm-main_mt9 {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1079px) {.otm-main_mt9 {
  padding-left: 220px;
}
}
@media (max-width: 1077px) {.otm-main_mt9 {
  padding-bottom: 72px;
}
}.otm-gc_mt9 {
  border-radius: 10px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #101520;
  flex-shrink: 0;
  width: 140px;
  position: relative;
  cursor: pointer;
}
@media(min-width: 641px) {.otm-gc_mt9 {
  width: 156px;
}
}
@media(min-width: 1083px) {.otm-gc_mt9 {
  width: 168px;
}
}.otm-gc_mt9:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 200, 223, 0.06);
}.otm-gc_img_mt9 {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.otm-gc_img_mt9 img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.otm-gc_hover_mt9 {
  inset: 0;
  background: rgba(6, 8, 18, 0.72);
  transition: opacity .2s;
  position: absolute;
  opacity: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}.otm-gc_mt9:hover .otm-gc_hover_mt9 {
  opacity: 1;
}.otm-gc_hover_btn_mt9 {
  border-radius: 6px;
  background: #00C8DF;
  padding: 8px 1rem;
  font-weight: 700;
  color: #EEF3FF;
  font-size: 0.75rem;
}.otm-gc_info_mt9 {
  padding: 8px 0.625rem 10px;
}.otm-gc_name_mt9 {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
  font-weight: 600;
  color: #C2CEEA;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  max-width: 100%;
}.otm-gc_prov_mt9 {
  font-size: 0.625rem;
  color: #404E6A;
}.otm-gc_tag_mt9 {
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
  left: 6px;
  top: 6px;
  letter-spacing: .04em;
  text-transform: uppercase;
  z-index: 2;
}.otm-gc_tag_hot_mt9 {
  background: #FF3A58;
  color: #fff;
}.otm-gc_tag_new_mt9 {
  background: #00C96A;
  color: #0C1122;
}.otm-gc_tag_jp_mt9 {
  background: #FFB800;
  color: #0C1122;
}.otm-gc_tag_ex_mt9 {
  background: #3A56FF;
  color: #fff;
}.otm-gc_tag_live_mt9 {
  background: #FF3A58;
  color: #fff;
}.otm-gr_mt9 {
  padding: 2rem 16px 0;
  background: #0C1122;
}
@media(min-width: 769px) {.otm-gr_mt9 {
  padding: 36px 24px 0;
}
}.otm-gr_in_mt9 {
  margin: 0 auto;
  max-width: 1320px;
}.otm-gr_head_mt9 {
  gap: 12px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}.otm-gr_head_l_mt9 {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  min-width: 0;
}.otm-gr_ic_mt9 {
  border-radius: 0.625rem;
  display: flex;
  width: 2rem;
  justify-content: center;
  flex-shrink: 0;
  height: 2rem;
  align-items: center;
}.otm-gr_ic_mt9 svg {
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
}.otm-gr_title_mt9 {
  overflow-wrap: break-word;
  color: #EEF3FF;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 771px) {.otm-gr_title_mt9 {
  font-size: 1.125rem;
}
}.otm-gr_more_mt9 {
  gap: 0.313rem;
  transition: color .2s;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
  color: #596380;
  align-items: center;
  font-size: 12px;
}.otm-gr_more_mt9:hover {
  color: #00C8DF;
}.otm-gr_more_mt9 svg {
  stroke-linejoin: round;
  width: 12px;
  height: 0.75rem;
  stroke-linecap: round;
}.otm-gr_arrows_mt9 {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.otm-gr_arr_mt9 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  justify-content: center;
  width: 30px;
  height: 30px;
  display: flex;
  color: #8496BE;
  align-items: center;
}.otm-gr_arr_mt9:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EEF3FF;
}.otm-gr_arr_mt9 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
  width: 0.813rem;
}.otm-gr_seo_h_mt9 {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C2CEEA;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  max-width: 680px;
}
@media(min-width: 769px) {.otm-gr_seo_h_mt9 {
  font-size: 0.875rem;
}
}.otm-gr_seo_mt9 {
  line-height: 1.55;
  max-width: 42.5rem;
  color: #596380;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}.otm-gr_seo_mt9 strong {
  font-weight: 600;
  color: #C2CEEA;
}.otm-gr_scroll_mt9 {
  gap: 10px;
  padding-bottom: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
}.otm-gr_scroll_mt9::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.otm-gr_scroll_mt9 {
  gap: 12px;
}
}.otm-tb_mt9 {
  background: #0C1122;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  right: 0;
  display: flex;
  height: 3.5rem;
  top: 0;
  z-index: 80;
  left: 0;
  position: fixed;
  align-items: center;
}.otm-tb_in_mt9 {
  padding: 0 0.875rem;
  gap: 0;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}.otm-tb_burger_mt9 {
  border-radius: 0.625rem;
  gap: 5px;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  flex-shrink: 0;
  height: 2.375rem;
}.otm-tb_burger_mt9:hover {
  background: rgba(255, 255, 255, 0.05);
}.otm-tb_burger_line_mt9 {
  background: #8496BE;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1081px) {.otm-tb_burger_mt9 {
  display: none;
}
}.otm-tb_logo_mt9 {
  gap: 9px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.01em;
  display: flex;
  overflow-wrap: break-word;
  color: #EEF3FF;
  align-items: center;
  margin-right: 1.25rem;
}.otm-tb_logo_mark_mt9 {
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  width: 32px;
  display: flex;
  justify-content: center;
  height: 2rem;
}.otm-tb_logo_mark_mt9 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.otm-tb_nav_mt9 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.otm-tb_nav_mt9 {
  display: flex;
}
}.otm-tb_tab_mt9 {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  font-weight: 600;
  color: #8496BE;
  white-space: nowrap;
  font-size: 0.813rem;
}.otm-tb_tab_mt9:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF3FF;
}.otm-tb_tab_mt9.otm-state_active_mt9 {
  background: rgba(0, 200, 223, 0.15);
  color: #EEF3FF;
}.otm-tb_right_mt9 {
  gap: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}.otm-tb_login_mt9 {
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,color .2s;
  display: none;
  color: #C2CEEA;
  font-size: 0.813rem;
  font-weight: 600;
}.otm-tb_login_mt9:hover {
  border-color: rgba(0, 210, 230, 0.35);
  color: #EEF3FF;
}
@media(min-width: 478px) {.otm-tb_login_mt9 {
  display: block;
}
}.otm-tb_reg_mt9 {
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.563rem 18px;
  background: #00C96A;
  color: #060C18;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
}.otm-tb_reg_mt9:hover {
  background: #00E077;
}.otm-sb_mt9 {
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #131929;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  overflow-y: auto;
  bottom: 0;
  left: 0;
  z-index: 70;
  width: 220px;
  position: fixed;
  top: 3.5rem;
}.otm-sb_mt9.otm-state_open_mt9 {
  transform: translateX(0);
}.otm-sb_mt9::-webkit-scrollbar {
  width: 4px;
}.otm-sb_mt9::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.otm-sb_mt9 {
  transform: translateX(0);
}
}.otm-sb_auth_mt9 {
  padding: 0.875rem 0.75rem 0.625rem;
}.otm-sb_btn_reg_mt9 {
  padding: 11px;
  transition: background .2s;
  border-radius: 10px;
  background: #00C96A;
  text-align: center;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #060C18;
  display: block;
}.otm-sb_btn_reg_mt9:hover {
  background: #00E077;
}.otm-sb_btn_login_mt9 {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #C2CEEA;
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-align: center;
}.otm-sb_btn_login_mt9:hover {
  border-color: rgba(0, 210, 230, 0.35);
  color: #EEF3FF;
}.otm-sb_promo_mt9 {
  background: linear-gradient(135deg,#081E3C,#131929);
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 200, 223, 0.15);
  padding: 0.75rem 0.875rem;
  margin: 0 0.75rem 0.625rem;
  overflow: hidden;
  position: relative;
}.otm-sb_promo_mt9::before {
  background: radial-gradient(circle,rgba(0, 200, 223, 0.15),transparent 70%);
  border-radius: 50%;
  width: 80px;
  right: -1.25rem;
  content: '';
  height: 80px;
  position: absolute;
  top: -1.25rem;
}.otm-sb_promo_title_mt9 {
  color: #00C8DF;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}.otm-sb_promo_text_mt9 {
  line-height: 1.35;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #EEF3FF;
  font-size: 12px;
}.otm-sb_promo_sub_mt9 {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #596380;
}.otm-sb_nav_mt9 {
  padding: 0.375rem 0.5rem 16px;
}.otm-sb_nav_lb_mt9 {
  padding: 10px 8px 0.375rem;
  text-transform: uppercase;
  color: #404E6A;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
}.otm-sb_link_mt9 {
  padding: 0.563rem 0.625rem;
  gap: 10px;
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  font-weight: 500;
  overflow-wrap: break-word;
  display: flex;
  font-size: 13px;
  color: #8496BE;
  align-items: center;
  cursor: pointer;
}.otm-sb_link_mt9:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF3FF;
}.otm-sb_link_mt9.otm-state_active_mt9 {
  background: rgba(0, 200, 223, 0.15);
  color: #EEF3FF;
}.otm-sb_ic_mt9 {
  border-radius: 6px;
  height: 30px;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  width: 1.875rem;
  align-items: center;
}.otm-sb_ic_mt9 svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.otm-sb_ic_1_mt9 {
  background: rgba(0, 200, 223, 0.06);
  color: #00C8DF;
}.otm-sb_ic_2_mt9 {
  background: rgba(0, 201, 106, 0.15);
  color: #00C96A;
}.otm-sb_ic_3_mt9 {
  background: rgba(255, 184, 0, 0.14);
  color: #FFB800;
}.otm-sb_ic_4_mt9 {
  background: rgba(58, 86, 255, 0.18);
  color: #3A56FF;
}.otm-sb_ic_5_mt9 {
  background: rgba(0, 200, 223, 0.06);
  color: #FF4EA0;
}.otm-sb_ic_6_mt9 {
  background: rgba(58, 86, 255, 0.18);
  color: #8B5CF6;
}.otm-sb_badge_mt9 {
  background: #FFB800;
  padding: 2px 7px;
  border-radius: 6px;
  color: #060C18;
  font-size: 9px;
  font-weight: 700;
  margin-left: auto;
}.otm-sb_bot_mt9 {
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  display: flex;
}.otm-sb_lang_mt9,.otm-sb_help_mt9 {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  flex: 1;
  gap: 6px;
  font-weight: 600;
  justify-content: center;
  color: #8496BE;
  align-items: center;
  display: flex;
  font-size: 0.688rem;
}.otm-sb_lang_mt9:hover,.otm-sb_help_mt9:hover {
  border-color: rgba(0, 210, 230, 0.35);
  color: #EEF3FF;
}.otm-sb_lang_mt9 svg,.otm-sb_help_mt9 svg {
  stroke-linejoin: round;
  height: 13px;
  width: 0.813rem;
  stroke-linecap: round;
}.otm-sb_bd_mt9 {
  background: rgba(6, 8, 18, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.otm-sb_bd_mt9.otm-state_on_mt9 {
  display: block;
}
@media(min-width: 1078px) {.otm-sb_bd_mt9 {
  display: none!important;
}
}.otm-mob_nav_mt9 {
  background: #131929;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  z-index: 80;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  left: 0;
}
@media(min-width: 1081px) {.otm-mob_nav_mt9 {
  display: none;
}
}.otm-mob_nav_item_mt9 {
  padding: 4px 2px;
  gap: 4px;
  flex: 1;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  color: #404E6A;
  align-items: center;
}.otm-mob_nav_ic_mt9 {
  line-height: 1;
}.otm-mob_nav_ic_mt9 svg {
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
  width: 20px;
}.otm-mob_nav_lb_mt9 {
  font-weight: 600;
  color: #404E6A;
  font-size: 0.625rem;
}.otm-mob_nav_item_mt9.otm-state_active_mt9 {
  color: #00C8DF;
}.otm-mob_nav_item_mt9.otm-state_active_mt9 .otm-mob_nav_lb_mt9 {
  color: #00C8DF;
}.otm-hero_mt9 {
  background: #0C1122;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.otm-hero_mt9 {
  padding: 1.5rem 24px 0;
}
}.otm-hero_in_mt9 {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.otm-hero_in_mt9 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width:1100px) {.otm-hero_in_mt9 {
  grid-template-columns: 1fr 21.25rem;
}
}.otm-hero_promo_mt9 {
  overflow: hidden;
  border-radius: 1rem;
  background: #101520;
  align-items: stretch;
  min-height: 220px;
  position: relative;
  display: flex;
}
@media(min-width: 765px) {.otm-hero_promo_mt9 {
  min-height: 280px;
}
}.otm-hero_promo_bg_mt9 {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#081E3C 0%,#0C1122 100%);
  background-size: cover;
  position: absolute;
}.otm-hero_promo_bg_mt9::after {
  inset: 0;
  background: linear-gradient(90deg,#0C1122 0%,rgba(6, 8, 18, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.otm-hero_promo_glow_mt9 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(58, 86, 255, 0.18) 0%,transparent 65%);
  position: absolute;
  top: -40px;
  pointer-events: none;
  width: 18.75rem;
  right: 3.75rem;
  height: 18.75rem;
}.otm-hero_promo_ct_mt9 {
  padding: 1.75rem 24px 28px 28px;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex-direction: column;
  display: flex;
  max-width: 480px;
}
@media(min-width: 769px) {.otm-hero_promo_ct_mt9 {
  padding: 40px 2rem;
}
}.otm-hero_badge_mt9 {
  border-radius: 20px;
  background: rgba(0, 200, 223, 0.15);
  padding: 5px 12px;
  border: 1px solid rgba(0, 200, 223, 0.06);
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00C8DF;
  font-size: 0.625rem;
  display: inline-block;
  margin-bottom: 14px;
  font-weight: 700;
}.otm-hero_h1_mt9 {
  overflow-wrap: break-word;
  color: #EEF3FF;
  margin-bottom: 10px;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.15;
  font-size: 26px;
}.otm-hero_h1_mt9 em {
  font-style: normal;
  color: #FFB800;
}
@media(min-width: 771px) {.otm-hero_h1_mt9 {
  font-size: 2.25rem;
}
}.otm-hero_sub_mt9 {
  font-size: 13px;
  margin-bottom: 20px;
  color: #8496BE;
  line-height: 1.55;
}
@media(min-width: 770px) {.otm-hero_sub_mt9 {
  font-size: 0.875rem;
}
}.otm-hero_row_mt9 {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.otm-hero_cta_mt9 {
  padding: 0.813rem 26px;
  background: #00C96A;
  transition: background .2s;
  border-radius: 0.625rem;
  color: #060C18;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 22px rgba(0, 201, 106, 0.48);
}.otm-hero_cta_mt9:hover {
  background: #00E077;
}.otm-hero_terms_mt9 {
  color: #404E6A;
  font-size: 0.688rem;
}.otm-hero_game_mt9 {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  background: #101520;
  position: relative;
  display: flex;
  flex-direction: column;
}.otm-hero_game_badge_mt9 {
  border-radius: 20px;
  padding: 0.313rem 0.625rem;
  background: rgba(255, 184, 0, 0.14);
  border: 1px solid rgba(255, 184, 0, 0.14);
  top: 0.75rem;
  font-weight: 700;
  color: #FFB800;
  font-size: 10px;
  letter-spacing: .06em;
  z-index: 3;
  position: absolute;
  text-transform: uppercase;
  left: 12px;
}.otm-hero_game_badge_mt9 svg {
  width: 11px;
  vertical-align: -1px;
  height: 0.688rem;
  margin-right: 4px;
}.otm-hero_game_img_mt9 {
  overflow: hidden;
  background: linear-gradient(135deg,#081E3C,#0C1122);
  position: relative;
  padding-bottom: 60%;
}.otm-hero_game_img_mt9 img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.otm-hero_game_play_mt9 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(6, 8, 18, 0.72);
  position: absolute;
  opacity: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}.otm-hero_game_mt9:hover .otm-hero_game_play_mt9 {
  opacity: 1;
}.otm-hero_game_play_mt9 span {
  border-radius: 50%;
  background: #00C8DF;
  align-items: center;
  height: 3.25rem;
  display: flex;
  width: 3.25rem;
  justify-content: center;
}.otm-hero_game_play_mt9 span svg {
  height: 18px;
  width: 1.125rem;
  margin-left: 2px;
}.otm-hero_game_info_mt9 {
  padding: 0.875rem 16px;
}.otm-hero_game_title_mt9 {
  color: #EEF3FF;
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.otm-hero_game_provider_mt9 {
  font-size: 0.688rem;
  color: #596380;
}.otm-hero_game_btn_mt9 {
  padding: 0.688rem;
  margin: 12px 16px 16px;
  background: #00C8DF;
  transition: background .2s;
  border-radius: 0.625rem;
  font-weight: 700;
  display: block;
  font-size: 13px;
  color: #EEF3FF;
  text-align: center;
}.otm-hero_game_mt9:hover .otm-hero_game_btn_mt9 {
  background: #00DEF7;
}.otm-gcg_mt9 {
  padding: 36px 16px 0;
  background: #0C1122;
}
@media(min-width: 765px) {.otm-gcg_mt9 {
  padding: 2.75rem 24px 0;
}
}.otm-gcg_in_mt9 {
  margin: 0 auto;
  max-width: 1320px;
}.otm-gcg_head_mt9 {
  max-width: 45rem;
  margin-bottom: 20px;
}.otm-gcg_label_mt9 {
  font-size: 11px;
  font-weight: 700;
  color: #00C8DF;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.otm-gcg_h2_mt9 {
  font-family: 'Exo 2', sans-serif;
  color: #EEF3FF;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width:768px) {.otm-gcg_h2_mt9 {
  font-size: 28px;
}
}.otm-gcg_intro_mt9 {
  font-size: 0.813rem;
  color: #596380;
  line-height: 1.6;
}.otm-gcg_grid_mt9 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.otm-gcg_grid_mt9 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.otm-gcg_grid_mt9 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.otm-gcg_card_mt9 {
  padding: 20px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  min-height: 240px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
}.otm-gcg_card_mt9:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 200, 223, 0.15);
}.otm-gcg_card_bg_mt9 {
  inset: 0;
  position: absolute;
  z-index: 0;
}.otm-gcg_card_bg_mt9::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.otm-gcg_card_ic_mt9 {
  border-radius: 6px;
  background: rgba(0,0,0,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  top: 1.125rem;
  position: absolute;
  color: #EEF3FF;
  width: 40px;
  z-index: 2;
  right: 18px;
}.otm-gcg_card_ic_mt9 svg {
  stroke-linecap: round;
  height: 1.25rem;
  width: 20px;
  stroke-linejoin: round;
}.otm-gcg_card_ct_mt9 {
  position: relative;
  z-index: 1;
}.otm-gcg_card_h_mt9 {
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 1.125rem;
  color: #EEF3FF;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.2;
}
@media(min-width:768px) {.otm-gcg_card_h_mt9 {
  font-size: 1.25rem;
}
}.otm-gcg_card_p_mt9 {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  margin-bottom: 0.625rem;
}.otm-gcg_card_p_mt9 strong {
  font-weight: 600;
  color: #EEF3FF;
}.otm-gcg_card_cta_mt9 {
  gap: 4px;
  font-weight: 700;
  align-items: center;
  color: #00C8DF;
  font-size: 12px;
  display: inline-flex;
  letter-spacing: .04em;
  text-transform: uppercase;
}.otm-gcg_card_cta_mt9 svg {
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 12px;
}.otm-ws_mt9 {
  background: #0C1122;
  padding: 2rem 1rem 0;
}
@media(min-width: 771px) {.otm-ws_mt9 {
  padding: 2.25rem 1.5rem 0;
}
}.otm-ws_in_mt9 {
  margin: 0 auto;
  max-width: 1320px;
}.otm-ws_head_mt9 {
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
  display: flex;
}.otm-ws_title_mt9 {
  gap: 10px;
  color: #EEF3FF;
  overflow-wrap: break-word;
  font-weight: 700;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  display: flex;
}.otm-ws_title_ic_mt9 svg {
  color: #FFB800;
  width: 1.125rem;
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.otm-ws_online_mt9 {
  gap: 0.438rem;
  font-size: 12px;
  color: #596380;
  font-weight: 600;
  align-items: center;
  display: flex;
}.otm-ws_online_dot_mt9 {
  border-radius: 50%;
  background: #00C96A;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(0, 201, 106, 0.15);
  width: 8px;
  height: 0.5rem;
}.otm-ws_scroll_mt9 {
  gap: 0.5rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
}.otm-ws_scroll_mt9::-webkit-scrollbar {
  display: none;
}.otm-wc_mt9 {
  background: #101520;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
  align-items: center;
}.otm-wc_img_mt9 {
  background: #131929;
  border-radius: 6px;
  overflow: hidden;
  height: 36px;
  flex-shrink: 0;
  width: 36px;
}.otm-wc_img_mt9 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.otm-wc_info_mt9 {
  min-width: 0;
}.otm-wc_game_mt9 {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #C2CEEA;
}.otm-wc_player_mt9 {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #404E6A;
  text-overflow: ellipsis;
}.otm-wc_amount_mt9 {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 13px;
  white-space: nowrap;
  color: #00C96A;
  font-weight: 700;
}.otm-bon_mt9 {
  background: #0C1122;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.otm-bon_mt9 {
  padding: 2.75rem 1.5rem 0;
}
}.otm-bon_in_mt9 {
  margin: 0 auto;
  max-width: 1320px;
}.otm-bon_head_mt9 {
  margin-bottom: 20px;
}.otm-bon_label_mt9 {
  text-transform: uppercase;
  font-weight: 700;
  color: #00C8DF;
  margin-bottom: 8px;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.otm-bon_h2_mt9 {
  font-size: 20px;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.5rem;
  color: #EEF3FF;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.otm-bon_h2_mt9 {
  font-size: 1.5rem;
}
}.otm-bon_seo_mt9 {
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #596380;
  max-width: 620px;
}.otm-bon_seo_mt9 strong {
  font-weight: 700;
  color: #C2CEEA;
}.otm-bon_seo_mt9 a {
  text-decoration: underline;
  color: #00C8DF;
}.otm-bon_grid_mt9 {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.otm-bon_grid_mt9 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.otm-bon_grid_mt9 {
  grid-template-columns: repeat(5,1fr);
}
}.otm-bon_card_mt9 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  transition: border-color .2s,transform .2s;
  padding: 16px;
  background: #101520;
}.otm-bon_card_mt9:hover {
  border-color: rgba(0, 200, 223, 0.06);
  transform: translateY(-2px);
}.otm-bon_card_ic_mt9 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
  width: 1.625rem;
}.otm-bon_card_ic_mt9 {
  margin-bottom: 10px;
}.otm-bon_card_type_mt9 {
  color: #596380;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 10px;
}.otm-bon_card_amount_mt9 {
  color: #FFB800;
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.1;
}.otm-bon_card_name_mt9 {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 13px;
  color: #EEF3FF;
  margin-bottom: 8px;
}.otm-bon_card_detail_mt9 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  line-height: 1.5;
  color: #404E6A;
  font-size: 0.688rem;
}.otm-reg_mt9 {
  background: #0C1122;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.otm-reg_mt9 {
  padding: 2.75rem 1.5rem 0;
}
}.otm-reg_in_mt9 {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 24px;
  border-radius: 1rem;
  background: #131929;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.otm-reg_in_mt9 {
  padding: 40px;
}
}.otm-reg_top_mt9 {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.otm-reg_top_mt9 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.otm-reg_label_mt9 {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #00C8DF;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
}.otm-reg_h2_mt9 {
  margin-bottom: 12px;
  font-family: 'Exo 2', sans-serif;
  color: #EEF3FF;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-weight: 800;
}
@media(min-width:768px) {.otm-reg_h2_mt9 {
  font-size: 1.75rem;
}
}.otm-reg_bonus_mt9 {
  border: 1px solid rgba(255, 184, 0, 0.14);
  gap: 0.5rem;
  background: rgba(255, 184, 0, 0.14);
  border-radius: 0.625rem;
  padding: 0.625rem 1rem;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.otm-reg_bonus_amount_mt9 {
  font-weight: 800;
  font-size: 20px;
  color: #FFB800;
}.otm-reg_bonus_text_mt9 {
  font-size: 0.813rem;
  color: #8496BE;
  line-height: 1.35;
}.otm-reg_cta_btn_mt9 {
  background: #00C96A;
  padding: 0.875rem 32px;
  border-radius: 10px;
  transition: background .2s;
  box-shadow: 0 0.25rem 1.375rem rgba(0, 201, 106, 0.48);
  display: inline-block;
  color: #060C18;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 12px;
}.otm-reg_cta_btn_mt9:hover {
  background: #00E077;
}.otm-reg_terms_mt9 {
  line-height: 1.5;
  color: #404E6A;
  font-size: 0.688rem;
}.otm-reg_seo_mt9 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  overflow-wrap: break-word;
  color: #596380;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1.65;
}.otm-reg_seo_mt9 p {
  font-size: 13px;
  line-height: 1.65;
  color: #596380;
  margin-bottom: 10px;
}.otm-reg_seo_mt9 p:last-child {
  margin-bottom: 0;
}.otm-reg_seo_mt9 strong {
  color: #C2CEEA;
  font-weight: 700;
}.otm-reg_seo_mt9 a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8DF;
}.otm-reg_seo_mt9 a:hover {
  color: #00DEF7;
}.otm-reg_seo_mt9 ul,.otm-reg_seo_mt9 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.otm-reg_seo_mt9 ol {
  list-style: decimal;
}.otm-reg_seo_mt9 li {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.25rem;
  color: #596380;
}.otm-reg_seo_mt9 table {
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
  margin-bottom: 0.625rem;
}
@media(min-width: 770px) {.otm-reg_seo_mt9 table {
  display: table;
}
}.otm-reg_seo_mt9 th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C2CEEA;
}.otm-reg_seo_mt9 td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #596380;
}.otm-reg_steps_mt9 {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 863px) {.otm-reg_steps_mt9 {
  margin-top: 0;
}
}.otm-reg_step_mt9 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 14px;
  padding: 16px;
  border-radius: 0.625rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.otm-reg_step_num_mt9 {
  background: rgba(0, 200, 223, 0.15);
  border: 1px solid rgba(0, 200, 223, 0.06);
  border-radius: 50%;
  align-items: center;
  width: 2.125rem;
  font-size: 0.875rem;
  justify-content: center;
  font-weight: 800;
  display: flex;
  height: 34px;
  flex-shrink: 0;
  color: #00C8DF;
}.otm-reg_step_title_mt9 {
  color: #EEF3FF;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}.otm-reg_step_text_mt9 {
  line-height: 1.5;
  color: #596380;
  font-size: 0.75rem;
}.otm-reg_trust_mt9 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  margin-top: 20px;
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}.otm-reg_trust_item_mt9 {
  gap: 0.438rem;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  color: #596380;
  font-size: 0.75rem;
}.otm-reg_trust_ic_mt9 svg {
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
  color: #00C8DF;
  stroke-linecap: round;
}.otm-prov_mt9 {
  padding: 2.25rem 1rem 0;
  background: #0C1122;
}
@media(min-width: 767px) {.otm-prov_mt9 {
  padding: 2.75rem 24px 0;
}
}.otm-prov_in_mt9 {
  margin: 0 auto;
  max-width: 82.5rem;
}.otm-prov_head_mt9 {
  margin-bottom: 16px;
}.otm-prov_label_mt9 {
  letter-spacing: .08em;
  color: #00C8DF;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.otm-prov_h2_mt9 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #EEF3FF;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.otm-prov_h2_mt9 {
  font-size: 1.5rem;
}
}.otm-prov_seo_mt9 {
  max-width: 38.75rem;
  line-height: 1.6;
  color: #596380;
  font-size: 13px;
  margin-bottom: 16px;
  overflow-wrap: break-word;
}.otm-prov_seo_mt9 strong {
  color: #C2CEEA;
  font-weight: 700;
}.otm-prov_seo_mt9 a {
  color: #00C8DF;
  text-decoration: underline;
}.otm-prov_grid_mt9 {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width:640px) {.otm-prov_grid_mt9 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.otm-prov_grid_mt9 {
  grid-template-columns: repeat(8,1fr);
}
}.otm-prov_card_mt9 {
  transition: border-color .2s,background .2s;
  gap: 7px;
  border-radius: 0.625rem;
  background: #101520;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}.otm-prov_card_mt9:hover {
  background: #131929;
  border-color: rgba(0, 210, 230, 0.35);
}.otm-prov_logo_mt9 {
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  height: 44px;
  justify-content: center;
  width: 2.75rem;
  align-items: center;
  display: flex;
}.otm-prov_logo_mt9 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.otm-prov_name_mt9 {
  font-weight: 600;
  text-align: center;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #8496BE;
}.otm-app_mt9 {
  padding: 36px 1rem 0;
  background: #0C1122;
}
@media(min-width: 769px) {.otm-app_mt9 {
  padding: 2.75rem 1.5rem 0;
}
}.otm-app_in_mt9 {
  margin: 0 auto;
  max-width: 82.5rem;
}.otm-app_head_mt9 {
  margin-bottom: 1rem;
}.otm-app_label_mt9 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00C8DF;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.otm-app_h2_mt9 {
  font-weight: 800;
  margin-bottom: 0.375rem;
  color: #EEF3FF;
  font-size: 20px;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.otm-app_h2_mt9 {
  font-size: 24px;
}
}.otm-app_sub_mt9 {
  color: #596380;
  overflow-wrap: break-word;
  max-width: 600px;
  line-height: 1.6;
  font-size: 0.813rem;
}.otm-app_sub_mt9 strong {
  color: #C2CEEA;
  font-weight: 700;
}.otm-app_cards_mt9 {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.otm-app_cards_mt9 {
  grid-template-columns: repeat(3,1fr);
}
}.otm-app_card_mt9 {
  padding: 1.25rem;
  border-radius: 10px;
  gap: 1rem;
  overflow: hidden;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
}.otm-app_card_ios_mt9 {
  background: linear-gradient(135deg,rgba(0, 200, 223, 0.15) 0%,#131929 100%);
}.otm-app_card_android_mt9 {
  background: linear-gradient(135deg,rgba(0, 201, 106, 0.15) 0%,#131929 100%);
}.otm-app_card_win_mt9 {
  background: linear-gradient(135deg,rgba(255, 184, 0, 0.14) 0%,#131929 100%);
}.otm-app_card_ic_mt9 svg {
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
  width: 34px;
}.otm-app_card_ic_mt9 {
  color: #EEF3FF;
  flex-shrink: 0;
}.otm-app_card_os_mt9 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #596380;
  margin-bottom: 0.375rem;
}.otm-app_card_title_mt9 {
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 15px;
  color: #EEF3FF;
  font-weight: 700;
}.otm-app_card_text_mt9 {
  overflow-wrap: break-word;
  color: #596380;
  margin-bottom: 0.875rem;
  line-height: 1.5;
  font-size: 0.75rem;
}.otm-app_card_btn_mt9 {
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(0, 210, 230, 0.35);
  transition: background .2s;
  padding: 10px 18px;
  gap: 0.438rem;
  color: #EEF3FF;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}.otm-app_card_btn_mt9:hover {
  background: rgba(255, 255, 255, 0.07);
}.otm-htp_mt9 {
  background: #0C1122;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.otm-htp_mt9 {
  padding: 44px 24px 0;
}
}.otm-htp_in_mt9 {
  margin: 0 auto;
  max-width: 82.5rem;
}.otm-htp_head_mt9 {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.otm-htp_label_mt9 {
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #00C8DF;
  letter-spacing: .08em;
}.otm-htp_h2_mt9 {
  color: #EEF3FF;
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.otm-htp_h2_mt9 {
  font-size: 1.75rem;
}
}.otm-htp_intro_mt9 {
  color: #596380;
  font-size: 0.875rem;
  line-height: 1.6;
}.otm-htp_steps_mt9 {
  margin: 0;
  list-style: none;
  gap: 12px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width:640px) {.otm-htp_steps_mt9 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.otm-htp_steps_mt9 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.otm-htp_step_mt9 {
  background: #131929;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px 18px 18px;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  position: relative;
}.otm-htp_step_num_mt9 {
  background: #00C8DF;
  border-radius: 50%;
  width: 28px;
  align-items: center;
  height: 1.75rem;
  left: 20px;
  font-weight: 800;
  position: absolute;
  font-size: 13px;
  color: #060C18;
  top: -0.75rem;
  display: flex;
  font-family: 'Exo 2', sans-serif;
  justify-content: center;
}.otm-htp_step_ic_mt9 {
  background: rgba(0, 200, 223, 0.15);
  margin: 0.5rem 0 12px;
  border-radius: 6px;
  height: 36px;
  color: #00C8DF;
  justify-content: center;
  width: 36px;
  align-items: center;
  display: flex;
}.otm-htp_step_ic_mt9 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
  width: 18px;
}.otm-htp_step_h_mt9 {
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.25;
  color: #EEF3FF;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.otm-htp_step_p_mt9 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #596380;
  line-height: 1.55;
}.otm-htp_step_p_mt9 strong {
  font-weight: 600;
  color: #C2CEEA;
}.otm-htp_cta_mt9 {
  background: #00C96A;
  padding: 13px 1.625rem;
  border-radius: 0.625rem;
  transition: background .2s;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 20px;
  color: #060C18;
  display: inline-block;
}.otm-htp_cta_mt9:hover {
  background: #00E077;
}.otm-seo_mt9 {
  background: #0C1122;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.otm-seo_mt9 {
  padding: 2.75rem 24px 0;
}
}.otm-seo_in_mt9 {
  background: #131929;
  border-radius: 1rem;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.otm-seo_in_mt9 {
  padding: 2.25rem 2.5rem;
}
}.otm-seo_label_mt9 {
  font-weight: 700;
  text-transform: uppercase;
  color: #00C8DF;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.otm-seo_h2_mt9 {
  overflow-wrap: break-word;
  color: #EEF3FF;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.otm-seo_h2_mt9 {
  font-size: 1.5rem;
}
}.otm-seo_body_mt9 {
  color: #8496BE;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.otm-seo_body_mt9 p {
  line-height: 1.75;
  color: #8496BE;
  font-size: 0.875rem;
  margin-bottom: 12px;
}.otm-seo_body_mt9 p:last-child {
  margin-bottom: 0;
}.otm-seo_body_mt9 strong {
  font-weight: 700;
  color: #C2CEEA;
}.otm-seo_body_mt9 a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8DF;
}.otm-seo_body_mt9 a:hover {
  color: #00DEF7;
}.otm-seo_body_mt9 ul,.otm-seo_body_mt9 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.otm-seo_body_mt9 ol {
  list-style: decimal;
}.otm-seo_body_mt9 li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8496BE;
}.otm-seo_body_mt9 table {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
}
@media(min-width: 769px) {.otm-seo_body_mt9 table {
  display: table;
}
}.otm-seo_body_mt9 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #C2CEEA;
  text-align: left;
  font-weight: 700;
}.otm-seo_body_mt9 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #8496BE;
}.otm-seo_cols_mt9 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.otm-seo_cols_mt9 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.otm-seo_cols_mt9 {
  grid-template-columns: repeat(3,1fr);
}
}.otm-seo_col_h_mt9 {
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C2CEEA;
  font-size: 13px;
}.otm-seo_col_p_mt9 {
  color: #596380;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
}.otm-seo_stats_mt9 {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.otm-seo_stat_mt9 {
  padding: 14px 16px;
  background: rgba(0, 200, 223, 0.06);
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 200, 223, 0.15);
  flex: 1;
  min-width: 8.75rem;
}.otm-seo_stat_val_mt9 {
  margin-bottom: 0.25rem;
  color: #00C8DF;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
}.otm-seo_stat_lb_mt9 {
  font-size: 11px;
  color: #596380;
  overflow-wrap: break-word;
}.otm-seo_mt9 {
  background: #0C1122;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.otm-seo_mt9 {
  padding: 2.75rem 24px 0;
}
}.otm-seo_in_mt9 {
  background: #131929;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 1.5rem;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.otm-seo_in_mt9 {
  padding: 36px 40px;
}
}.otm-seo_label_mt9 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #00C8DF;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.otm-seo_h2_mt9 {
  color: #EEF3FF;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.otm-seo_h2_mt9 {
  font-size: 1.5rem;
}
}.otm-seo_body_mt9 {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #8496BE;
  font-size: 0.875rem;
}.otm-seo_body_mt9 p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #8496BE;
}.otm-seo_body_mt9 p:last-child {
  margin-bottom: 0;
}.otm-seo_body_mt9 strong {
  font-weight: 700;
  color: #C2CEEA;
}.otm-seo_body_mt9 a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8DF;
}.otm-seo_body_mt9 a:hover {
  color: #00DEF7;
}.otm-seo_body_mt9 ul,.otm-seo_body_mt9 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.otm-seo_body_mt9 ol {
  list-style: decimal;
}.otm-seo_body_mt9 li {
  color: #8496BE;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
}.otm-seo_body_mt9 table {
  border-collapse: collapse;
  display: block;
  font-size: 13px;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 771px) {.otm-seo_body_mt9 table {
  display: table;
}
}.otm-seo_body_mt9 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C2CEEA;
  font-weight: 700;
  text-align: left;
}.otm-seo_body_mt9 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #8496BE;
}.otm-seo_cols_mt9 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.otm-seo_cols_mt9 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.otm-seo_cols_mt9 {
  grid-template-columns: repeat(3,1fr);
}
}.otm-seo_col_h_mt9 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C2CEEA;
  margin-bottom: 0.438rem;
}.otm-seo_col_p_mt9 {
  color: #596380;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.otm-seo_stats_mt9 {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.otm-seo_stat_mt9 {
  border: 1px solid rgba(0, 200, 223, 0.15);
  border-radius: 10px;
  flex: 1;
  background: rgba(0, 200, 223, 0.06);
  padding: 14px 1rem;
  min-width: 8.75rem;
}.otm-seo_stat_val_mt9 {
  font-size: 20px;
  color: #00C8DF;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.otm-seo_stat_lb_mt9 {
  font-size: 11px;
  color: #596380;
  overflow-wrap: break-word;
}.otm-faq_mt9 {
  padding: 2.25rem 16px 0;
  background: #0C1122;
}
@media(min-width: 769px) {.otm-faq_mt9 {
  padding: 2.75rem 1.5rem 0;
}
}.otm-faq_in_mt9 {
  margin: 0 auto;
  max-width: 82.5rem;
}.otm-faq_head_mt9 {
  margin-bottom: 20px;
}.otm-faq_label_mt9 {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #00C8DF;
}.otm-faq_h2_mt9 {
  font-size: 20px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  color: #EEF3FF;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.otm-faq_h2_mt9 {
  font-size: 24px;
}
}.otm-faq_list_mt9 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.otm-faq_item_mt9 {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: #131929;
}.otm-faq_q_mt9 {
  transition: color .2s;
  padding: 1rem 20px;
  gap: 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  cursor: pointer;
  color: #C2CEEA;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-wrap: break-word;
}.otm-faq_q_mt9:hover {
  color: #EEF3FF;
}.otm-faq_q_ic_mt9 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  height: 24px;
  width: 1.5rem;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  flex-shrink: 0;
  color: #00C8DF;
  display: flex;
}.otm-faq_item_mt9.otm-state_open_mt9 .otm-faq_q_ic_mt9 {
  transform: rotate(45deg);
}.otm-faq_a_mt9 {
  padding: 0 20px 1rem;
  color: #596380;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  display: none;
  line-height: 1.7;
}.otm-faq_item_mt9.otm-state_open_mt9 .otm-faq_a_mt9 {
  display: block;
}.otm-faq_a_mt9 strong {
  color: #C2CEEA;
  font-weight: 700;
}.otm-faq_a_mt9 a {
  color: #00C8DF;
  text-decoration: underline;
}.otm-faq_a_mt9 ul,.otm-faq_a_mt9 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.otm-faq_a_mt9 ol {
  list-style: decimal;
}.otm-faq_a_mt9 li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.otm-faq_a_mt9 table {
  margin: 8px 0;
  display: block;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  overflow-x: auto;
}
@media(min-width: 769px) {.otm-faq_a_mt9 table {
  display: table;
}
}.otm-faq_a_mt9 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  color: #C2CEEA;
  text-align: left;
  font-weight: 700;
}.otm-faq_a_mt9 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #596380;
}.otm-seo_mt9 {
  padding: 2.25rem 1rem 0;
  background: #0C1122;
}
@media(min-width: 770px) {.otm-seo_mt9 {
  padding: 44px 24px 0;
}
}.otm-seo_in_mt9 {
  border-radius: 16px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131929;
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 770px) {.otm-seo_in_mt9 {
  padding: 36px 40px;
}
}.otm-seo_label_mt9 {
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #00C8DF;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.otm-seo_h2_mt9 {
  margin-bottom: 0.875rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #EEF3FF;
  line-height: 1.25;
}
@media(min-width: 770px) {.otm-seo_h2_mt9 {
  font-size: 24px;
}
}.otm-seo_body_mt9 {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #8496BE;
  line-height: 1.75;
}.otm-seo_body_mt9 p {
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #8496BE;
}.otm-seo_body_mt9 p:last-child {
  margin-bottom: 0;
}.otm-seo_body_mt9 strong {
  color: #C2CEEA;
  font-weight: 700;
}.otm-seo_body_mt9 a {
  transition: color .2s;
  color: #00C8DF;
  text-decoration: underline;
}.otm-seo_body_mt9 a:hover {
  color: #00DEF7;
}.otm-seo_body_mt9 ul,.otm-seo_body_mt9 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.otm-seo_body_mt9 ol {
  list-style: decimal;
}.otm-seo_body_mt9 li {
  line-height: 1.75;
  color: #8496BE;
  font-size: 14px;
  margin-bottom: 6px;
}.otm-seo_body_mt9 table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  display: block;
}
@media(min-width: 767px) {.otm-seo_body_mt9 table {
  display: table;
}
}.otm-seo_body_mt9 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #C2CEEA;
}.otm-seo_body_mt9 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8496BE;
}.otm-seo_cols_mt9 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.otm-seo_cols_mt9 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.otm-seo_cols_mt9 {
  grid-template-columns: repeat(3,1fr);
}
}.otm-seo_col_h_mt9 {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 0.813rem;
  color: #C2CEEA;
  overflow-wrap: break-word;
}.otm-seo_col_p_mt9 {
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #596380;
}.otm-seo_stats_mt9 {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.otm-seo_stat_mt9 {
  background: rgba(0, 200, 223, 0.06);
  padding: 14px 1rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 200, 223, 0.15);
  flex: 1;
  min-width: 140px;
}.otm-seo_stat_val_mt9 {
  margin-bottom: 4px;
  font-size: 20px;
  color: #00C8DF;
  overflow-wrap: break-word;
  font-weight: 800;
}.otm-seo_stat_lb_mt9 {
  overflow-wrap: break-word;
  color: #596380;
  font-size: 11px;
}.otm-ft_mt9 {
  background: #07090F;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.otm-ft_support_mt9 {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.otm-ft_support_mt9 {
  padding: 1.75rem 1.5rem;
}
}.otm-ft_support_in_mt9 {
  margin: 0 auto;
  gap: 1rem;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.otm-ft_support_main_mt9 {
  flex: 1;
  gap: 1rem;
  display: flex;
  min-width: 220px;
  align-items: center;
  flex-wrap: wrap;
}.otm-ft_support_ic_mt9 {
  flex-shrink: 0;
  color: #00C8DF;
}.otm-ft_support_ic_mt9 svg {
  height: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 30px;
}.otm-ft_support_text_title_mt9 {
  font-size: 15px;
  color: #EEF3FF;
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
}.otm-ft_support_text_sub_mt9 {
  color: #596380;
  font-size: 12px;
  overflow-wrap: break-word;
}.otm-ft_support_btn_mt9 {
  background: #00C8DF;
  border-radius: 0.625rem;
  padding: 11px 1.375rem;
  transition: background .2s;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
  color: #EEF3FF;
  flex-shrink: 0;
}.otm-ft_support_btn_mt9:hover {
  background: #00DEF7;
}.otm-ft_support_contacts_mt9 {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.otm-ft_support_contact_mt9 {
  line-height: 1.4;
  color: #404E6A;
  font-size: 0.75rem;
}.otm-ft_support_contact_mt9 strong {
  display: block;
  color: #8496BE;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 2px;
}.otm-ft_main_mt9 {
  padding: 32px 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.otm-ft_main_mt9 {
  padding: 40px 1.5rem 2rem;
}
}.otm-ft_main_in_mt9 {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.otm-ft_main_in_mt9 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.otm-ft_main_in_mt9 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.otm-ft_col_logo_mt9 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.otm-ft_col_logo_mt9 {
  grid-column: auto;
}
}.otm-ft_logo_mt9 {
  gap: 9px;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  color: #EEF3FF;
  overflow-wrap: break-word;
}.otm-ft_logo_mark_mt9 {
  overflow: hidden;
  border-radius: 0.375rem;
  height: 1.875rem;
  width: 1.875rem;
}.otm-ft_logo_mark_mt9 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.otm-ft_logo_sub_mt9 {
  max-width: 200px;
  font-size: 12px;
  line-height: 1.55;
  color: #404E6A;
  overflow-wrap: break-word;
}.otm-ft_col_title_mt9 {
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #8496BE;
  font-size: 0.75rem;
}.otm-ft_col_links_mt9 {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.otm-ft_col_link_mt9 {
  transition: color .2s;
  color: #404E6A;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.otm-ft_col_link_mt9:hover {
  color: #C2CEEA;
}.otm-ft_apps_mt9 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.otm-ft_app_card_mt9 {
  padding: 10px 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.625rem;
  transition: border-color .2s;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}.otm-ft_app_card_mt9:hover {
  border-color: rgba(0, 210, 230, 0.35);
}.otm-ft_app_card_ic_mt9 svg {
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
}.otm-ft_app_card_os_mt9 {
  font-size: 10px;
  font-weight: 600;
  color: #404E6A;
}.otm-ft_app_card_action_mt9 {
  font-size: 12px;
  font-weight: 700;
  color: #C2CEEA;
}.otm-ft_bot_mt9 {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.otm-ft_bot_mt9 {
  padding: 20px 1.5rem;
}
}.otm-ft_bot_in_mt9 {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
}.otm-ft_socials_mt9 {
  gap: 8px;
  display: flex;
}.otm-ft_soc_mt9 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  transition: background .2s;
  display: flex;
  height: 36px;
  align-items: center;
  color: #8496BE;
  width: 36px;
  justify-content: center;
}.otm-ft_soc_mt9 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 16px;
}.otm-ft_soc_mt9:hover {
  background: rgba(255, 255, 255, 0.07);
}.otm-ft_legal_mt9 {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 200px;
  font-size: 0.688rem;
  color: #6A7A9C;
}.otm-ft_legal_mt9 strong {
  color: #8496BE;
  font-weight: 700;
}.otm-ft_legal_mt9 a {
  text-decoration: underline;
  color: #8496BE;
}.otm-ft_age_mt9 {
  border: 2px solid #6A7A9C;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  margin-left: auto;
  color: #6A7A9C;
  height: 2rem;
  font-size: 11px;
  align-items: center;
  display: flex;
  font-weight: 800;
}