@charset "UTF-8";
/* CSS Document */


/* ==========================================================================

   HERO IMAGE

   ========================================================================== */

.headerHero {

  position: relative;

  width: 100%;

  height: 550px; /* real fixed desktop height */

  overflow: hidden;

}



.headerHero img {

  width: 100%;

  height: 100%;

  display: block;

  object-fit: cover;

  margin: 0 auto;

}



.headerHero img.heroAlign-top {

  object-position: center top;

}



.headerHero img.heroAlign-middle {

  object-position: center center;

}



.headerHero img.heroAlign-bottom {

  object-position: center bottom;

}



/* ==========================================================================

   HERO VIDEO

   ========================================================================== */

.headerHero .heroVideo {

  width: 100%;

  height: 100%;

  display: block;

  object-fit: cover;

}



/* ==========================================================================

   OVERLAY BOX — base + positions

   ========================================================================== */

.boxDark {

  background: rgba(0, 0, 0, 0.2);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  max-height: 315px;

}



/*

.boxDark::before {

  content: "";

  position: absolute;

  top: 0;

  width: 100%;

  height: 3px;

  background-color: #D03E00;

}

*/



.boxDark h3 {

  color: white;

  font-size: 35px;

  margin-bottom: 15px;

  text-align: center;

  margin-top: -15px;

}



/* -- position variants -- */

.boxDarkCenter {

  position: absolute;

  top: 70%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 60%;

  max-width: 750px;

  height: 35%;

}



.boxDark-top-left {

  position: absolute;

  top: 20%;

  left: 27%;

  transform: translate(-50%, -50%);

  width: 52%;

  max-width: 550px;

  height: 35%;

}



.boxDark-top-middle {

  position: absolute;

  top: 20%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 60%;

  max-width: 750px;

  height: 35%;

}



.boxDark-top-right {

  position: absolute;

  top: 20%;

  right: 10px;

  transform: translateY(-50%);

  width: 50%;

  max-width: 550px;

  height: 35%;

}



.boxDark-bottom-left {

  position: absolute;

  top: 80%;

  left: 25%;

  transform: translate(-50%, -50%);

  width: 50%;

  max-width: 550px;

  height: 35%;

}



.boxDark-bottom-middle {

  position: absolute;

  top: 80%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 60%;

  max-width: 750px;

  height: 35%;

}



.boxDark-bottom-right {

  position: absolute;

  top: 80%;

  right: 10px;

  transform: translateY(-50%);

  width: 50%;

  max-width: 550px;

  height: 35%;

}



/* ==========================================================================

   STRIVE TEXT OVERLAY (default / center variant)

   ========================================================================== */

.txtStrive {

  transform: rotate(-4deg);

  margin: -35px 0 -35px 0;

  max-width: 600px;

  font-family: 'Strive-Regular', sans-serif;

  color: #fff;

  font-size: 78px;

  text-align: center;

  line-height: 108px;

  white-space: nowrap;

}



.txtStriveStraight {

  transform: rotate(-2deg);

  margin: -15px 0 -25px 0;

  line-height: 108px;

}



#strive-hero-overlay-text {

  gap: 8px;

}



#strive-hero-overlay-text .txtStrive,

#strive-hero-overlay-text .txtStriveStraight {

  line-height: .6;

  margin: -20px 0 0 0 !important;

}



#strive-hero-overlay-text h3 {

  margin: 0;

}



/* -- editable-button variant -- */

.h3Subhead h3 {

  font-size: 28px;

  margin-bottom: -15px;

  margin-top: -3px;

}



/* ==========================================================================

   STRIVE OVERLAY — custom CTA variant

   ========================================================================== */

.boxDark1 h3 {

  font-size: 19px !important;

  margin: 10px 10px -30px 10px !important;

}



/* ==========================================================================

   BUTTONS

   ========================================================================== */

.btnWrap {

  display: flex;

  justify-content: center;

  margin-top: 15px;

}



.btnWrap a {

  text-decoration: none;

}



.verticalSlide {

  position: relative;

  bottom: 1px;

  left: 50%;

  transform: translateX(-50%);

  background: rgba(0, 0, 0, 0.6);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

  padding: 6px;

  top: -38px;

  width: 150px;

}



.verticalSlide a:hover {

  color: #fff;

  text-decoration: none;

}



.btnArrowDark.customArrow::after {

  content: '➜';

  position: absolute;

  top: calc(0%);

  transform: rotate(90deg);

  font-size: 20px;

}



.btnArrowDark.customArrow:hover::after {

  color: #fff;

  right: 5px;

}



/* ==========================================================================

   MEDIA QUERIES

   Ordered widest → narrowest. Each breakpoint appears in exactly one block.

   ========================================================================== */



/* --- Tablet: 601px–1024px --- */

@media only screen and (min-width: 601px) and (max-width: 1024px) {

  .headerHero {

    height: 450px;

  }



  .boxDark {

    max-width: none;

    height: auto;

    min-height: 200px;

    padding: 20px 0 10px 0;

    box-sizing: border-box;

    width: 90%;

  }



  .boxDark-top-left {

    top: 30%;

    left: 287px;

    width: 83%;

    max-width: 550px;

    height: 55%;

  }



  .boxDark-bottom-left {

    top: 70%;

    left: 287px;

    width: 83%;

    max-width: 550px;

    height: 55%;

  }



  .boxDark-top-middle {

    top: 28%;

    width: 60%;

    min-width: 535px;

    height: 50%;

  }



  .boxDark-bottom-middle {

    top: 72%;

    width: 60%;

  }



    .boxDark-top-right {

  top: 27%;

  right: 10px;

  width: 60%;

  height: 48%;

}



  .boxDark-bottom-right {

  top: 73%;

  right: 10px;

  width: 60%;

  height: 48%;

}



  .txtStrive {

    line-height: 58px;

    margin: -10px 0 -20px 0;

    font-size: 48px;

  }



  .verticalSlide {

    display: none;

  }

}



/* --- Tablet (large): 821px–1024px --- 

@media only screen and (min-width: 821px) and (max-width: 1024px) {

  .txtStrive {

    line-height: 110px;

  }

}

*/



/* --- Phone: up to 660px --- */

@media only screen and (max-width: 660px) {

  .headerHero {

    position: relative;

    width: 100%;

    height: auto;

    overflow: visible;

  }



  .headerHero img {

    height: auto;

    max-height: none;

  }



  .boxDark {

    position: relative;

    top: auto;

    left: auto;

    transform: none;

    width: 100%;

    max-width: none;

    height: auto;

    padding: 20px 0px;

    box-sizing: border-box;

    background: rgba(0, 0, 0, 0.9);

    display: table;

  }



  .boxDark h3 {

    margin-top: -10px;

  }



  .txtStrive {

    width: 100%;

    transform: rotate(-.5deg);

    font-size: 48px;

    text-align: center;

    margin: -20px 0;

    line-height: 48px;

    white-space: wrap;

  }



  .txtStriveStraight {

    margin: 5px 0;

    line-height: 58px;

  }



  #strive-hero-overlay-text .txtStrive,

  #strive-hero-overlay-text .txtStriveStraight {

    line-height: .6;

    margin: 0 !important;

  }



  .btnWrap {

    align-items: center;

  }



  .verticalSlide {

    display: none;

  }



  .boxDark-top-right {

    right: 0;

  }



  .boxDark-bottom-right {

    right: 0;

  }

}



/* --- Strive overlay (custom CTA): 660px–900px --- */

@media (min-width: 660px) and (max-width: 900px) {

  .txtStriveSmall1 {

    font-size: 30px;

    margin: -15px 0 -5px 0;

  }

}



/* --- Strive overlay (custom CTA): 343px–638px --- */

@media (min-width: 343px) and (max-width: 638px) {

  .boxDark1 h3 {

    font-size: 16px !important;

    margin: 30px 10px 0px 10px !important;

  }



  .txtStriveSmall1 {

    font-size: 35px;

    line-height: 40px;

    margin: -5px 10px -5px 10px;

  }

}



/* --- Strive overlay (custom CTA): up to 342px --- */

@media (max-width: 342px) {

  .boxDark1 h3 {

    margin: 0 5px 0px 5px !important;

  }



  .txtStriveSmall1 {

    font-size: 26px;

    margin: -5px 0 10px 0;

  }

}


