*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background-color: #0C1319;
  color: #C2D6CA;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.yco_layout_iu1 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.yco_page_iu1 {
  min-height: 100vh;
  display: flex;
}.yco_main_iu1 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media screen and (min-width: 1083px) {.yco_main_iu1 {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1080px) {.yco_main_iu1 {
  padding-bottom: 72px;
}
}.yco_gc_iu1 {
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.625rem;
  transition: transform .2s,border-color .2s;
  background: #111A22;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 642px) {.yco_gc_iu1 {
  width: 9.75rem;
}
}
@media(min-width: 1079px) {.yco_gc_iu1 {
  width: 10.5rem;
}
}.yco_gc_iu1:hover {
  border-color: rgba(40,187,104,0.08);
  transform: translateY(-3px);
}.yco_gc_img_iu1 {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.yco_gc_img_iu1 img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.yco_gc_hover_iu1 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(7,12,16,0.72);
  opacity: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  display: flex;
}.yco_gc_iu1:hover .yco_gc_hover_iu1 {
  opacity: 1;
}.yco_gc_hover_btn_iu1 {
  padding: 8px 1rem;
  border-radius: 0.375rem;
  background: #28BB68;
  font-size: 0.75rem;
  color: #EFF6F1;
  font-weight: 700;
}.yco_gc_info_iu1 {
  padding: 8px 10px 0.625rem;
}.yco_gc_name_iu1 {
  overflow: hidden;
  color: #C2D6CA;
  max-width: 100%;
  font-weight: 600;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}.yco_gc_prov_iu1 {
  color: #5E7A6C;
  font-size: 10px;
}.yco_gc_tag_iu1 {
  border-radius: 4px;
  padding: 2px 0.438rem;
  z-index: 2;
  text-transform: uppercase;
  font-size: 0.563rem;
  font-weight: 700;
  position: absolute;
  left: 0.375rem;
  top: 0.375rem;
  letter-spacing: .04em;
}.yco_gc_tag_hot_iu1 {
  background: #E83A3A;
  color: #fff;
}.yco_gc_tag_new_iu1 {
  background: #3DC96A;
  color: #0C1319;
}.yco_gc_tag_jp_iu1 {
  background: #F5A823;
  color: #0C1319;
}.yco_gc_tag_ex_iu1 {
  background: #5B3F9E;
  color: #fff;
}.yco_gc_tag_live_iu1 {
  background: #E83A3A;
  color: #fff;
}.yco_gr_iu1 {
  background: #0C1319;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.yco_gr_iu1 {
  padding: 2.25rem 1.5rem 0;
}
}.yco_gr_in_iu1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.yco_gr_head_iu1 {
  gap: 0.75rem;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.yco_gr_head_l_iu1 {
  flex: 1;
  gap: 10px;
  min-width: 0;
  display: flex;
  align-items: center;
}.yco_gr_ic_iu1 {
  border-radius: 10px;
  flex-shrink: 0;
  align-items: center;
  width: 32px;
  justify-content: center;
  display: flex;
  height: 2rem;
}.yco_gr_ic_iu1 svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.yco_gr_title_iu1 {
  font-size: 16px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #EFF6F1;
  font-weight: 700;
}
@media(min-width: 765px) {.yco_gr_title_iu1 {
  font-size: 1.125rem;
}
}.yco_gr_more_iu1 {
  transition: color .2s;
  gap: 0.313rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #739080;
}.yco_gr_more_iu1:hover {
  color: #28BB68;
}.yco_gr_more_iu1 svg {
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
  stroke-linejoin: round;
}.yco_gr_arrows_iu1 {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.yco_gr_arr_iu1 {
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  color: #8FB0A0;
  height: 1.875rem;
}.yco_gr_arr_iu1:hover {
  background: rgba(255,255,255,0.07);
  color: #EFF6F1;
}.yco_gr_arr_iu1 svg {
  width: 13px;
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.yco_gr_seo_h_iu1 {
  margin: 0 0 6px;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  color: #C2D6CA;
  font-size: 13px;
}
@media(min-width: 770px) {.yco_gr_seo_h_iu1 {
  font-size: 0.875rem;
}
}.yco_gr_seo_iu1 {
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.55;
  color: #739080;
  margin-bottom: 12px;
}.yco_gr_seo_iu1 strong {
  color: #C2D6CA;
  font-weight: 600;
}.yco_gr_scroll_iu1 {
  gap: 0.625rem;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}.yco_gr_scroll_iu1::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.yco_gr_scroll_iu1 {
  gap: 12px;
}
}.yco_tb_iu1 {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0C1319;
  display: flex;
  z-index: 80;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 3.5rem;
  right: 0;
}.yco_tb_in_iu1 {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}.yco_tb_burger_iu1 {
  gap: 5px;
  border-radius: 10px;
  align-items: center;
  height: 38px;
  display: flex;
  margin-right: 8px;
  flex-shrink: 0;
  justify-content: center;
  width: 38px;
  flex-direction: column;
}.yco_tb_burger_iu1:hover {
  background: rgba(255,255,255,0.05);
}.yco_tb_burger_line_iu1 {
  border-radius: 1px;
  background: #8FB0A0;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width:1080px) {.yco_tb_burger_iu1 {
  display: none;
}
}.yco_tb_logo_iu1 {
  gap: 0.563rem;
  align-items: center;
  flex-shrink: 0;
  color: #EFF6F1;
  font-size: 18px;
  overflow-wrap: break-word;
  display: flex;
  margin-right: 1.25rem;
  font-weight: 800;
  letter-spacing: -.01em;
}.yco_tb_logo_mark_iu1 {
  overflow: hidden;
  border-radius: 0.625rem;
  width: 32px;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}.yco_tb_logo_mark_iu1 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.yco_tb_nav_iu1 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.yco_tb_nav_iu1 {
  display: flex;
}
}.yco_tb_tab_iu1 {
  padding: 8px 14px;
  border-radius: 10px;
  transition: background .15s,color .15s;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
  color: #8FB0A0;
}.yco_tb_tab_iu1:hover {
  background: rgba(255,255,255,0.05);
  color: #EFF6F1;
}.yco_tb_tab_iu1.yco_state_active_iu1 {
  background: rgba(40,187,104,0.18);
  color: #EFF6F1;
}.yco_tb_right_iu1 {
  gap: 0.5rem;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  align-items: center;
}.yco_tb_login_iu1 {
  padding: 9px 1rem;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s,color .2s;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  display: none;
  font-weight: 600;
  font-size: 0.813rem;
  color: #C2D6CA;
}.yco_tb_login_iu1:hover {
  border-color: rgba(40,187,104,0.36);
  color: #EFF6F1;
}
@media(min-width: 481px) {.yco_tb_login_iu1 {
  display: block;
}
}.yco_tb_reg_iu1 {
  border-radius: 0.625rem;
  transition: background .2s;
  background: #3DC96A;
  padding: 0.563rem 1.125rem;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
  color: #0A150F;
}.yco_tb_reg_iu1:hover {
  background: #4ADE7A;
}.yco_sb_iu1 {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  background: #162029;
  position: fixed;
  z-index: 70;
  left: 0;
  width: 13.75rem;
  top: 56px;
  overflow-y: auto;
  bottom: 0;
}.yco_sb_iu1.yco_state_open_iu1 {
  transform: translateX(0);
}.yco_sb_iu1::-webkit-scrollbar {
  width: 4px;
}.yco_sb_iu1::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1079px) {.yco_sb_iu1 {
  transform: translateX(0);
}
}.yco_sb_auth_iu1 {
  padding: 0.875rem 12px 0.625rem;
}.yco_sb_btn_reg_iu1 {
  border-radius: 0.625rem;
  padding: 0.688rem;
  transition: background .2s;
  background: #3DC96A;
  text-align: center;
  color: #0A150F;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}.yco_sb_btn_reg_iu1:hover {
  background: #4ADE7A;
}.yco_sb_btn_login_iu1 {
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s;
  border-radius: 0.625rem;
  padding: 0.625rem;
  background: rgba(255,255,255,0.05);
  display: block;
  font-size: 13px;
  color: #C2D6CA;
  font-weight: 600;
  text-align: center;
}.yco_sb_btn_login_iu1:hover {
  border-color: rgba(40,187,104,0.36);
  color: #EFF6F1;
}.yco_sb_promo_iu1 {
  padding: 12px 0.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  margin: 0 12px 10px;
  border: 1px solid rgba(40,187,104,0.18);
  background: linear-gradient(135deg,#0D2418,#162029);
  position: relative;
}.yco_sb_promo_iu1::before {
  background: radial-gradient(circle,rgba(40,187,104,0.18),transparent 70%);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
}.yco_sb_promo_title_iu1 {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
  font-weight: 700;
  color: #28BB68;
}.yco_sb_promo_text_iu1 {
  font-size: 0.75rem;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #EFF6F1;
}.yco_sb_promo_sub_iu1 {
  color: #739080;
  margin-top: 3px;
  font-size: 10px;
}.yco_sb_nav_iu1 {
  padding: 0.375rem 0.5rem 16px;
}.yco_sb_nav_lb_iu1 {
  padding: 0.625rem 0.5rem 0.375rem;
  color: #5E7A6C;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
}.yco_sb_link_iu1 {
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  gap: 10px;
  overflow-wrap: break-word;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  display: flex;
  color: #8FB0A0;
  font-size: 13px;
}.yco_sb_link_iu1:hover {
  background: rgba(255,255,255,0.05);
  color: #EFF6F1;
}.yco_sb_link_iu1.yco_state_active_iu1 {
  background: rgba(40,187,104,0.18);
  color: #EFF6F1;
}.yco_sb_ic_iu1 {
  border-radius: 0.375rem;
  flex-shrink: 0;
  width: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
}.yco_sb_ic_iu1 svg {
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.yco_sb_ic_1_iu1 {
  background: rgba(40,187,104,0.08);
  color: #28BB68;
}.yco_sb_ic_2_iu1 {
  background: rgba(61,201,106,0.16);
  color: #3DC96A;
}.yco_sb_ic_3_iu1 {
  background: rgba(245,168,35,0.16);
  color: #F5A823;
}.yco_sb_ic_4_iu1 {
  background: rgba(91,63,158,0.22);
  color: #5B3F9E;
}.yco_sb_ic_5_iu1 {
  background: rgba(40,187,104,0.08);
  color: #E8407A;
}.yco_sb_ic_6_iu1 {
  background: rgba(91,63,158,0.22);
  color: #9B50D4;
}.yco_sb_badge_iu1 {
  padding: 2px 0.438rem;
  background: #F5A823;
  border-radius: 6px;
  color: #0A150F;
  font-size: 9px;
  margin-left: auto;
  font-weight: 700;
}.yco_sb_bot_iu1 {
  padding: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 8px;
  display: flex;
}.yco_sb_lang_iu1,.yco_sb_help_iu1 {
  padding: 9px 0.375rem;
  gap: 0.375rem;
  flex: 1;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  align-items: center;
  color: #8FB0A0;
  display: flex;
  justify-content: center;
  font-size: 0.688rem;
  font-weight: 600;
}.yco_sb_lang_iu1:hover,.yco_sb_help_iu1:hover {
  border-color: rgba(40,187,104,0.36);
  color: #EFF6F1;
}.yco_sb_lang_iu1 svg,.yco_sb_help_iu1 svg {
  width: 13px;
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.yco_sb_bd_iu1 {
  inset: 0;
  background: rgba(7,12,16,0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.yco_sb_bd_iu1.yco_state_on_iu1 {
  display: block;
}
@media(min-width: 1077px) {.yco_sb_bd_iu1 {
  display: none!important;
}
}.yco_mob_nav_iu1 {
  background: #162029;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.09);
  z-index: 80;
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0;
  display: flex;
}
@media(min-width: 1082px) {.yco_mob_nav_iu1 {
  display: none;
}
}.yco_mob_nav_item_iu1 {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  align-items: center;
  flex-direction: column;
  color: #5E7A6C;
  cursor: pointer;
  display: flex;
}.yco_mob_nav_ic_iu1 {
  line-height: 1;
}.yco_mob_nav_ic_iu1 svg {
  stroke-linecap: round;
  height: 1.25rem;
  width: 20px;
  stroke-linejoin: round;
}.yco_mob_nav_lb_iu1 {
  font-weight: 600;
  color: #5E7A6C;
  font-size: 10px;
}.yco_mob_nav_item_iu1.yco_state_active_iu1 {
  color: #28BB68;
}.yco_mob_nav_item_iu1.yco_state_active_iu1 .yco_mob_nav_lb_iu1 {
  color: #28BB68;
}.yco_hero_iu1 {
  background: #0C1319;
  padding: 1.25rem 16px 0;
}
@media(min-width: 765px) {.yco_hero_iu1 {
  padding: 1.5rem 1.5rem 0;
}
}.yco_hero_in_iu1 {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.yco_hero_in_iu1 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.yco_hero_in_iu1 {
  grid-template-columns: 1fr 21.25rem;
}
}.yco_hero_promo_iu1 {
  overflow: hidden;
  background: #111A22;
  border-radius: 1rem;
  align-items: stretch;
  position: relative;
  display: flex;
  min-height: 13.75rem;
}
@media(min-width: 770px) {.yco_hero_promo_iu1 {
  min-height: 17.5rem;
}
}.yco_hero_promo_bg_iu1 {
  background: linear-gradient(120deg,#0D2418 0%,#0C1319 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.yco_hero_promo_bg_iu1::after {
  background: linear-gradient(90deg,#0C1319 0%,rgba(7,12,16,0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.yco_hero_promo_glow_iu1 {
  background: radial-gradient(circle,rgba(91,63,158,0.22) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  top: -2.5rem;
  position: absolute;
  right: 3.75rem;
  height: 300px;
  width: 300px;
}.yco_hero_promo_ct_iu1 {
  padding: 28px 24px 28px 1.75rem;
  max-width: 480px;
  z-index: 2;
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media(min-width: 765px) {.yco_hero_promo_ct_iu1 {
  padding: 2.5rem 32px;
}
}.yco_hero_badge_iu1 {
  padding: 5px 0.75rem;
  background: rgba(40,187,104,0.18);
  border-radius: 1.25rem;
  border: 1px solid rgba(40,187,104,0.08);
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  color: #28BB68;
  font-size: 0.625rem;
}.yco_hero_h1_iu1 {
  font-size: 26px;
  color: #EFF6F1;
  font-weight: 800;
  line-height: 1.15;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
}.yco_hero_h1_iu1 em {
  font-style: normal;
  color: #F5A823;
}
@media(min-width: 771px) {.yco_hero_h1_iu1 {
  font-size: 2.25rem;
}
}.yco_hero_sub_iu1 {
  margin-bottom: 1.25rem;
  line-height: 1.55;
  color: #8FB0A0;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.yco_hero_sub_iu1 {
  font-size: 14px;
}
}.yco_hero_row_iu1 {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.yco_hero_cta_iu1 {
  background: #3DC96A;
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 13px 26px;
  font-size: 14px;
  color: #0A150F;
  box-shadow: 0 2px 16px rgba(61,201,106,0.45), 0 1px 0.25rem rgba(0,0,0,0.35);
  font-weight: 700;
}.yco_hero_cta_iu1:hover {
  background: #4ADE7A;
}.yco_hero_terms_iu1 {
  color: #5E7A6C;
  font-size: 0.688rem;
}.yco_hero_game_iu1 {
  background: #111A22;
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  border-radius: 1rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.yco_hero_game_badge_iu1 {
  border-radius: 1.25rem;
  padding: 5px 10px;
  background: rgba(245,168,35,0.16);
  border: 1px solid rgba(245,168,35,0.16);
  z-index: 3;
  font-weight: 700;
  position: absolute;
  color: #F5A823;
  letter-spacing: .06em;
  left: 12px;
  font-size: 10px;
  text-transform: uppercase;
  top: 12px;
}.yco_hero_game_badge_iu1 svg {
  margin-right: 0.25rem;
  height: 11px;
  width: 0.688rem;
  vertical-align: -1px;
}.yco_hero_game_img_iu1 {
  background: linear-gradient(135deg,#0D2418,#0C1319);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.yco_hero_game_img_iu1 img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.yco_hero_game_play_iu1 {
  background: rgba(7,12,16,0.72);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
}.yco_hero_game_iu1:hover .yco_hero_game_play_iu1 {
  opacity: 1;
}.yco_hero_game_play_iu1 span {
  background: #28BB68;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 52px;
  width: 3.25rem;
  align-items: center;
}.yco_hero_game_play_iu1 span svg {
  height: 1.125rem;
  width: 1.125rem;
  margin-left: 2px;
}.yco_hero_game_info_iu1 {
  padding: 14px 16px;
}.yco_hero_game_title_iu1 {
  overflow-wrap: break-word;
  color: #EFF6F1;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
}.yco_hero_game_provider_iu1 {
  font-size: 11px;
  color: #739080;
}.yco_hero_game_btn_iu1 {
  transition: background .2s;
  padding: 11px;
  border-radius: 0.625rem;
  background: #28BB68;
  margin: 0.75rem 1rem 16px;
  text-align: center;
  color: #EFF6F1;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
}.yco_hero_game_iu1:hover .yco_hero_game_btn_iu1 {
  background: #35D47A;
}.yco_sbar_iu1 {
  background: #0C1319;
  padding: 16px 1rem 0;
}
@media(min-width: 767px) {.yco_sbar_iu1 {
  padding: 1.125rem 24px 0;
}
}.yco_sbar_in_iu1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.yco_sbar_row_iu1 {
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}.yco_sbar_input_iu1 {
  border: 1px solid rgba(255,255,255,0.09);
  background: #111A22;
  border-radius: 0.625rem;
  padding: 11px 16px;
  transition: border-color .2s;
  flex: 1;
  gap: 0.625rem;
  color: #739080;
  align-items: center;
  display: flex;
  font-size: 0.813rem;
  cursor: pointer;
}.yco_sbar_input_iu1:hover {
  border-color: rgba(40,187,104,0.36);
}.yco_sbar_input_iu1 svg {
  flex-shrink: 0;
  stroke-linejoin: round;
  width: 0.938rem;
  height: 15px;
  stroke-linecap: round;
}.yco_sbar_providers_iu1 {
  border: 1px solid rgba(255,255,255,0.09);
  background: #111A22;
  transition: border-color .2s;
  gap: 8px;
  border-radius: 0.625rem;
  padding: 11px 18px;
  color: #C2D6CA;
  white-space: nowrap;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  font-weight: 600;
}.yco_sbar_providers_iu1:hover {
  border-color: rgba(40,187,104,0.36);
  color: #EFF6F1;
}.yco_sbar_providers_iu1 svg {
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
}.yco_sbar_tabs_iu1 {
  gap: 0.375rem;
  padding-bottom: 2px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.yco_sbar_tabs_iu1::-webkit-scrollbar {
  display: none;
}.yco_sbar_tab_iu1 {
  border: 1px solid rgba(255,255,255,0.05);
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255,255,255,0.05);
  gap: 0.438rem;
  padding: 0.5rem 0.875rem;
  border-radius: 1.25rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  align-items: center;
  display: flex;
  color: #8FB0A0;
  flex-shrink: 0;
}.yco_sbar_tab_iu1:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(40,187,104,0.36);
  color: #EFF6F1;
}.yco_sbar_tab_iu1.yco_state_active_iu1 {
  border-color: rgba(40,187,104,0.08);
  background: rgba(40,187,104,0.18);
  color: #EFF6F1;
}.yco_sbar_tab_ic_iu1 svg {
  width: 0.875rem;
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
}.yco_ws_iu1 {
  background: #0C1319;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.yco_ws_iu1 {
  padding: 36px 24px 0;
}
}.yco_ws_in_iu1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.yco_ws_head_iu1 {
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  margin-bottom: 0.875rem;
  align-items: center;
}.yco_ws_title_iu1 {
  gap: 10px;
  flex-wrap: wrap;
  font-family: 'Cinzel', serif;
  align-items: center;
  color: #EFF6F1;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  overflow-wrap: break-word;
}.yco_ws_title_ic_iu1 svg {
  width: 1.125rem;
  color: #F5A823;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
}.yco_ws_online_iu1 {
  gap: 7px;
  align-items: center;
  display: flex;
  font-weight: 600;
  font-size: 12px;
  color: #739080;
}.yco_ws_online_dot_iu1 {
  border-radius: 50%;
  background: #3DC96A;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(61,201,106,0.16);
}.yco_ws_scroll_iu1 {
  gap: 0.5rem;
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}.yco_ws_scroll_iu1::-webkit-scrollbar {
  display: none;
}.yco_wc_iu1 {
  padding: 10px 0.875rem;
  border-radius: 0.625rem;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  background: #111A22;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 220px;
}.yco_wc_img_iu1 {
  background: #162029;
  border-radius: 0.375rem;
  overflow: hidden;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
}.yco_wc_img_iu1 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.yco_wc_info_iu1 {
  min-width: 0;
}.yco_wc_game_iu1 {
  overflow: hidden;
  white-space: nowrap;
  color: #C2D6CA;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-weight: 600;
}.yco_wc_player_iu1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #5E7A6C;
}.yco_wc_amount_iu1 {
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
  color: #3DC96A;
}.yco_prov_iu1 {
  padding: 36px 16px 0;
  background: #0C1319;
}
@media(min-width: 767px) {.yco_prov_iu1 {
  padding: 2.75rem 24px 0;
}
}.yco_prov_in_iu1 {
  margin: 0 auto;
  max-width: 1320px;
}.yco_prov_head_iu1 {
  margin-bottom: 16px;
}.yco_prov_label_iu1 {
  font-size: 11px;
  color: #28BB68;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.yco_prov_h2_iu1 {
  color: #EFF6F1;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.yco_prov_h2_iu1 {
  font-size: 24px;
}
}.yco_prov_seo_iu1 {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #739080;
  max-width: 620px;
  line-height: 1.6;
  margin-bottom: 1rem;
}.yco_prov_seo_iu1 strong {
  font-weight: 700;
  color: #C2D6CA;
}.yco_prov_seo_iu1 a {
  color: #28BB68;
  text-decoration: underline;
}.yco_prov_grid_iu1 {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.yco_prov_grid_iu1 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.yco_prov_grid_iu1 {
  grid-template-columns: repeat(8,1fr);
}
}.yco_prov_card_iu1 {
  gap: 0.438rem;
  padding: 0.875rem 0.625rem;
  border-radius: 10px;
  background: #111A22;
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s,background .2s;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.yco_prov_card_iu1:hover {
  border-color: rgba(40,187,104,0.36);
  background: #162029;
}.yco_prov_logo_iu1 {
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  display: flex;
  width: 44px;
  justify-content: center;
  align-items: center;
  height: 44px;
}.yco_prov_logo_iu1 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.yco_prov_name_iu1 {
  text-align: center;
  font-weight: 600;
  color: #8FB0A0;
  overflow-wrap: break-word;
  font-size: 11px;
}.yco_app_iu1 {
  background: #0C1319;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.yco_app_iu1 {
  padding: 44px 1.5rem 0;
}
}.yco_app_in_iu1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.yco_app_head_iu1 {
  margin-bottom: 16px;
}.yco_app_label_iu1 {
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #28BB68;
}.yco_app_h2_iu1 {
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-size: 1.25rem;
  color: #EFF6F1;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 770px) {.yco_app_h2_iu1 {
  font-size: 24px;
}
}.yco_app_sub_iu1 {
  line-height: 1.6;
  color: #739080;
  max-width: 37.5rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.yco_app_sub_iu1 strong {
  color: #C2D6CA;
  font-weight: 700;
}.yco_app_cards_iu1 {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 1rem;
}
@media(min-width: 638px) {.yco_app_cards_iu1 {
  grid-template-columns: repeat(3,1fr);
}
}.yco_app_card_iu1 {
  padding: 1.25rem;
  border-radius: 10px;
  overflow: hidden;
  gap: 16px;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.yco_app_card_ios_iu1 {
  background: linear-gradient(135deg,rgba(40,187,104,0.18) 0%,#162029 100%);
}.yco_app_card_android_iu1 {
  background: linear-gradient(135deg,rgba(61,201,106,0.16) 0%,#162029 100%);
}.yco_app_card_win_iu1 {
  background: linear-gradient(135deg,rgba(245,168,35,0.16) 0%,#162029 100%);
}.yco_app_card_ic_iu1 svg {
  height: 2.125rem;
  stroke-linecap: round;
  width: 2.125rem;
  stroke-linejoin: round;
}.yco_app_card_ic_iu1 {
  flex-shrink: 0;
  color: #EFF6F1;
}.yco_app_card_os_iu1 {
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: .08em;
  color: #739080;
  font-size: 0.625rem;
  font-weight: 700;
}.yco_app_card_title_iu1 {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #EFF6F1;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}.yco_app_card_text_iu1 {
  color: #739080;
  margin-bottom: 14px;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.5;
}.yco_app_card_btn_iu1 {
  border-radius: 6px;
  border: 1px solid rgba(40,187,104,0.36);
  background: rgba(255,255,255,0.12);
  gap: 0.438rem;
  transition: background .2s;
  padding: 0.625rem 18px;
  align-items: center;
  color: #EFF6F1;
  display: inline-flex;
  font-weight: 700;
  font-size: 13px;
}.yco_app_card_btn_iu1:hover {
  background: rgba(255,255,255,0.07);
}.yco_reg_iu1 {
  padding: 2.25rem 16px 0;
  background: #0C1319;
}
@media(min-width: 771px) {.yco_reg_iu1 {
  padding: 44px 1.5rem 0;
}
}.yco_reg_in_iu1 {
  padding: 28px 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.05);
  background: #162029;
  border-radius: 1rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.yco_reg_in_iu1 {
  padding: 40px;
}
}.yco_reg_top_iu1 {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.yco_reg_top_iu1 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.yco_reg_label_iu1 {
  color: #28BB68;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
}.yco_reg_h2_iu1 {
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  color: #EFF6F1;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.yco_reg_h2_iu1 {
  font-size: 28px;
}
}.yco_reg_bonus_iu1 {
  background: rgba(245,168,35,0.16);
  gap: 8px;
  padding: 10px 1rem;
  border-radius: 10px;
  border: 1px solid rgba(245,168,35,0.16);
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.yco_reg_bonus_amount_iu1 {
  color: #F5A823;
  font-size: 1.25rem;
  font-weight: 800;
}.yco_reg_bonus_text_iu1 {
  color: #8FB0A0;
  font-size: 0.813rem;
  line-height: 1.35;
}.yco_reg_cta_btn_iu1 {
  border-radius: 10px;
  padding: 14px 32px;
  transition: background .2s;
  background: #3DC96A;
  font-size: 0.938rem;
  display: inline-block;
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #0A150F;
  box-shadow: 0 2px 1rem rgba(61,201,106,0.45), 0 1px 4px rgba(0,0,0,0.35);
}.yco_reg_cta_btn_iu1:hover {
  background: #4ADE7A;
}.yco_reg_terms_iu1 {
  font-size: 11px;
  color: #5E7A6C;
  line-height: 1.5;
}.yco_reg_seo_iu1 {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  margin-top: 1.25rem;
  line-height: 1.65;
  padding-top: 20px;
  color: #739080;
  font-size: 13px;
}.yco_reg_seo_iu1 p {
  font-size: 13px;
  margin-bottom: 0.625rem;
  color: #739080;
  line-height: 1.65;
}.yco_reg_seo_iu1 p:last-child {
  margin-bottom: 0;
}.yco_reg_seo_iu1 strong {
  font-weight: 700;
  color: #C2D6CA;
}.yco_reg_seo_iu1 a {
  transition: color .2s;
  color: #28BB68;
  text-decoration: underline;
}.yco_reg_seo_iu1 a:hover {
  color: #35D47A;
}.yco_reg_seo_iu1 ul,.yco_reg_seo_iu1 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.yco_reg_seo_iu1 ol {
  list-style: decimal;
}.yco_reg_seo_iu1 li {
  color: #739080;
  font-size: 0.813rem;
  margin-bottom: 4px;
  line-height: 1.65;
}.yco_reg_seo_iu1 table {
  display: block;
  overflow-x: auto;
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 770px) {.yco_reg_seo_iu1 table {
  display: table;
}
}.yco_reg_seo_iu1 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C2D6CA;
  text-align: left;
}.yco_reg_seo_iu1 td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #739080;
}.yco_reg_steps_iu1 {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 863px) {.yco_reg_steps_iu1 {
  margin-top: 0;
}
}.yco_reg_step_iu1 {
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.05);
  padding: 16px;
  border-radius: 10px;
  gap: 14px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.yco_reg_step_num_iu1 {
  border-radius: 50%;
  border: 1px solid rgba(40,187,104,0.08);
  background: rgba(40,187,104,0.18);
  flex-shrink: 0;
  height: 2.125rem;
  font-weight: 800;
  width: 34px;
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  justify-content: center;
  color: #28BB68;
}.yco_reg_step_title_iu1 {
  font-weight: 700;
  color: #EFF6F1;
  font-size: 14px;
  margin-bottom: 3px;
}.yco_reg_step_text_iu1 {
  font-size: 12px;
  color: #739080;
  line-height: 1.5;
}.yco_reg_trust_iu1 {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  display: flex;
}.yco_reg_trust_item_iu1 {
  gap: 7px;
  color: #739080;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 12px;
  display: flex;
}.yco_reg_trust_ic_iu1 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
  color: #28BB68;
}.yco_bon_iu1 {
  padding: 2.25rem 16px 0;
  background: #0C1319;
}
@media(min-width:768px) {.yco_bon_iu1 {
  padding: 44px 1.5rem 0;
}
}.yco_bon_in_iu1 {
  margin: 0 auto;
  max-width: 1320px;
}.yco_bon_head_iu1 {
  margin-bottom: 20px;
}.yco_bon_label_iu1 {
  color: #28BB68;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.yco_bon_h2_iu1 {
  color: #EFF6F1;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 769px) {.yco_bon_h2_iu1 {
  font-size: 24px;
}
}.yco_bon_seo_iu1 {
  color: #739080;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 38.75rem;
}.yco_bon_seo_iu1 strong {
  color: #C2D6CA;
  font-weight: 700;
}.yco_bon_seo_iu1 a {
  text-decoration: underline;
  color: #28BB68;
}.yco_bon_grid_iu1 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.yco_bon_grid_iu1 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.yco_bon_grid_iu1 {
  grid-template-columns: repeat(5,1fr);
}
}.yco_bon_card_iu1 {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  padding: 1rem;
  background: #111A22;
}.yco_bon_card_iu1:hover {
  transform: translateY(-2px);
  border-color: rgba(40,187,104,0.08);
}.yco_bon_card_ic_iu1 svg {
  width: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.625rem;
}.yco_bon_card_ic_iu1 {
  margin-bottom: 0.625rem;
}.yco_bon_card_type_iu1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
  color: #739080;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
}.yco_bon_card_amount_iu1 {
  font-weight: 800;
  line-height: 1.1;
  color: #F5A823;
  margin-bottom: 0.375rem;
  font-size: 18px;
}.yco_bon_card_name_iu1 {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #EFF6F1;
  margin-bottom: 0.5rem;
  font-weight: 600;
}.yco_bon_card_detail_iu1 {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
  padding-top: 8px;
  font-size: 11px;
  color: #5E7A6C;
  overflow-wrap: break-word;
}.yco_htp_iu1 {
  background: #0C1319;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.yco_htp_iu1 {
  padding: 2.75rem 24px 0;
}
}.yco_htp_in_iu1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.yco_htp_head_iu1 {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.yco_htp_label_iu1 {
  font-size: 0.688rem;
  color: #28BB68;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.yco_htp_h2_iu1 {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 8px;
  color: #EFF6F1;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.yco_htp_h2_iu1 {
  font-size: 28px;
}
}.yco_htp_intro_iu1 {
  line-height: 1.6;
  color: #739080;
  font-size: 14px;
}.yco_htp_steps_iu1 {
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 0.75rem;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.yco_htp_steps_iu1 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.yco_htp_steps_iu1 {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.yco_htp_step_iu1 {
  padding: 20px 18px 18px;
  background: #162029;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.09);
  position: relative;
  display: flex;
  flex-direction: column;
}.yco_htp_step_num_iu1 {
  background: #28BB68;
  border-radius: 50%;
  top: -12px;
  position: absolute;
  align-items: center;
  left: 20px;
  justify-content: center;
  display: flex;
  font-weight: 800;
  font-size: 13px;
  height: 1.75rem;
  width: 28px;
  color: #0A150F;
  font-family: 'Cinzel', serif;
}.yco_htp_step_ic_iu1 {
  background: rgba(40,187,104,0.18);
  border-radius: 6px;
  margin: 8px 0 0.75rem;
  display: flex;
  justify-content: center;
  height: 36px;
  width: 36px;
  color: #28BB68;
  align-items: center;
}.yco_htp_step_ic_iu1 svg {
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
  stroke-linejoin: round;
}.yco_htp_step_h_iu1 {
  font-weight: 700;
  margin-bottom: 6px;
  color: #EFF6F1;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
}.yco_htp_step_p_iu1 {
  overflow-wrap: break-word;
  color: #739080;
  font-size: 13px;
  line-height: 1.55;
}.yco_htp_step_p_iu1 strong {
  color: #C2D6CA;
  font-weight: 600;
}.yco_htp_cta_iu1 {
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 13px 26px;
  background: #3DC96A;
  margin-top: 1.25rem;
  color: #0A150F;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
}.yco_htp_cta_iu1:hover {
  background: #4ADE7A;
}.yco_seo_iu1 {
  padding: 36px 1rem 0;
  background: #0C1319;
}
@media(min-width: 766px) {.yco_seo_iu1 {
  padding: 44px 1.5rem 0;
}
}.yco_seo_in_iu1 {
  padding: 28px 1.5rem;
  background: #162029;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.yco_seo_in_iu1 {
  padding: 36px 2.5rem;
}
}.yco_seo_label_iu1 {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 11px;
  color: #28BB68;
  letter-spacing: .08em;
  text-transform: uppercase;
}.yco_seo_h2_iu1 {
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #EFF6F1;
  margin-bottom: 0.875rem;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.yco_seo_h2_iu1 {
  font-size: 1.5rem;
}
}.yco_seo_body_iu1 {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #8FB0A0;
}.yco_seo_body_iu1 p {
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #8FB0A0;
}.yco_seo_body_iu1 p:last-child {
  margin-bottom: 0;
}.yco_seo_body_iu1 strong {
  color: #C2D6CA;
  font-weight: 700;
}.yco_seo_body_iu1 a {
  transition: color .2s;
  color: #28BB68;
  text-decoration: underline;
}.yco_seo_body_iu1 a:hover {
  color: #35D47A;
}.yco_seo_body_iu1 ul,.yco_seo_body_iu1 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.yco_seo_body_iu1 ol {
  list-style: decimal;
}.yco_seo_body_iu1 li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8FB0A0;
}.yco_seo_body_iu1 table {
  margin-bottom: 0.75rem;
  font-size: 13px;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 769px) {.yco_seo_body_iu1 table {
  display: table;
}
}.yco_seo_body_iu1 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C2D6CA;
  text-align: left;
}.yco_seo_body_iu1 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #8FB0A0;
}.yco_seo_cols_iu1 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.yco_seo_cols_iu1 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.yco_seo_cols_iu1 {
  grid-template-columns: repeat(3,1fr);
}
}.yco_seo_col_h_iu1 {
  color: #C2D6CA;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
}.yco_seo_col_p_iu1 {
  overflow-wrap: break-word;
  color: #739080;
  line-height: 1.65;
  font-size: 0.813rem;
}.yco_seo_stats_iu1 {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.yco_seo_stat_iu1 {
  background: rgba(40,187,104,0.08);
  border-radius: 0.625rem;
  border: 1px solid rgba(40,187,104,0.18);
  padding: 14px 1rem;
  flex: 1;
  min-width: 8.75rem;
}.yco_seo_stat_val_iu1 {
  font-size: 20px;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #28BB68;
}.yco_seo_stat_lb_iu1 {
  overflow-wrap: break-word;
  color: #739080;
  font-size: 11px;
}.yco_rv_iu1 {
  background: #0C1319;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.yco_rv_iu1 {
  padding: 44px 24px 0;
}
}.yco_rv_in_iu1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.yco_rv_head_iu1 {
  max-width: 45rem;
  margin-bottom: 20px;
}.yco_rv_label_iu1 {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #28BB68;
}.yco_rv_h2_iu1 {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  color: #EFF6F1;
}
@media(min-width: 770px) {.yco_rv_h2_iu1 {
  font-size: 1.75rem;
}
}.yco_rv_stats_iu1 {
  gap: 18px;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
  flex-wrap: wrap;
  color: #739080;
}.yco_rv_stats_score_iu1 {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.yco_rv_stats_score_val_iu1 {
  color: #F5A823;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  font-weight: 800;
}.yco_rv_stats_score_max_iu1 {
  color: #5E7A6C;
  font-size: 13px;
}.yco_rv_stats_badge_iu1 {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.yco_rv_stats_badge_iu1 svg {
  color: #F5A823;
  height: 0.875rem;
  width: 14px;
}.yco_rv_grid_iu1 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.yco_rv_grid_iu1 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.yco_rv_grid_iu1 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.yco_rv_card_iu1 {
  border-radius: 0.625rem;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  background: #162029;
  display: flex;
  flex-direction: column;
}.yco_rv_card_stars_iu1 {
  gap: 2px;
  display: flex;
  color: #F5A823;
  margin-bottom: 10px;
}.yco_rv_card_stars_iu1 svg {
  width: 14px;
  height: 0.875rem;
}.yco_rv_card_h_iu1 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #EFF6F1;
  line-height: 1.3;
}.yco_rv_card_body_iu1 {
  flex: 1;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #739080;
  margin-bottom: 0.875rem;
}.yco_rv_card_body_iu1 strong {
  font-weight: 600;
  color: #C2D6CA;
}.yco_rv_card_meta_iu1 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  align-items: center;
  display: flex;
  padding-top: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
}.yco_rv_card_author_iu1 {
  color: #C2D6CA;
  font-size: 12px;
  font-weight: 600;
}.yco_rv_card_date_iu1 {
  font-size: 0.688rem;
  color: #5E7A6C;
}.yco_pmt_iu1 {
  padding: 2.25rem 1rem 0;
  background: #0C1319;
}
@media(min-width:768px) {.yco_pmt_iu1 {
  padding: 2.75rem 1.5rem 0;
}
}.yco_pmt_in_iu1 {
  margin: 0 auto;
  max-width: 1320px;
}.yco_pmt_head_iu1 {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.yco_pmt_label_iu1 {
  color: #28BB68;
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.yco_pmt_h2_iu1 {
  color: #EFF6F1;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 767px) {.yco_pmt_h2_iu1 {
  font-size: 28px;
}
}.yco_pmt_intro_iu1 {
  line-height: 1.6;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #739080;
}.yco_pmt_groups_iu1 {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.yco_pmt_group_iu1 {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.625rem;
  padding: 1.25rem;
  background: #162029;
}.yco_pmt_group_head_iu1 {
  gap: 12px;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.yco_pmt_group_ic_iu1 {
  background: rgba(40,187,104,0.18);
  border-radius: 0.375rem;
  color: #28BB68;
  align-items: center;
  justify-content: center;
  height: 36px;
  display: flex;
  flex-shrink: 0;
  width: 36px;
}.yco_pmt_group_ic_iu1 svg {
  width: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
}.yco_pmt_group_h_iu1 {
  margin: 0;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 16px;
  color: #EFF6F1;
}.yco_pmt_group_p_iu1 {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #739080;
  margin-bottom: 0.875rem;
  line-height: 1.6;
}.yco_pmt_group_p_iu1 strong {
  color: #C2D6CA;
  font-weight: 600;
}.yco_pmt_table_wrap_iu1 {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.yco_pmt_table_iu1 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
  min-width: 33.75rem;
}.yco_pmt_table_iu1 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  color: #C2D6CA;
  white-space: nowrap;
  font-size: 0.688rem;
}.yco_pmt_table_iu1 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  color: #739080;
}.yco_pmt_table_iu1 tbody tr:last-child td {
  border-bottom: none;
}.yco_pmt_table_iu1 tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C2D6CA;
}.yco_seo_iu1 {
  background: #0C1319;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.yco_seo_iu1 {
  padding: 44px 1.5rem 0;
}
}.yco_seo_in_iu1 {
  padding: 28px 24px;
  background: #162029;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 1rem;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.yco_seo_in_iu1 {
  padding: 2.25rem 2.5rem;
}
}.yco_seo_label_iu1 {
  margin-bottom: 0.625rem;
  color: #28BB68;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.yco_seo_h2_iu1 {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-weight: 800;
  color: #EFF6F1;
  font-size: 20px;
}
@media(min-width: 766px) {.yco_seo_h2_iu1 {
  font-size: 24px;
}
}.yco_seo_body_iu1 {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #8FB0A0;
  line-height: 1.75;
}.yco_seo_body_iu1 p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8FB0A0;
  margin-bottom: 0.75rem;
}.yco_seo_body_iu1 p:last-child {
  margin-bottom: 0;
}.yco_seo_body_iu1 strong {
  font-weight: 700;
  color: #C2D6CA;
}.yco_seo_body_iu1 a {
  transition: color .2s;
  text-decoration: underline;
  color: #28BB68;
}.yco_seo_body_iu1 a:hover {
  color: #35D47A;
}.yco_seo_body_iu1 ul,.yco_seo_body_iu1 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.yco_seo_body_iu1 ol {
  list-style: decimal;
}.yco_seo_body_iu1 li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #8FB0A0;
}.yco_seo_body_iu1 table {
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 767px) {.yco_seo_body_iu1 table {
  display: table;
}
}.yco_seo_body_iu1 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #C2D6CA;
  text-align: left;
}.yco_seo_body_iu1 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #8FB0A0;
}.yco_seo_cols_iu1 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.yco_seo_cols_iu1 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.yco_seo_cols_iu1 {
  grid-template-columns: repeat(3,1fr);
}
}.yco_seo_col_h_iu1 {
  font-weight: 700;
  margin-bottom: 7px;
  color: #C2D6CA;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.yco_seo_col_p_iu1 {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #739080;
  font-size: 0.813rem;
}.yco_seo_stats_iu1 {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.yco_seo_stat_iu1 {
  padding: 14px 16px;
  border-radius: 0.625rem;
  border: 1px solid rgba(40,187,104,0.18);
  background: rgba(40,187,104,0.08);
  flex: 1;
  min-width: 8.75rem;
}.yco_seo_stat_val_iu1 {
  font-weight: 800;
  color: #28BB68;
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.yco_seo_stat_lb_iu1 {
  color: #739080;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.yco_seo_iu1 {
  background: #0C1319;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.yco_seo_iu1 {
  padding: 44px 1.5rem 0;
}
}.yco_seo_in_iu1 {
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  background: #162029;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.yco_seo_in_iu1 {
  padding: 2.25rem 2.5rem;
}
}.yco_seo_label_iu1 {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #28BB68;
}.yco_seo_h2_iu1 {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  color: #EFF6F1;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 765px) {.yco_seo_h2_iu1 {
  font-size: 24px;
}
}.yco_seo_body_iu1 {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8FB0A0;
  overflow-wrap: break-word;
}.yco_seo_body_iu1 p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8FB0A0;
}.yco_seo_body_iu1 p:last-child {
  margin-bottom: 0;
}.yco_seo_body_iu1 strong {
  color: #C2D6CA;
  font-weight: 700;
}.yco_seo_body_iu1 a {
  transition: color .2s;
  color: #28BB68;
  text-decoration: underline;
}.yco_seo_body_iu1 a:hover {
  color: #35D47A;
}.yco_seo_body_iu1 ul,.yco_seo_body_iu1 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.yco_seo_body_iu1 ol {
  list-style: decimal;
}.yco_seo_body_iu1 li {
  line-height: 1.75;
  font-size: 14px;
  color: #8FB0A0;
  margin-bottom: 0.375rem;
}.yco_seo_body_iu1 table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 765px) {.yco_seo_body_iu1 table {
  display: table;
}
}.yco_seo_body_iu1 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #C2D6CA;
}.yco_seo_body_iu1 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8FB0A0;
}.yco_seo_cols_iu1 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.yco_seo_cols_iu1 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.yco_seo_cols_iu1 {
  grid-template-columns: repeat(3,1fr);
}
}.yco_seo_col_h_iu1 {
  font-weight: 700;
  margin-bottom: 7px;
  color: #C2D6CA;
  font-size: 13px;
  overflow-wrap: break-word;
}.yco_seo_col_p_iu1 {
  color: #739080;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.yco_seo_stats_iu1 {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.yco_seo_stat_iu1 {
  border: 1px solid rgba(40,187,104,0.18);
  flex: 1;
  border-radius: 10px;
  background: rgba(40,187,104,0.08);
  padding: 14px 16px;
  min-width: 8.75rem;
}.yco_seo_stat_val_iu1 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  color: #28BB68;
  margin-bottom: 0.25rem;
}.yco_seo_stat_lb_iu1 {
  color: #739080;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.yco_faq_iu1 {
  padding: 36px 16px 0;
  background: #0C1319;
}
@media(min-width: 767px) {.yco_faq_iu1 {
  padding: 2.75rem 1.5rem 0;
}
}.yco_faq_in_iu1 {
  margin: 0 auto;
  max-width: 82.5rem;
}.yco_faq_head_iu1 {
  margin-bottom: 20px;
}.yco_faq_label_iu1 {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #28BB68;
}.yco_faq_h2_iu1 {
  font-weight: 800;
  font-size: 1.25rem;
  color: #EFF6F1;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.yco_faq_h2_iu1 {
  font-size: 1.5rem;
}
}.yco_faq_list_iu1 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.yco_faq_item_iu1 {
  border: 1px solid rgba(255,255,255,0.09);
  overflow: hidden;
  border-radius: 10px;
  background: #162029;
}.yco_faq_q_iu1 {
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  transition: color .2s;
  color: #C2D6CA;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  font-weight: 600;
  display: flex;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  flex-wrap: wrap;
}.yco_faq_q_iu1:hover {
  color: #EFF6F1;
}.yco_faq_q_ic_iu1 {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  height: 1.5rem;
  font-size: 16px;
  width: 1.5rem;
  color: #28BB68;
  display: flex;
}.yco_faq_item_iu1.yco_state_open_iu1 .yco_faq_q_ic_iu1 {
  transform: rotate(45deg);
}.yco_faq_a_iu1 {
  padding: 0 1.25rem 1rem;
  font-size: 0.813rem;
  line-height: 1.7;
  overflow-wrap: break-word;
  display: none;
  color: #739080;
}.yco_faq_item_iu1.yco_state_open_iu1 .yco_faq_a_iu1 {
  display: block;
}.yco_faq_a_iu1 strong {
  color: #C2D6CA;
  font-weight: 700;
}.yco_faq_a_iu1 a {
  color: #28BB68;
  text-decoration: underline;
}.yco_faq_a_iu1 ul,.yco_faq_a_iu1 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.yco_faq_a_iu1 ol {
  list-style: decimal;
}.yco_faq_a_iu1 li {
  margin-bottom: 4px;
  line-height: 1.6;
}.yco_faq_a_iu1 table {
  margin: 8px 0;
  display: block;
  overflow-x: auto;
  font-size: 0.75rem;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 770px) {.yco_faq_a_iu1 table {
  display: table;
}
}.yco_faq_a_iu1 th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #C2D6CA;
}.yco_faq_a_iu1 td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #739080;
}.yco_ft_iu1 {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #070C10;
  margin-top: 48px;
}.yco_ft_support_iu1 {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 771px) {.yco_ft_support_iu1 {
  padding: 28px 24px;
}
}.yco_ft_support_in_iu1 {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 1320px;
}.yco_ft_support_main_iu1 {
  gap: 16px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  min-width: 13.75rem;
  align-items: center;
}.yco_ft_support_ic_iu1 {
  flex-shrink: 0;
  color: #28BB68;
}.yco_ft_support_ic_iu1 svg {
  stroke-linejoin: round;
  width: 30px;
  height: 1.875rem;
  stroke-linecap: round;
}.yco_ft_support_text_title_iu1 {
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  color: #EFF6F1;
  margin-bottom: 3px;
}.yco_ft_support_text_sub_iu1 {
  font-size: 12px;
  color: #739080;
  overflow-wrap: break-word;
}.yco_ft_support_btn_iu1 {
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  background: #28BB68;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  color: #EFF6F1;
  font-size: 13px;
}.yco_ft_support_btn_iu1:hover {
  background: #35D47A;
}.yco_ft_support_contacts_iu1 {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.yco_ft_support_contact_iu1 {
  color: #5E7A6C;
  font-size: 12px;
  line-height: 1.4;
}.yco_ft_support_contact_iu1 strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #8FB0A0;
}.yco_ft_main_iu1 {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 765px) {.yco_ft_main_iu1 {
  padding: 40px 24px 32px;
}
}.yco_ft_main_in_iu1 {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 637px) {.yco_ft_main_in_iu1 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.yco_ft_main_in_iu1 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.yco_ft_col_logo_iu1 {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.yco_ft_col_logo_iu1 {
  grid-column: auto;
}
}.yco_ft_logo_iu1 {
  gap: 9px;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  color: #EFF6F1;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 800;
}.yco_ft_logo_mark_iu1 {
  border-radius: 6px;
  overflow: hidden;
  height: 30px;
  width: 1.875rem;
}.yco_ft_logo_mark_iu1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.yco_ft_logo_sub_iu1 {
  max-width: 200px;
  color: #5E7A6C;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
}.yco_ft_col_title_iu1 {
  letter-spacing: .07em;
  color: #8FB0A0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 14px;
}.yco_ft_col_links_iu1 {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.yco_ft_col_link_iu1 {
  transition: color .2s;
  font-size: 13px;
  color: #5E7A6C;
  overflow-wrap: break-word;
}.yco_ft_col_link_iu1:hover {
  color: #C2D6CA;
}.yco_ft_apps_iu1 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.yco_ft_app_card_iu1 {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s;
  gap: 10px;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  align-items: center;
  display: flex;
}.yco_ft_app_card_iu1:hover {
  border-color: rgba(40,187,104,0.36);
}.yco_ft_app_card_ic_iu1 svg {
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
  height: 22px;
}.yco_ft_app_card_os_iu1 {
  font-weight: 600;
  color: #5E7A6C;
  font-size: 10px;
}.yco_ft_app_card_action_iu1 {
  font-weight: 700;
  font-size: 12px;
  color: #C2D6CA;
}.yco_ft_bot_iu1 {
  padding: 20px 16px;
}
@media(min-width: 769px) {.yco_ft_bot_iu1 {
  padding: 20px 24px;
}
}.yco_ft_bot_in_iu1 {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
}.yco_ft_socials_iu1 {
  gap: 0.5rem;
  display: flex;
}.yco_ft_soc_iu1 {
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 2.25rem;
  color: #8FB0A0;
}.yco_ft_soc_iu1 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  width: 16px;
}.yco_ft_soc_iu1:hover {
  background: rgba(255,255,255,0.07);
}.yco_ft_legal_iu1 {
  flex: 1;
  overflow-wrap: break-word;
  color: #6B8E7C;
  line-height: 1.6;
  min-width: 12.5rem;
  font-size: 0.688rem;
}.yco_ft_legal_iu1 strong {
  color: #8FB0A0;
  font-weight: 700;
}.yco_ft_legal_iu1 a {
  color: #8FB0A0;
  text-decoration: underline;
}.yco_ft_age_iu1 {
  border-radius: 50%;
  border: 2px solid #6B8E7C;
  display: flex;
  font-weight: 800;
  width: 32px;
  flex-shrink: 0;
  font-size: 11px;
  margin-left: auto;
  color: #6B8E7C;
  height: 32px;
  align-items: center;
  justify-content: center;
}