* { box-sizing: border-box; }
body  {
  min-height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6  {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
p { margin: 0; }
a  {
  color: inherit;
  text-decoration: none;
}
button  {
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  border: none;
}
img  {
  display: block;
  height: auto;
  max-width: 100%;
}
svg  {
  vertical-align: middle;
  display: inline-block;
}
ul, ol  {
  margin: 0;
  list-style: none;
  padding: 0;
}
input, textarea, select  {
  color: inherit;
  margin: 0;
  font: inherit;
  padding: 0;
}
table  {
  border-spacing: 0;
  border-collapse: collapse;
}
.t-holder-foot-fw  {
  background: #1A1410;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.site-row-wrap-qs  {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: space-between;
  padding: 0 16px;
  height: 56px;
}

.app-cell-primary-6u4  {
  color: #D4AF37;
  display: flex;
  font-weight: 800;
  gap: 8px;
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: -0.02em;
  align-items: center;
}

.m-item-primary-mk { display: none; }

.b-hero-block-naj  {
  cursor: pointer;
  background: none;
  color: #F5EFE7;
  padding: 8px;
  justify-content: center;
  border: none;
  align-items: center;
  display: flex;
}

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

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

.wp-box-inner-zw7.m-wrapper-right-d7r  {
  opacity: 1;
  visibility: visible;
}

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

.js-main-right-5as  {
  gap: 1rem;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.l-element-row-ozi  {
  font-family: Playfair Display, sans-serif;
  transition: color 0.25s ease;
  font-size: 1.375rem;
  color: #D4AF37;
  font-weight: 600;
}

.l-element-row-ozi:hover { color: #E8724F; }

.js-wrap-block-ph5  {
  font-weight: 700;
  font-size: 16px;
  margin-top: 12px;
  font-family: Lato, sans-serif;
  padding: 0.875rem 36px;
  color: #F5EFE7;
  background: #E8724F;
  border-radius: 8px;
}

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

.js-zone-main-hi { position: relative; }

.wp-element-top-ue9  {
  gap: 6px;
  border: 1px solid rgba(212, 175, 55, 0.15);
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  font-family: Lato, sans-serif;
  color: #F5EFE7;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  align-items: center;
  background: rgba(255,255,255,0.02);
  padding: 5px 10px;
  transition: border-color 0.25s ease, background 0.25s ease;
  line-height: 1;
}

.wp-element-top-ue9:hover  {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.15);
}
.panel-main-jwt  {
  font-size: 11px;
  transition: transform 0.25s ease;
}
.js-zone-main-hi.m-wrapper-right-d7r .panel-main-jwt { transform: rotate(180deg); }

.l-wrap-block-t9  {
  border: 1px solid rgba(212, 175, 55, 0.15);
  right: 0;
  z-index: 50;
  background: #2B2118;
  position: absolute;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  top: calc(100% + 4px);
  padding: 4px;
  min-width:135px;
  display: none;
  border-radius: 16px;
}

.js-zone-main-hi.m-wrapper-right-d7r .l-wrap-block-t9 { display: block; }

.el-frame-right-ra1  {
  padding: 8px 12px;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
  display: flex;
  font-family: Lato, sans-serif;
  gap: 8px;
  align-items: center;
  color: #F5EFE7;
  font-weight: 500;
  border-radius: 8px;
}

.el-frame-right-ra1:hover  {
  background: rgba(255,255,255,0.06);
  color: #D4AF37;
}
.el-frame-right-ra1.active { color: #E8724F; }
.ui-banner-cell-l7  {
  line-height: 1;
  font-size: 17px;
}

/* --- Desktop --- */

@media (min-width:764px) {
  .site-row-wrap-qs  {
  flex-direction: column;
  padding: 12px 20px;
  height: auto;
  gap: 10px;
}

  .m-item-primary-mk  {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

  .v-component-body-7a  {
  font-family: Lato, sans-serif;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 14px;
  transition: color 0.25s ease, background 0.25s ease;
  color: #F5EFE7;
}

  .v-component-body-7a:hover  {
  color: #D4AF37;
  background: rgba(255,255,255,0.05);
}

  .wp-title-left-68w  {
  height: 18px;
  background: rgba(255,255,255,0.1);
  width: 1px;
}

  .l-wrapper-wrap-jt4  {
  font-size: 13px;
  background: #E8724F;
  font-weight: 700;
  color: #F5EFE7;
  padding-top: 6px; padding-right: 18px; padding-bottom: 6px; padding-left: 18px;
  border-radius: 8px;
  font-family: Lato, sans-serif;
  transition: background 0.25s ease;
}

  .l-wrapper-wrap-jt4:hover { background: #C9522F; }

  .b-hero-block-naj { display: none; }
}
.page-region-item-al  {
  padding-top: 58px; padding-right: 20px; padding-bottom: 58px; padding-left: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background: #1A1410;
}
.app-container-base-ek  {
  position: relative;
  z-index: 1;
}
.page-region-item-al::before  {
  pointer-events: none;
  inset: 0;
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%);
}
.l-strip-group-fwi  {
  text-align: center;
  max-width: 780px;
  backdrop-filter: blur(8px);
  background: rgba(0,0,0,0.4);
  margin: 0 auto;
  padding: 34px 26px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
}
.v-card-top-l2l  {
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  color: #fff;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 22px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.b-group-group-1js  {
  margin-bottom: 22px;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  color: #E8724F;
  font-size: 2.25rem;
}
.holder-group-hdt { margin-bottom: 26px; }
.holder-group-hdt p  {
  font-family: Lato, sans-serif;
  line-height: 1.7;
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 13px;
}
.holder-group-hdt p:last-child { margin-bottom: 0; }
.holder-group-hdt ul  {
  list-style-type: disc;
  text-align: left;
  margin-bottom: 13px;
  padding-left: 20px;
}
.holder-group-hdt ol  {
  text-align: left;
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 13px;
}
.holder-group-hdt li  {
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}
.holder-group-hdt a  {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #E8724F;
}
.holder-group-hdt a:hover { color: #C9522F; }
.holder-group-hdt strong { color: #fff; }
.holder-group-hdt table  {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
  display: block;
  margin-bottom: 13px;
  overflow-x: auto;
}
.holder-group-hdt th  {
  color: #fff;
  background: rgba(255,255,255,0.06);
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  text-align: left;
  padding-top: 10px; padding-right: 13px; padding-bottom: 10px; padding-left: 13px;
}
.holder-group-hdt td  {
  color: rgba(255,255,255,0.85);
  padding-top: 10px; padding-right: 0.8125rem; padding-bottom: 10px; padding-left: 0.8125rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.js-hero-group-7n  {
  font-family: Lato, sans-serif;
  text-shadow: none;
  border-radius: 8px;
  color: #F5EFE7;
  padding: 14px 36px;
  transition: background 0.25s ease;
  font-size: 1rem;
  background: #E8724F;
  font-weight: 700;
  display: inline-block;
}
.js-hero-group-7n:hover { background: #C9522F; }
.site-area-area-ty  {
  font-size: 11px;
  margin-top: 14px;
  color: rgba(255,255,255,0.5);
}
@media (min-width:817px) {
  .page-region-item-al { padding: 76px 40px; }
  .l-strip-group-fwi { padding: 44px 40px; }
  .v-card-top-l2l { font-size: 26px; }
  .b-group-group-1js { font-size: 44px; }
  .holder-group-hdt table { display: table; }
}
.t-region-base-gp  {
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  background: #1A1410;
  padding: 36px 18px;
}

.js-group-col-eum  {
  text-align: center;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.b-group-wrap-aa7  {
  color: #D4AF37;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.el-nav-foot-45w  {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.el-nav-foot-45w a  {
  color: #F5EFE7;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.25s ease;
  font-family: Lato, sans-serif;
}

.el-nav-foot-45w a:hover { color: #D4AF37; }

.t-hero-left-6qg  {
  width: 60px;
  background: rgba(212, 175, 55, 0.15);
  height: 1px;
}

.outer-head-0u  {
  line-height: 1.55;
  color: #A8956B;
  font-size: 12px;
  max-width: 700px;
}

.app-area-head-2o  {
  color: #A8956B;
  font-size: 12px;
}
.page-card-top-zkb  {
  padding-top: 48px; padding-right: 1.25rem; padding-bottom: 48px; padding-left: 20px;
  background: #2B2118;
}
.page-component-group-c1z  {
  max-width: 1200px;
  margin: 0 auto;
}
.c-zone-row-32  {
  gap: 24px;
  flex-direction: column;
  display: flex;
}
@media (min-width:765px) {
  .c-zone-row-32  {
  align-items: flex-start;
  flex-direction: row;
  gap: 40px;
}
}
.zone-foot-qb {
  flex: 1;
}
.js-area-left-nw  {
  margin-bottom: 14px;
  color: #F5EFE7;
  overflow-wrap: break-word;
  font-family: Playfair Display, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.site-btn-top-j5  {
  font-family: Lato, sans-serif;
  color: #F5EFE7;
  line-height: 1.7;
  font-size: 13px;
}
.site-btn-top-j5 p {
  margin-bottom: 10px;
}
.site-btn-top-j5 p:last-child {
  margin-bottom: 0;
}
.site-btn-top-j5 a  {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #F5EFE7;
}
.site-btn-top-j5 a:hover {
  color: #E8724F;
}
.site-btn-top-j5 strong {
  color: #D4AF37;
}
.site-btn-top-j5 ul  {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 10px;
}
.site-btn-top-j5 ol  {
  list-style-type: decimal;
  padding-left: 1.25rem;
  margin-bottom: 10px;
}
.site-btn-top-j5 li  {
  font-size: 13px;
  margin-bottom: 4px;
  color: #A8956B;
  line-height: 1.55;
}
.site-btn-top-j5 table  {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
.site-btn-top-j5 th, .site-btn-top-j5 td  {
  font-size: 12px;
  padding: 8px 9px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  text-align: left;
}
.site-btn-top-j5 th  {
  font-weight: 600;
  color: #F5EFE7;
}
.mod-widget-item-w1  {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}
@media (min-width:766px) {
  .mod-widget-item-w1  {
  flex-direction: column;
  align-items: flex-end;
}
  .site-btn-top-j5 table { display: table; }
}
.col-group-8x  {
  font-family: Lato, sans-serif;
  height: 40px;
  font-weight: 800;
  font-size: 12px;
  border-radius: 50%;
  border: 2px solid #A8956B;
  justify-content: center;
  color: #A8956B;
  width: 40px;
  display: flex;
  align-items: center;
}
.m-widget-inner-3mt  {
  white-space: nowrap;
  border: 1px solid rgba(212, 175, 55, 0.15);
  font-family: Lato, sans-serif;
  border-radius: 4px;
  color: #A8956B;
  padding-top: 8px; padding-right: 1rem; padding-bottom: 8px; padding-left: 16px;
  font-size: 11px;
  font-weight: 600;
}

.wp-col-cell-ut  {
  padding-top: 50px; padding-right: 18px; padding-bottom: 50px; padding-left: 18px;
  background: #1A1410;
}
.l-box-box-wl  {
  max-width: 1200px;
  margin: 0 auto;
}
.js-text-foot-3v  {
  color: #D4AF37;
  font-weight: 700;
  margin-bottom: 22px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  overflow-wrap: break-word;
}
.site-item-box-7p6  {
  line-height: 1.7;
  color: #F5EFE7;
  font-family: Lato, sans-serif;
  font-size: 15px;
}
.site-item-box-7p6 p {
  margin-bottom: 14px;
}
.site-item-box-7p6 p:last-child { margin-bottom: 0; }
.site-item-box-7p6 strong  {
  font-weight: 600;
  color: #D4AF37;
}
.site-item-box-7p6 a  {
  color: #E8724F;
  text-decoration: none;
}
.site-item-box-7p6 a:hover {
  text-decoration: underline;
}
.site-item-box-7p6 ul  {
  list-style-type: disc;
  margin-bottom: 14px;
  padding-left: 22px;
}
.site-item-box-7p6 ol  {
  list-style-type: decimal;
  padding-left: 22px;
  margin-bottom: 14px;
}
.site-item-box-7p6 li  {
  margin-bottom: 8px;
  line-height: 1.65;
  font-size: 15px;
  color: #F5EFE7;
}
.site-item-box-7p6 dl { margin-bottom: 14px; }
.site-item-box-7p6 dt  {
  font-weight: 700;
  margin-top: 0.8125rem;
  font-size: 0.9375rem;
  color: #D4AF37;
}
.site-item-box-7p6 dt:first-child { margin-top: 0; }
.site-item-box-7p6 dd  {
  color: #F5EFE7;
  font-size: 0.9375rem;
  margin-bottom: 8px;
  line-height: 1.7;
  margin-left: 0;
}
.site-item-box-7p6 table  {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 14px;
}
.site-item-box-7p6 th,
.site-item-box-7p6 td  {
  font-size: 14px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  padding: 10px 12px;
  text-align: left;
}
.site-item-box-7p6 th  {
  font-weight: 600;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
}
.site-item-box-7p6 td {
  color: #F5EFE7;
}
@media(min-width:764px) {
  .wp-col-cell-ut {
    padding: 66px 36px;
  }
  .js-text-foot-3v {
    font-size: 28px;
  }
  .site-item-box-7p6 table { display: table; }
}
.c-wrap-right-id  {
  background: #1A1410;
  padding: 50px 20px;
}
.site-col-item-ve  {
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
}
.m-title-inner-ws1  {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E8724F;
  font-family: Lato, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
}
.site-col-head-g9  {
  font-family: Playfair Display, sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #D4AF37;
  overflow-wrap: break-word;
}
.mod-inner-main-d5l  {
  line-height: 1.7;
  font-size: 0.9375rem;
  color: #F5EFE7;
  font-family: Lato, sans-serif;
}
.mod-inner-main-d5l p { margin-bottom: 13px; }
.mod-inner-main-d5l p:last-child { margin-bottom: 0; }
.mod-inner-main-d5l strong { color: #D4AF37; }
.mod-inner-main-d5l a  {
  color: #E8724F;
  text-underline-offset: 2px;
  text-decoration: underline;
}
.mod-inner-main-d5l a:hover { color: #C9522F; }
.mod-inner-main-d5l ul  {
  list-style-type: circle;
  padding-left: 20px;
  margin-bottom: 13px;
}
.mod-inner-main-d5l ol  {
  margin-bottom: 13px;
  list-style-type: decimal;
  padding-left: 20px;
}
.mod-inner-main-d5l li  {
  font-size: 0.9375rem;
  margin-bottom: 6px;
  color: #F5EFE7;
  line-height: 1.7;
}
.mod-inner-main-d5l table  {
  overflow-x: auto;
  margin-bottom: 13px;
  border-collapse: collapse;
  width: 100%;
  display: block;
}
.mod-inner-main-d5l th, .mod-inner-main-d5l td  {
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  padding: 9px 12px;
}
.mod-inner-main-d5l th  {
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #D4AF37;
}
@media (min-width:766px) {
  .c-wrap-right-id { padding-top: 68px; padding-right: 2.5rem; padding-bottom: 68px; padding-left: 40px; }
  .site-col-item-ve  {
  flex-direction: row;
  gap: 48px;
}
  .app-container-group-cp { flex: 0 0 300px; }
  .site-col-head-g9 { font-size: 32px; }
  .mod-inner-main-d5l table { display: table; }
}

.ui-element-area-2tm  {
  background: linear-gradient(180deg, #2B2118 0%, #1A1410 100%);
  padding-top: 22px; padding-right: 16px; padding-bottom: 1.375rem; padding-left: 16px;
}
.v-title-main-4y5  {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 10px;
  justify-content: center;
  max-width: 1200px;
}
.t-link-foot-j8s  {
  white-space: nowrap;
  font-size: 0.8125rem;
  background: rgba(255,255,255,0.04);
  font-family: Lato, sans-serif;
  padding-top: 8px; padding-right: 18px; padding-bottom: 8px; padding-left: 18px;
  color: #A8956B;
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 100px;
}
.v-banner-inner-rno  {
  color: #E8724F;
  font-weight: 800;
}
@media (min-width:898px) {
  .ui-element-area-2tm { padding: 28px 20px; }
  .t-link-foot-j8s  {
  padding: 10px 22px;
  font-size: 14px;
}
}

.v-item-top-6b0  {
  padding: 52px 20px;
  background: #2B2118;
}
.m-hero-cell-go  {
  border-radius: 16px;
  max-width: 1200px;
  padding-top: 30px; padding-right: 22px; padding-bottom: 30px; padding-left: 22px;
  margin: 0 auto;
  background: #1A1410;
  box-shadow: 0 2px 14px rgba(0,0,0,0.1);
}
.page-content-col-rc8 {
  margin-bottom: 26px;
}
.l-cell-left-5e2  {
  color: #E8724F;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
}
.c-area-top-xpk  {
  font-weight: 700;
  margin-bottom: 10px;
  color: #D4AF37;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  overflow-wrap: break-word;
}
.m-section-box-hb  {
  font-family: Lato, sans-serif;
  color: #A8956B;
  line-height: 1.6;
  font-size: 0.875rem;
}
.b-main-top-tdo  {
  height: 1px;
  background: rgba(212, 175, 55, 0.15);
  margin: 24px 0;
}
.el-panel-primary-f5 {
  margin-bottom: 8px;
}
.el-panel-box-xd2  {
  color: #D4AF37;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 17px;
  font-family: Playfair Display, sans-serif;
  overflow-wrap: break-word;
}
.ui-title-inner-7s1  {
  font-family: Lato, sans-serif;
  line-height: 1.7;
  color: #F5EFE7;
  font-size: 14px;
}
.ui-title-inner-7s1 p {
  margin-bottom: 10px;
}
.ui-title-inner-7s1 p:last-child { margin-bottom: 0; }
.ui-title-inner-7s1 strong  {
  font-weight: 600;
  color: #D4AF37;
}
.ui-title-inner-7s1 a  {
  color: #E8724F;
  text-decoration: none;
  transition: color 0.25s;
}
.ui-title-inner-7s1 a:hover {
  color: #C9522F;
}
.ui-title-inner-7s1 ul  {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style-type: circle;
}
.ui-title-inner-7s1 ol  {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style-type: decimal;
}
.ui-title-inner-7s1 li  {
  line-height: 1.75;
  margin-bottom: 4px;
  color: #F5EFE7;
  font-size: 0.875rem;
}
.ui-title-inner-7s1 table  {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
.ui-title-inner-7s1 th,
.ui-title-inner-7s1 td  {
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  padding: 8px 10px;
  text-align: left;
  font-size: 13px;
}
.ui-title-inner-7s1 th  {
  letter-spacing: 0.04em;
  color: #D4AF37;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
@media(min-width:796px) {
  .v-item-top-6b0 {
    padding: 70px 40px;
  }
  .m-hero-cell-go {
    padding: 40px 44px;
  }
  .c-area-top-xpk {
    font-size: 26px;
  }
  .el-panel-box-xd2 {
    font-size: 20px;
  }
  .ui-title-inner-7s1 table { display: table; }
}
.block-area-8p1  {
  background: #1A1410;
  padding: 40px 20px 0;
}

.el-list-top-tk  {
  margin: 0 auto;
  max-width: 1200px;
}

.page-panel-item-m8d  {
  text-align: center;
  margin-bottom: 32px;
}

.app-top-body-l1z  {
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 26px;
  overflow-wrap: break-word;
  color: #D4AF37;
  font-family: Playfair Display, sans-serif;
}

.wp-hero-body-04u  {
  font-family: Lato, sans-serif;
  color: #F5EFE7;
  font-size: 15px;
}

.app-frame-body-y4x  {
  display: grid;
  padding-bottom: 40px;
  gap: 16px;
  grid-template-columns: 1fr;
}

.ui-icon-box-if  {
  transition: border-color 0.25s ease;
  flex-direction: column;
  border-radius: 16px;
  padding: 24px;
  gap: 12px;
  display: flex;
  background: #2B2118;
  border: 1px solid rgba(255,255,255,0.06);
}

.ui-icon-box-if:hover { border-color: rgba(212,175,55,0.2); }

.el-col-base-cn  {
  font-size: 1.125rem;
  color: #D4AF37;
  font-weight: 700;
}

.c-btn-primary-wkg  {
  font-weight: 800;
  font-size: 24px;
  color: #E8724F;
}

.v-box-body-lq  {
  color: #A8956B;
  line-height: 1.5;
  font-size: 13px;
}

.v-region-tbx  {
  background: #E8724F;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  font-family: Lato, sans-serif;
  transition: background 0.25s ease;
  align-self: flex-start;
  border-radius: 8px;
  color: #F5EFE7;
}

.v-region-tbx:hover { background: #C9522F; }

@media (min-width:595px) {
  .app-frame-body-y4x { grid-template-columns: 1fr 1fr; }
}

@media (min-width:898px) {
  .app-frame-body-y4x { grid-template-columns: 1fr 1fr 1fr; }
  .app-top-body-l1z { font-size: 36px; }
}
.site-holder-top-7hz  {
  bottom: 0;
  background: #2B2118;
  padding: 1rem 20px;
  position: fixed;
  right: 0;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  z-index: 1000;
  left: 0;
}

.wrap-row-2x  {
  max-width: 1200px;
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  gap: 14px;
}

.js-link-inner-df  {
  font-family: Lato, sans-serif;
  font-size: 13px;
  color: #F5EFE7;
  line-height: 1.5;
}

.js-link-inner-df a  {
  text-underline-offset: 2px;
  color: #D4AF37;
  text-decoration: underline;
}

.js-link-inner-df a:hover { color: #E8724F; }

.main-body-kp0  {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.t-icon-right-qvf  {
  transition: background 0.25s ease;
  padding: 8px 20px;
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  font-size: 13px;
  color: #D4AF37;
  font-weight: 600;
  font-family: Lato, sans-serif;
}

.t-icon-right-qvf:hover { background: rgba(255,255,255,0.15); }

.js-inner-left-nt  {
  color: #A8956B;
  font-size: 13px;
  padding: 8px 20px;
  font-family: Lato, sans-serif;
  transition: color 0.25s ease;
  font-weight: 500;
  border-radius: 8px;
}

.js-inner-left-nt:hover { color: #F5EFE7; }

@media (min-width:771px) {
  .wrap-row-2x  {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
  .site-holder-top-7hz { padding-top: 14px; padding-right: 40px; padding-bottom: 14px; padding-left: 2.5rem; }
}
.page-title-hk  {
  background: #1A1410;
  padding: 50px 22px;
}
.page-col-row-u7  {
  margin: 0 auto;
  max-width: 1200px;
}
.b-link-main-w0  {
  border-radius: 16px;
  padding-top: 32px; padding-right: 24px; padding-bottom: 32px; padding-left: 1.5rem;
  background: #2B2118;
  border: 1px solid rgba(212, 175, 55, 0.15);
}
.v-icon-primary-t6  {
  font-weight: 700;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  color: #E8724F;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.l-slot-col-ps0  {
  color: #D4AF37;
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: Playfair Display, sans-serif;
}
.page-list-left-4n  {
  color: #F5EFE7;
  line-height: 1.75;
  font-size: 14px;
  font-family: Lato, sans-serif;
}
.page-list-left-4n p {
  margin-bottom: 11px;
}
.page-list-left-4n p:last-child {
  margin-bottom: 0;
}
.page-list-left-4n strong {
  color: #D4AF37;
}
.page-list-left-4n a  {
  text-underline-offset: 2px;
  color: #E8724F;
  text-decoration: underline;
}
.page-list-left-4n a:hover {
  color: #C9522F;
}
.page-list-left-4n ul  {
  padding-left: 1.25rem;
  list-style-type: circle;
  margin-bottom: 11px;
}
.page-list-left-4n ol  {
  list-style-type: decimal;
  margin-bottom: 11px;
  padding-left: 1.25rem;
}
.page-list-left-4n li  {
  margin-bottom: 4px;
  line-height: 1.75;
  font-size: 14px;
  color: #F5EFE7;
}
.page-list-left-4n table  {
  overflow-x: auto;
  display: block;
  margin-bottom: 11px;
  border-collapse: collapse;
  width: 100%;
}
.page-list-left-4n th, .page-list-left-4n td  {
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  text-align: left;
  font-size: 13px;
  padding-top: 10px; padding-right: 12px; padding-bottom: 10px; padding-left: 12px;
}
.page-list-left-4n th  {
  letter-spacing: 0.04em;
  color: #D4AF37;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width:796px) {
  .page-title-hk { padding: 66px 42px; }
  .b-link-main-w0 { padding: 2.5rem 36px; }
  .l-slot-col-ps0 { font-size: 28px; }
  .page-list-left-4n table { display: table; }
}

.el-region-group-us  {
  padding: 38px 16px;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  background: #1A1410;
}
.page-zone-inner-de  {
  max-width: 720px;
  margin: 0 auto;
}
.el-btn-box-xf9  {
  overflow-wrap: break-word;
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 20px;
  font-family: Playfair Display, sans-serif;
  color: #D4AF37;
}
.b-bar-head-ru  {
  margin-bottom: 20px;
  line-height: 1.7;
  font-family: Lato, sans-serif;
  color: #F5EFE7;
  font-size: 15px;
}
.b-bar-head-ru ol  {
  margin-bottom: 14px;
  padding-left: 22px;
  list-style-type: decimal;
}
.b-bar-head-ru li  {
  color: #F5EFE7;
  line-height: 1.7;
  margin-bottom: 8px;
  font-size: 0.9375rem;
}
.b-bar-head-ru li:last-child {
  margin-bottom: 0;
}
.b-bar-head-ru strong {
  color: #D4AF37;
}
.app-strip-body-vq  {
  color: #F5EFE7;
  font-family: Lato, sans-serif;
  font-size: 14px;
  transition: background 0.25s ease;
  padding: 12px 28px;
  background: #E8724F;
  font-weight: 700;
  display: inline-block;
  border-radius: 8px;
}
.app-strip-body-vq:hover {
  background: #C9522F;
}
@media (min-width:795px) {
  .el-region-group-us { padding: 52px 32px; }
  .el-btn-box-xf9 { font-size: 1.5rem; }
}