a {
  font-family: Manrope;
  color: #fff;
  text-decoration: underline;
}

.style-wrapper {
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 3px dashed #000;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Manrope;
  color: #fff;
  font-size: 90px;
  line-height: 110%;
  font-weight: 800;
  text-align: center;
}

.h1.mobile {
  font-size: 26px;
}

.h1._24px_spacing {
  margin-bottom: 24px;
  font-family: 'Manrope Custom', sans-serif;
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -999;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #112e70, #3866cd);
}

.style-wrapper {
  position: static;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 1px none #000;
}

.copy {
  font-family: Manrope;
  color: #fff;
  font-size: 26px;
  line-height: 130%;
}

.copy.bold {
  font-weight: 700;
}

.copy.mobile {
  font-size: 18px;
}

.copy.align-center {
  font-family: 'Manrope Custom', sans-serif;
  text-align: center;
}

.topline {
  font-family: Manrope;
  color: #fff;
  font-size: 24px;
  line-height: 130%;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.topline._8px-spacing {
  margin-bottom: 8px;
  font-family: 'Manrope Custom', sans-serif;
}

.cta {
  padding: 20px 32px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 11px;
  background-color: transparent;
  font-family: 'Manrope Custom', sans-serif;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 110%;
}

.h2.mobile {
  font-size: 20px;
}

.h2._60px-spacing {
  margin-bottom: 60px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Manrope Custom', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 110%;
  font-weight: 700;
}

.h3.mobile {
  font-size: 18px;
}

.h3._8px-spacing {
  margin-bottom: 8px;
}

.nav-text {
  width: auto;
  margin-right: 0px;
  margin-left: auto;
  padding: 20px;
  font-family: 'Manrope Custom', sans-serif;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-text:hover {
  font-weight: 800;
}

.nav-text:focus {
  font-weight: 800;
}

.nav-text.w--current {
  position: relative;
  margin-right: 0px;
  font-weight: 600;
  cursor: pointer;
}

.nav-text.w--current:hover {
  color: #fff;
  font-weight: 800;
}

.nav-text.w--current:active {
  border: 1px none #000;
  color: #fff;
  font-weight: 800;
}

.nav-text.w--current:focus {
  font-weight: 800;
  text-decoration: none;
}

.copy-small {
  font-family: Manrope;
  color: #fff;
  font-size: 20px;
  line-height: 130%;
}

.copy-small.mobile {
  font-size: 16px;
}

.copy-small._24px-spacing {
  margin-bottom: 24px;
  font-family: 'Manrope Custom', sans-serif;
}

.copy-small._40px-spacing {
  width: 100%;
  margin-bottom: 40px;
  font-family: 'Manrope Custom', sans-serif;
}

.copy-small._40px-spacing.footer-spacing {
  margin-bottom: 40px;
}

.copy-small.list {
  margin-bottom: 16px;
  line-height: 190%;
}

.copy-small.list._40px-spacing {
  margin-bottom: 40px;
}

.copy-footer {
  font-family: Manrope;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
}

.copy-footer.mobile {
  font-size: 14px;
}

.copy-footer.spacing-footer {
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Manrope Custom', sans-serif;
}

.section-no-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.padding-15 {
  margin-top: 40px;
  padding-right: 5%;
  padding-left: 5%;
}

.content.padding-15.left-aligned {
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-10 {
  margin-right: 10%;
  margin-left: 10%;
}

.div-10._80px-spacing {
  margin-bottom: 80px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
}

.icon {
  background-image: url('../images/icons8-linkedin-50.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.icon._40px {
  width: 40px;
  height: 40px;
}

.bg-image {
  position: fixed;
  z-index: -998;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/bg-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.13;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.nav-menu:focus {
  color: #fff;
}

.body {
  font-family: 'Manrope Custom', sans-serif;
}

@media screen and (min-width: 1920px) {
  .h1._24px_spacing {
    font-size: 110px;
  }

  .copy.align-center {
    font-size: 26px;
  }

  .topline._8px-spacing {
    font-size: 32px;
  }

  .cta {
    font-size: 26px;
  }

  .nav-text {
    font-size: 24px;
  }

  .copy-footer.spacing-footer {
    font-size: 20px;
  }

  .content.padding-15.left-aligned {
    padding-right: 20%;
    padding-left: 20%;
  }

  .div-10._80px-spacing {
    margin-right: 20%;
    margin-left: 20%;
  }
}

@media screen and (max-width: 991px) {
  .h1._24px_spacing {
    font-size: 50px;
  }

  .copy.align-center {
    font-size: 22px;
  }

  .topline._8px-spacing {
    font-size: 20px;
    text-align: center;
  }

  .h2._60px-spacing {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .h3 {
    font-size: 20px;
  }

  .h3._8px-spacing {
    font-size: 20px;
  }

  .nav-text {
    margin-right: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-text:hover {
    font-weight: 600;
  }

  .copy-small._24px-spacing {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 140%;
  }

  .copy-small._40px-spacing {
    margin-bottom: 32px;
    font-size: 16px;
  }

  .copy-small._40px-spacing.footer-spacing {
    margin-bottom: 60px;
  }

  .copy-small.list._40px-spacing {
    margin-bottom: 32px;
  }

  .navbar {
    margin-bottom: 40px;
  }

  .nav-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content.padding-15.left-aligned {
    padding-right: 10%;
    padding-left: 10%;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    background-color: #163270;
  }
}

@media screen and (max-width: 767px) {
  .h1._24px_spacing {
    font-size: 40px;
  }

  .topline._8px-spacing {
    text-align: center;
  }

  .nav-text {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content.padding-15.left-aligned {
    display: block;
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-10._80px-spacing {
    margin-bottom: 60px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .div-block-4 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .h1._24px_spacing {
    width: 100%;
    font-size: 36px;
    line-height: 120%;
  }

  .copy.align-center {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
  }

  .topline._8px-spacing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
  }

  .cta {
    padding: 10px 20px;
    font-size: 18px;
  }

  .h2._60px-spacing {
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }

  .nav-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    border-top: 1px none #fff;
    border-bottom: 1px none #fff;
  }

  .nav-text.w--current {
    margin-right: auto;
    font-weight: 600;
  }

  .nav-text.w--current:hover {
    font-weight: 600;
  }

  .copy-small.list._40px-spacing {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .copy-footer.spacing-footer {
    font-size: 13px;
    text-align: right;
  }

  .section-no-scroll {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbar {
    margin-bottom: 20px;
    padding: 20px 4% 20px 0%;
  }

  .content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .content.padding-15.left-aligned {
    padding-right: 3%;
    padding-left: 3%;
  }

  .div-10._80px-spacing {
    margin-right: 8%;
    margin-bottom: 40px;
    margin-left: 8%;
  }

  .footer {
    margin-right: 3%;
    margin-left: 3%;
  }

  .icon._40px {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .menu-button {
    width: 48px;
    height: 48px;
  }

  .image {
    max-width: 80%;
  }

  .nav-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@font-face {
  font-family: 'Manrope Custom';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Custom';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Custom';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Custom';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}