.elementor-kit-8{--e-global-color-primary:#0B1120;--e-global-color-secondary:#111827;--e-global-color-text:#E2E8F0;--e-global-color-accent:#3B82F6;--e-global-color-3cf4975:#EAE6E0;--e-global-color-134bea2:#3B4D5A;--e-global-color-b833289:#71717B;--e-global-color-0cecb35:#94A3B8;--e-global-color-8d44532:#181E2A;--e-global-color-a02376c:#15D629;--e-global-typography-primary-font-family:"League Spartan";--e-global-typography-primary-font-size:1.4rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );color:var( --e-global-color-0cecb35 );font-family:"Inter", Sans-serif;font-size:1.2rem;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:1px 1px 1px 1px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-text );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"League Spartan", Sans-serif;font-size:3rem;}.elementor-kit-8 h2{font-family:"League Spartan", Sans-serif;font-size:2.4rem;}.elementor-kit-8 h3{font-family:"League Spartan", Sans-serif;font-size:1.9rem;}.elementor-kit-8 h4{font-family:"League Spartan", Sans-serif;font-size:1.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a{ color: inherit; text-decoration: none; }
a:hover{ opacity: .92; }

p{ color: var(--muted); line-height: 1.7; }

/* 3) Headings */
h1, h2, h3{
  color: var(--text);
  letter-spacing: -0.02em;
}
h1{
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  line-height: 1.05;
  font-weight: 700;
}
h2{
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 1.15;
  font-weight: 700;
}
h3{
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700;
}

a.dotted-link {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}

body {
  overflow-x: hidden;
  max-width: 100%;
}

.glass-container {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  overflow: hidden;
}

.glass-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.060) 25%,
    rgba(255, 255, 255, 0.02) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}/* End custom CSS */