*, *::before, *::after  {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body  {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img, svg  {
  max-width: 100%;
  display: block;
}
a  {
  text-decoration: none;
  color: inherit;
}
button  {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}
ul, ol { list-style: none; }
input, textarea, select { font: inherit; }
.c-strip-cell-93  {
  background: #0f1419;
  border-bottom: 1px solid rgba(255, 215, 0, 0.12);
}

.site-inner-foot-u4d  {
  margin: 0 auto;
  height: 56px;
  max-width: 1280px;
  gap: 0.75rem;
  display: flex;
  padding: 0 16px;
  align-items: center;
}

.ui-grid-top-9qd  {
  display: flex;
  transition: background 0.25s ease;
  background: none;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.12);
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: #f5f1ed;
  justify-content: center;
}

.ui-grid-top-9qd:hover { background: rgba(255,255,255,0.04); }

.m-block-left-piw  {
  white-space: nowrap;
  align-items: center;
  font-weight: 800;
  color: #ffd700;
  letter-spacing: -0.02em;
  gap: 8px;
  font-size: 19px;
  display: flex;
}

.js-item-np3  {
  gap: 8px;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.mod-header-inner-jie  {
  padding: 7px 14px;
  font-weight: 700;
  background: #ffa500;
  font-size: 13px;
  border-radius: 12px;
  color: #0f1419;
  transition: background 0.25s ease;
  font-family: Inter, sans-serif;
}

.mod-header-inner-jie:hover { background: #ffb81c; }

.widget-wrap-4es  {
  background: none;
  color: #f5f1ed;
  display: none;
  border: 1px solid rgba(255,255,255,0.1);
}

.widget-wrap-4es:hover { background: rgba(255,255,255,0.04); }

/* --- Drawer --- */

.page-zone-inner-18o  {
  background: #0f1419;
  transition: transform 0.3s ease;
  display: flex;
  top: 0;
  height: 100%;
  transform: translateX(-100%);
  width: 280px;
  overflow-y: auto;
  left: 0;
  position: fixed;
  z-index: 200;
  border-right: 1px solid rgba(255, 215, 0, 0.12);
  flex-direction: column;
}

.page-zone-inner-18o.m-region-block-jc { transform: translateX(0); }

.site-block-area-1ht  {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-shrink: 0;
  padding: 1rem 20px;
}

.m-strip-cell-pk  {
  font-size: 18px;
  width: 32px;
  place-items: center;
  display: grid;
  cursor: pointer;
  border-radius: 6px;
  height: 32px;
  transition: background 0.25s ease;
  color: #f5f1ed;
  background: none;
  border: 1px solid rgba(255, 215, 0, 0.12);
}

.m-strip-cell-pk:hover { background: rgba(255,255,255,0.04); }

.v-grid-area-zh8  {
  flex: 1;
  flex-direction: column;
  display: flex;
  padding: 0.75rem 0;
}

.m-link-left-udd  {
  font-weight: 500;
  transition: background 0.25s ease, color 0.25s ease;
  color: #f5f1ed;
  padding-top: 14px; padding-right: 24px; padding-bottom: 14px; padding-left: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.m-link-left-udd:hover  {
  color: #ffd700;
  background: rgba(255,255,255,0.04);
}

.l-panel-block-wq  {
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  z-index: 150;
  inset: 0;
  background: rgba(15, 20, 25, 0.8);
  position: fixed;
}

.l-panel-block-wq.m-region-block-jc  {
  opacity: 1;
  visibility: visible;
}

/* --- Language dropdown --- */

.site-widget-block-ci { position: relative; }

.mod-slot-top-i1x  {
  border: 1px solid rgba(255, 215, 0, 0.12);
  align-items: center;
  color: #f5f1ed;
  transition: border-color 0.25s ease, background 0.25s ease;
  white-space: nowrap;
  border-radius: 12px;
  gap: 6px;
  background: rgba(255,255,255,0.02);
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  font-family: Inter, sans-serif;
  cursor: pointer;
  padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px;
}

.mod-slot-top-i1x:hover  {
  border-color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04);
}
.l-content-foot-9sb  {
  font-size: 10px;
  transition: transform 0.25s ease;
}
.site-widget-block-ci.m-region-block-jc .l-content-foot-9sb { transform: rotate(180deg); }

.mod-box-area-so  {
  min-width:139px;
  top: calc(100% + 4px);
  background: #1a1f2e;
  display: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  z-index: 50;
  position: absolute;
  right: 0;
  border-radius: 20px;
  padding: 4px;
  border: 1px solid rgba(255, 215, 0, 0.12);
}

.site-widget-block-ci.m-region-block-jc .mod-box-area-so { display: block; }

.m-slot-primary-ehu  {
  gap: 8px;
  color: #f5f1ed;
  padding: 8px 12px;
  transition: background 0.25s ease, color 0.25s ease;
  border-radius: 12px;
  display: flex;
  font-weight: 500;
  cursor: pointer;
  font-size: 13px;
  align-items: center;
  font-family: Inter, sans-serif;
}

.m-slot-primary-ehu:hover  {
  background: rgba(255,255,255,0.06);
  color: #ffd700;
}
.m-slot-primary-ehu.active { color: #ffa500; }
.site-grid-head-ikx  {
  line-height: 1;
  font-size: 16px;
}

/* --- Desktop --- */

@media (min-width:798px) {
  .site-inner-foot-u4d  {
  height: 60px;
  padding: 0 20px;
}
  .widget-wrap-4es { display: inline-flex; }
}
.js-container-left-dp  {
  padding-top: 3rem; padding-right: 16px; padding-bottom: 48px; padding-left: 16px;
  background: #0f1419;
}

.l-zone-cell-smv  {
  max-width: 900px;
  margin: 0 auto;
}

.b-cell-item-lz3  {
  padding-bottom: 24px;
  gap: 1rem;
  flex-direction: column;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.12);
  display: flex;
}

.c-title-row-yja { flex: 1; }

.site-row-base-5t0  {
  font-size: 22px;
  font-family: Bebas Neue, sans-serif;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #ffd700;
  font-weight: 800;
}

.ui-section-block-j2c  {
  color: #ffa500;
  font-weight: 800;
  font-size: 28px;
}

.m-wrap-cell-wy  {
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}

.wp-hero-main-km  {
  color: #0f1419;
  border-radius: 12px;
  padding-top: 12px; padding-right: 28px; padding-bottom: 12px; padding-left: 1.75rem;
  display: inline-block;
  font-weight: 700;
  font-family: Inter, sans-serif;
  text-align: center;
  transition: background 0.25s ease;
  font-size: 14px;
  background: #ffa500;
}

.wp-hero-main-km:hover { background: #ffb81c; }

.l-slot-wrap-wu4  {
  font-size: 12px;
  color: #9e9a94;
}

.l-btn-area-iw p  {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.6;
  color: #f5f1ed;
  font-family: Inter, sans-serif;
}

.l-btn-area-iw p:last-child { margin-bottom: 0; }

.l-btn-area-iw ul  {
  padding-left: 24px;
  list-style-type: square;
  margin-bottom: 16px;
}

.l-btn-area-iw ol  {
  margin-bottom: 16px;
  padding-left: 24px;
  list-style-type: decimal;
}

.l-btn-area-iw li  {
  line-height: 1.55;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  color: #f5f1ed;
}

.l-btn-area-iw a  {
  color: #ffa500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.l-btn-area-iw a:hover { color: #ffb81c; }

.l-btn-area-iw strong { color: #ffd700; }

.l-btn-area-iw table  {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  font-size: 15px;
  width: 100%;
  margin-bottom: 1rem;
}

.l-btn-area-iw th  {
  background: rgba(255,255,255,0.04);
  text-align: left;
  color: #ffd700;
  border-bottom: 1px solid rgba(255, 215, 0, 0.12);
  padding: 11px 14px;
  font-weight: 600;
}

.l-btn-area-iw td  {
  color: #f5f1ed;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

@media (min-width:845px) {
  .b-cell-item-lz3  {
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
  .site-row-base-5t0 { font-size: 1.625rem; }
  .ui-section-block-j2c { font-size: 34px; }
  .l-btn-area-iw table { display: table; }
}
.l-view-left-fk  {
  background: #1a1f2e;
  padding: 52px 22px;
}
.app-view-left-0c7  {
  margin: 0 auto;
  gap: 20px;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
}
.ui-view-primary-xk  {
  overflow-wrap: break-word;
  font-size: 24px;
  color: #ffd700;
  font-weight: 800;
  font-family: Bebas Neue, sans-serif;
}
.wp-title-main-q6  {
  font-size: 0.875rem;
  color: #f5f1ed;
  line-height: 1.75;
  font-family: Inter, sans-serif;
}
.wp-title-main-q6 p {
  margin-bottom: 0.8125rem;
}
.wp-title-main-q6 p:last-child {
  margin-bottom: 0;
}
.wp-title-main-q6 strong {
  color: #ffd700;
}
.wp-title-main-q6 a  {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #ffa500;
}
.wp-title-main-q6 a:hover {
  color: #ffb81c;
}
.wp-title-main-q6 ul  {
  margin-bottom: 13px;
  padding-left: 20px;
  list-style-type: circle;
}
.wp-title-main-q6 ol  {
  margin-bottom: 13px;
  padding-left: 20px;
  list-style-type: decimal;
}
.wp-title-main-q6 li  {
  line-height: 1.75;
  font-size: 14px;
  color: #f5f1ed;
  margin-bottom: 7px;
}
.wp-title-main-q6 table  {
  margin-bottom: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  display: block;
}
.wp-title-main-q6 th, .wp-title-main-q6 td  {
  border-bottom: 1px solid rgba(255, 215, 0, 0.12);
  font-size: 13px;
  text-align: left;
  padding: 10px 12px;
}
.wp-title-main-q6 th  {
  letter-spacing: 0.04em;
  color: #ffd700;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width:802px) {
  .l-view-left-fk { padding: 68px 44px; }
  .app-view-left-0c7  {
  gap: 60px;
  flex-direction: row;
}
  .page-module-main-ha { flex: 0 0 280px; }
  .ui-view-primary-xk { font-size: 28px; }
  .wp-title-main-q6 table { display: table; }
}

.site-outer-head-ov  {
  padding: 3.5rem 20px;
  border-top: 1px solid rgba(255, 215, 0, 0.12);
  background: #0f1419;
}
.site-header-foot-vv  {
  display: flex;
  gap: 24px;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
}
.m-item-a5  {
  font-weight: 800;
  font-family: Bebas Neue, sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  color: #ffd700;
  font-size: 28px;
}
.m-module-block-8h0  {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #9e9a94;
  margin-bottom: 18px;
}
.js-container-left-qv  {
  display: inline-block;
  color: #0f1419;
  font-weight: 700;
  background: #ffa500;
  font-size: 15px;
  transition: background 0.25s ease;
  font-family: Inter, sans-serif;
  border-radius: 12px;
  padding: 12px 28px;
}
.js-container-left-qv:hover { background: #ffb81c; }
.m-hero-block-7j6  {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #f5f1ed;
  line-height: 1.75;
}
.m-hero-block-7j6 p { margin-bottom: 16px; }
.m-hero-block-7j6 p:last-child { margin-bottom: 0; }
.m-hero-block-7j6 strong { color: #ffd700; }
.m-hero-block-7j6 a  {
  text-decoration: underline;
  color: #ffa500;
  text-underline-offset: 3px;
}
.m-hero-block-7j6 a:hover { color: #ffb81c; }
.m-hero-block-7j6 ul  {
  margin-bottom: 16px;
  list-style-type: square;
  padding-left: 1.375rem;
}
.m-hero-block-7j6 ol  {
  list-style-type: decimal;
  margin-bottom: 16px;
  padding-left: 1.375rem;
}
.m-hero-block-7j6 li  {
  font-size: 16px;
  margin-bottom: 7px;
  color: #f5f1ed;
  line-height: 1.75;
}
.m-hero-block-7j6 dl { margin-bottom: 16px; }
.m-hero-block-7j6 dt  {
  color: #ffd700;
  font-weight: 700;
  font-size: 16px;
  margin-top: 16px;
}
.m-hero-block-7j6 dt:first-child { margin-top: 0; }
.m-hero-block-7j6 dd  {
  font-size: 16px;
  margin-bottom: 7px;
  color: #f5f1ed;
  margin-left: 0;
  line-height: 1.75;
}
.m-hero-block-7j6 table  {
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin-bottom: 16px;
  overflow-x: auto;
}
.m-hero-block-7j6 th  {
  color: #ffd700;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.12);
  text-align: left;
  background: rgba(255,255,255,0.03);
  font-weight: 600;
}
.m-hero-block-7j6 td  {
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.03);
  color: #f5f1ed;
}
@media (min-width:875px) {
  .site-outer-head-ov { padding-top: 4.5rem; padding-right: 44px; padding-bottom: 72px; padding-left: 2.75rem; }
  .site-header-foot-vv  {
  gap: 52px;
  flex-direction: row;
}
  .js-component-left-tt4 { flex: 0 0 320px; }
  .m-item-a5 { font-size: 32px; }
  .m-hero-block-7j6 table { display: table; }
}

.m-widget-head-79  {
  background: #0f1419;
  border-top: 1px solid rgba(255, 215, 0, 0.12);
  padding-top: 2rem; padding-right: 20px; padding-bottom: 32px; padding-left: 20px;
}
.site-container-col-mo  {
  max-width: 1280px;
  gap: 14px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: flex-start;
}
.v-menu-main-4a  {
  color: #9e9a94;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid #9e9a94;
  font-weight: 800;
  height: 36px;
  align-items: center;
  font-family: Inter, sans-serif;
  justify-content: center;
  width: 36px;
  display: flex;
  font-size: 11px;
}
.mod-block-primary-7h  {
  line-height: 1.55;
  font-family: Inter, sans-serif;
  color: #f5f1ed;
  overflow-wrap: break-word;
  font-size: 12px;
}
.top-inner-nt  {
  background: #0f1419;
  border-top: 1px solid rgba(255, 215, 0, 0.12);
  padding-top: 38px; padding-right: 16px; padding-bottom: 38px; padding-left: 16px;
}
.mod-holder-col-yi  {
  margin: 0 auto;
  max-width: 720px;
}
.site-btn-area-ip  {
  margin-bottom: 16px;
  color: #ffd700;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: Bebas Neue, sans-serif;
  overflow-wrap: break-word;
}
.site-slot-wrap-mi  {
  line-height: 1.7;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
  color: #f5f1ed;
}
.site-slot-wrap-mi ol  {
  margin-bottom: 14px;
  padding-left: 22px;
  list-style-type: decimal;
}
.site-slot-wrap-mi li  {
  margin-bottom: 8px;
  line-height: 1.7;
  color: #f5f1ed;
  font-size: 15px;
}
.site-slot-wrap-mi li:last-child {
  margin-bottom: 0;
}
.site-slot-wrap-mi strong {
  color: #ffd700;
}
.v-btn-body-8vx  {
  background: #ffa500;
  border-radius: 12px;
  font-size: 14px;
  display: inline-block;
  font-family: Inter, sans-serif;
  font-weight: 700;
  transition: background 0.25s ease;
  color: #0f1419;
  padding: 12px 28px;
}
.v-btn-body-8vx:hover {
  background: #ffb81c;
}
@media (min-width:803px) {
  .top-inner-nt { padding: 52px 32px; }
  .site-btn-area-ip { font-size: 1.5rem; }
}

.page-list-primary-d9c  {
  background: #0f1419;
  padding: 2.5rem 16px;
}
.mod-grid-box-yw  {
  max-width: 840px;
  margin: 0 auto;
}
.js-main-base-ac  {
  border: 1px solid rgba(255, 215, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
  background: #1a1f2e;
  padding: 28px 20px;
  border-radius: 20px;
}
.page-panel-body-pv  {
  font-family: Bebas Neue, sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 14px;
  color: #ffd700;
  font-weight: 700;
}
.t-content-primary-ti4  {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #f5f1ed;
}
.t-content-primary-ti4 p { margin-bottom: 14px; }
.t-content-primary-ti4 p:last-child { margin-bottom: 0; }
.t-content-primary-ti4 strong { color: #ffd700; }
.t-content-primary-ti4 a  {
  color: #ffa500;
  text-underline-offset: 2px;
  text-decoration: underline;
}
.t-content-primary-ti4 a:hover { color: #ffb81c; }
.t-content-primary-ti4 ul  {
  padding-left: 20px;
  margin-bottom: 14px;
  list-style-type: square;
}
.t-content-primary-ti4 ol  {
  margin-bottom: 14px;
  padding-left: 20px;
  list-style-type: decimal;
}
.t-content-primary-ti4 li  {
  margin-bottom: 6px;
  color: #f5f1ed;
  font-size: 15px;
  line-height: 1.7;
}
.t-content-primary-ti4 table  {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  margin-bottom: 14px;
}
.t-content-primary-ti4 th  {
  padding: 10px 12px;
  color: #ffd700;
  border-bottom: 1px solid rgba(255, 215, 0, 0.12);
  font-weight: 600;
  text-align: left;
  background: rgba(255,255,255,0.03);
}
.t-content-primary-ti4 td  {
  padding: 10px 12px;
  color: #f5f1ed;
  border-bottom: 1px solid rgba(255,255,255,0.03);
}
.site-section-wrap-x7  {
  display: inline-block;
  padding: 11px 24px;
  background: #ffa500;
  color: #0f1419;
  transition: background 0.25s ease;
  font-size: 14px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  border-radius: 12px;
}
.site-section-wrap-x7:hover { background: #ffb81c; }
@media (min-width:771px) {
  .page-list-primary-d9c { padding-top: 56px; padding-right: 32px; padding-bottom: 56px; padding-left: 2rem; }
  .js-main-base-ac { padding: 36px 32px; }
  .page-panel-body-pv { font-size: 24px; }
  .t-content-primary-ti4 table { display: table; }
}

.panel-area-z4y  {
  padding: 1.375rem 16px;
  background: linear-gradient(180deg, #1a1f2e 0%, #0f1419 100%);
}
.app-btn-box-hq  {
  justify-content: center;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}
.mod-holder-head-8ks  {
  border-radius: 100px;
  border: 1px solid rgba(255, 215, 0, 0.12);
  font-size: 13px;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  background: rgba(255,255,255,0.04);
  padding: 8px 18px;
  color: #9e9a94;
}
.m-icon-block-bfe  {
  font-weight: 800;
  color: #ffa500;
}
@media (min-width:896px) {
  .panel-area-z4y { padding: 28px 20px; }
  .mod-holder-head-8ks  {
  font-size: 14px;
  padding: 10px 22px;
}
}

.c-view-base-yfx  {
  display: flex;
  text-align: center;
  min-height: 520px;
  padding-top: 60px; padding-right: 1.25rem; padding-bottom: 60px; padding-left: 1.25rem;
  position: relative;
  background: linear-gradient(160deg, #0f1419 0%, #1a1f2e 40%, #0f1419 100%);
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.c-view-base-yfx::before  {
  inset: 0;
  background: radial-gradient(ellipse at 50% 30%, rgba(212,175,55,0.08) 0%, transparent 60%);
  position: absolute;
  content: '';
  pointer-events: none;
}

.b-row-head-oe  {
  z-index: 1;
  position: relative;
  max-width: 700px;
}

.app-section-foot-h4  {
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 20px;
  color: #ffa500;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
  padding-top: 6px; padding-right: 16px; padding-bottom: 6px; padding-left: 16px;
}

.v-nav-block-0z5  {
  line-height: 1.15;
  font-weight: 800;
  color: #ffd700;
  font-size: 32px;
  margin-bottom: 16px;
  font-family: Bebas Neue, sans-serif;
  overflow-wrap: break-word;
}

.page-element-left-ud3  {
  color: #f5f1ed;
  max-width: 520px;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

.l-link-top-0e  {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  flex-direction: column;
  align-items: center;
}

.el-outer-inner-wyf  {
  border-radius: 20px;
  padding-top: 16px; padding-right: 24px; padding-bottom: 16px; padding-left: 24px;
  border: 1px solid rgba(212,175,55,0.25);
  text-align: center;
  max-width: 380px;
  width: 100%;
  background: rgba(212,175,55,0.1);
}

.c-holder-item-6ev  {
  font-weight: 800;
  line-height: 1.2;
  color: #ffa500;
  font-size: 26px;
}

.ui-component-group-6g  {
  color: #9e9a94;
  font-size: 0.8125rem;
  margin-top: 4px;
}

.m-menu-foot-bd  {
  color: #0f1419;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  font-family: Inter, sans-serif;
  transition: background 0.25s ease;
  padding: 16px 36px;
  display: block;
  background: #ffa500;
  text-align: center;
  width: 100%;
  max-width: 380px;
}

.m-menu-foot-bd:hover { background: #ffb81c; }

.app-row-col-8yy  {
  color: #9e9a94;
  font-size: 11px;
  margin-top: 8px;
}

@media (min-width:764px) {
  .c-view-base-yfx  {
  padding: 80px 40px;
  min-height: 600px;
}
  .v-nav-block-0z5 { font-size: 48px; }
  .page-element-left-ud3 { font-size: 18px; }
  .c-holder-item-6ev { font-size: 36px; }
}
.c-banner-cell-j7w  {
  background: #1a1f2e;
  padding-top: 50px; padding-right: 20px; padding-bottom: 50px; padding-left: 20px;
}
.t-title-base-8l0  {
  max-width: 1280px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.08);
  border-left: 3px solid #ffa500;
  background: #0f1419;
  border-radius: 20px;
  padding: 28px 22px;
  margin: 0 auto;
}
.b-col-box-5en  {
  font-family: Inter, sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffa500;
  display: inline-block;
  font-size: 11px;
}
.c-top-primary-a6j  {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  font-family: Bebas Neue, sans-serif;
  color: #ffd700;
  overflow-wrap: break-word;
}
.wp-icon-left-8s  {
  line-height: 1.55;
  font-family: Inter, sans-serif;
  color: #9e9a94;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.v-module-row-ct2  {
  line-height: 1.7;
  color: #f5f1ed;
  font-family: Inter, sans-serif;
  font-size: 15px;
}
.v-module-row-ct2 p {
  margin-bottom: 12px;
}
.v-module-row-ct2 p:last-child { margin-bottom: 0; }
.v-module-row-ct2 strong  {
  font-weight: 600;
  color: #ffd700;
}
.v-module-row-ct2 a  {
  transition: color 0.25s;
  color: #ffa500;
  text-decoration: none;
}
.v-module-row-ct2 a:hover {
  color: #ffb81c;
}
.v-module-row-ct2 ul  {
  margin-bottom: 0.75rem;
  list-style-type: circle;
  padding-left: 22px;
}
.v-module-row-ct2 ol  {
  list-style-type: decimal;
  padding-left: 1.375rem;
  margin-bottom: 12px;
}
.v-module-row-ct2 li  {
  margin-bottom: 6px;
  font-size: 0.9375rem;
  color: #f5f1ed;
  line-height: 1.65;
}
.v-module-row-ct2 table  {
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}
.v-module-row-ct2 th, .v-module-row-ct2 td  {
  text-align: left;
  padding: 9px 11px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.12);
}
.v-module-row-ct2 th  {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #ffd700;
}
@media(min-width:805px) {
  .c-banner-cell-j7w {
    padding: 68px 40px;
  }
  .t-title-base-8l0 {
    padding: 36px 40px;
  }
  .c-top-primary-a6j {
    font-size: 1.5rem;
  }
  .v-module-row-ct2 table { display: table; }
}
.l-nav-wrap-sbl  {
  padding: 10px 20px;
  left: 0;
  right: 0;
  z-index: 1000;
  top: 0;
  background: #1a1f2e;
  border-bottom: 1px solid rgba(255, 215, 0, 0.12);
  position: fixed;
}

.b-group-top-i9  {
  gap: 10px;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 1280px;
}

.b-module-block-0jy  {
  color: #f5f1ed;
  line-height: 1.4;
  font-size: 12px;
  font-family: Inter, sans-serif;
  text-align: center;
}

.b-module-block-0jy a  {
  color: #ffd700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.b-module-block-0jy a:hover { color: #ffa500; }

.page-layer-base-x3a  {
  gap: 8px;
  flex-shrink: 0;
  display: flex;
}

.js-item-block-qeb  {
  padding-top: 5px; padding-right: 16px; padding-bottom: 5px; padding-left: 16px;
  font-family: Inter, sans-serif;
  transition: background 0.25s ease;
  font-size: 12px;
  background: rgba(255,255,255,0.1);
  color: #ffd700;
  font-weight: 600;
  border-radius: 6px;
}

.js-item-block-qeb:hover { background: rgba(255,255,255,0.15); }

.js-list-body-67  {
  font-family: Inter, sans-serif;
  border-radius: 6px;
  font-weight: 500;
  padding: 5px 16px;
  color: #9e9a94;
  transition: color 0.25s ease;
  font-size: 12px;
}

.js-list-body-67:hover { color: #f5f1ed; }

@media (min-width:774px) {
  .b-group-top-i9  {
  flex-direction: row;
  gap: 16px;
  justify-content: center;
}
  .l-nav-wrap-sbl { padding: 8px 40px; }
}
.app-item-item-u95  {
  padding-top: 32px; padding-right: 1.25rem; padding-bottom: 32px; padding-left: 20px;
  background: #0f1419;
  border-top: 1px solid rgba(255, 215, 0, 0.12);
}

.app-slot-top-gfn  {
  margin: 0 auto;
  max-width: 1280px;
}

.v-banner-top-fi  {
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 215, 0, 0.12);
  padding-bottom: 24px;
  gap: 20px;
  display: flex;
}

.c-view-block-3cq  {
  color: #ffd700;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 18px;
}

.m-module-cell-y57  {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.m-module-cell-y57 a  {
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #f5f1ed;
  transition: color 0.25s ease;
  font-weight: 500;
}

.m-module-cell-y57 a:hover { color: #ffd700; }

.js-view-group-7p  {
  gap: 12px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

.cell-foot-fa  {
  line-height: 1.7;
  font-size: 0.75rem;
  color: #9e9a94;
}

.l-cell-item-v1  {
  font-size: 12px;
  color: #9e9a94;
}

@media (min-width:763px) {
  .app-item-item-u95 { padding: 36px 40px; }
  .v-banner-top-fi  {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
  .js-view-group-7p  {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
}