.elementor-88 .elementor-element.elementor-element-33406e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-190dd2b */:root{
  --lpp-green: var(--e-global-color-primary, #068648);
  --lpp-green-dark: #045a33;
  --lpp-gold: var(--e-global-color-accent, #FFD943);
  --lpp-white: var(--e-global-color-text, #FBFBFB);
  --lpp-font-head: var(--e-global-typography-secondary-font-family, system-ui);
  --lpp-font-body: var(--e-global-typography-text-font-family, system-ui);
}

html.lpp-no-scroll,
html.lpp-no-scroll body{
  overflow: hidden !important;
}

.lpp-header{
  position: sticky;
  top: 0;
  z-index: 9999;
}

.lpp-wrap{
  width: min(1280px, 180%);
  margin: 0 auto;
}

/* ===========================
   ENDLESS TICKER (NO JUMP)
   =========================== */
.lpp-ticker{
  height: 32px;
  background: linear-gradient(90deg, #0a5f34, #068648);
  border-bottom: 1px solid rgba(255,255,255,.14);
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: transform .22s ease;
  position: relative;
}

.lpp-ticker.is-hidden{
  transform: translateY(-100%);
}

/* two identical tracks inside */
.lpp-ticker__inner{
  display: flex;
  width: max-content;
  will-change: transform;
  animation: lppTickerScroll 55s linear infinite; /* slower */
}

.lpp-ticker__track{
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.lpp-ticker__track span{
  margin-right: 42px;
  color: rgba(255,255,255,.92);
  font-family: var(--lpp-font-body);
  font-weight: 800;
  letter-spacing: .4px;
  font-size: 12px;
  text-transform: uppercase;
}

@keyframes lppTickerScroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* Optional: pause on hover desktop */
@media (hover:hover){
  .lpp-ticker:hover .lpp-ticker__inner{
    animation-play-state: paused;
  }
}

/* ===========================
   MAIN BAR
   =========================== */
.lpp-bar{
  background: linear-gradient(180deg, #068648 0%, #056f3f 100%);
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.lpp-bar__inner{
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
}

/* Logo */
.lpp-logo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  transform: translateY(8px);
  overflow: hidden;
  margin-bottom:-60px;
}
.lpp-logo img{ width: 86%; height: auto; display: block; }

/* Nav */
.lpp-nav{
  display: flex;
  justify-content: center;
  gap: 34px;
}
.lpp-nav__link{
  color: rgba(255,255,255,.95);
  text-decoration: none;
  font-family: var(--lpp-font-head);
  font-weight: 600;
  font-size: 20px;
  padding: 8px 2px;
  position: relative;
}
.lpp-nav__link::after{
  content:"";
  position:absolute;
  left: 0; right: 0;
  bottom: 3px;
  height: 2px;
  border-radius: 999px;
  background: var(--lpp-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
  opacity: .85;
}
@media (hover:hover){
  .lpp-nav__link:hover{ color: var(--lpp-gold); }
  .lpp-nav__link:hover::after{ transform: scaleX(1); }
}

/* Actions */
.lpp-actions{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* If your [lpp_auth_link] outputs an <a> button, style it */
.lpp-auth a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,217,67,.45);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.95);
  text-decoration: none;
  font-family: var(--lpp-font-body);
  font-weight: 900;
  font-size: 13px;
  white-space: nowrap;
}
@media (hover:hover){
  .lpp-auth a:hover{
    color: var(--lpp-gold);
    border-color: rgba(255,217,67,.85);
    background: rgba(0,0,0,.26);
  }
}

.lpp-desktop-only{ display: inline-flex; }

/* Quick */
.lpp-quick{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Icon buttons */
.lpp-iconbtn{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}
.lpp-iconbtn svg{
  width: 18px;
  height: 18px;
  fill: var(--lpp-gold);
  display: block;
}
@media (hover:hover){
  .lpp-iconbtn:hover{
    transform: translateY(-2px);
    border-color: rgba(255,217,67,.65);
    background: rgba(0,0,0,.26);
  }
}

/* Wallet pill */
.lpp-wallet{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  padding: 0 12px 0 10px;
  border-radius: 16px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,217,67,.45);
  text-decoration: none;
}
.lpp-wallet__icon{
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,217,67,.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lpp-wallet__icon svg{
  width: 16px;
  height: 16px;
  fill: var(--lpp-gold);
  display: block;
}
.lpp-wallet__amount{
  font-family: var(--lpp-font-body);
  font-weight: 900;
  color: rgba(255,255,255,.95);
  font-size: 13px;
  white-space: nowrap;
}

/* Ensure [mini-wallet] markup inherits styling */
.lpp-miniwallet,
.lpp-miniwallet *{
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
.lpp-miniwallet{
  display: inline-flex;
  align-items: center;
  color:#fff!important;
}

/* Burger: centered lines */
.lpp-burger{
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  cursor: pointer;
  padding: 0;

  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.lpp-burger span{
  width: 18px;
  height: 2px;
  background: var(--lpp-gold);
  border-radius: 999px;
  display: block;
}

/* ===========================
   MOBILE: two-row header
   =========================== */
@media (max-width: 980px){
  .lpp-nav{ display: none; }
  .lpp-desktop-only{ display: none !important; } /* auth only in drawer */

  .lpp-bar__inner{
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo burger"
      "quick quick";
    row-gap: 10px;
    column-gap: 12px;
    padding: 10px 0 12px;
    align-items: center;
  }

  .lpp-logo{ grid-area: logo; transform: translateY(6px); }
  .lpp-actions{ display: contents; }

  .lpp-burger{
    grid-area: burger;
    display: inline-flex;
    justify-self: end;
  }

  .lpp-quick{
    grid-area: quick;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .lpp-iconbtn{
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .lpp-wallet{
    height: 40px;
    border-radius: 14px;
    padding: 0 10px 0 8px;
    gap: 8px;
  }
  .lpp-wallet__icon{
    width: 26px;
    height: 26px;
    border-radius: 9px;
  }

  /* keep compact */
  .lpp-wallet__amount{ display: none !important; }
}

/* ===========================
   DRAWER
   =========================== */
.lpp-drawer{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
  z-index: 10000;
}
.lpp-drawer.is-open{
  opacity: 1;
  pointer-events: auto;
}
.lpp-drawer__panel{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(360px, 88%);
  background: linear-gradient(180deg, #068648 0%, #045a33 100%);
  border-left: 1px solid rgba(255,255,255,.14);
  padding: 16px;
  transform: translateX(10px);
  transition: transform .18s ease;
}
.lpp-drawer.is-open .lpp-drawer__panel{ transform: translateX(0); }

.lpp-drawer__top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.lpp-drawer__title{
  color: rgba(255,255,255,.95);
  font-family: var(--lpp-font-head);
  font-weight: 600;
  font-size: 18px;
}
.lpp-drawer__close{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  color: var(--lpp-gold);
  font-size: 22px;
  cursor: pointer;
}

.lpp-drawer__nav a{
  display:block;
  padding: 12px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: rgba(255,255,255,.95);
  font-family: var(--lpp-font-body);
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.16);
  margin-bottom: 10px;
}
@media (hover:hover){
  .lpp-drawer__nav a:hover{
    border-color: rgba(255,217,67,.65);
    color: var(--lpp-gold);
  }
}

.lpp-drawer__cta{
  margin-top: 14px;
  border-top: 1px solid rgba(255,255,255,.14);
  padding-top: 14px;
}

/* auth in drawer takes full width */
.lpp-drawer__cta .lpp-auth a{
  width: 100%;
}

/* drawer quick icons */
.lpp-drawer__quick{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.lpp-drawer__quick .lpp-iconbtn{
  width: 100%;
  height: 44px;
  border-radius: 14px;
}
.lpp-drawer__quick .lpp-iconbtn svg{
  display: block !important;
  width: 18px;
  height: 18px;
  fill: var(--lpp-gold);
}

/* ===========================
   MOBILE – single-row layout
   Logo centered, icons + burger right
   =========================== */
@media (max-width: 980px){

  /* Main bar layout */
  .lpp-bar__inner{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;
    padding: 10px 0 12px;
  }

  /* Center logo */
  .lpp-logo{
    grid-column: 2;
    justify-self: center;
    transform: translateY(4px);
  }

  /* Actions wrapper */
  .lpp-actions{
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  /* Hide desktop-only auth */
  .lpp-desktop-only{
    display: none !important;
  }

  /* Icon row */
  .lpp-quick{
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Icon sizing */
  .lpp-iconbtn{
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  /* Wallet compact */
  .lpp-wallet{
    height: 40px;
    padding: 0 8px;
    border-radius: 14px;
  }

  .lpp-wallet__icon{
    width: 26px;
    height: 26px;
  }

  /* Hide wallet amount on mobile */
  .lpp-wallet__amount{
    display: none !important;
  }

  /* Burger LAST in row */
  .lpp-burger{
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    margin-left: 4px;

    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }

  /* Ensure burger lines are perfectly centered */
  .lpp-burger span{
    width: 18px;
    height: 2px;
    background: var(--lpp-gold);
    border-radius: 999px;
  }
}

@media (max-width: 980px){

  /* Remove any previous mobile nudges (important) */
  .lpp-bar{ padding-left: 0 !important; padding-right: 0 !important; }
  .lpp-logo{ margin-left: 0 !important; margin-right: 0 !important; transform: translateY(4px) !important; }
  .lpp-actions{ padding-right: 0 !important; }

  /* Create equal gutters on the inner wrap, not the bar */
  .lpp-wrap.lpp-bar__inner{
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* Force a stable “right zone” width so the logo centers correctly */
  .lpp-actions{
    justify-self: end;
    width: 190px;               /* adjust 180–210 if needed */
    justify-content: flex-end;
  }

  /* Ensure logo is truly centered */
  .lpp-logo{
    justify-self: center;
  }

  /* Keep the icon row tight */
  .lpp-quick{ gap: 8px; }

  /* Keep burger from hugging the edge inside the right zone */
  .lpp-burger{ margin-left: 6px; }
}

@media (max-width: 980px){

  /* Remove any previous mobile nudges (important) */
  .lpp-bar{ padding-left: 0 !important; padding-right: 0 !important; }
  .lpp-logo{ margin-left: 0 !important; margin-right: 0 !important; transform: translateY(4px) !important; }
  .lpp-actions{ padding-right: 0 !important; }

  /* Create equal gutters on the inner wrap, not the bar */
  .lpp-wrap.lpp-bar__inner{
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* Force a stable “right zone” width so the logo centers correctly */
  .lpp-actions{
    justify-self: end;
    width: 190px;               /* adjust 180–210 if needed */
    justify-content: flex-end;
  }

  /* Ensure logo is truly centered */
  .lpp-logo{
    justify-self: center;
  }

  /* Keep the icon row tight */
  .lpp-quick{ gap: 8px; }

  /* Keep burger from hugging the edge inside the right zone */
  .lpp-burger{ margin-left: 6px; }
}/* End custom CSS */