:root {
  --ocean: #5bd4e4;
  --blue: #0932a0;
  --gray: #000;
  --orange: #f19831;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.topsection {
  background-image: linear-gradient(312deg, var(--ocean), var(--blue));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 60px;
  display: flex;
}

.topsection.legal {
  justify-content: center;
  align-items: center;
}

.h1 {
  color: #fff;
  width: auto;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 140%;
}

.h1.middle {
  text-align: left;
  width: auto;
  font-size: 55px;
}

.bold-text {
  color: #000;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}

.p {
  color: #fff;
  text-align: center;
  max-width: 800px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.p.leftblack {
  color: var(--gray);
  text-align: left;
  max-width: none;
  margin-bottom: 0;
}

.p.left {
  text-align: left;
}

.p.black {
  color: #000;
}

.p.why {
  max-width: 260px;
}

.p.leftblack {
  color: #3b3b3b;
  text-align: left;
  margin-bottom: 0;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 575px;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 8px 20px;
  display: block;
}

.brand {
  padding-top: 16px;
}

.image-3 {
  height: 30px;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.navlink {
  color: #fff;
  background-color: #719be400;
  border-radius: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navlink:hover {
  background-color: #ffffff1a;
  border-radius: 8px;
}

.navlink.w--current {
  color: #fff;
}

.topimage {
  height: 450px;
  margin-top: 20px;
}

.button {
  background-color: var(--orange);
  border: 1px #fff;
  border-radius: 50px;
  margin-top: 10px;
  padding: 18px 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
}

.button:hover {
  background-color: #e28213;
}

.button.form {
  width: 300px;
}

.h2 {
  color: #000;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}

.h2.middle {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.h2.white {
  color: #fff;
}

.h2.whitemiddle {
  color: #fff;
  text-align: center;
}

.image-4 {
  height: 450px;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
}

.section2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f1f5ff;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 550px;
}

.articles {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f3f6ff;
  border: 1px solid #c7cad6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 80px 120px;
  display: flex;
}

.h3 {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.secondarybutton {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: #fff;
  border-radius: 8px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
}

.secondarybutton:hover {
  background-color: var(--orange);
  color: #fff;
}

.flex-block-4 {
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  width: 25%;
  height: 100%;
  padding: 2px 2px 0;
  box-shadow: 0 0 9px #00000026;
}

.flex-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 100%;
  padding: 20px;
}

.articleimage {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: auto;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.bgblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border: 1px #c8dbed;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  padding: 30px 40px;
}

.consenttext {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  position: static;
}

.primarybutton {
  text-shadow: 0 1px 4px #00000026;
  background-color: #ff7d7d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 52px;
  margin-top: 0;
  padding: 16px 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.primarybutton:hover {
  background-color: #f09090;
}

.formlable {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.p-2 {
  color: #002080;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.p-2.middle {
  text-align: center;
}

.h2-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #002080;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: block;
}

.error-message {
  background-color: #a70000;
  border-radius: 50px;
  margin-top: 20px;
}

.success-message {
  background-image: linear-gradient(#4268f8, #5b92ee);
  border-radius: 50px;
}

.form-block {
  padding-top: 10px;
}

.checkbox-field {
  width: 350px;
}

.text-field {
  color: #97a7c4;
  text-align: center;
  border: 1px solid #cfd5df;
  border-radius: 100px;
  width: 300px;
  height: 52px;
  margin-bottom: 0;
  font-size: 20px;
}

.text-field:hover {
  border-color: #000;
}

.text-field:focus {
  color: #000;
}

.text-field::placeholder {
  color: #a3b1c9;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.formsection {
  background-image: linear-gradient(#f2f5ff, #f2f5ff);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer {
  background-color: #cfd2df;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.footerlink {
  color: var(--gray);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.flex-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

.footertext {
  color: var(--gray);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.flex-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f1f4ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.flex-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1400px;
  padding: 20px;
}

.image-5 {
  border: 1px solid #fff;
  border-radius: 16px;
  width: auto;
  height: auto;
  max-height: 400px;
}

.h4 {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.h4.white {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.subtitle {
  color: #fff;
  text-align: left;
  max-width: 800px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

.flex-block-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.numberflex {
  background-image: linear-gradient(#f2f5ff, #f2f5ff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.numberflex.image {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-image: linear-gradient(#f2f5ff12, #f2f5ff12);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.number {
  color: var(--orange);
  -webkit-text-stroke-color: var(--blue);
  font-family: PT Serif, serif;
  font-size: 150px;
  line-height: 100%;
}

.section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: linear-gradient(311deg, var(--ocean), var(--blue));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.flex-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
}

.whysection {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-6 {
  height: 100px;
}

.image-7 {
  height: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.image-8 {
  height: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.legalcontent {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  display: flex;
}

.p-3 {
  color: #000;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.h2-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

.h2-3.legal {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
}

.h2-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #002080;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: block;
}

.h2-4.left {
  color: #000;
  text-align: left;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
}

.list-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.h2-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: block;
}

.h2-5.left {
  color: #000;
  text-align: left;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
}

.bold-text-3 {
  font-size: 40px;
}

.p-4 {
  color: #000;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.legalcontent-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 60px 80px;
  display: flex;
}

.list-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  flex-flow: column;
  list-style-type: decimal;
  display: flex;
}

.h2-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #002080;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: block;
}

.h2-6.left {
  color: #000;
  text-align: left;
}

.bold-text-5 {
  font-weight: 400;
}

.h2-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #002080;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: block;
}

.h2-8.left {
  color: #000;
  text-align: left;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
}

.p-5 {
  color: #000;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.h2-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #002080;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: block;
}

.h2-9.left {
  color: #000;
  text-align: left;
}

.list-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #002080;
  flex-flow: column;
  list-style-type: decimal;
  display: flex;
}

@media screen and (max-width: 991px) {
  .topsection {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
  }

  .h1.middle {
    text-align: center;
    line-height: 130%;
  }

  .p.leftblack {
    text-align: center;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar {
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: #113da5;
  }

  .menu-button {
    background-color: #806e6e00;
  }

  .menu-button.w--open {
    background-color: #ffffff1a;
    border-radius: 50px;
  }

  .icon {
    color: #fff;
  }

  .topimage {
    height: auto;
    max-height: 400px;
  }

  .h2, .h2.middle {
    text-align: center;
  }

  .image-4 {
    height: auto;
    max-height: 400px;
  }

  .section2 {
    flex-flow: column;
    padding: 40px 60px;
  }

  .flex-block-3 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .articles {
    padding: 40px;
  }

  .flex-block-4 {
    width: 100%;
  }

  .flex-block-6 {
    flex-flow: column;
  }

  .bgblock {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-2 {
    line-height: 150%;
  }

  .formsection {
    padding: 40px;
  }

  .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subtitle {
    text-align: center;
  }

  .flex-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .flex-block-11 {
    flex-flow: column;
  }

  .whysection {
    padding: 60px 20px;
  }

  .bold-text-2 {
    text-align: center;
  }

  .h2-4, .h2-5, .h2-6, .h2-8, .h2-9 {
    line-height: 150%;
  }
}

@media screen and (max-width: 767px) {
  .h1, .h1.middle {
    font-size: 45px;
  }

  .topimage {
    max-height: 300px;
    margin-top: 0;
  }

  .button.form {
    width: auto;
  }

  .h2 {
    font-size: 30px;
  }

  .section2 {
    padding: 20px;
  }

  .primarybutton {
    width: auto;
  }

  .p-2 {
    text-align: center;
  }

  .h2-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
  }

  .form-block {
    padding-top: 20px;
  }

  .checkbox-field, .text-field {
    width: auto;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .h4 {
    line-height: 140%;
  }

  .flex-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .whysection {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .legalcontent {
    padding: 40px 20px;
  }

  .p-3 {
    text-align: left;
  }

  .h2-3, .h2-3.legal {
    font-size: 30px;
  }

  .h2-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
  }

  .h2-4.left {
    text-align: left;
    font-size: 30px;
  }

  .h2-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
  }

  .h2-5.left {
    text-align: left;
  }

  .p-4 {
    text-align: center;
  }

  .legalcontent-2 {
    padding: 40px 20px;
  }

  .h2-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
  }

  .h2-6.left {
    text-align: center;
  }

  .h2-8 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
  }

  .h2-8.left {
    text-align: left;
    font-size: 30px;
  }

  .p-5 {
    text-align: center;
  }

  .h2-9 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
  }

  .h2-9.left {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .topsection {
    padding-bottom: 30px;
  }

  .h1 {
    font-size: 35px;
  }

  .h1.middle {
    font-size: 40px;
  }

  .flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding: 0 10px;
  }

  .h2 {
    font-size: 35px;
  }

  .h2.middle {
    font-size: 30px;
  }

  .h2.whitemiddle {
    font-size: 35px;
  }

  .section2 {
    padding: 20px;
  }

  .articles {
    padding: 20px 10px;
  }

  .h3 {
    line-height: 140%;
  }

  .flex-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bgblock {
    border-radius: 50px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
  }

  .h2-2 {
    line-height: 140%;
  }

  .form-block {
    padding-top: 0;
  }

  .formsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h4 {
    font-size: 22px;
    line-height: 140%;
  }

  .subtitle {
    font-size: 20px;
  }

  .section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .whysection {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-3 {
    text-align: center;
    line-height: 150%;
  }

  .h2-3.legal {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .h2-4, .h2-5 {
    line-height: 140%;
  }

  .h2-5.left {
    font-size: 30px;
  }

  .h2-6, .h2-8, .h2-9 {
    line-height: 140%;
  }
}


