/* stylelint-disable color-no-hex */
/* Icons */
.image-component {
  margin: 0;
  width: 100%;
  position: relative;
}

.common-image-component {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point-x) var(--focal-point-y);
     object-position: var(--focal-point-x) var(--focal-point-y);
}

.mainbanner-image {
  height: 43.75vw;
}
@media (max-width: 374.98px) {
  .mainbanner-image {
    height: 75vw;
  }
}

.common-image-filter {
  filter: brightness(40%);
}

.image-heading-container {
  position: absolute;
  top: 50%;
  width: 100%;
}
@media (min-width: 375px) {
  .image-heading-container {
    padding-left: 7%;
  }
}

.image-heading-text {
  font-family: "Helvetica Neue";
  color: #fff;
}

.ITC-image-heading-text {
  color: #fff;
}

.image-heading-container .mainbanner-sub-text p {
  font-size: 1.67rem;
  font-family: "Helvetica Neue";
  color: #fff;
  text-decoration: underline;
}

.ITC-text-underneath span {
  color: #000;
  padding-top: 0.75em;
  text-align: center;
}

.experience-commerce_assets-imageWithTextCTA {
  width: 100%;
}

@media (min-width: 768px) {
  .ITC__container.right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .ITC__container.left {
    display: flex;
  }
}
.ITC__container .ITC__image.desktop {
  min-height: var(--desktop-min-height);
}
.ITC__container .ITC__image.mobile {
  min-height: var(--mobile-min-height);
}
.ITC__container.full-width .ITC__image {
  max-height: unset;
}
.ITC__container.full-width .ITC__content-wrapper {
  padding: 1rem;
}
.ITC__image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .ITC__image-wrapper {
    width: var(--ITCImageWidth, 100%);
    min-width: var(--ITCImageWidth, 100%);
  }
}
.ITC__image-wrapper img {
  width: 100%;
  max-height: 15rem;
  min-height: 11.25rem;
}
.ITC__image-wrapper img.mobile {
  display: block;
}
@media (min-width: 768px) {
  .ITC__image-wrapper img.mobile {
    display: none;
  }
}
.ITC__image-wrapper img.desktop {
  display: none;
}
@media (min-width: 768px) {
  .ITC__image-wrapper img.desktop {
    display: block;
  }
}
.ITC__content-wrapper {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
.ITC__content-title {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0;
}
.ITC__content-desc {
  margin: 0;
}
.ITC__content-cta {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 375px) {
  .ITC__content-cta {
    justify-content: flex-start;
    margin-top: 0;
  }
}
.ITC__content-cta .btn {
  height: unset;
  min-width: unset;
  text-align: left;
}
@media (min-width: 768px) {
  .ITC__content-cta .btn {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
/*# sourceMappingURL=imageWithTextCTA.css.map*/