.elementor-106 .elementor-element.elementor-element-b617eed{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-1166e71{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-569393a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-7717229{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-d39db0f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-f4d8e78{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-b29702b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-133ab8d */.lt-product-hero{
  position:relative;
  width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#07172b;
  font-family:'Inter','Poppins',sans-serif;
}

.lt-product-hero__bg{
  position:absolute;
  inset:0;
  background:
  url("https://images.unsplash.com/photo-1517976487492-5750f3195933?auto=format&fit=crop&w=2200&q=90")
  center center/cover no-repeat;
  transform:scale(1.05);
}

.lt-product-hero__overlay{
  position:absolute;
  inset:0;
  background:
  linear-gradient(
  90deg,
  rgba(7,23,43,.97) 0%,
  rgba(7,23,43,.90) 45%,
  rgba(7,23,43,.55) 100%
  );
}

.lt-product-hero::before{
  content:"";
  position:absolute;
  top:-250px;
  left:-250px;
  width:700px;
  height:700px;
  border-radius:50%;
  background:rgba(19,168,255,.12);
  filter:blur(110px);
  z-index:1;
}

.lt-product-hero::after{
  content:"";
  position:absolute;
  right:-250px;
  bottom:-250px;
  width:700px;
  height:700px;
  border-radius:50%;
  background:rgba(19,168,255,.10);
  filter:blur(120px);
  z-index:1;
}

.lt-product-hero__wrap{
  position:relative;
  z-index:3;
  width:min(1240px,92%);
  margin:auto;
  display:grid;
  grid-template-columns:1fr 420px;
  gap:70px;
  align-items:center;
}

.lt-product-hero__content{
  max-width:820px;
}

.lt-product-hero__eyebrow{
  display:inline-flex;
  margin-bottom:24px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(103,206,255,.22);
  color:#77d8ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.lt-product-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(58px,6vw,105px);
  line-height:.95;
  letter-spacing:-4px;
  font-weight:900;
}

.lt-product-hero p{
  max-width:720px;
  margin:28px 0 0;
  color:rgba(235,246,255,.78);
  font-size:18px;
  line-height:1.85;
}

.lt-product-hero__buttons{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:38px;
}

.lt-product-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  transition:.3s;
}

.lt-product-hero__btn--primary{
  background:linear-gradient(135deg,#13a8ff,#006aa6);
  color:#fff;
  box-shadow:0 18px 45px rgba(0,122,190,.35);
}

.lt-product-hero__btn--outline{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
}

.lt-product-hero__btn:hover{
  transform:translateY(-3px);
}

.lt-product-hero__panel{
  padding:38px;
  border-radius:34px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.lt-product-hero__panel span{
  display:block;
  margin-bottom:18px;
  color:#67ceff;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.lt-product-hero__panel strong{
  display:block;
  color:#fff;
  font-size:44px;
  line-height:1;
  letter-spacing:-2px;
  font-weight:900;
}

.lt-product-hero__stats{
  display:grid;
  gap:12px;
  margin-top:30px;
}

.lt-product-hero__stats div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.lt-product-hero__stats div:last-child{
  border-bottom:none;
}

.lt-product-hero__stats b{
  color:#fff;
  font-size:18px;
}

.lt-product-hero__stats small{
  color:rgba(255,255,255,.65);
  font-size:13px;
  font-weight:700;
}

@media(max-width:980px){

  .lt-product-hero{
    min-height:auto;
    padding:120px 0 90px;
  }

  .lt-product-hero__wrap{
    grid-template-columns:1fr;
    gap:40px;
  }

  .lt-product-hero h1{
    font-size:clamp(46px,8vw,72px);
    line-height:1;
    letter-spacing:-2px;
  }

}

@media(max-width:640px){

  .lt-product-hero{
    padding:110px 0 70px;
  }

  .lt-product-hero__wrap{
    width:min(100% - 34px,1240px);
  }

  .lt-product-hero__eyebrow{
    font-size:10px;
    letter-spacing:1.8px;
    padding:9px 13px;
  }

  .lt-product-hero h1{
    font-size:42px;
    line-height:1.02;
    letter-spacing:-1.5px;
  }

  .lt-product-hero p{
    font-size:15px;
    line-height:1.8;
  }

  .lt-product-hero__buttons{
    flex-direction:column;
  }

  .lt-product-hero__btn{
    width:100%;
  }

  .lt-product-hero__panel{
    padding:26px;
    border-radius:26px;
  }

  .lt-product-hero__panel strong{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a354c6 */.lt-product-overview{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:130px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(19,168,255,.12), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  font-family:'Inter','Poppins',sans-serif;
}

.lt-product-overview::before{
  content:"";
  position:absolute;
  right:-180px;
  top:-180px;
  width:600px;
  height:600px;
  border-radius:50%;
  background:rgba(19,168,255,.08);
  filter:blur(100px);
}

.lt-product-overview__wrap{
  position:relative;
  z-index:2;
  width:min(1240px,92%);
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.lt-product-overview__image{
  position:relative;
  height:620px;
  overflow:hidden;
  border-radius:36px;
  box-shadow:0 35px 90px rgba(7,23,43,.12);
}

.lt-product-overview__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.lt-product-overview__badge{
  position:absolute;
  left:24px;
  bottom:24px;
  padding:22px;
  border-radius:24px;
  background:rgba(7,23,43,.82);
  backdrop-filter:blur(18px);
}

.lt-product-overview__badge span{
  display:block;
  margin-bottom:8px;
  color:#67ceff;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.lt-product-overview__badge strong{
  color:#fff;
  font-size:26px;
  font-weight:900;
}

.lt-product-overview__eyebrow{
  display:inline-flex;
  margin-bottom:22px;
  padding:10px 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,120,184,.12);
  color:#0078b8;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.lt-product-overview h2{
  margin:0;
  color:#07172b;
  font-size:clamp(48px,5vw,82px);
  line-height:.95;
  letter-spacing:-3px;
  font-weight:900;
}

.lt-product-overview__lead{
  margin:28px 0 18px;
  color:#07172b;
  font-size:24px;
  line-height:1.5;
  font-weight:700;
}

.lt-product-overview__content p:last-of-type{
  color:#5a6878;
  font-size:16px;
  line-height:1.9;
}

.lt-product-overview__highlights{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:34px;
}

.lt-product-overview__highlights div{
  padding:24px;
  border-radius:24px;
  background:#07172b;
}

.lt-product-overview__highlights strong{
  display:block;
  margin-bottom:8px;
  color:#67ceff;
  font-size:20px;
  line-height:1.1;
}

.lt-product-overview__highlights span{
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:700;
}

@media(max-width:980px){

  .lt-product-overview{
    padding:95px 0;
  }

  .lt-product-overview__wrap{
    grid-template-columns:1fr;
    gap:40px;
  }

  .lt-product-overview h2{
    font-size:58px;
    line-height:1;
  }

}

@media(max-width:640px){

  .lt-product-overview{
    padding:74px 0;
  }

  .lt-product-overview__wrap{
    width:min(100% - 34px,1240px);
  }

  .lt-product-overview h2{
    font-size:42px;
    line-height:1.02;
    letter-spacing:-1.5px;
  }

  .lt-product-overview__lead{
    font-size:21px;
  }

  .lt-product-overview__image{
    height:320px;
    border-radius:26px;
  }

  .lt-product-overview__highlights{
    grid-template-columns:1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8136044 */.lt-product-cat{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:125px 0;
  background:#061426;
  font-family:'Inter','Poppins',sans-serif;
}

.lt-product-cat::before{
  content:"";
  position:absolute;
  inset:0;
  background:
  linear-gradient(90deg,
  rgba(6,20,38,.96),
  rgba(6,20,38,.88)),
  url("https://images.unsplash.com/photo-1517976487492-5750f3195933?auto=format&fit=crop&w=2200&q=90")
  center/cover no-repeat;
}

.lt-product-cat::after{
  content:"";
  position:absolute;
  left:-220px;
  top:-220px;
  width:650px;
  height:650px;
  border-radius:50%;
  background:rgba(19,168,255,.12);
  filter:blur(110px);
}

.lt-product-cat__wrap{
  position:relative;
  z-index:2;
  width:min(1240px,92%);
  margin:auto;
}

.lt-product-cat__head{
  max-width:1100px;
  margin-bottom:60px;
}

.lt-product-cat__eyebrow{
  display:inline-flex;
  margin-bottom:20px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(103,206,255,.22);
  color:#77d8ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.lt-product-cat h2{
  margin:0;
  color:#fff;
  font-size:clamp(48px,5vw,82px);
  line-height:.95;
  letter-spacing:-3px;
  font-weight:900;
}

.lt-product-cat__head p{
  max-width:720px;
  margin:24px 0 0;
  color:rgba(235,246,255,.75);
  font-size:17px;
  line-height:1.8;
}

.lt-product-cat__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.lt-product-cat__card{
  min-height:340px;
  padding:34px 28px;
  border-radius:32px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.lt-product-cat__card span{
  display:block;
  margin-bottom:70px;
  color:#67ceff;
  font-size:14px;
  font-weight:900;
}

.lt-product-cat__card h3{
  margin:0 0 14px;
  color:#fff;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-1px;
  font-weight:900;
}

.lt-product-cat__card p{
  margin:0;
  color:rgba(235,246,255,.72);
  font-size:15px;
  line-height:1.75;
}

@media(max-width:1100px){

  .lt-product-cat__grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:640px){

  .lt-product-cat{
    padding:74px 0;
  }

  .lt-product-cat__wrap{
    width:min(100% - 34px,1240px);
  }

  .lt-product-cat h2{
    font-size:42px;
    line-height:1.02;
    letter-spacing:-1.5px;
  }

  .lt-product-cat__grid{
    grid-template-columns:1fr;
  }

  .lt-product-cat__card{
    min-height:auto;
    padding:26px;
    border-radius:24px;
  }

  .lt-product-cat__card span{
    margin-bottom:24px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f98e33 */.lt-product-materials{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:125px 0;
  font-family:'Inter','Poppins',Arial,sans-serif;
  color:#07172b;
  background:
    radial-gradient(circle at 12% 18%, rgba(19,168,255,.12), transparent 30%),
    radial-gradient(circle at 88% 76%, rgba(7,23,43,.07), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}

.lt-product-materials::before{
  content:"";
  position:absolute;
  right:-200px;
  top:-220px;
  width:620px;
  height:620px;
  border-radius:50%;
  background:rgba(19,168,255,.08);
  filter:blur(95px);
}

.lt-product-materials__wrap{
  position:relative;
  z-index:2;
  width:min(1240px,92%);
  margin:0 auto;
}

.lt-product-materials__head{
  max-width:1120px;
  margin-bottom:58px;
}

.lt-product-materials__eyebrow{
  display:inline-flex;
  margin-bottom:20px;
  padding:10px 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,112,180,.16);
  color:#0078b8;
  font-size:12px;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.lt-product-materials__head h2{
  max-width:1160px;
  margin:0;
  color:#07172b;
  font-size:clamp(42px,5.2vw,76px);
  line-height:1;
  letter-spacing:-3px;
  font-weight:900;
}

.lt-product-materials__head p{
  max-width:760px;
  margin:24px 0 0;
  color:#4a5a6d;
  font-size:17px;
  line-height:1.8;
}

.lt-product-materials__layout{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:24px;
  align-items:stretch;
}

.lt-product-materials__feature{
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:36px;
  border-radius:36px;
  color:#fff;
  background:
    linear-gradient(180deg, rgba(7,23,43,.12), rgba(7,23,43,.86)),
    url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=1400&q=90")
    center/cover no-repeat;
  box-shadow:0 32px 90px rgba(7,23,43,.14);
  overflow:hidden;
}

.lt-product-materials__feature span{
  width:max-content;
  margin-bottom:20px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  color:#77d8ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.8px;
  text-transform:uppercase;
}

.lt-product-materials__feature h3{
  max-width:520px;
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(32px,3vw,48px);
  line-height:1.03;
  letter-spacing:-1.8px;
  font-weight:900;
}

.lt-product-materials__feature p{
  max-width:520px;
  margin:0;
  color:rgba(235,246,255,.78);
  font-size:16px;
  line-height:1.75;
}

.lt-product-materials__list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.lt-product-materials__item{
  position:relative;
  min-height:245px;
  padding:28px;
  border-radius:28px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(7,23,43,.08);
  box-shadow:0 20px 55px rgba(7,23,43,.07);
  overflow:hidden;
}

.lt-product-materials__item::after{
  content:"";
  position:absolute;
  right:-65px;
  bottom:-65px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(19,168,255,.08);
}

.lt-product-materials__item b{
  position:relative;
  z-index:2;
  display:block;
  margin-bottom:48px;
  color:#0093d8;
  font-size:14px;
  font-weight:900;
}

.lt-product-materials__item h3{
  position:relative;
  z-index:2;
  margin:0 0 10px;
  color:#07172b;
  font-size:25px;
  line-height:1.15;
  letter-spacing:-.6px;
  font-weight:900;
}

.lt-product-materials__item p{
  position:relative;
  z-index:2;
  margin:0;
  color:#5a6878;
  font-size:15px;
  line-height:1.7;
}

@media(max-width:980px){
  .lt-product-materials{
    padding:95px 0;
  }

  .lt-product-materials__head{
    margin-bottom:42px;
  }

  .lt-product-materials__head h2{
    font-size:clamp(38px,7vw,58px);
    line-height:1.05;
    letter-spacing:-2px;
  }

  .lt-product-materials__layout{
    grid-template-columns:1fr;
  }

  .lt-product-materials__feature{
    min-height:380px;
  }
}

@media(max-width:640px){
  .lt-product-materials{
    padding:74px 0;
  }

  .lt-product-materials__wrap{
    width:min(100% - 34px,1240px);
  }

  .lt-product-materials__eyebrow{
    font-size:10px;
    letter-spacing:1.8px;
    padding:9px 13px;
    margin-bottom:16px;
  }

  .lt-product-materials__head h2{
    font-size:clamp(34px,10vw,46px);
    line-height:1.05;
    letter-spacing:-1.4px;
  }

  .lt-product-materials__head p{
    font-size:15px;
    line-height:1.75;
  }

  .lt-product-materials__feature{
    min-height:330px;
    padding:26px;
    border-radius:26px;
  }

  .lt-product-materials__feature h3{
    font-size:30px;
    letter-spacing:-1px;
  }

  .lt-product-materials__list{
    grid-template-columns:1fr;
  }

  .lt-product-materials__item{
    min-height:auto;
    padding:24px;
    border-radius:24px;
  }

  .lt-product-materials__item b{
    margin-bottom:24px;
  }

  .lt-product-materials__item h3{
    font-size:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec25cc5 */.lt-product-trace{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:130px 0;
  background:#061426;
  font-family:'Inter','Poppins',sans-serif;
}

.lt-product-trace::before{
  content:"";
  position:absolute;
  inset:0;
  background:
  linear-gradient(
  90deg,
  rgba(6,20,38,.96),
  rgba(6,20,38,.88)
  ),
  url("https://images.unsplash.com/photo-1517976487492-5750f3195933?auto=format&fit=crop&w=2200&q=90")
  center/cover no-repeat;
}

.lt-product-trace__wrap{
  position:relative;
  z-index:2;
  width:min(1100px,92%);
  margin:auto;
}

.lt-product-trace__head{
  text-align:center;
  max-width:900px;
  margin:0 auto 80px;
}

.lt-product-trace__eyebrow{
  display:inline-flex;
  margin-bottom:20px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(103,206,255,.22);
  color:#77d8ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.lt-product-trace h2{
  margin:0;
  color:#fff;
  font-size:clamp(48px,5vw,80px);
  line-height:.95;
  letter-spacing:-3px;
  font-weight:900;
}

.lt-product-trace__head p{
  margin:24px auto 0;
  max-width:720px;
  color:rgba(235,246,255,.75);
  font-size:17px;
  line-height:1.8;
}

.lt-product-trace__timeline{
  position:relative;
  max-width:900px;
  margin:auto;
}

.lt-product-trace__line{
  position:absolute;
  left:34px;
  top:0;
  bottom:0;
  width:2px;
  background:
  linear-gradient(
  180deg,
  rgba(103,206,255,.15),
  rgba(103,206,255,.8),
  rgba(103,206,255,.15)
  );
}

.lt-product-trace__item{
  position:relative;
  padding-left:100px;
  margin-bottom:36px;
}

.lt-product-trace__dot{
  position:absolute;
  left:18px;
  top:20px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#67ceff;
  box-shadow:0 0 30px rgba(103,206,255,.7);
}

.lt-product-trace__content{
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
}

.lt-product-trace__content span{
  display:block;
  margin-bottom:18px;
  color:#67ceff;
  font-size:14px;
  font-weight:900;
}

.lt-product-trace__content h3{
  margin:0 0 12px;
  color:#fff;
  font-size:28px;
  font-weight:900;
}

.lt-product-trace__content p{
  margin:0;
  color:rgba(235,246,255,.72);
  font-size:15px;
  line-height:1.8;
}

@media(max-width:640px){

  .lt-product-trace{
    padding:74px 0;
  }

  .lt-product-trace h2{
    font-size:42px;
    line-height:1.02;
    letter-spacing:-1.5px;
  }

  .lt-product-trace__item{
    padding-left:70px;
  }

  .lt-product-trace__line{
    left:20px;
  }

  .lt-product-trace__dot{
    left:5px;
    width:30px;
    height:30px;
  }

  .lt-product-trace__content{
    padding:24px;
    border-radius:24px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d733bd */.lt-product-industries{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:125px 0;
  font-family:'Inter','Poppins',Arial,sans-serif;
  color:#07172b;
  background:
    radial-gradient(circle at 12% 18%, rgba(19,168,255,.12), transparent 30%),
    radial-gradient(circle at 88% 76%, rgba(7,23,43,.07), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}

.lt-product-industries__wrap{
  position:relative;
  z-index:2;
  width:min(1240px,92%);
  margin:0 auto;
}

.lt-product-industries__top{
  max-width:1120px;
  margin-bottom:58px;
}

.lt-product-industries__eyebrow{
  display:inline-flex;
  margin-bottom:20px;
  padding:10px 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,112,180,.16);
  color:#0078b8;
  font-size:12px;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.lt-product-industries__top h2{
  max-width:1160px;
  margin:0;
  color:#07172b;
  font-size:clamp(42px,5.2vw,76px);
  line-height:1;
  letter-spacing:-3px;
  font-weight:900;
}

.lt-product-industries__top p{
  max-width:760px;
  margin:24px 0 0;
  color:#4a5a6d;
  font-size:17px;
  line-height:1.8;
}

.lt-product-industries__showcase{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  align-items:stretch;
}

.lt-product-industries__image{
  min-height:520px;
  border-radius:36px;
  overflow:hidden;
  background:#07172b;
  box-shadow:0 30px 90px rgba(7,23,43,.14);
}

.lt-product-industries__image img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  display:block;
}

.lt-product-industries__list{
  display:grid;
  gap:16px;
}

.lt-product-industries__list div{
  padding:30px;
  border-radius:28px;
  background:#07172b;
  color:#fff;
}

.lt-product-industries__list span{
  display:block;
  margin-bottom:28px;
  color:#67ceff;
  font-size:14px;
  font-weight:900;
}

.lt-product-industries__list h3{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.1;
  letter-spacing:-.8px;
  font-weight:900;
}

.lt-product-industries__list p{
  margin:0;
  color:rgba(235,246,255,.72);
  font-size:15px;
  line-height:1.75;
}

@media(max-width:980px){
  .lt-product-industries{
    padding:95px 0;
  }

  .lt-product-industries__showcase{
    grid-template-columns:1fr;
  }

  .lt-product-industries__top h2{
    font-size:clamp(38px,7vw,58px);
    line-height:1.05;
    letter-spacing:-2px;
  }

  .lt-product-industries__image,
  .lt-product-industries__image img{
    min-height:380px;
  }
}

@media(max-width:640px){
  .lt-product-industries{
    padding:74px 0;
  }

  .lt-product-industries__wrap{
    width:min(100% - 34px,1240px);
  }

  .lt-product-industries__eyebrow{
    font-size:10px;
    letter-spacing:1.8px;
    padding:9px 13px;
  }

  .lt-product-industries__top h2{
    font-size:clamp(34px,10vw,46px);
    line-height:1.05;
    letter-spacing:-1.4px;
  }

  .lt-product-industries__top p{
    font-size:15px;
    line-height:1.75;
  }

  .lt-product-industries__image,
  .lt-product-industries__image img{
    min-height:300px;
    border-radius:26px;
  }

  .lt-product-industries__list div{
    padding:24px;
    border-radius:24px;
  }

  .lt-product-industries__list h3{
    font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c797370 */.lt-product-cta{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:140px 0;
  background:#061426;
  font-family:'Inter','Poppins',sans-serif;
}

.lt-product-cta__bg{
  position:absolute;
  inset:0;
  background:
  linear-gradient(
  90deg,
  rgba(6,20,38,.96),
  rgba(6,20,38,.82)
  ),
  url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=2200&q=90")
  center/cover no-repeat;
}

.lt-product-cta::before{
  content:"";
  position:absolute;
  right:-250px;
  top:-250px;
  width:700px;
  height:700px;
  border-radius:50%;
  background:rgba(19,168,255,.15);
  filter:blur(120px);
  z-index:1;
}

.lt-product-cta__wrap{
  position:relative;
  z-index:2;
  width:min(1240px,92%);
  margin:auto;
  display:grid;
  grid-template-columns:1fr 420px;
  gap:60px;
  align-items:center;
}

.lt-product-cta__eyebrow{
  display:inline-flex;
  margin-bottom:22px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(103,206,255,.22);
  color:#77d8ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.lt-product-cta h2{
  margin:0;
  color:#fff;
  font-size:clamp(52px,5vw,88px);
  line-height:.95;
  letter-spacing:-3px;
  font-weight:900;
}

.lt-product-cta p{
  max-width:720px;
  margin:28px 0 0;
  color:rgba(235,246,255,.75);
  font-size:17px;
  line-height:1.85;
}

.lt-product-cta__buttons{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:40px;
}

.lt-product-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 28px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  transition:.3s;
}

.lt-product-cta__btn--primary{
  background:linear-gradient(135deg,#13a8ff,#006aa6);
  color:#fff;
  box-shadow:0 18px 45px rgba(0,122,190,.35);
}

.lt-product-cta__btn--secondary{
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.05);
}

.lt-product-cta__btn:hover{
  transform:translateY(-3px);
}

.lt-product-cta__card{
  padding:34px;
  border-radius:34px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
}

.lt-product-cta__card div{
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.lt-product-cta__card div:last-child{
  border-bottom:none;
}

.lt-product-cta__card span{
  display:block;
  margin-bottom:8px;
  color:#67ceff;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.lt-product-cta__card strong{
  color:#fff;
  font-size:24px;
  line-height:1.3;
  font-weight:800;
}

@media(max-width:980px){

  .lt-product-cta{
    padding:95px 0;
  }

  .lt-product-cta__wrap{
    grid-template-columns:1fr;
  }

  .lt-product-cta h2{
    font-size:58px;
    line-height:1;
  }

}

@media(max-width:640px){

  .lt-product-cta{
    padding:74px 0;
  }

  .lt-product-cta__wrap{
    width:min(100% - 34px,1240px);
  }

  .lt-product-cta h2{
    font-size:42px;
    line-height:1.02;
    letter-spacing:-1.5px;
  }

  .lt-product-cta p{
    font-size:15px;
    line-height:1.8;
  }

  .lt-product-cta__buttons{
    flex-direction:column;
  }

  .lt-product-cta__btn{
    width:100%;
  }

  .lt-product-cta__card{
    padding:24px;
    border-radius:24px;
  }

  .lt-product-cta__card strong{
    font-size:20px;
  }

}/* End custom CSS */