.elementor-102 .elementor-element.elementor-element-de3922b{--display:flex;}.elementor-102 .elementor-element.elementor-element-bcbd536{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-102 .elementor-element.elementor-element-3724279{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-102 .elementor-element.elementor-element-45c5a9e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-102 .elementor-element.elementor-element-2ac0fa7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-102 .elementor-element.elementor-element-07ba812{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-102 .elementor-element.elementor-element-014d3e0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-84398f8 */.whabout-hero{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  min-height:88vh;
  overflow:hidden;
  color:#fff;
  font-family:'Poppins','Montserrat',sans-serif;
}

/* BG */
.whabout-hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg,rgba(7,0,17,.95),rgba(24,0,40,.90),rgba(43,7,80,.95)),
    url("MASUKKAN_GAMBAR_CORPORATE") center center / cover no-repeat;
  transform:scale(1.05);
}

/* OVERLAY GLOW */
.whabout-hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 30%, rgba(214,157,48,.18), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(111,40,166,.25), transparent 40%);
}

/* WATERMARK */
.whabout-hero__mark{
  position:absolute;
  right:4vw;
  top:60px;
  font-family:Georgia,serif;
  font-size:clamp(120px,18vw,280px);
  font-weight:800;
  letter-spacing:-14px;
  color:rgba(255,255,255,.04);
  pointer-events:none;
}

/* WRAP */
.whabout-hero__wrap{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:0 auto;
  padding:120px 6vw;
}

/* CONTENT */
.whabout-hero__content{
  max-width:720px;
}

/* KICKER */
.whabout-hero__kicker{
  display:flex;
  align-items:center;
  gap:10px;
  color:#f3cd77;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:20px;
}

.whabout-hero__kicker span{
  width:40px;
  height:2px;
  background:linear-gradient(#fff,#f3cd77);
}

/* TITLE */
.whabout-hero h1{
  font-size:clamp(34px,5vw,64px);
  font-weight:700;
  line-height:1.05;
  margin:0 0 20px;
}

/* DESC */
.whabout-hero p{
  color:rgba(255,255,255,.75);
  line-height:1.8;
  font-size:16px;
}

/* BUTTON */
.whabout-hero__actions{
  margin-top:30px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.whabout-btn{
  padding:14px 24px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:.3s;
}

.whabout-btn--gold{
  background:linear-gradient(135deg,#fff2a8,#d89b2c);
  color:#1a082d;
}

.whabout-btn--gold:hover{
  transform:translateY(-3px);
}

.whabout-btn--ghost{
  border:1px solid rgba(255,255,255,.4);
  color:#fff;
}

.whabout-btn--ghost:hover{
  background:#fff;
  color:#1a082d;
}

/* MOBILE */
@media(max-width:768px){
  .whabout-hero__wrap{
    padding:90px 5vw;
  }

  .whabout-hero__actions{
    flex-direction:column;
  }

  .whabout-btn{
    width:100%;
    text-align:center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d12d564 */.whabout-sec2{
  position:relative;
  left:50%;
  margin-left:-50vw;
  width:100vw;
  padding:110px 6vw;
  background:#ffffff;
  font-family:'Poppins','Montserrat',sans-serif;
  overflow:hidden;
}

.whabout-sec2,
.whabout-sec2 *{
  box-sizing:border-box;
}

/* WATERMARK */
.whabout-sec2__mark{
  position:absolute;
  left:4vw;
  bottom:-40px;
  font-family:Georgia,serif;
  font-size:clamp(120px,18vw,280px);
  font-weight:800;
  letter-spacing:-14px;
  color:rgba(64,18,105,.05);
}

/* WRAP */
.whabout-sec2__wrap{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:0 auto;
}

/* GRID */
.whabout-sec2__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

/* IMAGE */
.whabout-sec2__image img{
  width:100%;
  border-radius:28px;
  object-fit:cover;
  box-shadow:0 30px 80px rgba(0,0,0,.15);
}

/* CONTENT */
.whabout-sec2__content{
  max-width:600px;
}

/* KICKER */
.whabout-sec2__kicker{
  display:flex;
  align-items:center;
  gap:10px;
  color:#d89b2c;
  font-size:12px;
  font-weight:700;
  margin-bottom:18px;
}

.whabout-sec2__kicker span{
  width:40px;
  height:2px;
  background:linear-gradient(#000,#d89b2c);
}

/* TITLE */
.whabout-sec2 h2{
  font-size:42px;
  font-weight:700;
  color:#1b0b2e;
  margin-bottom:20px;
}

/* TEXT */
.whabout-sec2 p{
  color:#5d5267;
  line-height:1.7;
  margin-bottom:15px;
}

/* POINTS */
.whabout-sec2__points{
  display:flex;
  gap:20px;
  margin-top:30px;
  flex-wrap:wrap;
}

.whabout-point{
  padding:18px;
  border-radius:18px;
  background:#f8f4fb;
}

.whabout-point strong{
  display:block;
  color:#5c1b87;
  font-size:18px;
}

.whabout-point span{
  font-size:13px;
  color:#6b5f77;
}

/* MOBILE */
@media(max-width:900px){
  .whabout-sec2__grid{
    grid-template-columns:1fr;
    gap:40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27edf66 */.whabout-sec3{
  position:relative;
  left:50%;
  margin-left:-50vw;
  width:100vw;
  padding:110px 6vw;
  background:
    radial-gradient(circle at 15% 20%, rgba(214,157,48,.15), transparent 30%),
    radial-gradient(circle at 85% 80%, rgba(111,40,166,.2), transparent 30%),
    linear-gradient(135deg,#070011,#1a0033,#2d0750);
  color:#fff;
  font-family:'Poppins','Montserrat',sans-serif;
  overflow:hidden;
}

.whabout-sec3,
.whabout-sec3 *{
  box-sizing:border-box;
}

/* WATERMARK */
.whabout-sec3__mark{
  position:absolute;
  right:4vw;
  top:50px;
  font-family:Georgia,serif;
  font-size:clamp(120px,18vw,280px);
  font-weight:800;
  letter-spacing:-14px;
  color:rgba(255,255,255,.04);
}

/* WRAP */
.whabout-sec3__wrap{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:0 auto;
}

/* HEAD */
.whabout-sec3__head{
  text-align:center;
  margin-bottom:60px;
}

.whabout-sec3__kicker{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:700;
  color:#f3cd77;
}

.whabout-sec3__kicker span{
  width:40px;
  height:2px;
  background:linear-gradient(#fff,#f3cd77);
}

.whabout-sec3 h2{
  margin-top:10px;
  font-size:42px;
  font-weight:700;
}

/* GRID */
.whabout-sec3__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

/* CARD */
.whabout-card{
  background:rgba(255,255,255,.06);
  padding:40px 30px;
  border-radius:26px;
  text-align:center;
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.12);
  transition:.3s;
}

.whabout-card:hover{
  transform:translateY(-6px);
}

/* ICON */
.whabout-card__icon{
  width:60px;
  height:60px;
  margin:0 auto 20px;
  border-radius:20px;
  background:linear-gradient(135deg,#fff2a8,#d89b2c);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:#1a082d;
}

/* TEXT */
.whabout-card h3{
  margin-bottom:10px;
}

.whabout-card p{
  color:rgba(255,255,255,.7);
  line-height:1.6;
  font-size:14px;
}

/* MOBILE */
@media(max-width:900px){
  .whabout-sec3__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f215fb6 */.whabout-sec4{
  position:relative;
  left:50%;
  margin-left:-50vw;
  width:100vw;
  padding:110px 6vw;
  background:
    radial-gradient(circle at 20% 20%, rgba(111,40,166,.08), transparent 30%),
    radial-gradient(circle at 80% 80%, rgba(214,157,48,.10), transparent 30%),
    #ffffff;
  font-family:'Poppins','Montserrat',sans-serif;
  overflow:hidden;
}

.whabout-sec4,
.whabout-sec4 *{
  box-sizing:border-box;
}

/* WATERMARK */
.whabout-sec4__mark{
  position:absolute;
  right:4vw;
  bottom:-40px;
  font-family:Georgia,serif;
  font-size:clamp(120px,18vw,280px);
  font-weight:800;
  letter-spacing:-14px;
  color:rgba(64,18,105,.05);
}

/* WRAP */
.whabout-sec4__wrap{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

/* LEFT */
.whabout-sec4__left{
  max-width:500px;
}

.whabout-sec4__kicker{
  display:flex;
  align-items:center;
  gap:10px;
  color:#d89b2c;
  font-size:12px;
  font-weight:700;
  margin-bottom:15px;
}

.whabout-sec4__kicker span{
  width:40px;
  height:2px;
  background:linear-gradient(#000,#d89b2c);
}

.whabout-sec4 h2{
  font-size:42px;
  font-weight:700;
  color:#1b0b2e;
  margin-bottom:20px;
}

.whabout-sec4 p{
  color:#5d5267;
  line-height:1.7;
}

/* RIGHT */
.whabout-sec4__right{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

/* CARD */
.whabout-sec4__card{
  background:#f8f4fb;
  padding:30px;
  border-radius:22px;
  transition:.3s;
}

.whabout-sec4__card:hover{
  transform:translateY(-6px);
}

.whabout-sec4__num{
  font-weight:700;
  color:#5c1b87;
  margin-bottom:10px;
}

.whabout-sec4__card h3{
  margin-bottom:10px;
}

.whabout-sec4__card p{
  font-size:14px;
}

/* MOBILE */
@media(max-width:900px){
  .whabout-sec4__wrap{
    grid-template-columns:1fr;
  }

  .whabout-sec4__right{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8640990 */.whabout-sec5{
  position:relative;
  left:50%;
  margin-left:-50vw;
  width:100vw;
  padding:120px 6vw;
  background:
    radial-gradient(circle at 20% 30%, rgba(214,157,48,.18), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(111,40,166,.25), transparent 40%),
    linear-gradient(135deg,#070011,#180028,#2b0750);
  color:#fff;
  font-family:'Poppins','Montserrat',sans-serif;
  overflow:hidden;
}

.whabout-sec5,
.whabout-sec5 *{
  box-sizing:border-box;
}

/* WATERMARK */
.whabout-sec5__mark{
  position:absolute;
  left:4vw;
  top:50px;
  font-family:Georgia,serif;
  font-size:clamp(120px,18vw,280px);
  font-weight:800;
  letter-spacing:-14px;
  color:rgba(255,255,255,.04);
}

/* WRAP */
.whabout-sec5__wrap{
  position:relative;
  z-index:2;
  max-width:1000px;
  margin:0 auto;
}

/* BOX */
.whabout-sec5__box{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:30px;
  padding:60px;
  backdrop-filter:blur(14px);
  text-align:center;
  box-shadow:0 40px 120px rgba(0,0,0,.4);
}

/* KICKER */
.whabout-sec5__kicker{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:700;
  color:#f3cd77;
  margin-bottom:20px;
}

.whabout-sec5__kicker span{
  width:40px;
  height:2px;
  background:linear-gradient(#fff,#f3cd77);
}

/* TITLE */
.whabout-sec5 h2{
  font-size:clamp(32px,4vw,48px);
  font-weight:700;
  margin-bottom:20px;
}

/* TEXT */
.whabout-sec5 p{
  max-width:600px;
  margin:0 auto 30px;
  color:rgba(255,255,255,.7);
  line-height:1.7;
}

/* BUTTON */
.whabout-sec5__actions{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.whabout-btn{
  padding:14px 26px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:.3s;
}

.whabout-btn--gold{
  background:linear-gradient(135deg,#fff2a8,#d89b2c);
  color:#1a082d;
}

.whabout-btn--gold:hover{
  transform:translateY(-3px);
}

.whabout-btn--outline{
  border:1px solid rgba(255,255,255,.4);
  color:#fff;
}

.whabout-btn--outline:hover{
  background:#fff;
  color:#1a082d;
}

/* MOBILE */
@media(max-width:768px){
  .whabout-sec5{
    padding:80px 5vw;
  }

  .whabout-sec5__box{
    padding:40px 20px;
  }

  .whabout-sec5__actions{
    flex-direction:column;
  }

  .whabout-btn{
    width:100%;
    text-align:center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ec105d */.wh-footer{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  padding:70px 6vw 25px;
  background:
    linear-gradient(135deg,#070011 0%,#160027 45%,#2b0750 100%);
  color:#fff;
  font-family:'Poppins','Montserrat',Arial,sans-serif;
}

.wh-footer,
.wh-footer *{
  box-sizing:border-box;
}

.wh-footer__wrap{
  width:min(1280px,100%);
  margin:0 auto;
}

/* TOP */
.wh-footer__top{
  display:grid;
  grid-template-columns:1.5fr .8fr .8fr .9fr;
  gap:40px;
  padding-bottom:40px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

/* BRAND */
.wh-footer__brand img{
  width:90px;
  margin-bottom:px;
}

.wh-footer__brand p{
  max-width:420px;
  color:rgba(255,255,255,.7);
  font-size:14px;
  line-height:1.8;
}

.wh-footer__social{
  display:flex;
  gap:10px;
  margin-top:20px;
}

.wh-footer__social a{
  padding:8px 12px;
  border-radius:999px;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  color:#f3cd77;
  border:1px solid rgba(243,205,119,.3);
  background:rgba(255,255,255,.05);
}

/* COLUMN */
.wh-footer__col h3{
  margin-bottom:16px;
  font-size:15px;
  font-weight:700;
}

.wh-footer__col a{
  display:block;
  margin-bottom:10px;
  text-decoration:none;
  color:rgba(255,255,255,.65);
  font-size:14px;
  transition:.2s;
}

.wh-footer__col a:hover{
  color:#f3cd77;
  transform:translateX(3px);
}

/* BOTTOM */
.wh-footer__bottom{
  padding-top:20px;
}

.wh-footer__bottom p{
  font-size:13px;
  color:rgba(255,255,255,.5);
}

/* MOBILE */
@media(max-width:900px){
  .wh-footer__top{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .wh-footer{
    padding:60px 5vw 20px;
  }

  .wh-footer__top{
    grid-template-columns:1fr;
    gap:30px;
  }
}/* End custom CSS */