/** Shopify CDN: Minification failed

Line 438:20 Unexpected "{"
Line 438:29 Expected ":"
Line 441:14 Expected identifier but found whitespace
Line 441:16 Unexpected "{"
Line 441:25 Expected ":"
Line 441:57 Expected ":"
Line 446:20 Unexpected "{"
Line 446:29 Expected ":"

**/
.image-banner > .container .image-banner-box {
  overflow: hidden;
}

.image-banner__wrapper {
  width: 100%;
  z-index: 2;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .image-banner__wrapper {
    flex-direction: row;
  }
}
.image-banner__wrapper.container {
  padding: 0;
}

.image-banner__column {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  z-index: 12;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .image-banner__column {
    padding: 6.4rem 2.4rem 2.4rem 6.4rem;
    flex: 0 0 50%;
  }
}

.image-banner__heading {
  margin: 0;
}

.image-banner__information {
  margin-top: 1.4rem;
  max-width: 53rem;
}

.image-banner__button-wrapper {
  margin-top: 2rem;
  gap: 2rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.image-banner__column-overlay {
  display: flex;
  justify-content: flex-end;
}
.image-banner__column-overlay .image-banner__column-overlay-all {
  display: flex;
  justify-content: end;
}

.image-banner__column-content .image-banner__column-item {
  max-width: 78rem;
  position: sticky;
  padding-bottom: 2.2rem;
}
.image-banner__column-content .image-banner__column-item-center {
  top: calc(40% - 64px);
}
.image-banner__column-content .image-banner__column-item-top {
  top: 32px;
}
.image-banner__column-content .image-banner__column-item-fixed {
  position: relative;
  top: unset;
}

/* Middle: vertically centers text without scroll-following, image drives height */
.image-banner-box--middle {
  align-items: stretch;
}
.image-banner-box--middle .image-banner__wrapper {
  align-self: stretch;
  align-items: stretch;
}
.image-banner-box--middle .image-banner__column {
  height: 100%;
  justify-content: center;
}
.image-banner-box--middle .image-banner__column-content::after {
  display: none;
}
.image-banner-box--middle .image-banner__column-content .image-banner__column-item {
  position: relative;
  top: unset;
}
@media screen and (min-width: 990px) {
  .image-banner__column-content::after {
    content: "";
    display: block;
    padding-bottom: var(--image-height);
  }
}

.image-banner-box {
  display: flex;
  position: relative;
  max-height: 400px;
}
@media screen and (min-width: 750px) {
  .image-banner-box {
    max-height: unset;
  }
}
.image-banner-box .image-banner-item-btns {
  background: transparent;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  z-index: 1;
  padding-top: 2rem;
}
@media screen and (min-width: 750px) {
  .image-banner-box .image-banner-item-btns {
    padding-top: 0;
    justify-content: flex-end;
  }
}
.image-banner-box .image-banner-item-btns .subtitle {
  opacity: 0.7;
}

.image-banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
}
.image-banner__img:before {
  border-radius: var(--border-radius-media);
}
.image-banner__img img,
.image-banner__img svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
  position: relative;
}

.image-banner__column-radius:before {
  border-radius: 0;
}

.image-banner__column--center .image-banner__column-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.image-banner__column--center .image-banner__column-content .image-banner__button-wrapper {
  justify-content: center;
}
.image-banner__column--center .image-banner__column-content .image-banner__information {
  margin: 1.4rem auto 0;
}

.image-banner__column--center .image-banner__column {
  margin: 0 auto;
}

.image-banner__button {
  margin-top: 2rem;
}

.image-banner__text {
  margin: 0;
}
.image-banner__text .banner {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: initial;
  padding-top: 0;
  padding-bottom: 2.4rem;
}
.image-banner__text .banner--container {
  padding-inline: 0;
}
.image-banner__text .banner--padding {
  padding: 2.4rem;
}
.image-banner__text .banner__media-half {
  width: 50%;
}
.image-banner__text .banner__media-half + .banner__media-half {
  right: 0;
  left: auto;
}
@media screen and (max-width: 749px) {
  .image-banner__text .banner--stacked .banner__media-half {
    width: 100%;
  }
  .image-banner__text .banner--stacked .banner__media-half + .banner__media-half {
    order: 1;
  }
  .image-banner__text .banner > .banner__media {
    height: 39rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .image-banner__text .banner__media {
    position: absolute;
    height: 100%;
  }
}
.image-banner__text .banner--adapt {
  height: auto;
}
@media screen and (max-width: 749px) {
  .image-banner__text .banner--stacked:not(.banner--adapt) .banner__media {
    height: 39rem;
  }
  .image-banner__text .banner::before {
    display: none !important;
  }
  .image-banner__text .banner--stacked .banner__media-image-half {
    width: 100%;
  }
}
.image-banner__text .banner__overlay {
  display: none !important;
}
@media screen and (min-width: 750px) {
  .image-banner__text .banner__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    z-index: 1;
  }
}
.image-banner__text .banner__content {
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .image-banner__text .banner__content {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.image-banner__text .banner__box {
  border: 0;
  padding: 4rem 3.5rem;
  position: relative;
  height: fit-content;
  align-items: center;
  text-align: center;
  width: 100%;
}
.image-banner__text .banner__box > * + .banner__buttons {
  margin: 0 auto;
  margin-top: 2.3rem;
  transform: translateX(1rem);
}
.image-banner__text .banner__box > * + .banner__buttons--multiple {
  display: flex;
  max-width: 45rem;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .image-banner__text .banner__box > * + .banner__buttons {
    margin-top: 2rem;
  }
}
.image-banner__text .banner__content .button + .button {
  margin-top: 1.5rem;
}
.image-banner__text .banner__content .button {
  height: auto;
  margin-right: 2rem;
}
.image-banner__text .banner__box > * + .banner__text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 750px) {
  .image-banner__text .banner__box > * + .banner__text {
    margin-top: 2rem;
  }
}
.image-banner__text .banner__box > * + * {
  margin-top: 1rem;
}
.image-banner__text .banner__box > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 749px) {
  .image-banner__text .banner__content .button {
    flex-grow: 1;
  }
  .image-banner__text .banner--stacked .banner__box {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .image-banner__text .banner__box {
    padding: 4rem;
    width: 54.8rem;
  }
  .image-banner__text .banner__box > .banner__buttons:only-child .button {
    margin-top: 0;
  }
}
.image-banner__text .banner__heading > *,
.image-banner__text .banner__text > * {
  word-wrap: break-word;
}
.image-banner__text .banner__heading {
  margin-bottom: 0;
}
.image-banner__text .image-banner .banner__media {
  overflow: visible;
}
.image-banner__text .image--top {
  flex-direction: column;
  padding: 0;
}
.image-banner__text .image--top .banner__media {
  position: relative;
  height: auto;
}
.image-banner__text .image--top .image-banner__wrapper {
  margin-top: 3.5rem;
}
.image-banner__text .image--overlay .image-banner__wrapper {
  z-index: 2;
}
.image-banner__text .image-banner .banner--landscape .banner__media:before,
.image-banner__text .image-banner .image--overlay.banner--landscape:before {
  padding-bottom: 50%;
  content: "";
  display: block;
}
.image-banner__text .image-banner .banner--portrait .banner__media:before,
.image-banner__text .image-banner .image--overlay.banner--portrait:before {
  padding-bottom: 150%;
  content: "";
  display: block;
}
.image-banner__text .image-banner .banner--square .banner__media:before,
.image-banner__text .image-banner .image--overlay.banner--square:before {
  padding-bottom: 100%;
  content: "";
  display: block;
}

.image-banner-overlay .image-banner__column-content {
  max-width: 88rem;
  padding-right: 2.4rem;
}
.image-banner-overlay .image-banner__column-content .image-banner__information {
  max-width: 53rem;
}
.image-banner-overlay .image-banner-box {
  max-height: unset;
}
.image-banner-overlay .image-banner__column {
  padding: 2.4rem;
}
.image-banner-overlay .image-banner__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 990px) {
  .image-banner-overlay .image-banner__wrapper {
    flex-direction: unset;
  }
}
.image-banner-overlay .image-banner__wrapper .image-banner__column-overlay {
  padding: 2.4rem;
  border-top: 0.1rem solid rgba(var(--color-border));
}
.image-banner-overlay .image-banner__wrapper .image-banner__column-overlay::after {
  content: "";
  display: block;
  padding-bottom: var(--image-height);
}
@media screen and (min-width: 990px) {
  .image-banner-overlay .image-banner__wrapper .image-banner__column-overlay {
    border-top: unset;
    flex: 0 0 50%;
    border-left: 0.1rem solid rgba(var(--color-border));
  }
}
.image-banner-overlay .image-banner__wrapper .image-banner__column-overlay img {
  border-radius: var(--border-radius-media);
}
.image-banner-overlay .image-banner__wrapper .image-banner__column-overlay .image-banner__column-overlay-all {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
}
.image-banner-overlay .image-banner__wrapper .image-banner-item-btns {
  padding: 2.4rem;
}

  #shopify-section-{{ section.id }} .image-banner__eyebrow {
    display: block;
    margin-bottom: 0.5rem;
    font-size: {{ section.settings.eyebrow_font_size }}px;
    line-height: 1.2;
  }

  /* Optional niceties */
  #shopify-section-{{ section.id }} .image-banner__column--center .image-banner__eyebrow {
    text-align: center;
  }