.offer-hero-module {
  position: relative;
  background-size: cover;
  padding-bottom: 1rem;
  height: 90vh;
}
  
.offer-hero-left {
  color:white;
  height:100%;
  display: flex;
  justify-content: center;
  margin-left: 1rem;
  padding-right:1rem;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  z-index:3;
}

.offer-hero-left h1, .offer-hero-left h2 {
  color: white;
  margin: 0.5rem 0 0 0;
  padding-left: 1rem;
  line-height: 0.95
}
.offer-hero-left h2 {
font-family: azo-sans-web;
font-weight:700; 
 

}

.offer-hero-left p:not(.lightbox-wrapper p) {
  padding-left: 1rem;
  margin: 2rem 0 0 0;
  font-family: azo-sans-web;
  font-weight: 100;
  font-size:1rem;
}

.offer-image {
height: 318px;
width: 400px;
display: flex;
justify-content: center;
align-items: start;
  position:absolute;
  right:-3rem;
  top:1rem;
z-index:1;
}

.offer-image img {
 max-height:150px;
 object-fit:contain;

}

.offer-hero-spacer {
display:none;
}

svg#offer-explosion {
  height: 200px;
}
svg#offer-arrow {
  height:100px;
}

@media only screen and (max-width: 500px) {
  svg#offer-arrow {
  display:none;
  }
  .offer-hero-spacer {
  display: block;
  height:200px;
  }
  .offer-image {
  height: 200px;
  }
  .offer-hero-module {
  height: unset;
  }
}


.offer-hero-splash {
  position:absolute;
  left:0;
  top:0;
  width:100%;
}
.offer-hero-splashwrapper {
 width:100%;
 position: absolute;
 top:0;
 right:0;
 max-width: 500px;
}

.offer-hero-splashtext {
 z-index:2;
 position: absolute;
 margin: 0 0.5rem 0 0.5rem
}
.lightbox-wrapper-left {
position: relative;
display:flex;
height: 70px;
margin-left: 1rem; 
margin-top: 2rem;
}

.lightbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-button-left {
  position: absolute;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1rem;
}

.lighbox-button {
  letter-spacing:0.2vw ;
  cursor: pointer;
  font-weight: 700;
  line-height: 45px;
  max-width: 360px;
  position: relative;
  text-decoration: none;
  width: 100%;
  border-radius:5px;
  

}
.lightbox-button:hover {
  text-decoration: none;
}

/*btn_background*/
.lightbox-button  {
  opacity:0.9;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
 
}


/*btn_text*/
.lightbox-button span {
  font-family: "serenity",sans-serif;
  font-weight:500;
  font-size: 24px;
  transition: all 0.2s ease-out;
  z-index: 2;
  letter-spacing:0.01em;
}

@media only screen and (max-width: 850px) {
  .lightbox-button  span {
    font-size:22px;
  }
}

@media only screen and (min-width: 1600px) {
   .lightbox-button span {
    font-size:24px;
  }
}
.lightbox-button :hover span{
  color: #FFFFFF 50%;
}

/*highlight*/
.lightbox-button: after {
  background: #FFFFFF;
  
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);/*easeOutCirc*/
  z-index: 1;
}
.lightbox-button :hover:after {
  background: #FFFFFF;
 
  opacity: 0.5;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.lightbox-button-hidden {
  display: none
}

.lightbox-form {
  background-color: #fff;
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightbox-form form {
  min-width: 280px;
}

.lightbox-open {
  display: block;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.lightbox-form h3.form-title {
display:none;
}


.lightbox .close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 1.5em;
  cursor: pointer;
}

@media (max-width: 468px) {
  .offer-hero-left h1 {
    font-size: 35px;
  }
    .offer-hero-left h2 {
    font-size: 25px;
  }
  .offer-hero-left p {
  font-size: 20px!important;
  }
}
