/** Shopify CDN: Minification failed

Line 480:1 Expected "}" to go with "{"

**/
.brand-image-text-banner-wrapper {
  padding: 3.2rem;

.brand-image-text-banner {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: auto;
  isolation: isolate;
}

.brand-image-text-banner__box {
  text-align: center;
}

.brand-image-text-banner__image {
  margin-bottom: 0;
  display: inline-block;
  max-width: 520px;
  max-height: 300px;
}

.brand-image-text-banner__image img {
  width: auto;
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
  width: auto;
}

.brand-image-text-banner__box.gradient {
  transform: perspective(0);
}


.another-brand-banner .brand-image-text-banner__heading {
  margin-top: 32px;
}

.another-brand-banner .subtitle-stroke {
  z-index: 2;
  text-align: right;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

.another-brand-banner .subtitle-stroke .text-stroke {
  font-size: clamp(60px,10.4vw,440px);
  line-height: .69;
  letter-spacing: -2px;
  -webkit-text-stroke: 2px rgba(226,219,213,0.4);
}

@media only screen and (max-width: 749px) {
  .brand-image-text-banner--content-align-mobile-right .brand-image-text-banner__box {
    text-align: right;
  }

  .brand-image-text-banner--content-align-mobile-left .brand-image-text-banner__box {
    text-align: left;
  }
}

@media only screen and (min-width: 750px) {
  .brand-image-text-banner--content-align-right .brand-image-text-banner__box {
    text-align: right;
  }

  .brand-image-text-banner--content-align-left .brand-image-text-banner__box {
    text-align: left;
  }

  .brand-image-text-banner--content-align-left.brand-image-text-banner--desktop-transparent .brand-image-text-banner__box,
  .brand-image-text-banner--content-align-right.brand-image-text-banner--desktop-transparent .brand-image-text-banner__box,
  .brand-image-text-banner--medium.brand-image-text-banner--desktop-transparent .brand-image-text-banner__box {
    max-width: 60rem;
  }
}

.brand-image-text-banner__media.animate--zoom-in {
  clip-path: inset(0px);
}

.brand-image-text-banner__media.animate--zoom-in > img:not(.zoom):not(.deferred-media__poster-button),
.brand-image-text-banner__media.animate--zoom-in > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

@media screen and (max-width: 749px) {
  .brand-image-text-banner--small.brand-image-text-banner--mobile-bottom:not(.brand-image-text-banner--adapt) .brand-image-text-banner__media {
    height: 28rem;
  }

  .brand-image-text-banner--medium.brand-image-text-banner--mobile-bottom:not(.brand-image-text-banner--adapt) .brand-image-text-banner__media {
    height: 34rem;
  }

  .brand-image-text-banner--large.brand-image-text-banner--mobile-bottom:not(.brand-image-text-banner--adapt) .brand-image-text-banner__media {
    height: 39rem;
  }

  .brand-image-text-banner--small:not(.brand-image-text-banner--mobile-bottom):not(.brand-image-text-banner--adapt) .brand-image-text-banner__content {
    min-height: 28rem;
  }

  .brand-image-text-banner--medium:not(.brand-image-text-banner--mobile-bottom):not(.brand-image-text-banner--adapt) .brand-image-text-banner__content {
    min-height: 34rem;
  }

  .brand-image-text-banner--large:not(.brand-image-text-banner--mobile-bottom):not(.brand-image-text-banner--adapt) .brand-image-text-banner__content {
    min-height: 39rem;
  }
}

@media screen and (min-width: 750px) {
  .brand-image-text-banner {
    flex-direction: row;
  }

  .brand-image-text-banner--small:not(.brand-image-text-banner--adapt) {
    min-height: 42rem;
  }

  .brand-image-text-banner--medium:not(.brand-image-text-banner--adapt) {
    min-height: 56rem;
  }

  .brand-image-text-banner--large:not(.brand-image-text-banner--adapt) {
    min-height: 72rem;
  }

  .brand-image-text-banner__content.brand-image-text-banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .brand-image-text-banner__content.brand-image-text-banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }

  .brand-image-text-banner__content.brand-image-text-banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .brand-image-text-banner__content.brand-image-text-banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }

  .brand-image-text-banner__content.brand-image-text-banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }

  .brand-image-text-banner__content.brand-image-text-banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }

  .brand-image-text-banner__content.brand-image-text-banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .brand-image-text-banner__content.brand-image-text-banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }

  .brand-image-text-banner__content.brand-image-text-banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.brand-image-text-banner__media {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .brand-image-text-banner__media {
    height: 100%;
  }
}

.brand-image-text-banner--adapt,
.brand-image-text-banner--adapt_image.brand-image-text-banner--mobile-bottom .brand-image-text-banner__media:not(.placeholder) {
  height: auto;
}

@media screen and (max-width: 749px) {
  .brand-image-text-banner--mobile-bottom .brand-image-text-banner__media {
    position: relative;
  }

  .brand-image-text-banner:not(.brand-image-text-banner--mobile-bottom):not(.email-signup-brand-image-text-banner) .brand-image-text-banner__box {
    background: transparent;
  }

  .brand-image-text-banner:not(.brand-image-text-banner--mobile-bottom) .brand-image-text-banner__box {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .brand-image-text-banner:not(.brand-image-text-banner--mobile-bottom) .button--secondary {
    --alpha-button-background: 0;
  }

  .brand-image-text-banner::before {
    display: none !important;
  }
}

.brand-image-text-banner__content {
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

@media screen and (min-width: 750px) {
  .brand-image-text-banner__content {
    padding: 5rem;
  }

  .brand-image-text-banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .brand-image-text-banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }

  .brand-image-text-banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .brand-image-text-banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }

  .brand-image-text-banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }

  .brand-image-text-banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }

  .brand-image-text-banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .brand-image-text-banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }

  .brand-image-text-banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 749px) {
  .brand-image-text-banner--mobile-bottom .brand-image-text-banner__content {
    order: 2;
  }

  .brand-image-text-banner:not(.brand-image-text-banner--mobile-bottom) .field__input,
  .brand-image-text-banner--mobile-bottom .brand-image-text-banner__box.color-scheme-1 {
    background: transparent;
  }
}

.brand-image-text-banner__box {
  padding: 4rem 1.5rem;
  position: relative;
  height: fit-content;
  align-items: center;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
  z-index: 1;
}

.brand-image-text-banner--mobile-bottom .brand-image-text-banner__box {
  padding: 4rem 3.5rem;
}

@media screen and (min-width: 750px) {
  .brand-image-text-banner__box {
    padding: 4rem 3.5rem;
  }

  .brand-image-text-banner--desktop-transparent .brand-image-text-banner__box {
    padding: 4rem 0;
    background: transparent;
    max-width: 89rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .brand-image-text-banner--desktop-transparent .button--secondary {
    --alpha-button-background: 0;
  }

  .brand-image-text-banner--desktop-transparent .content-container:after {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .brand-image-text-banner--mobile-bottom::after,
  .brand-image-text-banner--mobile-bottom .brand-image-text-banner__media::after {
    display: none;
  }
}

.brand-image-text-banner::after,
.brand-image-text-banner__media::after {
  content: '';
  position: absolute;
  top: 0;
  background: #000000;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.brand-image-text-banner__box > * + .brand-image-text-banner__text {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 32px !important;
}

@media screen and (min-width: 750px) {
  .brand-image-text-banner__box > * + .brand-image-text-banner__text {
    margin-top: 2rem;
  }
}

.brand-image-text-banner__box > * + * {
  margin-top: 1rem;
}

.brand-image-text-banner__box > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 750px) {
  .brand-image-text-banner__box {
    width: auto;
    max-width: 71rem;
    min-width: 45rem;
  }
}

@media screen and (min-width: 1400px) {
  .brand-image-text-banner__box {
    max-width: 90rem;
  }
}

.brand-image-text-banner__heading {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    margin-top: 56px;
}

.brand-image-text-banner__box .brand-image-text-banner__heading + * {
  margin-top: 1rem;
}

.brand-image-text-banner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 45rem;
  word-break: break-word;
}

@media screen and (max-width: 749px) {
  .brand-image-text-banner--content-align-mobile-right .brand-image-text-banner__buttons--multiple {
    justify-content: flex-end;
  }

  .brand-image-text-banner--content-align-mobile-center .brand-image-text-banner__buttons--multiple > * {
    flex-grow: 1;
    min-width: 22rem;
  }
}

@media screen and (min-width: 750px) {
  .brand-image-text-banner--content-align-center .brand-image-text-banner__buttons--multiple > * {
    flex-grow: 1;
    min-width: 22rem;
  }

  .brand-image-text-banner--content-align-right .brand-image-text-banner__buttons--multiple {
    justify-content: flex-end;
  }
}

.brand-image-text-banner__box > * + .brand-image-text-banner__buttons {
  margin-top: 2rem;
}

@media screen and (max-width: 1199px) {
  .brand-image-text-banner-wrapper {
    margin-top: 0;
  }
  .brand-image-text-banner__image {
    max-width: 400px;
    max-height: 250px;
  }
}

@media screen and (max-width: 989px) {
  .brand-image-text-banner__image {
    max-width: 350px;
    max-height: 200px;
  }
  .brand-image-text-banner__heading {
    margin-top: 30px;
  }
}

@media screen and (max-width: 749px) {
  .brand-image-text-banner:not(.slideshow) .rte a,
  .brand-image-text-banner:not(.slideshow) .inline-richtext a:hover,
  .brand-image-text-banner:not(.slideshow) .rte a:hover {
    color: currentColor;
  }
  .brand-image-text-banner__image {
    max-width: 350px;
  }
}

@media screen and (min-width: 750px) {
  .brand-image-text-banner--desktop-transparent .rte a,
  .brand-image-text-banner--desktop-transparent .inline-richtext a:hover,
  .brand-image-text-banner--desktop-transparent .rte a:hover {
    color: currentColor;
  }
}