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 {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #090E16;
  line-height: 1.6;
  min-height: 100vh;
  font-family: 'Exo 2', sans-serif;
  color: #AECAD8;
  -webkit-font-smoothing: antialiased;
}.dnf_layout_iev {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.dnf_page_iev {
  display: flex;
  min-height: 100vh;
}.dnf_main_iev {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1081px) {.dnf_main_iev {
  padding-left: 13.75rem;
}
}
@media (max-width: 1082px) {.dnf_main_iev {
  padding-bottom: 4.5rem;
}
}.dnf_gc_iev {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  background: #0E1520;
  transition: transform .2s,border-color .2s;
  position: relative;
  cursor: pointer;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 639px) {.dnf_gc_iev {
  width: 156px;
}
}
@media(min-width: 1079px) {.dnf_gc_iev {
  width: 10.5rem;
}
}.dnf_gc_iev:hover {
  border-color: rgba(30, 159, 212, 0.07);
  transform: translateY(-3px);
}.dnf_gc_img_iev {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.dnf_gc_img_iev img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.dnf_gc_hover_iev {
  transition: opacity .2s;
  background: rgba(5, 8, 13, 0.72);
  inset: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  opacity: 0;
  position: absolute;
}.dnf_gc_iev:hover .dnf_gc_hover_iev {
  opacity: 1;
}.dnf_gc_hover_btn_iev {
  padding: 0.5rem 16px;
  background: #1E9FD4;
  border-radius: 0.25rem;
  color: #E6F2F8;
  font-size: 12px;
  font-weight: 700;
}.dnf_gc_info_iev {
  padding: 8px 10px 0.625rem;
}.dnf_gc_name_iev {
  overflow: hidden;
  margin-bottom: 3px;
  font-size: 12px;
  white-space: nowrap;
  color: #AECAD8;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
}.dnf_gc_prov_iev {
  font-size: 0.625rem;
  color: #3E5A6C;
}.dnf_gc_tag_iev {
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 700;
  top: 6px;
  letter-spacing: .04em;
  z-index: 2;
  left: 6px;
  position: absolute;
  font-size: 0.563rem;
  text-transform: uppercase;
}.dnf_gc_tag_hot_iev {
  background: #E03545;
  color: #fff;
}.dnf_gc_tag_new_iev {
  background: #28C97A;
  color: #090E16;
}.dnf_gc_tag_jp_iev {
  background: #E8A018;
  color: #090E16;
}.dnf_gc_tag_ex_iev {
  background: #1A5080;
  color: #fff;
}.dnf_gc_tag_live_iev {
  background: #E03545;
  color: #fff;
}.dnf_gr_iev {
  background: #090E16;
  padding: 2rem 1rem 0;
}
@media(min-width: 766px) {.dnf_gr_iev {
  padding: 2.25rem 1.5rem 0;
}
}.dnf_gr_in_iev {
  margin: 0 auto;
  max-width: 1320px;
}.dnf_gr_head_iev {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}.dnf_gr_head_l_iev {
  gap: 10px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.dnf_gr_ic_iev {
  border-radius: 8px;
  width: 2rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  height: 2rem;
}.dnf_gr_ic_iev svg {
  height: 1rem;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dnf_gr_title_iev {
  font-size: 16px;
  font-weight: 700;
  color: #E6F2F8;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dnf_gr_title_iev {
  font-size: 1.125rem;
}
}.dnf_gr_more_iev {
  transition: color .2s;
  gap: 5px;
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
  color: #527080;
  font-size: 12px;
}.dnf_gr_more_iev:hover {
  color: #1E9FD4;
}.dnf_gr_more_iev svg {
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
}.dnf_gr_arrows_iev {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.dnf_gr_arr_iev {
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
  color: #7A9BB2;
}.dnf_gr_arr_iev:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #E6F2F8;
}.dnf_gr_arr_iev svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 0.813rem;
  stroke-linejoin: round;
}.dnf_gr_seo_h_iev {
  margin: 0 0 0.375rem;
  color: #AECAD8;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 680px;
}
@media(min-width: 767px) {.dnf_gr_seo_h_iev {
  font-size: 0.875rem;
}
}.dnf_gr_seo_iev {
  color: #527080;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  margin-bottom: 0.75rem;
}.dnf_gr_seo_iev strong {
  font-weight: 600;
  color: #AECAD8;
}.dnf_gr_scroll_iev {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  display: flex;
}.dnf_gr_scroll_iev::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.dnf_gr_scroll_iev {
  gap: 12px;
}
}.dnf_tb_iev {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #090E16;
  position: fixed;
  align-items: center;
  left: 0;
  display: flex;
  z-index: 80;
  top: 0;
  right: 0;
  height: 3.5rem;
}.dnf_tb_in_iev {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}.dnf_tb_burger_iev {
  gap: 5px;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  align-items: center;
  flex-direction: column;
  width: 2.375rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  height: 2.375rem;
}.dnf_tb_burger_iev:hover {
  background: rgba(255, 255, 255, 0.05);
}.dnf_tb_burger_line_iev {
  background: #7A9BB2;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1083px) {.dnf_tb_burger_iev {
  display: none;
}
}.dnf_tb_logo_iev {
  gap: 9px;
  display: flex;
  flex-shrink: 0;
  font-weight: 800;
  margin-right: 20px;
  overflow-wrap: break-word;
  color: #E6F2F8;
  letter-spacing: -.01em;
  font-size: 18px;
  align-items: center;
}.dnf_tb_logo_mark_iev {
  border-radius: 8px;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}.dnf_tb_logo_mark_iev img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.dnf_tb_nav_iev {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.dnf_tb_nav_iev {
  display: flex;
}
}.dnf_tb_tab_iev {
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-weight: 600;
  color: #7A9BB2;
  font-size: 0.813rem;
}.dnf_tb_tab_iev:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E6F2F8;
}.dnf_tb_tab_iev.dnf_state_active_iev {
  background: rgba(30, 159, 212, 0.18);
  color: #E6F2F8;
}.dnf_tb_right_iev {
  gap: 0.5rem;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
}.dnf_tb_login_iev {
  transition: border-color .2s,color .2s;
  padding: 0.563rem 1rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-weight: 600;
  color: #AECAD8;
  display: none;
  font-size: 0.813rem;
}.dnf_tb_login_iev:hover {
  border-color: rgba(30, 159, 212, 0.45);
  color: #E6F2F8;
}
@media(min-width: 477px) {.dnf_tb_login_iev {
  display: block;
}
}.dnf_tb_reg_iev {
  padding: 9px 1.125rem;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #28C97A;
  font-size: 0.813rem;
  color: #071018;
  white-space: nowrap;
  font-weight: 700;
}.dnf_tb_reg_iev:hover {
  background: #38D98A;
}.dnf_sb_iev {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #131D2A;
  position: fixed;
  top: 3.5rem;
  z-index: 70;
  width: 220px;
  overflow-y: auto;
  left: 0;
  bottom: 0;
}.dnf_sb_iev.dnf_state_open_iev {
  transform: translateX(0);
}.dnf_sb_iev::-webkit-scrollbar {
  width: 0.25rem;
}.dnf_sb_iev::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.dnf_sb_iev {
  transform: translateX(0);
}
}.dnf_sb_auth_iev {
  padding: 0.875rem 12px 10px;
}.dnf_sb_btn_reg_iev {
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 8px;
  background: #28C97A;
  margin-bottom: 8px;
  font-weight: 700;
  color: #071018;
  font-size: 13px;
  text-align: center;
  display: block;
}.dnf_sb_btn_reg_iev:hover {
  background: #38D98A;
}.dnf_sb_btn_login_iev {
  transition: border-color .2s;
  padding: 0.625rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  color: #AECAD8;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  display: block;
}.dnf_sb_btn_login_iev:hover {
  border-color: rgba(30, 159, 212, 0.45);
  color: #E6F2F8;
}.dnf_sb_promo_iev {
  border: 1px solid rgba(30, 159, 212, 0.18);
  background: linear-gradient(135deg,#0C1A2E,#131D2A);
  border-radius: 8px;
  margin: 0 12px 0.625rem;
  overflow: hidden;
  padding: 0.75rem 14px;
  position: relative;
}.dnf_sb_promo_iev::before {
  background: radial-gradient(circle,rgba(30, 159, 212, 0.18),transparent 70%);
  border-radius: 50%;
  position: absolute;
  top: -1.25rem;
  height: 80px;
  content: '';
  right: -20px;
  width: 5rem;
}.dnf_sb_promo_title_iev {
  color: #1E9FD4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
  margin-bottom: 4px;
}.dnf_sb_promo_text_iev {
  font-weight: 600;
  overflow-wrap: break-word;
  color: #E6F2F8;
  font-size: 12px;
  line-height: 1.35;
}.dnf_sb_promo_sub_iev {
  font-size: 10px;
  color: #527080;
  margin-top: 3px;
}.dnf_sb_nav_iev {
  padding: 6px 0.5rem 1rem;
}.dnf_sb_nav_lb_iev {
  padding: 0.625rem 8px 0.375rem;
  color: #3E5A6C;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
}.dnf_sb_link_iev {
  padding: 0.563rem 0.625rem;
  border-radius: 0.25rem;
  gap: 10px;
  transition: background .15s,color .15s;
  cursor: pointer;
  overflow-wrap: break-word;
  font-size: 13px;
  align-items: center;
  color: #7A9BB2;
  display: flex;
  font-weight: 500;
}.dnf_sb_link_iev:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E6F2F8;
}.dnf_sb_link_iev.dnf_state_active_iev {
  background: rgba(30, 159, 212, 0.18);
  color: #E6F2F8;
}.dnf_sb_ic_iev {
  border-radius: 0.25rem;
  align-items: center;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
}.dnf_sb_ic_iev svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  width: 16px;
}.dnf_sb_ic_1_iev {
  background: rgba(30, 159, 212, 0.07);
  color: #1E9FD4;
}.dnf_sb_ic_2_iev {
  background: rgba(40, 201, 122, 0.16);
  color: #28C97A;
}.dnf_sb_ic_3_iev {
  background: rgba(232, 160, 24, 0.15);
  color: #E8A018;
}.dnf_sb_ic_4_iev {
  background: rgba(26, 80, 128, 0.30);
  color: #1A5080;
}.dnf_sb_ic_5_iev {
  background: rgba(30, 159, 212, 0.07);
  color: #E04080;
}.dnf_sb_ic_6_iev {
  background: rgba(26, 80, 128, 0.30);
  color: #7038CC;
}.dnf_sb_badge_iev {
  background: #E8A018;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 9px;
  margin-left: auto;
  color: #071018;
  font-weight: 700;
}.dnf_sb_bot_iev {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 12px;
  display: flex;
}.dnf_sb_lang_iev,.dnf_sb_help_iev {
  transition: border-color .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  gap: 6px;
  padding: 0.563rem 6px;
  font-size: 0.688rem;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  color: #7A9BB2;
}.dnf_sb_lang_iev:hover,.dnf_sb_help_iev:hover {
  border-color: rgba(30, 159, 212, 0.45);
  color: #E6F2F8;
}.dnf_sb_lang_iev svg,.dnf_sb_help_iev svg {
  height: 0.813rem;
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
}.dnf_sb_bd_iev {
  background: rgba(5, 8, 13, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.dnf_sb_bd_iev.dnf_state_on_iev {
  display: block;
}
@media(min-width:1080px) {.dnf_sb_bd_iev {
  display: none!important;
}
}.dnf_mob_nav_iev {
  background: #131D2A;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 80;
  display: flex;
  left: 0;
}
@media(min-width: 1078px) {.dnf_mob_nav_iev {
  display: none;
}
}.dnf_mob_nav_item_iev {
  padding: 0.25rem 2px;
  gap: 0.25rem;
  flex: 1;
  color: #3E5A6C;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.dnf_mob_nav_ic_iev {
  line-height: 1;
}.dnf_mob_nav_ic_iev svg {
  stroke-linecap: round;
  width: 1.25rem;
  stroke-linejoin: round;
  height: 20px;
}.dnf_mob_nav_lb_iev {
  font-size: 0.625rem;
  color: #3E5A6C;
  font-weight: 600;
}.dnf_mob_nav_item_iev.dnf_state_active_iev {
  color: #1E9FD4;
}.dnf_mob_nav_item_iev.dnf_state_active_iev .dnf_mob_nav_lb_iev {
  color: #1E9FD4;
}.dnf_hero_iev {
  background: #090E16;
  padding: 1.25rem 16px 0;
}
@media(min-width: 771px) {.dnf_hero_iev {
  padding: 24px 1.5rem 0;
}
}.dnf_hero_in_iev {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 862px) {.dnf_hero_in_iev {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.dnf_hero_in_iev {
  grid-template-columns: 1fr 340px;
}
}.dnf_hero_promo_iev {
  overflow: hidden;
  border-radius: 0.75rem;
  background: #0E1520;
  align-items: stretch;
  display: flex;
  position: relative;
  min-height: 220px;
}
@media(min-width: 770px) {.dnf_hero_promo_iev {
  min-height: 17.5rem;
}
}.dnf_hero_promo_bg_iev {
  background-position: center;
  background: linear-gradient(120deg,#0C1A2E 0%,#090E16 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.dnf_hero_promo_bg_iev::after {
  inset: 0;
  background: linear-gradient(90deg,#090E16 0%,rgba(5, 8, 13, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.dnf_hero_promo_glow_iev {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(26, 80, 128, 0.30) 0%,transparent 65%);
  pointer-events: none;
  right: 3.75rem;
  height: 18.75rem;
  width: 18.75rem;
  position: absolute;
  top: -40px;
}.dnf_hero_promo_ct_iev {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
  z-index: 2;
  max-width: 480px;
}
@media(min-width: 765px) {.dnf_hero_promo_ct_iev {
  padding: 2.5rem 2rem;
}
}.dnf_hero_badge_iev {
  padding: 5px 0.75rem;
  border: 1px solid rgba(30, 159, 212, 0.07);
  background: rgba(30, 159, 212, 0.18);
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1E9FD4;
  font-size: 10px;
  display: inline-block;
  letter-spacing: .08em;
  margin-bottom: 14px;
}.dnf_hero_h1_iev {
  margin-bottom: 0.625rem;
  color: #E6F2F8;
  font-size: 26px;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
}.dnf_hero_h1_iev em {
  font-style: normal;
  color: #E8A018;
}
@media(min-width: 767px) {.dnf_hero_h1_iev {
  font-size: 2.25rem;
}
}.dnf_hero_sub_iev {
  font-size: 13px;
  margin-bottom: 1.25rem;
  color: #7A9BB2;
  line-height: 1.55;
}
@media(min-width:768px) {.dnf_hero_sub_iev {
  font-size: 0.875rem;
}
}.dnf_hero_row_iev {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.dnf_hero_cta_iev {
  padding: 13px 1.625rem;
  transition: background .2s;
  border-radius: 8px;
  background: #28C97A;
  color: #071018;
  box-shadow: 0 6px 20px rgba(40, 201, 122, 0.38), inset 0 -2px 0 rgba(0, 0, 0, 0.28);
  font-weight: 700;
  font-size: 14px;
}.dnf_hero_cta_iev:hover {
  background: #38D98A;
}.dnf_hero_terms_iev {
  font-size: 11px;
  color: #3E5A6C;
}.dnf_hero_game_iev {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0E1520;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  position: relative;
}.dnf_hero_game_badge_iev {
  padding: 5px 0.625rem;
  border-radius: 1.25rem;
  background: rgba(232, 160, 24, 0.15);
  border: 1px solid rgba(232, 160, 24, 0.15);
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #E8A018;
  position: absolute;
  z-index: 3;
  font-size: 10px;
  top: 12px;
  left: 0.75rem;
  font-weight: 700;
}.dnf_hero_game_badge_iev svg {
  width: 0.688rem;
  height: 11px;
  vertical-align: -1px;
  margin-right: 4px;
}.dnf_hero_game_img_iev {
  background: linear-gradient(135deg,#0C1A2E,#090E16);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.dnf_hero_game_img_iev img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.dnf_hero_game_play_iev {
  inset: 0;
  background: rgba(5, 8, 13, 0.72);
  transition: opacity .2s;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0;
  position: absolute;
}.dnf_hero_game_iev:hover .dnf_hero_game_play_iev {
  opacity: 1;
}.dnf_hero_game_play_iev span {
  border-radius: 50%;
  background: #1E9FD4;
  width: 3.25rem;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 52px;
}.dnf_hero_game_play_iev span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 18px;
}.dnf_hero_game_info_iev {
  padding: 14px 1rem;
}.dnf_hero_game_title_iev {
  color: #E6F2F8;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
}.dnf_hero_game_provider_iev {
  color: #527080;
  font-size: 0.688rem;
}.dnf_hero_game_btn_iev {
  margin: 0.75rem 1rem 1rem;
  background: #1E9FD4;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 11px;
  color: #E6F2F8;
  font-weight: 700;
  font-size: 0.813rem;
  text-align: center;
  display: block;
}.dnf_hero_game_iev:hover .dnf_hero_game_btn_iev {
  background: #30B8EC;
}.dnf_sbar_iev {
  background: #090E16;
  padding: 1rem 1rem 0;
}
@media(min-width:768px) {.dnf_sbar_iev {
  padding: 18px 1.5rem 0;
}
}.dnf_sbar_in_iev {
  margin: 0 auto;
  max-width: 82.5rem;
}.dnf_sbar_row_iev {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.dnf_sbar_input_iev {
  background: #0E1520;
  border-radius: 8px;
  flex: 1;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.688rem 16px;
  gap: 10px;
  cursor: pointer;
  color: #527080;
  font-size: 13px;
  align-items: center;
  display: flex;
}.dnf_sbar_input_iev:hover {
  border-color: rgba(30, 159, 212, 0.45);
}.dnf_sbar_input_iev svg {
  flex-shrink: 0;
  height: 0.938rem;
  stroke-linecap: round;
  width: 0.938rem;
  stroke-linejoin: round;
}.dnf_sbar_providers_iev {
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 8px;
  transition: border-color .2s;
  border-radius: 8px;
  background: #0E1520;
  font-size: 13px;
  color: #AECAD8;
  white-space: nowrap;
  font-weight: 600;
  align-items: center;
  display: flex;
}.dnf_sbar_providers_iev:hover {
  border-color: rgba(30, 159, 212, 0.45);
  color: #E6F2F8;
}.dnf_sbar_providers_iev svg {
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
}.dnf_sbar_tabs_iev {
  gap: 6px;
  padding-bottom: 2px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.dnf_sbar_tabs_iev::-webkit-scrollbar {
  display: none;
}.dnf_sbar_tab_iev {
  gap: 0.438rem;
  padding: 8px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-shrink: 0;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  color: #7A9BB2;
  font-size: 12px;
}.dnf_sbar_tab_iev:hover {
  border-color: rgba(30, 159, 212, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #E6F2F8;
}.dnf_sbar_tab_iev.dnf_state_active_iev {
  border-color: rgba(30, 159, 212, 0.07);
  background: rgba(30, 159, 212, 0.18);
  color: #E6F2F8;
}.dnf_sbar_tab_ic_iev svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.dnf_gr_jp_iev {
  padding: 20px;
  background: linear-gradient(135deg,#160A30 0%,#07060F 100%);
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}.dnf_gr_jp_iev::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(26, 80, 128, 0.30) 0%,transparent 70%);
  content: '';
  width: 250px;
  top: -3.75rem;
  height: 15.625rem;
  position: absolute;
  left: -3.75rem;
}.dnf_gr_jp_iev::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 160, 24, 0.15) 0%,transparent 70%);
  right: 0;
  bottom: -2.5rem;
  width: 200px;
  height: 200px;
  content: '';
  position: absolute;
}.dnf_gr_jp_head_iev {
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  z-index: 1;
  margin-bottom: 1rem;
  display: flex;
}.dnf_gr_jp_info_iev {
  flex: 1;
}.dnf_gr_jp_label_iev {
  margin-bottom: 6px;
  color: #7038CC;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.dnf_gr_jp_label_iev svg {
  width: 0.875rem;
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
  margin-right: 4px;
  vertical-align: -2px;
}.dnf_gr_jp_amount_iev {
  font-size: 2rem;
  line-height: 1;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  color: #E6F2F8;
  margin-bottom: 4px;
}
@media(min-width:768px) {.dnf_gr_jp_amount_iev {
  font-size: 40px;
}
}.dnf_gr_jp_amount_iev span {
  color: #E8A018;
}.dnf_gr_jp_seo_iev {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #7A9BB2;
  max-width: 30rem;
  line-height: 1.5;
}.dnf_gr_jp_cta_iev {
  padding: 0.688rem 20px;
  border: 1px solid rgba(26, 80, 128, 0.30);
  transition: background .2s;
  background: rgba(26, 80, 128, 0.30);
  border-radius: 8px;
  font-size: 0.813rem;
  margin-top: 0.25rem;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  align-self: flex-start;
  position: relative;
  z-index: 1;
  color: #E6F2F8;
}.dnf_gr_jp_cta_iev:hover {
  background: #1A5080;
}.dnf_ws_iev {
  background: #090E16;
  padding: 32px 16px 0;
}
@media(min-width: 767px) {.dnf_ws_iev {
  padding: 36px 1.5rem 0;
}
}.dnf_ws_in_iev {
  margin: 0 auto;
  max-width: 82.5rem;
}.dnf_ws_head_iev {
  gap: 0.75rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
  align-items: center;
}.dnf_ws_title_iev {
  gap: 0.625rem;
  align-items: center;
  font-family: 'Rajdhani', sans-serif;
  flex-wrap: wrap;
  font-weight: 700;
  display: flex;
  color: #E6F2F8;
  overflow-wrap: break-word;
  font-size: 1rem;
}.dnf_ws_title_ic_iev svg {
  stroke-linecap: round;
  color: #E8A018;
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
}.dnf_ws_online_iev {
  gap: 0.438rem;
  font-weight: 600;
  display: flex;
  color: #527080;
  align-items: center;
  font-size: 0.75rem;
}.dnf_ws_online_dot_iev {
  background: #28C97A;
  border-radius: 50%;
  height: 8px;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(40, 201, 122, 0.16);
}.dnf_ws_scroll_iev {
  gap: 0.5rem;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}.dnf_ws_scroll_iev::-webkit-scrollbar {
  display: none;
}.dnf_wc_iev {
  border-radius: 0.5rem;
  background: #0E1520;
  padding: 0.625rem 0.875rem;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  min-width: 220px;
  flex-shrink: 0;
}.dnf_wc_img_iev {
  border-radius: 4px;
  overflow: hidden;
  background: #131D2A;
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}.dnf_wc_img_iev img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.dnf_wc_info_iev {
  min-width: 0;
}.dnf_wc_game_iev {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  color: #AECAD8;
}.dnf_wc_player_iev {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3E5A6C;
  font-size: 0.625rem;
}.dnf_wc_amount_iev {
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  color: #28C97A;
  margin-left: auto;
  white-space: nowrap;
}.dnf_prov_iev {
  background: #090E16;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.dnf_prov_iev {
  padding: 44px 1.5rem 0;
}
}.dnf_prov_in_iev {
  margin: 0 auto;
  max-width: 1320px;
}.dnf_prov_head_iev {
  margin-bottom: 16px;
}.dnf_prov_label_iev {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #1E9FD4;
  margin-bottom: 0.5rem;
}.dnf_prov_h2_iev {
  color: #E6F2F8;
  margin-bottom: 0.5rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dnf_prov_h2_iev {
  font-size: 24px;
}
}.dnf_prov_seo_iev {
  margin-bottom: 16px;
  max-width: 620px;
  color: #527080;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.dnf_prov_seo_iev strong {
  color: #AECAD8;
  font-weight: 700;
}.dnf_prov_seo_iev a {
  color: #1E9FD4;
  text-decoration: underline;
}.dnf_prov_grid_iev {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.dnf_prov_grid_iev {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.dnf_prov_grid_iev {
  grid-template-columns: repeat(8,1fr);
}
}.dnf_prov_card_iev {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0E1520;
  padding: 14px 0.625rem;
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.dnf_prov_card_iev:hover {
  border-color: rgba(30, 159, 212, 0.45);
  background: #131D2A;
}.dnf_prov_logo_iev {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
}.dnf_prov_logo_iev img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.dnf_prov_name_iev {
  font-weight: 600;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A9BB2;
  text-align: center;
}.dnf_reg_iev {
  background: #090E16;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.dnf_reg_iev {
  padding: 44px 1.5rem 0;
}
}.dnf_reg_in_iev {
  margin: 0 auto;
  padding: 28px 24px;
  background: #131D2A;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.dnf_reg_in_iev {
  padding: 40px;
}
}.dnf_reg_top_iev {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.dnf_reg_top_iev {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.dnf_reg_label_iev {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 10px;
  color: #1E9FD4;
  font-weight: 700;
  letter-spacing: .08em;
}.dnf_reg_h2_iev {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.2;
  color: #E6F2F8;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.dnf_reg_h2_iev {
  font-size: 28px;
}
}.dnf_reg_bonus_iev {
  padding: 10px 16px;
  gap: 0.5rem;
  border-radius: 8px;
  background: rgba(232, 160, 24, 0.15);
  border: 1px solid rgba(232, 160, 24, 0.15);
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.dnf_reg_bonus_amount_iev {
  font-weight: 800;
  font-size: 20px;
  color: #E8A018;
}.dnf_reg_bonus_text_iev {
  font-size: 13px;
  color: #7A9BB2;
  line-height: 1.35;
}.dnf_reg_cta_btn_iev {
  background: #28C97A;
  transition: background .2s;
  border-radius: 8px;
  padding: 0.875rem 2rem;
  box-shadow: 0 6px 1.25rem rgba(40, 201, 122, 0.38), inset 0 -2px 0 rgba(0, 0, 0, 0.28);
  color: #071018;
  font-size: 0.938rem;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.75rem;
}.dnf_reg_cta_btn_iev:hover {
  background: #38D98A;
}.dnf_reg_terms_iev {
  font-size: 11px;
  color: #3E5A6C;
  line-height: 1.5;
}.dnf_reg_seo_iev {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  font-size: 13px;
  padding-top: 20px;
  color: #527080;
  margin-top: 20px;
  overflow-wrap: break-word;
}.dnf_reg_seo_iev p {
  color: #527080;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  line-height: 1.65;
}.dnf_reg_seo_iev p:last-child {
  margin-bottom: 0;
}.dnf_reg_seo_iev strong {
  color: #AECAD8;
  font-weight: 700;
}.dnf_reg_seo_iev a {
  transition: color .2s;
  color: #1E9FD4;
  text-decoration: underline;
}.dnf_reg_seo_iev a:hover {
  color: #30B8EC;
}.dnf_reg_seo_iev ul,.dnf_reg_seo_iev ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.dnf_reg_seo_iev ol {
  list-style: decimal;
}.dnf_reg_seo_iev li {
  color: #527080;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
  line-height: 1.65;
}.dnf_reg_seo_iev table {
  overflow-x: auto;
  display: block;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.dnf_reg_seo_iev table {
  display: table;
}
}.dnf_reg_seo_iev th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #AECAD8;
  font-weight: 700;
}.dnf_reg_seo_iev td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #527080;
}.dnf_reg_steps_iev {
  gap: 0.875rem;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 861px) {.dnf_reg_steps_iev {
  margin-top: 0;
}
}.dnf_reg_step_iev {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 14px;
  padding: 1rem;
  border-radius: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.dnf_reg_step_num_iev {
  border: 1px solid rgba(30, 159, 212, 0.07);
  background: rgba(30, 159, 212, 0.18);
  border-radius: 50%;
  width: 34px;
  flex-shrink: 0;
  height: 34px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  color: #1E9FD4;
  align-items: center;
  font-size: 14px;
}.dnf_reg_step_title_iev {
  font-size: 0.875rem;
  margin-bottom: 3px;
  font-weight: 700;
  color: #E6F2F8;
}.dnf_reg_step_text_iev {
  line-height: 1.5;
  color: #527080;
  font-size: 0.75rem;
}.dnf_reg_trust_iev {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  margin-top: 1.25rem;
  padding-top: 20px;
  flex-wrap: wrap;
  display: flex;
}.dnf_reg_trust_item_iev {
  gap: 0.438rem;
  color: #527080;
  display: flex;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  align-items: center;
}.dnf_reg_trust_ic_iev svg {
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #1E9FD4;
}.dnf_app_iev {
  padding: 36px 16px 0;
  background: #090E16;
}
@media(min-width: 770px) {.dnf_app_iev {
  padding: 2.75rem 24px 0;
}
}.dnf_app_in_iev {
  margin: 0 auto;
  max-width: 82.5rem;
}.dnf_app_head_iev {
  margin-bottom: 16px;
}.dnf_app_label_iev {
  font-size: 11px;
  color: #1E9FD4;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.dnf_app_h2_iev {
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  color: #E6F2F8;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dnf_app_h2_iev {
  font-size: 1.5rem;
}
}.dnf_app_sub_iev {
  font-size: 0.813rem;
  max-width: 37.5rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #527080;
}.dnf_app_sub_iev strong {
  color: #AECAD8;
  font-weight: 700;
}.dnf_app_cards_iev {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 641px) {.dnf_app_cards_iev {
  grid-template-columns: repeat(3,1fr);
}
}.dnf_app_card_iev {
  padding: 1.25rem;
  border-radius: 8px;
  gap: 16px;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}.dnf_app_card_ios_iev {
  background: linear-gradient(135deg,rgba(30, 159, 212, 0.18) 0%,#131D2A 100%);
}.dnf_app_card_android_iev {
  background: linear-gradient(135deg,rgba(40, 201, 122, 0.16) 0%,#131D2A 100%);
}.dnf_app_card_win_iev {
  background: linear-gradient(135deg,rgba(232, 160, 24, 0.15) 0%,#131D2A 100%);
}.dnf_app_card_ic_iev svg {
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
}.dnf_app_card_ic_iev {
  color: #E6F2F8;
  flex-shrink: 0;
}.dnf_app_card_os_iev {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #527080;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}.dnf_app_card_title_iev {
  color: #E6F2F8;
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 6px;
}.dnf_app_card_text_iev {
  font-size: 12px;
  color: #527080;
  margin-bottom: 14px;
  line-height: 1.5;
  overflow-wrap: break-word;
}.dnf_app_card_btn_iev {
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.25rem;
  transition: background .2s;
  padding: 10px 1.125rem;
  border: 1px solid rgba(30, 159, 212, 0.45);
  display: inline-flex;
  color: #E6F2F8;
  font-size: 0.813rem;
  align-items: center;
  font-weight: 700;
}.dnf_app_card_btn_iev:hover {
  background: rgba(255, 255, 255, 0.07);
}.dnf_bon_iev {
  background: #090E16;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.dnf_bon_iev {
  padding: 2.75rem 24px 0;
}
}.dnf_bon_in_iev {
  margin: 0 auto;
  max-width: 82.5rem;
}.dnf_bon_head_iev {
  margin-bottom: 20px;
}.dnf_bon_label_iev {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #1E9FD4;
  margin-bottom: 8px;
  font-size: 11px;
}.dnf_bon_h2_iev {
  color: #E6F2F8;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width:768px) {.dnf_bon_h2_iev {
  font-size: 1.5rem;
}
}.dnf_bon_seo_iev {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #527080;
  max-width: 620px;
  line-height: 1.6;
}.dnf_bon_seo_iev strong {
  font-weight: 700;
  color: #AECAD8;
}.dnf_bon_seo_iev a {
  text-decoration: underline;
  color: #1E9FD4;
}.dnf_bon_grid_iev {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.dnf_bon_grid_iev {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.dnf_bon_grid_iev {
  grid-template-columns: repeat(5,1fr);
}
}.dnf_bon_card_iev {
  background: #0E1520;
  padding: 1rem;
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.dnf_bon_card_iev:hover {
  border-color: rgba(30, 159, 212, 0.07);
  transform: translateY(-2px);
}.dnf_bon_card_ic_iev svg {
  height: 26px;
  stroke-linecap: round;
  width: 1.625rem;
  stroke-linejoin: round;
}.dnf_bon_card_ic_iev {
  margin-bottom: 10px;
}.dnf_bon_card_type_iev {
  font-weight: 700;
  font-size: 10px;
  color: #527080;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .06em;
}.dnf_bon_card_amount_iev {
  margin-bottom: 6px;
  line-height: 1.1;
  font-size: 1.125rem;
  color: #E8A018;
  font-weight: 800;
}.dnf_bon_card_name_iev {
  margin-bottom: 8px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #E6F2F8;
  font-weight: 600;
}.dnf_bon_card_detail_iev {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  color: #3E5A6C;
  line-height: 1.5;
  padding-top: 8px;
  overflow-wrap: break-word;
}.dnf_seo_iev {
  background: #090E16;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.dnf_seo_iev {
  padding: 44px 24px 0;
}
}.dnf_seo_in_iev {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border-radius: 12px;
  background: #131D2A;
  max-width: 1320px;
}
@media(min-width:768px) {.dnf_seo_in_iev {
  padding: 36px 40px;
}
}.dnf_seo_label_iev {
  font-weight: 700;
  text-transform: uppercase;
  color: #1E9FD4;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.dnf_seo_h2_iev {
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  color: #E6F2F8;
  font-weight: 800;
  margin-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media(min-width: 766px) {.dnf_seo_h2_iev {
  font-size: 24px;
}
}.dnf_seo_body_iev {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #7A9BB2;
}.dnf_seo_body_iev p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #7A9BB2;
}.dnf_seo_body_iev p:last-child {
  margin-bottom: 0;
}.dnf_seo_body_iev strong {
  color: #AECAD8;
  font-weight: 700;
}.dnf_seo_body_iev a {
  transition: color .2s;
  text-decoration: underline;
  color: #1E9FD4;
}.dnf_seo_body_iev a:hover {
  color: #30B8EC;
}.dnf_seo_body_iev ul,.dnf_seo_body_iev ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.dnf_seo_body_iev ol {
  list-style: decimal;
}.dnf_seo_body_iev li {
  line-height: 1.75;
  color: #7A9BB2;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.dnf_seo_body_iev table {
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 771px) {.dnf_seo_body_iev table {
  display: table;
}
}.dnf_seo_body_iev th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  color: #AECAD8;
  font-weight: 700;
}.dnf_seo_body_iev td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A9BB2;
}.dnf_seo_cols_iev {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width:640px) {.dnf_seo_cols_iev {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.dnf_seo_cols_iev {
  grid-template-columns: repeat(3,1fr);
}
}.dnf_seo_col_h_iev {
  color: #AECAD8;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.dnf_seo_col_p_iev {
  line-height: 1.65;
  font-size: 13px;
  color: #527080;
  overflow-wrap: break-word;
}.dnf_seo_stats_iev {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.dnf_seo_stat_iev {
  flex: 1;
  padding: 0.875rem 1rem;
  border-radius: 8px;
  background: rgba(30, 159, 212, 0.07);
  border: 1px solid rgba(30, 159, 212, 0.18);
  min-width: 8.75rem;
}.dnf_seo_stat_val_iev {
  color: #1E9FD4;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}.dnf_seo_stat_lb_iev {
  color: #527080;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.dnf_seo_iev {
  padding: 36px 1rem 0;
  background: #090E16;
}
@media(min-width: 767px) {.dnf_seo_iev {
  padding: 2.75rem 24px 0;
}
}.dnf_seo_in_iev {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131D2A;
  margin: 0 auto;
  border-radius: 12px;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.dnf_seo_in_iev {
  padding: 2.25rem 40px;
}
}.dnf_seo_label_iev {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #1E9FD4;
  margin-bottom: 0.625rem;
}.dnf_seo_h2_iev {
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.25;
  color: #E6F2F8;
}
@media(min-width: 771px) {.dnf_seo_h2_iev {
  font-size: 24px;
}
}.dnf_seo_body_iev {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #7A9BB2;
}.dnf_seo_body_iev p {
  font-size: 0.875rem;
  color: #7A9BB2;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.dnf_seo_body_iev p:last-child {
  margin-bottom: 0;
}.dnf_seo_body_iev strong {
  color: #AECAD8;
  font-weight: 700;
}.dnf_seo_body_iev a {
  transition: color .2s;
  color: #1E9FD4;
  text-decoration: underline;
}.dnf_seo_body_iev a:hover {
  color: #30B8EC;
}.dnf_seo_body_iev ul,.dnf_seo_body_iev ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.dnf_seo_body_iev ol {
  list-style: decimal;
}.dnf_seo_body_iev li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #7A9BB2;
}.dnf_seo_body_iev table {
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
}
@media(min-width: 766px) {.dnf_seo_body_iev table {
  display: table;
}
}.dnf_seo_body_iev th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #AECAD8;
  text-align: left;
}.dnf_seo_body_iev td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #7A9BB2;
}.dnf_seo_cols_iev {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.dnf_seo_cols_iev {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.dnf_seo_cols_iev {
  grid-template-columns: repeat(3,1fr);
}
}.dnf_seo_col_h_iev {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #AECAD8;
  font-size: 0.813rem;
}.dnf_seo_col_p_iev {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #527080;
}.dnf_seo_stats_iev {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.dnf_seo_stat_iev {
  background: rgba(30, 159, 212, 0.07);
  flex: 1;
  border-radius: 0.5rem;
  border: 1px solid rgba(30, 159, 212, 0.18);
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.dnf_seo_stat_val_iev {
  margin-bottom: 0.25rem;
  color: #1E9FD4;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.dnf_seo_stat_lb_iev {
  overflow-wrap: break-word;
  color: #527080;
  font-size: 0.688rem;
}.dnf_rv_iev {
  padding: 36px 16px 0;
  background: #090E16;
}
@media(min-width: 769px) {.dnf_rv_iev {
  padding: 44px 1.5rem 0;
}
}.dnf_rv_in_iev {
  margin: 0 auto;
  max-width: 1320px;
}.dnf_rv_head_iev {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.dnf_rv_label_iev {
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1E9FD4;
  margin-bottom: 8px;
}.dnf_rv_h2_iev {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  color: #E6F2F8;
}
@media(min-width: 766px) {.dnf_rv_h2_iev {
  font-size: 28px;
}
}.dnf_rv_stats_iev {
  gap: 1.125rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  color: #527080;
  font-size: 13px;
}.dnf_rv_stats_score_iev {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.dnf_rv_stats_score_val_iev {
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  color: #E8A018;
  font-size: 1.375rem;
}.dnf_rv_stats_score_max_iev {
  color: #3E5A6C;
  font-size: 0.813rem;
}.dnf_rv_stats_badge_iev {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.dnf_rv_stats_badge_iev svg {
  color: #E8A018;
  width: 14px;
  height: 0.875rem;
}.dnf_rv_grid_iev {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.dnf_rv_grid_iev {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.dnf_rv_grid_iev {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.dnf_rv_card_iev {
  border-radius: 0.5rem;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131D2A;
  flex-direction: column;
  display: flex;
}.dnf_rv_card_stars_iev {
  gap: 2px;
  color: #E8A018;
  margin-bottom: 0.625rem;
  display: flex;
}.dnf_rv_card_stars_iev svg {
  width: 14px;
  height: 14px;
}.dnf_rv_card_h_iev {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #E6F2F8;
}.dnf_rv_card_body_iev {
  flex: 1;
  margin-bottom: 14px;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #527080;
}.dnf_rv_card_body_iev strong {
  color: #AECAD8;
  font-weight: 600;
}.dnf_rv_card_meta_iev {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  justify-content: space-between;
  display: flex;
  padding-top: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}.dnf_rv_card_author_iev {
  color: #AECAD8;
  font-weight: 600;
  font-size: 12px;
}.dnf_rv_card_date_iev {
  font-size: 0.688rem;
  color: #3E5A6C;
}.dnf_seo_iev {
  padding: 2.25rem 1rem 0;
  background: #090E16;
}
@media(min-width: 771px) {.dnf_seo_iev {
  padding: 2.75rem 24px 0;
}
}.dnf_seo_in_iev {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131D2A;
  padding: 28px 24px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.dnf_seo_in_iev {
  padding: 36px 2.5rem;
}
}.dnf_seo_label_iev {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #1E9FD4;
  text-transform: uppercase;
}.dnf_seo_h2_iev {
  overflow-wrap: break-word;
  color: #E6F2F8;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 766px) {.dnf_seo_h2_iev {
  font-size: 1.5rem;
}
}.dnf_seo_body_iev {
  line-height: 1.75;
  color: #7A9BB2;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.dnf_seo_body_iev p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #7A9BB2;
  font-size: 14px;
}.dnf_seo_body_iev p:last-child {
  margin-bottom: 0;
}.dnf_seo_body_iev strong {
  color: #AECAD8;
  font-weight: 700;
}.dnf_seo_body_iev a {
  transition: color .2s;
  color: #1E9FD4;
  text-decoration: underline;
}.dnf_seo_body_iev a:hover {
  color: #30B8EC;
}.dnf_seo_body_iev ul,.dnf_seo_body_iev ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.dnf_seo_body_iev ol {
  list-style: decimal;
}.dnf_seo_body_iev li {
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
  color: #7A9BB2;
}.dnf_seo_body_iev table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 765px) {.dnf_seo_body_iev table {
  display: table;
}
}.dnf_seo_body_iev th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #AECAD8;
  text-align: left;
  font-weight: 700;
}.dnf_seo_body_iev td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #7A9BB2;
}.dnf_seo_cols_iev {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.dnf_seo_cols_iev {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.dnf_seo_cols_iev {
  grid-template-columns: repeat(3,1fr);
}
}.dnf_seo_col_h_iev {
  margin-bottom: 0.438rem;
  color: #AECAD8;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
}.dnf_seo_col_p_iev {
  overflow-wrap: break-word;
  color: #527080;
  line-height: 1.65;
  font-size: 13px;
}.dnf_seo_stats_iev {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.dnf_seo_stat_iev {
  border: 1px solid rgba(30, 159, 212, 0.18);
  flex: 1;
  border-radius: 8px;
  background: rgba(30, 159, 212, 0.07);
  padding: 0.875rem 16px;
  min-width: 140px;
}.dnf_seo_stat_val_iev {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #1E9FD4;
  margin-bottom: 4px;
}.dnf_seo_stat_lb_iev {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #527080;
}.dnf_faq_iev {
  background: #090E16;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.dnf_faq_iev {
  padding: 2.75rem 24px 0;
}
}.dnf_faq_in_iev {
  margin: 0 auto;
  max-width: 1320px;
}.dnf_faq_head_iev {
  margin-bottom: 1.25rem;
}.dnf_faq_label_iev {
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #1E9FD4;
  font-size: 0.688rem;
  font-weight: 700;
}.dnf_faq_h2_iev {
  font-weight: 800;
  color: #E6F2F8;
  font-size: 1.25rem;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.dnf_faq_h2_iev {
  font-size: 1.5rem;
}
}.dnf_faq_list_iev {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.dnf_faq_item_iev {
  border-radius: 8px;
  overflow: hidden;
  background: #131D2A;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.dnf_faq_q_iev {
  transition: color .2s;
  padding: 16px 1.25rem;
  gap: 0.75rem;
  justify-content: space-between;
  color: #AECAD8;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
}.dnf_faq_q_iev:hover {
  color: #E6F2F8;
}.dnf_faq_q_ic_iev {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  height: 1.5rem;
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: center;
  width: 1.5rem;
  color: #1E9FD4;
  flex-shrink: 0;
}.dnf_faq_item_iev.dnf_state_open_iev .dnf_faq_q_ic_iev {
  transform: rotate(45deg);
}.dnf_faq_a_iev {
  padding: 0 20px 16px;
  display: none;
  color: #527080;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.7;
}.dnf_faq_item_iev.dnf_state_open_iev .dnf_faq_a_iev {
  display: block;
}.dnf_faq_a_iev strong {
  font-weight: 700;
  color: #AECAD8;
}.dnf_faq_a_iev a {
  color: #1E9FD4;
  text-decoration: underline;
}.dnf_faq_a_iev ul,.dnf_faq_a_iev ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.dnf_faq_a_iev ol {
  list-style: decimal;
}.dnf_faq_a_iev li {
  margin-bottom: 4px;
  line-height: 1.6;
}.dnf_faq_a_iev table {
  margin: 8px 0;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 12px;
  display: block;
}
@media(min-width: 767px) {.dnf_faq_a_iev table {
  display: table;
}
}.dnf_faq_a_iev th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  font-weight: 700;
  color: #AECAD8;
}.dnf_faq_a_iev td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #527080;
}.dnf_ft_iev {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #05080D;
  margin-top: 3rem;
}.dnf_ft_support_iev {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 766px) {.dnf_ft_support_iev {
  padding: 28px 1.5rem;
}
}.dnf_ft_support_in_iev {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
}.dnf_ft_support_main_iev {
  flex: 1;
  gap: 16px;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.dnf_ft_support_ic_iev {
  flex-shrink: 0;
  color: #1E9FD4;
}.dnf_ft_support_ic_iev svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.875rem;
  height: 1.875rem;
}.dnf_ft_support_text_title_iev {
  color: #E6F2F8;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 3px;
}.dnf_ft_support_text_sub_iev {
  overflow-wrap: break-word;
  color: #527080;
  font-size: 0.75rem;
}.dnf_ft_support_btn_iev {
  border-radius: 8px;
  transition: background .2s;
  padding: 11px 22px;
  background: #1E9FD4;
  color: #E6F2F8;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.813rem;
}.dnf_ft_support_btn_iev:hover {
  background: #30B8EC;
}.dnf_ft_support_contacts_iev {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.dnf_ft_support_contact_iev {
  line-height: 1.4;
  color: #3E5A6C;
  font-size: 0.75rem;
}.dnf_ft_support_contact_iev strong {
  font-size: 11px;
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
  color: #7A9BB2;
}.dnf_ft_main_iev {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.dnf_ft_main_iev {
  padding: 40px 1.5rem 32px;
}
}.dnf_ft_main_in_iev {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 641px) {.dnf_ft_main_in_iev {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.dnf_ft_main_in_iev {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.dnf_ft_col_logo_iev {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.dnf_ft_col_logo_iev {
  grid-column: auto;
}
}.dnf_ft_logo_iev {
  gap: 0.563rem;
  align-items: center;
  color: #E6F2F8;
  overflow-wrap: break-word;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
}.dnf_ft_logo_mark_iev {
  border-radius: 4px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.dnf_ft_logo_mark_iev img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.dnf_ft_logo_sub_iev {
  color: #3E5A6C;
  font-size: 12px;
  max-width: 12.5rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}.dnf_ft_col_title_iev {
  text-transform: uppercase;
  font-weight: 700;
  color: #7A9BB2;
  font-size: 0.75rem;
  margin-bottom: 14px;
  letter-spacing: .07em;
}.dnf_ft_col_links_iev {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.dnf_ft_col_link_iev {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #3E5A6C;
  font-size: 0.813rem;
}.dnf_ft_col_link_iev:hover {
  color: #AECAD8;
}.dnf_ft_apps_iev {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.dnf_ft_app_card_iev {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.25rem;
  gap: 10px;
  display: flex;
  align-items: center;
}.dnf_ft_app_card_iev:hover {
  border-color: rgba(30, 159, 212, 0.45);
}.dnf_ft_app_card_ic_iev svg {
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.375rem;
}.dnf_ft_app_card_os_iev {
  font-size: 0.625rem;
  color: #3E5A6C;
  font-weight: 600;
}.dnf_ft_app_card_action_iev {
  color: #AECAD8;
  font-size: 0.75rem;
  font-weight: 700;
}.dnf_ft_bot_iev {
  padding: 1.25rem 1rem;
}
@media(min-width: 769px) {.dnf_ft_bot_iev {
  padding: 1.25rem 24px;
}
}.dnf_ft_bot_in_iev {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
}.dnf_ft_socials_iev {
  gap: 0.5rem;
  display: flex;
}.dnf_ft_soc_iev {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  justify-content: center;
  width: 2.25rem;
  color: #7A9BB2;
  height: 2.25rem;
  display: flex;
  align-items: center;
}.dnf_ft_soc_iev svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
}.dnf_ft_soc_iev:hover {
  background: rgba(255, 255, 255, 0.07);
}.dnf_ft_legal_iev {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  line-height: 1.6;
  color: #6A90A8;
  min-width: 200px;
}.dnf_ft_legal_iev strong {
  color: #7A9BB2;
  font-weight: 700;
}.dnf_ft_legal_iev a {
  color: #7A9BB2;
  text-decoration: underline;
}.dnf_ft_age_iev {
  border-radius: 50%;
  border: 2px solid #6A90A8;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
  width: 32px;
  display: flex;
  font-size: 0.688rem;
  color: #6A90A8;
  height: 2rem;
  margin-left: auto;
  align-items: center;
}