.elementor-290 .elementor-element.elementor-element-2ca953b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4d2d5bf */.watch-hero,
.watch-hero *,
.watch-benefit,
.watch-benefit *,
.watch-products,
.watch-products *,
.watch-spec,
.watch-spec *,
.watch-cta,
.watch-cta *{
  box-sizing:border-box;
}

.watch-wrap{
  width:min(1280px,100%);
  margin:0 auto;
}

.watch-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:115px 20px;
  background:linear-gradient(135deg,#05070b 0%,#111827 55%,#2a1b08 100%);
  color:#fff;
  font-family:"Poppins",Arial,sans-serif;
  overflow:hidden;
}

.watch-hero__wrap{
  width:min(1280px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:60px;
}

.watch-hero__content span,
.watch-head span,
.watch-cta span{
  display:inline-block;
  margin-bottom:14px;
  color:#f5b700;
  font-size:13px;
  font-weight:850;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.watch-hero h1{
  margin:0;
  font-size:clamp(38px,5vw,68px);
  line-height:1.04;
  font-weight:900;
  letter-spacing:-2px;
}

.watch-hero p{
  max-width:560px;
  margin:22px 0 0;
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.75;
}

.watch-hero__btns{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.watch-hero__btns a{
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#f5b700;
  color:#071827;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
}

.watch-hero__btns a:nth-child(2){
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
}

.watch-hero__image{
  border-radius:36px;
  overflow:hidden;
  box-shadow:0 35px 100px rgba(0,0,0,.42);
  background:#fff;
}

.watch-hero__image img{
  width:100%;
  display:block;
}

.watch-benefit,
.watch-products,
.watch-spec{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:95px 20px;
  background:#fff;
  font-family:"Poppins",Arial,sans-serif;
}

.watch-products,
.watch-spec{
  background:#f7f8fb;
}

.watch-head{
  max-width:780px;
  margin-bottom:40px;
}

.watch-head h2,
.watch-cta h2{
  margin:0;
  color:#071827;
  font-size:clamp(32px,4vw,54px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-1.5px;
}

.watch-head p,
.watch-cta p{
  max-width:680px;
  margin:18px 0 0;
  color:#5d6675;
  font-size:16px;
  line-height:1.75;
}

.watch-benefit__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.watch-benefit__grid div{
  padding:28px;
  border-radius:26px;
  background:#f8f9fc;
  border:1px solid rgba(7,24,39,.08);
  box-shadow:0 20px 60px rgba(7,24,39,.07);
}

.watch-benefit__grid h3{
  margin:0;
  color:#071827;
  font-size:20px;
  font-weight:850;
}

.watch-benefit__grid p{
  margin:12px 0 0;
  color:#5f6977;
  font-size:14px;
  line-height:1.7;
}

.watch-products__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.watch-product-card{
  background:#fff;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(7,24,39,.08);
  box-shadow:0 26px 80px rgba(7,24,39,.10);
}

.watch-product-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  background:#f1f1f1;
}

.watch-product-card div{
  padding:26px;
}

.watch-product-card span{
  display:inline-flex;
  margin-bottom:12px;
  padding:8px 13px;
  border-radius:99px;
  background:rgba(245,183,0,.13);
  color:#b77c00;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.watch-product-card h3{
  margin:0;
  color:#071827;
  font-size:23px;
  line-height:1.2;
  font-weight:900;
}

.watch-product-card p{
  margin:13px 0 0;
  color:#5f6977;
  font-size:14px;
  line-height:1.7;
}

.watch-product-card a{
  width:100%;
  min-height:50px;
  margin-top:22px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#071827;
  color:#fff;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
}

.watch-spec__table{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.watch-spec__table div{
  padding:18px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(7,24,39,.08);
}

.watch-spec__table b{
  display:block;
  margin-bottom:6px;
  color:#071827;
  font-size:13px;
  font-weight:900;
}

.watch-spec__table span{
  color:#5f6977;
  font-size:14px;
}

.watch-cta{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:95px 20px;
  background:linear-gradient(135deg,#071827 0%,#0f263d 100%);
  text-align:center;
  font-family:"Poppins",Arial,sans-serif;
  color:#fff;
}

.watch-cta h2{
  color:#fff;
}

.watch-cta p{
  margin-left:auto;
  margin-right:auto;
  color:rgba(255,255,255,.72);
}

.watch-cta a{
  margin-top:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 30px;
  border-radius:999px;
  background:#f5b700;
  color:#071827;
  font-size:15px;
  font-weight:900;
  text-decoration:none;
}

@media(max-width:900px){
  .watch-hero__wrap{
    grid-template-columns:1fr;
  }

  .watch-benefit__grid,
  .watch-products__grid{
    grid-template-columns:1fr 1fr;
  }

  .watch-spec__table{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:767px){
  .watch-hero{
    padding:76px 16px;
  }

  .watch-benefit,
  .watch-products,
  .watch-spec,
  .watch-cta{
    padding:65px 16px;
  }

  .watch-benefit__grid,
  .watch-products__grid,
  .watch-spec__table{
    grid-template-columns:1fr;
  }

  .watch-hero h1{
    font-size:38px;
  }

  .watch-hero__btns,
  .watch-hero__btns a{
    width:100%;
  }

  .watch-hero__image,
  .watch-product-card{
    border-radius:22px;
  }
}/* End custom CSS */