.elementor-155 .elementor-element.elementor-element-7595139{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-155 .elementor-element.elementor-element-7a686da{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-155 .elementor-element.elementor-element-feb28de{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-155 .elementor-element.elementor-element-a96da4f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2eb3137 */.lt-contact-hero{
  position:relative;
  width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  display:flex;
  align-items:center;
  font-family:'Inter','Poppins',sans-serif;
  background:#07172b;
}

.lt-contact-hero__bg{
  position:absolute;
  inset:0;
  background:
  url("https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=2200&q=90")
  center/cover no-repeat;
  transform:scale(1.05);
}

.lt-contact-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-contact-hero::before{
  content:"";
  position:absolute;
  left:-250px;
  top:-250px;
  width:700px;
  height:700px;
  border-radius:50%;
  background:rgba(19,168,255,.12);
  filter:blur(120px);
  z-index:1;
}

.lt-contact-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-contact-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-contact-hero__content{
  max-width:850px;
}

.lt-contact-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-contact-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(58px,6vw,102px);
  line-height:.95;
  letter-spacing:-4px;
  font-weight:900;
}

.lt-contact-hero p{
  max-width:720px;
  margin:28px 0 0;
  color:rgba(235,246,255,.78);
  font-size:18px;
  line-height:1.85;
}

.lt-contact-hero__actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:40px;
}

.lt-contact-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-contact-hero__btn--primary{
  background:linear-gradient(135deg,#13a8ff,#006aa6);
  color:#fff;
  box-shadow:0 18px 45px rgba(0,122,190,.35);
}

.lt-contact-hero__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.05);
}

.lt-contact-hero__btn:hover{
  transform:translateY(-3px);
}

.lt-contact-hero__card{
  padding:36px;
  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-contact-hero__card div{
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.lt-contact-hero__card div:last-child{
  border-bottom:none;
}

.lt-contact-hero__card span{
  display:block;
  margin-bottom:8px;
  color:#67ceff;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.lt-contact-hero__card strong{
  display:block;
  color:#fff;
  font-size:24px;
  line-height:1.3;
  font-weight:800;
}

@media(max-width:980px){

  .lt-contact-hero{
    min-height:auto;
    padding:120px 0 90px;
  }

  .lt-contact-hero__wrap{
    grid-template-columns:1fr;
    gap:40px;
  }

  .lt-contact-hero h1{
    font-size:clamp(46px,8vw,72px);
    line-height:1;
    letter-spacing:-2px;
  }

}

@media(max-width:640px){

  .lt-contact-hero{
    padding:110px 0 70px;
  }

  .lt-contact-hero__wrap{
    width:min(100% - 34px,1240px);
  }

  .lt-contact-hero__eyebrow{
    font-size:10px;
    letter-spacing:1.8px;
    padding:9px 13px;
  }

  .lt-contact-hero h1{
    font-size:42px;
    line-height:1.02;
    letter-spacing:-1.5px;
  }

  .lt-contact-hero p{
    font-size:15px;
    line-height:1.8;
  }

  .lt-contact-hero__actions{
    flex-direction:column;
  }

  .lt-contact-hero__btn{
    width:100%;
  }

  .lt-contact-hero__card{
    padding:24px;
    border-radius:24px;
  }

  .lt-contact-hero__card strong{
    font-size:20px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc633d3 */.lt-contact-info{
  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-contact-info__wrap{
  position:relative;
  z-index:2;
  width:min(1240px,92%);
  margin:0 auto;
}

.lt-contact-info__head{
  max-width:1120px;
  margin-bottom:58px;
}

.lt-contact-info__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-contact-info__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-contact-info__head p{
  max-width:760px;
  margin:24px 0 0;
  color:#4a5a6d;
  font-size:17px;
  line-height:1.8;
}

.lt-contact-info__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.lt-contact-info__card{
  min-height:330px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:30px;
  border-radius:32px;
  background:#07172b;
  color:#fff;
  text-decoration:none;
  box-shadow:0 24px 70px rgba(7,23,43,.12);
  transition:.28s ease;
}

.lt-contact-info__card:hover{
  transform:translateY(-8px);
}

.lt-contact-info__card span{
  display:block;
  margin-bottom:18px;
  color:#67ceff;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.8px;
  text-transform:uppercase;
}

.lt-contact-info__card strong{
  display:block;
  color:#fff;
  font-size:24px;
  line-height:1.3;
  letter-spacing:-.7px;
  font-weight:900;
  word-break:break-word;
}

.lt-contact-info__card p{
  margin:18px 0 0;
  color:rgba(235,246,255,.72);
  font-size:14px;
  line-height:1.65;
}

.lt-contact-info__card--address{
  background:linear-gradient(180deg,#07172b,#0b2744);
}

@media(max-width:1100px){
  .lt-contact-info__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .lt-contact-info{
    padding:74px 0;
  }

  .lt-contact-info__wrap{
    width:min(100% - 34px,1240px);
  }

  .lt-contact-info__eyebrow{
    font-size:10px;
    letter-spacing:1.8px;
    padding:9px 13px;
    margin-bottom:16px;
  }

  .lt-contact-info__head h2{
    font-size:clamp(34px,10vw,46px);
    line-height:1.05;
    letter-spacing:-1.4px;
  }

  .lt-contact-info__head p{
    font-size:15px;
    line-height:1.75;
  }

  .lt-contact-info__grid{
    grid-template-columns:1fr;
  }

  .lt-contact-info__card{
    min-height:auto;
    padding:24px;
    border-radius:24px;
  }

  .lt-contact-info__card strong{
    font-size:20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5f1537 */.lt-contact-form-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:125px 0;
  font-family:'Inter','Poppins',Arial,sans-serif;
  color:#fff;
  background:#061426;
}

.lt-contact-form-sec::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(6,20,38,.97), rgba(6,20,38,.86)),
    url("https://images.unsplash.com/photo-1565034946487-077786996e27?auto=format&fit=crop&w=2200&q=90")
    center/cover no-repeat;
  z-index:0;
}

.lt-contact-form-sec::after{
  content:"";
  position:absolute;
  right:-200px;
  top:-220px;
  width:620px;
  height:620px;
  border-radius:50%;
  background:rgba(19,168,255,.16);
  filter:blur(95px);
  z-index:1;
}

.lt-contact-form-sec__wrap{
  position:relative;
  z-index:2;
  width:min(1240px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:60px;
  align-items:start;
}

.lt-contact-form-sec__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:2.3px;
  text-transform:uppercase;
}

.lt-contact-form-sec h2{
  margin:0;
  color:#fff;
  font-size:clamp(42px,5vw,76px);
  line-height:1;
  letter-spacing:-3px;
  font-weight:900;
}

.lt-contact-form-sec__content p{
  max-width:600px;
  margin:24px 0 0;
  color:rgba(235,246,255,.76);
  font-size:17px;
  line-height:1.8;
}

.lt-contact-form-sec__note{
  margin-top:34px;
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
}

.lt-contact-form-sec__note strong{
  display:block;
  margin-bottom:8px;
  color:#67ceff;
  font-size:18px;
}

.lt-contact-form-sec__note span{
  color:rgba(255,255,255,.74);
  font-size:14px;
  line-height:1.6;
}

.lt-contact-form{
  padding:34px;
  border-radius:34px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 30px 90px rgba(0,0,0,.22);
}

.lt-contact-form__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.lt-contact-form input,
.lt-contact-form textarea{
  width:100%;
  min-height:56px;
  padding:0 18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  outline:none;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-family:inherit;
  font-size:14px;
  box-sizing:border-box;
}

.lt-contact-form textarea{
  min-height:150px;
  padding:18px;
  resize:vertical;
}

.lt-contact-form input::placeholder,
.lt-contact-form textarea::placeholder{
  color:rgba(255,255,255,.62);
}

.lt-contact-form__full{
  grid-column:1 / -1;
}

.lt-contact-form__upload{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px;
  border-radius:18px;
  border:1px dashed rgba(103,206,255,.42);
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.75);
  cursor:pointer;
  box-sizing:border-box;
}

.lt-contact-form__upload span{
  font-size:14px;
  font-weight:800;
  color:#77d8ff;
}

.lt-contact-form__upload input{
  min-height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:rgba(255,255,255,.72);
}

.lt-contact-form__btn{
  width:100%;
  min-height:58px;
  margin-top:18px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#13a8ff,#006aa6);
  color:#fff;
  font-size:14px;
  font-weight:900;
  font-family:inherit;
  cursor:pointer;
  box-shadow:0 18px 45px rgba(0,122,190,.35);
  transition:.25s ease;
}

.lt-contact-form__btn:hover{
  transform:translateY(-3px);
}

@media(max-width:980px){
  .lt-contact-form-sec{
    padding:95px 0;
  }

  .lt-contact-form-sec__wrap{
    grid-template-columns:1fr;
    gap:40px;
  }

  .lt-contact-form-sec h2{
    font-size:clamp(38px,7vw,58px);
    line-height:1.05;
    letter-spacing:-2px;
  }
}

@media(max-width:640px){
  .lt-contact-form-sec{
    padding:74px 0;
  }

  .lt-contact-form-sec__wrap{
    width:min(100% - 34px,1240px);
  }

  .lt-contact-form-sec__eyebrow{
    font-size:10px;
    letter-spacing:1.8px;
    padding:9px 13px;
    margin-bottom:16px;
  }

  .lt-contact-form-sec h2{
    font-size:clamp(34px,10vw,46px);
    line-height:1.05;
    letter-spacing:-1.4px;
  }

  .lt-contact-form-sec__content p{
    font-size:15px;
    line-height:1.75;
  }

  .lt-contact-form{
    padding:22px;
    border-radius:26px;
  }

  .lt-contact-form__grid{
    grid-template-columns:1fr;
  }

  .lt-contact-form__upload{
    display:block;
  }

  .lt-contact-form__upload input{
    margin-top:12px;
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56c8ba0 */.lt-contact-map{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:125px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(19,168,255,.10), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  font-family:'Inter','Poppins',sans-serif;
}

.lt-contact-map::before{
  content:"";
  position:absolute;
  right:-200px;
  top:-200px;
  width:650px;
  height:650px;
  border-radius:50%;
  background:rgba(19,168,255,.08);
  filter:blur(100px);
}

.lt-contact-map__wrap{
  position:relative;
  z-index:2;
  width:min(1240px,92%);
  margin:auto;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:40px;
  align-items:center;
}

.lt-contact-map__eyebrow{
  display:inline-flex;
  margin-bottom:20px;
  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-contact-map h2{
  margin:0;
  color:#07172b;
  font-size:clamp(48px,5vw,82px);
  line-height:.95;
  letter-spacing:-3px;
  font-weight:900;
}

.lt-contact-map p{
  margin:24px 0 0;
  color:#5a6878;
  font-size:16px;
  line-height:1.85;
}

.lt-contact-map__info{
  margin-top:34px;
  display:grid;
  gap:14px;
}

.lt-contact-map__info div{
  padding:22px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(7,23,43,.08);
  box-shadow:0 20px 50px rgba(7,23,43,.06);
}

.lt-contact-map__info span{
  display:block;
  margin-bottom:8px;
  color:#0078b8;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.lt-contact-map__info strong{
  color:#07172b;
  font-size:18px;
  line-height:1.6;
}

.lt-contact-map__map{
  overflow:hidden;
  border-radius:34px;
  background:#fff;
  box-shadow:0 35px 90px rgba(7,23,43,.12);
}

.lt-contact-map__map iframe{
  width:100%;
  height:680px;
  border:0;
  display:block;
}

@media(max-width:980px){

  .lt-contact-map{
    padding:95px 0;
  }

  .lt-contact-map__wrap{
    grid-template-columns:1fr;
  }

  .lt-contact-map h2{
    font-size:58px;
    line-height:1;
  }

  .lt-contact-map__map iframe{
    height:500px;
  }

}

@media(max-width:640px){

  .lt-contact-map{
    padding:74px 0;
  }

  .lt-contact-map__wrap{
    width:min(100% - 34px,1240px);
  }

  .lt-contact-map h2{
    font-size:42px;
    line-height:1.02;
    letter-spacing:-1.5px;
  }

  .lt-contact-map p{
    font-size:15px;
    line-height:1.8;
  }

  .lt-contact-map__map{
    border-radius:24px;
  }

  .lt-contact-map__map iframe{
    height:350px;
  }

}/* End custom CSS */