.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 57px;
  line-height: 67px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 57px;
  line-height: 67px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 37px;
  line-height: 47px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 37px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 33px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
}

li {
  font-size: 25px;
  line-height: 43px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  height: 100px;
  padding-top: 18px;
  -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;
  background-color: #fff;
}

.container {
  min-width: 1280px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  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;
}

.hero {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/businessmen-shaking-hands-during-meeting.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/businessmen-shaking-hands-during-meeting.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  color: #fff;
}

.hero.need-help {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/About.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/About.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.contct2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/contact.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/contact.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.herocontainer {
  max-width: 1280px;
  padding-bottom: 40px;
}

.white {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.white._40top {
  padding-top: 40px;
}

.yellow {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #009fe3;
}

.yellow.centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

._20top {
  padding-top: 20px;
}

.buton-div {
  padding-top: 40px;
}

.buton-div.centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.yellowbutton {
  width: 190px;
  height: 50px;
  padding-top: 12px;
  background-color: #59b891;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tel {
  padding-top: 20px;
  font-size: 27px;
  line-height: 37px;
}

.tel.phone-email {
  padding-top: 0px;
}

._33px {
  font-size: 33px;
  line-height: 43px;
}

._33px.yellow {
  color: #59b891;
}

._19px {
  font-size: 19px;
  line-height: 31px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.testimonials {
  margin-bottom: 36px;
  padding-top: 100px;
  padding-bottom: 155px;
}

.section.mobile {
  padding-bottom: 140px;
}

.section.grey {
  background-color: rgba(0, 0, 0, 0.03);
}

.rich-text-block {
  font-size: 19px;
  line-height: 29px;
}

.rich-text-block li {
  font-size: 23px;
  line-height: 40px;
}

.rich-text-block blockquote {
  font-size: 19px;
  line-height: 29px;
}

.container-2 {
  max-width: 800px;
}

._23px {
  font-size: 23px;
  line-height: 33px;
}

.centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}

._27px {
  font-size: 27px;
  line-height: 37px;
}

.yellowblock {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 500px;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #59b891;
}

.black {
  width: 100%;
  height: 300px;
  margin-top: -223px;
  margin-bottom: 218px;
  padding-bottom: 20px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
  color: #fff;
}

._60 {
  width: 70%;
}

._1280 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

._1280._40above {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._50 {
  width: 50%;
}

._50._100left {
  padding-left: 100px;
}

._50._100left._30top {
  padding-top: 30px;
}

.underline {
  padding-top: 40px;
  border-bottom: 11px solid #000;
  color: #009fe3;
  line-height: 43px;
}

.div-block {
  margin-top: -109px;
  margin-bottom: -283px;
  text-align: center;
}

.nav-link {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #59b891;
  font-weight: 700;
}

.nav-link.drop {
  background-color: #fff;
}

.nav-link.drop:hover {
  background-color: #009fe3;
  color: #fff;
}

.logo {
  padding-top: 13px;
}

._40bottom {
  padding-bottom: 40px;
}

.hero-testimonials {
  height: 200px;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/testimonials.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/testimonials.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.testimonials-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.3);
}

.div-block-2 {
  width: 100px;
}

.testgrid {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  margin-left: -40px;
}

.herotc {
  height: 200px;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hereo-TC.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hereo-TC.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-align: center;
}

.ict-adviser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  background-color: #000;
  color: #fff;
}

.image-2 {
  width: 50%;
}

.text-block {
  text-align: right;
}

.ict-link {
  color: #fff;
}

.heading-2._39px {
  font-size: 39px;
  line-height: 49px;
}

.nav-menu {
  padding-top: 10px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 305px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #000;
}

.contact-black {
  width: 80%;
  padding: 60px 100px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.contact-black.schedule-a-session {
  height: 1000px;
}

._1320 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._1320.central {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.get-in-touch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 398px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #000;
}

.schedule-a-sesssion-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 630px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #000;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.heading-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-rean-more {
  width: 190px;
  height: 50px;
  margin-left: 20px;
  padding-top: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.text-field-2 {
  width: 100%;
  height: 60px;
}

.field-label-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit-button-2 {
  margin-top: 40px;
  font-size: 27px;
}

.textarea-2 {
  min-height: 200px;
}

.h2-27px {
  margin-top: 0px;
  font-size: 27px;
  line-height: 37px;
}

.heading-4 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-6 {
  text-transform: uppercase;
}

.div-block-5-copy {
  width: 60%;
  -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;
}

.div-block-5-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.graeme-haskett {
  padding-bottom: 40px;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}

.card._200 {
  width: 300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.find-out-more-link {
  color: #009fe3;
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.div-block-8 {
  margin-top: auto;
  text-align: right;
}

.dropdown-list {
  width: 200px;
}

.dropdown-list.w--open {
  width: 250px;
}

._1220px {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}

._1220px._40abovebelow {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-2 {
  color: #59b891;
}

.bold-text-3 {
  color: #59b891;
  font-size: 24px;
}

.bold-text-4 {
  color: #59b891;
}

.green {
  color: #59b891;
  font-size: 27px;
}

._40above {
  padding-top: 40px;
}

.bold-text-5 {
  font-size: 53px;
}

.image-3 {
  width: 200px;
}

._37px {
  font-size: 37px;
  line-height: 46px;
  text-align: center;
}

.italic-text {
  color: #59b891;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 47px;
    line-height: 57px;
  }

  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    min-width: 100%;
  }

  .hero {
    height: 600px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/hero-home.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/hero-home.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero.need-help {
    height: 750px;
  }

  .tel {
    font-size: 23px;
    line-height: 33px;
  }

  ._33px {
    font-size: 27px;
    line-height: 37px;
  }

  ._19px {
    font-size: 18px;
    line-height: 29px;
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 139px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.mobile {
    padding-top: 100px;
  }

  .section.tc {
    margin-bottom: 0px;
  }

  .yellowblock {
    width: 90%;
  }

  .black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 294px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._60 {
    width: 100%;
  }

  ._1280 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50._100left._30top {
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block {
    margin-bottom: -111px;
  }

  .nav-link {
    color: #fff;
  }

  .div-block-3 {
    margin-left: -8px;
  }

  .ict-adviser {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    width: 75%;
  }

  .menu-button {
    background-color: #009fe3;
  }

  .menu-button.w--open {
    background-color: #009fe3;
  }

  .nav-menu {
    background-color: #000;
    color: #fff;
  }

  .contact-black {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }

  ._1320 {
    max-width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-5-copy {
    width: 100%;
  }

  .div-block-5-copy-copy {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 700px;
  }

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

  .contact-black {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 37px;
    line-height: 47px;
  }

  h2 {
    font-size: 33px;
    line-height: 43px;
  }

  .navbar {
    height: 80px;
    padding-top: 12px;
    padding-left: 0px;
  }

  .container {
    min-width: 100%;
  }

  .brand {
    width: 78%;
  }

  .brand.w--current {
    width: 78%;
  }

  .hero {
    height: 950px;
    padding-right: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/hero-home.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/hero-home.jpg');
    background-size: auto, cover;
  }

  .hero.need-help {
    height: 901px;
  }

  .herocontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .buton-div {
    padding-top: 20px;
  }

  .tel {
    padding-top: 10px;
    font-size: 23px;
  }

  .tel.phone-email {
    font-size: 17px;
  }

  ._33px {
    font-size: 21px;
    line-height: 34px;
  }

  ._33px.yellow {
    font-size: 27px;
    line-height: 37px;
  }

  ._19px {
    font-size: 16px;
    line-height: 26px;
  }

  .section {
    padding-top: 60px;
  }

  .section.mobile {
    padding-bottom: 100px;
  }

  .rich-text-block li {
    font-size: 19px;
    line-height: 35px;
  }

  .rich-text-block h4 {
    font-size: 23px;
    line-height: 33px;
  }

  ._23px {
    font-size: 19px;
    line-height: 29px;
  }

  ._27px {
    font-size: 21px;
    line-height: 31px;
  }

  .yellowblock {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .black {
    height: 101px;
    margin-top: -46px;
  }

  ._1280 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50 {
    width: 100%;
  }

  ._50._100left._30top {
    padding-left: 0px;
  }

  .underline {
    padding-top: 10px;
  }

  .div-block {
    margin-top: -38px;
    margin-bottom: -70px;
  }

  .nav-link {
    color: #fff;
  }

  .testimonials-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-2 {
    width: 50px;
    padding-left: 0px;
  }

  .testgrid {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .div-block-3 {
    margin-left: 0px;
  }

  .ict-adviser {
    height: 80px;
    font-size: 14px;
  }

  .text-block {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .menu-button {
    background-color: #009fe3;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu {
    background-color: #000;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact {
    margin-top: 287px;
  }

  .contact-black {
    width: 95%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-3 {
    font-size: 37px;
    line-height: 47px;
  }

  .btn-rean-more {
    margin-top: 20px;
    margin-left: 0px;
  }

  .h2-27px {
    font-size: 21px;
    line-height: 32px;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-5 {
    font-size: 33px;
    line-height: 43px;
  }

  .heading-6 {
    font-size: 16px;
  }

  .container-3 {
    max-width: 95%;
  }

  .email {
    font-size: 14px;
    font-weight: 500;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

