/** Shopify CDN: Minification failed

Line 130:10 Expected identifier but found whitespace
Line 130:15 Unexpected ";"

**/
.img-with-text-10 {
  position: relative;
  width: 100%;
  height: 100%;
}

.img-with-text-10__grid {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .img-with-text-10__grid {
    padding-top: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .img-with-text-10__grid {
    padding-top: 0;
  }
}

.img-with-text-10__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media (min-width: 768px) {
  .img-with-text-10__content {
    padding-top: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .img-with-text-10__content {
    padding-top: 0;
  }
}

.img-with-text-10__image {
  width: 100%;
  height: 100%;
}
.img-with-text-10__image .xo-image,
.img-with-text-10__image .xo-image__placeholder,
.img-with-text-10__image .placeholder-svg,
.img-with-text-10__image img {
  width: 100%;
  height: 100%;
}
.img-with-text-10__image img {
  object-fit: contain;
}

.img-with-text-10__image--desktop {
  display: none;
}
@media (min-width: 768px) {
  .img-with-text-10__image--desktop {
    display: block;
  }
}

.img-with-text-10__image--mobile {
  display: block;
}
@media (min-width: 768px) {
  .img-with-text-10__image--mobile {
    display: none;
  }
}

.img-with-text-10__image--radius {
  border-radius: 1rem;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .img-with-text-10__text,
  .img-with-text-10__image-secondary {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.img-with-text-10__image-secondary {
  width: 100%;
  padding-bottom: 4rem;
  left: 10% !important;
}
@media (min-width: 768px) {
  .img-with-text-10__image-secondary {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .img-with-text-10__image-secondary {
    max-width: 32.2rem;
  }
  [dir=ltr] .img-with-text-10__image-secondary {
    left: 0;
  }
  [dir=rtl] .img-with-text-10__image-secondary {
    right: 0;
  }
}
.img-with-text-10__image-secondary .video-button--radius {
  border-radius: 0;
}

.img-with-text-10__image-secondary > xo-animate{
  position: relative;
  width: 230% !important;
  left: -75%;;
}

@media (max-width: 1199px) {
  .img-with-text-10__image-secondary > xo-animate {
    width: 100% !important;
    left: unset;
  }
}
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 0.1rem;
}
[dir=ltr] .img-with-text-8__divider {
  left: 110%;
}
[dir=rtl] .img-with-text-8__divider {
  right: 110%;
}
@media (min-width: 1200px) {
  .img-with-text-8__divider {
    display: block;
    width: 20rem;
  }
  [dir=ltr] .img-with-text-8__divider {
    left: 105%;
  }
  [dir=rtl] .img-with-text-8__divider {
    right: 105%;
  }
}
@media (min-width: 1400px) {
  .img-with-text-8__divider {
    width: 100%;
  }
}

.img-with-text-8__divider:has(xo-animate[xo-visible]) .img-with-text-10__divider-inner {
  width: 100%;
}

.img-with-text-10__divider-inner {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, color-mix(in srgb, rgba(var(--color-border)) calc(1 * 100%), transparent), color-mix(in srgb, rgba(var(--color-border)) calc(0.2 * 100%), transparent));
}

.img-with-text-10__image-primary {
  max-width: 60.7rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media (min-width: 768px) {
  .img-with-text-10__text {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .img-with-text-10__text {
    display: block;
    z-index: 3;
    max-width: 35.2rem;
  }
  [dir=ltr] .img-with-text-10__text {
    right: 0;
  }
  [dir=rtl] .img-with-text-10__text {
    left: 0;
  }
}
@media (min-width: 1400px) {
  .img-with-text-10__text {
    max-width: 52.2rem;
  }
}

.img-with-text-10__text-inner {
  font-family: var(--font-body-family);
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  font-weight: var(--font-body-style);
  padding: 4.8rem 0 2.2rem 0;
}
@media (min-width: 768px) {
  .img-with-text-10__text-inner {
    padding: 0;
  }
}