[data-theme="light"] {
  /* Colores base */
  --color-primary: #007bff;
  --color-secondary: #6c757d;
  --color-success: #28a745;
  --color-danger: #dc3545;
  --color-warning: #ffc107;
  --color-info: #17a2b8;

  /* Fondos */
  --bg-primary: #ffffff;
  --bg-secondary: #f8f9fa;
  --bg-tertiary: #e9ecef;

  --bg-primary-in: #000000;
  --bg-secondary-in: #2d2d2d;
  --bg-tertiary-in: #404040;


  --text-primary-in: #000000;
  --text-secondary-in: #2d2d2d;
  --text-muted-in: #404040;

  /* Textos */
  --text-primary: #1a1a1a;
  --text-secondary: #6c757d;
  --text-muted: #adb5bd;

  /* Bordes */
  --border-color: #dee2e6;

  --icon-color: #000000;
  --icon-filter: none;
}

[data-theme="dark"] {
  /* Misma estructura, valores diferentes */
  --color-primary: #4dabf7;
  --color-secondary: #868e96;
  --color-success: #51cf66;
  --color-danger: #ff4343;
  --color-warning: #ffd43b;
  --color-info: #3bc9db;

  /* Fondos */
  --bg-primary: #000000;
  --bg-secondary: #2d2d2d;
  --bg-tertiary: #404040;

  --bg-primary-in: #ffffff;
  --bg-secondary-in: #f8f9fa;
  --bg-tertiary-in: #ededed;


  --text-primary: #ffffff;
  --text-secondary: #b0b0b0;
  --text-muted: #6c757d;

  --border-color: #404040;
  --icon-filter: invert(1) brightness(2);
  --icon-color: #ffffff;
}



:root {
  --font-family: 'system-ui', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --space-xs: 0.5rem;
  --space-sm: 0.7rem;
  --space-md: 0.8rem;
  --space-lg: 1.2rem;
  --space-xl: 1.8rem;
  --space-xxl: 2rem;

  --border-radius: 15px;
  --border-radius-lg: 25px;
  --border-radius-sm: 10px;
  --border-radius-sdbr: 0px 25px 25px 0px;

  /* FONTS */
  --font-general: 'Open Sans', sans-serif;
  --font-heading: 'Open Sans', sans-serif;
  --font-weight-base: 600;
  /* SemiBold por defecto */
}

[data-theme="light"] {
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] {
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.2);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.25);
}

[data-theme="light"] {
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] {
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.2);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.25);
}

:root {
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --z-toast: 1080;
}
.gL5xd6XIloJdaOiBh4cA {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 12vh;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 1000;
    padding: 0;
    margin: 0;
    margin: 0;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    pointer-events: auto;
    overflow: visible;
    font-family: 'Open Sans', sans-serif;
}

.Bjxmzg_1Alez9NTlP6GO {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.8rem;
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
    transition: background-color 0.15s ease-in-out;
    z-index: 20;
}

.Bjxmzg_1Alez9NTlP6GO:hover,
.Bjxmzg_1Alez9NTlP6GO.sGBKngstj0VZQ9j7dR2O {
    background-color: rgba(10, 10, 10, 0.9);
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
}

.DNPuvEiOk31KIDu8fyKt {
    font-size: 75%;
    color: var(--bg-primary-in);
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    pointer-events: none;
}

.TcJTCgjf4eLkSPr02RG9 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(10, 10, 10, 0.9);
    border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out;
    border: none;
    z-index: 10;
}

.Bjxmzg_1Alez9NTlP6GO:hover .TcJTCgjf4eLkSPr02RG9,
.Bjxmzg_1Alez9NTlP6GO.sGBKngstj0VZQ9j7dR2O .TcJTCgjf4eLkSPr02RG9 {
    opacity: 1;
    pointer-events: auto;
}

.Csxyzt5h9qR1HOhHJpuM {
    padding: 0.2rem 0;
    cursor: pointer;
    font-size: 75%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    transition: color 0.15s;
    width: 100%;
}

.Csxyzt5h9qR1HOhHJpuM:hover {
    color: #fff;
}

.PZgyrhgcdDMNejb8JI2W {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 2.5rem;
}

.KmtwbG6Xt2tkeuPKmGfL {
    height: 85%;
    max-height: 125px;
    width: auto;
    object-fit: contain;
}

.UkVekhceJm9B7ZN2kUXg {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.PUGWVzWrifkbP3CA5ZXx {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8%;
    padding-right: 15%;
}

.GaqC4dc_UzbTz6Hu823d {
    font-size: 70%;
    color: var(--bg-primary-in);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}

.GaqC4dc_UzbTz6Hu823d::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: var(--bg-primary-in);
    transform-origin: bottom right;
    transition: transform 0.15s ease-out;
}

.GaqC4dc_UzbTz6Hu823d:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.EoNvd3J5SEoZWGE39yjA {
    width: auto;
    padding-right: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}

.p2FKkXXXEOJtCPc3SXSu {
    background-color: var(--bg-primary);
    color: var(--bg-primary-in);
    border-radius: calc(var(--border-radius-sm)*1.2);
    padding: 0.6rem 1.8rem;
    font-size: 75%;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.15s ease;
    position: relative;
    overflow: hidden;
}

.p2FKkXXXEOJtCPc3SXSu:hover {
    background-color: #1a1a1a;
}

.p2FKkXXXEOJtCPc3SXSu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle 80px at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(255, 255, 255, 0.08) 0%,
            transparent 100%);
    opacity: 0;
    transition: opacity 0.15s ease;
    pointer-events: none;
}

.p2FKkXXXEOJtCPc3SXSu:hover::before {
    opacity: 1;
}

.J2ngtVeaRafE3ES7XzNp {
    filter: brightness(0) invert(1);
    width: 0.9rem;
    height: 0.9rem;
}


.tzb7XwcDBd98sWmXjR7A {
    display: none;
    background: none;
    border: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    position: relative;
    z-index: 2000;
    padding: 0.5rem;
}

.b3T6Pfrj55jLG0xktyso {
    width: 24px;
    height: 3px;
    background-color: var(--bg-primary-in);
    border-radius: 2px;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.dvu8VcGXMckr8Udpn4XZ {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    width: 50%;
    max-width: 250px;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 9999;
    padding: 3rem 2rem;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    gap: 2rem;
    box-shadow: var(--shadow-xl);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    animation: Zoso33Gvihc5kIdIUIT6 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    overflow-y: auto;
    overflow-x: hidden;
}

@keyframes Zoso33Gvihc5kIdIUIT6 {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.WVG20Dux45RuhtRlfjIW {
    animation: vtianpuFzRSFgqWgiZ3E 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes vtianpuFzRSFgqWgiZ3E {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.ntgdX8LptLYFHSuEjxAT {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 9998;
    animation: Fk1UZZb9t1itLhDVb3ze 0.3s ease forwards;
}

.seOnl3FLSJGYtwxH_GA4 {
    animation: RltIVfpf64H5h6IlMx9A 0.3s ease forwards;
}

@keyframes Fk1UZZb9t1itLhDVb3ze {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }

    to {
        opacity: 1;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
}

@keyframes RltIVfpf64H5h6IlMx9A {
    from {
        opacity: 1;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }

    to {
        opacity: 0;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }
}

/* Inverted Join Button for Sidebar */
.boSDkc4I4yAilPxppT4z {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 0.6rem 1.8rem;
    border-radius: calc(var(--border-radius-sm)*1.2);
    cursor: pointer;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 75%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.boSDkc4I4yAilPxppT4z::before {
    content: '';
    position: absolute;
    top: var(--mouse-y, 50%);
    left: var(--mouse-x, 50%);
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
}

.boSDkc4I4yAilPxppT4z:hover::before {
    width: 200px;
    height: 200px;
    opacity: 1;
}

.wW4WJrExxi2z_kH9cZ5N {
    filter: brightness(0);
    width: 0.9rem;
    height: 0.9rem;
}

@media (max-width: 1024px) {
    .gL5xd6XIloJdaOiBh4cA {
        justify-content: space-between;
        padding: 0 1.5rem;
    }

    .PZgyrhgcdDMNejb8JI2W {
        display: none;
    }

    .tzb7XwcDBd98sWmXjR7A {
        display: flex;
        order: 1;
    }

    .UkVekhceJm9B7ZN2kUXg {
        display: flex;
        width: 9.5rem;
        order: 2;
        padding: 0;
    }

    .PUGWVzWrifkbP3CA5ZXx {
        display: none;
    }

    .EoNvd3J5SEoZWGE39yjA {
        padding-right: 0;
        gap: 0;
    }

    .Bjxmzg_1Alez9NTlP6GO {
        display: none;
    }

    .p2FKkXXXEOJtCPc3SXSu {
        padding: 0.5rem 1.2rem;
        font-size: 0.8rem;
    }
}

/* Mobile Landscape Header Fixes - BUTTONS ONLY */
@media (max-width: 900px) and (orientation: landscape) {

    /* Reduce header height slightly */
    .gL5xd6XIloJdaOiBh4cA {
        height: 15vh !important;
        padding: 0 1rem;
    }

    /* Scale down TOP RIGHT buttons (Unirse & Burger) */
    .p2FKkXXXEOJtCPc3SXSu {
        padding: 0.4rem 1rem !important;
        font-size: 0.7rem !important;
        transform: scale(0.9);
    }

    .tzb7XwcDBd98sWmXjR7A {
        transform: scale(0.9);
    }

    /* RESTORE SIDEBAR PADDING - DO NOT FLATTEN BUTTONS INSIDE */
    .dvu8VcGXMckr8Udpn4XZ {
        padding: 2rem 2rem !important;
        width: 50% !important;
        /* Keep original width */
        justify-content: flex-start;
    }

    /* Ensure specific padding for the WHITE button inside sidebar */
    .boSDkc4I4yAilPxppT4z {
        padding: 0.8rem 2rem !important;
        /* Force generous padding */
        min-height: 45px;
        font-size: 0.85rem !important;
    }
}
.FLQmxfz9IsTotGsTmc52 {
    opacity: 0;
    will-change: opacity, transform;
    width: fit-content;
    transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1), transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}

.ishna6dxT7Lnk4ZSNwWT {
    opacity: 1;
    transform: translate(0, 0) scale(1) !important;
}

/* Hidden States */
.OpBTw1iYf7jsphkM2mJw {
    transform: translateX(-50px);
}

.snfp_6FozI2LaNiCevXb {
    transform: translateX(50px);
}

.Pm3XdcsWBMjUkANFcoh5 {
    transform: translateY(-50px);
}

.ou8z7q6DKLa5emwxJFYc {
    transform: translateY(50px);
}

.YPqw0zzHGIaedlumFopr {
    transform: scale(0.8);
}

.GWnI_O84R_WGNBFVHlho {
    transform: translate(0, 0);
}
.vxqUA9OeTLHTJR3Tstz8 {
    position: relative;
    width: 100%;
    max-width: 100vw;
    /* Ensure it doesn't exceed viewport */
    min-height: 100vh;
    background-color: #000;
    font-family: 'Inter', 'Roboto', sans-serif;
    overflow-x: clip;
    /* Modern fix for horizontal overflow w/o breaking sticky */
}

.AStsCSRDhFvJlVp4YhLk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    filter: grayscale(1) brightness(0.65);
    z-index: 0;
}

.yOEHZgkXRSQcgrOeNsdl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
}

.DELhalcq07xUO_GepnUg {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
    padding-top: 0;
}

@media (min-width: 768px),
(orientation: landscape) {
    .DELhalcq07xUO_GepnUg {
        flex-direction: row;
        padding-top: 0;
    }
}

.hG5tdtTGCuDKcFicmxEJ,
.A81Ickzqbs5u7W3tUUo0 {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.hG5tdtTGCuDKcFicmxEJ {
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    padding-bottom: 0;
}

.A81Ickzqbs5u7W3tUUo0 {
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    padding-top: 0;
}

@media (min-width: 768px),
(orientation: landscape) {
    .hG5tdtTGCuDKcFicmxEJ {
        align-items: flex-end;
        text-align: right;
        padding-right: 0.25rem;
        padding-bottom: 6vh;
        justify-content: center;
        background-color: transparent !important;
        backdrop-filter: none !important;
    }

    .A81Ickzqbs5u7W3tUUo0 {
        align-items: flex-start;
        text-align: left;
        padding-left: 0.25rem;
        padding-bottom: 6vh;
        justify-content: center;
    }
}

.OuBkdIuVXe4cJrUVIx9m {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.wPuRjDEsL4hz462EnMo0 {
    height: 35px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.2s, transform 0.2s;
    cursor: pointer;
}

.wPuRjDEsL4hz462EnMo0:hover {
    opacity: 1;
    transform: scale(1.05);
}

.wwMG3ANXRDZUwXypZDsk {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px),
(orientation: landscape) {
    .hG5tdtTGCuDKcFicmxEJ .wwMG3ANXRDZUwXypZDsk {
        align-items: flex-end;
    }

    .A81Ickzqbs5u7W3tUUo0 .wwMG3ANXRDZUwXypZDsk {
        align-items: flex-start;
    }
}

@font-face {
    font-family: 'Deltha';
    src: url(/3744447122839b18da63.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.PBkTy58GA5fdGT4osKKy {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(3rem, 9vw, 9rem);
    font-weight: bolder;
    line-height: 0.9;
    margin: 0;
    margin-bottom: -0.05em;
    letter-spacing: 0.02em;
    /* Revert padding but keep slightly more top with negative margin to "eat" the space */
    padding: 0.15em 0.05em 0.05em 0.05em;
    margin-top: -0.05em;
    /* Pull it back up to fix alignment and separation */
}

@media (max-width: 900px) and (orientation: landscape) {
    .PBkTy58GA5fdGT4osKKy {
        font-size: 8vh !important;
    }

    .llAnwkLBkLh3U5g5bqzh {
        display: none !important;
    }

    .wwMG3ANXRDZUwXypZDsk {
        margin-left: 0 !important;
    }

    .sI_GhVZ_1cR4iTzQ7jhY {
        bottom: 1rem !important;
        padding: 0 2rem !important;
        transform: scale(0.9);
        transform-origin: bottom center;
        width: 100% !important;
    }

    .FHOtbup1EBnScyzEowf0 {
        bottom: 1rem !important;
        transform: translateX(-50%) scale(0.8) !important;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .wwMG3ANXRDZUwXypZDsk {
        flex-direction: row !important;
        justify-content: center;
        gap: 0.3em;
        white-space: nowrap;
        margin-left: -12%;
    }

    .PBkTy58GA5fdGT4osKKy {
        filter: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        left: 0 !important;
        position: relative !important;
        z-index: 10 !important;
        background-image: none !important;
        background-color: transparent !important;
        font-size: 14.5vw !important;
    }

    .CetER4v3kRATij6OHObA {
        background-color: transparent !important;
        backdrop-filter: none !important;
    }
}

.GpYLqDgrssAwURBo3g3S {
    color: #fff;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.Hjc_hlZLJhuWyUS48PGr {
    color: #fff;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.llAnwkLBkLh3U5g5bqzh {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120vw;
    height: 120vw;
    max-width: 600px;
    max-height: 600px;
    z-index: 1;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;

    pointer-events: none;
    opacity: 0;
    animation: Jg2lOyLCSrsyP35BLcMc 1.5s ease-out forwards;
    animation-delay: 0.2s;
}

@keyframes Jg2lOyLCSrsyP35BLcMc {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (min-width: 768px),
(orientation: landscape) {
    .GpYLqDgrssAwURBo3g3S {
        color: transparent;
        -webkit-text-fill-color: transparent;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        background-clip: text;
        -webkit-background-clip: text;
        filter: grayscale(100%) brightness(1.3);
    }

    .llAnwkLBkLh3U5g5bqzh {
        display: none;
    }
}

.Ssemx64vz_WDmTsY3Tkg {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}

.WrNzHwx2sLIqKXPeSirk {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.Jf2y7I3W0NgaCoT5Xr0p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

.uCxHgUQ6p89sP5V68ml4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-family: var(--font-general), sans-serif;
}

.Ccw1P23LgSCLDB9zyAaO {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: var(--font-general), sans-serif;
}

.k8e3XoF2cID3qJKSRJT6 {
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.2);
}

.sI_GhVZ_1cR4iTzQ7jhY {
    position: absolute;
    border-radius: var(--border-radius);
    bottom: 3.5rem;
    left: 0;
    right: 0;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 5rem;
    box-sizing: border-box;
    z-index: 100;
}

.GhxyGTlZiRvT1IEWX_x4 {
    color: white;
    opacity: 0.7;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s;
    font-size: 0.9rem;
    white-space: nowrap;
}

.GhxyGTlZiRvT1IEWX_x4:hover {
    opacity: 1;
}

@media (max-width: 768px) and (orientation: portrait) {

    .hG5tdtTGCuDKcFicmxEJ {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background-color: transparent !important;
        box-shadow: none !important;
        padding-right: 12% !important;
    }

    .A81Ickzqbs5u7W3tUUo0 {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background-color: transparent !important;
        box-shadow: none !important;
        padding-left: 12% !important;
    }

    .sI_GhVZ_1cR4iTzQ7jhY {
        padding: 0 1.5rem;
        bottom: 1rem;
        font-size: 0.7rem;
    }
}

.CetER4v3kRATij6OHObA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.FHOtbup1EBnScyzEowf0 {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 60;
    pointer-events: none;
    opacity: 0.6;
}

.Kth_tMTxKmv7aZtCctPe {
    width: 2px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.rLxr1b6wc_Fz4FECU_b7 {
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    top: -50%;
    left: 0;
    animation: Z1bmHutOfdYQ8QDyy5nT 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes Z1bmHutOfdYQ8QDyy5nT {
    0% {
        top: -50%;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

.JNRChMiQ2svnZQGIiaRL {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.nLE4qEUPeY7AY2f7klhw {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-top: 0.2rem;
}
.AbhDV70gmvRcrbBWu2tA {
    position: relative;
    height: 1200vh;
    /* Increased from 700vh to slow down scroll */
    background-color: #000;
    width: 100%;
    z-index: 10;
}

.NdBBoVl45ea_ikeP5or3 {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.s6UN7MK_OVa6h3txxE4N {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
    z-index: 10;
    width: 90%;
    max-width: 1000px;
    position: absolute;
    will-change: opacity;
}

.fFbSyGcRwXcgvo01eJpw {
    width: 100%;
}

.UHHJKO1Ga_J1KoMPPC3O {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    color: #666;
    display: block;
}

.I6RVoQw_AnkL3LBwxFsX {
    font-family: 'Open Sans', 'Open Sans', sans-serif;
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 0;
}

.Ppgs_psmnilYMBFdedo6 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ccc;
    margin-top: 1rem;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.Ppgs_psmnilYMBFdedo6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    animation: wmpfsP0n_HUAmp59osB6 1s ease-out forwards;
}

@keyframes wmpfsP0n_HUAmp59osB6 {
    to {
        width: 100%;
    }
}

.v4SL5K7yvVzLAVhJC7hE {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    pointer-events: none;
    background: #000;
}

.Hhs89XRteLd_IZuMIJKL {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    gap: 0;
    height: 100%;
}

.oObFLCmMOLHKwvXdZCXe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 10s ease-out;
}

.lx14hNqS8xEDityrDaXo {
    flex: 1;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    z-index: 1;
}

.sAklu_H9fV4oytbN9Wb7 {
    display: none;
}

.kX_9VzqVi9WNG5pELcRE {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60vh;
    height: 60vh;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background: rgba(255, 255, 255, 0.1);
    z-index: 2;
}

.DquYKht4h2kepHx4JvPd {
    flex: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4rem;
    padding-right: 6rem;
    height: 100%;
    width: 50%;
    position: relative;
    z-index: 50;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.gWDGQHKr1xnJG0Oe6nAX {
    font-family: 'Open Sans', sans-serif;
    font-size: 150%;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    color: #fff;
    margin: 2rem 2rem 0 2rem;
    font-weight: 700;
    padding-left: 1rem;
    border-left: 3px solid #fff;
}

.GiqEkNleJM_xylu6JCKA {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 1rem;
    display: block;
    position: relative;
    z-index: 10;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.VtKhygEmc4DuNI2BAj_B {
    font-family: 'Open Sans', sans-serif;
    font-size: 80%;
    text-align: justify;
    color: #fff;
    margin: 1rem 2rem 2rem 2rem;
    line-height: 1.4;
    display: block;
    position: relative;
    z-index: 10;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.T8lFsmKuq9j4dPXJP8TD {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 1rem 2rem 2rem 2rem;
    display: flex;
    justify-content: center;
    justify-content: space-around;
}

.Jso3Vd1TS6MEuHdzL_QZ {
    display: flex;
    flex-direction: column;
    min-width: 100px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.E3SCDiuuVR2heDpavpMO {
    font-family: 'Inter', sans-serif;
    font-size: 165%;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-align: center;
}

.bDbJcDNgHNfK_Av4m9lx {
    font-family: 'Open Sans', sans-serif;
    font-size: 60%;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.4;
    opacity: 0.7;
    font-weight: 600;
    letter-spacing: 0.05em;
}


.YxVCoDPl2PPGLPtyIUIG {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
    will-change: transform;
}

.NIr_ksu2u4uMPZeEQFYS {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.zS81Du1KHxZJHXPaG1MO {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 800;
}

.Rx5WT6_RetuglmsU84uD {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    height: 40vh;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.q7pkNvJNtZYrQAKnAzxl {
    width: 4px;
    height: 10%;
    min-height: 40px;
    background: #fff;
    border-radius: var(--border-radius);
    position: absolute;
    top: 0;
    left: -1px;
    transition: top 0.1s linear;
}

.AdezFPzhyweNdlz1MO2q {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7rem;
    color: #fff;
    opacity: 0.6;
    letter-spacing: 0.3em;
    font-weight: 600;
}

@media (max-width: 1280px) {
    .Hhs89XRteLd_IZuMIJKL {
        width: 100%;
        gap: 2rem;
    }

    .GiqEkNleJM_xylu6JCKA {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .Hhs89XRteLd_IZuMIJKL {
        flex-direction: column;
        padding: 0;
        gap: 0;
        justify-content: center;
        width: 100%;
        max-width: none;
        position: relative;
    }

    .lx14hNqS8xEDityrDaXo {
        display: none;
        /* Hide V on mobile */
    }

    .DquYKht4h2kepHx4JvPd {
        flex: none;
        width: 100%;
        height: 100%;
        padding: 2rem;
        box-sizing: border-box;
        /* Fix for 100% + padding overflow */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        z-index: 10;

        /* Initial Mobile State: Hidden & Clear */
        opacity: 0;
        background: rgba(0, 0, 0, 0);
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);

        border-radius: 0;
        border: none;
        box-shadow: none;
        margin: 0;

        transition: opacity 1s ease 1s, background 1s ease 1s, backdrop-filter 1s ease 1s, -webkit-backdrop-filter 1s ease 1s;
    }

    .AWAboutSection_statsSection .DquYKht4h2kepHx4JvPd,
    .v4SL5K7yvVzLAVhJC7hE[data-visible="true"] .DquYKht4h2kepHx4JvPd {
        opacity: 1;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    /* Force delays on children so they animate AFTER the container reveal */
    .v4SL5K7yvVzLAVhJC7hE[data-visible="true"] .GiqEkNleJM_xylu6JCKA,
    .v4SL5K7yvVzLAVhJC7hE[data-visible="true"] .VtKhygEmc4DuNI2BAj_B,
    .v4SL5K7yvVzLAVhJC7hE[data-visible="true"] .Jso3Vd1TS6MEuHdzL_QZ {
        transition-delay: 1.2s !important;
    }

    .gWDGQHKr1xnJG0Oe6nAX {
        border: none;
        border-bottom: 2px solid #fff;
        padding: 0 0 0.5rem 0;
        margin: 0 0 2rem 0;
        width: fit-content;
    }

    .GiqEkNleJM_xylu6JCKA {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .VtKhygEmc4DuNI2BAj_B {
        max-width: 90%;
        margin: 0 auto 3rem auto;
    }

    .T8lFsmKuq9j4dPXJP8TD {
        justify-content: center;
        gap: 2rem;
        width: 100%;
    }

    .Rx5WT6_RetuglmsU84uD {
        display: none;
    }
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #ffffff;
    background-image:
        radial-gradient(at 0% 0%, hsla(0, 0%, 95%, 1) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgb(200, 200, 200) 0px, transparent 50%),
        radial-gradient(at 100% 100%, hsla(0, 0%, 95%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgb(190, 190, 190) 0px, transparent 50%);
}

* {
    margin: 0;
    padding: 0;
}

/* Custom text selection colors - Black & White theme */
::selection {
    background-color: #000000;
    color: #ffffff;
}

::-moz-selection {
    background-color: #000000;
    color: #ffffff;
}

/*# sourceMappingURL=main.ecf2e563604fe6dfe272.css.map*/