.elementor-52367 .elementor-element.elementor-element-2a4510b{--display:flex;}.elementor-52367 .elementor-element.elementor-element-2b788ec{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2b788ec */.elementor-52367 .elementor-element.elementor-element-2b788ec h1,h2,h3,h4{
    color:white !important;
}
.gls-highlight-text{
    color: white;
}
.gls-slide-cap{
    color: white;
}
.glp-slide-label{
    
    color: white;
}
.glp-stat{
    color: white;
}
  :root{
    --gg-black:#0f0f10;
    --gg-charcoal:#18191b;
    --gg-soft:#232427;
    --gg-line:rgba(255,255,255,.10);
    --gg-text:#f5f5f5;
    --gg-muted:rgba(255,255,255,.72);
    --gg-muted-2:rgba(255,255,255,.55);
    --gg-red:#c62828;
    --gg-red-2:#e53935;
    --gg-card:#151618;
    --gg-shadow:0 20px 50px rgba(0,0,0,.28);
    --gg-radius:24px;
    --gg-radius-sm:18px;
    --gg-container:1360px;
  }

  *{box-sizing:border-box}
  html{scroll-behavior:smooth}
  html{
    margin:0;
    background:var(--gg-black);
    color:var(--gg-text);
    font-family:Arial,Helvetica,sans-serif;
    overflow-x:hidden;
  }
  img{max-width:100%;display:block}
  a{text-decoration:none;color:inherit}
  video{display:block;width:100%;height:100%;object-fit:cover}

  /* ============ SIDEBAR ============ */
  #gg-sidebar-toggle{
    position:fixed;
    opacity:0;
    pointer-events:none;
  }
  .gg-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:9997;
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
  }
  .gg-sidebar{
    position:fixed;
    top:0;
    left:0;
    width:360px;
    max-width:92vw;
    height:100vh;
    background:#111214;
    border-right:1px solid rgba(255,255,255,.08);
    z-index:9998;
    transform:translateX(-100%);
    transition:.35s ease;
    overflow-y:auto;
    box-shadow:0 30px 60px rgba(0,0,0,.35);
  }
  #gg-sidebar-toggle:checked ~ .gg-overlay{
    opacity:1;
    visibility:visible;
  }
  #gg-sidebar-toggle:checked ~ .gg-sidebar{
    transform:translateX(0);
  }
  .gg-sidebar-head{
    position:sticky;
    top:0;
    z-index:2;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 20px;
    background:#111214;
    border-bottom:1px solid rgba(255,255,255,.08);
    font-weight:700;
    letter-spacing:.4px;
  }
  .gg-sidebar-close{
    font-size:32px;
    line-height:1;
    cursor:pointer;
    color:#fff;
  }
  #gg-categories{
    list-style:none;
    margin:0;
    padding:10px 0 18px;
  }
  .gg-cat-item{
    border-bottom:1px solid rgba(255,255,255,.06);
  }
  .gg-acc-cb{
    position:absolute;
    opacity:0;
    pointer-events:none;
  }
  .gg-cat-label,
  .gg-cat-link{
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px 20px;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
    color:#fff;
  }
  .gg-cat-label img,
  .gg-cat-link img{
    width:26px;
    height:26px;
    object-fit:contain;
    flex:0 0 26px;
  }
  .gg-subcats{
    list-style:none;
    margin:0;
    padding:0 0 10px 58px;
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease;
    background-color:none;
  }
  .gg-subcats li a{
    display:block;
    padding:10px 12px 10px 0;
    color:rgba(255,255,255,.72);
    font-size:14px;
  }
  .gg-subcats li a:hover{color:#fff}
  .gg-acc-cb:checked + .gg-cat-label + .gg-subcats{
    max-height:520px;
    background-color:none;
  }

  .gg-sticky-trigger{
    position:fixed;
    left:18px;
    bottom:18px;
    width:58px;
    height:58px;
    border:none;
    border-radius:50%;
    background:var(--gg-red);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9992;
    box-shadow:0 14px 30px rgba(0,0,0,.35);
    cursor:pointer;
  }
  .gg-sticky-trigger svg{width:24px;height:24px}
  .gg-sidebar-trigger{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 22px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-weight:700;
    cursor:pointer;
    border:1px solid rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
  }

  /* ============ GLOBAL ============ */
  .glp-section,
  .gls-section,
  .glq-section{
    position:relative;
    width:100%;
  }
  .glp-container,
  .gls-container,
  .glq-container{
    width:min(var(--gg-container), calc(100% - 40px));
    margin:0 auto;
  }
  .glp-eyebrow,
  .gls-eyebrow,
  .glq-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.12em;
    color:#fff;
    opacity:.92;
  }
  .dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--gg-red);
    display:inline-block;
  }
  .glp-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:52px;
    padding:14px 24px;
    border-radius:999px;
    font-weight:700;
    letter-spacing:.2px;
    transition:.25s ease;
  }
  .glp-btn-primary{
    background:var(--gg-red);
    color:#fff;
  }
  .glp-btn-primary:hover{background:var(--gg-red-2)}
  .glp-btn-secondary{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    color:#fff;
  }
  .glp-btn-secondary:hover{background:rgba(255,255,255,.12)}

  .glp-reveal,
  .gls-reveal,
  .glq-reveal{
    opacity:0;
    transform:translateY(26px);
    transition:opacity .8s ease, transform .8s ease;
  }
  .is-visible{
    opacity:1 !important;
    transform:none !important;
  }

  /* ============ HERO ============ */
  .glp-hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    isolation:isolate;
  }
  .glp-hero-bg{
    position:absolute;
    inset:0;
    z-index:-3;
  }
  .glp-hero-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    filter:brightness(.48);
  }
  .glp-hero-overlay{
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 20% 25%, rgba(198,40,40,.18), transparent 28%),
      linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.38) 46%, rgba(0,0,0,.58) 100%);
    z-index:-2;
  }
  .glp-hero-grid{
    width:min(var(--gg-container), calc(100% - 40px));
    margin:0 auto;
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:36px;
    align-items:center;
    padding:120px 0 70px;
  }
  .glp-hero-content h1{
    margin:16px 0 18px;
    font-size:clamp(42px, 6vw, 86px);
    line-height:.96;
    letter-spacing:-.04em;
    max-width:850px;
  }
  .glp-hero-sub{
    max-width:760px;
    margin:0 0 28px;
    color:var(--gg-muted);
    font-size:18px;
    line-height:1.65;
  }
  .glp-hero-cta{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:16px;
  }
  .glp-hero-card{
    background:rgba(17,18,20,.7);
    border:1px solid rgba(255,255,255,.12);
    border-radius:28px;
    backdrop-filter:blur(12px);
    box-shadow:var(--gg-shadow);
    padding:28px;
  }
  .glp-hero-card h3{
    margin:0 0 18px;
    font-size:24px;
    letter-spacing:-.03em;
  }
  .glp-hero-stats{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .glp-stat{
    padding:18px;
    border-radius:20px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
  }
  .glp-stat strong{
    display:block;
    font-size:28px;
    line-height:1;
    margin-bottom:8px;
  }
  .glp-stat span{
    display:block;
    font-size:13px;
    line-height:1.45;
    color:var(--gg-muted);
  }
  .glp-scroll{
    position:absolute;
    bottom:24px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    color:rgba(255,255,255,.8);
    font-size:12px;
    letter-spacing:.18em;
    text-transform:uppercase;
    z-index:2;
  }
  .glp-scroll-bar{
    width:2px;
    height:44px;
    background:rgba(255,255,255,.15);
    position:relative;
    overflow:hidden;
  }
  .glp-scroll-bar:after{
    content:"";
    position:absolute;
    top:-20px;
    left:0;
    width:100%;
    height:20px;
    background:#fff;
    animation:glpScroll 1.8s linear infinite;
  }
  @keyframes glpScroll{
    to{transform:translateY(64px)}
  }

  /* ============ POSITION BAR ============ */
  .glp-position-bar{
    position:relative;
    padding:22px 0;
    background:#121315;
    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(255,255,255,.06);
  }
  .glp-position-bar p{
    width:min(var(--gg-container), calc(100% - 40px));
    margin:0 auto;
    text-align:center;
    color:var(--gg-muted);
    font-size:18px;
    line-height:1.7;
  }
  .glp-position-bar strong{color:#fff}

  /* ============ FEATURES ============ */
  .glp-features{
    padding:110px 0 60px;
    background:linear-gradient(180deg, #101113 0%, #151618 100%);
  }
  .glp-features-inner{
    width:min(var(--gg-container), calc(100% - 40px));
    margin:0 auto;
    display:grid;
    grid-template-columns:.88fr 1.12fr;
    gap:36px;
    align-items:start;
  }
  .glp-section-label{
    position:sticky;
    top:120px;
  }
  .glp-section-label h2{
    margin:16px 0 16px;
    font-size:clamp(34px, 4vw, 56px);
    line-height:1.02;
    letter-spacing:-.04em;
  }
  .glp-section-label p{
    margin:0;
    max-width:500px;
    color:var(--gg-muted);
    font-size:17px;
    line-height:1.7;
  }

  .glp-features-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }
  .glp-feat{
    position:relative;
    overflow:hidden;
    min-height:380px;
    border-radius:26px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02)),
      #17181b;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:var(--gg-shadow);
  }
  .glp-feat-media{
    position:absolute;
    inset:0;
    z-index:0;
  }
  .glp-feat-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    filter:brightness(.42);
    transform:none !important;
  }
  .glp-feat-scrim{
    position:absolute;
    inset:0;
    background:
      linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.52) 45%, rgba(0,0,0,.88) 100%);
    z-index:1;
  }
  .glp-feat-body{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    min-height:380px;
    padding:26px;
  }
  .glp-feat-num{
    position:absolute;
    top:22px;
    right:22px;
    font-size:13px;
    font-weight:800;
    letter-spacing:.16em;
    color:rgba(255,255,255,.5);
  }
  .glp-feat-icon{
    width:52px;
    height:52px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    margin-bottom:18px;
  }
  .glp-feat h3{
    margin:0 0 10px;
    font-size:24px;
    line-height:1.1;
    letter-spacing:-.03em;
  }
  .glp-feat-desc{
    margin:0 0 16px;
    color:rgba(255,255,255,.84);
    font-size:15px;
    line-height:1.65;
  }
  .glp-feat-list{
    margin:0;
    padding-left:18px;
    color:var(--gg-muted);
    font-size:14px;
    line-height:1.7;
  }
  .glp-feat-list li{margin:0 0 3px}
  .glp-feat:hover,
  .glp-feat:focus-within{
    transform:none !important;
    box-shadow:var(--gg-shadow) !important;
  }

  /* ============ MAIN CAROUSEL ============ */
  .glp-carousel-wrap{
    padding:24px 0 110px;
    background:#151618;
  }
  .glp-carousel-inner{
    width:min(var(--gg-container), calc(100% - 40px));
    margin:0 auto;
  }
  .glp-carousel-header{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:26px;
  }
  .glp-carousel-header h2{
    margin:0;
    font-size:clamp(32px, 3.6vw, 52px);
    letter-spacing:-.04em;
    line-height:1;
  }
  .glp-carousel-nav{
    display:flex;
    gap:10px;
  }
  .glp-nav-btn{
    width:52px;
    height:52px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.06);
    color:#fff;
    cursor:pointer;
    font-size:18px;
  }
  .glp-carousel-track-outer{
    overflow:hidden;
    border-radius:28px;
  }
  .glp-carousel-track{
    display:flex;
    gap:18px;
    transition:transform .55s ease;
    will-change:transform;
  }
  .glp-slide{
    min-width:calc((100% - 36px) / 3);
    position:relative;
    border-radius:26px;
    overflow:hidden;
    background:#1b1c1f;
    aspect-ratio:1/1.08;
    border:1px solid rgba(255,255,255,.08);
  }
  .glp-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    filter:brightness(.82);
  }
  .glp-slide-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, transparent 38%, rgba(0,0,0,.88) 100%);
  }
  .glp-slide-label{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    font-size:18px;
    font-weight:700;
    line-height:1.2;
    z-index:2;
  }
  .glp-carousel-dots{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:22px;
  }
  .glp-carousel-dots button{
    width:11px;
    height:11px;
    border-radius:50%;
    border:none;
    background:rgba(255,255,255,.2);
    cursor:pointer;
    padding:0;
  }
  .glp-carousel-dots button.active{
    background:var(--gg-red);
  }

  /* ============ PRODUCT STYLES ============ */
  .gls-section{
    padding:0 0 110px;
    background:#111214;
  }
  .gls-divider{
    width:min(var(--gg-container), calc(100% - 40px));
    height:1px;
    margin:0 auto 60px;
    background:linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
  }
  .gls-block{
    width:min(var(--gg-container), calc(100% - 40px));
    margin:0 auto 70px;
  }
  .gls-block-inner{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:34px;
    align-items:center;
  }
  .gls-block-inner--reverse .gls-text{order:2}
  .gls-block-inner--reverse .gls-carousel{order:1}
  .gls-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.12em;
    color:#fff;
  }
  .gls-text h2{
    margin:18px 0 16px;
    font-size:clamp(30px, 3.7vw, 52px);
    line-height:1;
    letter-spacing:-.04em;
  }
  .gls-text p{
    margin:0 0 22px;
    color:var(--gg-muted);
    font-size:17px;
    line-height:1.75;
  }
  .gls-highlights{
    display:grid;
    gap:12px;
    margin-bottom:24px;
  }
  .gls-highlight{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding:14px 16px;
    border-radius:18px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.07);
  }
  .gls-highlight-icon{
    width:40px;
    height:40px;
    border-radius:12px;
    background:rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 40px;
    font-size:18px;
  }
  .gls-highlight-text strong{
    display:block;
    margin-bottom:4px;
    font-size:15px;
  }
  .gls-highlight-text span{
    display:block;
    color:var(--gg-muted);
    font-size:14px;
    line-height:1.55;
  }
  .gls-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 24px;
    border-radius:999px;
    background:var(--gg-red);
    color:#fff;
    font-weight:700;
  }

  .gls-carousel{
    position:relative;
  }
  .gls-carousel-viewport{
    overflow:hidden;
    border-radius:28px;
  }
  .gls-track{
    display:flex;
    gap:16px;
    transition:transform .5s ease;
  }
  .gls-slide{
    min-width:100%;
    position:relative;
    overflow:hidden;
    border-radius:28px;
    aspect-ratio:1/1.03;
    background:#1a1b1e;
    border:1px solid rgba(255,255,255,.08);
  }
  .gls-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .gls-slide-cap{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    z-index:2;
    font-size:18px;
    font-weight:700;
  }
  .gls-slide:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, transparent 40%, rgba(0,0,0,.88) 100%);
  }
  .gls-mini-nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-top:16px;
  }
  .gls-mini-dots{
    display:flex;
    gap:10px;
  }
  .gls-mini-dots button{
    width:10px;
    height:10px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.2);
    cursor:pointer;
    padding:0;
  }
  .gls-mini-dots button.active{
    background:var(--gg-red);
  }
  .gls-mini-arrows{
    display:flex;
    gap:10px;
  }
  .gls-mini-arr{
    width:48px;
    height:48px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    cursor:pointer;
    font-size:18px;
    border:1px solid rgba(255,255,255,.12);
  }

  /* ============ CTA ============ */
  .glq-section{
    padding:0 0 120px;
    background:linear-gradient(180deg, #111214 0%, #0d0e10 100%);
  }
  .glq-box{
    width:min(var(--gg-container), calc(100% - 40px));
    margin:0 auto;
    position:relative;
    overflow:hidden;
    border-radius:34px;
    background:
      radial-gradient(circle at 15% 20%, rgba(198,40,40,.22), transparent 24%),
      linear-gradient(135deg, #17181b 0%, #111214 100%);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:var(--gg-shadow);
    padding:56px 42px;
  }
  .glq-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:34px;
    align-items:center;
  }
  .glq-box h2{
    margin:16px 0 14px;
    font-size:clamp(34px, 4vw, 62px);
    line-height:1;
    letter-spacing:-.04em;
  }
  .glq-box p{
    margin:0;
    max-width:740px;
    color:var(--gg-muted);
    font-size:18px;
    line-height:1.75;
  }
  .glq-list{
    display:grid;
    gap:12px;
  }
  .glq-item{
    display:flex;
    gap:12px;
    align-items:flex-start;
    padding:14px 16px;
    border-radius:18px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    font-size:15px;
    line-height:1.55;
  }
  .glq-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width:1180px){
    .glp-hero-grid,
    .glp-features-inner,
    .gls-block-inner,
    .glq-grid{
      grid-template-columns:1fr;
    }
    .glp-section-label{
      position:relative;
      top:auto;
    }
  }

  @media (max-width:900px){
    .glp-features-grid{
      grid-template-columns:1fr;
    }
    .glp-slide{
      min-width:calc((100% - 18px) / 2);
    }
  }

  @media (max-width:640px){
    .glp-hero-grid{padding:110px 0 80px}
    .glp-hero-card{padding:22px}
    .glp-hero-stats{grid-template-columns:1fr}
    .glp-btn,
    .gg-sidebar-trigger{width:100%;justify-content:center}
    .glp-hero-cta{flex-direction:column}
    .glp-slide{min-width:100%}
    .glp-carousel-header{
      flex-direction:column;
      align-items:flex-start;
    }
    .glq-box{padding:40px 22px}
    .gls-block{margin-bottom:52px}
  }/* End custom CSS */