/* CGM product component */
body.page-node-type-landing-page #block-unified-cgmproductbreadcrumpblock,
body.page-node-type-landing-page #block-unified-breadcrumbs,
body.page-node-type-landing-page .block-system-breadcrumb-block {
  position: absolute;
  z-index: 9;
}

.header-main {
  border: none;
}

body.page-node-type-landing-page .block-system-breadcrumb-block .breadcrumb li a,
body.page-node-type-landing-page .block-system-breadcrumb-block .breadcrumb li:after,
body.page-node-type-landing-page .block-system-breadcrumb-block .breadcrumb .breadcrumb-item {
  color: var(--white);
}

.hero-ac.cgm-product-hero-ac .container {
  padding-bottom: 32px;
}

.page-level-container.is_admin .hero-ac.cgm-product-hero-ac {
  padding-top: 72px;
}

.hero-ac.cgm-product-hero-ac .circle-fill img {
  clip-path: circle(50% at 50% 50%);
  aspect-ratio: 1 / 1;
}

.hero-ac.cgm-product-hero-ac {
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(to top right, #8EB927 7%, #26BECF 31%);
  padding: 72px 0 66px;
}

.layout:has(.hero-ac.cgm-product-hero-ac):after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="88" viewBox="0 0 1920 88" fill="none"><path d="M1920 0H0V88C0 88 388.667 24 960 24C1531.33 24 1920 88 1920 88V0Z" fill="url(%23paint0_linear_37770_4156)"/><defs><linearGradient id="paint0_linear_37770_4156" x1="0" y1="44" x2="1920" y2="44" gradientUnits="userSpaceOnUse"><stop offset="0.105" stop-color="%238EB927"/><stop offset="0.52" stop-color="%2326BECF"/></linearGradient></defs></svg>');
  position: absolute;
  bottom: 0;
  left: 0;
  top: unset;
  width: 100%;
  height: 66px;
  /* background-color: #fff; */
  background-position: bottom;
  z-index: 8;
}

@media (max-width: 1440px) {
  .layout:has(.hero-ac.cgm-product-hero-ac):after {
    height: 66px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="66" viewBox="0 0 1440 66" fill="none"><path d="M1440 0H0V66C0 66 291.5 18 720 18C1148.5 18 1440 66 1440 66V0Z" fill="url(%23paint0_linear_37770_4138)"/><defs><linearGradient id="paint0_linear_37770_4138" x1="0" y1="33" x2="1440" y2="33" gradientUnits="userSpaceOnUse"><stop offset="0.105" stop-color="%238EB927"/><stop offset="0.52" stop-color="%2326BECF"/></linearGradient></defs></svg>');
  }

  .hero-ac.cgm-product-hero-ac {
    padding: 72px 0 47px;
  }
}

@media (max-width: 1024px) {
  .layout:has(.hero-ac.cgm-product-hero-ac):after {
    height: 47px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="47" viewBox="0 0 1024 47" fill="none"><path d="M1024 0H0V46.9333C0 46.9333 207.289 12.8 512 12.8C816.711 12.8 1024 46.9333 1024 46.9333V0Z" fill="url(%23paint0_linear_37780_968)"/><defs><linearGradient id="paint0_linear_37780_968" x1="0" y1="23.4667" x2="1024" y2="23.4667" gradientUnits="userSpaceOnUse"><stop offset="0.105" stop-color="%238EB927"/><stop offset="0.52" stop-color="%2326BECF"/></linearGradient></defs></svg>');
  }

  .hero-ac.cgm-product-hero-ac {
    padding-bottom: 34px;
  }
}

@media (max-width: 768px) {
  .layout:has(.hero-ac.cgm-product-hero-ac):after {
    height: 36px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="768" height="36" viewBox="0 0 768 36" fill="none"><path d="M768 0H0V35.2C0 35.2 155.467 9.6 384 9.6C612.533 9.6 768 35.2 768 35.2V0Z" fill="url(%23paint0_linear_37780_2707)"/><defs><linearGradient id="paint0_linear_37780_2707" x1="0" y1="17.6" x2="768" y2="17.6" gradientUnits="userSpaceOnUse"><stop offset="0.105" stop-color="%238EB927"/><stop offset="0.52" stop-color="%2326BECF"/></linearGradient></defs></svg>');
  }

  .hero-ac.cgm-product-hero-ac {
    padding: 48px 0 31px;
  }
}

@media (max-width: 376px) {
  .hero-ac.cgm-product-hero-ac {
    background: linear-gradient(16deg, #8EB927 5%, #26BECF 40%);
    padding: 48px 0 19px;
  }

  .layout:has(.hero-ac.cgm-product-hero-ac):after {
    height: 29px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="375" height="29" viewBox="0 0 375 29" fill="none"><path d="M0 0H375V29C375 29 316.5 17 187.5 17C58.5 17 0 29 0 29V0Z" fill="url(%23paint0_linear_37780_2724)"/><defs><linearGradient id="paint0_linear_37780_2724" x1="370.5" y1="0" x2="359.231" y2="-63.0915" gradientUnits="userSpaceOnUse"><stop stop-color="%2374BB53"/><stop offset="0.517848" stop-color="%238FBA28"/></linearGradient></defs></svg>');
  }
}

@media (min-width: 377px) and (max-width: 767px) {
  .layout:has(.hero-ac.cgm-product-hero-ac):after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 102%;
  }
}

.hero-content {
  text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.25);
}

.hero-ac-text {
  z-index: 99;
}

.hero-ac-text .btn {
  margin-top: 24px;
}

.hero-ac.cgm-product-hero-ac .btn-outline-primary.outline-text {
  border-color: transparent;
  color: var(--acBlueText);
}

.hero-ac.cgm-product-hero-ac .btn-outline-primary.outline-text:hover {
  color: var(--white);
}

.hero-ac.cgm-product-hero-ac .d-md-block.d-none a:last-child,
.hero-ac.cgm-product-hero-ac .hero-ac-text .hero-content .banner-btn-con a:last-child,
.hero-circle .d-block.d-md-none a:last-child {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}

.hero-ac.cgm-product-hero-ac .d-md-block.d-none a:first-child,
.hero-ac.cgm-product-hero-ac .hero-ac-text .hero-content .banner-btn-con a:first-child,
.hero-circle .d-block.d-md-none a:first-child {
  background-color: var(--white);
  color: var(--acBlueText);
}

.hero-ac.cgm-product-hero-ac .d-md-block.d-none a:first-child:hover,
.hero-circle .d-block.d-md-none a:first-child:hover,
.hero-ac.cgm-product-hero-ac .d-md-block.d-none a:last-child:hover,
.hero-circle .d-block.d-md-none a:last-child:hover {
  background-color: var(--blue-02);
  border: 1px solid var(--blue-02);
  color: var(--acBlueText);
}

.hero-ac.cgm-product-hero-ac .hero-ac-text {
  margin-top: 0;
}

.hero-ac.cgm-product-hero-ac .hero-ac-text,
.hero-ac.cgm-product-hero-ac .hero-circle {
  display: flex;
  align-items: center;
}

.hero-ac.cgm-product-hero-ac .hero-ac-text h1 {
  color: var(--white);
  font-size: 40px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.hero-ac.cgm-product-hero-ac .hero-ac-text .hero-content p {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.hero-ac.cgm-product-hero-ac .hero-content {
  position: static;
  margin-left: 0;
  padding: 0;
}

.cgm-product-body .block-system-breadcrumb-block {
  position: absolute;
  z-index: 9;
}

.cgm-product-body .block-system-breadcrumb-block .breadcrumb li a,
.cgm-product-body .block-system-breadcrumb-block .breadcrumb li:after,
.cgm-product-body .block-system-breadcrumb-block .breadcrumb .breadcrumb-item {
  color: var(--white);
}

.hero-ac.cgm-product-hero-ac .circle-fill::after {
  content: none;
}

.hero-ac.cgm-product-hero-ac .cgm-product-circle-fill {
  text-align: right;
  margin-left: 92px;
  width: fit-content;
}

.benifits-bg-none .pt-5 {
  padding-top: 0 !important;
}

.benifits-bg-none .py-5 {
  padding-bottom: 0 !important;
}

.full-bg.benifits-bg-enabled .three-product-card {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .hero-ac.cgm-product-hero-ac .hero-ac-text h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {

  body.page-node-type-landing-page #block-unified-cgmproductbreadcrumpblock,
  body.page-node-type-landing-page #block-unified-breadcrumbs,
  body.page-node-type-landing-page .block-system-breadcrumb-block {
    display: none;
  }

  .hero-ac.cgm-product-hero-ac .hero-circle .d-block.d-md-none {
    display: none !important;
    grid-gap: 16px;
  }

  .hero-ac.cgm-product-hero-ac .banner-btn-con.d-md-block.d-none {
    display: block !important;
  }

  .hero-ac.cgm-product-hero-ac .hero-circle .d-block.d-md-none a {
    width: 100%;
  }

  .hero-ac.cgm-product-hero-ac .hero-circle {
    text-align: center;
  }

  .hero-ac.cgm-product-hero-ac .cgm-product-circle-fill {
    margin: 40px auto 32px auto;
  }

  .hero-ac.cgm-product-hero-ac .hero-content,
  .hero-circle .d-block.d-md-none,
  .hero-ac.cgm-product-hero-ac .hero-ac-text h1,
  .hero-ac.cgm-product-hero-ac .circle-fill.cgm-product-circle-fill,
  .hero-ac.cgm-product-hero-ac .circle-fill picture {
    text-align: center;
  }

  .hero-ac.cgm-product-hero-ac .hero-ac-text {
    padding: 0;
    justify-content: center;
  }

  .hero-ac.cgm-product-hero-ac .hero-ac-text h1 {
    font-size: 32px;
  }

  .hero-ac.cgm-product-hero-ac .hero-ac-text p {
    max-width: 100%;
  }

  .hero-ac-text .btn {
    margin: 0 8px;
    margin-top: 16px;
  }

  .cgm-product-hero-ac .hero-circle .d-block.d-md-none {
    position: static;
  }

  .hero-ac.cgm-product-hero-ac .hero-circle {
    display: block;
  }
}

@media(min-width:768px) {
  .hero-ac.cgm-product-hero-ac {
    text-align: left;
  }
}

@media (min-width: 769px) {
  .hero-ac-text p {
    line-height: 1.5rem;
    margin-bottom: 15px;
  }

  .hero-ac-text .btn {
    margin-top: 15px;
  }
}

/* END of CGM product component */

.hero-ac.cgm-product-hero-ac .container>.row {
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

@media (min-width: 768px) {
  .hero-ac.cgm-product-hero-ac .hero-ac-text {
    padding-right: 12px;
    padding-left: 0;
  }

  .hero-ac.cgm-product-hero-ac .hero-circle {
    padding-right: 0;
  }

  .hero-ac.cgm-product-hero-ac .container {
    padding: 0 69px 32px;
  }

  .hero-ac.cgm-product-hero-ac .cgm-product-circle-fill {
    margin-left: 60px;
  }
}

@media (min-width: 992px) {
  .hero-ac.cgm-product-hero-ac .container {
    padding: 0 95px 32px;
  }

  .hero-ac.cgm-product-hero-ac .hero-ac-text {
    max-width: 385px;
  }

  .hero-ac.cgm-product-hero-ac .cgm-product-circle-fill {
    margin-left: 80px;
  }
}

@media (min-width: 1200px) {
  .hero-ac.cgm-product-hero-ac .hero-ac-text h1 {
    font-size: 64px;
    letter-spacing: -2.56px;
  }

  .hero-ac.cgm-product-hero-ac .container {
    padding: 0 20px 32px;
  }

  .hero-ac.cgm-product-hero-ac .hero-ac-text {
    min-width: 536px;
    padding: 0;
  }

  .hero-ac.cgm-product-hero-ac .hero-circle {
    padding-left: 33px;
    padding-right: 0;
  }

  .hero-ac.cgm-product-hero-ac .cgm-product-circle-fill {
    margin-left: 92px;
  }
}

@media (max-width: 767px) {
  .hero-ac.cgm-product-hero-ac .hero-circle {
    padding: 0;
  }

  .hero-ac.cgm-product-hero-ac .cgm-product-circle-fill {
    margin-bottom: 0;
  }
}

/*new*/
.layout:has(.hero-ac.cgm-product-hero-ac) {
  position: relative;
}

.layout:has(.hero-ac.cgm-product-hero-ac):before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  top: unset;
  width: 100%;
  height: 66px;
  background-color: #fff;
  background-position: bottom;
  z-index: 8;
}

@media (min-width: 376px) {
  .layout:has(.hero-ac.cgm-product-hero-ac):before {
    bottom: -35px;
  }
}

@media (min-width: 769px) {
  .layout:has(.hero-ac.cgm-product-hero-ac):before {
    bottom: -30px;
  }
}

@media (min-width: 1025px) {
  .layout:has(.hero-ac.cgm-product-hero-ac):before {
    bottom: -15px;
  }
}

@media (min-width: 1367px) {
  .layout:has(.hero-ac.cgm-product-hero-ac):before {
    bottom: 0px;
  }
}
