@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Playfair+Display:wght@600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Libre+Baskerville:wght@700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Playfair+Display:wght@600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Playfair+Display:wght@600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Playfair+Display:wght@600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Playfair+Display:wght@600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Playfair+Display:wght@600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Playfair+Display:wght@600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Playfair+Display:wght@600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Playfair+Display:wght@700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Libre+Baskerville:wght@700&display=swap');










/* Reset styles */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
}
img {
  display: block;
  max-width: 100%;
}
.opulent-sanctum {
  width: 100%;
  background: #111111;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 10;
}
.elite-enclave {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
}
@media screen and (min-width: 1280px) {
  .elite-enclave {
    padding: 10px 70px;
  }
}
.regal-insignia {
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: transform 0.4s ease;
}
.regal-insignia img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.regal-insignia:hover {
  transform: scale(1.15);
}
@media screen and (min-width: 1280px) {
  .regal-insignia {
    width: 70px;
    height: 70px;
  }
}
.aristocrat-trails {
  display: none;
}
@media screen and (min-width: 1280px) {
  .aristocrat-trails {
    display: flex;
    align-items: center;
  }
}
.sumptuous-traverses {
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.affluent-conduit {
  position: relative;
  padding: 10px 12px;
  white-space: nowrap;
}
.affluent-conduit a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #eeeeee;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: color 0.4s ease, box-shadow 0.4s ease;
}
.affluent-conduit:hover a {
  color: #ffd700;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.25);
}
.affluent-conduit::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffd700;
  transition: width 0.4s ease, left 0.4s ease;
}
.affluent-conduit:hover::after {
  width: 100%;
  left: 0;
}
.compact-invoker {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.4s ease;
}
.compact-invoker:hover {
  transform: scale(1.2);
}
.compact-invoker img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
@media screen and (min-width: 1280px) {
  .compact-invoker {
    display: none;
  }
}
.versatile-compartment {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #181818;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: left 0.6s ease;
  z-index: 2000;
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.5);
}
.versatile-compartment.is-open {
  left: 0;
}
.compartment-sealer {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 36px;
  color: #ffd700;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.4s ease;
}
.compartment-sealer:hover {
  color: #ffffff;
}
.lavish-alternatives {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0;
  width: 85%;
}
.compartment-preference {
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.versatile-compartment.is-open .compartment-preference {
  opacity: 1;
  transform: scale(1);
}
.compartment-preference:nth-child(1) {
  transition-delay: 0.15s;
}
.compartment-preference:nth-child(2) {
  transition-delay: 0.25s;
}
.compartment-preference:nth-child(3) {
  transition-delay: 0.35s;
}
.compartment-preference:nth-child(4) {
  transition-delay: 0.45s;
}
.compartment-preference a {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: #f0f0f0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px;
  display: block;
  border-radius: 8px;
  transition: background 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
}
.compartment-preference:hover a {
  background: #282828;
  color: #ffd700;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}
.dusk-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
  z-index: 1999;
}
.dusk-curtain.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1280px) {
  .versatile-compartment,
  .dusk-curtain {
    display: none;
  }
}
.prestige-finale-atrium {
  width: 100%;
  background: #0a0a0a;
  position: relative;
  overflow: hidden;
  border-top: 4px solid #d4af37;
  box-shadow: 0 -10px 30px rgba(212, 175, 55, 0.15);
}
.container_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}
@media screen and (min-width: 1280px) {
  .container_footer {
    padding: 60px 100px;
  }
}
.atrium-core-assembly {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.core-navigation-framework {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .core-navigation-framework {
    width: auto;
  }
}
.framework-directory {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .framework-directory {
    flex-direction: row;
    gap: 50px;
  }
}
.directory-unit a {
  font-family: 'Libre Baskerville', serif;
  font-size: 15px;
  font-weight: 700;
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}
.directory-unit a:hover {
  color: #d4af37;
  transform: scale(1.05);
}
@media screen and (min-width: 1280px) {
  .directory-unit a {
    font-size: 18px;
  }
}
.core-advisory-forum {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.forum-mandate {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #d3d3d3;
  line-height: 1.7;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .forum-mandate {
    font-size: 15px;
  }
}
.atrium-alliance-coalition {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
  background: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.12);
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .atrium-alliance-coalition {
    gap: 30px;
    padding: 15px;
  }
}
.coalition-insignia {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coalition-insignia:hover {
  transform: scale(1.08);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.25);
}
.insignia-elite {
  width: 80px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.2);
}
.insignia-elite img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}
.insignia-luminous-aura img {
  filter: brightness(1.1);
}
.insignia-compact {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: transparent;
}
.insignia-compact img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}
@media screen and (min-width: 1280px) {
  .insignia-elite {
    width: 150px;
    height: 60px;
  }

  .insignia-compact {
    width: 45px;
    height: 45px;
  }
}
.atrium-proprietary-declaration {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #a9a9a9;
  text-align: center;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .atrium-proprietary-declaration {
    font-size: 13px;
  }
}
/* ===== Premium legal pages — shared styles (flex-only) ===== */
.vlt-legal-wrap {
  position: relative;
  background-color: #121214;
  color: #ececec;
  isolation: isolate;
  z-index: 1;
}
.vlt-legal-wrap > .container {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 80px;
  max-width: 1180px;
}
/* Head */
.vlt-legal-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
@media (min-width: 960px) {
  .vlt-legal-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.vlt-legal-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.15;
  color: #f5f5f6;
  margin: 0;
}
.vlt-legal-title-mark {
  width: 14px;
  height: 28px;
  border-radius: 2px;
  background-color: #d4af37;
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.45);
  flex: 0 0 auto;
}
.vlt-legal-updated {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  font-size: 14px;
  color: #f0e6c2;
  background-color: rgba(20, 20, 22, 0.6);
  backdrop-filter: blur(2px);
  white-space: nowrap;
}
/* Content area */
.vlt-legal-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 980px;
  margin-top: 20px;
}
.vlt-legal-lead,
.vlt-legal-p {
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: #e6e6e7;
  margin: 0;
}
/* Section blocks */
.vlt-legal-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  background-color: #161619;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(212, 175, 55, 0.08);
}
.vlt-legal-h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.3;
  margin: 0;
  color: #f5f5f6;
}
.vlt-legal-ico {
  width: 18px;
  height: 18px;
  fill: #d4af37;
  filter: drop-shadow(0 0 4px rgba(212, 175, 55, 0.6));
  flex: 0 0 auto;
}
/* Lists */
.vlt-legal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vlt-legal-li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.65;
  color: #e6e6e7;
}
.vlt-legal-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d4af37;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}
/* Links */
.vlt-legal-a {
  color: #d6b25f;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.vlt-legal-a:hover {
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2) inset;
}
/* Accessibility & readability */
.vlt-legal-copy a:focus-visible {
  outline: 2px dashed #d4af37;
  outline-offset: 2px;
}
.vlt-legal-copy {
  hyphens: auto;
  word-wrap: break-word;
}
/* Utility spacing within blocks */
.vlt-legal-gap-2 { margin-top: 8px; }
.vlt-legal-gap-3 { margin-top: 16px; }
.vlt-legal-gap-4 { margin-top: 24px; }
.vlt-legal-gap-6 { margin-top: 32px; }
/* Ensure nothing is overlapped by a mobile menu overlay when closed */
.vlt-legal-wrap { pointer-events: auto; }
.majestic-confidence-sanctum {
  background: #0c0c0c;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.majestic-confidence-sanctum::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 60px rgba(255, 215, 0, 0.08);
  z-index: 0;
}
.sanctum-sovereign-edict {
  position: relative;
  z-index: 1;
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 600;
  color: #ffd700;
  text-align: center;
  margin: 0 auto 60px auto;
  max-width: 900px;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .sanctum-sovereign-edict {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.confidence-compendium {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.compendium-article {
  background: #161616;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.compendium-article:hover {
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.18);
  transform: translateY(-5px);
}
.article-caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #f5f5f5;
  padding: 20px 25px;
  cursor: pointer;
  position: relative;
  transition: color 0.4s ease, background 0.4s ease;
}
.article-caption:hover {
  color: #ffd700;
  background: #202020;
}
.article-caption::after {
  content: '➤';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #ffd700;
  transition: transform 0.4s ease;
}
.article-caption.active::after {
  transform: translateY(-50%) rotate(90deg);
}
.article-discourse {
  display: none;
  padding: 0 25px 20px 25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #d5d5d5;
  line-height: 1.8;
  border-top: 1px solid #2a2a2a;
}
.article-discourse.open {
  display: block;
}
@media screen and (max-width: 768px) {
  .majestic-confidence-sanctum {
    padding: 60px 0;
  }

  .sanctum-sovereign-edict {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .article-caption {
    font-size: 18px;
    padding: 15px 20px;
  }

  .article-caption::after {
    right: 20px;
    font-size: 18px;
  }

  .article-discourse {
    font-size: 15px;
    padding: 0 20px 15px 20px;
  }
}
@media screen and (max-width: 360px) {
  .majestic-confidence-sanctum {
    padding: 50px 0;
  }

  .sanctum-sovereign-edict {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .article-caption {
    font-size: 16px;
    padding: 10px 15px;
  }

  .article-caption::after {
    right: 15px;
    font-size: 16px;
  }

  .article-discourse {
    font-size: 14px;
    padding: 0 15px 10px 15px;
  }
}
.elite-gaming-archive {
  scroll-margin-top: 60px;
  width: 100%;
  background: #020202;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.elite-gaming-archive::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 60px rgba(255, 215, 0, 0.08);
  z-index: 0;
}
.prestige-collection {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.sumptuous-chamber {
  border-radius: 20px;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 215, 0, 0.12);
  transition: box-shadow 0.6s ease, transform 0.6s ease;
  width: 100%;
  max-width: 1400px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .sumptuous-chamber {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 45px 35px;
    gap: 30px;
  }
}
.sumptuous-chamber:hover {
  box-shadow: 0 0 40px rgba(255, 215, 0, 0.25), 0 12px 30px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}
.chamber-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.chamber-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}
@media screen and (max-width: 1280px){
.chamber-backdrop img {
  object-fit: contain;
  object-position: bottom;
}
}
.chamber-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.chamber-essence {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .chamber-essence {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
}
.essence-crest {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media screen and (min-width: 1280px) {
  .essence-crest {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    flex-basis: 35%;
  }
}
.crest-symbol {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
  position: relative;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.18);
}
.symbol-image {
  width: 100%;
  min-width: 200px;
  height: auto;
  object-fit: cover;
  transition: box-shadow 0.6s ease, transform 0.6s ease;
}
.crest-symbol:hover .symbol-image {
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
  transform: scale(1.05);
}
.crest-appraisal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .crest-appraisal {
    align-items: flex-start;
  }
}
.appraisal-structure {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .appraisal-structure {
    justify-content: flex-start;
  }
}
.appraisal-value {
  color: #f0f0f0;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.2);
}
.appraisal-symbol {
  max-width: 120px;
  transition: box-shadow 0.5s ease;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.2));
}
.sumptuous-chamber:hover .appraisal-symbol {
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.35);
}
.appraisal-highlight {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffd700;
  text-align: center;
  line-height: 1.6;
  margin: 0;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.25);
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 215, 0, 0.04);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .appraisal-highlight {
    text-align: left;
    font-size: 19px;
  }
}
.virtue-catalog {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .virtue-catalog {
    flex-basis: 20%;
  }
}
.virtue-entry {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #d0d0d0;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
.virtue-entry::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #ffd700;
  font-size: 16px;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.2);
}
@media screen and (min-width: 1280px) {
  .virtue-entry {
    font-size: 16px;
  }
}
.transaction-pathways {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #121212;
  border-radius: 15px;
  width: 100%;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.12);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .transaction-pathways {
    justify-content: flex-start;
    max-width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .transaction-pathways {
    flex-basis: 30%;
  }
}
.pathway-emblem {
  width: 60px;
  height: auto;
  object-fit: contain;
  transition: filter 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}
.pathway-emblem:hover {
  filter: brightness(1.4);
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.25);
}
.privileged-gateway {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  height: 55px;
  background: #010101;
  border-radius: 15px;
  text-decoration: none;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffd700;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
  align-self: center;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
  text-shadow: 0 0 3px rgba(255, 215, 0, 0.18);
}
@media screen and (min-width: 1280px) {
  .privileged-gateway {
    flex-basis: 15%;
    width: 220px;
    height: 55px;
    font-size: 18px;
  }
}
.privileged-gateway:hover {
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
  transform: scale(1.08);
}
.privileged-gateway span {
  z-index: 1;
}
/* @import './reviews.css'; */
.prestigious-entry {
  width: 100%;
  background: #0a0a0a;
  padding: 20px 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
}
.luminous-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (min-width: 1280px) {
  .luminous-center {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 100px;
  }
}
.narrative-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .narrative-panel {
    align-items: center;
    text-align: center;
    padding: 20px 0;
  }
}
.narrative-panel h1 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 25px 0;
  letter-spacing: 0.5px;
  transition: text-shadow 0.3s ease;
}
.narrative-panel h1:hover {
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
}
@media screen and (max-width: 1279px) {
  .narrative-panel h1 {
    font-size: 32px;
  }
}
.narrative-panel p {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #e0e0e0;
  margin: 0;
  letter-spacing: 0.3px;
  transition: text-shadow 0.3s ease;
}
.narrative-panel p:hover {
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.15);
}
@media screen and (max-width: 1279px) {
  .narrative-panel p {
    font-size: 18px;
  }
}
.visual-aspect {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .visual-aspect {
    margin-top: 0;
    margin-left: 50px;
  }
}
.visual-aspect img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.1);
  transition: box-shadow 0.4s ease;
}
.visual-aspect img:hover {
  box-shadow: 0 0 35px rgba(255, 215, 0, 0.2);
}
.prestigious-inquiry-vault {
  background-color: #0e0e0e;
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
}
.vault-majestic-proclamation {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 600;
  color: #ffd700;
  margin: 0 0 40px 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: text-shadow 0.4s ease;
}
.vault-majestic-proclamation:hover {
  text-shadow: 0 0 12px rgba(255, 215, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .vault-majestic-proclamation {
    font-size: 30px;
  }
}
.inquiry-collection {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.collection-unit {
  display: flex;
  flex-direction: column;
  background: #181818;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.4s ease;
}
.collection-unit:hover {
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.15);
}
.unit-interrogation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f0f0f0;
  cursor: pointer;
  transition: background 0.4s ease, color 0.4s ease;
}
.unit-interrogation:hover {
  background: #222222;
  color: #ffd700;
}
.unit-interrogation::after {
  content: '▼';
  font-size: 16px;
  color: #ffd700;
  transition: transform 0.4s ease;
}
.unit-interrogation.active::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .unit-interrogation {
    font-size: 16px;
  }
}
.unit-clarification {
  display: none;
  padding: 20px 25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #dddddd;
  line-height: 1.6;
  border-top: 1px solid #333333;
}
.unit-clarification.open {
  display: block;
}
@media screen and (max-width: 1023px) {
  .unit-clarification {
    font-size: 14px;
  }
}
.majestic-appraisal-system {
  background-color: #101010;
  padding: 70px 25px;
  position: relative;
  overflow: hidden;
}
.majestic-appraisal-system_hub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
@media screen and (min-width: 1280px) {
  .majestic-appraisal-system_hub {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 60px;
  }
}
.appraisal-exposition {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 650px;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .appraisal-exposition {
    text-align: center;
  }
}
.exposition-primary-assertion {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 600;
  color: #ffd700;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: text-shadow 0.5s ease;
}
.exposition-primary-assertion:hover {
  text-shadow: 0 0 12px rgba(255, 215, 0, 0.3);
}
.exposition-secondary-assertion {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  color: #f5f5f5;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.4px;
  transition: color 0.5s ease;
}
.exposition-secondary-assertion:hover {
  color: #ffd700;
}
.exposition-detailed-narrative {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #dddddd;
  margin: 0;
  line-height: 1.8;
  transition: color 0.5s ease;
}
.exposition-detailed-narrative:hover {
  color: #ffffff;
}
.appraisal-visualization {
  max-width: 550px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.08);
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}
.appraisal-visualization:hover {
  box-shadow: 0 0 35px rgba(255, 215, 0, 0.15);
  transform: scale(1.03);
}
.appraisal-visualization img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.appraisal-visualization:hover img {
  transform: scale(1.08);
}
@media screen and (max-width: 1279px) {
  .appraisal-visualization {
    max-width: 100%;
  }

  .exposition-primary-assertion {
    font-size: 28px;
  }

  .exposition-secondary-assertion {
    font-size: 20px;
  }

  .exposition-detailed-narrative {
    font-size: 16px;
  }
}
.sovereign-amusement-spectrum {
  background-color: #121212;
  padding: 50px 25px;
  position: relative;
  overflow: hidden;
}
.spectrum-preface {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .spectrum-preface {
    align-items: center;
    text-align: center;
  }
}
.preface-paramount-announcement {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 600;
  color: #ffd700;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: text-shadow 0.4s ease;
  width: 100%;
}
.preface-paramount-announcement:hover {
  text-shadow: 0 0 12px rgba(255, 215, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .preface-paramount-announcement {
    font-size: 28px;
    text-align: center;
  }
}
.preface-adjunct-announcement {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 600;
  color: #eeeeee;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.5px;
  transition: color 0.4s ease;
  width: 100%;
}
.preface-adjunct-announcement:hover {
  color: #ffd700;
}
@media screen and (max-width: 1023px) {
  .preface-adjunct-announcement {
    font-size: 20px;
    text-align: center;
  }
}
.spectrum-exposition {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
@media screen and (min-width: 1280px) {
  .spectrum-exposition {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.exposition-repertoire {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .exposition-repertoire {
    width: 50%;
  }
}
.repertoire-sample {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #dddddd;
  line-height: 1.6;
  position: relative;
  padding-left: 35px;
  transition: color 0.4s ease;
}
.repertoire-sample:hover {
  color: #ffffff;
}
.repertoire-sample::before {
  content: '♦';
  position: absolute;
  left: 0;
  color: #ffd700;
  font-size: 22px;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .repertoire-sample {
    font-size: 15px;
  }
}
.exposition-pictorial-display {
  margin: 0;
  width: 100%;
max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.08);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}
@media screen and (min-width: 1280px) {
  .exposition-pictorial-display {
    width: 45%;
  }
}
.exposition-pictorial-display:hover {
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.15);
  transform: scale(1.03);
}
.exposition-pictorial-display img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.exposition-pictorial-display:hover img {
  transform: scale(1.06);
}
.regal-lexicon-vault {
  background-color: #080808;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}
.vault-introduction {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .vault-introduction {
    align-items: center;
  }
}
.introduction-core-statement {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 600;
  color: #ffd700;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: text-shadow 0.5s ease;
}
.introduction-core-statement:hover {
  text-shadow: 0 0 12px rgba(255, 215, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .introduction-core-statement {
    font-size: 28px;
  }
}
.introduction-supporting-statement {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 600;
  color: #eeeeee;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.4px;
  transition: color 0.5s ease;
}
.introduction-supporting-statement:hover {
  color: #ffd700;
}
@media screen and (max-width: 1023px) {
  .introduction-supporting-statement {
    font-size: 20px;
  }
}
.lexicon-entries {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.entry-module {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px;
  background: #121212;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.5s ease;
}
.entry-module:hover {
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.15);
}
.module-header {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  transition: text-shadow 0.5s ease;
}
.module-header:hover {
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .module-header {
    font-size: 18px;
  }
}
.module-explanation {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #dddddd;
  line-height: 1.6;
  margin: 0;
  transition: color 0.5s ease;
}
.module-explanation:hover {
  color: #f0f0f0;
}
@media screen and (max-width: 1023px) {
  .module-explanation {
    font-size: 15px;
  }
}
.module-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: filter 0.5s ease;
}
.entry-module:hover .module-icon {
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.3));
}
.luxury-cookies-panel {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: linear-gradient(90deg, #1c0e2f, #3c2f5f);
  box-shadow: 0 -6px 24px rgba(255, 215, 0, 0.3);
  z-index: 999;
  overflow: hidden;
  isolation: isolate;
}
.luxury-cookies-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at bottom center, rgba(255, 215, 0, 0.2), transparent 70%);
  z-index: 0;
  animation: luxeGlow 4s ease-in-out infinite;
}
@keyframes luxeGlow {
  0% { opacity: 0.25; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(1.03); }
  100% { opacity: 0.25; transform: scale(1); }
}
.cookies-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 24px 16px;
}
@media screen and (min-width: 1280px) {
  .cookies-container {
    padding: 32px 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }
}
.cookies-statement {
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .cookies-statement {
    max-width: 50%;
    text-align: left;
  }
}
.luxury-cookies-message {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #e0e0e0;
  line-height: 1.6;
  animation: messageFadeIn 1s ease-out;
}
@media screen and (min-width: 1280px) {
  .luxury-cookies-message {
    font-size: 16px;
  }
}
@keyframes messageFadeIn {
  0% { opacity: 0; transform: translateY(15px); }
  100% { opacity: 1; transform: translateY(0); }
}
.cookies-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 280px;
}
@media screen and (min-width: 1280px) {
  .cookies-actions {
    flex-direction: row;
    gap: 20px;
    width: auto;
  }
}
.cookies-accept-js {
  background: linear-gradient(45deg, #d4a017, #ffd700);
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a0b2e;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cookies-accept-js::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.4s ease;
}
.cookies-accept-js:hover::before {
  left: 100%;
}
.cookies-accept-js:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}
@media screen and (min-width: 1280px) {
  .cookies-accept-js {
    font-size: 15px;
    padding: 14px 28px;
  }
}
.cookies-decline-js {
  background: linear-gradient(45deg, #b91c1c, #dc2626);
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cookies-decline-js::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.4s ease;
}
.cookies-decline-js:hover::before {
  left: 100%;
}
.cookies-decline-js:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
}
@media screen and (min-width: 1280px) {
  .cookies-decline-js {
    font-size: 15px;
    padding: 14px 28px;
  }
}
.guild-vault {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  background: linear-gradient(135deg, #2e1a4d, #4a3c6f);
  border-radius: 12px;
  border: 2px solid #d4a017;
  box-shadow: 0 4px 16px rgba(255, 215, 0, 0.25);
  animation: vaultFadeIn 1.3s ease-out;
}
@media screen and (min-width: 1280px) {
  .guild-vault {
    gap: 20px;
    padding: 20px;
  }
}
@keyframes vaultFadeIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}
.vault-partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vault-partner:hover {
  transform: scale(1.15);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}
.badge-luxe {
  width: 80px;
  height: 50px;
  background: linear-gradient(45deg, #ffd700, #b8860b);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ffd700;
}
.badge-luxe img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}
.badge-velvet {
  background: linear-gradient(45deg, #7c3aed, #a855f7);
}
.badge-velvet img {
  filter: brightness(1.2);
}
.badge-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 215, 0, 0.15);
  border-radius: 50%;
  border: 1px solid #d4a017;
}
.badge-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}
@media screen and (min-width: 1280px) {
  .badge-luxe {
    width: 100px;
    height: 60px;
  }

  .badge-icon {
    width: 48px;
    height: 48px;
  }
}
.prestige-insight-domain {
  width: 100%;
  background: #000000;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.about_inner_info{
  display: flex;
  flex-direction: column;
}
.prestige-insight-domain::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px rgba(255, 215, 0, 0.1);
  z-index: 0;
}
.domain-headline {
  position: relative;
  z-index: 1;
  font-family: 'Libre Baskerville', serif;
  font-size: 34px;
  font-weight: 700;
  color: #ffd700;
  text-align: center;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 12px;
  box-shadow: 0 0 18px rgba(255, 215, 0, 0.25);
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .domain-headline {
    font-size: 42px;
  }
}
.insight-narrative {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 950px;
  margin: 0 auto;
}
.narrative-segment {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #e0e0e0;
  line-height: 1.6;
  text-align: center;
  background: #0a0a0a;
  padding: 22px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.narrative-segment:hover {
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.3);
  transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
  .narrative-segment {
    font-size: 15px;
    padding: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .narrative-segment {
    font-size: 17px;
    padding: 25px;
    text-align: left;
  }
}
.boxes {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 1%;
  background-position: top;
  animation: bgAnimate 6s infinite alternate-reverse ease-in-out;
  padding-top: 2px;
  @media screen and (max-width: 1440px) {
    height: 100vh;
    overflow: hidden;
  }
}
@keyframes bgAnimate {
  0% {
    background-size: 100% 1%;
  }
  100% {
    background-size: 100% 150%;
  }
}
.box {
  width: calc((100% - (39 * 2px)) / 40);
  aspect-ratio: 1;
  background-color: #2a2a2a;
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  @media screen and (max-width: 1400px) {
    width: calc((100% - (19 * 3px)) / 20);
  }

  @media screen and (max-width: 480px) {
    width: calc((100% - (10 * 3px)) / 11);
  }
}
.box.active {
background: -webkit-linear-gradient(90deg,#373054,#33299c,#0f08e6); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(90deg,#373054,#33299c,#0f08e6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
background: -webkit-linear-gradient(90deg,#eae6ff,#f4f4f4); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(90deg,#eae6ff,#f4f4f4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width: 800px;
  @media screen and (max-width: 1440px) {
    min-width: 300px;
  }
}
label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #161616;
}
input,
textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
textarea {
  height: 100px;
  resize: vertical;
}
input[type='checkbox'] {
  width: auto;
  margin-right: 10px;
}
.btn-2 {
  text-align: center;
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #fff;
  cursor: pointer;
  letter-spacing: 2px;
  position:relative;
  overflow:hidden;
  margin: 0 20px;
}
.btn-2:before {
  content: "";
  position: absolute;
  height: 11px;
  width: 100%;
  background : #fff;
  left: 0;
  top: 0;
  transition: all .3s;
  opacity: 0.3;
}
.btn-2:hover:before {
  top: 77%;
}
textarea {
  resize: none;
}
:root {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #121212;

background: -webkit-linear-gradient(90deg,#405758,#5e787b,#405758); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(90deg,#405758,#5e787b,#405758); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
.container {
  max-width: 375px;
  min-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.page-section{
  background-color: #fff;
  padding-top: 100px;
}
body {
  overflow-x: hidden !important;
}