/** Shopify CDN: Minification failed

Line 230:8 Expected identifier but found whitespace
Line 230:10 Unexpected "{"
Line 230:19 Expected ":"
Line 234:8 Expected identifier but found whitespace
Line 234:10 Unexpected "{"
Line 234:19 Expected ":"

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

@media screen and (max-width: 749px) {
  .banner:not(.banner--stacked) {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .banner__content {
    margin-top:-22rem;
  }
}

@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%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
}

.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) > .mobile__banner__media {
    height: 39rem;
  }
}

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

.banner--adapt {
  height: auto;
}

@media screen and (max-width: 749px) {
  .mobile__banner__media {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
}
  .banner--stacked:not(.banner--adapt) .banner__media {
    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%;
  justify-content: center;
  /*background: linear-gradient(to bottom, rgba(245, 246, 252, 0.0), rgba(0, 0, 0, 1));*/
}

@media screen and (max-width: 749px) {
  .banner__content {
    display: flex;
    position: relative;
    padding-bottom: 2rem;
    padding-top: 5rem;
  }
}

@media screen and (min-width: 750px) {
  .grid--1-col .grid__item {
    max-width: 50%;
    width: 50%;
}
}

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

.banner__box > * + .banner__buttons {
  margin: 0 auto;
  margin-top: 2.3rem;
  transform: translateX(1rem);
  font-family: 'Bahnschrift';
}

.banner__box > * + .banner__buttons--multiple {
  display: flex;
  max-width: 45rem;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  font-family: 'Bahnschrift';
}

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

.banner__content .button + .button {
  margin-top: 1.5rem;
}

.banner__content .button {
  height: auto;
  margin-right: 2rem;
}

.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: 0;
}

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

@media screen and (max-width: 749px) {
  .banner__content .button {
    flex-grow: 1;
  }

  .banner--stacked .banner__box {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .banner__box {
    padding: 10rem;
    width: 200rem;
  }

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

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

.banner__heading {
  margin-bottom: 0;
  color: {{ section.settings.box_text_color }};    
}

span {
  color: {{ section.settings.box_text_color }};    
}

@media screen and (max-width: 749px) {
  .banner__heading {
  text-align: center; 
}
}


@media screen and (max-width: 749px) {
  .banner__media {
  display: none; 
}
}

  @media screen and (min-width: 749px) {
  .mobile__banner__media {
  display: none; 
}
  }
  
