.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: 23px;
  line-height: 33px;
  font-weight: 700;
}

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.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Home-80.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Home-80.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  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/Artboard-19-80.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Artboard-19-80.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/Need-help-80.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Need-help-80.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.a-lifeline {
  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-80.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/About-80.jpg');
}

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

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

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

.green {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #5bb67a;
  font-size: 21px;
}

.green.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;
  text-align: left;
}

.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: #5bb67a;
  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;
}

._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;
  text-align: left;
}

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

._27px.blue {
  color: #5bb67a;
}

.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: #feca18;
}

.black {
  width: 100%;
  height: 300px;
  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: 75%;
}

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

._50 {
  width: 50%;
}

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

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

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

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

.nav-link {
  padding: 14px 15px 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #000;
  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/Artboard-18-80.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Artboard-18-80.jpg');
  background-position: 0px 0px, 50% 10%;
  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: 150px;
  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;
}

.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: 360px;
  -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;
}

._1320 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.div-block-5 {
  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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

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

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

.h2-27px.blue {
  color: #5bb67a;
}

.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);
}

.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: 328px;
}

._21px {
  font-size: 21px;
}

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

.blue {
  color: #009fe3;
}

.sentinel-link {
  color: #009fe3;
}

.container-5 {
  width: 90%;
  max-width: 90%;
}

.div-block-9 {
  color: #2b255f;
  font-size: 21px;
  line-height: 31px;
}

.text-block-2 {
  margin-top: 10px;
  padding-top: 0px;
  text-align: right;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -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;
}

.container-6 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #5bb67a;
}

.nav-link-2 {
  height: 100%;
  padding-top: 11px;
  padding-bottom: 13px;
  color: #fff;
  text-transform: uppercase;
}

.nav-link-2.w--current {
  color: #9f87be;
  text-transform: uppercase;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@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;
  }

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

  .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%;
  }

  .text-block-2 {
    font-size: 19px;
  }

  .div-block {
    max-width: 90%;
  }

  .icon {
    color: #fff;
  }

  .nav-menu-2 {
    background-color: #2b255f;
  }

  .menu-button-2 {
    background-color: #9f87be;
  }

  .menu-button-2:active {
    background-color: #673a8e;
  }

  .nav-link-2:hover {
    color: #9f87be;
  }
}

@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;
  }

  ._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;
  }

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

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

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

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

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

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

  .div-block-9 {
    padding-bottom: 10px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .div-block {
    height: 104px;
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 10px;
    -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;
  }

  .image-2 {
    padding-top: 10px;
    padding-left: 5px;
  }
}

