
  

  
  @property --font-size--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 18px;
}
@property --font-size--sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 14px;
}
@property --color--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --font-size--2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 24px;
}
@property --color--red--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --color--red--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --color--red--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --color--red--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --color--red--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --font-size--base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 16px;
}
@property --color--blue--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --color--blue--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --color--blue--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --color--blue--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --color--blue--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --color--grey--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --color--grey--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --color--grey--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--grey--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --color--grey--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --color--secondary {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--green--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --color--green--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --color--green--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --color--green--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --color--green--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --font-family--text {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: system-ui;
}
@property --font-weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --color--yellow--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --color--yellow--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --color--yellow--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --color--yellow--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --color--yellow--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --font-weight--light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-family--heading {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: sans-serif;
}
@property --font-weight--regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight--semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-Inter Tight: 'Inter Tight',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .cmyepu {
      gap:22px;
      color:inherit;
      border:1px solid rgba(255, 255, 255, 0.06);
      display:flex;
      padding:36px 30px;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:linear-gradient(165deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012));
      transition:transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease, box-shadow 0.4s ease;
      font-family:inherit;
      font-weight:inherit;
      border-radius:14px;
      flex-direction:column;
      backdrop-filter:blur(16px);
    }

    .cmyepu:hover {
      transform:translateY(-5px);
      box-shadow:0 12px 40px rgba(234, 255, 0, 0.06), 0 0 0 1px rgba(234, 255, 0, 0.08);
      border-color:rgba(234, 255, 0, 0.2);
    }

    .MjAPz {
      color:inherit;
      width:24px;
      height:24px;
      display:inline;
      opacity:0.85;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .mrbDn {
      color:rgba(255, 255, 255, 0.35);
      margin:0px;
      display:block;
      font-size:14px;
      font-family:Inter, sans-serif;
      font-weight:inherit;
      line-height:1.75;
      flex-direction:row;
    }

    .fIfdo {
      top:-60px;
      color:inherit;
      right:-60px;
      width:180px;
      height:180px;
      display:block;
      opacity:0;
      position:absolute;
      font-size:inherit;
      background:radial-gradient(circle, rgba(234, 255, 0, 0.06) 0%, transparent 70%);
      transition:opacity 0.4s ease;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
      pointer-events:none;
    }

    .bvXYrL {
      color:#f0f0f0;
      margin:0px;
      display:block;
      font-size:20px;
      font-family:"Instrument Serif", serif;
      font-weight:400;
      line-height:1.3;
      flex-direction:row;
      letter-spacing:-0.02em;
    }

    .bJfasO {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      height:1px;
      display:block;
      position:absolute;
      font-size:inherit;
      background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .czcWbq {
      row-gap:16px;
      column-gap:16px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .JXxyM {
      color:inherit;
      width:50px;
      border:1px solid rgba(234, 255, 0, 0.15);
      height:50px;
      display:flex;
      font-size:inherit;
      background:linear-gradient(135deg, rgba(234, 255, 0, 0.12), rgba(234, 255, 0, 0.04));
      box-shadow:0 0 20px rgba(234, 255, 0, 0.06), inset 0 1px 1px rgba(255, 255, 255, 0.05);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:13px;
      flex-direction:row;
      justify-content:center;
    }

    .blend\:fc1 {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .blend\:fc2 {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .blend\:fc3 {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .blend\:fc4 {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .blend\:fc5 {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .blend\:fc6 {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .Kddpc {
      gap:28px;
      color:inherit;
      border:1px solid rgba(255, 255, 255, 0.05);
      display:flex;
      padding:40px 32px;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:linear-gradient(165deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008));
      transition:transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease, box-shadow 0.4s ease;
      font-family:inherit;
      font-weight:inherit;
      border-radius:16px;
      flex-direction:column;
      backdrop-filter:blur(12px);
    }

    .Kddpc.highlighted {
      background:linear-gradient(165deg, rgba(234, 255, 0, 0.06), rgba(234, 255, 0, 0.015));
      box-shadow:0 0 60px rgba(234, 255, 0, 0.06), 0 0 0 1px rgba(234, 255, 0, 0.08);
      border-color:rgba(234, 255, 0, 0.18);
    }

    .Kddpc.highlighted:hover {
      transform:translateY(-6px);
      box-shadow:0 0 80px rgba(234, 255, 0, 0.1), 0 0 0 1px rgba(234, 255, 0, 0.15);
      border-color:rgba(234, 255, 0, 0.3);
    }

    .Kddpc:hover {
      transform:translateY(-4px);
      border-color:rgba(255, 255, 255, 0.12);
    }

    .fFpGea {
      color:#121212;
      display:inline-block;
      padding:4px 14px;
      font-size:10px;
      background:#EAFF00;
      box-shadow:0 0 20px rgba(234, 255, 0, 0.2);
      font-family:Inter, sans-serif;
      font-weight:600;
      border-radius:100px;
      flex-direction:row;
      letter-spacing:0.1em;
      text-transform:uppercase;
    }

    .UJHQL {
      color:rgba(255, 255, 255, 0.6);
      border:1px solid rgba(255, 255, 255, 0.08);
      cursor:pointer;
      display:inline-block;
      padding:14px 24px;
      font-size:14px;
      background:transparent;
      margin-top:8px;
      text-align:center;
      transition:all 0.3s ease;
      font-family:Inter, sans-serif;
      font-weight:600;
      border-radius:10px;
      flex-direction:row;
      letter-spacing:0.02em;
    }

    .UJHQL.highlighted {
      color:#121212;
      background:#EAFF00;
      box-shadow:0 0 30px rgba(234, 255, 0, 0.15);
      border-color:#EAFF00;
    }

    .UJHQL.highlighted:hover {
      transform:translateY(-2px);
      background:#d4e600;
      box-shadow:0 0 40px rgba(234, 255, 0, 0.25);
    }

    .UJHQL:hover {
      color:#f0f0f0;
      background:rgba(255, 255, 255, 0.05);
      border-color:rgba(255, 255, 255, 0.18);
    }

    .ekPVBS {
      color:rgba(255, 255, 255, 0.3);
      display:inline;
      font-size:22px;
      font-family:"Instrument Serif", serif;
      font-weight:inherit;
      flex-direction:row;
    }

    .fyNGsD {
      color:inherit;
      height:1px;
      display:block;
      font-size:inherit;
      background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bKyqEQ {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      height:2px;
      display:block;
      position:absolute;
      font-size:inherit;
      background:linear-gradient(90deg, transparent, #EAFF00, transparent);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dZYckN {
      color:rgba(255, 255, 255, 0.25);
      display:inline;
      font-size:14px;
      font-family:Inter, sans-serif;
      font-weight:inherit;
      flex-direction:row;
    }

    .cLYfif {
      color:rgba(255, 255, 255, 0.3);
      margin:0px;
      display:block;
      font-size:14px;
      font-family:Inter, sans-serif;
      font-weight:inherit;
      line-height:1.65;
      flex-direction:row;
    }

    .dLqnFR {
      gap:2px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:baseline;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .qgQxp {
      color:#f0f0f0;
      display:inline;
      font-size:56px;
      font-family:"Instrument Serif", serif;
      font-weight:400;
      line-height:1;
      flex-direction:row;
      letter-spacing:-0.04em;
    }

    .lukWk {
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .iJedV {
      color:inherit;
      width:16px;
      height:16px;
      display:inline;
      opacity:0.5;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fnDtAH {
      gap:14px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cggizb {
      color:rgba(255, 255, 255, 0.45);
      margin:0px;
      display:block;
      font-size:13px;
      font-family:Inter, sans-serif;
      font-weight:500;
      flex-direction:row;
      letter-spacing:0.12em;
      text-transform:uppercase;
    }

    .dIAbkI {
      gap:12px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dpwQlT {
      color:rgba(255, 255, 255, 0.45);
      display:inline;
      font-size:14px;
      font-family:Inter, sans-serif;
      font-weight:inherit;
      flex-direction:row;
    }

    .eXYzPS {
      gap:13px;
      flex:1;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .blend\:pc1 {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .blend\:pc2 {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .blend\:pc3 {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dFJDqv {
      color:#f0f0f0;
      display:block;
      position:static;
      font-size:inherit;
      background:#121212;
      min-height:100vh;
      font-family:Inter, sans-serif;
      font-weight:inherit;
      flex-direction:row;
      -webkit-font-smoothing:antialiased;
    }

    .drGgRm {
      color:rgba(255, 255, 255, 0.12);
      display:inline;
      font-size:22px;
      transition:color 0.3s ease;
      font-family:"Instrument Serif", serif;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:-0.02em;
    }

    .drGgRm:hover {
      color:rgba(255, 255, 255, 0.3);
    }

    .OMrDF {
      color:rgba(255, 255, 255, 0.12);
      display:inline;
      font-size:17px;
      transition:color 0.3s ease;
      font-family:Inter, sans-serif;
      font-weight:700;
      flex-direction:row;
      letter-spacing:0.06em;
    }

    .OMrDF:hover {
      color:rgba(255, 255, 255, 0.3);
    }

    .cvGmsh {
      gap:6px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .aaRME {
      color:inherit;
      display:block;
      padding:80px 24px 40px;
      font-size:inherit;
      border-top:1px solid rgba(255, 255, 255, 0.04);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fhvByd {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      height:64px;
      display:flex;
      padding:0 32px;
      z-index:1000;
      position:fixed;
      font-size:inherit;
      background:rgba(18, 18, 18, 0.7);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(255, 255, 255, 0.04);
      flex-direction:row;
      backdrop-filter:blur(20px);
      justify-content:space-between;
    }

    @media (max-width: 600px) {

    .fhvByd {
      padding:0 20px;
    }
    }

    .cbfCjo {
      color:#121212;
      display:inline-block;
      padding:8px 18px;
      font-size:12px;
      background:#EAFF00;
      box-shadow:0 0 16px rgba(234, 255, 0, 0.12);
      transition:all 0.25s ease;
      font-family:inherit;
      font-weight:600;
      border-radius:8px;
      flex-direction:row;
      letter-spacing:0.02em;
      text-decoration:none;
    }

    .cbfCjo:hover {
      transform:translateY(-1px);
      background:#d4e600;
      box-shadow:0 0 24px rgba(234, 255, 0, 0.2);
    }

    .dvNKrt {
      gap:26px;
      color:inherit;
      border:1px solid rgba(234, 255, 0, 0.1);
      margin:0 auto;
      display:flex;
      padding:90px 60px;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      max-width:900px;
      background:linear-gradient(165deg, rgba(234, 255, 0, 0.05), rgba(234, 255, 0, 0.012));
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:20px;
      flex-direction:column;
      backdrop-filter:blur(8px);
    }

    @media (max-width: 600px) {

    .dvNKrt {
      padding:60px 28px;
    }
    }

    .cIKCpa {
      color:rgba(255, 255, 255, 0.4);
      margin:0px;
      display:block;
      position:relative;
      font-size:17px;
      max-width:480px;
      font-family:inherit;
      font-weight:inherit;
      line-height:1.75;
      flex-direction:row;
    }

    .byZkkJ {
      gap:10px;
      color:inherit;
      display:flex;
      z-index:1001;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      text-decoration:none;
    }

    .dBalcL {
      color:rgba(255, 255, 255, 0.2);
      display:inline;
      font-size:13px;
      transition:color 0.25s ease;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      text-decoration:none;
    }

    .dBalcL:hover {
      color:#EAFF00;
    }

    .WWeIN {
      color:#f0f0f0;
      margin:0px;
      display:block;
      position:relative;
      font-size:52px;
      font-family:"Instrument Serif", serif;
      font-weight:400;
      line-height:1.05;
      flex-direction:row;
      letter-spacing:-0.035em;
    }

    @media (max-width: 768px) {

    .WWeIN {
      font-size:34px;
    }
    }

    .IYKAI {
      color:inherit;
      width:22px;
      height:2px;
      display:block;
      font-size:inherit;
      background:#f0f0f0;
      transition:all 0.3s ease;
      font-family:inherit;
      font-weight:inherit;
      border-radius:2px;
      flex-direction:row;
    }

    .IYKAI.open {
      transform:rotate(45deg) translate(4px, 4px);
    }

    .BSWIz {
      color:inherit;
      width:22px;
      height:2px;
      display:block;
      font-size:inherit;
      background:#f0f0f0;
      transition:all 0.3s ease;
      font-family:inherit;
      font-weight:inherit;
      border-radius:2px;
      flex-direction:row;
    }

    .BSWIz.open {
      opacity:0;
      transform:translateX(-8px);
    }

    .eFWBwo {
      color:inherit;
      width:22px;
      height:2px;
      display:block;
      font-size:inherit;
      background:#f0f0f0;
      transition:all 0.3s ease;
      font-family:inherit;
      font-weight:inherit;
      border-radius:2px;
      flex-direction:row;
    }

    .eFWBwo.open {
      transform:rotate(-45deg) translate(4px, -4px);
    }

    .cmnIGT {
      gap:56px;
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 600px) {

    .cmnIGT {
      gap:32px;
    }
    }

    .cTdlTA {
      color:rgba(255, 255, 255, 0.45);
      display:inline;
      font-size:13px;
      transition:color 0.25s ease;
      font-family:inherit;
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.01em;
      text-decoration:none;
    }

    .cTdlTA:hover {
      color:#EAFF00;
    }

    .eavopK {
      gap:36px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .eavopK {
      display:none;
    }
    }

    .crxyRv {
      color:#f0f0f0;
      display:inline;
      font-size:40px;
      font-family:"Instrument Serif", serif;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:-0.03em;
    }

    .dnXzwv {
      color:#EAFF00;
      display:inline;
      font-size:40px;
      font-family:"Instrument Serif", serif;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:-0.03em;
    }

    .fBgYCH {
      color:rgba(255, 255, 255, 0.15);
      display:inline;
      font-size:13px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dBetD {
      color:#121212;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:18px 42px;
      position:relative;
      font-size:15px;
      background:#EAFF00;
      box-shadow:0 0 40px rgba(234, 255, 0, 0.15);
      margin-top:10px;
      transition:all 0.3s ease;
      font-family:Inter, sans-serif;
      font-weight:600;
      border-radius:12px;
      flex-direction:row;
      letter-spacing:0.01em;
    }

    .dBetD:hover {
      transform:translateY(-3px);
      background:#d4e600;
      box-shadow:0 0 60px rgba(234, 255, 0, 0.25);
    }

    .fBMAWS {
      gap:48px;
      color:inherit;
      display:grid;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:2fr 1fr 1fr 1fr;
    }

    @media (max-width: 768px) {

    .fBMAWS {
      grid-template-columns:1fr 1fr;
    }
    }

    @media (max-width: 480px) {

    .fBMAWS {
      grid-template-columns:1fr;
    }
    }

    .bzUmYr {
      gap:28px;
      color:#ffffff;
      width:100%;
      height:100%;
      margin:0 auto;
      display:flex;
      padding:100px 32px 60px;
      z-index:2;
      font-size:inherit;
      background:#ffffff;
      overflow-x:hidden;
      overflow-y:hidden;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      mix-blend-mode:screen;
      justify-content:center;
      animation:2s ease 0ms 1 normal forwards running animation-cqmYxF;
      animation-timeline:--hero-timeline;
      animation-range:contain;
    }

    @keyframes animation-cqmYxF {
        0% {
          opacity: 1;
        }

        27% {
          opacity: 1;
        }

        39.99999999999999% {
          opacity: 0;
        }

        100% {
          opacity: 0;
        }
    }

    .cYgAkJ {
      top:0px;
      color:inherit;
      height:100vh;
      display:block;
      position:sticky;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      align-items:center;
      justify-content:center;
    }

    .bPDClv {
      color:#121212;
      display:inline-block;
      padding:14px 36px;
      font-size:15px;
      background:#EAFF00;
      box-shadow:0 0 30px rgba(234, 255, 0, 0.15);
      margin-top:16px;
      transition:all 0.25s ease;
      font-family:Inter, sans-serif;
      font-weight:600;
      border-radius:10px;
      flex-direction:row;
      text-decoration:none;
    }

    .bPDClv:hover {
      background:#d4e600;
    }

    .cCnYKD {
      color:rgba(255, 255, 255, 0.45);
      display:inline;
      font-size:13px;
      transition:color 0.25s ease;
      font-family:inherit;
      font-weight:400;
      flex-direction:row;
      text-decoration:none;
    }

    .cCnYKD:hover {
      color:#f0f0f0;
    }

    .cdyijf {
      color:inherit;
      display:block;
      padding:140px 24px;
      position:relative;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cVornl {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      height:2px;
      display:block;
      position:absolute;
      font-size:inherit;
      background:linear-gradient(90deg, transparent, rgba(234, 255, 0, 0.4), transparent);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .CmLoV {
      gap:36px;
      color:inherit;
      margin:0 auto;
      display:flex;
      font-size:inherit;
      max-width:1200px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dtVxgx {
      color:rgba(255, 255, 255, 0.2);
      display:inline;
      font-size:11px;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
      letter-spacing:0.15em;
      text-transform:uppercase;
    }

    .bbeWao {
      gap:16px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .bbeWao {
      display:none;
    }
    }

    .enXUgZ {
      color:#EAFF00;
      border:1px solid rgba(234, 255, 0, 0.1);
      display:inline-block;
      padding:6px 16px;
      font-size:11px;
      background:rgba(234, 255, 0, 0.06);
      font-family:inherit;
      font-weight:600;
      border-radius:100px;
      flex-direction:row;
      letter-spacing:0.15em;
      text-transform:uppercase;
    }

    .faegWM {
      color:rgba(255, 255, 255, 0.3);
      display:inline;
      font-size:13px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dJJIxf {
      top:-150px;
      left:50%;
      color:inherit;
      width:500px;
      height:300px;
      display:block;
      position:absolute;
      font-size:inherit;
      transform:translateX(-50%);
      background:radial-gradient(circle, rgba(234, 255, 0, 0.07) 0%, transparent 65%);
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
      pointer-events:none;
    }

    .TAqdj {
      gap:16px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bOJUpd {
      gap:60px;
      color:inherit;
      margin:0 auto;
      display:flex;
      font-size:inherit;
      max-width:1200px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dCogQK {
      color:#000000;
      width:100%;
      margin:0px;
      display:block;
      animation:2s ease 0ms 1 normal forwards running animation-bOkRbY;
      font-size:16vw;
      text-align:center;
      font-family:"Inter Tight";
      font-weight:900;
      line-height:85%;
      flex-direction:row;
      letter-spacing:-0.035em;
      animation-range:contain;
      transform-origin:center center;
      animation-timeline:--hero-timeline;
    }

    @keyframes animation-bOkRbY {
        0% {
          scale: 1 1 1;
        }

        0% {
          filter: blur(0px);
        }

        28.999999999999996% {
          rotate: 0 0 1 90deg;
        }

        100% {
          scale: 28 28 1;
        }

        100% {
          filter: blur(0.5px);
        }

        100% {
          rotate: 0 0 1 90deg;
        }

        100% {
          translate: 227px 279px 0;
        }
    }

    .cpQAzI {
      color:inherit;
      height:200vh;
      display:flex;
      position:static;
      font-size:inherit;
      align-items:stretch;
      font-family:inherit;
      font-weight:inherit;
      view-timeline:--hero-timeline;
      flex-direction:column;
      justify-content:flex-start;
    }

    .byaMNp {
      top:0px;
      left:0px;
      color:inherit;
      width:100%;
      height:100%;
      display:block;
      z-index:0;
      position:absolute;
      font-size:inherit;
      object-fit:cover;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .bMLIVh {
      color:rgba(255, 255, 255, 0.5);
      display:inline;
      font-size:28px;
      transition:color 0.25s ease;
      font-family:"Instrument Serif", serif;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:-0.02em;
      text-decoration:none;
    }

    .bMLIVh:hover {
      color:#EAFF00;
    }

    .ckpylg {
      color:inherit;
      width:28px;
      height:28px;
      display:flex;
      font-size:inherit;
      background:linear-gradient(135deg, #EAFF00, #b8cc00);
      box-shadow:0 0 16px rgba(234, 255, 0, 0.15);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:7px;
      flex-direction:row;
      justify-content:center;
    }

    .bUMwgY {
      color:#f0f0f0;
      display:inline;
      font-size:20px;
      font-family:"Instrument Serif", serif;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:-0.02em;
    }

    .ewDiQq {
      color:rgba(255, 255, 255, 0.35);
      margin:0px;
      display:block;
      font-size:16px;
      max-width:440px;
      font-family:inherit;
      font-weight:inherit;
      line-height:1.75;
      flex-direction:row;
    }

    .cFHHsa {
      gap:18px;
      color:inherit;
      display:grid;
      font-size:inherit;
      align-items:stretch;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:repeat(3, 1fr);
    }

    @media (max-width: 900px) {

    .cFHHsa {
      margin:0 auto;
      max-width:420px;
      grid-template-columns:1fr;
    }
    }

    .dhXYCH {
      color:rgba(255, 255, 255, 0.35);
      margin:0px;
      display:block;
      font-size:16px;
      max-width:520px;
      font-family:inherit;
      font-weight:inherit;
      line-height:1.75;
      flex-direction:row;
    }

    .ZPSyh {
      gap:18px;
      color:inherit;
      display:grid;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:repeat(3, 1fr);
    }

    @media (max-width: 900px) {

    .ZPSyh {
      grid-template-columns:repeat(2, 1fr);
    }
    }

    @media (max-width: 600px) {

    .ZPSyh {
      grid-template-columns:1fr;
    }
    }

    .cDqQID {
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 600px) {

    .cDqQID {
      gap:16px;
      text-align:center;
      flex-direction:column;
    }
    }

    .fTRug {
      gap:5px;
      color:inherit;
      border:none;
      cursor:pointer;
      display:none;
      padding:8px;
      z-index:1001;
      font-size:inherit;
      background:none;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 768px) {

    .fTRug {
      display:flex;
    }
    }

    .cbkfBe {
      color:inherit;
      display:inline;
      opacity:0;
      animation:2s ease var(--delay) 1 normal forwards running animation-AcwFG;
      font-family:"Inter Tight";
      font-weight:inherit;
      text-shadow:0px 0px 1px #000000cc;
      flex-direction:row;
      animation-range:contain;
      animation-timeline:--hero-timeline;
    }

    @keyframes animation-AcwFG {
        49% {
          opacity: 0;
        }

        62% {
          opacity: 1;
        }

        100% {
          opacity: 1;
        }
    }

    .cYSlSt {
      color:inherit;
      display:block;
      padding:72px 24px;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      border-top:1px solid rgba(255, 255, 255, 0.04);
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(255, 255, 255, 0.04);
      flex-direction:row;
    }

    .dEtPOb {
      gap:72px;
      color:inherit;
      margin:0 auto;
      display:flex;
      font-size:inherit;
      max-width:1100px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dzWztC {
      color:#f0f0f0;
      margin:0px;
      display:block;
      font-size:52px;
      font-family:"Instrument Serif", serif;
      font-weight:400;
      line-height:1.05;
      flex-direction:row;
      letter-spacing:-0.035em;
    }

    @media (max-width: 768px) {

    .dzWztC {
      font-size:36px;
    }
    }

    .bVFcFW {
      color:rgba(255, 255, 255, 0.35);
      margin:0px;
      display:block;
      font-size:16px;
      max-width:480px;
      font-family:inherit;
      font-weight:inherit;
      line-height:1.75;
      flex-direction:row;
    }

    .bNgivn {
      color:rgba(255, 255, 255, 0.25);
      display:inline;
      font-size:14px;
      transition:color 0.25s ease;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      text-decoration:none;
    }

    .bNgivn:hover {
      color:#EAFF00;
    }

    .ebRfGo {
      color:rgba(255, 255, 255, 0.45);
      display:inline;
      font-size:11px;
      font-family:inherit;
      font-weight:600;
      margin-bottom:4px;
      flex-direction:row;
      letter-spacing:0.12em;
      text-transform:uppercase;
    }

    .AssEw {
      gap:72px;
      color:inherit;
      margin:0 auto;
      display:flex;
      font-size:inherit;
      max-width:1200px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .wHvjI {
      color:inherit;
      height:1px;
      display:block;
      font-size:inherit;
      background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fdwYfy {
      gap:10px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .Xbuuy {
      gap:24px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eWoNKe {
      top:0px;
      left:0px;
      color:inherit;
      width:120px;
      bottom:0px;
      display:block;
      z-index:2;
      position:absolute;
      font-size:inherit;
      background:linear-gradient(90deg, #121212, transparent);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .vVEPC {
      gap:18px;
      color:inherit;
      display:flex;
      font-size:inherit;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bCiTmQ {
      gap:72px;
      color:inherit;
      margin:0 auto;
      display:flex;
      font-size:inherit;
      max-width:1100px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cuGaHH {
      gap:40px;
      color:inherit;
      width:100%;
      display:grid;
      font-size:inherit;
      max-width:700px;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:repeat(3, 1fr);
    }

    @media (max-width: 600px) {

    .cuGaHH {
      gap:28px;
      grid-template-columns:1fr;
    }
    }

    .vgAJR {
      top:50%;
      left:50%;
      color:inherit;
      width:900px;
      height:900px;
      display:block;
      position:absolute;
      font-size:inherit;
      transform:translate(-50%, -50%);
      background:radial-gradient(circle, rgba(234, 255, 0, 0.02) 0%, transparent 55%);
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
      pointer-events:none;
    }

    .lVsrf {
      color:inherit;
      width:28px;
      height:28px;
      display:flex;
      font-size:inherit;
      background:linear-gradient(135deg, #EAFF00, #b8cc00);
      box-shadow:0 0 14px rgba(234, 255, 0, 0.12);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:7px;
      flex-direction:row;
      justify-content:center;
    }

    .ejsrkd {
      top:0px;
      color:inherit;
      right:0px;
      width:120px;
      bottom:0px;
      display:block;
      z-index:2;
      position:absolute;
      font-size:inherit;
      background:linear-gradient(270deg, #121212, transparent);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .cnsPMm {
      color:inherit;
      display:block;
      padding:140px 24px;
      position:relative;
      font-size:inherit;
      background:linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.008), transparent);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .coYKeX {
      color:rgba(255, 255, 255, 0.25);
      margin:0px;
      display:block;
      font-size:14px;
      max-width:280px;
      font-family:inherit;
      font-weight:inherit;
      line-height:1.75;
      flex-direction:row;
    }

    .bKGUTv {
      color:inherit;
      display:block;
      padding:140px 24px;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .sNIfl {
      color:inherit;
      display:block;
      font-size:max(2rem, 3vw);
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
      position:absolute;
      left:50%;
      top:50%;
      translate:-50% -50% 0;
      width:100%;
      text-align:center;
    }

    .dyNnJx {
      color:inherit;
      width:12px;
      height:12px;
      display:block;
      font-size:inherit;
      background:#121212;
      font-family:inherit;
      font-weight:inherit;
      border-radius:3px;
      flex-direction:row;
    }

    .csBEFn {
      gap:40px;
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:999;
      position:fixed;
      font-size:inherit;
      background:rgba(12, 12, 12, 0.97);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      backdrop-filter:blur(40px);
      justify-content:center;
    }

    .fiOEKH {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:block;
      position:absolute;
      font-size:inherit;
      background:linear-gradient(180deg, rgba(255, 255, 255, 0.008) 0%, transparent 30%, transparent 70%, rgba(255, 255, 255, 0.008) 100%);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }