.form-columns-1:has(input[type="hidden"]){
  display: none;
}

.m-form__button{
  background-color: var(--offBlack); 
  color: var(--white) !important;
}

.hero_banner_basic {
  --contentWidth: 420px;
  background-color: var(--offBlack);
  overflow: hidden;
  position:relative;
}
.banner_basic_image_overlay path {
  fill: var(--offBlack);
}
.banner_basic__inner:not(.slick-initialized) .banner_basic__slide:not(:first-of-type){
  display: none !important; 
}

.hero_banner_basic .slick-slide {
  height: auto;
}

.hero_banner_basic .slick-track {
  display: flex;
}

.banner_basic__content {
  color: var(--white);
  overflow: hidden;
  padding-top: 170px;
  padding-bottom: 56px;
  z-index: 99;
  position: relative;
}

.banner_basic__headings {
  display: flex;
  flex-direction: column;
  word-break: normal;
}

.m-standard_banner__subheading {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  font-size: 1.063rem;
  color: var(--yellow);
}

.m-standard_banner__subheadingicon {
  margin-right: 15px ;
  width: 60px;
  height: 60px;
  color: var(--white);
}

.m-standard_banner__subheadingicon img,
.m-standard_banner__subheadingicon svg {
  width: 100%;
  height: 100%;
}

.m-standard_banner__subheadingicon svg {
  fill: currentColor;
}

.m-standard_banner__subheadingicon img {
  object-fit: contain;
}

.banner_basic__title {
  margin: 0;
  font-weight: 400;
  color: var(--headingsOnOffBlack);
}
h2.banner_basic__title {
  font-size: 40px;
  line-height: 1.25;
}

.banner_basic__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0;
}

.banner_basic__actions .hs-cta-button {
  color: var(--white);
}

.banner_basic__media {
  position: relative;
}

.m-standard_banner__image-wrapper {
  display: block;
  height: 100%;
}

.m-standard_banner__image,
.m-standard_banner__video {
  object-fit: cover;
  width: 100%;
  height: 100%!important;
}

.m-standard_banner__video {
  display: block;
  position: relative;
  top: 1px;
}

.banner_basic_image_overlay {
  position: absolute;
  top: -1px;
  left: 0;
  width: auto;
  height: calc(100% + 10px);
  fill: var(--offBlack);
  z-index: 9;
  pointer-events: none;
}

.m-standard_banner__controls {
  justify-content: flex-start;
  width: 100%;
}
.banner_basic__summary {
  padding-right: 36px;
  margin: 20px 0;
}
.banner_basic_image_overlay.mob_img_overlay{
  display:none;
}

div[data-global-resource-path*=header] {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 150;
  width: 100%;
}
.m-site_header {
  background: transparent;
} 
.banner_basic__slide.fullWdth_video .banner_basic__media {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
.banner_basic__slide.fullWdth_video .banner_basic_image_overlay {
  display: none;
}
.hero_banner_basic .banner_basic__actions {
    margin-top: 30px;
}

@media (min-width: 992px){

  .banner_basic_image_overlay {
    border-left: 2px solid var(--offBlack);
  }

  .banner_basic__slide {
    position: relative;
  }


  .banner_basic__content--slide {
    padding-bottom: 50px;
  }
  .banner_basic__media {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
  }

  .m-standard_banner__controls {
    max-width: var(--contentWidth);
    margin-top: -3px;
    margin-left: 20px;
    transform: translateY(-50px);
  }

}

@media (min-width: 1200px){

  .banner_basic__content--slide {
    padding-bottom: 110px;
  }

  .banner_basic__media {
    width: 50%;
  }

}

@media (min-width: 1320px){

  .banner_basic__content {
    margin-left: calc( (100% - var(--containerWidth) ) /2 );
    /*width: 100%;
    max-width: 517px;*/
  }
  
  .banner_basic__headings, .banner_basic__summary, .banner_basic__actions { max-width: 600px; width: 100%; }

  .m-standard_banner__controls {
    margin-left: calc( (100% - var(--containerWidth) ) /2 );
  }

}

@media (max-width: 1319px){

  .banner_basic__content {
    padding-left:20px;
    padding-right:20px;
  }
  .banner_basic__summary{
    padding-right: 0;
  }

/*   .banner_basic__content {
    width: 50%;
  } */
  .banner_basic__headings, .banner_basic__summary, .banner_basic__actions { width: 50%; }

}
@media (min-width:992px) and (max-width: 1319px){
  .banner_basic__media {
    width:50%;
  }
  .banner_basic__actions a.e-button {
    font-size: 12px;
  }
  .banner_basic__slide.fullWdth_video .banner_basic__actions a.e-button {
    font-size: .938rem;
  }
/*   .banner_basic__slide.fullWdth_video .banner_basic__content {
    width: 60%;
  } */
  .banner_basic__headings, .banner_basic__summary, .banner_basic__actions { width: 60%; }
}
@media (max-width: 991px){
  .banner_basic__content {
    padding-top: 150px;
    padding-bottom: 20px;
    width: 100%;
  }
  .banner_basic__headings, .banner_basic__summary, .banner_basic__actions { width: 100%; }

  .hero_banner_basic .slick-list {
    order: 1;
    display: flex;
    flex-direction: column;
  }

  .hero_banner_basic .slick-slide {
    display: flex!important;
    flex-direction: column;
  }

  .banner_basic__media {
    margin-top: auto;
    width:100%;
  }

  .m-standard_banner__image {
    display: block;
  }

  .m-standard_banner__controls {
    order: 1;
    padding: 20px;
  }

}

@media(max-width:767px){
  h2.banner_basic__title {
    font-size: 25px;
    line-height: 1.4;
  }
  .banner_basic__summary {
    display: none;
  }
  .banner_basic__actions a.e-button {
    width: 250px;
  }
  .banner_basic__actions {
    margin-top: 20px;
    gap: 10px;
  }
  .banner_basic_image_overlay.mob_img_overlay{
    display:block;
    height: auto;
    width: 100%;
  }
  .banner_basic_image_overlay.desktop_img_overlay{
    display:none;
  }
}
@media(max-width:567px){
  .banner_basic__content {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  /* 1. Reset the slide to a vertical flow */
  .banner_basic__slide.fullWdth_video {
    display: flex !important;
    flex-direction: column;
    height: auto;
  }

  /* 2. Push text to the top and give it a solid background */
  .banner_basic__slide.fullWdth_video .banner_basic__content {
    position: relative;
    order: 1; /* Ensures text is first */
    background-color: var(--offBlack); /* Prevents video bleeding behind text */
    padding-bottom: 30px; /* Space before video starts */
    width: 100%;
  }

  /* 3. Pull the video out from 'under' the text and place it below */
  .banner_basic__slide.fullWdth_video .banner_basic__media {
    position: relative; /* Removes the absolute 'layering' */
    order: 2; /* Places it under the content */
    width: 100%;
    height: 300px !important; /* Forces a visible window for the video */
  }

  /* 4. Ensure the video subject is visible */
  .banner_basic__slide.fullWdth_video .m-standard_banner__video {
    object-fit: cover;
    object-position: right center; /* Keeps the tug/movement in frame */
  }
@media (max-width: 991px) {
  /* 1. Nuke any background gradients on the content and media wrappers */
  .banner_basic__slide.fullWdth_video .banner_basic__content,
  .banner_basic__slide.fullWdth_video .banner_basic__media,
  .banner_basic__slide.fullWdth_video .m-standard_banner__image-wrapper {
    background-image: none !important;
    background: var(--offBlack) !important; /* Forces solid color for text area */
  }

  /* 2. Kill all pseudo-elements (Common place for 'invisible' gradients) */
  .banner_basic__slide.fullWdth_video .banner_basic__content::before,
  .banner_basic__slide.fullWdth_video .banner_basic__content::after,
  .banner_basic__slide.fullWdth_video .banner_basic__media::before,
  .banner_basic__slide.fullWdth_video .banner_basic__media::after {
    content: none !important;
    display: none !important;
  }

  /* 3. Ensure the video area specifically has NO background color or shadow */
  .banner_basic__slide.fullWdth_video .banner_basic__media {
    background-color: transparent !important;
    box-shadow: none !important;
    order: 2 !important;
    height: 300px !important; /* Adjust height as needed */
  }

  /* 4. Final sweep of the SVG/Overlay elements */
  .banner_basic_image_overlay {
    display: none !important;
    visibility: hidden !important;
  }
/* --- MOBILE RECONSTRUCTION FOR HERO --- */
@media (max-width: 991px) {

  /* 1. Nuke the Gradient Div and the SVG Overlay Shapes */
  .banner_basic__slide.fullWdth_video .overlay_color,
  .overlay_color.ovlay_color,
  .banner_basic_image_overlay,
  .banner_basic_image_overlay.mob_img_overlay,
  .banner_basic_image_overlay path {
    display: none !important;
    background: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  /* 2. Transform the Hero into a Vertical Stack */
  .hero_banner_basic .banner_basic__slide.fullWdth_video {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    background-color: var(--offBlack);
  }

  /* 3. Style the Content (Text) Block */
  .banner_basic__slide.fullWdth_video .banner_basic__content {
    position: relative !important;
    order: 1 !important; /* Forces text to the top */
    width: 100% !important;
    background-color: var(--offBlack) !important;
    padding-top: 140px !important; /* Space for the sticky header/logo */
    padding-bottom: 40px !important;
    z-index: 10;
  }

  /* 4. Style the Media (Video) Block */
  .banner_basic__slide.fullWdth_video .banner_basic__media {
    position: relative !important;
    order: 2 !important; /* Moves video below the buttons */
    width: 100% !important;
    height: 220px !important; /* Forces a clear window for the video */
    bottom: auto !important;
    right: auto !important;
    overflow: hidden;
  }

  /* 5. Anchor the Video to the Right to keep the Tug visible */
  .banner_basic__slide.fullWdth_video .m-standard_banner__video {
    object-fit: cover !important;
    object-position: 75% center !important; 
  }
}

/* Add a little breathing room between buttons and video on small phones */
@media (max-width: 767px) {
  .banner_basic__actions {
    margin-bottom: 20px;
  }
}
