<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************** Hero Banner *****************/
.topHeader {
  position: relative;
  margin: 0px;
  padding: 0px;
  background: #043263;
  height: 440px;
  overflow: hidden;
  width: 100%;
  display: flex;
}
/**clip**/
.clip {
  width: 1176px;
  background: url('../images/lightstream.png') no-repeat;
  background-position: top right;
  height: 440px;
  z-index: 99;
  margin: 0px auto;
  position: relative;
}
.clip .heroTxt{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: auto;
  max-width: 465px;
  color: #fff;
  text-align: left;
}
.clip h1 {
  font-family: 'BentonSansBBVA-Medium';
  font-size: 48px;
}
.clip h1 span {
  color: var(--aqua);
}
.clip h2 {
  font-family: 'BentonSansBBVA-Book';
  font-size: 32px;
  margin-top: 22px;
  line-height: 30px;
}
/** Clip **/
/** Image **/
.imagenH1 {
  position: absolute;
  top: 40%;
  left: 52%;
  height: auto;
  min-height: 400px !important;
  width: 80%;
  transform: translate(-20%, -45%);
}
/** Image **/
.lineIsMobile {
  -webkit-clip-path: polygon(100% 95%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 95%, 0% 100%, 100% 100%);
  width: 100%;
  height: 289px;
  background-color: #043263;
  position: absolute;
  bottom: 0px;
  display: none;
}
.copyMobileHero {
  display: none;
}
@media screen and (min-width: 1600px) {
  .imagenH1 {
    top: 40%;
    left: 44%;
    width: 60%;
    transform: translate(0%, -40%);
  }
}
@media screen and (max-width: 1024px) {
  .clip {
    display: none;
  }
  .lineIsMobile {
    display: block;
  }
  .topHeader {
    height: 350px;
  }
  .imagenH1 {
    top: 55%;
    left: 0%;
    height: auto;
    min-height: 300px !important;
    width: 100%;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 768px) {
  .topHeader {
    height: 250px;
  }
  .imagenH1 {
    left: 50%;
    width: 100%;
    min-height: 250px !important;
    transform: translate(-50%, -54%);
  }
}
@media (max-width: 570px) {
  .topHeader {
    height: 180px;
  }
}
/**********Copy mobile*********/
@media screen and (max-width: 1024px) {

  .copyMobileHero {
    text-align: center;
    color: var(--black-00);
    padding: 32px 0 50px;
    display: block;
    background: #043263;
  }
  .copyMobileHero h1 {
    font-weight: bold;
    line-height: 1.3;
    font-family: 'BentonSansBBVA-Bold';
    font-size: 28px;
    max-width: 572px;
    margin: 0px auto 20px auto;
  }
  .copyMobileHero h1 span {
    color: var(--aqua);
  }
  .copyMobileHero h2 {
    font-family: 'BentonSansBBVA-Medium';
    font-size: 18px;
    color: var(--black-00);
    margin-top: 22px;
    line-height: 30px;
    font-size: 20px;
  }
  .copyMobileHero h2 br {
    display: none;
  }
}</pre></body></html>