body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

.section-banner {
  height: 100vh;
}

.global-padding {
  padding-left: 30px;
  padding-right: 30px;
}

.global-padding.is-relative {
  z-index: 9;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 1286px;
  margin-left: auto;
  margin-right: auto;
}

.banner-bg-wrapper {
  z-index: 2;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-behind-content {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #141e52;
  padding-top: 45vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-main-content {
  z-index: 3;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  max-width: 100vw;
  min-width: 100vw;
  justify-content: center;
  align-items: center;
  padding-top: 45vh;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-wrapper {
  width: 100%;
  max-width: 50%;
  margin-right: auto;
}

.dark-gray-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 58.13%;
  background-image: url('../images/overlay-darken-bg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 15.06%;
  right: auto;
}

.green-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 54.56%;
  background-image: url('../images/green-bg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 74.4%;
  opacity: .3;
  background-image: url('../images/banner-img.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lines-overlay {
  z-index: 4;
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: .58;
  filter: brightness(200%);
  background-image: url('../images/line-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.site-logo {
  width: 100%;
  display: block;
}

.logo-link {
  width: 100%;
  max-width: 484px;
  display: block;
}

.logo-link.w--current {
  max-width: 330px;
}

.banner-content-wrapper {
  width: 100%;
  max-width: 410px;
  margin-top: 50px;
  font-size: 29px;
  line-height: 1.3em;
}

.body {
  max-height: 100vh;
  max-width: 100vw;
  color: #141e52;
  background-color: #141e52;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .banner-behind-content, .banner-main-content {
    padding-top: 36vh;
  }

  .logo-link.w--current {
    max-width: 400px;
  }

  .banner-content-wrapper {
    max-width: 500px;
    font-size: 36px;
  }
}

@media screen and (min-width: 1440px) {
  .logo-link.w--current {
    max-width: 484px;
  }

  .banner-content-wrapper {
    max-width: 580px;
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {
  .section-banner {
    overflow: hidden;
  }

  .green-overlay {
    max-width: 67%;
  }

  .image-overlay {
    max-width: 100%;
    background-position: 100%;
    background-size: cover;
    right: -15%;
  }
}

@media screen and (max-width: 767px) {
  .banner-behind-content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 168px;
    display: flex;
  }

  .banner-main-content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 70px;
    display: flex;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .dark-gray-overlay {
    height: 75%;
    max-width: 54%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .green-overlay {
    height: 34%;
    max-width: 100%;
    background-color: #64e3b6;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    top: auto;
  }

  .image-overlay {
    height: 75%;
    background-position: 100%;
    left: 0%;
    right: 0%;
  }

  .lines-overlay {
    opacity: .3;
  }

  .logo-link.w--current {
    max-width: 250px;
  }

  .banner-content-wrapper {
    max-width: 100%;
    margin-top: 30px;
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  .container-large {
    position: relative;
    top: -50px;
  }

  .banner-behind-content {
    padding-bottom: 151px;
  }

  .content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .green-overlay {
    height: 40%;
  }

  .image-overlay {
    height: 60%;
  }

  .lines-overlay {
    display: block;
  }

  .site-logo {
    margin-bottom: 0;
  }

  .banner-content-wrapper {
    font-size: 17px;
    line-height: 1.5em;
  }
}


