p {
  margin-bottom: 10px;
  font-family: Akzentica4f, sans-serif;
  color: #000;
  font-weight: 400;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 35px;
}

.header-wrapper {
  background-image: url('../images/header-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-wrapper {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../images/footer-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.container {
  width: 95%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.container.wider {
  max-width: 875px;
}

.navbar {
  padding-top: 19px;
  padding-bottom: 17px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.15);
  background-color: transparent;
}

.logo {
  display: block;
  width: 125px;
  margin-right: auto;
  margin-left: auto;
}

.nav-link {
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Akzentica4f, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: #ffae00;
}

.nav-link.w--current {
  color: #ffae00;
}

.nav-link.no-padding {
  padding-right: 0px;
}

.header-content-wrapper {
  margin-bottom: 40px;
  padding-top: 19px;
}

.yellow {
  color: #ffae00;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrapper.side {
  margin-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-block {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-block.width-60 {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-block.about-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-block._98 {
  width: 49%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-paragraph {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.5;
}

.main-paragraph.margin-b35 {
  margin-bottom: 35px;
}

.footer-text {
  margin-bottom: 20px;
  color: #fff;
}

.footer-text.no-margin {
  margin-bottom: 0px;
}

.footer-link {
  margin-bottom: 24px;
  color: #0128aa;
  font-size: 15px;
  text-decoration: none;
}

.footer-link.white {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.about-image {
  width: 240px;
  margin-bottom: 15px;
}

.unlock-wrapper {
  overflow: hidden;
  margin-top: 45px;
  border-radius: 20px;
}

.heading-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nunito, sans-serif;
  color: #2495d6;
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
}

.header-title-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.sub-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Nunito, sans-serif;
  color: #0d689c;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.number {
  list-style-type: decimal;
}

.text-link {
  margin-bottom: 24px;
  color: #001dff;
  text-decoration: none;
}

.footer-logo {
  max-width: 241px;
  margin-bottom: 24px;
}

.form-block {
  margin-bottom: 45px;
}

.field-label {
  font-family: Akzentica4f, sans-serif;
  color: #222;
  font-weight: 400;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #bee1ff;
}

.button {
  padding: 16px 23px;
  border-radius: 100px;
  background-color: #191919;
  font-family: Akzentica4f, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.center-div {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .container.wider.nav {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-link {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.18);
    text-align: center;
  }
  .nav-link.no-padding {
    padding-right: 18px;
    border-bottom-style: none;
  }
  .nav-menu {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
    background-color: #04082c;
  }
  .menu-button {
    color: #fff;
    font-size: 31px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #ffae00;
  }
}

@media screen and (max-width: 767px) {
  ul {
    padding-left: 30px;
  }
  .flex-block.width-60 {
    padding-right: 20px;
  }
  .heading-title {
    font-size: 38px;
    line-height: 43px;
  }
  .header-title-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 20px;
  }
  .container {
    width: 90%;
  }
  .nav-link {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 19px;
  }
  .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-block.width-60 {
    width: 100%;
    padding-right: 0px;
  }
  .flex-block.about-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-block._98 {
    width: 100%;
  }
  .main-paragraph {
    font-size: 16px;
  }
  .about-image {
    width: 170px;
  }
  .heading-title {
    font-size: 33px;
    line-height: 38px;
    text-align: center;
  }
  .sub-heading {
    margin-bottom: 30px;
  }
  .button {
    width: 100%;
  }
}

@font-face {
  font-family: 'Akzentica4f';
  src: url('../fonts/Akzentica4F.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Akzentica4f';
  src: url('../fonts/Akzentica4F-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Akzentica4f';
  src: url('../fonts/Akzentica4F-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Moranga';
  src: url('../fonts/Moranga-MediumIt.woff') format('woff'), url('../fonts/Moranga-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Moranga';
  src: url('../fonts/Moranga-RegularIt.woff') format('woff'), url('../fonts/Moranga-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Moranga';
  src: url('../fonts/Moranga-LightIt.woff') format('woff'), url('../fonts/Moranga-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Moranga';
  src: url('../fonts/Moranga-Bold.woff') format('woff'), url('../fonts/Moranga-BoldIt.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Moranga';
  src: url('../fonts/Moranga-BlackIt.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Akzentica4f';
  src: url('../fonts/Akzentica4F-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}