.elementor-1408 .elementor-element.elementor-element-474b2d4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1408 .elementor-element.elementor-element-aaadf18{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1408 .elementor-element.elementor-element-6dd9aa9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1408 .elementor-element.elementor-element-b1fac6f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1408 .elementor-element.elementor-element-0283a31{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1408 .elementor-element.elementor-element-76b21ef{--display:flex;}.elementor-1408 .elementor-element.elementor-element-6f87aa8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3ef533c */.ty-product-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  min-height:100vh;
  position:relative;
  overflow:hidden;
  background:#061426;
  display:flex;
  align-items:center;
  font-family:Inter, Poppins, Arial, sans-serif;
}

.ty-product-hero__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 78% 30%, rgba(0,92,168,.42), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(245,180,0,.18), transparent 28%),
    linear-gradient(90deg, rgba(6,20,38,.98) 0%, rgba(6,20,38,.92) 48%, rgba(6,20,38,.78) 100%);
}

.ty-product-hero__bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    url("YOUR-HERO-BACKGROUND-IMAGE-URL-HERE") center right/cover no-repeat;
  opacity:.22;
  mix-blend-mode:screen;
}

.ty-product-hero__wrap{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:120px 42px 90px;
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:80px;
  align-items:center;
}

.ty-product-hero__label{
  display:flex;
  align-items:center;
  gap:12px;
  color:#f5b400;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.5px;
  text-transform:uppercase;
  margin-bottom:26px;
}

.ty-product-hero__label:before{
  content:"";
  width:34px;
  height:3px;
  background:#f5b400;
}

.ty-product-hero h1{
  margin:0 0 28px;
  color:#ffffff;
  font-size:clamp(48px, 6.1vw, 92px);
  line-height:.9;
  letter-spacing:-4px;
  font-weight:950;
  max-width:920px;
}

.ty-product-hero h1 em{
  display:block;
  font-style:normal;
  color:#f5b400;
}

.ty-product-hero__content p{
  margin:0;
  max-width:730px;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.85;
}

.ty-product-hero__actions{
  margin-top:38px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.ty-product-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  text-decoration:none;
  font-size:13px;
  font-weight:950;
  letter-spacing:.8px;
  text-transform:uppercase;
  transition:.25s ease;
}

.ty-product-hero__btn--primary{
  background:#f5b400;
  color:#061426;
  box-shadow:0 22px 60px rgba(245,180,0,.24);
}

.ty-product-hero__btn--outline{
  color:#ffffff;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(14px);
}

.ty-product-hero__btn:hover{
  transform:translateY(-4px);
}

.ty-product-hero__btn--primary:hover{
  background:#ffc928;
}

.ty-product-hero__btn--outline:hover{
  border-color:#f5b400;
  color:#f5b400;
}

.ty-product-hero__panel{
  position:relative;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(20px);
  padding:30px;
  box-shadow:0 40px 100px rgba(0,0,0,.32);
}

.ty-product-hero__panel:before{
  content:"";
  position:absolute;
  inset:14px;
  border:1px solid rgba(245,180,0,.18);
  pointer-events:none;
}

.ty-product-hero__screen{
  position:relative;
  z-index:2;
  min-height:360px;
  background:#02070d;
  border:1px solid rgba(255,255,255,.12);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ty-product-hero__screen:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 55%, rgba(0,160,255,.28), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,.06), transparent);
}

.ty-product-hero__screen img{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  display:block;
}

.ty-product-hero__specs{
  position:relative;
  z-index:2;
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
}

.ty-product-hero__specs div{
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  padding:18px;
}

.ty-product-hero__specs strong{
  display:block;
  color:#ffffff;
  font-size:16px;
  line-height:1.2;
  font-weight:950;
  margin-bottom:8px;
}

.ty-product-hero__specs span{
  display:block;
  color:rgba(255,255,255,.62);
  font-size:12.5px;
  line-height:1.45;
}

@media(max-width:980px){
  .ty-product-hero{
    min-height:auto;
  }

  .ty-product-hero__wrap{
    grid-template-columns:1fr;
    gap:46px;
    padding:110px 24px 75px;
  }

  .ty-product-hero h1{
    letter-spacing:-2.4px;
  }
}

@media(max-width:620px){
  .ty-product-hero__wrap{
    padding:95px 18px 60px;
  }

  .ty-product-hero h1{
    font-size:42px;
    letter-spacing:-1.6px;
  }

  .ty-product-hero__content p{
    font-size:16px;
  }

  .ty-product-hero__actions{
    flex-direction:column;
  }

  .ty-product-hero__btn{
    width:100%;
  }

  .ty-product-hero__panel{
    padding:20px;
  }

  .ty-product-hero__screen,
  .ty-product-hero__screen img{
    min-height:280px;
  }

  .ty-product-hero__specs{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f89dd29 */.ty-product-overview{

width:100vw;
margin-left:calc(50% - 50vw);
padding:120px 0;
background:#fff;
font-family:Inter,sans-serif;

}

.ty-product-overview__wrap{

max-width:1450px;
margin:auto;
padding:0 45px;

display:grid;
grid-template-columns:.9fr 1.1fr;
gap:80px;
align-items:start;

}

.ty-product-overview__label{

display:inline-flex;
align-items:center;
gap:12px;

font-size:12px;
font-weight:700;
letter-spacing:2px;

color:#0A66C2;
text-transform:uppercase;
margin-bottom:28px;

}

.ty-product-overview__label:before{

content:"";

width:35px;
height:2px;
background:#F3BE3D;

}

.ty-product-overview h2{

font-size:68px;
line-height:.95;
font-weight:900;
letter-spacing:-3px;

color:#08131f;

margin-bottom:35px;

}

.ty-product-overview h2 span{

display:block;
color:#0A66C2;

}

.ty-product-overview .lead{

font-size:22px;
line-height:1.7;
font-weight:600;

color:#08131f;

margin-bottom:28px;

}

.ty-product-overview p{

font-size:17px;
line-height:1.9;
color:#666;

}

.ty-product-overview__right{

display:grid;
gap:25px;

}

.ty-product-item{

display:grid;

grid-template-columns:130px 1fr;

gap:30px;

align-items:center;

padding:22px;

border:1px solid #ececec;

transition:.35s;

background:#fff;

}

.ty-product-item:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.ty-product-item img{

width:130px;
height:130px;

object-fit:cover;

}

.ty-product-item h3{

font-size:28px;
font-weight:800;
color:#08131f;

margin-bottom:12px;

}

.ty-product-item span{

display:block;

font-size:15px;

line-height:1.8;

color:#666;

}

@media(max-width:991px){

.ty-product-overview__wrap{

grid-template-columns:1fr;

}

.ty-product-overview h2{

font-size:52px;

}

}

@media(max-width:600px){

.ty-product-overview{

padding:80px 0;

}

.ty-product-overview__wrap{

padding:0 20px;

}

.ty-product-item{

grid-template-columns:1fr;

}

.ty-product-item img{

width:100%;
height:auto;
aspect-ratio:1/1;

}

.ty-product-overview h2{

font-size:42px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46c5ffb */.ty-product-line{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#f6f8fb;
  position:relative;
  overflow:hidden;
  padding:115px 0;
  font-family:Inter, Poppins, Arial, sans-serif;
}

.ty-product-line__wrap{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 42px;
}

.ty-product-line__head{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:60px;
  align-items:end;
  margin-bottom:58px;
}

.ty-product-line__label{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  gap:12px;
  color:#005ca8;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.ty-product-line__label:before{
  content:"";
  width:34px;
  height:3px;
  background:#f5b400;
}

.ty-product-line h2{
  margin:0;
  color:#061426;
  font-size:clamp(42px, 5vw, 76px);
  line-height:.96;
  letter-spacing:-3px;
  font-weight:950;
}

.ty-product-line h2 em{
  display:block;
  font-style:normal;
  color:#005ca8;
}

.ty-product-line__head p{
  margin:0;
  color:#4b5e73;
  font-size:17px;
  line-height:1.85;
  max-width:720px;
}

.ty-product-line__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
}

.ty-product-line__card{
  position:relative;
  background:#ffffff;
  border:1px solid #dce5ef;
  overflow:hidden;
  min-height:620px;
  box-shadow:0 18px 55px rgba(6,20,38,.045);
  transition:.28s ease;
}

.ty-product-line__card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 90px rgba(6,20,38,.1);
  border-color:rgba(0,92,168,.25);
}

.ty-product-line__card--dark{
  background:#061426;
  border-color:#061426;
}

.ty-product-line__photo{
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#eef5fb;
}

.ty-product-line__photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:.38s ease;
}

.ty-product-line__card:hover .ty-product-line__photo img{
  transform:scale(1.06);
}

.ty-product-line__content{
  padding:30px;
}

.ty-product-line__content h3{
  margin:0 0 16px;
  color:#061426;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-1px;
  font-weight:950;
}

.ty-product-line__content p{
  margin:0 0 22px;
  color:#536479;
  font-size:15px;
  line-height:1.75;
}

.ty-product-line__content ul{
  margin:0;
  padding:18px 0 0;
  list-style:none;
  display:grid;
  gap:11px;
  border-top:1px solid #dce5ef;
}

.ty-product-line__content li{
  position:relative;
  padding-left:22px;
  color:#061426;
  font-size:14px;
  line-height:1.45;
}

.ty-product-line__content li:before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:6px;
  height:6px;
  background:#005ca8;
}

.ty-product-line__card--dark .ty-product-line__content h3,
.ty-product-line__card--dark .ty-product-line__content li{
  color:#ffffff;
}

.ty-product-line__card--dark .ty-product-line__content p{
  color:rgba(255,255,255,.72);
}

.ty-product-line__card--dark .ty-product-line__content ul{
  border-top-color:rgba(255,255,255,.14);
}

.ty-product-line__card--dark .ty-product-line__content li:before{
  background:#f5b400;
}

@media(max-width:1180px){
  .ty-product-line__grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media(max-width:860px){
  .ty-product-line{
    padding:80px 0;
  }

  .ty-product-line__wrap{
    padding:0 24px;
  }

  .ty-product-line__head{
    grid-template-columns:1fr;
    gap:24px;
  }

  .ty-product-line h2{
    letter-spacing:-2px;
  }
}

@media(max-width:620px){
  .ty-product-line{
    padding:65px 0;
  }

  .ty-product-line__wrap{
    padding:0 18px;
  }

  .ty-product-line h2{
    font-size:38px;
    letter-spacing:-1.4px;
  }

  .ty-product-line__grid{
    grid-template-columns:1fr;
  }

  .ty-product-line__card{
    min-height:auto;
  }

  .ty-product-line__content{
    padding:28px;
  }

  .ty-product-line__content h3{
    font-size:27px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93a7321 */.ty-product-cap{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#f6f8fb;
  position:relative;
  overflow:hidden;
  padding:115px 0;
  font-family:Inter, Poppins, Arial, sans-serif;
}

.ty-product-cap__wrap{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 42px;
}

.ty-product-cap__head{
  max-width:980px;
  margin-bottom:58px;
}

.ty-product-cap__label{
  display:flex;
  align-items:center;
  gap:12px;
  color:#005ca8;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
  margin-bottom:22px;
}

.ty-product-cap__label:before{
  content:"";
  width:34px;
  height:3px;
  background:#f5b400;
}

.ty-product-cap h2{
  margin:0 0 24px;
  color:#061426;
  font-size:clamp(42px, 5vw, 76px);
  line-height:.96;
  letter-spacing:-3px;
  font-weight:950;
}

.ty-product-cap h2 em{
  display:block;
  font-style:normal;
  color:#005ca8;
}

.ty-product-cap__head p{
  margin:0;
  color:#4b5e73;
  font-size:17px;
  line-height:1.85;
  max-width:760px;
}

.ty-product-cap__layout{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:30px;
  align-items:stretch;
}

.ty-product-cap__panel{
  position:relative;
  min-height:650px;
  overflow:hidden;
  background:#061426;
  box-shadow:0 28px 80px rgba(6,20,38,.12);
}

.ty-product-cap__panel img{
  width:100%;
  height:100%;
  min-height:650px;
  object-fit:cover;
  display:block;
}

.ty-product-cap__panel:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(180deg, rgba(6,20,38,.05), rgba(6,20,38,.84)),
    linear-gradient(45deg, rgba(0,92,168,.34), transparent 58%);
}

.ty-product-cap__panel-text{
  position:absolute;
  left:32px;
  right:32px;
  bottom:32px;
  z-index:3;
  background:rgba(6,20,38,.9);
  border-left:6px solid #f5b400;
  padding:28px;
  backdrop-filter:blur(14px);
}

.ty-product-cap__panel-text span{
  display:block;
  color:#f5b400;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.3px;
  text-transform:uppercase;
  margin-bottom:12px;
}

.ty-product-cap__panel-text strong{
  display:block;
  color:#ffffff;
  font-size:30px;
  line-height:1.12;
  letter-spacing:-1px;
  font-weight:950;
}

.ty-product-cap__grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px;
}

.ty-product-cap__item{
  position:relative;
  background:#ffffff;
  border:1px solid #dce5ef;
  padding:32px;
  min-height:205px;
  overflow:hidden;
  transition:.25s ease;
}

.ty-product-cap__item:before{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  right:-75px;
  top:-75px;
  border-radius:50%;
  background:rgba(0,92,168,.08);
}

.ty-product-cap__item:hover{
  transform:translateY(-5px);
  border-color:rgba(0,92,168,.28);
  box-shadow:0 24px 70px rgba(6,20,38,.08);
}

.ty-product-cap__item--dark{
  background:#061426;
  border-color:#061426;
}

.ty-product-cap__item--dark:before{
  background:rgba(245,180,0,.18);
}

.ty-product-cap__icon{
  position:relative;
  z-index:2;
  width:64px;
  height:64px;
  background:#eef5fb;
  border:1px solid #dce5ef;
  color:#005ca8;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:26px;
}

.ty-product-cap__icon svg{
  width:32px;
  height:32px;
}

.ty-product-cap__item--dark .ty-product-cap__icon{
  color:#f5b400;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.16);
}

.ty-product-cap__item h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  color:#061426;
  font-size:25px;
  line-height:1.12;
  letter-spacing:-.8px;
  font-weight:950;
}

.ty-product-cap__item p{
  position:relative;
  z-index:2;
  margin:0;
  color:#536479;
  font-size:15px;
  line-height:1.7;
}

.ty-product-cap__item--dark h3{
  color:#ffffff;
}

.ty-product-cap__item--dark p{
  color:rgba(255,255,255,.72);
}

@media(max-width:980px){
  .ty-product-cap{
    padding:80px 0;
  }

  .ty-product-cap__wrap{
    padding:0 24px;
  }

  .ty-product-cap__layout{
    grid-template-columns:1fr;
  }

  .ty-product-cap__panel,
  .ty-product-cap__panel img{
    min-height:460px;
  }

  .ty-product-cap h2{
    letter-spacing:-2px;
  }
}

@media(max-width:620px){
  .ty-product-cap{
    padding:65px 0;
  }

  .ty-product-cap__wrap{
    padding:0 18px;
  }

  .ty-product-cap h2{
    font-size:38px;
    letter-spacing:-1.4px;
  }

  .ty-product-cap__grid{
    grid-template-columns:1fr;
  }

  .ty-product-cap__panel,
  .ty-product-cap__panel img{
    min-height:360px;
  }

  .ty-product-cap__panel-text{
    left:20px;
    right:20px;
    bottom:20px;
    padding:22px;
  }

  .ty-product-cap__panel-text strong{
    font-size:24px;
  }

  .ty-product-cap__item{
    min-height:auto;
    padding:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b66fc34 */.ty-product-app{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#ffffff;
  position:relative;
  overflow:hidden;
  padding:115px 0;
  font-family:Inter, Poppins, Arial, sans-serif;
}

.ty-product-app__wrap{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 42px;
}

.ty-product-app__head{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:60px;
  align-items:end;
  margin-bottom:58px;
}

.ty-product-app__label{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  gap:12px;
  color:#005ca8;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.ty-product-app__label:before{
  content:"";
  width:34px;
  height:3px;
  background:#f5b400;
}

.ty-product-app h2{
  margin:0;
  color:#061426;
  font-size:clamp(42px, 5vw, 76px);
  line-height:.96;
  letter-spacing:-3px;
  font-weight:950;
}

.ty-product-app h2 em{
  display:block;
  font-style:normal;
  color:#005ca8;
}

.ty-product-app__head p{
  margin:0;
  color:#4b5e73;
  font-size:17px;
  line-height:1.85;
  max-width:720px;
}

.ty-product-app__layout{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:30px;
  align-items:stretch;
}

.ty-product-app__feature{
  position:relative;
  min-height:680px;
  overflow:hidden;
  background:#061426;
  box-shadow:0 28px 80px rgba(6,20,38,.12);
}

.ty-product-app__feature img{
  width:100%;
  height:100%;
  min-height:680px;
  object-fit:cover;
  display:block;
}

.ty-product-app__feature:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(180deg, rgba(6,20,38,.06), rgba(6,20,38,.86)),
    linear-gradient(45deg, rgba(0,92,168,.34), transparent 58%);
}

.ty-product-app__feature-text{
  position:absolute;
  left:32px;
  right:32px;
  bottom:32px;
  z-index:3;
  background:rgba(6,20,38,.9);
  border-left:6px solid #f5b400;
  padding:28px;
  backdrop-filter:blur(14px);
}

.ty-product-app__feature-text span{
  display:block;
  color:#f5b400;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.3px;
  text-transform:uppercase;
  margin-bottom:12px;
}

.ty-product-app__feature-text strong{
  display:block;
  color:#ffffff;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-1.2px;
  font-weight:950;
  margin-bottom:12px;
}

.ty-product-app__feature-text p{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:15px;
  line-height:1.7;
}

.ty-product-app__list{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.ty-product-app__item{
  display:grid;
  grid-template-columns:145px 1fr;
  gap:26px;
  align-items:center;
  background:#f6f8fb;
  border:1px solid #dce5ef;
  padding:22px;
  transition:.25s ease;
}

.ty-product-app__item:hover{
  transform:translateY(-5px);
  background:#ffffff;
  border-color:rgba(0,92,168,.25);
  box-shadow:0 24px 70px rgba(6,20,38,.08);
}

.ty-product-app__thumb{
  width:145px;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#eef5fb;
}

.ty-product-app__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.35s ease;
}

.ty-product-app__item:hover .ty-product-app__thumb img{
  transform:scale(1.06);
}

.ty-product-app__item h3{
  margin:0 0 10px;
  color:#061426;
  font-size:27px;
  line-height:1.1;
  letter-spacing:-.9px;
  font-weight:950;
}

.ty-product-app__item p{
  margin:0;
  color:#536479;
  font-size:15px;
  line-height:1.65;
}

@media(max-width:980px){
  .ty-product-app{
    padding:80px 0;
  }

  .ty-product-app__wrap{
    padding:0 24px;
  }

  .ty-product-app__head,
  .ty-product-app__layout{
    grid-template-columns:1fr;
  }

  .ty-product-app h2{
    letter-spacing:-2px;
  }

  .ty-product-app__feature,
  .ty-product-app__feature img{
    min-height:480px;
  }
}

@media(max-width:620px){
  .ty-product-app{
    padding:65px 0;
  }

  .ty-product-app__wrap{
    padding:0 18px;
  }

  .ty-product-app h2{
    font-size:38px;
    letter-spacing:-1.4px;
  }

  .ty-product-app__feature,
  .ty-product-app__feature img{
    min-height:380px;
  }

  .ty-product-app__feature-text{
    left:20px;
    right:20px;
    bottom:20px;
    padding:22px;
  }

  .ty-product-app__feature-text strong{
    font-size:26px;
  }

  .ty-product-app__item{
    grid-template-columns:1fr;
    gap:18px;
    padding:20px;
  }

  .ty-product-app__thumb{
    width:100%;
  }

  .ty-product-app__item h3{
    font-size:25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8d0c5d */.ty-product-quality{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#ffffff;
  position:relative;
  overflow:hidden;
  padding:115px 0;
  font-family:Inter, Poppins, Arial, sans-serif;
}

.ty-product-quality__wrap{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 42px;
}

.ty-product-quality__head{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:60px;
  align-items:end;
  margin-bottom:58px;
}

.ty-product-quality__label{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  gap:12px;
  color:#005ca8;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.ty-product-quality__label:before{
  content:"";
  width:34px;
  height:3px;
  background:#f5b400;
}

.ty-product-quality h2{
  margin:0;
  color:#061426;
  font-size:clamp(42px, 5vw, 76px);
  line-height:.96;
  letter-spacing:-3px;
  font-weight:950;
}

.ty-product-quality h2 em{
  display:block;
  font-style:normal;
  color:#005ca8;
}

.ty-product-quality__head p{
  margin:0;
  color:#4b5e73;
  font-size:17px;
  line-height:1.85;
  max-width:720px;
}

.ty-product-quality__grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  border-top:1px solid #dce5ef;
  border-left:1px solid #dce5ef;
}

.ty-product-quality__card{
  min-height:315px;
  position:relative;
  padding:38px;
  background:#ffffff;
  border-right:1px solid #dce5ef;
  border-bottom:1px solid #dce5ef;
  overflow:hidden;
  transition:.25s ease;
}

.ty-product-quality__card:before{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  right:-85px;
  top:-85px;
  border-radius:50%;
  background:rgba(0,92,168,.08);
}

.ty-product-quality__card:hover{
  background:#f6f8fb;
}

.ty-product-quality__card--dark{
  background:#061426;
}

.ty-product-quality__card--dark:before{
  background:rgba(245,180,0,.18);
}

.ty-product-quality__icon{
  position:relative;
  z-index:2;
  width:68px;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:42px;
  color:#005ca8;
  background:#eef5fb;
  border:1px solid #dce5ef;
}

.ty-product-quality__icon svg{
  width:34px;
  height:34px;
}

.ty-product-quality__card--dark .ty-product-quality__icon{
  color:#f5b400;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.16);
}

.ty-product-quality__card h3{
  position:relative;
  z-index:2;
  margin:0 0 16px;
  color:#061426;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-1px;
  font-weight:950;
}

.ty-product-quality__card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#536479;
  font-size:15px;
  line-height:1.75;
}

.ty-product-quality__card--dark h3{
  color:#ffffff;
}

.ty-product-quality__card--dark p{
  color:rgba(255,255,255,.72);
}

@media(max-width:980px){
  .ty-product-quality{
    padding:80px 0;
  }

  .ty-product-quality__wrap{
    padding:0 24px;
  }

  .ty-product-quality__head{
    grid-template-columns:1fr;
    gap:24px;
  }

  .ty-product-quality__grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .ty-product-quality h2{
    letter-spacing:-2px;
  }
}

@media(max-width:620px){
  .ty-product-quality{
    padding:65px 0;
  }

  .ty-product-quality__wrap{
    padding:0 18px;
  }

  .ty-product-quality h2{
    font-size:38px;
    letter-spacing:-1.4px;
  }

  .ty-product-quality__grid{
    grid-template-columns:1fr;
  }

  .ty-product-quality__card{
    min-height:auto;
    padding:30px 26px;
  }

  .ty-product-quality__icon{
    margin-bottom:32px;
  }

  .ty-product-quality__card h3{
    font-size:27px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94db93c */.ty-product-cta{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  background:#061426;
  padding:120px 0;
  font-family:Inter, Poppins, Arial, sans-serif;
}

.ty-product-cta__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(6,20,38,.96) 0%, rgba(6,20,38,.82) 48%, rgba(6,20,38,.58) 100%),
    url("http://tydia.my/wp-content/uploads/2026/07/hi-tech-circuit-board-frame-with-glowing-blue-lines_107791-35449.avif") center/cover no-repeat;
}

.ty-product-cta:before{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  left:-240px;
  top:-260px;
  background:radial-gradient(circle, rgba(0,92,168,.45), transparent 68%);
  z-index:1;
}

.ty-product-cta:after{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  right:-160px;
  bottom:-180px;
  background:radial-gradient(circle, rgba(245,180,0,.22), transparent 70%);
  z-index:1;
}

.ty-product-cta__wrap{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 42px;
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:1fr 430px;
  gap:80px;
  align-items:center;
}

.ty-product-cta__label{
  display:flex;
  align-items:center;
  gap:12px;
  color:#f5b400;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1.4px;
  margin-bottom:22px;
}

.ty-product-cta__label:before{
  content:"";
  width:34px;
  height:3px;
  background:#f5b400;
}

.ty-product-cta h2{
  margin:0 0 26px;
  color:#ffffff;
  font-size:clamp(44px, 5.5vw, 82px);
  line-height:.94;
  letter-spacing:-3.6px;
  font-weight:950;
  max-width:900px;
}

.ty-product-cta h2 em{
  display:block;
  font-style:normal;
  color:#f5b400;
}

.ty-product-cta__content p{
  margin:0;
  max-width:720px;
  color:rgba(255,255,255,.74);
  font-size:17px;
  line-height:1.85;
}

.ty-product-cta__actions{
  margin-top:38px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.ty-product-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  text-decoration:none;
  font-size:13px;
  font-weight:950;
  letter-spacing:.8px;
  text-transform:uppercase;
  transition:.25s ease;
}

.ty-product-cta__btn--primary{
  background:#f5b400;
  color:#061426;
  box-shadow:0 22px 60px rgba(245,180,0,.24);
}

.ty-product-cta__btn--outline{
  color:#ffffff;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(14px);
}

.ty-product-cta__btn:hover{
  transform:translateY(-4px);
}

.ty-product-cta__btn--primary:hover{
  background:#ffc928;
}

.ty-product-cta__btn--outline:hover{
  border-color:#f5b400;
  color:#f5b400;
}

.ty-product-cta__panel{
  position:relative;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(18px);
  padding:38px;
  box-shadow:0 35px 90px rgba(0,0,0,.25);
}

.ty-product-cta__panel:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:7px;
  height:100%;
  background:#f5b400;
}

.ty-product-cta__panel span{
  display:block;
  color:#f5b400;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
  margin-bottom:24px;
}

.ty-product-cta__panel ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:18px;
}

.ty-product-cta__panel li{
  position:relative;
  padding-left:26px;
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.55;
}

.ty-product-cta__panel li:before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:7px;
  height:7px;
  background:#f5b400;
}

@media(max-width:980px){
  .ty-product-cta{
    padding:85px 0;
  }

  .ty-product-cta__wrap{
    grid-template-columns:1fr;
    gap:44px;
    padding:0 24px;
  }

  .ty-product-cta h2{
    letter-spacing:-2px;
  }

  .ty-product-cta__panel{
    max-width:620px;
  }
}

@media(max-width:620px){
  .ty-product-cta{
    padding:70px 0;
  }

  .ty-product-cta__wrap{
    padding:0 18px;
  }

  .ty-product-cta h2{
    font-size:38px;
    letter-spacing:-1.4px;
  }

  .ty-product-cta__content p{
    font-size:15.5px;
  }

  .ty-product-cta__actions{
    flex-direction:column;
  }

  .ty-product-cta__btn{
    width:100%;
  }

  .ty-product-cta__panel{
    padding:30px;
  }
}/* End custom CSS */