/** Shopify CDN: Minification failed

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

**/
/* Mobile-specific styles */
@media screen and (max-width: 767px) {
  .button-container { /* Ensure the parent element has this class */
    display: flex;
    justify-content: space-between; /* Distribute space between buttons */
    gap: 10px; /* Optional: adds space between the buttons */
  }/* affect this banner only */

  a.button,
  a.button--primary,
  a.button--secondary {
    background-color: black !important;
    color: white !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    padding: 10px 20px !important;
    flex: 1; /* Ensures buttons fill available space */
    text-align: center; /* Center the text inside the buttons */
  }
}

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

.banner__box {
  text-align: center;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.banner__box.gradient {
  transform: perspective(0);
}

@media (max-width: 767.98px) {
   .banner-buttons .button {
      background: none;
      text-decoration: underline;
      font-size: 10px;
      width: inherit;
      min-width: inherit;
      padding: 0;
      height: inherit;
      font-weight: 700;
      font-family: 'Work Sans', sans-serif;
      min-height: unset;
   }
   .banner-buttons .button:before,
   .banner-buttons .button:after{
    box-shadow: unset;
  }
  .banner-buttons .button:not([disabled]):hover::after{
    box-shadow: unset;
  }
}

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

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

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

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

  .banner--content-align-left.banner--desktop-transparent .banner__box,
  .banner--content-align-right.banner--desktop-transparent .banner__box,
  .banner--medium.banner--desktop-transparent .banner__box {
    max-width: 68rem;
  }
}

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

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

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

  .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 34rem;
  }

  .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 39rem;
  }

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

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

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

@media screen and (min-width: 750px) {
  .banner {
    flex-direction: row;
    margin-left: 32px;
    margin-right: 32px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner__media-half.animate--fixed:first-child > img,
.banner__media-half.animate--zoom-in:first-child > img {
  width: 50%;
}

.banner__media-half.animate--fixed:nth-child(2) > img,
.banner__media-half.animate--zoom-in:nth-child(2) > img {
  left: 50%;
  width: 50%;
}

@media screen and (max-width: 749px) {
  .banner--stacked .animate--fixed:first-child > img,
  .banner--stacked .animate--zoom-in:first-child > img {
    width: 100%;
  }

  .banner--stacked .banner__media-half.animate--fixed:nth-child(2) > img,
  .banner--stacked .banner__media-half.animate--zoom-in:nth-child(2) > img {
    left: 0;
    width: 100%;
  }

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

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

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

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

@media screen and (max-width: 749px) {
  .banner--mobile-bottom .banner__media,
  .banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .banner__content.banner__content--justify-center-left .banner__box {
      text-align: left;
      width: 100%;
      max-width: 100%;
      height: 100%;
      position: relative;
      min-width: 100%;
  }

  .banner__content.banner__content--justify-center-left.page-width .floating__media {
      width: auto;
      display: inline-block;
      text-align: center;
      height: 100%;
  }

  .banner__content.banner__content--justify-center-left.page-width .banner-buttons {
      justify-content: center;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
  }

  .banner__content.banner__content--justify-center-left.page-width .banner-buttons .button {
      margin: 0;
      max-width: 300px;
  }

  .floating__media .banner-text {
      margin-top: 1.6rem;
      padding: 0 32px;
  }

  .floating__media .banner-text.banner__text.subtitle {
    font-size: 24px;
  }

  .floating__media .banner--small{
    height: 80px;
    width: 100%;
    min-height: unset;
    object-fit: contain;
    padding: 0 32px;
  }
  .floating__media .banner--medium{
    height: 160px;
    width: 100%;
    min-height: unset;
    object-fit: contain;
    padding: 0 32px;
  }
  .floating__media .banner--large{
    height: 240px;
    width: 100%;
    min-height: unset;
    object-fit: contain;
    padding: 0 32px;
  }
}

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

  .banner:not(.banner--mobile-bottom) .field__input,
  .banner--mobile-bottom:not(.banner--stacked) .banner__box.color-background-1 {
    background: transparent;
  }

  .banner__content.banner__content--justify-center-left .banner__box {
      text-align: left;
      width: 100%;
      max-width: 100%;
      height: 100%;
      position: relative;
      min-width: 100%;
  }

  .banner__content.banner__content--justify-center-left.page-width .floating__media {
      text-align: center;
      height: 100%;
      margin-top: 32px;
  }

  .banner__content.banner__content--justify-center-left.page-width .banner-buttons {
      justify-content: center;
      position: absolute;
      bottom: 30rem;
      right: 0;
      left: 50%;
      transform: translate(-50%, -100%);
      width: 100%;
      flex-direction: row;
  }

  .banner__content.banner__content--justify-center-left.page-width .banner-buttons .button {
      margin: 0;
      max-width: max-content;
      font-size: 10px;
  }

  .floating__media .banner-text {
      margin-top: 1.6rem;
      padding: 0 32px;
  }

  .floating__media .banner-text.banner__text.subtitle {
    font-size: 18px;
    display: none;
  }
  
  .floating__media .banner--small{
    height: 80px;
    width: 100%;
    min-height: unset;
    object-fit: contain;
    padding: 0 32px;
  }
  .floating__media .banner--medium{
    height: 160px;
    width: 100%;
    min-height: unset;
    object-fit: contain
    padding: 0 32px;
  }
  .floating__media .banner--large{
    height: 240px;
    width: 100%;
    min-height: unset;
    object-fit: contain;
    padding: 0 32px;
  }
}

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

@media screen and (max-width: 749px) {
  #shopify-section-template--15275645141101__image_banner_one_XEcYe8 .banner__content {
      align-items: flex-start;
      justify-content: flex-start;
    }
}  

/* new changes */
.banner__box.banner-test {
  padding: 3rem 0.5rem;
  background: transparent;
 

}
.banner-heading.banner__heading{
    color: white;
    font-size: 60px;
    font-family: 'LibreMedium', 'Libre Bodoni', serif;
    line-height: 60px;
    font-style: italic;

}
.banner-text.banner__text{
  color: white;
  font-size: 14px;
  line-height: 1.2;
}

.banner-buttons.banner__buttons a{
height: 44px;
}
.banner__content--top-left .banner-buttons.banner__buttons a:nth-child(1),
.banner__content--bottom-left .banner-buttons.banner__buttons a:nth-child(1)
{
  margin-left: -14rem;
    opacity: inherit;
  height: 40px;
    min-width: 110px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 1.5rem;
    font-family: 'WorkSansRegular', 'Work Sans';
    font-weight: 500;
    letter-spacing: 1px;
    max-width: 300px;
}
.banner__content--top-left .banner-buttons.banner__buttons a:nth-child(2),
.banner__content--bottom-left .banner-buttons.banner__buttons a:nth-child(2){
    margin-left: 8rem;
    opacity: inherit;
  height: 40px;
    min-width: 110px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 1.5rem;
    font-family: 'WorkSansRegular', 'Work Sans';
    font-weight: 500;
    letter-spacing: 1px;
    max-width: 300px;
}
.banner__content--top-right .banner-buttons.banner__buttons a:nth-child(1),
.banner__content--bottom-right .banner-buttons.banner__buttons a:nth-child(1)
{
    opacity: inherit;
    height: 40px;
    min-width: 110px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 0.6rem;
    font-family: 'WorkSansRegular', 'Work Sans';
    font-weight: 500;
    letter-spacing: 1px;
    max-width: 300px;
}
.banner__content--top-right .banner-buttons.banner__buttons a:nth-child(2),
.banner__content--bottom-right .banner-buttons.banner__buttons a:nth-child(2){
    margin-left: 2rem;
    opacity: inherit;
    height: 40px;
    min-width: 110px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 1.5rem;
    font-family: 'WorkSansRegular', 'Work Sans';
    font-weight: 500;
    letter-spacing: 1px;
    max-width: 300px;
}

.banner__box.banner-test > * + .banner__buttons.banner-buttons{
  margin-top:3rem;
}

/* end */

@media screen and (min-width: 750px) {
  .banner--desktop-transparent .banner__box {
    background: transparent;
    max-width: 89rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

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

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

@media screen and (max-width: 749px) {
  .banner--mobile-bottom::after,
  .banner--mobile-bottom .banner__media::after {
    display: none;
  }
  .banner-buttons.banner__buttons a:nth-child(1),
  .banner-buttons.banner__buttons a:nth-child(2){
    font-weight: 700 !important;
    height: 20px;
    font-size: 5px;
  }
}

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

.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 {
    width: auto;
    max-width: 71rem;
    min-width: 45rem;
  }
}

@media screen and (min-width: 1280px) {
  .banner__box {
    max-width: 49rem;
  }
}

.banner__heading {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

@media screen and (max-width: 760px) {
  .banner:not(.slideshow) .rte a,
  .banner:not(.slideshow) .inline-richtext a:hover,
  .banner:not(.slideshow) .rte a:hover {
    color: currentColor;
  }

  /* new changes */
  .content-container--full-width-mobile .banner-heading.banner__heading{
    color: #fff;
    margin-left: -1rem;
    font-size: 36px;
    font-family: LibreMedium,Libre Bodoni,serif;
    line-height: 1.2;
    font-style: italic;
  }

  .content-container--full-width-mobile .banner-buttons.banner__buttons a:nth-child(1) {
    opacity: inherit;
    height: 40px;
    text-transform: uppercase;
    font-family: WorkSansRegular,Work Sans;
    letter-spacing: 1px;
    font-size: 8px; 
    min-width: auto;
}
  .content-container--full-width-mobile .banner-buttons.banner__buttons a:nth-child(2) {
    opacity: inherit;
    height: 40px;
    min-width: 110px;
    font-size: 8px;
    text-transform: uppercase;
    padding: 0 1.5rem;
    font-family: WorkSansRegular,Work Sans;
    font-weight: 500;
    letter-spacing: 1px;
    max-width: 300px;
min-width: auto;  
}

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