/** Shopify CDN: Minification failed

Line 343:0 Expected "}" to go with "{"

**/
.banner {
  display: flex;
  position: relative;
  flex-direction: column;
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom:not(.banner--stacked):not(.banner--adapt) > .banner__media {
    height: 39rem;
  }

  .banner:not(.banner--stacked) {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 750px) {
  .banner {
    min-height: 72rem;
    flex-direction: row;
  }
}

@media screen and (max-width: 749px) {
  .banner--stacked {
    height: auto;
  }

  .banner--stacked .banner__media {
    flex-direction: column;
  }
}

.banner__media {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.banner__media-half {
  width: 50%;
}

.banner__media-half + .banner__media-half {
  right: 0;
  left: auto;
}

@media screen and (max-width: 749px) {
  .banner--stacked .banner__media-half {
    width: 100%;
  }

  .banner--stacked .banner__media-half + .banner__media-half {
    order: 1;
  }

  .banner:not(.banner--adapt):not(.banner--stacked):not(.banner--mobile-bottom) > .banner__content {
    min-height: 39rem;
  }
}

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

.banner--adapt {
  height: auto;
  min-height: inherit;
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom .banner__media {
    position: relative;
    height: 50%;
  }

  .banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: absolute;
    height: 50%;
  }

  .banner--stacked:not(.banner--mobile-bottom) .banner__media + .banner__media {
    bottom: 0;
    top: auto;
  }

  .banner--stacked.banner--adapt .banner__content {
    height: auto;
  }

  .banner:not(.banner--mobile-bottom) .banner__box {
    background-color: transparent;
    --color-general-main-text: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-button-text: 0, 0, 0;
  }

  .banner:not(.banner--mobile-bottom) .button--secondary {
  	--color-button: 255, 255, 255;
  	--color-button-text: 255, 255, 255;
  	--alpha-button-background: 0;
  }

  .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content  {
    position: absolute;
    min-height: 39rem;
    height: auto;
  }

  .banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
    max-height: 100%;
    overflow: hidden;
  }

  .banner--stacked:not(.banner--adapt) .banner__media {
    position: relative;
    height: 39rem;
  }

  .banner::before {
    display: none !important;
  }

  .banner--stacked .banner__media-image-half {
    width: 100%;
  }
}

.banner__media .placeholder-svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

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

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

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

  .banner__content--center {
    align-items: center;
  }

  .banner__content--flex-start {
    align-items: flex-start;
  }

  .banner__content--flex-end {
    align-items: flex-end;
  }
}

.banner__box {
  border: 0;
  padding: 4rem 3.5rem;
  position: relative;
  height: fit-content;
  align-items: center;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .banner--desktop-transparent .banner__box {
    background-color: transparent;
    --color-general-main-text: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-button-text: 0, 0, 0;
  }

  .banner--desktop-transparent .button--secondary {
  	--color-button: 255, 255, 255;
  	--color-button-text: 255, 255, 255;
  	--alpha-button-background: 0;
  }
}

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

.banner::after {
  content: '';
  position: absolute;
  background: #333941;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.banner__box > .banner__buttons {
  display: flex;
  align-items: baseline;
  gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
}

.banner__box > * + .banner__buttons--multiple {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.banner__box > * + .banner__buttons {
  margin-top: 3.5rem;
}

.banner__content .button:last-child {
  margin-right: 0;
}

.banner__box > * + .banner__text {
  margin-top: 1.5rem;
}

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

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

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

@media screen and (max-width: 749px) {
  .banner--stacked .banner__box {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .banner__box {
    padding: 5rem;
    width: auto;
    max-width: 51rem;
  }

  .banner__box > .banner__buttons:only-child .button {
    margin-top: 0;
  }
}

.banner__heading > *,
.banner__text > * {
  word-wrap: break-word;
}

.banner__heading {
  margin-bottom: 0;
}



/* custom style  */


.ab-banner .banner__box {
  background-color: transparent;
}

@media screen and (max-width: 749px) {
  .ab-banner .banner__box {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}


.ab-banner .banner__heading,
.ab-banner .banner__text {
  color: rgb(var(--color-general-secondary-text));
}

.ab-banner .banner__heading a:hover {
	color: inherit;
}

@media screen and (max-width: 749px) {
  .ab-banner.banner--mobile-bottom .banner__heading,
  .ab-banner.banner--mobile-bottom .banner__heading > *,
  .ab-banner.banner--mobile-bottom .banner__text,
  .ab-banner.banner--mobile-bottom .banner__text *,
  .ab-banner.banner--mobile-bottom .link {
    color: rgb(var(--color-general-heading));
  }

  .ab-banner.banner--mobile-bottom .link:hover {
    color: rgb(var(--color-btn-main-text));
  }
}

.banner__media--video video {
	object-fit: cover;
}#shopify-section-template--21754754269423__image_banner_aAqUf9 .banner__buttons .button {
  background: #EBE5CF !important;
  background-color: #EBE5CF !important;
  border-color: #EBE5CF !important;
  color: #000000 !important;
  #shopify-section-template--21754754269423__image_banner_aAqUf9 .banner__text * {
  font-size: 1.8rem !important;
  letter-spacing: 0.3rem !important;
}
