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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../images/custom-checkbox-check.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.section {
  height: auto;
  border-bottom-left-radius: 0px;
  background-color: #11294b;
  color: #3f3f3f;
}

.div-block {
  height: auto;
  padding-top: 0px;
  background-color: #10284b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 40, 75, 0.64)), to(rgba(16, 40, 75, 0.64))), url('../images/BG3.jpg');
  background-image: linear-gradient(180deg, rgba(16, 40, 75, 0.64), rgba(16, 40, 75, 0.64)), url('../images/BG3.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.body {
  background-color: rgba(0, 57, 82, 0);
  font-family: Montserrat, sans-serif;
}

.div-block-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 80px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #4e4e4e;
  border-bottom-left-radius: 40px;
  text-align: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 150px auto 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 4px;
  border-color: #00d4ff;
  border-radius: 2px;
  background-color: #fff;
}

.heading {
  margin-top: 140px;
  margin-bottom: 30px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 65px;
  font-weight: 800;
  text-align: center;
}

.container {
  margin-top: 150px;
}

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

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #fff;
  border-radius: 2px;
  background-color: #00d4ff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #00a0c0;
}

.button.small {
  width: 200px;
  height: 50px;
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 18px;
}

.button.form {
  width: 200px;
  height: 45px;
}

.title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.paragraph._2 {
  margin-bottom: 25px;
}

.paragraph.join {
  color: #000;
  text-align: center;
}

.paragraph.privacy {
  margin-bottom: 20px;
}

.column {
  padding: 0px 40px 0px 30px;
  border-left: 5px none #00d4ff;
}

.column-2 {
  height: 350px;
  border-style: solid;
  border-width: 4px;
  border-color: #00d4ff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-image: url('../images/BG6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.benefit-text {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.image {
  width: auto;
  height: 90px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
}

.column-3 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

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

.column-5 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.container-3 {
  margin-top: 0px;
}

.columns-2 {
  margin-top: 30px;
  margin-bottom: 50px;
}

.div-block-3 {
  display: block;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.logo {
  width: 187px;
  height: 37px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/Logo.png');
  background-position: 0px 0px;
  background-size: auto 35px;
  background-repeat: no-repeat;
  font-size: 27px;
  text-align: center;
}

.logo.footer {
  display: block;
  width: 176px;
  height: 45px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #10284b;
  background-position: 10px 6px;
  background-size: auto 30px;
  text-align: center;
}

.logo.footer.w--current {
  width: 176px;
  height: 45px;
  background-position: 10px 6px;
  background-size: auto 30px;
  line-height: 35px;
}

.logo.navbar {
  margin-top: 0px;
  clear: left;
  text-align: left;
}

.bold-text {
  color: #03d5ff;
  font-weight: 300;
  text-decoration: overline;
}

.section-2 {
  height: auto;
}

.div-block-4 {
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 40px;
  padding-left: 40px;
  border-left: 5px solid #00d4ff;
}

.div-block-4._2 {
  width: auto;
  margin-left: 0px;
}

.div-block-5 {
  position: static;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.column-6 {
  height: 600px;
  background-image: url('../images/Image1.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.column-7 {
  padding-right: 0px;
  padding-left: 10%;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  height: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #11294b;
}

.div-block-6 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  margin-top: 0px;
}

.quote {
  width: 50%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}

.sign {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 50px;
  text-align: center;
}

.quotewritrer {
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 5px solid #00d4ff;
  background-color: rgba(255, 255, 255, 0.17);
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: block;
  width: auto;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fotterlink {
  margin-right: 0px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #999;
}

.fotterlink:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  background-color: #fff;
}

.column-8 {
  padding-right: 0px;
  text-align: right;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.footer {
  display: block;
  height: 150px;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #f5f5f5;
}

.column-9 {
  padding-left: 0px;
}

.navlink {
  margin-left: 30px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: right;
  clear: left;
  color: #fff;
  text-decoration: none;
}

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

.navlink.w--current {
  font-weight: 500;
  text-decoration: underline;
}

.section-5 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #10284b;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.container-4 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 40, 75, 0.66)), to(rgba(16, 40, 75, 0.66))), url('../images/BG4-1.jpg');
  background-image: linear-gradient(180deg, rgba(16, 40, 75, 0.66), rgba(16, 40, 75, 0.66)), url('../images/BG4-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 40, 75, 0.8)), to(rgba(16, 40, 75, 0.8))), url('../images/BG1.jpg');
  background-image: linear-gradient(180deg, rgba(16, 40, 75, 0.8), rgba(16, 40, 75, 0.8)), url('../images/BG1.jpg');
}

.header.privacy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 40, 75, 0.77)), to(rgba(16, 40, 75, 0.77)));
  background-image: linear-gradient(180deg, rgba(16, 40, 75, 0.77), rgba(16, 40, 75, 0.77));
}

.pagetitle {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 65px;
  font-weight: 800;
  text-align: center;
}

.form {
  padding-top: 80px;
  padding-bottom: 80px;
}

.form-block {
  width: 400px;
  margin-top: 60px;
  padding: 40px 30px;
  background-color: #10284b;
}

.field-label {
  color: #fff;
  font-weight: 300;
}

.field {
  height: 45px;
  margin-bottom: 20px;
  color: #10284b;
}

.field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #00d4ff;
}

.field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #00d4ff;
  color: #00d4ff;
}

.field.message {
  height: 90px;
  margin-bottom: 35px;
}

.checkbox {
  width: auto;
  height: auto;
  margin-left: 0px;
}

.checkbox-label {
  margin-top: -15px;
  margin-left: 24px;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
}

.checkbox-field {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-6 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 60px 20px 100px;
}

.privacytitle {
  color: #00d4ff;
  font-size: 22px;
  line-height: 30px;
}

.privacytitle.privacy {
  margin-top: 35px;
}

.success-message {
  background-color: #00d4ff;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.error-message {
  margin-top: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #ac0000;
  color: #fff;
  line-height: 25px;
  text-align: center;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.bluelink {
  color: #000dff;
}

.concentlink {
  color: #fff;
}

@media (max-width: 991px) {
  .columns {
    display: block;
    margin-top: 100px;
  }
  .heading {
    margin-top: 80px;
  }
  .column {
    padding: 30px 20px;
  }
  .column-2 {
    height: 200px;
  }
  .logo.footer {
    width: 160px;
    margin-right: auto;
    margin-left: auto;
  }
  .logo.footer.w--current {
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }
  .div-block-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 30px;
  }
  .div-block-4._2 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .column-6 {
    height: 250px;
    background-position: 0% 50%;
    background-size: cover;
  }
  .column-7 {
    padding: 30px 40px;
  }
  .columns-3 {
    display: block;
  }
  .section-3 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .div-block-6 {
    width: 95%;
  }
  .quote {
    width: auto;
  }
  .fotterlink {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .column-8 {
    padding-left: 0px;
    text-align: center;
  }
  .columns-4 {
    display: block;
    text-align: center;
  }
  .footer {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .column-9 {
    margin-bottom: 40px;
  }
  .section-6 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .div-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 50px;
  }
  .button {
    width: auto;
    padding-right: 85px;
    padding-left: 85px;
  }
  .title {
    margin-bottom: 10px;
    font-size: 27px;
  }
  .benefit-text {
    width: 250px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 25px;
  }
  .image {
    width: auto;
    height: 60px;
    margin-left: 0px;
  }
  .column-3 {
    padding-bottom: 20px;
  }
  .columns-2 {
    margin-bottom: 20px;
  }
  .div-block-4._2 {
    padding-right: 0px;
    padding-left: 30px;
  }
  .column-6 {
    background-position: 0% 50%;
  }
  .column-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-3 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .quote {
    font-size: 20px;
    line-height: 30px;
  }
  .fotterlink {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .column-9 {
    margin-bottom: 20px;
  }
  .body-2 {
    padding-left: 0px;
  }
  .header {
    height: 200px;
  }
  .pagetitle {
    font-size: 40px;
    line-height: 55px;
  }
  .form {
    padding: 40px 20px;
  }
  .form-block {
    width: 85%;
    margin-top: 40px;
  }
  .section-6 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .div-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-2 {
    padding-bottom: 0px;
  }
  .columns {
    margin-top: 50px;
  }
  .heading {
    margin-top: 20px;
    font-size: 30px;
    line-height: 40px;
  }
  .button {
    width: 98%;
  }
  .title {
    line-height: 40px;
  }
  .paragraph {
    font-size: 16px;
    line-height: 25px;
  }
  .column-2 {
    border-width: 3px;
  }
  .div-block-3 {
    width: auto;
  }
  .logo {
    width: 155px;
    height: 30px;
    background-size: auto 29px;
  }
  .logo.footer.w--current {
    margin-bottom: 0px;
  }
  .div-block-4 {
    padding-left: 20px;
    border-left-width: 3px;
  }
  .div-block-4._2 {
    padding-left: 20px;
  }
  .column-6 {
    height: 200px;
  }
  .column-7 {
    padding-left: 20px;
  }
  .section-3 {
    padding-top: 40px;
  }
  .sign {
    font-size: 120px;
  }
  .div-block-7 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .navlink {
    display: none;
  }
  .container-4 {
    text-align: center;
  }
  .header {
    height: 160px;
  }
  .pagetitle {
    font-size: 35px;
    line-height: 45px;
  }
  .form-block {
    width: 98%;
    padding: 30px 10px;
  }
  .section-6 {
    padding-top: 0px;
  }
}