h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.body {
  display: block;
  overflow: visible;
  font-family: Mark, sans-serif;
  color: #5c5c5c;
}
#email_check {display:none;}
label.error {display:none !important;}
.error input { background-image:url(../images/error.png); background-position: right 20px bottom 27px; background-repeat: no-repeat; background-size: 10px auto;}
.top {
  position: static;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, blue, blue);
  background-image: linear-gradient(180deg, blue, blue);
}

.heretohelp {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
  overflow: visible;
  width: 940px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 100px;
  padding-left: 100px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.heading {
  margin-top: 0px;
  color: blue;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
}

.heading-2 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.heading-2.left {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5c5c5c;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.heading-2.left.link:hover {
  text-decoration: underline;
}

.heading-2.link {
  text-decoration: none;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 3px solid blue;
  color: blue;
  font-size: 20px;
  text-transform: uppercase;
}

.contact-details {
  margin-top: 0px;
  margin-bottom: 40px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000051;
  font-size: 18px;
}

.image {
  margin-right: 0px;
}

.details-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.field-label {
  margin-bottom: 5px;
  color: #000051;
  font-size: 18px;
}

.text-field {
  height: 64px;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .07);
  -webkit-transition: border 500ms cubic-bezier(.755, .05, .855, .06);
  transition: border 500ms cubic-bezier(.755, .05, .855, .06);
  font-size: 18px;
}

.text-field:hover {
  border: 1px solid #000;
}

.text-field._120px {
  height: 120px;
}

.email-form {
  width: 100%;
}

.form-block {
  width: 100%;
  margin-top: 30px;
}

.submit-button {
  display: block;
  width: 200px;
  height: 64px;
  max-width: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid blue;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: box-shadow 608ms cubic-bezier(.39, .575, .565, 1);
  transition: box-shadow 608ms cubic-bezier(.39, .575, .565, 1);
  color: blue;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #fff;
  background-image: none;
  box-shadow: inset 200px 0 2px 0 blue;
  color: #fff;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.company {
  display: inline;
  width: 47%;
}

.name {
  width: 47%;
}

.half-row {
  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;
}

.symbol-logo {
  margin-right: 20px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-top: 100px;
  -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-linear-gradient(270deg, #f4f4f4, #f4f4f4);
  background-image: linear-gradient(180deg, #f4f4f4, #f4f4f4);
}

.text-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.link {
  color: #5c5c5c;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.icon {
  margin-right: 15px;
}

.contact-left {
  width: 53%;
}

.mainwapper {
  width: 100%;
  height: 100%;
}

.header-container {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.alllogo {
  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;
}

.bluediv {
  position: absolute;
  z-index: 500;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  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;
  background-image: -webkit-linear-gradient(270deg, blue, blue);
  background-image: linear-gradient(180deg, blue, blue);
}

.image-5 {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-top: -89px;
  margin-left: -89px;
}

.biglogoframe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 700;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.success-message {
  background-image: -webkit-linear-gradient(270deg, blue, blue);
  background-image: linear-gradient(180deg, blue, blue);
  color: #fff;
}

.bodydiv {
  position: relative;
  display: block;
  overflow: hidden;
  float: none;
  clear: both;
  -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;
}

@media (max-width: 991px) {
  .heretohelp {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-2.left.link {
    color: #5c5c5c;
  }
  .heading-2.link {
    color: #5c5c5c;
  }
  .heading-3 {
    width: 37%;
  }
  .contact-details {
    margin-bottom: 30px;
  }
  .details-block {
    width: 100%;
  }
  .text-footer {
    width: 95%;
  }
  .link {
    color: #5c5c5c;
    text-decoration: none;
  }
  .link:hover {
    text-decoration: underline;
  }
  .contact-left {
    width: 53%;
  }
  .header-container {
    width: 95%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .heretohelp {
    width: 90%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
  }
  .heading-2 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
  }
  .heading-2.left {
    font-size: 19px;
    line-height: 30px;
  }
  .heading-2.link {
    color: #5c5c5c;
  }
  .heading-3 {
    width: 100%;
    margin-top: 0px;
  }
  .contact-details {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .image {
    display: inline-block;
    max-width: auto;
  }
  .details-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .submit-button {
    margin-top: 20px;
  }
  .logo-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .company {
    width: auto;
  }
  .name {
    width: auto;
  }
  .half-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-footer {
    width: 90%;
  }
  .details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .icon {
    margin-right: 10px;
  }
  .contact-left {
    width: 51%;
  }
  .header-container {
    width: 93%;
  }
}

@media (max-width: 479px) {
  .heretohelp {
    position: static;
    width: 90%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .heading-2 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .heading-2.left {
    font-size: 22px;
    line-height: 32px;
  }
  .contact-details {
    margin-bottom: 30px;
  }
  .text {
    margin-bottom: 30px;
  }
  .details-block {
    margin-bottom: 0px;
  }
  .submit-button {
    width: 100%;
    max-width: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-container {
    width: 80%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .company {
    width: 100%;
  }
  .name {
    width: 100%;
  }
  .half-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-3 {
    margin-right: 0px;
  }
  .symbol-logo {
    width: 31%;
    margin-right: 13px;
    margin-bottom: 0px;
  }
  .text-logo {
    width: 80%;
  }
  .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-right {
    width: 100%;
  }
  .contact-left {
    width: 100%;
  }
  .header-container {
    width: 100%;
    padding: 30px 5% 0px;
  }
  .alllogo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bluediv {
    display: inline-block;
  }
  .biglogoframe {
    display: block;
  }
}

#w-node-125a2e1aaa1e-f05b91d1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Fontfont ff';
  src: url('../fonts/Mark.Pro.Bold.otf') format('opentype'), url('../fonts/Mark.Pro.Italic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mark';
  src: url('../fonts/Mark.Pro.Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Mark';
  src: url('../fonts/Mark.Pro.Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mark';
  src: url('../fonts/Mark.Pro.Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}