.banner {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  padding-top: 6rem;
  margin-bottom: 150px;

}

.banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-mask-image: url(//f.hubspotusercontent30.net/hubfs/7969530/ESPYR_MAY_2021/banner-background.svg);
  mask-image: url(//f.hubspotusercontent30.net/hubfs/7969530/ESPYR_MAY_2021/banner-background.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  background: #0058ff;

}

.banner .page-center {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
  padding-bottom: 12rem;
}

.banner-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.banner-column {
  position: relative;
  min-height: 1px;
  float: left;
  flex: 0 0 auto;
}

.banner-column.col1 {
  display: block;
  width: 58.33333%;
}

.banner h4 {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  color: #fff !important;
  font-weight: 700;
  line-height: 4rem;
}

.banner h4 span {
  color: #45f3d0 !important;
  font-family: Sora,sans-serif;
}

.banner p {
  font-size: 1.75rem;
  line-height: 2rem;
  color: #fff !important;
  max-width: 500px;
  margin: 30px 0 50px;
}

.banner-btn a {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1rem;
  outline: none;
  cursor: pointer;
  border: 0;
  height: 4rem;
  padding: 1.5rem 3.25rem;
  transition: color .2s ease,background-color .2s ease;
  color: #fff;
  background-color: hsla(0,0%,100%,0);
  box-shadow: inset 0 0 0 1px #fff;
  text-decoration: none;
}

.banner-btn a.cta_button {
  height: unset;
}

.banner-btn a.cta_button:hover {
  background-color: #fff;
}

.banner-btn a:hover {
  color: #555;
}

.banner-btn a span {
  z-index: 18;
  display: inline-block;
}

.banner-btn a span.highlight {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 10%;
  height: 120%;
  margin-right: -35%;
  transition: width .15s ease-out;
  -webkit-transform: skew(-45deg);
}

.banner-btn a:hover span.highlight {
  right: -195%;
  width: 160%;
  margin-right: 170%;
  transition: right .3s cubic-bezier(.95,.94,.52,1.05),color .15s;
}

.banner-column.col2 {
  width: 41.66667%;
  display: flex;
  justify-content: center;
}

.banner-img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 520px;
  height: 747px;
  margin-top: -2rem;
}

.banner-img picture img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  transition: none 0s ease 0s;
}

@media (min-width: 480px) {
  .bannerd-btn {
    display: none;
  }
}

@media (max-width:991px) {

  .banner::before {
    -webkit-mask-position: initial;
    mask-position: center;
  }

}

@media (max-width:860px) {

  .banner-img {
    width:300px;
  }
}

@media (max-width:768px) {

  .banner {
    height: 700px;
    margin-bottom: 0;
  }

  .banner .page-center {
    padding-bottom: 6rem;
  }

  .banner-column.col2 {
    padding: 50px 0;
  }

  .banner-img {
    width:400px;
  }

  .banner h4 {
    font-size: 2rem;
    line-height: 3rem;
    padding-top: 30px;
  }

  .banner p {
    font-size: 1.5rem;
    margin: 30px 0 50px;
  }

}

@media (max-width:767px) {

  .banner {
    margin-bottom: 400px !important;
  }

  .banner-column.col1 {
    width: 100%;
  }

  .banner-column.col2 {
    width: 100%;
  }

}

@media (max-width:479px) { 

  .banner {
    margin-bottom: 330px !important;
  }

  .bannerd-btn {
    padding: 0 6px;
    -webkit-appearance: none;
    font-size: 100%;
    line-height: 1.15;
  }

  .bannerd-wrap {
    display: flex;
    visibility: visible;
    align-items: flex-start;
    padding: 50px 0 20px;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
  }

  .bannerd-scrll {
    width: 32px;
    height: 32px;
    -webkit-animation: styles-module--move-down--Pvl3P 1.25s linear infinite;
    animation: styles-module--move-down--Pvl3P 1.25s linear infinite;
    margin-top: .5rem;
  }

  @keyframes styles-module--move-down--Pvl3P {
    0% {
      transform: translateY(0)
    }

    25% {
      transform: translateY(10%)
    }

    50% {
      transform: translateY(20%)
    }

    75% {
      transform: translateY(10%)
    }

    to {
      transform: translateY(0)
    }
  }

  .banner .page-center {
    padding-top: 0;
  }

  .banner-column.col2 {
    padding: 0 0 50px;
  }

  .banner-img {
    width:300px;
  }

  .banner-img picture img {
    max-height: 480px;
  }


}

@media (max-width:370px) { 

  .banner {
    margin-bottom: 380px !important;
  }

}

@media (max-width:325px) { 

  .banner {
    margin-bottom: 450px !important;
  }

  .banner-img {
    height: 479px !important;
  }

}












