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;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #091410;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #C4E8D8;
  font-family: 'Nunito', sans-serif;
}.yda_layout_5mi {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.yda_page_5mi {
  display: flex;
  min-height: 100vh;
}.yda_main_5mi {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1082px) {.yda_main_5mi {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.yda_main_5mi {
  padding-bottom: 4.5rem;
}
}.yda_gc_5mi {
  background: #0E1D18;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 0.625rem;
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 642px) {.yda_gc_5mi {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.yda_gc_5mi {
  width: 10.5rem;
}
}.yda_gc_5mi:hover {
  border-color: rgba(0, 232, 150, 0.07);
  transform: translateY(-3px);
}.yda_gc_img_5mi {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.yda_gc_img_5mi img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.yda_gc_hover_5mi {
  transition: opacity .2s;
  inset: 0;
  background: rgba(5, 12, 10, 0.72);
  opacity: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
}.yda_gc_5mi:hover .yda_gc_hover_5mi {
  opacity: 1;
}.yda_gc_hover_btn_5mi {
  border-radius: 6px;
  background: #00E896;
  padding: 0.5rem 1rem;
  color: #F0FFF9;
  font-size: 0.75rem;
  font-weight: 700;
}.yda_gc_info_5mi {
  padding: 0.5rem 0.625rem 0.625rem;
}.yda_gc_name_5mi {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 12px;
  text-overflow: ellipsis;
  color: #C4E8D8;
  max-width: 100%;
}.yda_gc_prov_5mi {
  font-size: 0.625rem;
  color: #3D6654;
}.yda_gc_tag_5mi {
  padding: 2px 0.438rem;
  border-radius: 4px;
  font-weight: 700;
  z-index: 2;
  position: absolute;
  font-size: 0.563rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  left: 6px;
  top: 0.375rem;
}.yda_gc_tag_hot_5mi {
  background: #FF3D5A;
  color: #fff;
}.yda_gc_tag_new_5mi {
  background: #22D96A;
  color: #091410;
}.yda_gc_tag_jp_5mi {
  background: #FFB830;
  color: #091410;
}.yda_gc_tag_ex_5mi {
  background: #00C8E0;
  color: #fff;
}.yda_gc_tag_live_5mi {
  background: #FF3D5A;
  color: #fff;
}.yda_gr_5mi {
  background: #091410;
  padding: 2rem 16px 0;
}
@media(min-width: 771px) {.yda_gr_5mi {
  padding: 2.25rem 1.5rem 0;
}
}.yda_gr_in_5mi {
  margin: 0 auto;
  max-width: 1320px;
}.yda_gr_head_5mi {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}.yda_gr_head_l_5mi {
  gap: 10px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.yda_gr_ic_5mi {
  border-radius: 10px;
  flex-shrink: 0;
  height: 32px;
  align-items: center;
  width: 2rem;
  display: flex;
  justify-content: center;
}.yda_gr_ic_5mi svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.yda_gr_title_5mi {
  overflow-wrap: break-word;
  color: #F0FFF9;
  font-weight: 700;
  font-family: 'Righteous', sans-serif;
  font-size: 1rem;
}
@media(min-width: 766px) {.yda_gr_title_5mi {
  font-size: 1.125rem;
}
}.yda_gr_more_5mi {
  gap: 0.313rem;
  transition: color .2s;
  align-items: center;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
  color: #4E7D68;
  white-space: nowrap;
  font-size: 0.75rem;
}.yda_gr_more_5mi:hover {
  color: #00E896;
}.yda_gr_more_5mi svg {
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
  width: 0.75rem;
}.yda_gr_arrows_5mi {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.yda_gr_arr_5mi {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 1.875rem;
  display: flex;
  color: #7DB8A0;
}.yda_gr_arr_5mi:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0FFF9;
}.yda_gr_arr_5mi svg {
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
  height: 13px;
}.yda_gr_seo_h_5mi {
  margin: 0 0 0.375rem;
  font-weight: 700;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-size: 13px;
  color: #C4E8D8;
  font-family: 'Righteous', sans-serif;
}
@media(min-width: 771px) {.yda_gr_seo_h_5mi {
  font-size: 0.875rem;
}
}.yda_gr_seo_5mi {
  font-size: 0.75rem;
  color: #4E7D68;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 680px;
  margin-bottom: 12px;
}.yda_gr_seo_5mi strong {
  font-weight: 600;
  color: #C4E8D8;
}.yda_gr_scroll_5mi {
  gap: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  display: flex;
  overflow-x: auto;
}.yda_gr_scroll_5mi::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.yda_gr_scroll_5mi {
  gap: 0.75rem;
}
}.yda_tb_5mi {
  background: #091410;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  left: 0;
  height: 56px;
  z-index: 80;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
}.yda_tb_in_5mi {
  padding: 0 0.875rem;
  gap: 0;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
}.yda_tb_burger_5mi {
  gap: 0.313rem;
  border-radius: 0.625rem;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  height: 2.375rem;
  width: 38px;
  margin-right: 8px;
}.yda_tb_burger_5mi:hover {
  background: rgba(255, 255, 255, 0.05);
}.yda_tb_burger_line_5mi {
  background: #7DB8A0;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1077px) {.yda_tb_burger_5mi {
  display: none;
}
}.yda_tb_logo_5mi {
  gap: 9px;
  letter-spacing: -.01em;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  color: #F0FFF9;
  display: flex;
  flex-shrink: 0;
  overflow-wrap: break-word;
  margin-right: 20px;
}.yda_tb_logo_mark_5mi {
  overflow: hidden;
  border-radius: 10px;
  height: 32px;
  width: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}.yda_tb_logo_mark_5mi img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.yda_tb_nav_5mi {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.yda_tb_nav_5mi {
  display: flex;
}
}.yda_tb_tab_5mi {
  border-radius: 10px;
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
  color: #7DB8A0;
}.yda_tb_tab_5mi:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0FFF9;
}.yda_tb_tab_5mi.yda_state_active_5mi {
  background: rgba(0, 232, 150, 0.16);
  color: #F0FFF9;
}.yda_tb_right_5mi {
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
}.yda_tb_login_5mi {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 0.563rem 1rem;
  transition: border-color .2s,color .2s;
  font-weight: 600;
  display: none;
  font-size: 13px;
  color: #C4E8D8;
}.yda_tb_login_5mi:hover {
  border-color: rgba(0, 232, 150, 0.38);
  color: #F0FFF9;
}
@media(min-width: 481px) {.yda_tb_login_5mi {
  display: block;
}
}.yda_tb_reg_5mi {
  border-radius: 0.625rem;
  padding: 9px 1.125rem;
  background: #22D96A;
  transition: background .2s;
  white-space: nowrap;
  color: #071210;
  font-weight: 700;
  font-size: 13px;
}.yda_tb_reg_5mi:hover {
  background: #2EEF78;
}.yda_sb_5mi {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #132420;
  position: fixed;
  top: 56px;
  width: 220px;
  bottom: 0;
  overflow-y: auto;
  left: 0;
  z-index: 70;
}.yda_sb_5mi.yda_state_open_5mi {
  transform: translateX(0);
}.yda_sb_5mi::-webkit-scrollbar {
  width: 4px;
}.yda_sb_5mi::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1083px) {.yda_sb_5mi {
  transform: translateX(0);
}
}.yda_sb_auth_5mi {
  padding: 0.875rem 0.75rem 0.625rem;
}.yda_sb_btn_reg_5mi {
  transition: background .2s;
  border-radius: 10px;
  padding: 0.688rem;
  background: #22D96A;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  font-size: 13px;
  color: #071210;
}.yda_sb_btn_reg_5mi:hover {
  background: #2EEF78;
}.yda_sb_btn_login_5mi {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  transition: border-color .2s;
  padding: 0.625rem;
  display: block;
  color: #C4E8D8;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}.yda_sb_btn_login_5mi:hover {
  border-color: rgba(0, 232, 150, 0.38);
  color: #F0FFF9;
}.yda_sb_promo_5mi {
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 12px 0.875rem;
  background: linear-gradient(135deg,#063D28,#132420);
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(0, 232, 150, 0.16);
  position: relative;
}.yda_sb_promo_5mi::before {
  background: radial-gradient(circle,rgba(0, 232, 150, 0.16),transparent 70%);
  border-radius: 50%;
  position: absolute;
  top: -20px;
  width: 5rem;
  right: -1.25rem;
  height: 80px;
  content: '';
}.yda_sb_promo_title_5mi {
  color: #00E896;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 11px;
  text-transform: uppercase;
}.yda_sb_promo_text_5mi {
  font-size: 0.75rem;
  color: #F0FFF9;
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
}.yda_sb_promo_sub_5mi {
  margin-top: 3px;
  color: #4E7D68;
  font-size: 10px;
}.yda_sb_nav_5mi {
  padding: 6px 8px 1rem;
}.yda_sb_nav_lb_5mi {
  padding: 0.625rem 0.5rem 6px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3D6654;
}.yda_sb_link_5mi {
  gap: 10px;
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7DB8A0;
  font-weight: 500;
  align-items: center;
  display: flex;
  cursor: pointer;
}.yda_sb_link_5mi:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0FFF9;
}.yda_sb_link_5mi.yda_state_active_5mi {
  background: rgba(0, 232, 150, 0.16);
  color: #F0FFF9;
}.yda_sb_ic_5mi {
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 1.875rem;
  align-items: center;
}.yda_sb_ic_5mi svg {
  width: 16px;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.yda_sb_ic_1_5mi {
  background: rgba(0, 232, 150, 0.07);
  color: #00E896;
}.yda_sb_ic_2_5mi {
  background: rgba(34, 217, 106, 0.14);
  color: #22D96A;
}.yda_sb_ic_3_5mi {
  background: rgba(255, 184, 48, 0.13);
  color: #FFB830;
}.yda_sb_ic_4_5mi {
  background: rgba(0, 200, 224, 0.15);
  color: #00C8E0;
}.yda_sb_ic_5_5mi {
  background: rgba(0, 232, 150, 0.07);
  color: #FF5BAF;
}.yda_sb_ic_6_5mi {
  background: rgba(0, 200, 224, 0.15);
  color: #A855F7;
}.yda_sb_badge_5mi {
  background: #FFB830;
  border-radius: 6px;
  padding: 2px 0.438rem;
  margin-left: auto;
  font-size: 9px;
  color: #071210;
  font-weight: 700;
}.yda_sb_bot_5mi {
  gap: 0.5rem;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.yda_sb_lang_5mi,.yda_sb_help_5mi {
  transition: border-color .2s;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 6px;
  gap: 6px;
  border-radius: 6px;
  font-weight: 600;
  justify-content: center;
  color: #7DB8A0;
  display: flex;
  font-size: 0.688rem;
  align-items: center;
}.yda_sb_lang_5mi:hover,.yda_sb_help_5mi:hover {
  border-color: rgba(0, 232, 150, 0.38);
  color: #F0FFF9;
}.yda_sb_lang_5mi svg,.yda_sb_help_5mi svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 0.813rem;
  stroke-linejoin: round;
}.yda_sb_bd_5mi {
  background: rgba(5, 12, 10, 0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.yda_sb_bd_5mi.yda_state_on_5mi {
  display: block;
}
@media(min-width: 1082px) {.yda_sb_bd_5mi {
  display: none!important;
}
}.yda_mob_nav_5mi {
  background: #132420;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80;
  position: fixed;
  display: flex;
}
@media(min-width: 1078px) {.yda_mob_nav_5mi {
  display: none;
}
}.yda_mob_nav_item_5mi {
  flex: 1;
  gap: 4px;
  padding: 4px 2px;
  align-items: center;
  cursor: pointer;
  display: flex;
  color: #3D6654;
  flex-direction: column;
}.yda_mob_nav_ic_5mi {
  line-height: 1;
}.yda_mob_nav_ic_5mi svg {
  height: 20px;
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.yda_mob_nav_lb_5mi {
  font-size: 0.625rem;
  font-weight: 600;
  color: #3D6654;
}.yda_mob_nav_item_5mi.yda_state_active_5mi {
  color: #00E896;
}.yda_mob_nav_item_5mi.yda_state_active_5mi .yda_mob_nav_lb_5mi {
  color: #00E896;
}.yda_hero_5mi {
  padding: 1.25rem 1rem 0;
  background: #091410;
}
@media(min-width: 769px) {.yda_hero_5mi {
  padding: 1.5rem 24px 0;
}
}.yda_hero_in_5mi {
  margin: 0 auto;
  gap: 12px;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.yda_hero_in_5mi {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1098px) {.yda_hero_in_5mi {
  grid-template-columns: 1fr 21.25rem;
}
}.yda_hero_promo_5mi {
  overflow: hidden;
  background: #0E1D18;
  border-radius: 16px;
  min-height: 13.75rem;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media(min-width: 767px) {.yda_hero_promo_5mi {
  min-height: 280px;
}
}.yda_hero_promo_bg_5mi {
  inset: 0;
  background: linear-gradient(120deg,#063D28 0%,#091410 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.yda_hero_promo_bg_5mi::after {
  background: linear-gradient(90deg,#091410 0%,rgba(5, 12, 10, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.yda_hero_promo_glow_5mi {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0, 200, 224, 0.15) 0%,transparent 65%);
  height: 18.75rem;
  right: 3.75rem;
  pointer-events: none;
  position: absolute;
  width: 300px;
  top: -40px;
}.yda_hero_promo_ct_5mi {
  padding: 1.75rem 24px 28px 28px;
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 2;
  max-width: 480px;
  flex-direction: column;
}
@media(min-width: 769px) {.yda_hero_promo_ct_5mi {
  padding: 40px 2rem;
}
}.yda_hero_badge_5mi {
  border-radius: 22px;
  border: 1px solid rgba(0, 232, 150, 0.07);
  padding: 5px 0.75rem;
  background: rgba(0, 232, 150, 0.16);
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
  color: #00E896;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: inline-block;
}.yda_hero_h1_5mi {
  font-weight: 800;
  color: #F0FFF9;
  margin-bottom: 10px;
  font-size: 1.625rem;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-family: 'Righteous', sans-serif;
}.yda_hero_h1_5mi em {
  font-style: normal;
  color: #FFB830;
}
@media(min-width: 765px) {.yda_hero_h1_5mi {
  font-size: 36px;
}
}.yda_hero_sub_5mi {
  color: #7DB8A0;
  margin-bottom: 1.25rem;
  font-size: 13px;
  line-height: 1.55;
}
@media(min-width: 767px) {.yda_hero_sub_5mi {
  font-size: 0.875rem;
}
}.yda_hero_row_5mi {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.yda_hero_cta_5mi {
  transition: background .2s;
  background: #22D96A;
  border-radius: 10px;
  padding: 13px 26px;
  font-weight: 700;
  font-size: 14px;
  color: #071210;
  box-shadow: 3px 4px 0px rgba(34, 217, 106, 0.55), 0 8px 1.375rem rgba(34, 217, 106, 0.18);
}.yda_hero_cta_5mi:hover {
  background: #2EEF78;
}.yda_hero_terms_5mi {
  color: #3D6654;
  font-size: 11px;
}.yda_hero_game_5mi {
  border-radius: 16px;
  background: #0E1D18;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
}.yda_hero_game_badge_5mi {
  border-radius: 1.375rem;
  background: rgba(255, 184, 48, 0.13);
  border: 1px solid rgba(255, 184, 48, 0.13);
  padding: 5px 10px;
  letter-spacing: .06em;
  position: absolute;
  left: 12px;
  z-index: 3;
  color: #FFB830;
  text-transform: uppercase;
  top: 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
}.yda_hero_game_badge_5mi svg {
  height: 11px;
  margin-right: 0.25rem;
  width: 11px;
  vertical-align: -1px;
}.yda_hero_game_img_5mi {
  background: linear-gradient(135deg,#063D28,#091410);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.yda_hero_game_img_5mi img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.yda_hero_game_play_5mi {
  transition: opacity .2s;
  background: rgba(5, 12, 10, 0.72);
  inset: 0;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  opacity: 0;
}.yda_hero_game_5mi:hover .yda_hero_game_play_5mi {
  opacity: 1;
}.yda_hero_game_play_5mi span {
  background: #00E896;
  border-radius: 50%;
  justify-content: center;
  width: 52px;
  height: 52px;
  align-items: center;
  display: flex;
}.yda_hero_game_play_5mi span svg {
  width: 1.125rem;
  margin-left: 2px;
  height: 1.125rem;
}.yda_hero_game_info_5mi {
  padding: 0.875rem 16px;
}.yda_hero_game_title_5mi {
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #F0FFF9;
}.yda_hero_game_provider_5mi {
  font-size: 0.688rem;
  color: #4E7D68;
}.yda_hero_game_btn_5mi {
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 11px;
  background: #00E896;
  margin: 0.75rem 1rem 1rem;
  font-size: 0.813rem;
  color: #F0FFF9;
  text-align: center;
  font-weight: 700;
  display: block;
}.yda_hero_game_5mi:hover .yda_hero_game_btn_5mi {
  background: #00FFB2;
}.yda_sbar_5mi {
  background: #091410;
  padding: 1rem 1rem 0;
}
@media(min-width: 767px) {.yda_sbar_5mi {
  padding: 18px 1.5rem 0;
}
}.yda_sbar_in_5mi {
  margin: 0 auto;
  max-width: 82.5rem;
}.yda_sbar_row_5mi {
  gap: 0.625rem;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.yda_sbar_input_5mi {
  transition: border-color .2s;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.688rem 1rem;
  flex: 1;
  background: #0E1D18;
  border-radius: 10px;
  align-items: center;
  color: #4E7D68;
  cursor: pointer;
  display: flex;
  font-size: 0.813rem;
}.yda_sbar_input_5mi:hover {
  border-color: rgba(0, 232, 150, 0.38);
}.yda_sbar_input_5mi svg {
  stroke-linecap: round;
  width: 0.938rem;
  flex-shrink: 0;
  stroke-linejoin: round;
  height: 15px;
}.yda_sbar_providers_5mi {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  transition: border-color .2s;
  padding: 0.688rem 1.125rem;
  background: #0E1D18;
  gap: 0.5rem;
  align-items: center;
  color: #C4E8D8;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  font-size: 13px;
}.yda_sbar_providers_5mi:hover {
  border-color: rgba(0, 232, 150, 0.38);
  color: #F0FFF9;
}.yda_sbar_providers_5mi svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
}.yda_sbar_tabs_5mi {
  gap: 0.375rem;
  padding-bottom: 2px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.yda_sbar_tabs_5mi::-webkit-scrollbar {
  display: none;
}.yda_sbar_tab_5mi {
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 22px;
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
  color: #7DB8A0;
  font-size: 12px;
  align-items: center;
}.yda_sbar_tab_5mi:hover {
  border-color: rgba(0, 232, 150, 0.38);
  background: rgba(255, 255, 255, 0.07);
  color: #F0FFF9;
}.yda_sbar_tab_5mi.yda_state_active_5mi {
  border-color: rgba(0, 232, 150, 0.07);
  background: rgba(0, 232, 150, 0.16);
  color: #F0FFF9;
}.yda_sbar_tab_ic_5mi svg {
  stroke-linecap: round;
  width: 14px;
  stroke-linejoin: round;
  height: 14px;
}.yda_wy_5mi {
  background: #091410;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.yda_wy_5mi {
  padding: 40px 1.5rem 0;
}
}.yda_wy_in_5mi {
  margin: 0 auto;
  max-width: 1320px;
}.yda_wy_head_5mi {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.yda_wy_label_5mi {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #00E896;
}.yda_wy_h2_5mi {
  font-size: 1.25rem;
  font-family: 'Righteous', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F0FFF9;
  font-weight: 800;
}
@media(min-width: 771px) {.yda_wy_h2_5mi {
  font-size: 1.5rem;
}
}.yda_wy_intro_5mi {
  margin: 0;
  color: #4E7D68;
  line-height: 1.6;
  font-size: 13px;
}.yda_wy_grid_5mi {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.yda_wy_grid_5mi {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.yda_wy_grid_5mi {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.yda_wy_card_5mi {
  background: #132420;
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.yda_wy_card_5mi:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 232, 150, 0.07);
}.yda_wy_card_ic_5mi {
  background: rgba(0, 232, 150, 0.16);
  border-radius: 50%;
  color: #00E896;
  width: 44px;
  margin-bottom: 0.875rem;
  align-items: center;
  height: 2.75rem;
  justify-content: center;
  display: flex;
}.yda_wy_card_ic_5mi svg {
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
  height: 1.375rem;
}.yda_wy_card_h_5mi {
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.25;
  color: #F0FFF9;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.yda_wy_card_p_5mi {
  color: #4E7D68;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
}.yda_wy_card_p_5mi strong {
  font-weight: 600;
  color: #C4E8D8;
}.yda_gcg_5mi {
  padding: 2.25rem 16px 0;
  background: #091410;
}
@media(min-width: 771px) {.yda_gcg_5mi {
  padding: 2.75rem 24px 0;
}
}.yda_gcg_in_5mi {
  margin: 0 auto;
  max-width: 1320px;
}.yda_gcg_head_5mi {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.yda_gcg_label_5mi {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #00E896;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.yda_gcg_h2_5mi {
  overflow-wrap: break-word;
  font-family: 'Righteous', sans-serif;
  color: #F0FFF9;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 1.375rem;
}
@media(min-width: 770px) {.yda_gcg_h2_5mi {
  font-size: 28px;
}
}.yda_gcg_intro_5mi {
  color: #4E7D68;
  font-size: 13px;
  line-height: 1.6;
}.yda_gcg_grid_5mi {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.yda_gcg_grid_5mi {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.yda_gcg_grid_5mi {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.yda_gcg_card_5mi {
  border-radius: 16px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  overflow: hidden;
  min-height: 240px;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
}.yda_gcg_card_5mi:hover {
  border-color: rgba(0, 232, 150, 0.16);
  transform: translateY(-3px);
}.yda_gcg_card_bg_5mi {
  inset: 0;
  z-index: 0;
  position: absolute;
}.yda_gcg_card_bg_5mi::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.yda_gcg_card_ic_5mi {
  border-radius: 6px;
  background: rgba(0,0,0,.45);
  top: 1.125rem;
  color: #F0FFF9;
  align-items: center;
  width: 40px;
  display: flex;
  right: 18px;
  justify-content: center;
  z-index: 2;
  position: absolute;
  height: 2.5rem;
}.yda_gcg_card_ic_5mi svg {
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
  width: 1.25rem;
}.yda_gcg_card_ct_5mi {
  position: relative;
  z-index: 1;
}.yda_gcg_card_h_5mi {
  font-size: 18px;
  color: #F0FFF9;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Righteous', sans-serif;
}
@media(min-width: 769px) {.yda_gcg_card_h_5mi {
  font-size: 20px;
}
}.yda_gcg_card_p_5mi {
  font-size: 12px;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  line-height: 1.55;
}.yda_gcg_card_p_5mi strong {
  color: #F0FFF9;
  font-weight: 600;
}.yda_gcg_card_cta_5mi {
  gap: 4px;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
  color: #00E896;
  font-size: 12px;
  align-items: center;
  letter-spacing: .04em;
}.yda_gcg_card_cta_5mi svg {
  height: 12px;
  stroke-linejoin: round;
  width: 0.75rem;
  stroke-linecap: round;
}.yda_ws_5mi {
  background: #091410;
  padding: 32px 1rem 0;
}
@media(min-width:768px) {.yda_ws_5mi {
  padding: 36px 24px 0;
}
}.yda_ws_in_5mi {
  margin: 0 auto;
  max-width: 82.5rem;
}.yda_ws_head_5mi {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: space-between;
}.yda_ws_title_5mi {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  font-family: 'Righteous', sans-serif;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F0FFF9;
  flex-wrap: wrap;
}.yda_ws_title_ic_5mi svg {
  stroke-linecap: round;
  color: #FFB830;
  stroke-linejoin: round;
  height: 18px;
  width: 18px;
}.yda_ws_online_5mi {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  color: #4E7D68;
  font-weight: 600;
}.yda_ws_online_dot_5mi {
  background: #22D96A;
  border-radius: 50%;
  width: 0.5rem;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(34, 217, 106, 0.14);
  flex-shrink: 0;
}.yda_ws_scroll_5mi {
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  display: flex;
  scrollbar-width: none;
}.yda_ws_scroll_5mi::-webkit-scrollbar {
  display: none;
}.yda_wc_5mi {
  gap: 0.625rem;
  padding: 0.625rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: #0E1D18;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 220px;
}.yda_wc_img_5mi {
  background: #132420;
  border-radius: 6px;
  overflow: hidden;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}.yda_wc_img_5mi img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.yda_wc_info_5mi {
  min-width: 0;
}.yda_wc_game_5mi {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #C4E8D8;
  text-overflow: ellipsis;
  font-weight: 600;
}.yda_wc_player_5mi {
  overflow: hidden;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3D6654;
}.yda_wc_amount_5mi {
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
  margin-left: auto;
  color: #22D96A;
}.yda_bon_5mi {
  padding: 36px 1rem 0;
  background: #091410;
}
@media(min-width: 770px) {.yda_bon_5mi {
  padding: 44px 1.5rem 0;
}
}.yda_bon_in_5mi {
  margin: 0 auto;
  max-width: 1320px;
}.yda_bon_head_5mi {
  margin-bottom: 1.25rem;
}.yda_bon_label_5mi {
  color: #00E896;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.yda_bon_h2_5mi {
  font-weight: 800;
  font-family: 'Righteous', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F0FFF9;
}
@media(min-width: 766px) {.yda_bon_h2_5mi {
  font-size: 24px;
}
}.yda_bon_seo_5mi {
  max-width: 38.75rem;
  color: #4E7D68;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.yda_bon_seo_5mi strong {
  font-weight: 700;
  color: #C4E8D8;
}.yda_bon_seo_5mi a {
  color: #00E896;
  text-decoration: underline;
}.yda_bon_grid_5mi {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.yda_bon_grid_5mi {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.yda_bon_grid_5mi {
  grid-template-columns: repeat(5,1fr);
}
}.yda_bon_card_5mi {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  padding: 16px;
  border-radius: 10px;
  background: #0E1D18;
}.yda_bon_card_5mi:hover {
  border-color: rgba(0, 232, 150, 0.07);
  transform: translateY(-2px);
}.yda_bon_card_ic_5mi svg {
  stroke-linecap: round;
  width: 26px;
  height: 26px;
  stroke-linejoin: round;
}.yda_bon_card_ic_5mi {
  margin-bottom: 10px;
}.yda_bon_card_type_5mi {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #4E7D68;
}.yda_bon_card_amount_5mi {
  line-height: 1.1;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #FFB830;
}.yda_bon_card_name_5mi {
  overflow-wrap: break-word;
  color: #F0FFF9;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.813rem;
}.yda_bon_card_detail_5mi {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  font-size: 11px;
  color: #3D6654;
}.yda_prov_5mi {
  background: #091410;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.yda_prov_5mi {
  padding: 2.75rem 1.5rem 0;
}
}.yda_prov_in_5mi {
  margin: 0 auto;
  max-width: 1320px;
}.yda_prov_head_5mi {
  margin-bottom: 16px;
}.yda_prov_label_5mi {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #00E896;
}.yda_prov_h2_5mi {
  margin-bottom: 8px;
  font-family: 'Righteous', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #F0FFF9;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.yda_prov_h2_5mi {
  font-size: 1.5rem;
}
}.yda_prov_seo_5mi {
  max-width: 620px;
  font-size: 13px;
  color: #4E7D68;
  margin-bottom: 1rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.yda_prov_seo_5mi strong {
  color: #C4E8D8;
  font-weight: 700;
}.yda_prov_seo_5mi a {
  text-decoration: underline;
  color: #00E896;
}.yda_prov_grid_5mi {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 639px) {.yda_prov_grid_5mi {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.yda_prov_grid_5mi {
  grid-template-columns: repeat(8,1fr);
}
}.yda_prov_card_5mi {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0E1D18;
  gap: 7px;
  transition: border-color .2s,background .2s;
  border-radius: 10px;
  padding: 14px 10px;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
}.yda_prov_card_5mi:hover {
  border-color: rgba(0, 232, 150, 0.38);
  background: #132420;
}.yda_prov_logo_5mi {
  overflow: hidden;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  display: flex;
  height: 2.75rem;
}.yda_prov_logo_5mi img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.yda_prov_name_5mi {
  color: #7DB8A0;
  text-align: center;
  font-size: 0.688rem;
  font-weight: 600;
  overflow-wrap: break-word;
}.yda_reg_5mi {
  background: #091410;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.yda_reg_5mi {
  padding: 44px 24px 0;
}
}.yda_reg_in_5mi {
  margin: 0 auto;
  border-radius: 16px;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #132420;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.yda_reg_in_5mi {
  padding: 40px;
}
}.yda_reg_top_5mi {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.yda_reg_top_5mi {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.yda_reg_label_5mi {
  margin-bottom: 0.625rem;
  font-size: 11px;
  font-weight: 700;
  color: #00E896;
  letter-spacing: .08em;
  text-transform: uppercase;
}.yda_reg_h2_5mi {
  color: #F0FFF9;
  font-weight: 800;
  font-family: 'Righteous', sans-serif;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 1.375rem;
}
@media(min-width: 765px) {.yda_reg_h2_5mi {
  font-size: 28px;
}
}.yda_reg_bonus_5mi {
  gap: 0.5rem;
  padding: 10px 16px;
  background: rgba(255, 184, 48, 0.13);
  border: 1px solid rgba(255, 184, 48, 0.13);
  border-radius: 10px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.yda_reg_bonus_amount_5mi {
  font-weight: 800;
  font-size: 20px;
  color: #FFB830;
}.yda_reg_bonus_text_5mi {
  font-size: 13px;
  line-height: 1.35;
  color: #7DB8A0;
}.yda_reg_cta_btn_5mi {
  border-radius: 10px;
  padding: 0.875rem 32px;
  background: #22D96A;
  transition: background .2s;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 0.938rem;
  color: #071210;
  display: inline-block;
  box-shadow: 3px 0.25rem 0px rgba(34, 217, 106, 0.55), 0 8px 1.375rem rgba(34, 217, 106, 0.18);
}.yda_reg_cta_btn_5mi:hover {
  background: #2EEF78;
}.yda_reg_terms_5mi {
  line-height: 1.5;
  color: #3D6654;
  font-size: 11px;
}.yda_reg_seo_5mi {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  font-size: 0.813rem;
  padding-top: 20px;
  color: #4E7D68;
  margin-top: 1.25rem;
  line-height: 1.65;
}.yda_reg_seo_5mi p {
  margin-bottom: 10px;
  color: #4E7D68;
  line-height: 1.65;
  font-size: 13px;
}.yda_reg_seo_5mi p:last-child {
  margin-bottom: 0;
}.yda_reg_seo_5mi strong {
  font-weight: 700;
  color: #C4E8D8;
}.yda_reg_seo_5mi a {
  transition: color .2s;
  text-decoration: underline;
  color: #00E896;
}.yda_reg_seo_5mi a:hover {
  color: #00FFB2;
}.yda_reg_seo_5mi ul,.yda_reg_seo_5mi ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.yda_reg_seo_5mi ol {
  list-style: decimal;
}.yda_reg_seo_5mi li {
  font-size: 0.813rem;
  margin-bottom: 4px;
  color: #4E7D68;
  line-height: 1.65;
}.yda_reg_seo_5mi table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.yda_reg_seo_5mi table {
  display: table;
}
}.yda_reg_seo_5mi th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4E8D8;
  text-align: left;
  font-weight: 700;
}.yda_reg_seo_5mi td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #4E7D68;
}.yda_reg_steps_5mi {
  gap: 0.875rem;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width: 861px) {.yda_reg_steps_5mi {
  margin-top: 0;
}
}.yda_reg_step_5mi {
  padding: 1rem;
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.yda_reg_step_num_5mi {
  border-radius: 50%;
  background: rgba(0, 232, 150, 0.16);
  border: 1px solid rgba(0, 232, 150, 0.07);
  color: #00E896;
  flex-shrink: 0;
  justify-content: center;
  font-weight: 800;
  font-size: 0.875rem;
  align-items: center;
  display: flex;
  width: 34px;
  height: 2.125rem;
}.yda_reg_step_title_5mi {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F0FFF9;
}.yda_reg_step_text_5mi {
  font-size: 12px;
  line-height: 1.5;
  color: #4E7D68;
}.yda_reg_trust_5mi {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  display: flex;
  margin-top: 1.25rem;
}.yda_reg_trust_item_5mi {
  gap: 7px;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  display: flex;
  color: #4E7D68;
}.yda_reg_trust_ic_5mi svg {
  color: #00E896;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
}.yda_app_5mi {
  padding: 2.25rem 16px 0;
  background: #091410;
}
@media(min-width: 769px) {.yda_app_5mi {
  padding: 2.75rem 24px 0;
}
}.yda_app_in_5mi {
  margin: 0 auto;
  max-width: 82.5rem;
}.yda_app_head_5mi {
  margin-bottom: 16px;
}.yda_app_label_5mi {
  margin-bottom: 8px;
  color: #00E896;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.yda_app_h2_5mi {
  color: #F0FFF9;
  font-family: 'Righteous', sans-serif;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 765px) {.yda_app_h2_5mi {
  font-size: 24px;
}
}.yda_app_sub_5mi {
  font-size: 0.813rem;
  max-width: 600px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #4E7D68;
}.yda_app_sub_5mi strong {
  color: #C4E8D8;
  font-weight: 700;
}.yda_app_cards_5mi {
  gap: 0.625rem;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.yda_app_cards_5mi {
  grid-template-columns: repeat(3,1fr);
}
}.yda_app_card_5mi {
  gap: 1rem;
  padding: 20px;
  overflow: hidden;
  border-radius: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
}.yda_app_card_ios_5mi {
  background: linear-gradient(135deg,rgba(0, 232, 150, 0.16) 0%,#132420 100%);
}.yda_app_card_android_5mi {
  background: linear-gradient(135deg,rgba(34, 217, 106, 0.14) 0%,#132420 100%);
}.yda_app_card_win_5mi {
  background: linear-gradient(135deg,rgba(255, 184, 48, 0.13) 0%,#132420 100%);
}.yda_app_card_ic_5mi svg {
  stroke-linejoin: round;
  height: 2.125rem;
  width: 2.125rem;
  stroke-linecap: round;
}.yda_app_card_ic_5mi {
  flex-shrink: 0;
  color: #F0FFF9;
}.yda_app_card_os_5mi {
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-size: 10px;
  color: #4E7D68;
  text-transform: uppercase;
  font-weight: 700;
}.yda_app_card_title_5mi {
  line-height: 1.2;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #F0FFF9;
}.yda_app_card_text_5mi {
  font-size: 12px;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #4E7D68;
  line-height: 1.5;
}.yda_app_card_btn_5mi {
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.12);
  gap: 0.438rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 232, 150, 0.38);
  transition: background .2s;
  font-size: 0.813rem;
  color: #F0FFF9;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}.yda_app_card_btn_5mi:hover {
  background: rgba(255, 255, 255, 0.07);
}.yda_htp_5mi {
  background: #091410;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.yda_htp_5mi {
  padding: 44px 1.5rem 0;
}
}.yda_htp_in_5mi {
  margin: 0 auto;
  max-width: 1320px;
}.yda_htp_head_5mi {
  max-width: 45rem;
  margin-bottom: 22px;
}.yda_htp_label_5mi {
  color: #00E896;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
}.yda_htp_h2_5mi {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Righteous', sans-serif;
  font-size: 22px;
  color: #F0FFF9;
}
@media(min-width: 769px) {.yda_htp_h2_5mi {
  font-size: 28px;
}
}.yda_htp_intro_5mi {
  color: #4E7D68;
  font-size: 14px;
  line-height: 1.6;
}.yda_htp_steps_5mi {
  margin: 0;
  list-style: none;
  gap: 12px;
  padding: 0;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width: 638px) {.yda_htp_steps_5mi {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.yda_htp_steps_5mi {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.yda_htp_step_5mi {
  padding: 1.25rem 1.125rem 1.125rem;
  background: #132420;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  flex-direction: column;
  display: flex;
  position: relative;
}.yda_htp_step_num_5mi {
  border-radius: 50%;
  background: #00E896;
  font-family: 'Righteous', sans-serif;
  font-size: 0.813rem;
  display: flex;
  font-weight: 800;
  height: 1.75rem;
  top: -12px;
  justify-content: center;
  left: 20px;
  align-items: center;
  width: 1.75rem;
  color: #071210;
  position: absolute;
}.yda_htp_step_ic_5mi {
  background: rgba(0, 232, 150, 0.16);
  margin: 8px 0 12px;
  border-radius: 0.375rem;
  width: 2.25rem;
  color: #00E896;
  height: 36px;
  align-items: center;
  justify-content: center;
  display: flex;
}.yda_htp_step_ic_5mi svg {
  height: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
}.yda_htp_step_h_5mi {
  color: #F0FFF9;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.yda_htp_step_p_5mi {
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #4E7D68;
}.yda_htp_step_p_5mi strong {
  font-weight: 600;
  color: #C4E8D8;
}.yda_htp_cta_5mi {
  border-radius: 10px;
  transition: background .2s;
  padding: 0.813rem 26px;
  background: #22D96A;
  color: #071210;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
}.yda_htp_cta_5mi:hover {
  background: #2EEF78;
}.yda_seo_5mi {
  padding: 2.25rem 16px 0;
  background: #091410;
}
@media(min-width: 766px) {.yda_seo_5mi {
  padding: 44px 1.5rem 0;
}
}.yda_seo_in_5mi {
  background: #132420;
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  max-width: 1320px;
}
@media(min-width: 766px) {.yda_seo_in_5mi {
  padding: 2.25rem 2.5rem;
}
}.yda_seo_label_5mi {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00E896;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 10px;
}.yda_seo_h2_5mi {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #F0FFF9;
  font-family: 'Righteous', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 771px) {.yda_seo_h2_5mi {
  font-size: 1.5rem;
}
}.yda_seo_body_5mi {
  color: #7DB8A0;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.yda_seo_body_5mi p {
  margin-bottom: 12px;
  color: #7DB8A0;
  font-size: 14px;
  line-height: 1.75;
}.yda_seo_body_5mi p:last-child {
  margin-bottom: 0;
}.yda_seo_body_5mi strong {
  color: #C4E8D8;
  font-weight: 700;
}.yda_seo_body_5mi a {
  transition: color .2s;
  text-decoration: underline;
  color: #00E896;
}.yda_seo_body_5mi a:hover {
  color: #00FFB2;
}.yda_seo_body_5mi ul,.yda_seo_body_5mi ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.yda_seo_body_5mi ol {
  list-style: decimal;
}.yda_seo_body_5mi li {
  line-height: 1.75;
  color: #7DB8A0;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.yda_seo_body_5mi table {
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  display: block;
}
@media(min-width: 767px) {.yda_seo_body_5mi table {
  display: table;
}
}.yda_seo_body_5mi th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C4E8D8;
  font-weight: 700;
}.yda_seo_body_5mi td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #7DB8A0;
}.yda_seo_cols_5mi {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.yda_seo_cols_5mi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.yda_seo_cols_5mi {
  grid-template-columns: repeat(3,1fr);
}
}.yda_seo_col_h_5mi {
  color: #C4E8D8;
  margin-bottom: 7px;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
}.yda_seo_col_p_5mi {
  color: #4E7D68;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.yda_seo_stats_5mi {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.yda_seo_stat_5mi {
  border: 1px solid rgba(0, 232, 150, 0.16);
  flex: 1;
  padding: 0.875rem 16px;
  border-radius: 10px;
  background: rgba(0, 232, 150, 0.07);
  min-width: 140px;
}.yda_seo_stat_val_5mi {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 1.25rem;
  color: #00E896;
}.yda_seo_stat_lb_5mi {
  overflow-wrap: break-word;
  color: #4E7D68;
  font-size: 11px;
}.yda_seo_5mi {
  background: #091410;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.yda_seo_5mi {
  padding: 2.75rem 24px 0;
}
}.yda_seo_in_5mi {
  border-radius: 1rem;
  padding: 1.75rem 24px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #132420;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.yda_seo_in_5mi {
  padding: 36px 40px;
}
}.yda_seo_label_5mi {
  color: #00E896;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
}.yda_seo_h2_5mi {
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Righteous', sans-serif;
  margin-bottom: 14px;
  color: #F0FFF9;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 771px) {.yda_seo_h2_5mi {
  font-size: 24px;
}
}.yda_seo_body_5mi {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #7DB8A0;
}.yda_seo_body_5mi p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #7DB8A0;
  margin-bottom: 0.75rem;
}.yda_seo_body_5mi p:last-child {
  margin-bottom: 0;
}.yda_seo_body_5mi strong {
  color: #C4E8D8;
  font-weight: 700;
}.yda_seo_body_5mi a {
  transition: color .2s;
  color: #00E896;
  text-decoration: underline;
}.yda_seo_body_5mi a:hover {
  color: #00FFB2;
}.yda_seo_body_5mi ul,.yda_seo_body_5mi ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.yda_seo_body_5mi ol {
  list-style: decimal;
}.yda_seo_body_5mi li {
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #7DB8A0;
}.yda_seo_body_5mi table {
  overflow-x: auto;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 769px) {.yda_seo_body_5mi table {
  display: table;
}
}.yda_seo_body_5mi th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #C4E8D8;
}.yda_seo_body_5mi td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7DB8A0;
}.yda_seo_cols_5mi {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.yda_seo_cols_5mi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.yda_seo_cols_5mi {
  grid-template-columns: repeat(3,1fr);
}
}.yda_seo_col_h_5mi {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C4E8D8;
}.yda_seo_col_p_5mi {
  overflow-wrap: break-word;
  color: #4E7D68;
  line-height: 1.65;
  font-size: 0.813rem;
}.yda_seo_stats_5mi {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.yda_seo_stat_5mi {
  padding: 0.875rem 16px;
  border: 1px solid rgba(0, 232, 150, 0.16);
  background: rgba(0, 232, 150, 0.07);
  border-radius: 10px;
  flex: 1;
  min-width: 140px;
}.yda_seo_stat_val_5mi {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #00E896;
  font-size: 1.25rem;
  font-weight: 800;
}.yda_seo_stat_lb_5mi {
  font-size: 0.688rem;
  color: #4E7D68;
  overflow-wrap: break-word;
}.yda_seo_5mi {
  padding: 2.25rem 1rem 0;
  background: #091410;
}
@media(min-width: 771px) {.yda_seo_5mi {
  padding: 44px 1.5rem 0;
}
}.yda_seo_in_5mi {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #132420;
  padding: 28px 1.5rem;
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.yda_seo_in_5mi {
  padding: 2.25rem 2.5rem;
}
}.yda_seo_label_5mi {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #00E896;
}.yda_seo_h2_5mi {
  font-size: 20px;
  line-height: 1.25;
  font-family: 'Righteous', sans-serif;
  font-weight: 800;
  color: #F0FFF9;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.yda_seo_h2_5mi {
  font-size: 24px;
}
}.yda_seo_body_5mi {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #7DB8A0;
}.yda_seo_body_5mi p {
  margin-bottom: 0.75rem;
  color: #7DB8A0;
  font-size: 14px;
  line-height: 1.75;
}.yda_seo_body_5mi p:last-child {
  margin-bottom: 0;
}.yda_seo_body_5mi strong {
  color: #C4E8D8;
  font-weight: 700;
}.yda_seo_body_5mi a {
  transition: color .2s;
  color: #00E896;
  text-decoration: underline;
}.yda_seo_body_5mi a:hover {
  color: #00FFB2;
}.yda_seo_body_5mi ul,.yda_seo_body_5mi ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.yda_seo_body_5mi ol {
  list-style: decimal;
}.yda_seo_body_5mi li {
  line-height: 1.75;
  margin-bottom: 6px;
  color: #7DB8A0;
  font-size: 0.875rem;
}.yda_seo_body_5mi table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 13px;
  overflow-x: auto;
  display: block;
}
@media(min-width: 769px) {.yda_seo_body_5mi table {
  display: table;
}
}.yda_seo_body_5mi th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4E8D8;
  font-weight: 700;
  text-align: left;
}.yda_seo_body_5mi td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #7DB8A0;
}.yda_seo_cols_5mi {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.yda_seo_cols_5mi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.yda_seo_cols_5mi {
  grid-template-columns: repeat(3,1fr);
}
}.yda_seo_col_h_5mi {
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #C4E8D8;
  font-weight: 700;
  font-size: 0.813rem;
}.yda_seo_col_p_5mi {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #4E7D68;
  font-size: 13px;
}.yda_seo_stats_5mi {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.yda_seo_stat_5mi {
  padding: 0.875rem 16px;
  border-radius: 10px;
  flex: 1;
  border: 1px solid rgba(0, 232, 150, 0.16);
  background: rgba(0, 232, 150, 0.07);
  min-width: 140px;
}.yda_seo_stat_val_5mi {
  color: #00E896;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
  font-weight: 800;
}.yda_seo_stat_lb_5mi {
  overflow-wrap: break-word;
  color: #4E7D68;
  font-size: 11px;
}.yda_faq_5mi {
  background: #091410;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.yda_faq_5mi {
  padding: 44px 1.5rem 0;
}
}.yda_faq_in_5mi {
  margin: 0 auto;
  max-width: 82.5rem;
}.yda_faq_head_5mi {
  margin-bottom: 1.25rem;
}.yda_faq_label_5mi {
  letter-spacing: .08em;
  font-weight: 700;
  color: #00E896;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
}.yda_faq_h2_5mi {
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Righteous', sans-serif;
  color: #F0FFF9;
}
@media(min-width: 769px) {.yda_faq_h2_5mi {
  font-size: 1.5rem;
}
}.yda_faq_list_5mi {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.yda_faq_item_5mi {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #132420;
  border-radius: 10px;
}.yda_faq_q_5mi {
  transition: color .2s;
  padding: 16px 1.25rem;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  overflow-wrap: break-word;
  display: flex;
  justify-content: space-between;
  color: #C4E8D8;
  font-weight: 600;
  font-size: 14px;
}.yda_faq_q_5mi:hover {
  color: #F0FFF9;
}.yda_faq_q_ic_5mi {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  justify-content: center;
  height: 1.5rem;
  color: #00E896;
  align-items: center;
  font-size: 1rem;
  width: 1.5rem;
  flex-shrink: 0;
  display: flex;
}.yda_faq_item_5mi.yda_state_open_5mi .yda_faq_q_ic_5mi {
  transform: rotate(45deg);
}.yda_faq_a_5mi {
  padding: 0 1.25rem 1rem;
  font-size: 0.813rem;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
  color: #4E7D68;
}.yda_faq_item_5mi.yda_state_open_5mi .yda_faq_a_5mi {
  display: block;
}.yda_faq_a_5mi strong {
  color: #C4E8D8;
  font-weight: 700;
}.yda_faq_a_5mi a {
  text-decoration: underline;
  color: #00E896;
}.yda_faq_a_5mi ul,.yda_faq_a_5mi ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.yda_faq_a_5mi ol {
  list-style: decimal;
}.yda_faq_a_5mi li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.yda_faq_a_5mi table {
  margin: 8px 0;
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
}
@media(min-width: 769px) {.yda_faq_a_5mi table {
  display: table;
}
}.yda_faq_a_5mi th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C4E8D8;
}.yda_faq_a_5mi td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #4E7D68;
}.yda_rv_5mi {
  padding: 2.25rem 16px 0;
  background: #091410;
}
@media(min-width: 766px) {.yda_rv_5mi {
  padding: 44px 1.5rem 0;
}
}.yda_rv_in_5mi {
  margin: 0 auto;
  max-width: 82.5rem;
}.yda_rv_head_5mi {
  max-width: 45rem;
  margin-bottom: 20px;
}.yda_rv_label_5mi {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #00E896;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.yda_rv_h2_5mi {
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F0FFF9;
  margin-bottom: 10px;
  font-family: 'Righteous', sans-serif;
}
@media(min-width: 766px) {.yda_rv_h2_5mi {
  font-size: 1.75rem;
}
}.yda_rv_stats_5mi {
  gap: 1.125rem;
  color: #4E7D68;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
}.yda_rv_stats_score_5mi {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.yda_rv_stats_score_val_5mi {
  font-weight: 800;
  font-family: 'Righteous', sans-serif;
  font-size: 22px;
  color: #FFB830;
}.yda_rv_stats_score_max_5mi {
  color: #3D6654;
  font-size: 13px;
}.yda_rv_stats_badge_5mi {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.yda_rv_stats_badge_5mi svg {
  width: 14px;
  height: 0.875rem;
  color: #FFB830;
}.yda_rv_grid_5mi {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.yda_rv_grid_5mi {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.yda_rv_grid_5mi {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.yda_rv_card_5mi {
  background: #132420;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}.yda_rv_card_stars_5mi {
  gap: 2px;
  display: flex;
  color: #FFB830;
  margin-bottom: 0.625rem;
}.yda_rv_card_stars_5mi svg {
  width: 14px;
  height: 14px;
}.yda_rv_card_h_5mi {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #F0FFF9;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}.yda_rv_card_body_5mi {
  flex: 1;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #4E7D68;
  margin-bottom: 0.875rem;
}.yda_rv_card_body_5mi strong {
  color: #C4E8D8;
  font-weight: 600;
}.yda_rv_card_meta_5mi {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 12px;
  justify-content: space-between;
}.yda_rv_card_author_5mi {
  color: #C4E8D8;
  font-weight: 600;
  font-size: 12px;
}.yda_rv_card_date_5mi {
  color: #3D6654;
  font-size: 11px;
}.yda_ft_5mi {
  background: #050C0A;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.yda_ft_support_5mi {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 766px) {.yda_ft_support_5mi {
  padding: 28px 24px;
}
}.yda_ft_support_in_5mi {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
  align-items: center;
}.yda_ft_support_main_5mi {
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
}.yda_ft_support_ic_5mi {
  flex-shrink: 0;
  color: #00E896;
}.yda_ft_support_ic_5mi svg {
  stroke-linecap: round;
  height: 30px;
  width: 1.875rem;
  stroke-linejoin: round;
}.yda_ft_support_text_title_5mi {
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F0FFF9;
}.yda_ft_support_text_sub_5mi {
  font-size: 0.75rem;
  color: #4E7D68;
  overflow-wrap: break-word;
}.yda_ft_support_btn_5mi {
  background: #00E896;
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  border-radius: 0.625rem;
  color: #F0FFF9;
  font-size: 0.813rem;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}.yda_ft_support_btn_5mi:hover {
  background: #00FFB2;
}.yda_ft_support_contacts_5mi {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.yda_ft_support_contact_5mi {
  line-height: 1.4;
  color: #3D6654;
  font-size: 12px;
}.yda_ft_support_contact_5mi strong {
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
  color: #7DB8A0;
  font-size: 11px;
}.yda_ft_main_5mi {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 24px;
}
@media(min-width: 770px) {.yda_ft_main_5mi {
  padding: 40px 24px 2rem;
}
}.yda_ft_main_in_5mi {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.yda_ft_main_in_5mi {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.yda_ft_main_in_5mi {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.yda_ft_col_logo_5mi {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.yda_ft_col_logo_5mi {
  grid-column: auto;
}
}.yda_ft_logo_5mi {
  gap: 0.563rem;
  display: flex;
  font-size: 1rem;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-weight: 800;
  align-items: center;
  color: #F0FFF9;
  flex-wrap: wrap;
}.yda_ft_logo_mark_5mi {
  border-radius: 6px;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.yda_ft_logo_mark_5mi img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.yda_ft_logo_sub_5mi {
  max-width: 12.5rem;
  color: #3D6654;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
}.yda_ft_col_title_5mi {
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #7DB8A0;
}.yda_ft_col_links_5mi {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.yda_ft_col_link_5mi {
  transition: color .2s;
  font-size: 0.813rem;
  color: #3D6654;
  overflow-wrap: break-word;
}.yda_ft_col_link_5mi:hover {
  color: #C4E8D8;
}.yda_ft_apps_5mi {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.yda_ft_app_card_5mi {
  padding: 0.625rem 0.75rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.yda_ft_app_card_5mi:hover {
  border-color: rgba(0, 232, 150, 0.38);
}.yda_ft_app_card_ic_5mi svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
  height: 1.375rem;
}.yda_ft_app_card_os_5mi {
  font-weight: 600;
  color: #3D6654;
  font-size: 10px;
}.yda_ft_app_card_action_5mi {
  font-weight: 700;
  font-size: 12px;
  color: #C4E8D8;
}.yda_ft_bot_5mi {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.yda_ft_bot_5mi {
  padding: 1.25rem 24px;
}
}.yda_ft_bot_in_5mi {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
}.yda_ft_socials_5mi {
  gap: 8px;
  display: flex;
}.yda_ft_soc_5mi {
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  color: #7DB8A0;
  justify-content: center;
  height: 2.25rem;
  width: 36px;
}.yda_ft_soc_5mi svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
}.yda_ft_soc_5mi:hover {
  background: rgba(255, 255, 255, 0.07);
}.yda_ft_legal_5mi {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #5A9C7E;
  min-width: 200px;
  font-size: 0.688rem;
}.yda_ft_legal_5mi strong {
  color: #7DB8A0;
  font-weight: 700;
}.yda_ft_legal_5mi a {
  text-decoration: underline;
  color: #7DB8A0;
}.yda_ft_age_5mi {
  border-radius: 50%;
  border: 2px solid #5A9C7E;
  color: #5A9C7E;
  font-weight: 800;
  height: 32px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.688rem;
  width: 32px;
  display: flex;
}