/** Shopify CDN: Minification failed

Line 54:0 Unexpected "}"

**/
.banner-v13 {
  position: relative;
}
.banner-v13 xo-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 992px) {
  .banner-v13 xo-container {
    position: absolute;
    display: flex;
    text-align: unset;
    align-items: start;
    width: 100%;
    left: 0;
    justify-content: start;
    bottom: 9rem;
    z-index: 1;
  }
}
.banner-v13 img {
  min-height: 40rem;

}

.banner-v13__main-title xo-container {
  bottom: 10rem;
}
@media (max-width: 991px) {
  .banner-v13__main-title xo-container {
    bottom: 50%;
  }
}

.banner-v13__img,
.banner-v13__img img {
  width: 100%;
  height: auto;
  min-height: unset;
  max-height: unset;
  object-fit: cover;
  display: block;
}

}

.banner-v13__right {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .banner-v13__right {
    text-align: center;
    gap: 2rem;
    flex-direction: column;
  }
}

.banner-v13__content {
  max-width: 60%;
}
@media (min-width: 1200px) {
  .banner-v13__content {
    max-width: 70rem;
  }
}

.banner-v13__desc {
  color: rgba(var(--color-foreground), 0.7);
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .banner-v13__desc {
    max-width: 50%;
  }
}

.banner-v13__title {
  color: rgba(var(--color-foreground));
  font-size: clamp(3rem, calc(2.875vw + 1.85rem), 5.3rem);
  text-transform: capitalize;
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  font-weight: 500;
}

.banner-v13__subtitle,
.banner-v13__subtitle2 {
  position: relative;
  max-width: 59rem;
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
  color: rgba(var(--color-foreground), 0.7);
}

.banner-v13__subtitle2 {
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .banner-v13__subtitle2 {
    max-width: 57%;
  }
  .banner-v13__subtitle2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 70%;
    background-color: rgba(var(--color-foreground), 0.6);
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .banner-v13__button {
    padding-right: 2rem;
  }
}

@media (max-width: 991px) {
  .banner-v13__wrap {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.banner-v13__typing {
  color: rgba(var(--color-background));
}