.block--irca-productgetintouch {
  background-color: var(--c--black);
  color: var(--c--white);
  padding-top: var(--spacing--6);
  padding-bottom: var(--spacing--6);
  position: relative;
  overflow: hidden;
}
.block--irca-productgetintouch .container > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--spacing--3);
  position: relative;
  z-index: 2;
}
.block--irca-productgetintouch .container > div h4 {
  font-weight: 600;
}
.block--irca-productgetintouch .container > div > p:has(a) {
  background-color: var(--c--primary);
  padding: var(--spacing--2);
  border-radius: var(--radius--3);
}
.block--irca-productgetintouch .container > div > p:has(a) a {
  color: var(--c--white);
  text-decoration: none;
  font-weight: 600;
}
.block--irca-productgetintouch::after, .block--irca-productgetintouch::before {
  content: "";
  z-index: 0;
  position: absolute;
  background-size: cover;
}
@media (min-width: 992px) {
  .block--irca-productgetintouch::after, .block--irca-productgetintouch::before {
    height: 115%;
    background-repeat: no-repeat;
  }
  .block--irca-productgetintouch::before {
    background-image: url("/themes/irca/image/product-get-in-touch/product-page_desktop-left.png");
    aspect-ratio: 491/334;
    bottom: 0;
    left: 0;
    background-position: -15vw 0;
  }
  .block--irca-productgetintouch::after {
    background-image: url("/themes/irca/image/product-get-in-touch/product-page_desktop-right.png");
    aspect-ratio: 659/339;
    bottom: 0;
    right: 0;
    background-position: 15vw 0;
  }
}
@media (min-width: 1200px) {
  .block--irca-productgetintouch::before {
    background-position: -8vw 0;
  }
  .block--irca-productgetintouch::after {
    background-position: 8vw 0;
  }
}
@media (min-width: 1400px) {
  .block--irca-productgetintouch::before {
    background-position: 0 0;
  }
  .block--irca-productgetintouch::after {
    background-position: 0 0;
  }
}
@media (max-width: 991px) {
  .block--irca-productgetintouch {
    background-image: url("/themes/irca/image/product-get-in-touch/product-page_mobile-top-right-bg.png");
    background-position: 250% -100%;
    background-repeat: no-repeat;
    padding: var(--spacing--8) var(--spacing--5);
  }
  .block--irca-productgetintouch::after, .block--irca-productgetintouch::before {
    width: 100%;
  }
  .block--irca-productgetintouch::before {
    background-image: url("/themes/irca/image/product-get-in-touch/product-page_mobile-top-left.png");
    aspect-ratio: 1460/1470;
    top: 0;
    transform: translate(-55%, -35%);
  }
  .block--irca-productgetintouch::after {
    background-image: url("/themes/irca/image/product-get-in-touch/product-page_mobile-bottom.png");
    aspect-ratio: 768/324;
    bottom: 0;
    max-height: var(--spacing--8);
    background-position: 0 50%;
  }
}
@media (max-width: 767px) {
  .block--irca-productgetintouch {
    background-position: 100% -90%;
  }
}
@media (max-width: 575px) {
  .block--irca-productgetintouch {
    background-position: -50% -75%;
  }
}
/*# sourceMappingURL=block--irca-productgetintouch.css.map */
