.product-text-image-slider .product-text-image {
  padding: 40px 0 0;
}

.slick-slide .product-text {
  text-align: center;
}

.product-text-image-slider.bottom-arrow .slick-arrow {
  top: auto;
  bottom: 40px;
}

.product-text-image {
  margin: 0;
}
.fullwidthcarousel .product-text-image img {
  background: none;
  clip-path: none;
  padding: 0;
  border-radius: 20px;
}
.cgm-product-full-bg .fullwidthcarousel .product-text-image img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}
.fullwidthcarousel {
  background: var(--acBlueDark);
  color: var(--white);
  padding-bottom: 80px;
}
.fullwidthcarousel h2 {
  color: var(--white);
}
.fullwidthcarousel .product-text {
  margin-bottom: 10px;
}

.container-fluid {
  padding: 0;
}
.fullwidthcarousel .slick-arrow {
  color: var(--white);
  border-color: var(--white);
}
.fullwidthcarousel .slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -3px);
  -ms-transform: translate(-50%, -3px);
  transform: translate(-50%, -3px);
}
.fullwidthcarousel .slick-dots li button {
  background: #beecf1;
}
.fullwidthcarousel .slick-dots li.slick-active button {
  background: var(--white);
}
.fullwidthcarousel .btn:active {
  border-color: transparent;
  color: var(--white);
}
.fullwidthcarousel .btn-outline-primary {
  background: none;
  color: var(--white);
  border: 1px solid var(--white);
}
.fullwidthcarousel .btn-outline-primary:hover {
  background: var(--white);
  color: var(--acBlueShade);
}
.cgm-product-full-bg .cgm-product-fullwidthcarousel.slick-dotted {
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .fullwidthcarousel {
    margin-bottom: 50px;
  }
  .fullwidthcarousel .product-text {
    margin-bottom: 90px;
  }

  .fullwidthcarousel.bottom-arrow .slick-arrow,
  .fullwidthcarousel.bottom-arrow .slick-dots {
    bottom: 60px;
  }

  .slick-slide .product-image {
    text-align: right;
  }

  .slick-slide .product-text {
    text-align: left;
  }

  .product-text-image-slider .product-text-image {
    padding: 64px 0 20px;
  }

  .product-text {
    margin-bottom: 0;
  }

  .fullwidthcarousel .btn {
    margin: 0;
    margin-top: 32px;
  }
  .fullwidthcarousel.cgm-product-fullwidthcarousel {
    margin-bottom: 0;
  }

  .cgm-product-full-bg .cgm-product-fullwidthcarousel .product-text {
    margin-bottom: 0;
    padding-right: 64px;
  }
}
/* cgm product component */
.cgm-product-full-bg .cgm-product-fullwidthcarousel h2 {
  font-size: 40px;
}

.cgm-product-full-bg .cgm-product-fullwidthcarousel .video-embed-field-responsive-video iframe {
  border-radius: 30px;
}

.cgm-product-full-bg .cgm-product-fullwidthcarousel .product-text {
  margin-bottom: 0;
  padding-right: 20px;
}

.cgm-product-full-bg .cgm-product-fullwidthcarousel {
  padding-bottom: 0;
}

.cgm-product-full-bg .cgm-product-fullwidthcarousel {
  padding-bottom: 0;
}

.cgm-product-full-bg .cgm-product-fullwidthcarousel {
  padding-bottom: 50px;
}
/* End of cgm product component */
