.product-suite-block {
  padding: 0 2.4rem;
}
@media screen and (max-width: 1200px) {
  .product-suite-block {
    padding: 0;
  }
}
.product-suite-block .container-inner {
  background: linear-gradient(0deg, #95DCEF 0%, #95DCEF 100%), lightgray 50%/cover no-repeat;
  border-radius: 24px;
  background-size: cover;
}
.product-suite-block .container-inner .--overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 5;
}
.product-suite-block .container-inner .--overlay1 img {
  width: 100%;
}
.product-suite-block .container-inner .--overlay2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.product-suite-block .container-inner .--overlay2 img {
  width: 100%;
}
.product-suite-block .container-inner .container {
  position: relative;
  z-index: 6;
}
.product-suite-block .container-outer {
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  padding: 0 4.8rem;
  padding-top: 6.4rem;
  padding-bottom: 7rem;
  max-width: 1080px;
  margin: auto;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .product-suite-block .container-outer {
    max-width: calc(100% - 4.8rem);
  }
}
@media screen and (max-width: 767px) {
  .product-suite-block .container-outer {
    padding: 0 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.product-suite-block .product-suite-header {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.product-suite-block .product-suite-header .header-content {
  max-width: 70rem;
  margin: auto;
}
.product-suite-block .product-suite-header .header-content h2 {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .product-suite-block .product-suite-header .header-content h2 br {
    display: none;
  }
}
.product-suite-block .product-suite-header h6 {
  padding: 8px 14px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  border-radius: 10px;
  border: 1px solid #95DCEF;
  background: #FFF;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.4rem;
}
.product-suite-block .product-suite-header p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
.product-suite-block .product-suite-header h2 {
  margin-bottom: 2.8rem;
}
.product-suite-block .products-wrapper .product-item {
  border-radius: 24px;
  background: #FFF;
  margin-bottom: 5.6rem;
  overflow: hidden;
}
.product-suite-block .products-wrapper .product-item:nth-child(1) {
  top: 15rem;
}
.product-suite-block .products-wrapper .product-item:nth-child(1) .product-image-col {
  background: linear-gradient(180deg, #DEE652 0%, #D0DC3F 100%);
}
.product-suite-block .products-wrapper .product-item:nth-child(2) {
  top: 18rem;
  margin-bottom: 30px;
}
.product-suite-block .products-wrapper .product-item:nth-child(2) .product-image-col {
  background: linear-gradient(180deg, #FC725C 0%, #FB614E 100%);
}
.product-suite-block .products-wrapper .product-item:nth-child(3) {
  top: 20rem;
}
.product-suite-block .products-wrapper .product-item:nth-child(3) .product-image-col {
  background: linear-gradient(180deg, #EACBF0 0%, #E8B7EC 100%);
}
.product-suite-block .products-wrapper .product-content-col {
  padding: 7.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .product-suite-block .products-wrapper .product-content-col {
    padding: 4rem;
  }
}
.product-suite-block .products-wrapper .product-content-col h2,
.product-suite-block .products-wrapper .product-content-col h3 {
  margin-bottom: 1.6rem;
}
.product-suite-block .products-wrapper .product-content-col p {
  margin: 0;
}
.product-suite-block .products-wrapper .product-content-col .btn {
  margin-top: 4rem;
}
.product-suite-block .products-wrapper .product-content-col .product-image {
  border-radius: 12px;
  overflow: hidden;
}
.product-suite-block .products-wrapper .product-image-col {
  padding: 6.3rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .product-suite-block .products-wrapper .product-image-col {
    padding: 2.3rem 2.8rem;
  }
}
.product-suite-block .products-wrapper .product-image-col .product-image {
  border-radius: 1.2rem;
  overflow: hidden;
}
.product-suite-block .grid-lines {
  z-index: 6;
}
.product-suite-block .grid-lines.grid-before {
  top: 4rem;
}
.product-suite-block .grid-lines.grid-after {
  bottom: 4rem;
}
.product-suite-block .grid-lines .--line {
  background-color: rgba(255, 255, 255, 0.75);
}
.product-suite-block .grid-lines .--plus {
  background-color: #95DCEF;
}
.product-suite-block .grid-lines .--plus path {
  stroke: rgba(255, 255, 255, 0.75);
  stroke-opacity: 0.75;
}/*# sourceMappingURL=style.css.map */