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

.c-layer-foot-jw  {
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  height: 56px;
  justify-content: space-between;
  padding: 0 16px;
}

.l-view-row-yu8  {
  display: flex;
  white-space: nowrap;
  color: #D4AF37;
  letter-spacing: -0.02em;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 800;
}

.t-main-body-tj6 { display: none; }

.site-top-cell-jvx  {
  display: flex;
  background: none;
  cursor: pointer;
  padding: 8px;
  border: none;
  color: #E8E8E8;
  justify-content: center;
  align-items: center;
}

/* --- Fullscreen overlay --- */

.wp-outer-body-4a4  {
  visibility: hidden;
  gap: 20px;
  z-index: 300;
  position: fixed;
  background: #1A1F2E;
  display: flex;
  inset: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  align-items: center;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
}

.wp-outer-body-4a4.js-container-box-vy  {
  opacity: 1;
  visibility: visible;
}

.v-zone-col-5pm  {
  position: absolute;
  cursor: pointer;
  display: grid;
  top: 14px;
  place-items: center;
  right: 16px;
  background: none;
  color: #E8E8E8;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  width: 44px;
  font-size: 24px;
  height: 44px;
}

.m-btn-head-hyh  {
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.el-container-inner-hy  {
  font-size: 22px;
  color: #D4AF37;
  transition: color 0.25s ease;
  font-weight: 600;
  font-family: Playfair Display, serif;
}

.el-container-inner-hy:hover { color: #C99A0A; }

.t-module-item-7x  {
  font-size: 16px;
  padding: 14px 36px;
  background: #C99A0A;
  color: #1A1F2E;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  margin-top: 12px;
}

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

.wp-col-row-2w8 { position: relative; }

.js-content-area-bz  {
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 600;
  transition: border-color 0.25s ease, background 0.25s ease;
  display: flex;
  padding: 5px 10px;
  background: rgba(255,255,255,0.02);
  white-space: nowrap;
  color: #E8E8E8;
  font-family: Inter, sans-serif;
  cursor: pointer;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1;
}

.js-content-area-bz:hover  {
  border-color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04);
}
.strip-head-a4t  {
  transition: transform 0.25s ease;
  font-size: 11px;
}
.wp-col-row-2w8.js-container-box-vy .strip-head-a4t { transform: rotate(180deg); }

.page-nav-foot-uy3  {
  top: calc(100% + 4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #2A3547;
  position: absolute;
  z-index: 50;
  min-width:138px;
  padding: 4px;
  right: 0;
  display: none;
}

.wp-col-row-2w8.js-container-box-vy .page-nav-foot-uy3 { display: block; }

.mod-section-box-4b  {
  gap: 8px;
  align-items: center;
  display: flex;
  transition: background 0.25s ease, color 0.25s ease;
  font-size: 0.8125rem;
  padding-top: 8px; padding-right: 12px; padding-bottom: 8px; padding-left: 12px;
  cursor: pointer;
  color: #E8E8E8;
  border-radius: 8px;
  font-weight: 500;
  font-family: Inter, sans-serif;
}

.mod-section-box-4b:hover  {
  background: rgba(255,255,255,0.06);
  color: #D4AF37;
}
.mod-section-box-4b.active { color: #C99A0A; }
.b-title-box-js  {
  font-size: 17px;
  line-height: 1;
}

/* --- Desktop --- */

@media (min-width:767px) {
  .c-layer-foot-jw  {
  gap: 10px;
  height: auto;
  flex-direction: column;
  padding: 12px 20px;
}

  .t-main-body-tj6  {
  gap: 8px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .wp-btn-inner-71c  {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #E8E8E8;
  transition: color 0.25s ease, background 0.25s ease;
  padding: 4px 10px;
  border-radius: 4px;
}

  .wp-btn-inner-71c:hover  {
  color: #D4AF37;
  background: rgba(255,255,255,0.05);
}

  .ui-main-base-px  {
  width: 1px;
  height: 18px;
  background: rgba(255,255,255,0.1);
}

  .site-group-main-2o  {
  font-size: 13px;
  background: #C99A0A;
  padding: 6px 18px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  transition: background 0.25s ease;
  border-radius: 8px;
  color: #1A1F2E;
}

  .site-group-main-2o:hover { background: #E8C744; }

  .site-top-cell-jvx { display: none; }
}
.l-icon-box-0xh  {
  background: #1A1F2E;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 44px; padding-right: 1.375rem; padding-bottom: 44px; padding-left: 22px;
}

.b-region-primary-pxr  {
  max-width: 1280px;
  margin: 0 auto;
}

.ui-hero-wrap-22  {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.el-title-body-dxs { flex: 1; }

.m-icon-body-l3  {
  margin-bottom: 12px;
  font-size: 21px;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #D4AF37;
}

.t-outer-row-te  {
  line-height: 1.65;
  font-size: 13px;
  color: #9CA3AF;
  max-width: 360px;
  font-family: Inter, sans-serif;
}

.c-grid-area-8b { flex: 1; }

.v-area-area-qta  {
  color: #D4AF37;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.site-cell-wrap-chp  {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-cell-wrap-chp a  {
  font-size: 14px;
  transition: color 0.25s ease;
  font-family: Inter, sans-serif;
  color: #E8E8E8;
}

.site-cell-wrap-chp a:hover { color: #D4AF37; }

.page-box-group-oj  {
  padding-top: 1.5rem;
  flex-direction: column;
  display: flex;
  gap: 16px;
}

.ui-cell-block-98  {
  color: #9CA3AF;
  line-height: 1.65;
  font-size: 12px;
}

.el-nav-right-k7  {
  color: #9CA3AF;
  font-size: 12px;
}

@media (min-width:795px) {
  .l-icon-box-0xh { padding: 52px 44px; }
  .ui-hero-wrap-22  {
  flex-direction: row;
  gap: 60px;
}
  .page-box-group-oj  {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
}
.js-hero-inner-7o9  {
  overflow: hidden;
  background: #1A1F2E;
}
.c-header-main-xek  {
  text-align: center;
  position: relative;
  padding: 56px 20px;
  align-items: center;
  display: flex;
  min-height: 480px;
  background: linear-gradient(160deg, #1A1F2E 0%, #2A3547 40%, #1A1F2E 100%);
  justify-content: center;
}
.c-header-main-xek::before  {
  inset: 0;
  pointer-events: none;
  position: absolute;
  content: '';
  background: radial-gradient(ellipse at 50% 30%, rgba(212,175,55,0.08) 0%, transparent 60%);
}
.site-content-row-0j  {
  z-index: 1;
  position: relative;
  max-width: 680px;
}
.m-slot-q0  {
  margin-bottom: 18px;
  border: 1px solid rgba(212,175,55,0.3);
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  font-family: Inter, sans-serif;
  letter-spacing: 0.08em;
  display: inline-block;
  color: #C99A0A;
  font-size: 0.75rem;
  font-weight: 700;
}
.site-module-left-esy  {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-weight: 800;
  color: #D4AF37;
  font-size: 1.875rem;
  line-height: 1.15;
  font-family: Playfair Display, serif;
}
.m-layer-head-9ux  {
  margin-left: auto;
  margin-bottom: 24px;
  line-height: 1.6;
  margin-right: auto;
  max-width: 500px;
  font-size: 15px;
  font-family: Inter, sans-serif;
  color: #E8E8E8;
}
.hero-group-fb  {
  flex-direction: column;
  gap: 14px;
  align-items: center;
  display: flex;
  margin-top: 6px;
}
.app-region-area-ef  {
  max-width: 360px;
  text-align: center;
  padding: 14px 22px;
  border-radius: 12px;
  width: 100%;
  border: 1px solid rgba(212,175,55,0.25);
  background: rgba(212,175,55,0.1);
}
.m-area-box-h1n  {
  font-weight: 800;
  line-height: 1.2;
  color: #C99A0A;
  font-size: 1.5rem;
  font-family: Playfair Display, serif;
}
.app-btn-box-fql  {
  margin-top: 4px;
  color: #9CA3AF;
  font-family: Inter, sans-serif;
  font-size: 13px;
}
.item-base-0i  {
  font-weight: 700;
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 15px;
  background: #C99A0A;
  text-align: center;
  color: #1A1F2E;
  max-width: 360px;
  padding: 14px 32px;
  border-radius: 8px;
  transition: background 0.25s ease;
  font-family: Inter, sans-serif;
}
.item-base-0i:hover {
  background: #E8C744;
}
.m-wrap-top-p5f  {
  margin-top: 6px;
  color: #9CA3AF;
  font-size: 11px;
  font-family: Inter, sans-serif;
}
.l-panel-body-f19  {
  background: #1A1F2E;
  padding: 28px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.wp-component-head-qa  {
  margin: 0 auto;
  display: flex;
  gap: 20px 0;
  flex-wrap: wrap;
  max-width: 1280px;
  justify-content: center;
}
.mod-link-body-jix  {
  padding: 0 14px;
  flex: 1 1 50%;
  text-align: center;
}
.m-menu-cell-2s  {
  line-height: 1.1;
  color: #C99A0A;
  margin-bottom: 3px;
  font-weight: 800;
  font-family: Playfair Display, serif;
  font-size: 26px;
}
.b-card-col-thm  {
  font-weight: 500;
  color: #9CA3AF;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Inter, sans-serif;
}
@media(min-width:764px) {
  .c-header-main-xek  {
  padding: 4.5rem 40px;
  min-height: 560px;
}
  .site-module-left-esy { font-size: 44px; }
  .m-layer-head-9ux { font-size: 17px; }
  .m-area-box-h1n { font-size: 34px; }
  .l-panel-body-f19 { padding: 2.25rem 20px; }
  .mod-link-body-jix  {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
  .mod-link-body-jix:last-child { border-right: none; }
  .m-menu-cell-2s { font-size: 34px; }
}
.page-top-primary-4i4  {
  background: #1A1F2E;
  padding-top: 44px; padding-right: 18px; padding-bottom: 44px; padding-left: 18px;
}
.ui-banner-wrap-mb  {
  max-width: 1280px;
  margin: 0 auto;
}
.b-grid-main-hb  {
  color: #D4AF37;
  font-family: Playfair Display, serif;
  overflow-wrap: break-word;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.c-content-cell-cl  {
  font-family: Inter, sans-serif;
  line-height: 1.65;
  font-size: 15px;
  color: #E8E8E8;
}
.c-content-cell-cl p {
  margin-bottom: 0.75rem;
}
.c-content-cell-cl p:last-child {
  margin-bottom: 0;
}
.c-content-cell-cl strong {
  color: #D4AF37;
}
.c-content-cell-cl a  {
  color: #C99A0A;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-content-cell-cl a:hover {
  color: #E8C744;
}
.c-content-cell-cl ul  {
  margin-bottom: 0.75rem;
  padding-left: 20px;
  list-style-type: disc;
}
.c-content-cell-cl ol  {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 12px;
}
.c-content-cell-cl li  {
  line-height: 1.65;
  color: #E8E8E8;
  margin-bottom: 5px;
  font-size: 15px;
}
.c-content-cell-cl table  {
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
}
.c-content-cell-cl th, .c-content-cell-cl td  {
  text-align: left;
  font-size: 0.875rem;
  padding: 9px 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.c-content-cell-cl th  {
  font-weight: 600;
  color: #D4AF37;
}
@media (min-width:766px) {
  .page-top-primary-4i4 { padding-top: 58px; padding-right: 2.25rem; padding-bottom: 58px; padding-left: 36px; }
  .b-grid-main-hb { font-size: 1.75rem; }
  .c-content-cell-cl table { display: table; }
}

.mod-nav-primary-s7  {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #1A1F2E;
  padding-top: 32px; padding-right: 20px; padding-bottom: 32px; padding-left: 20px;
}
.el-menu-j2z  {
  margin: 0 auto;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  gap: 0.875rem;
  max-width: 1280px;
}
.m-item-area-kc  {
  align-items: center;
  justify-content: center;
  width: 36px;
  color: #9CA3AF;
  border-radius: 50%;
  font-weight: 800;
  font-size: 11px;
  height: 36px;
  border: 2px solid #9CA3AF;
  flex-shrink: 0;
  display: flex;
  font-family: Inter, sans-serif;
}
.v-col-inner-5yg  {
  line-height: 1.55;
  color: #E8E8E8;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  font-family: Inter, sans-serif;
}
.frame-left-nkp  {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 64px 22px;
  background: #2A3547;
}

.l-block-col-cqf  {
  display: flex;
  gap: 32px;
  margin: 0 auto;
  max-width: 1280px;
  flex-direction: column;
}

.page-title-box-we { flex-shrink: 0; }

.page-item-base-qk  {
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #C99A0A;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.m-component-item-t6  {
  font-family: Playfair Display, serif;
  font-weight: 800;
  margin-bottom: 12px;
  color: #D4AF37;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 26px;
}

.m-section-box-dc  {
  font-size: 36px;
  color: #C99A0A;
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.js-bar-main-dv6  {
  padding: 15px 34px;
  font-weight: 700;
  border-radius: 8px;
  transition: background 0.25s ease;
  display: inline-block;
  font-family: Inter, sans-serif;
  color: #1A1F2E;
  background: #C99A0A;
  font-size: 15px;
}

.js-bar-main-dv6:hover { background: #E8C744; }

.icon-primary-sgu  {
  margin-top: 10px;
  font-size: 11px;
  color: #9CA3AF;
}

.ui-view-cjq { flex: 1; }

.ui-view-cjq p  {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 13px;
  font-family: Inter, sans-serif;
  color: #E8E8E8;
}

.ui-view-cjq p:last-child { margin-bottom: 0; }

.ui-view-cjq ul  {
  padding-left: 22px;
  list-style-type: circle;
  margin-bottom: 13px;
}

.ui-view-cjq ol  {
  margin-bottom: 13px;
  padding-left: 1.375rem;
  list-style-type: decimal;
}

.ui-view-cjq li  {
  margin-bottom: 7px;
  font-size: 14px;
  color: #E8E8E8;
  font-family: Inter, sans-serif;
  line-height: 1.6;
}

.ui-view-cjq a  {
  color: #C99A0A;
  text-underline-offset: 3px;
  text-decoration: underline;
}
.ui-view-cjq a:hover { color: #E8C744; }

.ui-view-cjq strong { color: #D4AF37; }

.ui-view-cjq table  {
  font-size: 0.875rem;
  margin-bottom: 0.8125rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
}

.ui-view-cjq th  {
  padding-top: 10px; padding-right: 12px; padding-bottom: 10px; padding-left: 12px;
  background: rgba(255,255,255,0.04);
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #D4AF37;
}

.ui-view-cjq td  {
  padding: 10px 12px;
  color: #E8E8E8;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

@media (min-width:803px) {
  .frame-left-nkp { padding-top: 80px; padding-right: 40px; padding-bottom: 80px; padding-left: 40px; }
  .l-block-col-cqf  {
  gap: 60px;
  flex-direction: row;
  align-items: flex-start;
}
  .page-title-box-we { max-width: 380px; }
  .m-component-item-t6 { font-size: 32px; }
  .m-section-box-dc { font-size: 2.75rem; }
  .ui-view-cjq table { display: table; }
}
.ui-wrapper-foot-jr9  {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 48px 20px;
  background: #1A1F2E;
}
.m-cell-group-bii  {
  flex-direction: column;
  margin: 0 auto;
  max-width: 1280px;
  gap: 22px;
  display: flex;
}
.l-nav-foot-r2  {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.625rem;
  margin-bottom: 8px;
  color: #D4AF37;
  font-family: Playfair Display, serif;
}
.app-inner-head-jxp  {
  color: #9CA3AF;
  line-height: 1.5;
  font-size: 15px;
  font-family: Inter, sans-serif;
}
.site-wrapper-block-eq  {
  color: #E8E8E8;
  font-family: Inter, sans-serif;
  line-height: 1.75;
  font-size: 16px;
}
.site-wrapper-block-eq p { margin-bottom: 15px; }
.site-wrapper-block-eq p:last-child { margin-bottom: 0; }
.site-wrapper-block-eq strong { color: #D4AF37; }
.site-wrapper-block-eq a  {
  color: #C99A0A;
  text-underline-offset: 3px;
  text-decoration: underline;
}
.site-wrapper-block-eq a:hover { color: #E8C744; }
.site-wrapper-block-eq ul  {
  list-style-type: square;
  margin-bottom: 15px;
  padding-left: 22px;
}
.site-wrapper-block-eq ol  {
  margin-bottom: 15px;
  padding-left: 22px;
  list-style-type: decimal;
}
.site-wrapper-block-eq li  {
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 7px;
  color: #E8E8E8;
}
.site-wrapper-block-eq table  {
  border-collapse: collapse;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  overflow-x: auto;
}
.site-wrapper-block-eq th  {
  text-align: left;
  font-weight: 600;
  color: #D4AF37;
  background: rgba(255,255,255,0.03);
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.site-wrapper-block-eq td  {
  color: #E8E8E8;
  border-bottom: 1px solid rgba(255,255,255,0.03);
  padding: 11px 14px;
}
@media (min-width:895px) {
  .ui-wrapper-foot-jr9 { padding: 64px 40px; }
  .m-cell-group-bii  {
  flex-direction: row;
  gap: 56px;
}
  .ui-col-top-j8 { flex: 0 0 300px; }
  .l-nav-foot-r2 { font-size: 1.875rem; }
  .site-wrapper-block-eq table { display: table; }
}

.app-view-box-vz  {
  padding: 2.25rem 16px;
  background: #2A3547;
}
.c-text-primary-gf9  {
  display: flex;
  max-width: 1280px;
  flex-direction: column;
  margin: 0 auto;
  gap: 24px;
}
.ui-panel-cell-h38  {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 800;
  font-family: Playfair Display, serif;
  color: #D4AF37;
  overflow-wrap: break-word;
}
.page-hero-wrap-kx  {
  color: #E8E8E8;
  font-family: Inter, sans-serif;
  line-height: 1.7;
  font-size: 15px;
}
.page-hero-wrap-kx p {
  margin-bottom: 14px;
}
.page-hero-wrap-kx p:last-child {
  margin-bottom: 0;
}
.page-hero-wrap-kx strong {
  color: #D4AF37;
}
.page-hero-wrap-kx a  {
  text-underline-offset: 2px;
  text-decoration: underline;
  color: #C99A0A;
}
.page-hero-wrap-kx a:hover {
  color: #E8C744;
}
.page-hero-wrap-kx ul  {
  padding-left: 1.25rem;
  list-style-type: square;
  margin-bottom: 14px;
}
.page-hero-wrap-kx ol  {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 14px;
}
.page-hero-wrap-kx li  {
  line-height: 1.7;
  color: #E8E8E8;
  font-size: 15px;
  margin-bottom: 6px;
}
.page-hero-wrap-kx table  {
  border-collapse: collapse;
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 14px;
}
.page-hero-wrap-kx th, .page-hero-wrap-kx td  {
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 12px;
}
.page-hero-wrap-kx th  {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #D4AF37;
}
.site-module-primary-s1  {
  flex-direction: column;
  display: flex;
  gap: 12px;
}
.t-strip-right-2lc  {
  background: #1A1F2E;
  padding: 18px;
  border-left: 3px solid #10B981;
  border-radius: 8px;
}
.t-content-nag  {
  font-size: 1rem;
  margin-bottom: 4px;
  color: #D4AF37;
  font-family: Inter, sans-serif;
  font-weight: 700;
}
.l-link-head-4y  {
  color: #9CA3AF;
  font-size: 13px;
  line-height: 1.5;
  font-family: Inter, sans-serif;
}
@media (min-width:965px) {
  .app-view-box-vz { padding-top: 56px; padding-right: 2rem; padding-bottom: 56px; padding-left: 32px; }
  .c-text-primary-gf9  {
  flex-direction: row;
  gap: 40px;
}
  .b-container-top-39d { flex: 1; }
  .site-module-primary-s1 { flex: 0 0 240px; }
  .ui-panel-cell-h38 { font-size: 22px; }
  .page-hero-wrap-kx table { display: table; }
}

.b-btn-wrap-2il  {
  background: #2A3547;
  position: fixed;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  right: 0;
  left: 0;
  z-index: 1000;
  padding-top: 16px; padding-right: 20px; padding-bottom: 16px; padding-left: 1.25rem;
  bottom: 0;
}

.ui-strip-top-bd  {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}

.site-outer-area-dz1  {
  line-height: 1.5;
  font-size: 13px;
  font-family: Inter, sans-serif;
  color: #E8E8E8;
}

.site-outer-area-dz1 a  {
  text-underline-offset: 2px;
  text-decoration: underline;
  color: #D4AF37;
}

.site-outer-area-dz1 a:hover { color: #C99A0A; }

.page-module-item-sb9  {
  gap: 10px;
  display: flex;
  flex-shrink: 0;
}

.el-icon-foot-zlb  {
  font-weight: 600;
  border-radius: 8px;
  color: #D4AF37;
  transition: background 0.25s ease;
  font-family: Inter, sans-serif;
  padding: 8px 20px;
  background: rgba(255,255,255,0.1);
  font-size: 0.8125rem;
}

.el-icon-foot-zlb:hover { background: rgba(255,255,255,0.15); }

.app-zone-body-vb8  {
  font-size: 0.8125rem;
  color: #9CA3AF;
  transition: color 0.25s ease;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 8px;
  font-family: Inter, sans-serif;
}

.app-zone-body-vb8:hover { color: #E8E8E8; }

@media (min-width:770px) {
  .ui-strip-top-bd  {
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-direction: row;
}
  .b-btn-wrap-2il { padding: 14px 40px; }
}
.wp-holder-head-p1  {
  padding: 54px 20px;
  background: #2A3547;
}
.js-top-head-wv  {
  box-shadow: 0 2px 14px rgba(0,0,0,0.1);
  border-radius: 12px;
  padding-top: 28px; padding-right: 1.375rem; padding-bottom: 28px; padding-left: 1.375rem;
  margin: 0 auto;
  background: #1A1F2E;
  max-width: 1280px;
}
.b-strip-head-2o  {
  font-weight: 600;
  display: inline-block;
  color: #C99A0A;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
}
.l-hero-area-lx  {
  color: #D4AF37;
  margin-bottom: 18px;
  overflow-wrap: break-word;
  font-size: 22px;
  font-weight: 700;
  font-family: Playfair Display, serif;
}
.app-element-base-z6n  {
  line-height: 1.7;
  color: #E8E8E8;
  font-family: Inter, sans-serif;
  font-size: 14px;
}
.app-element-base-z6n p { margin-bottom: 11px; }
.app-element-base-z6n p:last-child { margin-bottom: 0; }
.app-element-base-z6n strong  {
  font-weight: 600;
  color: #D4AF37;
}
.app-element-base-z6n a  {
  transition: color 0.25s;
  text-decoration: none;
  color: #C99A0A;
}
.app-element-base-z6n a:hover { color: #E8C744; }
.app-element-base-z6n ul  {
  margin-bottom: 11px;
  list-style-type: circle;
  padding-left: 20px;
}
.app-element-base-z6n ol  {
  list-style-type: decimal;
  margin-bottom: 11px;
  padding-left: 20px;
}
.app-element-base-z6n li  {
  margin-bottom: 4px;
  line-height: 1.75;
  font-size: 15px;
  color: #E8E8E8;
}
.app-element-base-z6n dl { margin-bottom: 11px; }
.app-element-base-z6n dt  {
  color: #D4AF37;
  margin-top: 12px;
  font-weight: 700;
  font-size: 14px;
}
.app-element-base-z6n dt:first-child { margin-top: 0; }
.app-element-base-z6n dd  {
  color: #E8E8E8;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.7;
  margin-left: 0;
}
.app-element-base-z6n table  {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 11px;
  display: block;
  border-collapse: collapse;
}
.app-element-base-z6n th, .app-element-base-z6n td  {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 8px; padding-right: 10px; padding-bottom: 8px; padding-left: 10px;
  font-size: 13px;
  text-align: left;
}
.app-element-base-z6n th  {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #D4AF37;
  font-size: 12px;
}
@media(min-width:795px) {
  .wp-holder-head-p1 { padding: 70px 42px; }
  .js-top-head-wv { padding: 38px 40px; }
  .l-hero-area-lx { font-size: 26px; }
  .app-element-base-z6n table { display: table; }
}