* {
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/* ================ italic ================ */

.italic {
  font-style: italic;
}

/* ================ header text ================ */

.headerOne {
  font-size: 70px;
  line-height: 74px;
  font-weight: 700;
  color: #292929;
  letter-spacing: -2px;
  margin: 0;
  padding-bottom: 30px;
}

.headerOne span {
  font-weight: 900;
}

.headerTwo {
  font-size: 70px;
  line-height: 74px;
  font-weight: 700;
  color: #3a4775;
  letter-spacing: -2px;
  margin: 0;
  padding-bottom: 10px;
}

.headerThree {
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -2px;
  color: #292929;
  margin: 0;
  padding-bottom: 30px;
}

.headerFour {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #3a4775;
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.headerFive {
  font-size: 42px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: -0.66px;
  color: #292929;
  margin: 0;
  padding-bottom: 30px;
}

.headerSix {
  font-size: 33px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.66px;
  color: #292929;
  margin: 0;
  padding-bottom: 30px;
}

/* ================ body text ================ */

.bodyText1 {
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
  color: #3a4775 !important;
  margin: 0;
  margin-bottom: 10px;
}

.bodyText2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #292929 !important;
  margin: 0;
  margin-bottom: 10px;
}

.bodyText3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #3a4775 !important;
  margin: 0;
  margin-bottom: 10px;
}

.bodyText4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #292929 !important;
  margin: 0;
  margin-bottom: 15px;
}

.bodyText5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #292929 !important;
  margin: 0;
  margin-bottom: 10px;
}

.bodyText6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #3a4775 !important;
  margin: 0;
}

.bodyText7 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #3a4775 !important;
  margin: 0;
}

.bodyText8 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #292929 !important;
  margin: 0;
}

.dropdownText {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #3a4775 !important;
}

/* ================ nav footer text ================ */

.navFooterText1 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.navFooterText2 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  color: #ccced9;
  margin: 0;
}

.navFooterText2:hover {
  color: #ffffff;
}

.navFooterText3 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #ccced9;
  margin: 0;
}

.navFooterText4 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  color: #3a4775 !important;
  margin: 0;
}

.navFooterText4:hover {
  color: #7a8abc;
}

/* ================ text link ================ */

.textLink1 {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  color: #18abff;
  text-decoration: none;
}

.textLink2 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  color: #18abff;
  text-decoration: none;
}

.textLink3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  color: #18abff;
  text-decoration: none;
}

.textLink1:hover {
  text-decoration: underline;
}

/* ================ buttons ================ */

.solidButton1 {
  position: relative;
  height: 68px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px 40px;
  font-size: 22px;
  line-height: 24px;
  background: #3a4775;
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.4s;
  border: none;
  outline: none;
}

.solidButton1:hover {
  background: #202844;
  color: #ffffff;
  transition: 0.4s;
  text-decoration: none;
}

.solidButton2 {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 8px 26px;
  font-size: 17px;
  line-height: 20px;
  background: #3a4775;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid #3a4775;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
  border: none;
  outline: none;
}

.solidButton2:hover {
  background: #202844;
  color: #ffffff;
  transition: 0.4s;
  text-decoration: none;
}

.outlinedButton1 {
  position: relative;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  background: transparent;
  color: #3a4775;
  border-radius: 10px;
  font-weight: 700;
  border: 2px solid #3a4775;
  cursor: pointer;
  transition: 0.4s;
}

.outlinedButton1:hover {
  color: #202844;
  border: 2px solid #202844;
  transition: 0.4s;
  text-decoration: none;
}

.outlinedButton2 {
  position: relative;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  font-size: 22px;
  line-height: 24px;
  background: transparent;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 700;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: 0.4s;
  text-decoration: none;
}

.outlinedButton2:hover {
  color: #64badd;
  border: 2px solid #64badd;
  transition: 0.4s;
  text-decoration: none;
}

.outlinedButton3 {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  font-size: 17px;
  line-height: 20px;
  background: transparent;
  color: #3a4775;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #3a4775;
  cursor: pointer;
  transition: 0.4s;
  text-decoration: none;
}

.outlinedButton3:hover {
  color: #202844;
  border: 1px solid #202844;
  transition: 0.4s;
  text-decoration: none;
}

@media (max-width: 768px) {
  /* ================ header text ================ */

  .headerOne {
    font-size: 60px;
    line-height: 64px;
  }

  .headerTwo {
    font-size: 60px;
    line-height: 64px;
  }

  .headerThree {
    font-size: 52px;
    line-height: 55px;
  }

  .headerFour {
    letter-spacing: 0.5px;
  }

  .headerFive {
    font-size: 37px;
    line-height: 42px;
  }

  .headerSix {
    font-size: 36px;
    line-height: 39px;
  }

  /* ================ body text ================ */

  .bodyText1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px;
  }

  .bodyText2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
  }

  .bodyText3 {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 14px;
  }

  .bodyText4 {
    margin-bottom: 20px;
  }

  .bodyText5 {
    margin-bottom: 14px;
  }

  /* ================ nav footer text ================ */

  /* .navFooterText1 {
        font-size: 20px;
        line-height: 26px;
    }

    .navFooterText2 {
        font-size: 20px;
        line-height: 26px;
    }

    .navFooterText3 {
        font-size: 16px;
        line-height: 19px;
    }

    .navFooterText4 {
        font-size: 23px;
        line-height: 26px;
    } */

  /* ================ text link ================ */

  .textLink1 {
    font-size: 20px;
  }

  .textLink2 {
    font-size: 19px;
  }

  /* ================ buttons ================ */

  .solidButton1 {
    width: 100%;
    height: 80px;
    padding: 10px 12px;
    font-size: 22px;
    line-height: 24px;
    border-radius: 15px;
  }

  .solidButton2 {
    width: 100%;
    height: 62px;
    padding: 4px 8px;
    font-size: 25px;
    line-height: 28px;
    border-radius: 15px;
  }

  .outlinedButton1 {
    width: 100%;
    height: 80px;
    padding: 10px 12px;
    font-size: 22px;
    line-height: 24px;
    border-radius: 15px;
  }

  .outlinedButton2 {
    width: 100%;
    height: 80px;
    padding: 10px 12px;
    font-size: 22px;
    line-height: 24px;
    border-radius: 15px;
  }

  .outlinedButton3 {
    width: 100%;
    height: 62px;
    padding: 4px 8px;
    font-size: 25px;
    line-height: 28px;
    border-radius: 15px;
  }
}

@media (max-width: 575px) {
  .headerOne {
    text-align: center;
  }

  .headerTwo {
    text-align: center;
  }

  .headerThree {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
    text-align: center;
  }

  .headerFour {
    text-align: center;
  }

  .bodyText3 {
    font-size: 23px;
    line-height: 29px;
  }
}

@media (max-width: 450px) {
  .solidButton1,
  .solidButton2,
  .outlinedButton1,
  .outlinedButton2,
  .outlinedButton3 {
    width: 100% !important;
  }

  .headerOne,
  .headerTwo {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
    padding-bottom: 20px !important;
  }

  .headerThree {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -1px;
    text-align: center;
    padding-bottom: 20px;
  }

  .headerFour {
    font-size: 17px;
    padding-bottom: 10px;
    letter-spacing: 0.2px;
  }

  .bodyText1 {
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .bodyText2 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0px;
  }

  .bodyText3 {
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0;
  }

  .bodyText4 {
    font-size: 17px;
    line-height: 24px;
  }

  .bodyText6 {
    font-size: 20px;
    line-height: 28px;
  }

  .bodyText7 {
    font-size: 18px;
  }

  .bodyText8 {
    font-size: 15px;
  }

  .solidButton1,
  .outlinedButton1,
  .outlinedButton2 {
    height: 70px;
    font-size: 20px;
    line-height: 22px;
    border-radius: 10px;
  }
}

/* ================= cookie button ================ */

.btn-default {
  display: inline-block;
  border: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  border-radius: 0;
  right: 0;
  margin: auto;
  padding: 14px 30px 14px 40px;
  z-index: 99999;
  top: auto;
  bottom: 0;
  background: #3a4775;
  color: #fff;
}

.btn-default span {
  display: inline-block;
  vertical-align: middle;
}

.cks-modal {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  padding: 10px 30px 5px 40px;
  background: #f7f8ff;
}

.accept_cookies_notification-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1250px) {
  .accept_cookies_notification-content {
    display: block;
  }

  .accept_cookies_notification-body {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .btn-default {
    padding: 11px 10px 11px 20px;
  }
}

@media (min-width: 576px) {
  .btn-default {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .btn-default {
    font-size: 13px;
  }
}
