/** Shopify CDN: Minification failed

Line 586:0 Unexpected "}"

**/
.banner {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: auto;
  isolation: isolate;
}

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

@media screen and (min-width: 375px) and (max-width: 389px) {
    .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 55rem;
    }
}

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

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

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

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

  .main-banner-section.banner--large:not(.banner--adapt) {
        min-height: 101vh;
  }

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

  .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;
    padding-block-start: 15rem;
  }

  .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: static;
  width: 100%;
  align-items: center;
  justify-content: 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;
  }
}

@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-scheme-1 {
    background: transparent;
  }
}

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

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

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

  .banner--desktop-transparent .banner__box {
    padding: 1rem 0;
    background: transparent;
    max-width: 68rem;
    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::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: 1400px) {
  .banner__box {
    max-width: 90rem;
  }
}

.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: 749px) {
  .banner:not(.slideshow) .rte a,
  .banner:not(.slideshow) .inline-richtext a:hover,
  .banner:not(.slideshow) .rte a:hover {
    color: currentColor;
  }
}

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


/*banner styling*/
/* .main-banner-section.banner--large:not(.banner--adapt) {
    min-height: calc(100vh - 39px);
} */
.main-banner-section .banner__media video {
    object-fit: cover;
}
.main-banner-section .banner__content .banner__box {
  max-width: 1400px;
}
.main-banner-section .banner-heading-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.main-banner-section .banner-heading-section .banner-offer p {
    white-space: nowrap;
    margin: 0;
    color: #F5F3E7;
    font-size: 19px;
    line-height: 23px;
}
.main-banner-section .banner__content {
  max-width: 1218px;
}
.main-banner-section .banner__content .banner__box {
    max-width: 100%;
    min-width: 100%;
}
.main-banner-section .banner__content .banner__box .banner__heading {
  text-align: left;
  margin: 0;
  max-width: 610px;
  font-family: 'Neue Haas Grotesk Display Pro';
  color: #F5F3E7;
  /* font-weight: bold; */
  font-size: 58px;
  line-height: 55px;
  display: block;
}
.main-banner-section .banner__content .banner__buttons{
  display: none;
}
.main-banner-section .banner__buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    margin: 0 auto;
    justify-content: center;
}
.main-banner-section .banner__buttons .button {
    color: #F5F3E7;
    font-size: 17px;
    text-transform: uppercase;
    border: 1px solid #F5F3E7;
    border-radius: 30px;
    z-index: 9;
    min-height: auto;
    padding: 14px 22px 14px;
    line-height: normal;
    transition: all 0.3s ease 0s;
}
.main-banner-section .banner__buttons .button:hover {
    border-color: #462c14;
    background-color: #462c14;
}
.main-banner-section .banner__buttons .button::after, .main-banner-section .banner__buttons .button::before {
    display: none;
}

/*custom banner 
.custom_banner  {
  margin: 38px 0 0;*/
}
.custom_banner .banner-heading-section .banner__heading {
    margin: 0;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 53px;
    max-width: 550px
    font-weight: 400;
    color: #F5F3E7;
    line-height: 63px;
}
.custom_banner .banner__buttons {
    margin-top: 94px;
}
/* .custom_banner .banner__buttons .button {
    font-size: 20px;
    text-transform: uppercase;
    color: #F5F3E7;
  background: rgba(217, 217, 217, 26%);
  border-radius: 30px;
    border: 1px solid #F5F3E7;
      padding: 13px 35px;
} */
.custom_banner .banner__buttons .button {
    font-size: 17px;
    text-transform: uppercase;
    color: #f5f3e7;
    background: #d9d9d942;
    border-radius: 30px;
    border: 1px solid #F5F3E7;
    padding: 14px 34px;
    line-height: 1.1;
    min-width: auto;
      font-weight: 300;

}
.custom_banner .banner__buttons .button:before, .custom_banner .banner__buttons .button:after {
    display: none;
}
.custom_banner .banner__buttons .button::before {
    content: '';
    display: block;
    background: rgba(217, 217, 217, 26%);
    filter: blur(10px);
}
@media only screen and (min-width: 768px) {
  .main-banner-section .banner__content .banner__box .banner__heading.mobile-heading {
    display: none;
  }
  .main-banner-section .banner__media video.mobile_video {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-section .banner__content .banner__box .banner__heading.desktop-heading {
    display: none;
  }
  .main-banner-section .banner__media video.desktop_video {
    display: none;
  }
  .main-banner-section .banner__content .banner__box .banner__heading p {
    margin: 0;
}
  .main-banner-section .banner__buttons {
    bottom: 28px;
  }
  .main-banner-section .banner-heading-section {
    flex-direction: column;
    gap: 14px;
  }
  .main-banner-section .banner__content .banner__box .banner__heading {
    text-align: center;
    font-size: 41px;
    line-height: 34px;
    padding: 18.5px 0;
  }
  .main-banner-section .banner-heading-section .banner-offer p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 6px;
  }
  .main-banner-section .banner__buttons .button {
    font-size: 14px;
    line-height: 17px;
    min-height: auto;
    padding: 9px 17px 7px;
}
  .custom_banner .banner-heading-section h2.banner__heading {
    font-size: 42px;
    line-height: 1;
  }
  .custom_banner .banner__buttons {
    margin-top: 62px;
}
  .custom_banner .banner__buttons .button {
    font-size: 17px;
    line-height: 10px;
    padding: 14px 34px;
    min-height: auto;
}
  .custom_banner .banner__content {
    min-height: 501px !important;
}
/*  .custom_banner  {
  margin: 27px 0 0;
}*/
}