html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #080F15;
  color: #B8D4D0;
  min-height: 100vh;
  font-family: 'Exo 2', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}.ceo-layout-yfj {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.ceo-page-yfj {
  display: flex;
  min-height: 100vh;
}.ceo-main-yfj {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1083px) {.ceo-main-yfj {
  padding-left: 13.75rem;
}
}
@media (max-width: 1080px) {.ceo-main-yfj {
  padding-bottom: 72px;
}
}.ceo-gc-yfj {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #0A1520;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
}
@media(min-width: 643px) {.ceo-gc-yfj {
  width: 156px;
}
}
@media(min-width: 1082px) {.ceo-gc-yfj {
  width: 10.5rem;
}
}.ceo-gc-yfj:hover {
  border-color: rgba(0, 196, 182, 0.07);
  transform: translateY(-3px);
}.ceo-gc_img-yfj {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.ceo-gc_img-yfj img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.ceo-gc_hover-yfj {
  background: rgba(4, 10, 14, 0.74);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  align-items: center;
  position: absolute;
}.ceo-gc-yfj:hover .ceo-gc_hover-yfj {
  opacity: 1;
}.ceo-gc_hover_btn-yfj {
  padding: 0.5rem 16px;
  background: #00C4B6;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #E6F4F2;
}.ceo-gc_info-yfj {
  padding: 8px 10px 10px;
}.ceo-gc_name-yfj {
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 3px;
  max-width: 100%;
  color: #B8D4D0;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}.ceo-gc_prov-yfj {
  color: #3D5C58;
  font-size: 10px;
}.ceo-gc_tag-yfj {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  z-index: 2;
  letter-spacing: .04em;
  position: absolute;
  font-size: 9px;
  text-transform: uppercase;
  top: 0.375rem;
  font-weight: 700;
  left: 6px;
}.ceo-gc_tag_hot-yfj {
  background: #E03248;
  color: #fff;
}.ceo-gc_tag_new-yfj {
  background: #20C97C;
  color: #080F15;
}.ceo-gc_tag_jp-yfj {
  background: #C8920C;
  color: #080F15;
}.ceo-gc_tag_ex-yfj {
  background: #0A7A6E;
  color: #fff;
}.ceo-gc_tag_live-yfj {
  background: #E03248;
  color: #fff;
}.ceo-gr-yfj {
  background: #080F15;
  padding: 32px 1rem 0;
}
@media(min-width: 770px) {.ceo-gr-yfj {
  padding: 36px 24px 0;
}
}.ceo-gr_in-yfj {
  margin: 0 auto;
  max-width: 1320px;
}.ceo-gr_head-yfj {
  gap: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.ceo-gr_head_l-yfj {
  gap: 10px;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.ceo-gr_ic-yfj {
  border-radius: 0.5rem;
  width: 2rem;
  align-items: center;
  display: flex;
  height: 32px;
  flex-shrink: 0;
  justify-content: center;
}.ceo-gr_ic-yfj svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 16px;
}.ceo-gr_title-yfj {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #E6F4F2;
  font-family: 'Orbitron', sans-serif;
  font-size: 16px;
}
@media(min-width: 769px) {.ceo-gr_title-yfj {
  font-size: 18px;
}
}.ceo-gr_more-yfj {
  gap: 0.313rem;
  transition: color .2s;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  color: #567872;
}.ceo-gr_more-yfj:hover {
  color: #00C4B6;
}.ceo-gr_more-yfj svg {
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
  width: 12px;
}.ceo-gr_arrows-yfj {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.ceo-gr_arr-yfj {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  width: 30px;
  height: 30px;
  align-items: center;
  display: flex;
  color: #7EAAA4;
  justify-content: center;
}.ceo-gr_arr-yfj:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #E6F4F2;
}.ceo-gr_arr-yfj svg {
  stroke-linejoin: round;
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
}.ceo-gr_seo_h-yfj {
  margin: 0 0 6px;
  max-width: 680px;
  color: #B8D4D0;
  font-weight: 700;
  font-family: 'Orbitron', sans-serif;
  font-size: 13px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.ceo-gr_seo_h-yfj {
  font-size: 0.875rem;
}
}.ceo-gr_seo-yfj {
  line-height: 1.55;
  margin-bottom: 0.75rem;
  max-width: 680px;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #567872;
}.ceo-gr_seo-yfj strong {
  color: #B8D4D0;
  font-weight: 600;
}.ceo-gr_scroll-yfj {
  gap: 10px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}.ceo-gr_scroll-yfj::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.ceo-gr_scroll-yfj {
  gap: 12px;
}
}.ceo-tb-yfj {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #070D13;
  z-index: 80;
  left: 0;
  align-items: center;
  height: 3.5rem;
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
}.ceo-tb_in-yfj {
  padding: 0 14px;
  gap: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}.ceo-tb_burger-yfj {
  gap: 0.313rem;
  border-radius: 0.5rem;
  flex-direction: column;
  height: 2.375rem;
  width: 38px;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.5rem;
  align-items: center;
}.ceo-tb_burger-yfj:hover {
  background: rgba(255, 255, 255, 0.05);
}.ceo-tb_burger_line-yfj {
  border-radius: 1px;
  background: #7EAAA4;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1083px) {.ceo-tb_burger-yfj {
  display: none;
}
}.ceo-tb_logo-yfj {
  gap: 9px;
  display: flex;
  font-size: 18px;
  letter-spacing: -.01em;
  color: #E6F4F2;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-right: 20px;
  flex-shrink: 0;
  align-items: center;
}.ceo-tb_logo_mark-yfj {
  overflow: hidden;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
  height: 2rem;
}.ceo-tb_logo_mark-yfj img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.ceo-tb_nav-yfj {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.ceo-tb_nav-yfj {
  display: flex;
}
}.ceo-tb_tab-yfj {
  padding: 8px 14px;
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 13px;
  color: #7EAAA4;
  white-space: nowrap;
}.ceo-tb_tab-yfj:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E6F4F2;
}.ceo-tb_tab-yfj.ceo-state_active-yfj {
  background: rgba(0, 196, 182, 0.18);
  color: #E6F4F2;
}.ceo-tb_right-yfj {
  gap: 8px;
  display: flex;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
}.ceo-tb_login-yfj {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.563rem 16px;
  border-radius: 8px;
  transition: border-color .2s,color .2s;
  color: #B8D4D0;
  font-size: 0.813rem;
  display: none;
  font-weight: 600;
}.ceo-tb_login-yfj:hover {
  border-color: rgba(0, 210, 200, 0.45);
  color: #E6F4F2;
}
@media(min-width: 483px) {.ceo-tb_login-yfj {
  display: block;
}
}.ceo-tb_reg-yfj {
  padding: 0.563rem 18px;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #20C97C;
  white-space: nowrap;
  font-weight: 700;
  color: #060E12;
  font-size: 13px;
}.ceo-tb_reg-yfj:hover {
  background: #28E48C;
}.ceo-sb-yfj {
  background: #0D1B26;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  width: 13.75rem;
  overflow-y: auto;
  top: 3.5rem;
  z-index: 70;
  bottom: 0;
  position: fixed;
  left: 0;
}.ceo-sb-yfj.ceo-state_open-yfj {
  transform: translateX(0);
}.ceo-sb-yfj::-webkit-scrollbar {
  width: 0.25rem;
}.ceo-sb-yfj::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width:1080px) {.ceo-sb-yfj {
  transform: translateX(0);
}
}.ceo-sb_auth-yfj {
  padding: 14px 12px 0.625rem;
}.ceo-sb_btn_reg-yfj {
  padding: 11px;
  border-radius: 8px;
  background: #20C97C;
  transition: background .2s;
  font-size: 13px;
  margin-bottom: 0.5rem;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #060E12;
}.ceo-sb_btn_reg-yfj:hover {
  background: #28E48C;
}.ceo-sb_btn_login-yfj {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  display: block;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  color: #B8D4D0;
}.ceo-sb_btn_login-yfj:hover {
  border-color: rgba(0, 210, 200, 0.45);
  color: #E6F4F2;
}.ceo-sb_promo-yfj {
  background: linear-gradient(135deg,#041824,#0D1B26);
  border: 1px solid rgba(0, 196, 182, 0.18);
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0.75rem 14px;
  margin: 0 0.75rem 0.625rem;
  position: relative;
}.ceo-sb_promo-yfj::before {
  background: radial-gradient(circle,rgba(0, 196, 182, 0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  right: -20px;
  height: 5rem;
  width: 5rem;
  position: absolute;
  top: -1.25rem;
}.ceo-sb_promo_title-yfj {
  color: #00C4B6;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 11px;
}.ceo-sb_promo_text-yfj {
  color: #E6F4F2;
  line-height: 1.35;
  font-size: 0.75rem;
  font-weight: 600;
  overflow-wrap: break-word;
}.ceo-sb_promo_sub-yfj {
  font-size: 10px;
  color: #567872;
  margin-top: 3px;
}.ceo-sb_nav-yfj {
  padding: 0.375rem 8px 16px;
}.ceo-sb_nav_lb-yfj {
  padding: 0.625rem 8px 6px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3D5C58;
  font-size: 0.625rem;
  letter-spacing: .08em;
}.ceo-sb_link-yfj {
  transition: background .15s,color .15s;
  gap: 0.625rem;
  padding: 0.563rem 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #7EAAA4;
  font-size: 0.813rem;
  font-weight: 500;
  overflow-wrap: break-word;
  cursor: pointer;
}.ceo-sb_link-yfj:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E6F4F2;
}.ceo-sb_link-yfj.ceo-state_active-yfj {
  background: rgba(0, 196, 182, 0.18);
  color: #E6F4F2;
}.ceo-sb_ic-yfj {
  border-radius: 4px;
  width: 1.875rem;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  height: 1.875rem;
  display: flex;
}.ceo-sb_ic-yfj svg {
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.ceo-sb_ic_1-yfj {
  background: rgba(0, 196, 182, 0.07);
  color: #00C4B6;
}.ceo-sb_ic_2-yfj {
  background: rgba(32, 201, 124, 0.16);
  color: #20C97C;
}.ceo-sb_ic_3-yfj {
  background: rgba(200, 146, 12, 0.18);
  color: #C8920C;
}.ceo-sb_ic_4-yfj {
  background: rgba(10, 122, 110, 0.28);
  color: #0A7A6E;
}.ceo-sb_ic_5-yfj {
  background: rgba(0, 196, 182, 0.07);
  color: #E0387A;
}.ceo-sb_ic_6-yfj {
  background: rgba(10, 122, 110, 0.28);
  color: #7B3FD4;
}.ceo-sb_badge-yfj {
  border-radius: 4px;
  background: #C8920C;
  padding: 2px 7px;
  font-size: 9px;
  color: #060E12;
  font-weight: 700;
  margin-left: auto;
}.ceo-sb_bot-yfj {
  gap: 8px;
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.ceo-sb_lang-yfj,.ceo-sb_help-yfj {
  flex: 1;
  padding: 9px 0.375rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color .2s;
  color: #7EAAA4;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 600;
}.ceo-sb_lang-yfj:hover,.ceo-sb_help-yfj:hover {
  border-color: rgba(0, 210, 200, 0.45);
  color: #E6F4F2;
}.ceo-sb_lang-yfj svg,.ceo-sb_help-yfj svg {
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
}.ceo-sb_bd-yfj {
  background: rgba(4, 10, 14, 0.74);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.ceo-sb_bd-yfj.ceo-state_on-yfj {
  display: block;
}
@media(min-width: 1077px) {.ceo-sb_bd-yfj {
  display: none!important;
}
}.ceo-mob_nav-yfj {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #0D1B26;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  left: 0;
  z-index: 80;
  position: fixed;
  display: flex;
  bottom: 0;
  right: 0;
}
@media(min-width:1080px) {.ceo-mob_nav-yfj {
  display: none;
}
}.ceo-mob_nav_item-yfj {
  padding: 4px 2px;
  gap: 4px;
  flex: 1;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #3D5C58;
  align-items: center;
}.ceo-mob_nav_ic-yfj {
  line-height: 1;
}.ceo-mob_nav_ic-yfj svg {
  width: 1.25rem;
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
}.ceo-mob_nav_lb-yfj {
  font-weight: 600;
  font-size: 10px;
  color: #3D5C58;
}.ceo-mob_nav_item-yfj.ceo-state_active-yfj {
  color: #00C4B6;
}.ceo-mob_nav_item-yfj.ceo-state_active-yfj .ceo-mob_nav_lb-yfj {
  color: #00C4B6;
}.ceo-hero-yfj {
  background: #080F15;
  padding: 1.25rem 16px 0;
}
@media(min-width: 769px) {.ceo-hero-yfj {
  padding: 24px 24px 0;
}
}.ceo-hero_in-yfj {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 858px) {.ceo-hero_in-yfj {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.ceo-hero_in-yfj {
  grid-template-columns: 1fr 340px;
}
}.ceo-hero_promo-yfj {
  border-radius: 14px;
  background: #0A1520;
  overflow: hidden;
  min-height: 13.75rem;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media(min-width: 770px) {.ceo-hero_promo-yfj {
  min-height: 280px;
}
}.ceo-hero_promo_bg-yfj {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#041824 0%,#080F15 100%);
  position: absolute;
  background-size: cover;
}.ceo-hero_promo_bg-yfj::after {
  inset: 0;
  background: linear-gradient(90deg,#080F15 0%,rgba(4, 10, 14, 0.74) 60%,transparent 100%);
  position: absolute;
  content: '';
}.ceo-hero_promo_glow-yfj {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(10, 122, 110, 0.28) 0%,transparent 65%);
  top: -2.5rem;
  pointer-events: none;
  position: absolute;
  height: 300px;
  width: 18.75rem;
  right: 3.75rem;
}.ceo-hero_promo_ct-yfj {
  padding: 28px 1.5rem 28px 28px;
  z-index: 2;
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 30rem;
}
@media(min-width: 769px) {.ceo-hero_promo_ct-yfj {
  padding: 2.5rem 32px;
}
}.ceo-hero_badge-yfj {
  padding: 0.313rem 12px;
  border: 1px solid rgba(0, 196, 182, 0.07);
  background: rgba(0, 196, 182, 0.18);
  border-radius: 20px;
  font-size: 0.625rem;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  display: inline-block;
  color: #00C4B6;
}.ceo-hero_h1-yfj {
  line-height: 1.15;
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  color: #E6F4F2;
}.ceo-hero_h1-yfj em {
  font-style: normal;
  color: #C8920C;
}
@media(min-width: 766px) {.ceo-hero_h1-yfj {
  font-size: 2.25rem;
}
}.ceo-hero_sub-yfj {
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
  line-height: 1.55;
  color: #7EAAA4;
}
@media(min-width:768px) {.ceo-hero_sub-yfj {
  font-size: 0.875rem;
}
}.ceo-hero_row-yfj {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.ceo-hero_cta-yfj {
  background: #20C97C;
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  color: #060E12;
  font-size: 14px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 0 0.875rem rgba(32, 201, 124, 0.42);
}.ceo-hero_cta-yfj:hover {
  background: #28E48C;
}.ceo-hero_terms-yfj {
  color: #3D5C58;
  font-size: 11px;
}.ceo-hero_game-yfj {
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  border-radius: 0.875rem;
  background: #0A1520;
  position: relative;
  display: flex;
  flex-direction: column;
}.ceo-hero_game_badge-yfj {
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(200, 146, 12, 0.18);
  border-radius: 1.25rem;
  background: rgba(200, 146, 12, 0.18);
  position: absolute;
  text-transform: uppercase;
  left: 12px;
  z-index: 3;
  font-size: 10px;
  top: 0.75rem;
  font-weight: 700;
  color: #C8920C;
  letter-spacing: .06em;
}.ceo-hero_game_badge-yfj svg {
  height: 11px;
  vertical-align: -1px;
  width: 0.688rem;
  margin-right: 4px;
}.ceo-hero_game_img-yfj {
  overflow: hidden;
  background: linear-gradient(135deg,#041824,#080F15);
  position: relative;
  padding-bottom: 60%;
}.ceo-hero_game_img-yfj img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.ceo-hero_game_play-yfj {
  background: rgba(4, 10, 14, 0.74);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  justify-content: center;
  position: absolute;
  display: flex;
  align-items: center;
}.ceo-hero_game-yfj:hover .ceo-hero_game_play-yfj {
  opacity: 1;
}.ceo-hero_game_play-yfj span {
  border-radius: 50%;
  background: #00C4B6;
  display: flex;
  height: 3.25rem;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
}.ceo-hero_game_play-yfj span svg {
  margin-left: 2px;
  width: 18px;
  height: 1.125rem;
}.ceo-hero_game_info-yfj {
  padding: 0.875rem 16px;
}.ceo-hero_game_title-yfj {
  color: #E6F4F2;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.ceo-hero_game_provider-yfj {
  color: #567872;
  font-size: 0.688rem;
}.ceo-hero_game_btn-yfj {
  border-radius: 0.5rem;
  background: #00C4B6;
  transition: background .2s;
  margin: 0.75rem 1rem 1rem;
  padding: 11px;
  display: block;
  font-size: 0.813rem;
  text-align: center;
  color: #E6F4F2;
  font-weight: 700;
}.ceo-hero_game-yfj:hover .ceo-hero_game_btn-yfj {
  background: #00DDD0;
}.ceo-sbar-yfj {
  padding: 16px 16px 0;
  background: #080F15;
}
@media(min-width: 771px) {.ceo-sbar-yfj {
  padding: 18px 24px 0;
}
}.ceo-sbar_in-yfj {
  margin: 0 auto;
  max-width: 1320px;
}.ceo-sbar_row-yfj {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.ceo-sbar_input-yfj {
  background: #0A1520;
  transition: border-color .2s;
  gap: 0.625rem;
  padding: 11px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  flex: 1;
  display: flex;
  color: #567872;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
}.ceo-sbar_input-yfj:hover {
  border-color: rgba(0, 210, 200, 0.45);
}.ceo-sbar_input-yfj svg {
  flex-shrink: 0;
  height: 15px;
  width: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ceo-sbar_providers-yfj {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  transition: border-color .2s;
  padding: 11px 1.125rem;
  gap: 8px;
  background: #0A1520;
  align-items: center;
  color: #B8D4D0;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  font-size: 0.813rem;
}.ceo-sbar_providers-yfj:hover {
  border-color: rgba(0, 210, 200, 0.45);
  color: #E6F4F2;
}.ceo-sbar_providers-yfj svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ceo-sbar_tabs-yfj {
  gap: 0.375rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.ceo-sbar_tabs-yfj::-webkit-scrollbar {
  display: none;
}.ceo-sbar_tab-yfj {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 7px;
  display: flex;
  flex-shrink: 0;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  color: #7EAAA4;
  white-space: nowrap;
}.ceo-sbar_tab-yfj:hover {
  border-color: rgba(0, 210, 200, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #E6F4F2;
}.ceo-sbar_tab-yfj.ceo-state_active-yfj {
  background: rgba(0, 196, 182, 0.18);
  border-color: rgba(0, 196, 182, 0.07);
  color: #E6F4F2;
}.ceo-sbar_tab_ic-yfj svg {
  stroke-linecap: round;
  height: 14px;
  width: 14px;
  stroke-linejoin: round;
}.ceo-gr_jp-yfj {
  padding: 1.25rem;
  background: linear-gradient(135deg,#0D1032 0%,#070C1C 100%);
  overflow: hidden;
  border-radius: 14px;
  position: relative;
}.ceo-gr_jp-yfj::before {
  background: radial-gradient(circle,rgba(10, 122, 110, 0.28) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  left: -3.75rem;
  width: 250px;
  position: absolute;
  height: 15.625rem;
  top: -60px;
}.ceo-gr_jp-yfj::after {
  background: radial-gradient(circle,rgba(200, 146, 12, 0.18) 0%,transparent 70%);
  border-radius: 50%;
  width: 200px;
  height: 12.5rem;
  content: '';
  position: absolute;
  right: 0;
  bottom: -2.5rem;
}.ceo-gr_jp_head-yfj {
  gap: 16px;
  position: relative;
  align-items: flex-start;
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}.ceo-gr_jp_info-yfj {
  flex: 1;
}.ceo-gr_jp_label-yfj {
  font-weight: 700;
  margin-bottom: 6px;
  color: #7B3FD4;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.ceo-gr_jp_label-yfj svg {
  stroke-linecap: round;
  vertical-align: -2px;
  width: 14px;
  margin-right: 4px;
  height: 0.875rem;
  stroke-linejoin: round;
}.ceo-gr_jp_amount-yfj {
  font-size: 32px;
  color: #E6F4F2;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1;
  margin-bottom: 4px;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 769px) {.ceo-gr_jp_amount-yfj {
  font-size: 2.5rem;
}
}.ceo-gr_jp_amount-yfj span {
  color: #C8920C;
}.ceo-gr_jp_seo-yfj {
  overflow-wrap: break-word;
  color: #7EAAA4;
  max-width: 30rem;
  font-size: 12px;
  line-height: 1.5;
}.ceo-gr_jp_cta-yfj {
  border-radius: 0.5rem;
  padding: 0.688rem 20px;
  background: rgba(10, 122, 110, 0.28);
  transition: background .2s;
  border: 1px solid rgba(10, 122, 110, 0.28);
  flex-shrink: 0;
  align-self: flex-start;
  font-size: 13px;
  white-space: nowrap;
  z-index: 1;
  margin-top: 0.25rem;
  color: #E6F4F2;
  font-weight: 700;
  position: relative;
}.ceo-gr_jp_cta-yfj:hover {
  background: #0A7A6E;
}.ceo-gcg-yfj {
  padding: 36px 1rem 0;
  background: #080F15;
}
@media(min-width: 769px) {.ceo-gcg-yfj {
  padding: 44px 24px 0;
}
}.ceo-gcg_in-yfj {
  margin: 0 auto;
  max-width: 82.5rem;
}.ceo-gcg_head-yfj {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.ceo-gcg_label-yfj {
  font-weight: 700;
  text-transform: uppercase;
  color: #00C4B6;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 8px;
}.ceo-gcg_h2-yfj {
  color: #E6F4F2;
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.ceo-gcg_h2-yfj {
  font-size: 1.75rem;
}
}.ceo-gcg_intro-yfj {
  color: #567872;
  font-size: 0.813rem;
  line-height: 1.6;
}.ceo-gcg_grid-yfj {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.ceo-gcg_grid-yfj {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.ceo-gcg_grid-yfj {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ceo-gcg_card-yfj {
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  border-radius: 0.875rem;
  transition: transform .2s,border-color .2s;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  min-height: 15rem;
  display: flex;
  position: relative;
}.ceo-gcg_card-yfj:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 196, 182, 0.18);
}.ceo-gcg_card_bg-yfj {
  inset: 0;
  position: absolute;
  z-index: 0;
}.ceo-gcg_card_bg-yfj::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.ceo-gcg_card_ic-yfj {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  align-items: center;
  color: #E6F4F2;
  width: 2.5rem;
  top: 1.125rem;
  position: absolute;
  height: 40px;
  right: 18px;
  display: flex;
  justify-content: center;
  z-index: 2;
}.ceo-gcg_card_ic-yfj svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
  height: 1.25rem;
}.ceo-gcg_card_ct-yfj {
  position: relative;
  z-index: 1;
}.ceo-gcg_card_h-yfj {
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  color: #E6F4F2;
  line-height: 1.2;
}
@media(min-width:768px) {.ceo-gcg_card_h-yfj {
  font-size: 20px;
}
}.ceo-gcg_card_p-yfj {
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  margin-bottom: 0.625rem;
}.ceo-gcg_card_p-yfj strong {
  color: #E6F4F2;
  font-weight: 600;
}.ceo-gcg_card_cta-yfj {
  gap: 4px;
  align-items: center;
  letter-spacing: .04em;
  color: #00C4B6;
  font-weight: 700;
  display: inline-flex;
  font-size: 0.75rem;
  text-transform: uppercase;
}.ceo-gcg_card_cta-yfj svg {
  height: 0.75rem;
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ceo-ws-yfj {
  background: #080F15;
  padding: 2rem 16px 0;
}
@media(min-width:768px) {.ceo-ws-yfj {
  padding: 2.25rem 24px 0;
}
}.ceo-ws_in-yfj {
  margin: 0 auto;
  max-width: 1320px;
}.ceo-ws_head-yfj {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  flex-wrap: wrap;
}.ceo-ws_title-yfj {
  gap: 0.625rem;
  flex-wrap: wrap;
  color: #E6F4F2;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 700;
  font-family: 'Orbitron', sans-serif;
  font-size: 16px;
}.ceo-ws_title_ic-yfj svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #C8920C;
  width: 1.125rem;
  height: 1.125rem;
}.ceo-ws_online-yfj {
  gap: 7px;
  font-size: 12px;
  align-items: center;
  color: #567872;
  display: flex;
  font-weight: 600;
}.ceo-ws_online_dot-yfj {
  background: #20C97C;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(32, 201, 124, 0.16);
}.ceo-ws_scroll-yfj {
  gap: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 8px;
}.ceo-ws_scroll-yfj::-webkit-scrollbar {
  display: none;
}.ceo-wc-yfj {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: #0A1520;
  gap: 10px;
  padding: 10px 14px;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.ceo-wc_img-yfj {
  border-radius: 0.25rem;
  background: #0D1B26;
  overflow: hidden;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}.ceo-wc_img-yfj img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ceo-wc_info-yfj {
  min-width: 0;
}.ceo-wc_game-yfj {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  color: #B8D4D0;
}.ceo-wc_player-yfj {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #3D5C58;
}.ceo-wc_amount-yfj {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
  margin-left: auto;
  color: #20C97C;
  font-weight: 700;
}.ceo-app-yfj {
  padding: 2.25rem 1rem 0;
  background: #080F15;
}
@media(min-width:768px) {.ceo-app-yfj {
  padding: 44px 1.5rem 0;
}
}.ceo-app_in-yfj {
  margin: 0 auto;
  max-width: 1320px;
}.ceo-app_head-yfj {
  margin-bottom: 1rem;
}.ceo-app_label-yfj {
  color: #00C4B6;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.ceo-app_h2-yfj {
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #E6F4F2;
  font-size: 20px;
  margin-bottom: 6px;
}
@media(min-width: 765px) {.ceo-app_h2-yfj {
  font-size: 24px;
}
}.ceo-app_sub-yfj {
  color: #567872;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  font-size: 13px;
  line-height: 1.6;
}.ceo-app_sub-yfj strong {
  font-weight: 700;
  color: #B8D4D0;
}.ceo-app_cards-yfj {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.ceo-app_cards-yfj {
  grid-template-columns: repeat(3,1fr);
}
}.ceo-app_card-yfj {
  gap: 16px;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}.ceo-app_card_ios-yfj {
  background: linear-gradient(135deg,rgba(0, 196, 182, 0.18) 0%,#0D1B26 100%);
}.ceo-app_card_android-yfj {
  background: linear-gradient(135deg,rgba(32, 201, 124, 0.16) 0%,#0D1B26 100%);
}.ceo-app_card_win-yfj {
  background: linear-gradient(135deg,rgba(200, 146, 12, 0.18) 0%,#0D1B26 100%);
}.ceo-app_card_ic-yfj svg {
  stroke-linecap: round;
  height: 34px;
  stroke-linejoin: round;
  width: 34px;
}.ceo-app_card_ic-yfj {
  flex-shrink: 0;
  color: #E6F4F2;
}.ceo-app_card_os-yfj {
  font-weight: 700;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #567872;
}.ceo-app_card_title-yfj {
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #E6F4F2;
  font-size: 15px;
}.ceo-app_card_text-yfj {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #567872;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.ceo-app_card_btn-yfj {
  border-radius: 4px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.12);
  gap: 0.438rem;
  transition: background .2s;
  border: 1px solid rgba(0, 210, 200, 0.45);
  font-weight: 700;
  color: #E6F4F2;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}.ceo-app_card_btn-yfj:hover {
  background: rgba(255, 255, 255, 0.07);
}.ceo-reg-yfj {
  background: #080F15;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.ceo-reg-yfj {
  padding: 44px 24px 0;
}
}.ceo-reg_in-yfj {
  border-radius: 14px;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0D1B26;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.ceo-reg_in-yfj {
  padding: 2.5rem;
}
}.ceo-reg_top-yfj {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.ceo-reg_top-yfj {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.ceo-reg_label-yfj {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #00C4B6;
  letter-spacing: .08em;
}.ceo-reg_h2-yfj {
  margin-bottom: 12px;
  line-height: 1.2;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Orbitron', sans-serif;
  color: #E6F4F2;
}
@media(min-width: 771px) {.ceo-reg_h2-yfj {
  font-size: 1.75rem;
}
}.ceo-reg_bonus-yfj {
  border: 1px solid rgba(200, 146, 12, 0.18);
  gap: 0.5rem;
  padding: 10px 16px;
  border-radius: 0.5rem;
  background: rgba(200, 146, 12, 0.18);
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.ceo-reg_bonus_amount-yfj {
  color: #C8920C;
  font-size: 20px;
  font-weight: 800;
}.ceo-reg_bonus_text-yfj {
  font-size: 0.813rem;
  color: #7EAAA4;
  line-height: 1.35;
}.ceo-reg_cta_btn-yfj {
  background: #20C97C;
  transition: background .2s;
  padding: 14px 32px;
  border-radius: 0.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 15px;
  color: #060E12;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 0 0.875rem rgba(32, 201, 124, 0.42);
  display: inline-block;
}.ceo-reg_cta_btn-yfj:hover {
  background: #28E48C;
}.ceo-reg_terms-yfj {
  color: #3D5C58;
  line-height: 1.5;
  font-size: 0.688rem;
}.ceo-reg_seo-yfj {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  overflow-wrap: break-word;
  color: #567872;
  line-height: 1.65;
  padding-top: 20px;
  margin-top: 20px;
}.ceo-reg_seo-yfj p {
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 13px;
  color: #567872;
}.ceo-reg_seo-yfj p:last-child {
  margin-bottom: 0;
}.ceo-reg_seo-yfj strong {
  font-weight: 700;
  color: #B8D4D0;
}.ceo-reg_seo-yfj a {
  transition: color .2s;
  color: #00C4B6;
  text-decoration: underline;
}.ceo-reg_seo-yfj a:hover {
  color: #00DDD0;
}.ceo-reg_seo-yfj ul,.ceo-reg_seo-yfj ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.ceo-reg_seo-yfj ol {
  list-style: decimal;
}.ceo-reg_seo-yfj li {
  font-size: 13px;
  color: #567872;
  margin-bottom: 4px;
  line-height: 1.65;
}.ceo-reg_seo-yfj table {
  overflow-x: auto;
  display: block;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  font-size: 13px;
}
@media(min-width: 765px) {.ceo-reg_seo-yfj table {
  display: table;
}
}.ceo-reg_seo-yfj th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  text-align: left;
  color: #B8D4D0;
  font-weight: 700;
}.ceo-reg_seo-yfj td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #567872;
}.ceo-reg_steps-yfj {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 859px) {.ceo-reg_steps-yfj {
  margin-top: 0;
}
}.ceo-reg_step-yfj {
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem;
  gap: 0.875rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.ceo-reg_step_num-yfj {
  background: rgba(0, 196, 182, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(0, 196, 182, 0.07);
  align-items: center;
  width: 34px;
  font-weight: 800;
  color: #00C4B6;
  height: 34px;
  justify-content: center;
  font-size: 14px;
  display: flex;
  flex-shrink: 0;
}.ceo-reg_step_title-yfj {
  font-size: 14px;
  color: #E6F4F2;
  margin-bottom: 3px;
  font-weight: 700;
}.ceo-reg_step_text-yfj {
  color: #567872;
  line-height: 1.5;
  font-size: 12px;
}.ceo-reg_trust-yfj {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  padding-top: 1.25rem;
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}.ceo-reg_trust_item-yfj {
  gap: 7px;
  font-size: 0.75rem;
  color: #567872;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
}.ceo-reg_trust_ic-yfj svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
  color: #00C4B6;
}.ceo-bon-yfj {
  padding: 2.25rem 16px 0;
  background: #080F15;
}
@media(min-width: 770px) {.ceo-bon-yfj {
  padding: 2.75rem 1.5rem 0;
}
}.ceo-bon_in-yfj {
  margin: 0 auto;
  max-width: 1320px;
}.ceo-bon_head-yfj {
  margin-bottom: 1.25rem;
}.ceo-bon_label-yfj {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  color: #00C4B6;
}.ceo-bon_h2-yfj {
  font-family: 'Orbitron', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #E6F4F2;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.ceo-bon_h2-yfj {
  font-size: 1.5rem;
}
}.ceo-bon_seo-yfj {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 620px;
  line-height: 1.6;
  color: #567872;
}.ceo-bon_seo-yfj strong {
  color: #B8D4D0;
  font-weight: 700;
}.ceo-bon_seo-yfj a {
  color: #00C4B6;
  text-decoration: underline;
}.ceo-bon_grid-yfj {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.ceo-bon_grid-yfj {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.ceo-bon_grid-yfj {
  grid-template-columns: repeat(5,1fr);
}
}.ceo-bon_card-yfj {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0A1520;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
}.ceo-bon_card-yfj:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 196, 182, 0.07);
}.ceo-bon_card_ic-yfj svg {
  height: 26px;
  width: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ceo-bon_card_ic-yfj {
  margin-bottom: 0.625rem;
}.ceo-bon_card_type-yfj {
  letter-spacing: .06em;
  color: #567872;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}.ceo-bon_card_amount-yfj {
  font-size: 1.125rem;
  color: #C8920C;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-weight: 800;
}.ceo-bon_card_name-yfj {
  margin-bottom: 0.5rem;
  color: #E6F4F2;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 13px;
}.ceo-bon_card_detail-yfj {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 8px;
  font-size: 0.688rem;
  line-height: 1.5;
  color: #3D5C58;
}.ceo-prov-yfj {
  background: #080F15;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.ceo-prov-yfj {
  padding: 44px 24px 0;
}
}.ceo-prov_in-yfj {
  margin: 0 auto;
  max-width: 1320px;
}.ceo-prov_head-yfj {
  margin-bottom: 1rem;
}.ceo-prov_label-yfj {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #00C4B6;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.ceo-prov_h2-yfj {
  font-weight: 800;
  color: #E6F4F2;
  margin-bottom: 0.5rem;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 766px) {.ceo-prov_h2-yfj {
  font-size: 1.5rem;
}
}.ceo-prov_seo-yfj {
  color: #567872;
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 13px;
  max-width: 620px;
  overflow-wrap: break-word;
}.ceo-prov_seo-yfj strong {
  color: #B8D4D0;
  font-weight: 700;
}.ceo-prov_seo-yfj a {
  color: #00C4B6;
  text-decoration: underline;
}.ceo-prov_grid-yfj {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 642px) {.ceo-prov_grid-yfj {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.ceo-prov_grid-yfj {
  grid-template-columns: repeat(8,1fr);
}
}.ceo-prov_card-yfj {
  padding: 0.875rem 0.625rem;
  background: #0A1520;
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.ceo-prov_card-yfj:hover {
  border-color: rgba(0, 210, 200, 0.45);
  background: #0D1B26;
}.ceo-prov_logo-yfj {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  justify-content: center;
  width: 44px;
  align-items: center;
  display: flex;
  height: 44px;
}.ceo-prov_logo-yfj img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.ceo-prov_name-yfj {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7EAAA4;
  font-weight: 600;
  text-align: center;
}.ceo-htp-yfj {
  padding: 2.25rem 1rem 0;
  background: #080F15;
}
@media(min-width: 769px) {.ceo-htp-yfj {
  padding: 44px 24px 0;
}
}.ceo-htp_in-yfj {
  margin: 0 auto;
  max-width: 1320px;
}.ceo-htp_head-yfj {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.ceo-htp_label-yfj {
  font-weight: 700;
  color: #00C4B6;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 0.688rem;
}.ceo-htp_h2-yfj {
  overflow-wrap: break-word;
  color: #E6F4F2;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 0.5rem;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 770px) {.ceo-htp_h2-yfj {
  font-size: 1.75rem;
}
}.ceo-htp_intro-yfj {
  color: #567872;
  font-size: 14px;
  line-height: 1.6;
}.ceo-htp_steps-yfj {
  list-style: none;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.ceo-htp_steps-yfj {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.ceo-htp_steps-yfj {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.ceo-htp_step-yfj {
  padding: 20px 18px 1.125rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0D1B26;
  position: relative;
  flex-direction: column;
  display: flex;
}.ceo-htp_step_num-yfj {
  border-radius: 50%;
  background: #00C4B6;
  display: flex;
  height: 1.75rem;
  position: absolute;
  align-items: center;
  font-weight: 800;
  width: 28px;
  font-size: 0.813rem;
  color: #060E12;
  top: -0.75rem;
  justify-content: center;
  font-family: 'Orbitron', sans-serif;
  left: 1.25rem;
}.ceo-htp_step_ic-yfj {
  border-radius: 4px;
  margin: 0.5rem 0 0.75rem;
  background: rgba(0, 196, 182, 0.18);
  color: #00C4B6;
  width: 2.25rem;
  align-items: center;
  display: flex;
  height: 2.25rem;
  justify-content: center;
}.ceo-htp_step_ic-yfj svg {
  stroke-linejoin: round;
  height: 18px;
  width: 1.125rem;
  stroke-linecap: round;
}.ceo-htp_step_h-yfj {
  line-height: 1.25;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #E6F4F2;
  font-weight: 700;
  overflow-wrap: break-word;
}.ceo-htp_step_p-yfj {
  color: #567872;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.ceo-htp_step_p-yfj strong {
  font-weight: 600;
  color: #B8D4D0;
}.ceo-htp_cta-yfj {
  padding: 0.813rem 26px;
  border-radius: 0.5rem;
  background: #20C97C;
  transition: background .2s;
  font-weight: 700;
  color: #060E12;
  display: inline-block;
  margin-top: 20px;
  font-size: 0.875rem;
}.ceo-htp_cta-yfj:hover {
  background: #28E48C;
}.ceo-seo-yfj {
  background: #080F15;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.ceo-seo-yfj {
  padding: 44px 24px 0;
}
}.ceo-seo_in-yfj {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 1.5rem;
  margin: 0 auto;
  background: #0D1B26;
  border-radius: 0.875rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.ceo-seo_in-yfj {
  padding: 2.25rem 40px;
}
}.ceo-seo_label-yfj {
  margin-bottom: 10px;
  color: #00C4B6;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
}.ceo-seo_h2-yfj {
  font-size: 1.25rem;
  margin-bottom: 14px;
  line-height: 1.25;
  color: #E6F4F2;
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
}
@media(min-width: 769px) {.ceo-seo_h2-yfj {
  font-size: 24px;
}
}.ceo-seo_body-yfj {
  color: #7EAAA4;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
}.ceo-seo_body-yfj p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75;
  color: #7EAAA4;
}.ceo-seo_body-yfj p:last-child {
  margin-bottom: 0;
}.ceo-seo_body-yfj strong {
  color: #B8D4D0;
  font-weight: 700;
}.ceo-seo_body-yfj a {
  transition: color .2s;
  color: #00C4B6;
  text-decoration: underline;
}.ceo-seo_body-yfj a:hover {
  color: #00DDD0;
}.ceo-seo_body-yfj ul,.ceo-seo_body-yfj ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.ceo-seo_body-yfj ol {
  list-style: decimal;
}.ceo-seo_body-yfj li {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 6px;
  color: #7EAAA4;
}.ceo-seo_body-yfj table {
  font-size: 13px;
  margin-bottom: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
@media(min-width: 771px) {.ceo-seo_body-yfj table {
  display: table;
}
}.ceo-seo_body-yfj th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #B8D4D0;
}.ceo-seo_body-yfj td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #7EAAA4;
}.ceo-seo_cols-yfj {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.ceo-seo_cols-yfj {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.ceo-seo_cols-yfj {
  grid-template-columns: repeat(3,1fr);
}
}.ceo-seo_col_h-yfj {
  color: #B8D4D0;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
}.ceo-seo_col_p-yfj {
  color: #567872;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.ceo-seo_stats-yfj {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.ceo-seo_stat-yfj {
  background: rgba(0, 196, 182, 0.07);
  border: 1px solid rgba(0, 196, 182, 0.18);
  flex: 1;
  padding: 14px 16px;
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.ceo-seo_stat_val-yfj {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 4px;
  color: #00C4B6;
}.ceo-seo_stat_lb-yfj {
  color: #567872;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.ceo-seo-yfj {
  padding: 36px 16px 0;
  background: #080F15;
}
@media(min-width: 767px) {.ceo-seo-yfj {
  padding: 2.75rem 1.5rem 0;
}
}.ceo-seo_in-yfj {
  border-radius: 0.875rem;
  padding: 1.75rem 1.5rem;
  background: #0D1B26;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.ceo-seo_in-yfj {
  padding: 36px 40px;
}
}.ceo-seo_label-yfj {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00C4B6;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 11px;
}.ceo-seo_h2-yfj {
  margin-bottom: 0.875rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #E6F4F2;
  font-size: 20px;
  line-height: 1.25;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 767px) {.ceo-seo_h2-yfj {
  font-size: 1.5rem;
}
}.ceo-seo_body-yfj {
  line-height: 1.75;
  color: #7EAAA4;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.ceo-seo_body-yfj p {
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #7EAAA4;
}.ceo-seo_body-yfj p:last-child {
  margin-bottom: 0;
}.ceo-seo_body-yfj strong {
  font-weight: 700;
  color: #B8D4D0;
}.ceo-seo_body-yfj a {
  transition: color .2s;
  color: #00C4B6;
  text-decoration: underline;
}.ceo-seo_body-yfj a:hover {
  color: #00DDD0;
}.ceo-seo_body-yfj ul,.ceo-seo_body-yfj ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.ceo-seo_body-yfj ol {
  list-style: decimal;
}.ceo-seo_body-yfj li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #7EAAA4;
}.ceo-seo_body-yfj table {
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 767px) {.ceo-seo_body-yfj table {
  display: table;
}
}.ceo-seo_body-yfj th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  color: #B8D4D0;
  font-weight: 700;
}.ceo-seo_body-yfj td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #7EAAA4;
}.ceo-seo_cols-yfj {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.ceo-seo_cols-yfj {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.ceo-seo_cols-yfj {
  grid-template-columns: repeat(3,1fr);
}
}.ceo-seo_col_h-yfj {
  color: #B8D4D0;
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.ceo-seo_col_p-yfj {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #567872;
  overflow-wrap: break-word;
}.ceo-seo_stats-yfj {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.ceo-seo_stat-yfj {
  background: rgba(0, 196, 182, 0.07);
  border-radius: 0.5rem;
  flex: 1;
  padding: 14px 1rem;
  border: 1px solid rgba(0, 196, 182, 0.18);
  min-width: 8.75rem;
}.ceo-seo_stat_val-yfj {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 800;
  color: #00C4B6;
  overflow-wrap: break-word;
}.ceo-seo_stat_lb-yfj {
  color: #567872;
  font-size: 11px;
  overflow-wrap: break-word;
}.ceo-faq-yfj {
  padding: 36px 1rem 0;
  background: #080F15;
}
@media(min-width: 767px) {.ceo-faq-yfj {
  padding: 44px 1.5rem 0;
}
}.ceo-faq_in-yfj {
  margin: 0 auto;
  max-width: 82.5rem;
}.ceo-faq_head-yfj {
  margin-bottom: 20px;
}.ceo-faq_label-yfj {
  text-transform: uppercase;
  color: #00C4B6;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.ceo-faq_h2-yfj {
  font-size: 1.25rem;
  color: #E6F4F2;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Orbitron', sans-serif;
}
@media(min-width: 771px) {.ceo-faq_h2-yfj {
  font-size: 24px;
}
}.ceo-faq_list-yfj {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.ceo-faq_item-yfj {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0D1B26;
  border-radius: 8px;
  overflow: hidden;
}.ceo-faq_q-yfj {
  gap: 0.75rem;
  transition: color .2s;
  padding: 16px 1.25rem;
  color: #B8D4D0;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  align-items: center;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  justify-content: space-between;
}.ceo-faq_q-yfj:hover {
  color: #E6F4F2;
}.ceo-faq_q_ic-yfj {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  justify-content: center;
  display: flex;
  height: 24px;
  font-size: 16px;
  color: #00C4B6;
  flex-shrink: 0;
  width: 24px;
  align-items: center;
}.ceo-faq_item-yfj.ceo-state_open-yfj .ceo-faq_q_ic-yfj {
  transform: rotate(45deg);
}.ceo-faq_a-yfj {
  padding: 0 20px 1rem;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #567872;
  line-height: 1.7;
  display: none;
}.ceo-faq_item-yfj.ceo-state_open-yfj .ceo-faq_a-yfj {
  display: block;
}.ceo-faq_a-yfj strong {
  color: #B8D4D0;
  font-weight: 700;
}.ceo-faq_a-yfj a {
  text-decoration: underline;
  color: #00C4B6;
}.ceo-faq_a-yfj ul,.ceo-faq_a-yfj ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.ceo-faq_a-yfj ol {
  list-style: decimal;
}.ceo-faq_a-yfj li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.ceo-faq_a-yfj table {
  margin: 8px 0;
  font-size: 0.75rem;
  display: block;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 769px) {.ceo-faq_a-yfj table {
  display: table;
}
}.ceo-faq_a-yfj th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  text-align: left;
  color: #B8D4D0;
  font-weight: 700;
}.ceo-faq_a-yfj td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #567872;
}.ceo-seo-yfj {
  padding: 36px 16px 0;
  background: #080F15;
}
@media(min-width: 769px) {.ceo-seo-yfj {
  padding: 44px 24px 0;
}
}.ceo-seo_in-yfj {
  background: #0D1B26;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.ceo-seo_in-yfj {
  padding: 2.25rem 40px;
}
}.ceo-seo_label-yfj {
  letter-spacing: .08em;
  color: #00C4B6;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.ceo-seo_h2-yfj {
  overflow-wrap: break-word;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 14px;
  color: #E6F4F2;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 769px) {.ceo-seo_h2-yfj {
  font-size: 1.5rem;
}
}.ceo-seo_body-yfj {
  color: #7EAAA4;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
}.ceo-seo_body-yfj p {
  margin-bottom: 0.75rem;
  color: #7EAAA4;
  line-height: 1.75;
  font-size: 14px;
}.ceo-seo_body-yfj p:last-child {
  margin-bottom: 0;
}.ceo-seo_body-yfj strong {
  color: #B8D4D0;
  font-weight: 700;
}.ceo-seo_body-yfj a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C4B6;
}.ceo-seo_body-yfj a:hover {
  color: #00DDD0;
}.ceo-seo_body-yfj ul,.ceo-seo_body-yfj ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.ceo-seo_body-yfj ol {
  list-style: decimal;
}.ceo-seo_body-yfj li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
  color: #7EAAA4;
}.ceo-seo_body-yfj table {
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 770px) {.ceo-seo_body-yfj table {
  display: table;
}
}.ceo-seo_body-yfj th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #B8D4D0;
  font-weight: 700;
}.ceo-seo_body-yfj td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7EAAA4;
}.ceo-seo_cols-yfj {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.ceo-seo_cols-yfj {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.ceo-seo_cols-yfj {
  grid-template-columns: repeat(3,1fr);
}
}.ceo-seo_col_h-yfj {
  margin-bottom: 7px;
  font-weight: 700;
  color: #B8D4D0;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.ceo-seo_col_p-yfj {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #567872;
}.ceo-seo_stats-yfj {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.ceo-seo_stat-yfj {
  border-radius: 8px;
  flex: 1;
  padding: 14px 16px;
  background: rgba(0, 196, 182, 0.07);
  border: 1px solid rgba(0, 196, 182, 0.18);
  min-width: 140px;
}.ceo-seo_stat_val-yfj {
  margin-bottom: 4px;
  font-weight: 800;
  color: #00C4B6;
  font-size: 20px;
  overflow-wrap: break-word;
}.ceo-seo_stat_lb-yfj {
  color: #567872;
  overflow-wrap: break-word;
  font-size: 11px;
}.ceo-ft-yfj {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #040A0E;
  margin-top: 3rem;
}.ceo-ft_support-yfj {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.ceo-ft_support-yfj {
  padding: 1.75rem 1.5rem;
}
}.ceo-ft_support_in-yfj {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.ceo-ft_support_main-yfj {
  gap: 1rem;
  flex: 1;
  align-items: center;
  min-width: 220px;
  flex-wrap: wrap;
  display: flex;
}.ceo-ft_support_ic-yfj {
  flex-shrink: 0;
  color: #00C4B6;
}.ceo-ft_support_ic-yfj svg {
  stroke-linejoin: round;
  width: 1.875rem;
  height: 30px;
  stroke-linecap: round;
}.ceo-ft_support_text_title-yfj {
  margin-bottom: 3px;
  color: #E6F4F2;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
}.ceo-ft_support_text_sub-yfj {
  font-size: 0.75rem;
  color: #567872;
  overflow-wrap: break-word;
}.ceo-ft_support_btn-yfj {
  transition: background .2s;
  border-radius: 8px;
  padding: 0.688rem 1.375rem;
  background: #00C4B6;
  color: #E6F4F2;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}.ceo-ft_support_btn-yfj:hover {
  background: #00DDD0;
}.ceo-ft_support_contacts-yfj {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.ceo-ft_support_contact-yfj {
  line-height: 1.4;
  color: #3D5C58;
  font-size: 0.75rem;
}.ceo-ft_support_contact-yfj strong {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 11px;
  color: #7EAAA4;
  display: block;
}.ceo-ft_main-yfj {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 766px) {.ceo-ft_main-yfj {
  padding: 40px 24px 32px;
}
}.ceo-ft_main_in-yfj {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.ceo-ft_main_in-yfj {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.ceo-ft_main_in-yfj {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.ceo-ft_col_logo-yfj {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.ceo-ft_col_logo-yfj {
  grid-column: auto;
}
}.ceo-ft_logo-yfj {
  gap: 0.563rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  color: #E6F4F2;
  font-size: 16px;
}.ceo-ft_logo_mark-yfj {
  overflow: hidden;
  border-radius: 4px;
  height: 30px;
  width: 30px;
}.ceo-ft_logo_mark-yfj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.ceo-ft_logo_sub-yfj {
  overflow-wrap: break-word;
  color: #3D5C58;
  max-width: 12.5rem;
  line-height: 1.55;
  font-size: 0.75rem;
}.ceo-ft_col_title-yfj {
  letter-spacing: .07em;
  color: #7EAAA4;
  font-size: 12px;
  margin-bottom: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}.ceo-ft_col_links-yfj {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.ceo-ft_col_link-yfj {
  transition: color .2s;
  font-size: 13px;
  color: #3D5C58;
  overflow-wrap: break-word;
}.ceo-ft_col_link-yfj:hover {
  color: #B8D4D0;
}.ceo-ft_apps-yfj {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.ceo-ft_app_card-yfj {
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.25rem;
  padding: 0.625rem 0.75rem;
  display: flex;
  align-items: center;
}.ceo-ft_app_card-yfj:hover {
  border-color: rgba(0, 210, 200, 0.45);
}.ceo-ft_app_card_ic-yfj svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 22px;
}.ceo-ft_app_card_os-yfj {
  font-weight: 600;
  color: #3D5C58;
  font-size: 10px;
}.ceo-ft_app_card_action-yfj {
  font-weight: 700;
  font-size: 12px;
  color: #B8D4D0;
}.ceo-ft_bot-yfj {
  padding: 20px 16px;
}
@media(min-width: 769px) {.ceo-ft_bot-yfj {
  padding: 1.25rem 1.5rem;
}
}.ceo-ft_bot_in-yfj {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
}.ceo-ft_socials-yfj {
  gap: 8px;
  display: flex;
}.ceo-ft_soc-yfj {
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  justify-content: center;
  height: 36px;
  display: flex;
  align-items: center;
  color: #7EAAA4;
  width: 2.25rem;
}.ceo-ft_soc-yfj svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.ceo-ft_soc-yfj:hover {
  background: rgba(255, 255, 255, 0.07);
}.ceo-ft_legal-yfj {
  flex: 1;
  color: #6B9490;
  line-height: 1.6;
  font-size: 0.688rem;
  min-width: 12.5rem;
  overflow-wrap: break-word;
}.ceo-ft_legal-yfj strong {
  color: #7EAAA4;
  font-weight: 700;
}.ceo-ft_legal-yfj a {
  color: #7EAAA4;
  text-decoration: underline;
}.ceo-ft_age-yfj {
  border: 2px solid #6B9490;
  border-radius: 50%;
  color: #6B9490;
  height: 2rem;
  width: 32px;
  margin-left: auto;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}