*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #060C18;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #C4D0EC;
  font-family: 'DM Sans', sans-serif;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  font: inherit;
  border: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.dlb-layout_e1i {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.dlb-page_e1i {
  display: flex;
  min-height: 100vh;
}.dlb-main_e1i {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1081px) {.dlb-main_e1i {
  padding-left: 13.75rem;
}
}
@media(max-width: 1078px) {.dlb-main_e1i {
  padding-bottom: 4.5rem;
}
}.dlb-gc_e1i {
  overflow: hidden;
  border-radius: 10px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #091220;
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
  position: relative;
}
@media(min-width: 642px) {.dlb-gc_e1i {
  width: 156px;
}
}
@media(min-width: 1081px) {.dlb-gc_e1i {
  width: 168px;
}
}.dlb-gc_e1i:hover {
  transform: translateY(-3px);
  border-color: rgba(58, 128, 255, 0.07);
}.dlb-gc_img_e1i {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.dlb-gc_img_e1i img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.dlb-gc_hover_e1i {
  transition: opacity .2s;
  background: rgba(3, 6, 9, 0.72);
  inset: 0;
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
}.dlb-gc_e1i:hover .dlb-gc_hover_e1i {
  opacity: 1;
}.dlb-gc_hover_btn_e1i {
  border-radius: 0.375rem;
  background: #3A80FF;
  padding: 0.5rem 16px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #EDF2FF;
}.dlb-gc_info_e1i {
  padding: 8px 10px 0.625rem;
}.dlb-gc_name_e1i {
  overflow: hidden;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  color: #C4D0EC;
  white-space: nowrap;
  max-width: 100%;
}.dlb-gc_prov_e1i {
  color: #526280;
  font-size: 0.625rem;
}.dlb-gc_tag_e1i {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  z-index: 2;
  font-size: 0.563rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  left: 6px;
  top: 6px;
  font-weight: 700;
  position: absolute;
}.dlb-gc_tag_hot_e1i {
  background: #E83A4D;
  color: #fff;
}.dlb-gc_tag_new_e1i {
  background: #1BC77A;
  color: #060C18;
}.dlb-gc_tag_jp_e1i {
  background: #F0B429;
  color: #060C18;
}.dlb-gc_tag_ex_e1i {
  background: #7248E8;
  color: #fff;
}.dlb-gc_tag_live_e1i {
  background: #E83A4D;
  color: #fff;
}.dlb-gr_e1i {
  background: #060C18;
  padding: 2rem 16px 0;
}
@media(min-width: 766px) {.dlb-gr_e1i {
  padding: 2.25rem 1.5rem 0;
}
}.dlb-gr_in_e1i {
  margin: 0 auto;
  max-width: 1320px;
}.dlb-gr_head_e1i {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}.dlb-gr_head_l_e1i {
  gap: 10px;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.dlb-gr_ic_e1i {
  border-radius: 0.625rem;
  width: 2rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}.dlb-gr_ic_e1i svg {
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dlb-gr_title_e1i {
  font-size: 1rem;
  font-family: 'Outfit', sans-serif;
  color: #EDF2FF;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 769px) {.dlb-gr_title_e1i {
  font-size: 1.125rem;
}
}.dlb-gr_more_e1i {
  gap: 0.313rem;
  transition: color .2s;
  white-space: nowrap;
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  color: #6A82A8;
  flex-shrink: 0;
}.dlb-gr_more_e1i:hover {
  color: #3A80FF;
}.dlb-gr_more_e1i svg {
  stroke-linecap: round;
  height: 12px;
  width: 12px;
  stroke-linejoin: round;
}.dlb-gr_arrows_e1i {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.dlb-gr_arr_e1i {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  color: #8FA4CC;
  align-items: center;
  height: 1.875rem;
  width: 30px;
  display: flex;
}.dlb-gr_arr_e1i:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EDF2FF;
}.dlb-gr_arr_e1i svg {
  stroke-linejoin: round;
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
}.dlb-gr_seo_h_e1i {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 42.5rem;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  color: #C4D0EC;
}
@media(min-width: 767px) {.dlb-gr_seo_h_e1i {
  font-size: 0.875rem;
}
}.dlb-gr_seo_e1i {
  margin-bottom: 0.75rem;
  max-width: 42.5rem;
  font-size: 12px;
  color: #6A82A8;
  line-height: 1.55;
  overflow-wrap: break-word;
}.dlb-gr_seo_e1i strong {
  color: #C4D0EC;
  font-weight: 600;
}.dlb-gr_scroll_e1i {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding-bottom: 10px;
  display: flex;
  scrollbar-width: none;
}.dlb-gr_scroll_e1i::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.dlb-gr_scroll_e1i {
  gap: 0.75rem;
}
}.dlb-tb_e1i {
  background: #060C18;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  height: 3.5rem;
  top: 0;
  z-index: 80;
  position: fixed;
}.dlb-tb_in_e1i {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}.dlb-tb_burger_e1i {
  gap: 0.313rem;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
  height: 38px;
  align-items: center;
  width: 2.375rem;
}.dlb-tb_burger_e1i:hover {
  background: rgba(255, 255, 255, 0.05);
}.dlb-tb_burger_line_e1i {
  background: #8FA4CC;
  border-radius: 1px;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1078px) {.dlb-tb_burger_e1i {
  display: none;
}
}.dlb-tb_logo_e1i {
  gap: 9px;
  color: #EDF2FF;
  overflow-wrap: break-word;
  display: flex;
  letter-spacing: -.01em;
  font-weight: 800;
  font-size: 1.125rem;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}.dlb-tb_logo_mark_e1i {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  width: 32px;
  justify-content: center;
  height: 32px;
  align-items: center;
}.dlb-tb_logo_mark_e1i img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.dlb-tb_nav_e1i {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.dlb-tb_nav_e1i {
  display: flex;
}
}.dlb-tb_tab_e1i {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  color: #8FA4CC;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}.dlb-tb_tab_e1i:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDF2FF;
}.dlb-tb_tab_e1i.dlb-state_active_e1i {
  background: rgba(58, 128, 255, 0.16);
  color: #EDF2FF;
}.dlb-tb_right_e1i {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.dlb-tb_login_e1i {
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #C4D0EC;
  display: none;
  font-weight: 600;
  font-size: 0.813rem;
}.dlb-tb_login_e1i:hover {
  border-color: rgba(62, 130, 255, 0.45);
  color: #EDF2FF;
}
@media(min-width: 481px) {.dlb-tb_login_e1i {
  display: block;
}
}.dlb-tb_reg_e1i {
  border-radius: 0.625rem;
  background: #1BC77A;
  transition: background .2s;
  padding: 0.563rem 18px;
  font-size: 13px;
  color: #060C18;
  font-weight: 700;
  white-space: nowrap;
}.dlb-tb_reg_e1i:hover {
  background: #2EDB8E;
}.dlb-sb_e1i {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #0D1628;
  overflow-y: auto;
  left: 0;
  top: 56px;
  width: 220px;
  position: fixed;
  bottom: 0;
  z-index: 70;
}.dlb-sb_e1i.dlb-state_open_e1i {
  transform: translateX(0);
}.dlb-sb_e1i::-webkit-scrollbar {
  width: 0.25rem;
}.dlb-sb_e1i::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.dlb-sb_e1i {
  transform: translateX(0);
}
}.dlb-sb_auth_e1i {
  padding: 14px 12px 10px;
}.dlb-sb_btn_reg_e1i {
  background: #1BC77A;
  transition: background .2s;
  padding: 11px;
  border-radius: 0.625rem;
  color: #060C18;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  font-size: 13px;
  text-align: center;
}.dlb-sb_btn_reg_e1i:hover {
  background: #2EDB8E;
}.dlb-sb_btn_login_e1i {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  border-radius: 10px;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  display: block;
  text-align: center;
  color: #C4D0EC;
  font-weight: 600;
  font-size: 0.813rem;
}.dlb-sb_btn_login_e1i:hover {
  border-color: rgba(62, 130, 255, 0.45);
  color: #EDF2FF;
}.dlb-sb_promo_e1i {
  border-radius: 0.625rem;
  margin: 0 0.75rem 0.625rem;
  border: 1px solid rgba(58, 128, 255, 0.16);
  background: linear-gradient(135deg,#0A1535,#0D1628);
  overflow: hidden;
  padding: 12px 14px;
  position: relative;
}.dlb-sb_promo_e1i::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(58, 128, 255, 0.16),transparent 70%);
  position: absolute;
  height: 5rem;
  top: -1.25rem;
  content: '';
  right: -1.25rem;
  width: 5rem;
}.dlb-sb_promo_title_e1i {
  font-weight: 700;
  color: #3A80FF;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
  font-size: 11px;
}.dlb-sb_promo_text_e1i {
  color: #EDF2FF;
  font-size: 0.75rem;
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
}.dlb-sb_promo_sub_e1i {
  color: #6A82A8;
  margin-top: 3px;
  font-size: 0.625rem;
}.dlb-sb_nav_e1i {
  padding: 6px 8px 1rem;
}.dlb-sb_nav_lb_e1i {
  padding: 10px 8px 6px;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #526280;
}.dlb-sb_link_e1i {
  padding: 9px 0.625rem;
  gap: 10px;
  border-radius: 6px;
  transition: background .15s,color .15s;
  align-items: center;
  overflow-wrap: break-word;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  color: #8FA4CC;
}.dlb-sb_link_e1i:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDF2FF;
}.dlb-sb_link_e1i.dlb-state_active_e1i {
  background: rgba(58, 128, 255, 0.16);
  color: #EDF2FF;
}.dlb-sb_ic_e1i {
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  align-items: center;
}.dlb-sb_ic_e1i svg {
  stroke-linecap: round;
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
}.dlb-sb_ic_1_e1i {
  background: rgba(58, 128, 255, 0.07);
  color: #3A80FF;
}.dlb-sb_ic_2_e1i {
  background: rgba(27, 199, 122, 0.14);
  color: #1BC77A;
}.dlb-sb_ic_3_e1i {
  background: rgba(240, 180, 41, 0.14);
  color: #F0B429;
}.dlb-sb_ic_4_e1i {
  background: rgba(114, 72, 232, 0.18);
  color: #7248E8;
}.dlb-sb_ic_5_e1i {
  background: rgba(58, 128, 255, 0.07);
  color: #E0508C;
}.dlb-sb_ic_6_e1i {
  background: rgba(114, 72, 232, 0.18);
  color: #9B52F5;
}.dlb-sb_badge_e1i {
  padding: 2px 0.438rem;
  border-radius: 6px;
  background: #F0B429;
  color: #060C18;
  margin-left: auto;
  font-weight: 700;
  font-size: 9px;
}.dlb-sb_bot_e1i {
  padding: 0.75rem;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.dlb-sb_lang_e1i,.dlb-sb_help_e1i {
  padding: 0.563rem 6px;
  flex: 1;
  gap: 6px;
  border-radius: 6px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  color: #8FA4CC;
  display: flex;
  justify-content: center;
  font-size: 11px;
  align-items: center;
}.dlb-sb_lang_e1i:hover,.dlb-sb_help_e1i:hover {
  border-color: rgba(62, 130, 255, 0.45);
  color: #EDF2FF;
}.dlb-sb_lang_e1i svg,.dlb-sb_help_e1i svg {
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 13px;
}.dlb-sb_bd_e1i {
  background: rgba(3, 6, 9, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.dlb-sb_bd_e1i.dlb-state_on_e1i {
  display: block;
}
@media(min-width: 1081px) {.dlb-sb_bd_e1i {
  display: none!important;
}
}.dlb-mob_nav_e1i {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #0D1628;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  bottom: 0;
  display: flex;
  z-index: 80;
  right: 0;
  position: fixed;
  left: 0;
}
@media(min-width: 1082px) {.dlb-mob_nav_e1i {
  display: none;
}
}.dlb-mob_nav_item_e1i {
  gap: 4px;
  flex: 1;
  padding: 0.25rem 2px;
  align-items: center;
  display: flex;
  color: #526280;
  flex-direction: column;
  cursor: pointer;
}.dlb-mob_nav_ic_e1i {
  line-height: 1;
}.dlb-mob_nav_ic_e1i svg {
  width: 20px;
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
}.dlb-mob_nav_lb_e1i {
  color: #526280;
  font-size: 10px;
  font-weight: 600;
}.dlb-mob_nav_item_e1i.dlb-state_active_e1i {
  color: #3A80FF;
}.dlb-mob_nav_item_e1i.dlb-state_active_e1i .dlb-mob_nav_lb_e1i {
  color: #3A80FF;
}.dlb-hero_e1i {
  background: #060C18;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 769px) {.dlb-hero_e1i {
  padding: 1.5rem 24px 0;
}
}.dlb-hero_in_e1i {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.dlb-hero_in_e1i {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1097px) {.dlb-hero_in_e1i {
  grid-template-columns: 1fr 340px;
}
}.dlb-hero_promo_e1i {
  overflow: hidden;
  background: #091220;
  border-radius: 1rem;
  align-items: stretch;
  position: relative;
  min-height: 220px;
  display: flex;
}
@media(min-width: 771px) {.dlb-hero_promo_e1i {
  min-height: 17.5rem;
}
}.dlb-hero_promo_bg_e1i {
  background: linear-gradient(120deg,#0A1535 0%,#060C18 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.dlb-hero_promo_bg_e1i::after {
  inset: 0;
  background: linear-gradient(90deg,#060C18 0%,rgba(3, 6, 9, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.dlb-hero_promo_glow_e1i {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(114, 72, 232, 0.18) 0%,transparent 65%);
  top: -40px;
  pointer-events: none;
  right: 3.75rem;
  width: 18.75rem;
  height: 18.75rem;
  position: absolute;
}.dlb-hero_promo_ct_e1i {
  padding: 1.75rem 24px 28px 1.75rem;
  position: relative;
  max-width: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
@media(min-width: 769px) {.dlb-hero_promo_ct_e1i {
  padding: 40px 2rem;
}
}.dlb-hero_badge_e1i {
  background: rgba(58, 128, 255, 0.16);
  border: 1px solid rgba(58, 128, 255, 0.07);
  border-radius: 1.5rem;
  padding: 5px 12px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.625rem;
  margin-bottom: 14px;
  font-weight: 700;
  color: #3A80FF;
}.dlb-hero_h1_e1i {
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.15;
  color: #EDF2FF;
  margin-bottom: 10px;
  font-size: 1.625rem;
}.dlb-hero_h1_e1i em {
  font-style: normal;
  color: #F0B429;
}
@media(min-width: 771px) {.dlb-hero_h1_e1i {
  font-size: 2.25rem;
}
}.dlb-hero_sub_e1i {
  font-size: 13px;
  margin-bottom: 1.25rem;
  line-height: 1.55;
  color: #8FA4CC;
}
@media(min-width: 769px) {.dlb-hero_sub_e1i {
  font-size: 14px;
}
}.dlb-hero_row_e1i {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.dlb-hero_cta_e1i {
  padding: 0.813rem 1.625rem;
  border-radius: 10px;
  transition: background .2s;
  background: #1BC77A;
  color: #060C18;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 0 1.375rem rgba(27, 199, 122, 0.42), 0 3px 10px rgba(3, 6, 9, 0.85);
}.dlb-hero_cta_e1i:hover {
  background: #2EDB8E;
}.dlb-hero_terms_e1i {
  font-size: 11px;
  color: #526280;
}.dlb-hero_game_e1i {
  overflow: hidden;
  background: #091220;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  flex-direction: column;
  display: flex;
}.dlb-hero_game_badge_e1i {
  background: rgba(240, 180, 41, 0.14);
  border: 1px solid rgba(240, 180, 41, 0.14);
  border-radius: 24px;
  padding: 5px 10px;
  font-weight: 700;
  left: 12px;
  z-index: 3;
  color: #F0B429;
  position: absolute;
  font-size: 0.625rem;
  top: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}.dlb-hero_game_badge_e1i svg {
  margin-right: 0.25rem;
  vertical-align: -1px;
  height: 11px;
  width: 0.688rem;
}.dlb-hero_game_img_e1i {
  overflow: hidden;
  background: linear-gradient(135deg,#0A1535,#060C18);
  padding-bottom: 60%;
  position: relative;
}.dlb-hero_game_img_e1i img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.dlb-hero_game_play_e1i {
  transition: opacity .2s;
  inset: 0;
  background: rgba(3, 6, 9, 0.72);
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: flex;
  position: absolute;
}.dlb-hero_game_e1i:hover .dlb-hero_game_play_e1i {
  opacity: 1;
}.dlb-hero_game_play_e1i span {
  border-radius: 50%;
  background: #3A80FF;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  display: flex;
  height: 52px;
}.dlb-hero_game_play_e1i span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 1.125rem;
}.dlb-hero_game_info_e1i {
  padding: 0.875rem 16px;
}.dlb-hero_game_title_e1i {
  font-size: 0.938rem;
  font-weight: 700;
  color: #EDF2FF;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.dlb-hero_game_provider_e1i {
  font-size: 0.688rem;
  color: #6A82A8;
}.dlb-hero_game_btn_e1i {
  background: #3A80FF;
  padding: 0.688rem;
  border-radius: 0.625rem;
  transition: background .2s;
  margin: 0.75rem 16px 16px;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  text-align: center;
  color: #EDF2FF;
}.dlb-hero_game_e1i:hover .dlb-hero_game_btn_e1i {
  background: #5E99FF;
}.dlb-wy_e1i {
  padding: 2rem 1rem 0;
  background: #060C18;
}
@media(min-width: 767px) {.dlb-wy_e1i {
  padding: 2.5rem 1.5rem 0;
}
}.dlb-wy_in_e1i {
  margin: 0 auto;
  max-width: 1320px;
}.dlb-wy_head_e1i {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.dlb-wy_label_e1i {
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #3A80FF;
}.dlb-wy_h2_e1i {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #EDF2FF;
}
@media(min-width: 771px) {.dlb-wy_h2_e1i {
  font-size: 24px;
}
}.dlb-wy_intro_e1i {
  margin: 0;
  color: #6A82A8;
  font-size: 0.813rem;
  line-height: 1.6;
}.dlb-wy_grid_e1i {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.dlb-wy_grid_e1i {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.dlb-wy_grid_e1i {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.dlb-wy_card_e1i {
  background: #0D1628;
  border-radius: 0.625rem;
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.dlb-wy_card_e1i:hover {
  border-color: rgba(58, 128, 255, 0.07);
  transform: translateY(-2px);
}.dlb-wy_card_ic_e1i {
  background: rgba(58, 128, 255, 0.16);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  width: 2.75rem;
  height: 2.75rem;
  color: #3A80FF;
}.dlb-wy_card_ic_e1i svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
  height: 22px;
}.dlb-wy_card_h_e1i {
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #EDF2FF;
}.dlb-wy_card_p_e1i {
  line-height: 1.6;
  color: #6A82A8;
  overflow-wrap: break-word;
  font-size: 13px;
}.dlb-wy_card_p_e1i strong {
  font-weight: 600;
  color: #C4D0EC;
}.dlb-gr_jp_e1i {
  padding: 20px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg,#120D2E 0%,#07091A 100%);
  position: relative;
}.dlb-gr_jp_e1i::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(114, 72, 232, 0.18) 0%,transparent 70%);
  content: '';
  width: 15.625rem;
  position: absolute;
  height: 250px;
  left: -60px;
  top: -3.75rem;
}.dlb-gr_jp_e1i::after {
  background: radial-gradient(circle,rgba(240, 180, 41, 0.14) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  width: 200px;
  bottom: -2.5rem;
  position: absolute;
  content: '';
  height: 12.5rem;
}.dlb-gr_jp_head_e1i {
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 1;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
}.dlb-gr_jp_info_e1i {
  flex: 1;
}.dlb-gr_jp_label_e1i {
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #9B52F5;
}.dlb-gr_jp_label_e1i svg {
  height: 14px;
  width: 0.875rem;
  margin-right: 0.25rem;
  stroke-linejoin: round;
  vertical-align: -2px;
  stroke-linecap: round;
}.dlb-gr_jp_amount_e1i {
  color: #EDF2FF;
  margin-bottom: 0.25rem;
  font-size: 32px;
  line-height: 1;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
}
@media(min-width:768px) {.dlb-gr_jp_amount_e1i {
  font-size: 2.5rem;
}
}.dlb-gr_jp_amount_e1i span {
  color: #F0B429;
}.dlb-gr_jp_seo_e1i {
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  max-width: 30rem;
  color: #8FA4CC;
}.dlb-gr_jp_cta_e1i {
  background: rgba(114, 72, 232, 0.18);
  padding: 0.688rem 1.25rem;
  transition: background .2s;
  border-radius: 10px;
  border: 1px solid rgba(114, 72, 232, 0.18);
  margin-top: 0.25rem;
  font-weight: 700;
  z-index: 1;
  align-self: flex-start;
  position: relative;
  flex-shrink: 0;
  color: #EDF2FF;
  font-size: 0.813rem;
  white-space: nowrap;
}.dlb-gr_jp_cta_e1i:hover {
  background: #7248E8;
}.dlb-gcg_e1i {
  padding: 2.25rem 1rem 0;
  background: #060C18;
}
@media(min-width: 765px) {.dlb-gcg_e1i {
  padding: 2.75rem 1.5rem 0;
}
}.dlb-gcg_in_e1i {
  margin: 0 auto;
  max-width: 82.5rem;
}.dlb-gcg_head_e1i {
  max-width: 45rem;
  margin-bottom: 20px;
}.dlb-gcg_label_e1i {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #3A80FF;
  font-weight: 700;
}.dlb-gcg_h2_e1i {
  margin-bottom: 8px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 22px;
  color: #EDF2FF;
  font-family: 'Outfit', sans-serif;
}
@media(min-width: 771px) {.dlb-gcg_h2_e1i {
  font-size: 28px;
}
}.dlb-gcg_intro_e1i {
  font-size: 13px;
  line-height: 1.6;
  color: #6A82A8;
}.dlb-gcg_grid_e1i {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.dlb-gcg_grid_e1i {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.dlb-gcg_grid_e1i {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.dlb-gcg_card_e1i {
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform .2s,border-color .2s;
  border-radius: 1rem;
  min-height: 240px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}.dlb-gcg_card_e1i:hover {
  border-color: rgba(58, 128, 255, 0.16);
  transform: translateY(-3px);
}.dlb-gcg_card_bg_e1i {
  inset: 0;
  position: absolute;
  z-index: 0;
}.dlb-gcg_card_bg_e1i::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.dlb-gcg_card_ic_e1i {
  background: rgba(0,0,0,.45);
  border-radius: 0.375rem;
  position: absolute;
  justify-content: center;
  align-items: center;
  color: #EDF2FF;
  right: 1.125rem;
  display: flex;
  top: 18px;
  z-index: 2;
  width: 40px;
  height: 40px;
}.dlb-gcg_card_ic_e1i svg {
  height: 20px;
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
}.dlb-gcg_card_ct_e1i {
  position: relative;
  z-index: 1;
}.dlb-gcg_card_h_e1i {
  font-family: 'Outfit', sans-serif;
  line-height: 1.2;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.125rem;
  color: #EDF2FF;
}
@media(min-width:768px) {.dlb-gcg_card_h_e1i {
  font-size: 20px;
}
}.dlb-gcg_card_p_e1i {
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
}.dlb-gcg_card_p_e1i strong {
  color: #EDF2FF;
  font-weight: 600;
}.dlb-gcg_card_cta_e1i {
  gap: 0.25rem;
  display: inline-flex;
  align-items: center;
  color: #3A80FF;
  letter-spacing: .04em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
}.dlb-gcg_card_cta_e1i svg {
  stroke-linejoin: round;
  width: 12px;
  height: 12px;
  stroke-linecap: round;
}.dlb-ws_e1i {
  padding: 2rem 1rem 0;
  background: #060C18;
}
@media(min-width: 771px) {.dlb-ws_e1i {
  padding: 36px 1.5rem 0;
}
}.dlb-ws_in_e1i {
  margin: 0 auto;
  max-width: 82.5rem;
}.dlb-ws_head_e1i {
  gap: 0.75rem;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}.dlb-ws_title_e1i {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: #EDF2FF;
  font-weight: 700;
}.dlb-ws_title_ic_e1i svg {
  stroke-linecap: round;
  width: 18px;
  color: #F0B429;
  height: 18px;
  stroke-linejoin: round;
}.dlb-ws_online_e1i {
  gap: 0.438rem;
  font-weight: 600;
  align-items: center;
  display: flex;
  color: #6A82A8;
  font-size: 12px;
}.dlb-ws_online_dot_e1i {
  background: #1BC77A;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(27, 199, 122, 0.14);
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
}.dlb-ws_scroll_e1i {
  gap: 8px;
  display: flex;
  padding-bottom: 8px;
  scrollbar-width: none;
  overflow-x: auto;
}.dlb-ws_scroll_e1i::-webkit-scrollbar {
  display: none;
}.dlb-wc_e1i {
  padding: 0.625rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  gap: 10px;
  background: #091220;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 220px;
}.dlb-wc_img_e1i {
  background: #0D1628;
  border-radius: 0.375rem;
  overflow: hidden;
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}.dlb-wc_img_e1i img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.dlb-wc_info_e1i {
  min-width: 0;
}.dlb-wc_game_e1i {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  color: #C4D0EC;
}.dlb-wc_player_e1i {
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  text-overflow: ellipsis;
  color: #526280;
}.dlb-wc_amount_e1i {
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  color: #1BC77A;
  font-size: 13px;
}.dlb-app_e1i {
  padding: 2.25rem 16px 0;
  background: #060C18;
}
@media(min-width: 770px) {.dlb-app_e1i {
  padding: 2.75rem 1.5rem 0;
}
}.dlb-app_in_e1i {
  margin: 0 auto;
  max-width: 1320px;
}.dlb-app_head_e1i {
  margin-bottom: 16px;
}.dlb-app_label_e1i {
  margin-bottom: 8px;
  font-weight: 700;
  color: #3A80FF;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.dlb-app_h2_e1i {
  font-family: 'Outfit', sans-serif;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  color: #EDF2FF;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 767px) {.dlb-app_h2_e1i {
  font-size: 24px;
}
}.dlb-app_sub_e1i {
  line-height: 1.6;
  color: #6A82A8;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  font-size: 13px;
}.dlb-app_sub_e1i strong {
  font-weight: 700;
  color: #C4D0EC;
}.dlb-app_cards_e1i {
  gap: 0.625rem;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.dlb-app_cards_e1i {
  grid-template-columns: repeat(3,1fr);
}
}.dlb-app_card_e1i {
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 10px;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}.dlb-app_card_ios_e1i {
  background: linear-gradient(135deg,rgba(58, 128, 255, 0.16) 0%,#0D1628 100%);
}.dlb-app_card_android_e1i {
  background: linear-gradient(135deg,rgba(27, 199, 122, 0.14) 0%,#0D1628 100%);
}.dlb-app_card_win_e1i {
  background: linear-gradient(135deg,rgba(240, 180, 41, 0.14) 0%,#0D1628 100%);
}.dlb-app_card_ic_e1i svg {
  stroke-linecap: round;
  width: 2.125rem;
  height: 2.125rem;
  stroke-linejoin: round;
}.dlb-app_card_ic_e1i {
  color: #EDF2FF;
  flex-shrink: 0;
}.dlb-app_card_os_e1i {
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #6A82A8;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
}.dlb-app_card_title_e1i {
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #EDF2FF;
}.dlb-app_card_text_e1i {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #6A82A8;
  margin-bottom: 14px;
  line-height: 1.5;
}.dlb-app_card_btn_e1i {
  gap: 7px;
  padding: 0.625rem 18px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.375rem;
  border: 1px solid rgba(62, 130, 255, 0.45);
  transition: background .2s;
  font-size: 0.813rem;
  color: #EDF2FF;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
}.dlb-app_card_btn_e1i:hover {
  background: rgba(255, 255, 255, 0.07);
}.dlb-reg_e1i {
  padding: 36px 16px 0;
  background: #060C18;
}
@media(min-width: 770px) {.dlb-reg_e1i {
  padding: 2.75rem 1.5rem 0;
}
}.dlb-reg_in_e1i {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #0D1628;
  border-radius: 1rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.dlb-reg_in_e1i {
  padding: 2.5rem;
}
}.dlb-reg_top_e1i {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.dlb-reg_top_e1i {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.dlb-reg_label_e1i {
  color: #3A80FF;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 10px;
  font-weight: 700;
}.dlb-reg_h2_e1i {
  overflow-wrap: break-word;
  color: #EDF2FF;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 0.75rem;
  font-size: 22px;
}
@media(min-width: 767px) {.dlb-reg_h2_e1i {
  font-size: 1.75rem;
}
}.dlb-reg_bonus_e1i {
  border-radius: 0.625rem;
  border: 1px solid rgba(240, 180, 41, 0.14);
  gap: 8px;
  background: rgba(240, 180, 41, 0.14);
  padding: 0.625rem 16px;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.dlb-reg_bonus_amount_e1i {
  color: #F0B429;
  font-weight: 800;
  font-size: 20px;
}.dlb-reg_bonus_text_e1i {
  font-size: 13px;
  color: #8FA4CC;
  line-height: 1.35;
}.dlb-reg_cta_btn_e1i {
  background: #1BC77A;
  padding: 0.875rem 2rem;
  transition: background .2s;
  border-radius: 10px;
  color: #060C18;
  margin-bottom: 0.75rem;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 0 1.375rem rgba(27, 199, 122, 0.42), 0 3px 10px rgba(3, 6, 9, 0.85);
}.dlb-reg_cta_btn_e1i:hover {
  background: #2EDB8E;
}.dlb-reg_terms_e1i {
  line-height: 1.5;
  color: #526280;
  font-size: 0.688rem;
}.dlb-reg_seo_e1i {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  color: #6A82A8;
}.dlb-reg_seo_e1i p {
  line-height: 1.65;
  font-size: 13px;
  color: #6A82A8;
  margin-bottom: 0.625rem;
}.dlb-reg_seo_e1i p:last-child {
  margin-bottom: 0;
}.dlb-reg_seo_e1i strong {
  font-weight: 700;
  color: #C4D0EC;
}.dlb-reg_seo_e1i a {
  transition: color .2s;
  color: #3A80FF;
  text-decoration: underline;
}.dlb-reg_seo_e1i a:hover {
  color: #5E99FF;
}.dlb-reg_seo_e1i ul,.dlb-reg_seo_e1i ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.dlb-reg_seo_e1i ol {
  list-style: decimal;
}.dlb-reg_seo_e1i li {
  margin-bottom: 4px;
  line-height: 1.65;
  color: #6A82A8;
  font-size: 0.813rem;
}.dlb-reg_seo_e1i table {
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
@media(min-width: 765px) {.dlb-reg_seo_e1i table {
  display: table;
}
}.dlb-reg_seo_e1i th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C4D0EC;
}.dlb-reg_seo_e1i td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A82A8;
}.dlb-reg_steps_e1i {
  gap: 14px;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 859px) {.dlb-reg_steps_e1i {
  margin-top: 0;
}
}.dlb-reg_step_e1i {
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.dlb-reg_step_num_e1i {
  background: rgba(58, 128, 255, 0.16);
  border: 1px solid rgba(58, 128, 255, 0.07);
  border-radius: 50%;
  flex-shrink: 0;
  height: 2.125rem;
  font-weight: 800;
  color: #3A80FF;
  width: 2.125rem;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}.dlb-reg_step_title_e1i {
  color: #EDF2FF;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}.dlb-reg_step_text_e1i {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #6A82A8;
}.dlb-reg_trust_e1i {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
  padding-top: 20px;
}.dlb-reg_trust_item_e1i {
  gap: 0.438rem;
  color: #6A82A8;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 12px;
  display: flex;
}.dlb-reg_trust_ic_e1i svg {
  height: 16px;
  stroke-linecap: round;
  color: #3A80FF;
  stroke-linejoin: round;
  width: 1rem;
}.dlb-htp_e1i {
  background: #060C18;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.dlb-htp_e1i {
  padding: 2.75rem 1.5rem 0;
}
}.dlb-htp_in_e1i {
  margin: 0 auto;
  max-width: 1320px;
}.dlb-htp_head_e1i {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.dlb-htp_label_e1i {
  color: #3A80FF;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.dlb-htp_h2_e1i {
  color: #EDF2FF;
  font-family: 'Outfit', sans-serif;
  overflow-wrap: break-word;
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 765px) {.dlb-htp_h2_e1i {
  font-size: 1.75rem;
}
}.dlb-htp_intro_e1i {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #6A82A8;
}.dlb-htp_steps_e1i {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 642px) {.dlb-htp_steps_e1i {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.dlb-htp_steps_e1i {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.dlb-htp_step_e1i {
  background: #0D1628;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  padding: 20px 1.125rem 1.125rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.dlb-htp_step_num_e1i {
  border-radius: 50%;
  background: #3A80FF;
  top: -0.75rem;
  color: #060C18;
  font-size: 0.813rem;
  height: 1.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  left: 1.25rem;
  font-family: 'Outfit', sans-serif;
  width: 28px;
  justify-content: center;
  position: absolute;
}.dlb-htp_step_ic_e1i {
  background: rgba(58, 128, 255, 0.16);
  margin: 8px 0 0.75rem;
  border-radius: 0.375rem;
  height: 36px;
  align-items: center;
  width: 2.25rem;
  justify-content: center;
  color: #3A80FF;
  display: flex;
}.dlb-htp_step_ic_e1i svg {
  height: 18px;
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dlb-htp_step_h_e1i {
  font-size: 14px;
  margin-bottom: 6px;
  color: #EDF2FF;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.25;
}.dlb-htp_step_p_e1i {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #6A82A8;
}.dlb-htp_step_p_e1i strong {
  font-weight: 600;
  color: #C4D0EC;
}.dlb-htp_cta_e1i {
  transition: background .2s;
  padding: 13px 26px;
  border-radius: 10px;
  background: #1BC77A;
  font-weight: 700;
  font-size: 14px;
  color: #060C18;
  margin-top: 1.25rem;
  display: inline-block;
}.dlb-htp_cta_e1i:hover {
  background: #2EDB8E;
}.dlb-prov_e1i {
  padding: 36px 16px 0;
  background: #060C18;
}
@media(min-width: 766px) {.dlb-prov_e1i {
  padding: 2.75rem 1.5rem 0;
}
}.dlb-prov_in_e1i {
  margin: 0 auto;
  max-width: 1320px;
}.dlb-prov_head_e1i {
  margin-bottom: 1rem;
}.dlb-prov_label_e1i {
  color: #3A80FF;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.dlb-prov_h2_e1i {
  font-weight: 800;
  color: #EDF2FF;
  margin-bottom: 8px;
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dlb-prov_h2_e1i {
  font-size: 1.5rem;
}
}.dlb-prov_seo_e1i {
  margin-bottom: 16px;
  color: #6A82A8;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 38.75rem;
}.dlb-prov_seo_e1i strong {
  color: #C4D0EC;
  font-weight: 700;
}.dlb-prov_seo_e1i a {
  text-decoration: underline;
  color: #3A80FF;
}.dlb-prov_grid_e1i {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.dlb-prov_grid_e1i {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.dlb-prov_grid_e1i {
  grid-template-columns: repeat(8,1fr);
}
}.dlb-prov_card_e1i {
  gap: 7px;
  border-radius: 10px;
  transition: border-color .2s,background .2s;
  background: #091220;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.875rem 0.625rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}.dlb-prov_card_e1i:hover {
  background: #0D1628;
  border-color: rgba(62, 130, 255, 0.45);
}.dlb-prov_logo_e1i {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  align-items: center;
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  justify-content: center;
}.dlb-prov_logo_e1i img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.dlb-prov_name_e1i {
  color: #8FA4CC;
  font-weight: 600;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 11px;
}.dlb-bon_e1i {
  padding: 36px 16px 0;
  background: #060C18;
}
@media(min-width: 771px) {.dlb-bon_e1i {
  padding: 2.75rem 24px 0;
}
}.dlb-bon_in_e1i {
  margin: 0 auto;
  max-width: 1320px;
}.dlb-bon_head_e1i {
  margin-bottom: 1.25rem;
}.dlb-bon_label_e1i {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 11px;
  color: #3A80FF;
  font-weight: 700;
}.dlb-bon_h2_e1i {
  color: #EDF2FF;
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.dlb-bon_h2_e1i {
  font-size: 24px;
}
}.dlb-bon_seo_e1i {
  font-size: 13px;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #6A82A8;
  line-height: 1.6;
}.dlb-bon_seo_e1i strong {
  font-weight: 700;
  color: #C4D0EC;
}.dlb-bon_seo_e1i a {
  text-decoration: underline;
  color: #3A80FF;
}.dlb-bon_grid_e1i {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.dlb-bon_grid_e1i {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.dlb-bon_grid_e1i {
  grid-template-columns: repeat(5,1fr);
}
}.dlb-bon_card_e1i {
  padding: 16px;
  background: #091220;
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.dlb-bon_card_e1i:hover {
  transform: translateY(-2px);
  border-color: rgba(58, 128, 255, 0.07);
}.dlb-bon_card_ic_e1i svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 26px;
  height: 26px;
}.dlb-bon_card_ic_e1i {
  margin-bottom: 0.625rem;
}.dlb-bon_card_type_e1i {
  font-weight: 700;
  color: #6A82A8;
  letter-spacing: .06em;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 6px;
}.dlb-bon_card_amount_e1i {
  font-size: 18px;
  line-height: 1.1;
  color: #F0B429;
  font-weight: 800;
  margin-bottom: 0.375rem;
}.dlb-bon_card_name_e1i {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.813rem;
  color: #EDF2FF;
  margin-bottom: 8px;
}.dlb-bon_card_detail_e1i {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  color: #526280;
  overflow-wrap: break-word;
  line-height: 1.5;
  padding-top: 0.5rem;
}.dlb-pmt_e1i {
  background: #060C18;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.dlb-pmt_e1i {
  padding: 44px 24px 0;
}
}.dlb-pmt_in_e1i {
  margin: 0 auto;
  max-width: 1320px;
}.dlb-pmt_head_e1i {
  margin-bottom: 22px;
  max-width: 45rem;
}.dlb-pmt_label_e1i {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #3A80FF;
  font-size: 11px;
}.dlb-pmt_h2_e1i {
  font-size: 22px;
  font-family: 'Outfit', sans-serif;
  color: #EDF2FF;
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.dlb-pmt_h2_e1i {
  font-size: 1.75rem;
}
}.dlb-pmt_intro_e1i {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #6A82A8;
  font-size: 0.875rem;
}.dlb-pmt_groups_e1i {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.dlb-pmt_group_e1i {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0D1628;
  padding: 20px;
}.dlb-pmt_group_head_e1i {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}.dlb-pmt_group_ic_e1i {
  background: rgba(58, 128, 255, 0.16);
  border-radius: 6px;
  color: #3A80FF;
  display: flex;
  align-items: center;
  width: 36px;
  justify-content: center;
  height: 2.25rem;
  flex-shrink: 0;
}.dlb-pmt_group_ic_e1i svg {
  width: 1.125rem;
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
}.dlb-pmt_group_h_e1i {
  margin: 0;
  overflow-wrap: break-word;
  color: #EDF2FF;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}.dlb-pmt_group_p_e1i {
  margin-bottom: 0.875rem;
  color: #6A82A8;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
}.dlb-pmt_group_p_e1i strong {
  font-weight: 600;
  color: #C4D0EC;
}.dlb-pmt_table_wrap_e1i {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.dlb-pmt_table_e1i {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
  min-width: 540px;
}.dlb-pmt_table_e1i th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
  font-size: 0.688rem;
  color: #C4D0EC;
  font-weight: 700;
}.dlb-pmt_table_e1i td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #6A82A8;
}.dlb-pmt_table_e1i tbody tr:last-child td {
  border-bottom: none;
}.dlb-pmt_table_e1i tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C4D0EC;
}.dlb-seo_e1i {
  background: #060C18;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.dlb-seo_e1i {
  padding: 44px 1.5rem 0;
}
}.dlb-seo_in_e1i {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 1.75rem 24px;
  border-radius: 1rem;
  background: #0D1628;
  max-width: 1320px;
}
@media(min-width: 767px) {.dlb-seo_in_e1i {
  padding: 2.25rem 40px;
}
}.dlb-seo_label_e1i {
  color: #3A80FF;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.dlb-seo_h2_e1i {
  overflow-wrap: break-word;
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  color: #EDF2FF;
  margin-bottom: 14px;
}
@media(min-width: 765px) {.dlb-seo_h2_e1i {
  font-size: 24px;
}
}.dlb-seo_body_e1i {
  color: #8FA4CC;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.dlb-seo_body_e1i p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8FA4CC;
  margin-bottom: 0.75rem;
}.dlb-seo_body_e1i p:last-child {
  margin-bottom: 0;
}.dlb-seo_body_e1i strong {
  color: #C4D0EC;
  font-weight: 700;
}.dlb-seo_body_e1i a {
  transition: color .2s;
  color: #3A80FF;
  text-decoration: underline;
}.dlb-seo_body_e1i a:hover {
  color: #5E99FF;
}.dlb-seo_body_e1i ul,.dlb-seo_body_e1i ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.dlb-seo_body_e1i ol {
  list-style: decimal;
}.dlb-seo_body_e1i li {
  font-size: 14px;
  color: #8FA4CC;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.dlb-seo_body_e1i table {
  margin-bottom: 12px;
  width: 100%;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 767px) {.dlb-seo_body_e1i table {
  display: table;
}
}.dlb-seo_body_e1i th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4D0EC;
  font-weight: 700;
  text-align: left;
}.dlb-seo_body_e1i td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8FA4CC;
}.dlb-seo_cols_e1i {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.dlb-seo_cols_e1i {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.dlb-seo_cols_e1i {
  grid-template-columns: repeat(3,1fr);
}
}.dlb-seo_col_h_e1i {
  font-weight: 700;
  color: #C4D0EC;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.dlb-seo_col_p_e1i {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #6A82A8;
  overflow-wrap: break-word;
}.dlb-seo_stats_e1i {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.dlb-seo_stat_e1i {
  padding: 14px 1rem;
  flex: 1;
  border: 1px solid rgba(58, 128, 255, 0.16);
  border-radius: 10px;
  background: rgba(58, 128, 255, 0.07);
  min-width: 8.75rem;
}.dlb-seo_stat_val_e1i {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #3A80FF;
  font-weight: 800;
  font-size: 20px;
}.dlb-seo_stat_lb_e1i {
  color: #6A82A8;
  overflow-wrap: break-word;
  font-size: 11px;
}.dlb-seo_e1i {
  background: #060C18;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.dlb-seo_e1i {
  padding: 2.75rem 24px 0;
}
}.dlb-seo_in_e1i {
  padding: 28px 1.5rem;
  border-radius: 1rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0D1628;
  max-width: 1320px;
}
@media(min-width: 765px) {.dlb-seo_in_e1i {
  padding: 36px 2.5rem;
}
}.dlb-seo_label_e1i {
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3A80FF;
  font-size: 11px;
}.dlb-seo_h2_e1i {
  font-weight: 800;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  color: #EDF2FF;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Outfit', sans-serif;
}
@media(min-width: 770px) {.dlb-seo_h2_e1i {
  font-size: 24px;
}
}.dlb-seo_body_e1i {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8FA4CC;
  overflow-wrap: break-word;
}.dlb-seo_body_e1i p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #8FA4CC;
  font-size: 0.875rem;
}.dlb-seo_body_e1i p:last-child {
  margin-bottom: 0;
}.dlb-seo_body_e1i strong {
  color: #C4D0EC;
  font-weight: 700;
}.dlb-seo_body_e1i a {
  transition: color .2s;
  color: #3A80FF;
  text-decoration: underline;
}.dlb-seo_body_e1i a:hover {
  color: #5E99FF;
}.dlb-seo_body_e1i ul,.dlb-seo_body_e1i ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.dlb-seo_body_e1i ol {
  list-style: decimal;
}.dlb-seo_body_e1i li {
  line-height: 1.75;
  color: #8FA4CC;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.dlb-seo_body_e1i table {
  font-size: 13px;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media(min-width: 766px) {.dlb-seo_body_e1i table {
  display: table;
}
}.dlb-seo_body_e1i th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C4D0EC;
  text-align: left;
}.dlb-seo_body_e1i td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8FA4CC;
}.dlb-seo_cols_e1i {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.dlb-seo_cols_e1i {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.dlb-seo_cols_e1i {
  grid-template-columns: repeat(3,1fr);
}
}.dlb-seo_col_h_e1i {
  margin-bottom: 0.438rem;
  font-size: 13px;
  color: #C4D0EC;
  overflow-wrap: break-word;
  font-weight: 700;
}.dlb-seo_col_p_e1i {
  color: #6A82A8;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.dlb-seo_stats_e1i {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.dlb-seo_stat_e1i {
  border-radius: 10px;
  padding: 0.875rem 1rem;
  background: rgba(58, 128, 255, 0.07);
  border: 1px solid rgba(58, 128, 255, 0.16);
  flex: 1;
  min-width: 8.75rem;
}.dlb-seo_stat_val_e1i {
  font-weight: 800;
  font-size: 20px;
  color: #3A80FF;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.dlb-seo_stat_lb_e1i {
  color: #6A82A8;
  font-size: 11px;
  overflow-wrap: break-word;
}.dlb-seo_e1i {
  padding: 2.25rem 1rem 0;
  background: #060C18;
}
@media(min-width: 765px) {.dlb-seo_e1i {
  padding: 44px 24px 0;
}
}.dlb-seo_in_e1i {
  padding: 28px 24px;
  border-radius: 16px;
  background: #0D1628;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 767px) {.dlb-seo_in_e1i {
  padding: 2.25rem 40px;
}
}.dlb-seo_label_e1i {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #3A80FF;
}.dlb-seo_h2_e1i {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  color: #EDF2FF;
  font-size: 20px;
}
@media(min-width: 771px) {.dlb-seo_h2_e1i {
  font-size: 24px;
}
}.dlb-seo_body_e1i {
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #8FA4CC;
}.dlb-seo_body_e1i p {
  color: #8FA4CC;
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.dlb-seo_body_e1i p:last-child {
  margin-bottom: 0;
}.dlb-seo_body_e1i strong {
  font-weight: 700;
  color: #C4D0EC;
}.dlb-seo_body_e1i a {
  transition: color .2s;
  text-decoration: underline;
  color: #3A80FF;
}.dlb-seo_body_e1i a:hover {
  color: #5E99FF;
}.dlb-seo_body_e1i ul,.dlb-seo_body_e1i ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.dlb-seo_body_e1i ol {
  list-style: decimal;
}.dlb-seo_body_e1i li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.375rem;
  color: #8FA4CC;
}.dlb-seo_body_e1i table {
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 769px) {.dlb-seo_body_e1i table {
  display: table;
}
}.dlb-seo_body_e1i th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C4D0EC;
}.dlb-seo_body_e1i td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #8FA4CC;
}.dlb-seo_cols_e1i {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.dlb-seo_cols_e1i {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.dlb-seo_cols_e1i {
  grid-template-columns: repeat(3,1fr);
}
}.dlb-seo_col_h_e1i {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  color: #C4D0EC;
  margin-bottom: 0.438rem;
}.dlb-seo_col_p_e1i {
  color: #6A82A8;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.dlb-seo_stats_e1i {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.dlb-seo_stat_e1i {
  border-radius: 0.625rem;
  flex: 1;
  padding: 0.875rem 16px;
  border: 1px solid rgba(58, 128, 255, 0.16);
  background: rgba(58, 128, 255, 0.07);
  min-width: 140px;
}.dlb-seo_stat_val_e1i {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #3A80FF;
  overflow-wrap: break-word;
  font-weight: 800;
}.dlb-seo_stat_lb_e1i {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6A82A8;
}.dlb-faq_e1i {
  padding: 36px 16px 0;
  background: #060C18;
}
@media(min-width: 770px) {.dlb-faq_e1i {
  padding: 44px 24px 0;
}
}.dlb-faq_in_e1i {
  margin: 0 auto;
  max-width: 82.5rem;
}.dlb-faq_head_e1i {
  margin-bottom: 1.25rem;
}.dlb-faq_label_e1i {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
  color: #3A80FF;
  letter-spacing: .08em;
}.dlb-faq_h2_e1i {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  color: #EDF2FF;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dlb-faq_h2_e1i {
  font-size: 24px;
}
}.dlb-faq_list_e1i {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.dlb-faq_item_e1i {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0D1628;
  border-radius: 0.625rem;
  overflow: hidden;
}.dlb-faq_q_e1i {
  padding: 1rem 1.25rem;
  transition: color .2s;
  gap: 12px;
  font-size: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: #C4D0EC;
  font-weight: 600;
}.dlb-faq_q_e1i:hover {
  color: #EDF2FF;
}.dlb-faq_q_ic_e1i {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  height: 1.5rem;
  display: flex;
  color: #3A80FF;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  width: 1.5rem;
}.dlb-faq_item_e1i.dlb-state_open_e1i .dlb-faq_q_ic_e1i {
  transform: rotate(45deg);
}.dlb-faq_a_e1i {
  padding: 0 1.25rem 16px;
  color: #6A82A8;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
  font-size: 13px;
}.dlb-faq_item_e1i.dlb-state_open_e1i .dlb-faq_a_e1i {
  display: block;
}.dlb-faq_a_e1i strong {
  color: #C4D0EC;
  font-weight: 700;
}.dlb-faq_a_e1i a {
  text-decoration: underline;
  color: #3A80FF;
}.dlb-faq_a_e1i ul,.dlb-faq_a_e1i ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.dlb-faq_a_e1i ol {
  list-style: decimal;
}.dlb-faq_a_e1i li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.dlb-faq_a_e1i table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  font-size: 12px;
  width: 100%;
}
@media(min-width:768px) {.dlb-faq_a_e1i table {
  display: table;
}
}.dlb-faq_a_e1i th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C4D0EC;
}.dlb-faq_a_e1i td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A82A8;
}.dlb-ft_e1i {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #030609;
  margin-top: 3rem;
}.dlb-ft_support_e1i {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 766px) {.dlb-ft_support_e1i {
  padding: 28px 1.5rem;
}
}.dlb-ft_support_in_e1i {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.dlb-ft_support_main_e1i {
  gap: 16px;
  flex: 1;
  display: flex;
  min-width: 13.75rem;
  flex-wrap: wrap;
  align-items: center;
}.dlb-ft_support_ic_e1i {
  flex-shrink: 0;
  color: #3A80FF;
}.dlb-ft_support_ic_e1i svg {
  height: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 30px;
}.dlb-ft_support_text_title_e1i {
  color: #EDF2FF;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
}.dlb-ft_support_text_sub_e1i {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #6A82A8;
}.dlb-ft_support_btn_e1i {
  padding: 11px 22px;
  border-radius: 10px;
  transition: background .2s;
  background: #3A80FF;
  font-weight: 700;
  flex-shrink: 0;
  color: #EDF2FF;
  font-size: 0.813rem;
  white-space: nowrap;
}.dlb-ft_support_btn_e1i:hover {
  background: #5E99FF;
}.dlb-ft_support_contacts_e1i {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.dlb-ft_support_contact_e1i {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #526280;
}.dlb-ft_support_contact_e1i strong {
  margin-bottom: 2px;
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #8FA4CC;
}.dlb-ft_main_e1i {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 770px) {.dlb-ft_main_e1i {
  padding: 2.5rem 24px 32px;
}
}.dlb-ft_main_in_e1i {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 637px) {.dlb-ft_main_in_e1i {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.dlb-ft_main_in_e1i {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.dlb-ft_col_logo_e1i {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.dlb-ft_col_logo_e1i {
  grid-column: auto;
}
}.dlb-ft_logo_e1i {
  gap: 9px;
  color: #EDF2FF;
  overflow-wrap: break-word;
  font-size: 1rem;
  align-items: center;
  font-weight: 800;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.dlb-ft_logo_mark_e1i {
  overflow: hidden;
  border-radius: 6px;
  height: 1.875rem;
  width: 1.875rem;
}.dlb-ft_logo_mark_e1i img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.dlb-ft_logo_sub_e1i {
  font-size: 0.75rem;
  line-height: 1.55;
  max-width: 200px;
  color: #526280;
  overflow-wrap: break-word;
}.dlb-ft_col_title_e1i {
  color: #8FA4CC;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}.dlb-ft_col_links_e1i {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.dlb-ft_col_link_e1i {
  transition: color .2s;
  color: #526280;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.dlb-ft_col_link_e1i:hover {
  color: #C4D0EC;
}.dlb-ft_apps_e1i {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.dlb-ft_app_card_e1i {
  padding: 10px 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  align-items: center;
  display: flex;
}.dlb-ft_app_card_e1i:hover {
  border-color: rgba(62, 130, 255, 0.45);
}.dlb-ft_app_card_ic_e1i svg {
  width: 22px;
  height: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dlb-ft_app_card_os_e1i {
  font-size: 10px;
  font-weight: 600;
  color: #526280;
}.dlb-ft_app_card_action_e1i {
  color: #C4D0EC;
  font-size: 0.75rem;
  font-weight: 700;
}.dlb-ft_bot_e1i {
  padding: 20px 16px;
}
@media(min-width: 769px) {.dlb-ft_bot_e1i {
  padding: 1.25rem 1.5rem;
}
}.dlb-ft_bot_in_e1i {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
}.dlb-ft_socials_e1i {
  gap: 0.5rem;
  display: flex;
}.dlb-ft_soc_e1i {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  display: flex;
  width: 2.25rem;
  color: #8FA4CC;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
}.dlb-ft_soc_e1i svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
}.dlb-ft_soc_e1i:hover {
  background: rgba(255, 255, 255, 0.07);
}.dlb-ft_legal_e1i {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 11px;
  min-width: 200px;
  line-height: 1.6;
  color: #728AAE;
}.dlb-ft_legal_e1i strong {
  font-weight: 700;
  color: #8FA4CC;
}.dlb-ft_legal_e1i a {
  text-decoration: underline;
  color: #8FA4CC;
}.dlb-ft_age_e1i {
  border: 2px solid #728AAE;
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: 800;
  align-items: center;
  font-size: 11px;
  width: 32px;
  height: 32px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  color: #728AAE;
}