.elementor-171 .elementor-element.elementor-element-a98a935{--display:flex;}.elementor-171 .elementor-element.elementor-element-9ce5ddf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-171 .elementor-element.elementor-element-9245bbc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-171 .elementor-element.elementor-element-fa4169f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-171 .elementor-element.elementor-element-35ece24{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-171 .elementor-element.elementor-element-296e68f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-171 .elementor-element.elementor-element-2dae548{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5db61db */.gmb-leader-hero,
.gmb-leader-hero *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-leader-hero{
  position:relative;
  width:100vw;
  min-height:92vh;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:150px 0 100px;
  background:#02050b;
  color:#ffffff !important;
}

.gmb-leader-hero__bg-image{
  position:absolute;
  inset:0;
  background-image:url('http://gmb4u.com/wp-content/uploads/2026/05/photo-1462396240927-52058a6a84ec-scaled.avif');
  background-size:cover;
  background-position:center;
  filter:brightness(.28);
  transform:scale(1.05);
}

.gmb-leader-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      135deg,
      rgba(2,5,11,.96),
      rgba(5,15,35,.84),
      rgba(2,5,11,.97)
    );
}

.gmb-leader-hero__grid-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.22;
}

.gmb-leader-hero__glow{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  filter:blur(95px);
  opacity:.26;
  pointer-events:none;
}

.gmb-leader-hero__glow--blue{
  left:-140px;
  top:120px;
  background:#00aeef;
}

.gmb-leader-hero__glow--gold{
  right:-140px;
  bottom:80px;
  background:#ff9f1c;
}

.gmb-leader-hero__wrap{
  position:relative;
  z-index:2;
  width:min(1280px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}

/* CONTENT */
.gmb-leader-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f7d47a !important;
  font-size:13px;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:18px;
}

.gmb-leader-hero__eyebrow::before{
  content:"";
  width:42px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#00aeef,#d4a63a);
}

.gmb-leader-hero h1{
  margin:0;
  max-width:760px;
  color:#ffffff !important;
  font-size:clamp(40px,5vw,72px);
  line-height:1.06;
  letter-spacing:-.045em;
  font-weight:700 !important;
}

.gmb-leader-hero h1 span{
  display:block;
  background:
    linear-gradient(
      90deg,
      #00aeef,
      #ffffff 42%,
      #d4a63a 78%,
      #ff7a00
    );
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.gmb-leader-hero p{
  max-width:680px;
  margin:24px 0 0;
  color:rgba(255,255,255,.78) !important;
  font-size:16px;
  line-height:1.85;
}

/* BUTTON */
.gmb-leader-hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.gmb-leader-hero__btn{
  min-height:54px;
  padding:14px 28px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  font-size:14px;
  font-weight:700 !important;
  transition:.3s ease;
}

.gmb-leader-hero__btn:hover{
  transform:translateY(-4px);
}

.gmb-leader-hero__btn--gold{
  background:linear-gradient(135deg,#ffe08a,#d4a63a,#ff7a00);
  color:#06101d !important;
  box-shadow:0 22px 50px rgba(212,166,58,.24);
}

.gmb-leader-hero__btn--outline{
  color:#ffffff !important;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(0,174,239,.5);
}

/* VISUAL */
.gmb-leader-hero__visual{
  position:relative;
}

.gmb-leader-hero__image{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:42px;
  border:1px solid rgba(255,255,255,.14);
  background:#071426;
  box-shadow:
    0 40px 100px rgba(0,0,0,.45),
    0 0 60px rgba(0,174,239,.12);
}

.gmb-leader-hero__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.6s ease;
}

.gmb-leader-hero__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(2,5,11,.05), rgba(2,5,11,.78)),
    radial-gradient(circle at 75% 18%, rgba(0,174,239,.26), transparent 36%),
    radial-gradient(circle at 15% 90%, rgba(255,122,0,.22), transparent 36%);
}

.gmb-leader-hero__visual:hover .gmb-leader-hero__image img{
  transform:scale(1.06);
}

/* BADGE */
.gmb-leader-hero__badge{
  position:absolute;
  right:-20px;
  bottom:30px;
  width:250px;
  padding:24px;
  border-radius:26px;
  background:rgba(5,15,30,.84);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(18px);
  box-shadow:0 22px 55px rgba(0,0,0,.34);
  z-index:3;
}

.gmb-leader-hero__badge strong{
  display:block;
  color:#f7d47a !important;
  font-size:30px;
  line-height:1;
  font-weight:700 !important;
  margin-bottom:8px;
}

.gmb-leader-hero__badge span{
  display:block;
  color:rgba(255,255,255,.78) !important;
  font-size:13px;
  line-height:1.6;
}

/* RESPONSIVE */
@media(max-width:980px){
  .gmb-leader-hero{
    padding:135px 0 90px;
  }

  .gmb-leader-hero__wrap{
    grid-template-columns:1fr;
    gap:50px;
  }

  .gmb-leader-hero__visual{
    max-width:620px;
  }
}

@media(max-width:640px){
  .gmb-leader-hero{
    padding:120px 0 75px;
  }

  .gmb-leader-hero__wrap{
    width:90%;
  }

  .gmb-leader-hero h1{
    font-size:38px;
  }

  .gmb-leader-hero p{
    font-size:15px;
    line-height:1.75;
  }

  .gmb-leader-hero__buttons{
    flex-direction:column;
  }

  .gmb-leader-hero__btn{
    width:100%;
  }

  .gmb-leader-hero__image{
    border-radius:28px;
  }

  .gmb-leader-hero__badge{
    left:16px;
    right:16px;
    bottom:16px;
    width:auto;
    padding:18px;
    border-radius:22px;
  }

  .gmb-leader-hero__badge strong{
    font-size:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33f39bc */.gmb-rank-pyramid,
.gmb-rank-pyramid *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-rank-pyramid{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:115px 0;
  background:#02050b;
  color:#ffffff !important;
}

.gmb-rank-pyramid__bg-image{
  position:absolute;
  inset:0;
  background-image:url('YOUR-BACKGROUND.jpg');
  background-size:cover;
  background-position:center;
  filter:brightness(.26);
  transform:scale(1.05);
}

.gmb-rank-pyramid__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      135deg,
      rgba(2,5,11,.96),
      rgba(5,15,35,.84),
      rgba(2,5,11,.97)
    );
}

.gmb-rank-pyramid__grid-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.22;
}

.gmb-rank-pyramid__wrap{
  position:relative;
  z-index:2;
  width:min(1280px,92%);
  margin:0 auto;
}

.gmb-rank-pyramid__head{
  max-width:880px;
  margin:0 auto 70px;
  text-align:center;
}

.gmb-rank-pyramid__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#f7d47a !important;
  font-size:13px;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:18px;
}

.gmb-rank-pyramid__eyebrow::before,
.gmb-rank-pyramid__eyebrow::after{
  content:"";
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#00aeef,#d4a63a);
}

.gmb-rank-pyramid h2{
  margin:0;
  color:#ffffff !important;
  font-size:clamp(34px,4vw,56px);
  line-height:1.1;
  letter-spacing:-.04em;
  font-weight:700 !important;
}

.gmb-rank-pyramid h2 span{
  display:block;
  background:linear-gradient(90deg,#00aeef,#ffffff 42%,#d4a63a 78%,#ff7a00);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.gmb-rank-pyramid__head p{
  max-width:780px;
  margin:22px auto 0;
  color:rgba(255,255,255,.78) !important;
  font-size:16px;
  line-height:1.85;
}

/* STAGE */
.gmb-rank-pyramid__stage{
  position:relative;
  max-width:950px;
  margin:0 auto;
  padding:46px 30px 38px;
  border-radius:46px;
  background:
    radial-gradient(circle at 50% 0%, rgba(212,166,58,.18), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(0,174,239,.16), transparent 34%),
    rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  box-shadow:
    0 40px 110px rgba(0,0,0,.42),
    inset 0 0 0 1px rgba(255,255,255,.03);
}

.gmb-rank-pyramid__stage::before{
  content:"";
  position:absolute;
  left:50%;
  top:70px;
  bottom:90px;
  width:2px;
  transform:translateX(-50%);
  background:linear-gradient(180deg,#ffe08a,#d4a63a,#00aeef);
  opacity:.55;
  box-shadow:0 0 24px rgba(212,166,58,.45);
}

/* CROWN */
.gmb-rank-pyramid__crown{
  position:relative;
  z-index:2;
  width:max-content;
  margin:0 auto 28px;
  text-align:center;
}

.gmb-rank-pyramid__crown span{
  display:flex;
  width:86px;
  height:86px;
  margin:0 auto 12px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,#ffe08a,#d4a63a,#ff7a00);
  color:#06101d !important;
  font-size:42px;
  box-shadow:
    0 24px 60px rgba(212,166,58,.28),
    0 0 50px rgba(212,166,58,.22);
}

.gmb-rank-pyramid__crown strong{
  display:block;
  color:#f7d47a !important;
  font-size:15px;
  font-weight:700 !important;
  letter-spacing:.12em;
  text-transform:uppercase;
}

/* LEVELS */
.gmb-rank-pyramid__levels{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}

.gmb-rank-pyramid__level{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:12px 22px;
  border-radius:18px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 45px rgba(0,0,0,.26);
  transition:.3s ease;
}

.gmb-rank-pyramid__level:hover{
  transform:translateY(-4px) scale(1.015);
  border-color:rgba(0,174,239,.42);
  background:rgba(255,255,255,.085);
}

.gmb-rank-pyramid__level span{
  flex:0 0 auto;
  width:42px;
  height:32px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ffe08a,#d4a63a,#ff7a00);
  color:#06101d !important;
  font-size:12px;
  font-weight:700 !important;
}

.gmb-rank-pyramid__level strong{
  color:#ffffff !important;
  font-size:15px;
  line-height:1.3;
  font-weight:700 !important;
  text-align:center;
}

/* PYRAMID WIDTH */
.level-10{width:36%; border-color:rgba(212,166,58,.46);}
.level-9{width:42%;}
.level-8{width:48%;}
.level-7{width:54%;}
.level-6{width:60%;}
.level-5{width:66%;}
.level-4{width:72%;}
.level-3{width:78%;}
.level-2{width:84%;}
.level-1{width:90%;}

/* NOTE */
.gmb-rank-pyramid__note{
  position:relative;
  z-index:2;
  width:min(520px,92%);
  margin:30px auto 0;
  padding:20px 24px;
  border-radius:24px;
  background:rgba(5,15,30,.76);
  border:1px solid rgba(255,255,255,.12);
  text-align:center;
  box-shadow:0 20px 55px rgba(0,0,0,.28);
}

.gmb-rank-pyramid__note strong{
  display:block;
  color:#f7d47a !important;
  font-size:24px;
  line-height:1;
  font-weight:700 !important;
  margin-bottom:8px;
}

.gmb-rank-pyramid__note span{
  display:block;
  color:rgba(255,255,255,.76) !important;
  font-size:14px;
  line-height:1.6;
}

/* RESPONSIVE */
@media(max-width:760px){
  .gmb-rank-pyramid{
    padding:75px 0;
  }

  .gmb-rank-pyramid__wrap{
    width:90%;
  }

  .gmb-rank-pyramid__head{
    text-align:left;
    margin-bottom:42px;
  }

  .gmb-rank-pyramid__eyebrow{
    justify-content:flex-start;
    font-size:12px;
  }

  .gmb-rank-pyramid__eyebrow::after{
    display:none;
  }

  .gmb-rank-pyramid__eyebrow::before{
    margin-left:0;
  }

  .gmb-rank-pyramid h2{
    font-size:34px;
  }

  .gmb-rank-pyramid__head p{
    font-size:15px;
    line-height:1.75;
  }

  .gmb-rank-pyramid__stage{
    padding:30px 16px;
    border-radius:28px;
  }

  .gmb-rank-pyramid__stage::before{
    display:none;
  }

  .gmb-rank-pyramid__crown span{
    width:72px;
    height:72px;
    font-size:34px;
  }

  .gmb-rank-pyramid__level{
    width:100% !important;
    justify-content:flex-start;
    padding:13px 16px;
    border-radius:16px;
  }

  .gmb-rank-pyramid__level strong{
    text-align:left;
    font-size:14px;
  }

  .gmb-rank-pyramid__note{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a12412 */.gmb-reward-gallery,
.gmb-reward-gallery *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-reward-gallery{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:115px 0;
  background:#02050b;
  color:#ffffff !important;
}

.gmb-reward-gallery__bg-image{
  position:absolute;
  inset:0;
  background-image:url('YOUR-BACKGROUND.jpg');
  background-size:cover;
  background-position:center;
  filter:brightness(.26);
  transform:scale(1.05);
}

.gmb-reward-gallery__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(2,5,11,.96),rgba(5,15,35,.84),rgba(2,5,11,.97));
}

.gmb-reward-gallery__grid-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.22;
}

.gmb-reward-gallery__wrap{
  position:relative;
  z-index:2;
  width:min(1280px,92%);
  margin:0 auto;
}

.gmb-reward-gallery__head{
  max-width:880px;
  margin:0 auto 70px;
  text-align:center;
}

.gmb-reward-gallery__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#f7d47a !important;
  font-size:13px;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:18px;
}

.gmb-reward-gallery__eyebrow::before,
.gmb-reward-gallery__eyebrow::after{
  content:"";
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#00aeef,#d4a63a);
}

.gmb-reward-gallery h2{
  margin:0;
  color:#ffffff !important;
  font-size:clamp(34px,4vw,56px);
  line-height:1.1;
  letter-spacing:-.04em;
  font-weight:700 !important;
}

.gmb-reward-gallery h2 span{
  display:block;
  background:linear-gradient(90deg,#00aeef,#ffffff 42%,#d4a63a 78%,#ff7a00);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.gmb-reward-gallery__head p{
  max-width:760px;
  margin:22px auto 0;
  color:rgba(255,255,255,.78) !important;
  font-size:16px;
  line-height:1.85;
}

/* GRID */
.gmb-reward-gallery__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.gmb-reward-gallery__card{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  transition:.35s ease;
}

.gmb-reward-gallery__card.is-large{
  grid-column:span 2;
  grid-row:span 2;
}

.gmb-reward-gallery__card:hover{
  transform:translateY(-8px);
  border-color:rgba(212,166,58,.45);
}

/* IMAGE */
.gmb-reward-gallery__image{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#071426;
}

.gmb-reward-gallery__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(2,5,11,.05), rgba(2,5,11,.76)),
    radial-gradient(circle at 75% 20%, rgba(0,174,239,.22), transparent 35%);
  pointer-events:none;
}

.gmb-reward-gallery__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.6s ease;
}

.gmb-reward-gallery__card:hover img{
  transform:scale(1.08);
}

.gmb-reward-gallery__image span{
  position:absolute;
  left:20px;
  top:20px;
  z-index:3;
  width:52px;
  height:36px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ffe08a,#d4a63a,#ff7a00);
  color:#06101d !important;
  font-size:12px;
  font-weight:700 !important;
}

/* CONTENT */
.gmb-reward-gallery__content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:4;
  padding:24px;
}

.gmb-reward-gallery__content h3{
  margin:0;
  color:#ffffff !important;
  font-size:22px;
  line-height:1.25;
  font-weight:700 !important;
}

.gmb-reward-gallery__card.is-large .gmb-reward-gallery__content h3{
  font-size:34px;
}

.gmb-reward-gallery__content p{
  margin:12px 0 0;
  max-width:520px;
  color:rgba(255,255,255,.76) !important;
  font-size:15px;
  line-height:1.75;
}

@media(max-width:980px){
  .gmb-reward-gallery{
    padding:90px 0;
  }

  .gmb-reward-gallery__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .gmb-reward-gallery{
    padding:75px 0;
  }

  .gmb-reward-gallery__wrap{
    width:90%;
  }

  .gmb-reward-gallery__head{
    text-align:left;
    margin-bottom:42px;
  }

  .gmb-reward-gallery__eyebrow{
    justify-content:flex-start;
    font-size:12px;
  }

  .gmb-reward-gallery__eyebrow::after{
    display:none;
  }

  .gmb-reward-gallery h2{
    font-size:34px;
  }

  .gmb-reward-gallery__head p{
    font-size:15px;
    line-height:1.75;
  }

  .gmb-reward-gallery__grid{
    grid-template-columns:1fr;
  }

  .gmb-reward-gallery__card.is-large{
    grid-column:auto;
    grid-row:auto;
  }

  .gmb-reward-gallery__card.is-large .gmb-reward-gallery__content h3{
    font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8d7b92 */.gmb-lead-culture,
.gmb-lead-culture *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-lead-culture{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:115px 0;
  background:#02050b;
  color:#ffffff !important;
}

.gmb-lead-culture__bg-image{
  position:absolute;
  inset:0;
  background-image:url('http://gmb4u.com/wp-content/uploads/2026/05/empty-square-modern-architecture_1359-395.avif');
  background-size:cover;
  background-position:center;
  filter:brightness(.26);
  transform:scale(1.05);
}

.gmb-lead-culture__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(2,5,11,.96),rgba(5,15,35,.84),rgba(2,5,11,.97));
}

.gmb-lead-culture__grid-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.22;
}

.gmb-lead-culture__wrap{
  position:relative;
  z-index:2;
  width:min(1280px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.gmb-lead-culture__visual{
  position:relative;
  width:100%;
  aspect-ratio:4/5;
  overflow:hidden;
  border-radius:44px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 40px 100px rgba(0,0,0,.45);
}

.gmb-lead-culture__visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.6s ease;
}

.gmb-lead-culture__visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(2,5,11,.05), rgba(2,5,11,.78)),
    radial-gradient(circle at 75% 18%, rgba(0,174,239,.24), transparent 36%);
  pointer-events:none;
}

.gmb-lead-culture__visual:hover img{
  transform:scale(1.06);
}

.gmb-lead-culture__badge{
  position:absolute;
  left:28px;
  bottom:28px;
  z-index:3;
  width:260px;
  padding:22px;
  border-radius:24px;
  background:rgba(5,15,30,.84);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(18px);
}

.gmb-lead-culture__badge strong{
  display:block;
  color:#f7d47a !important;
  font-size:30px;
  font-weight:700 !important;
  margin-bottom:8px;
}

.gmb-lead-culture__badge span{
  color:rgba(255,255,255,.78) !important;
  font-size:13px;
  line-height:1.6;
}

.gmb-lead-culture__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f7d47a !important;
  font-size:13px;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:18px;
}

.gmb-lead-culture__eyebrow::before{
  content:"";
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#00aeef,#d4a63a);
}

.gmb-lead-culture h2{
  margin:0;
  color:#ffffff !important;
  font-size:clamp(34px,4vw,56px);
  line-height:1.1;
  letter-spacing:-.04em;
  font-weight:700 !important;
}

.gmb-lead-culture h2 span{
  display:block;
  background:linear-gradient(90deg,#00aeef,#ffffff 42%,#d4a63a 78%,#ff7a00);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.gmb-lead-culture__content > p{
  margin:22px 0 0;
  color:rgba(255,255,255,.78) !important;
  font-size:16px;
  line-height:1.85;
}

.gmb-lead-culture__rows{
  margin-top:34px;
  display:grid;
  gap:16px;
}

.gmb-lead-culture__row{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:18px;
  align-items:flex-start;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.gmb-lead-culture__row span{
  width:48px;
  height:48px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ffe08a,#d4a63a,#ff7a00);
  color:#06101d !important;
  font-size:13px;
  font-weight:700 !important;
}

.gmb-lead-culture__row h3{
  margin:0;
  color:#ffffff !important;
  font-size:22px;
  line-height:1.3;
  font-weight:700 !important;
}

.gmb-lead-culture__row p{
  margin:8px 0 0;
  color:rgba(255,255,255,.74) !important;
  font-size:14px;
  line-height:1.7;
}

@media(max-width:980px){
  .gmb-lead-culture__wrap{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .gmb-lead-culture{
    padding:75px 0;
  }

  .gmb-lead-culture__wrap{
    width:90%;
  }

  .gmb-lead-culture h2{
    font-size:34px;
  }

  .gmb-lead-culture__visual{
    border-radius:28px;
  }

  .gmb-lead-culture__badge{
    left:16px;
    right:16px;
    bottom:16px;
    width:auto;
  }

  .gmb-lead-culture__row{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-605a081 */.gmb-lead-cta,
.gmb-lead-cta *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-lead-cta{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:95px 0;
  background:#02050b;
  color:#ffffff !important;
}

.gmb-lead-cta__bg-image{
  position:absolute;
  inset:0;
  background-image:url('YOUR-BACKGROUND.jpg');
  background-size:cover;
  background-position:center;
  filter:brightness(.26);
  transform:scale(1.05);
}

.gmb-lead-cta__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(2,5,11,.96),rgba(5,15,35,.84),rgba(2,5,11,.97));
}

.gmb-lead-cta__grid-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.22;
}

.gmb-lead-cta__wrap{
  position:relative;
  z-index:2;
  width:min(1280px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto;
  gap:44px;
  align-items:center;
  padding:48px;
  border-radius:42px;
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(18px);
  box-shadow:0 34px 90px rgba(0,0,0,.34);
}

.gmb-lead-cta__wrap::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:42px;
  background:
    radial-gradient(circle at 15% 50%, rgba(0,174,239,.22), transparent 32%),
    radial-gradient(circle at 88% 50%, rgba(255,122,0,.18), transparent 34%);
  pointer-events:none;
}

.gmb-lead-cta__content,
.gmb-lead-cta__actions{
  position:relative;
  z-index:2;
}

.gmb-lead-cta__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f7d47a !important;
  font-size:13px;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:18px;
}

.gmb-lead-cta__eyebrow::before{
  content:"";
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#00aeef,#d4a63a);
}

.gmb-lead-cta h2{
  margin:0;
  max-width:780px;
  color:#ffffff !important;
  font-size:clamp(32px,4vw,52px);
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:700 !important;
}

.gmb-lead-cta h2 span{
  display:block;
  background:linear-gradient(90deg,#00aeef,#ffffff 42%,#d4a63a 78%,#ff7a00);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.gmb-lead-cta p{
  max-width:720px;
  margin:20px 0 0;
  color:rgba(255,255,255,.78) !important;
  font-size:16px;
  line-height:1.8;
}

.gmb-lead-cta__actions{
  display:grid;
  gap:14px;
  min-width:230px;
}

.gmb-lead-cta__btn{
  min-height:54px;
  padding:14px 26px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none !important;
  font-size:14px;
  font-weight:700 !important;
  white-space:nowrap;
  transition:.3s ease;
}

.gmb-lead-cta__btn:hover{
  transform:translateY(-4px);
}

.gmb-lead-cta__btn--gold{
  background:linear-gradient(135deg,#ffe08a,#d4a63a,#ff7a00);
  color:#06101d !important;
  box-shadow:0 20px 45px rgba(212,166,58,.24);
}

.gmb-lead-cta__btn--outline{
  color:#ffffff !important;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(0,174,239,.5);
}

@media(max-width:880px){
  .gmb-lead-cta__wrap{
    grid-template-columns:1fr;
  }

  .gmb-lead-cta__actions{
    display:flex;
    flex-wrap:wrap;
  }
}

@media(max-width:640px){
  .gmb-lead-cta{
    padding:75px 0;
  }

  .gmb-lead-cta__wrap{
    width:90%;
    padding:30px 24px;
    border-radius:28px;
  }

  .gmb-lead-cta__wrap::before{
    border-radius:28px;
  }

  .gmb-lead-cta h2{
    font-size:32px;
  }

  .gmb-lead-cta p{
    font-size:15px;
    line-height:1.75;
  }

  .gmb-lead-cta__actions{
    display:grid;
    min-width:0;
  }

  .gmb-lead-cta__btn{
    width:100%;
    white-space:normal;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a5c3a2 */.gmb-pro-footer,
.gmb-pro-footer *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-pro-footer{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(0,174,239,.22), transparent 32%),
    radial-gradient(circle at 86% 78%, rgba(245,178,48,.18), transparent 30%),
    linear-gradient(135deg,#020711 0%,#061426 48%,#010409 100%);
  color:#ffffff !important;
  padding:90px 0 0;
  border-top:2px solid rgba(0,174,239,.55);
}

.gmb-pro-footer__grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.16;
}

.gmb-pro-footer__glow{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  filter:blur(100px);
  opacity:.28;
  pointer-events:none;
}

.gmb-pro-footer__glow--blue{
  left:-160px;
  top:80px;
  background:#00aeef;
}

.gmb-pro-footer__glow--gold{
  right:-160px;
  bottom:-80px;
  background:#f5b230;
}

.gmb-pro-footer__wrap{
  position:relative;
  z-index:2;
  width:min(1320px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.45fr .9fr;
  gap:60px;
  padding-bottom:64px;
}

.gmb-pro-footer__brand img{
  width:260px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 0 18px rgba(0,174,239,.28));
}

.gmb-pro-footer__line{
  display:block;
  width:70px;
  height:3px;
  margin:30px 0 24px;
  border-radius:99px;
  background:linear-gradient(90deg,#f5b230,#00aeef);
}

.gmb-pro-footer__brand p{
  margin:0;
  max-width:420px;
  color:rgba(255,255,255,.76) !important;
  font-size:15px;
  line-height:1.9;
}

.gmb-pro-footer__links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px;
}

.gmb-pro-footer h3{
  margin:0 0 24px;
  color:#ffffff !important;
  font-size:18px;
  line-height:1.3;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.gmb-pro-footer h3::after{
  content:"";
  display:block;
  width:42px;
  height:3px;
  margin-top:12px;
  border-radius:99px;
  background:linear-gradient(90deg,#f5b230,#00aeef);
}

.gmb-pro-footer__links a{
  display:block;
  position:relative;
  color:rgba(255,255,255,.72) !important;
  text-decoration:none !important;
  font-size:14.5px;
  line-height:1.55;
  padding:0 0 15px 18px;
  transition:.25s ease;
}

.gmb-pro-footer__links a::before{
  content:">";
  position:absolute;
  left:0;
  top:0;
  color:#00aeef;
  font-weight:700;
}

.gmb-pro-footer__links a:hover{
  color:#f5b230 !important;
  transform:translateX(5px);
}

.gmb-pro-footer__contact{
  display:grid;
  align-content:start;
  gap:18px;
}

.gmb-pro-footer__info{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:flex-start;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(0,174,239,.18);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.gmb-pro-footer__info span{
  width:46px;
  height:46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff !important;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.18), transparent 35%),
    linear-gradient(135deg,#061426,#02101f);
  border:1px solid rgba(0,174,239,.55);
  box-shadow:0 0 22px rgba(0,174,239,.25);
  font-size:13px;
  font-weight:700 !important;
}

.gmb-pro-footer__info p,
.gmb-pro-footer__info a{
  margin:0;
  color:rgba(255,255,255,.74) !important;
  font-size:14px;
  line-height:1.75;
  text-decoration:none !important;
}

.gmb-pro-footer__info a:hover{
  color:#f5b230 !important;
}

.gmb-pro-footer__bottom{
  position:relative;
  z-index:2;
  width:min(1320px,92%);
  margin:0 auto;
  padding:26px 0;
  border-top:1px solid rgba(0,174,239,.22);
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}

.gmb-pro-footer__bottom p{
  margin:0;
  color:rgba(255,255,255,.55) !important;
  font-size:13px;
}

.gmb-pro-footer__bottom strong{
  color:#f5b230 !important;
  font-size:13px;
  font-weight:700 !important;
  letter-spacing:.28em;
}

@media(max-width:1050px){
  .gmb-pro-footer__wrap{
    grid-template-columns:1fr;
    gap:44px;
  }

  .gmb-pro-footer__links{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:720px){
  .gmb-pro-footer{
    padding-top:70px;
  }

  .gmb-pro-footer__wrap,
  .gmb-pro-footer__bottom{
    width:90%;
  }

  .gmb-pro-footer__brand img{
    width:210px;
  }

  .gmb-pro-footer__links{
    grid-template-columns:1fr;
    gap:28px;
  }

  .gmb-pro-footer__info{
    grid-template-columns:1fr;
  }

  .gmb-pro-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .gmb-pro-footer__bottom strong{
    letter-spacing:.18em;
    line-height:1.7;
  }
}/* End custom CSS */