.product-bg {
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.product-bg .container-fluid {
  height: 100%;
  position: relative;
  width: 100%;
}
.product-bg__container {
  height: 100%;
  left: 62%;
  position: absolute;
  top: -9%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.product-bg__lottie {
  height: auto;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 768px;
}
.product-bg__lottie .png:first-child {
  display: none !important;
}
.product-bg__gradient-1 {
  background: linear-gradient(180deg, rgba(3,43,142,1) 0%, rgba(16,51,178,0.7) 70%, rgba(0,105,255,0) 100%);
  left: 50%;
  height: 1070px;
  position: absolute;
  top: 0%;
  transform: translateX(-50%);
  width: 950px;
}
.product-bg__gradient-2 {
  /* background: radial-gradient(circle, rgba(77,243,253,0.5) 0%, rgba(34,120,206,0.7) 30%, rgba(16,56,166,0.5) 50%, rgba(2,41,136,0.1) 65%, rgba(0,102,255,0) 70%); */
  background: radial-gradient(circle, rgba(77,243,253,0.8) 0%, rgba(34,120,206,0.4) 30%, rgba(16,56,166,0.5) 50%, rgba(2,41,136,0.1) 65%, rgba(0,102,255,0) 70%);
  height: 1100px;
  left: 80%;
  mix-blend-mode: color-dodge;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2,0.9);
  width: 1100px;
}
.product-bg.is-mobile .product-bg__image {
  display: unset;
}
.product-bg__image {
  display: none;
  height: 750px;
  left: 50%;
  mix-blend-mode: color-dodge;
  position: absolute;
  object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  mask-image: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 55%, rgba(0,0,0,0) 70%);
  -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 55%, rgba(0,0,0,0) 70%);
}
.product-bg__gradient-3 {
  background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.3) 40%, rgba(51,51,51,0) 70%);
  height: 950px;
  left: 50%;
  mix-blend-mode: color-burn;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 950px;
}
.product-bg__noise {
  height: 1100px;
  left: 50%;
  mix-blend-mode: overlay;
  opacity: 0.4;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  mask-image: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0) 70%);
  -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0) 70%);
}

@media (min-width: 768px) {
  .product-bg__container {
    left: 55%;
    top: 12%;
  }
  .product-bg__lottie {
    top: 72%;
    width: 950px;
  }
  .product-bg__gradient-1 {
    height: 1120px;
    top: -25%;
    width: 1100px;
  }
  .product-bg__gradient-2 {
    height: 1600px;
    left: 67%;
    transform: translate(-50%, -50%) scale(1.2,1);
    top: 55%;
    width: 1600px;
  }
  .product-bg__image {
    height: 1100px;
    top: 55%;
    width: 1100px;
  }
  .product-bg__gradient-3 {
    height: 820px;
    width: 1100px;
  }
  .product-bg__noise {
    height: 1600px;
    width: 1600px;
  }
}

@media (min-width: 1024px) {
  .product-bg__container {
    left: 53%;
    top: 6%;
  }
  .product-bg__lottie {
    top: 77%;
    width: 1300px;
  }
  .product-bg__gradient-1 {
    height: 1340px;
    top: -20%;
    width: 1450px;
  }
  .product-bg__gradient-2 {
    height: 1750px;
    top: 55%;
    transform: translate(-50%, -50%) scale(1.4,1.2);
    width: 1750px;
  }
  .product-bg__image {
    height: 1400px;
    top: 62%;
    width: 1400px;
  }
  .product-bg__gradient-3 {
    height: 1000px;
    width: 1450px;
  }
  .product-bg__noise {
    height: 1750px;
    width: 1750px;
  }
}

@media (min-width: 1360px) {
  .product-bg__container {
    left: 50%;
  }
  .product-bg__lottie {
    left: 52%;
    top: 75%;
    width: 1500px;
  }
  .product-bg__gradient-1 {
    height: 1770px;
    top: -22%;
    width: 100vw;
  }
  .product-bg__gradient-2 {
    height: 1836px;
    left: 66%;
    top: 60%;
    transform: translate(-50%, -50%) scale(2,1.8);
    width: 1836px;
  }
  .product-bg__image {
    height: 1836px;
    width: 1836px;
  }
  .product-bg__gradient-3 {
    height: 1250px;
    width: 100vw;
  }
  .product-bg__noise {
    height: 1836px;
    width: 1836px;
  }
}

@media (min-width: 1920px) {
  .product-bg__container {
    top: -5%;
  }
  .product-bg__lottie {
    left: 48%;
    top: 92%;
    width: 1920px;
  }
  .product-bg__gradient-2 {
    left: 62%;
    top: 70%;
  }
  .product-bg__image {
    top: 75%;
  }
}
