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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

img {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

em {
  font-style: italic;
  font-weight: 400;
}

figure {
  margin-bottom: 10px;
}

.navbar {
  position: static;
  display: block;
  max-width: none;
  margin-top: 7px;
  margin-right: 20px;
  margin-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.what-drives-us-content {
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: text-shadow 700ms ease;
  transition: text-shadow 700ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-indent: 3px;
  text-transform: none;
  white-space: normal;
}

.what-drives-us-content.top {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #055c9d;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.what-drives-us-content img {
  padding-bottom: 15px;
}

.book-your-demo {
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 45px;
  padding: 21px;
  float: none;
  -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-radius: 7px;
  background-color: #055c9d;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.call-to-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.body {
  display: block;
  background-color: #333;
  background-image: url('../images/sharedexpertise-bgi.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.griditem {
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.paragraph-3 {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}

.columns {
  width: Infinity%;
  margin-right: 20px;
  margin-left: 20px;
}

.hd-title {
  color: #055c9d;
  font-size: 32px;
  text-align: left;
}

.benefits-section {
  position: static;
  display: block;
  overflow: visible;
  margin-bottom: 31px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hd-id {
  margin-bottom: 6px;
  background-color: #055c9d;
  color: #fff;
}

.bookyourdemo-secrtion {
  background-color: #404040;
}

.bookyourdemo-heading {
  margin-top: 0px;
  margin-bottom: 23px;
  padding-top: 43px;
  color: #fff;
}

.form-2 {
  display: inline-block;
  width: 50%;
}

.labeltext {
  color: #fff;
  text-align: left;
}

.field-label-3 {
  color: #fff;
  text-align: left;
}

.field-label-4 {
  color: #fff;
  text-align: left;
}

.form-block-2 {
  margin-top: -174px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.booy-your-demo {
  margin-top: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 7px;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.bookyourdemo-form {
  position: relative;
  left: 176px;
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-bottom: 23px;
  padding-bottom: 24px;
  clear: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mainheadming-top {
  opacity: 1;
  color: #000;
  white-space: normal;
}

.footsection {
  margin-top: 0px;
  padding-top: 18px;
  border-top: 1px solid #055c9d;
  background-color: #333;
  color: #fff;
}

.icon {
  -o-object-fit: cover;
  object-fit: cover;
}

.brandlogo {
  display: inline;
  margin-left: 0px;
  text-align: center;
}

.menu-button {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.menu-button.w--open {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: visible;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.phone {
  display: inline;
  margin-left: 0px;
  padding-left: 28px;
  color: #055c9d;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.bold-text {
  -webkit-transition: text-shadow 325ms ease;
  transition: text-shadow 325ms ease;
  font-family: Lato, sans-serif;
  color: #055c9d;
  font-weight: 900;
}

.main-menu {
  position: relative;
  display: block;
  float: none;
}

.idealclients {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 45px;
  padding-right: 72px;
  padding-left: 72px;
  color: #055c9d;
  font-size: 32px;
  line-height: 36px;
}

.link-3 {
  color: #3898ec;
}

.text-block-3 {
  font-weight: 700;
  text-align: center;
}

.benefits {
  color: #055c9d;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.bold-text-3 {
  color: #fc0000;
}

.what-drives-us {
  margin-top: 48px;
}

.paragraph-5 {
  display: inline-block;
  width: 60%;
  margin-bottom: 26px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 2em;
  line-height: 1.2em;
  text-align: left;
}

.whatdrivesus-heading {
  margin-bottom: 20px;
}

.pierre-photo {
  padding-top: 24px;
  padding-bottom: 24px;
}

.suzannephoto {
  padding-top: 24px;
  padding-bottom: 24px;
}

.header-section {
  padding-top: 26px;
  padding-bottom: 55px;
}

.brandlogo-2 {
  display: inline;
}

.nav-link-home {
  padding-right: 20px;
  padding-left: 20px;
  letter-spacing: normal;
}

.navbar-2 {
  position: relative;
  margin: 23px 20px 20px;
  background-color: transparent;
}

.phone-2 {
  display: inline;
  margin-left: -1px;
  padding-left: 28px;
  color: #055c9d;
  font-size: 18px;
  font-weight: 700;
}

.link {
  margin-left: 7px;
  color: red;
  font-size: 18px;
  font-weight: 700;
}

.main-heading {
  -webkit-transition: text-shadow 700ms ease;
  transition: text-shadow 700ms ease;
  font-family: Muli, sans-serif;
  font-size: 6em;
  line-height: 96px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 3px;
  text-transform: capitalize;
  white-space: normal;
}

.main-heading.top {
  color: #333;
  font-size: 5em;
  text-align: center;
  text-decoration: none;
}

.mainheadming-top-2 {
  opacity: 1;
  color: #000;
  white-space: normal;
}

.image-10 {
  padding-top: 0px;
  clear: both;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link-3 {
  overflow: visible;
  border-radius: 0px;
  opacity: 1;
  text-transform: none;
  white-space: normal;
}

.aboutus-heading {
  color: #055c9d;
  font-size: 4em;
}

.team-text-block {
  display: block;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
  color: #333;
  font-size: 2em;
  line-height: 1.4em;
  font-style: normal;
  text-align: left;
}

.nav-link-4 {
  display: none;
}

.nav-link-5 {
  display: none;
}

.nav-link-6 {
  display: none;
}

.nav-link-7 {
  display: none;
}

.nav-link-reviews {
  display: none;
}

.link-block {
  display: inline;
}

.paragraph {
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 2em;
  line-height: 1.4em;
  text-align: left;
}

.nav-link-blog {
  display: none;
}

.nav-link-8 {
  display: none;
}

.nav-link-9 {
  display: none;
}

.nav-link-10 {
  display: none;
}

.nav-link-11 {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    overflow: hidden;
    margin-top: 10px;
  }

  .what-drives-us-content {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.4em;
    line-height: 1.4em;
    text-transform: none;
  }

  .what-drives-us-content.top {
    display: block;
    margin-left: 1px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 3em;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }

  .what-drives-us-content img {
    margin-right: auto;
    margin-left: auto;
  }

  .book-your-demo {
    margin-bottom: 32px;
  }

  .hd-title {
    font-size: 24px;
    line-height: 28px;
  }

  .benefits-section {
    margin-bottom: 41px;
  }

  .bookyourdemo-heading {
    margin-bottom: 0px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

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

  .form-block-2 {
    left: 15px;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 21px;
  }

  .icon {
    display: block;
  }

  .brandlogo {
    margin-left: 100px;
  }

  .menu-button {
    overflow: auto;
    background-color: transparent;
    color: #055c9d;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .idealclients {
    margin-bottom: 0px;
    padding-right: 32px;
    padding-left: 32px;
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-3 {
    text-align: center;
  }

  .benefits {
    font-size: 24px;
    line-height: 24px;
  }

  .menu-button-2 {
    background-color: transparent;
    color: #055c9d;
  }

  .brandlogo-2 {
    margin-left: 0px;
  }

  .main-heading {
    font-size: 4em;
    line-height: 60px;
    text-transform: uppercase;
  }

  .main-heading.top {
    display: block;
    margin-left: 1px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 3.5em;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }

  .aboutus-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .team-text-block {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.4em;
  }

  .paragraph {
    margin: auto;
    font-size: 1.4em;
  }

  .image-11 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: static;
    display: inline;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .what-drives-us-content {
    padding-right: 40px;
    padding-left: 40px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: normal;
  }

  .what-drives-us-content.top {
    margin: 0px 50px 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 2em;
    line-height: 1em;
  }

  .what-drives-us-content img {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .hd-title {
    font-size: 38px;
    line-height: 42px;
  }

  .benefits-section {
    margin-bottom: 41px;
  }

  .form-2 {
    width: 60%;
  }

  .form-block-2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .footsection {
    margin-top: 0px;
    padding-top: 0px;
  }

  .icon {
    overflow: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .brandlogo {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: inline-block;
    margin: 0px;
    text-align: center;
    text-decoration: none;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 2%;
    right: 8%;
    bottom: auto;
    display: block;
    padding: 0px;
  }

  .menu-button.w--open {
    max-width: none;
  }

  .phone {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .bold-text {
    font-size: 1em;
    line-height: 3px;
  }

  .main-menu {
    overflow: visible;
    margin-top: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .idealclients {
    margin-top: 17px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-3 {
    text-align: center;
  }

  .benefits {
    margin-bottom: 10px;
  }

  .link-4 {
    color: #055c9d;
    font-weight: 700;
  }

  .what-drives-us {
    margin-top: 4px;
  }

  .nav-menu {
    overflow: visible;
    margin-top: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .menu-button-2 {
    position: absolute;
    left: auto;
    top: 2%;
    right: 8%;
    bottom: auto;
    display: block;
    padding: 0px;
  }

  .brandlogo-2 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: inline-block;
    margin: 0px;
    text-align: center;
    text-decoration: none;
  }

  .navbar-2 {
    position: static;
    display: inline;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .phone-2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .icon-3 {
    margin-right: -29px;
    margin-left: 0px;
  }

  .link {
    display: block;
    text-align: center;
  }

  .main-heading {
    font-family: Muli, sans-serif;
    font-size: 3em;
    line-height: 48px;
  }

  .main-heading.top {
    margin: 0px 75px;
    font-size: 2.5em;
  }

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

  .team-text-block {
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .link-block {
    padding-left: 0px;
    float: left;
    clear: none;
  }

  .paragraph {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
  }

  .image-11 {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-top: -8px;
  }

  img {
    display: block;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  figure {
    display: block;
    width: auto;
  }

  .navbar {
    margin-top: 7px;
    margin-right: 20px;
  }

  .what-drives-us-content {
    display: inline-block;
    overflow: visible;
    margin: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .what-drives-us-content.top {
    margin-top: -10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 13px;
    padding-left: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 800;
  }

  .what-drives-us-content img {
    padding-bottom: 0px;
    float: none;
    clear: none;
    text-align: left;
  }

  .book-your-demo {
    display: block;
    width: 60%;
    margin: 24px 0px 6px;
    padding: 13px 0px;
    float: none;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
  }

  .body {
    display: block;
    margin-bottom: 11px;
  }

  .griditem {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    grid-auto-columns: minmax(0px, 0px);
    grid-column-gap: 19px;
    grid-template-areas: ".";
    -ms-grid-columns: 0.25fr 19px 2.5fr;
    grid-template-columns: 0.25fr 2.5fr;
  }

  .paragraph-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-right: 9px;
    font-size: 18px;
    line-height: 20px;
  }

  .hd-title {
    font-size: 24px;
    line-height: 28px;
  }

  .hd-dots {
    display: none;
    overflow: visible;
  }

  .benefits-section {
    margin-bottom: 25px;
  }

  .hd-id {
    margin-bottom: 9px;
    font-size: 24px;
  }

  .column-1 {
    padding-right: 0px;
  }

  .bookyourdemo-heading {
    overflow: visible;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 28px;
    padding-bottom: 20px;
    font-size: 24px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .form-2 {
    width: 100%;
  }

  .form-block-2 {
    display: inline-block;
    width: 90%;
    margin-left: -26px;
  }

  .booy-your-demo {
    padding-top: 12px;
    padding-bottom: 9px;
    font-size: 18px;
  }

  .icon {
    overflow: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
  }

  .brandlogo {
    display: inline;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    margin-top: 12px;
    margin-right: 16px;
    margin-bottom: 0px;
    padding: 0px;
    float: none;
    -o-object-fit: none;
    object-fit: none;
  }

  .phone {
    position: static;
    display: block;
    overflow: visible;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    font-size: 14px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bold-text {
    font-size: 24px;
  }

  .main-menu {
    display: none;
  }

  .idealclients {
    margin-bottom: -77px;
    padding-top: 5px;
    font-size: 16px;
  }

  .text-block-3 {
    text-align: center;
  }

  .benefits {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .what-drives-us {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-5 {
    width: 80%;
    font-size: 18px;
    line-height: 20px;
  }

  .whatdrivesus-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .pierre-story {
    padding-right: 30px;
    padding-left: 30px;
  }

  .header-section {
    padding-bottom: 31px;
  }

  .nav-menu {
    display: none;
  }

  .menu-button-2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    margin-top: 12px;
    margin-right: 16px;
    margin-bottom: 0px;
    padding: 0px;
    float: none;
    -o-object-fit: none;
    object-fit: none;
  }

  .brandlogo-2 {
    display: inline;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 3px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .navbar-2 {
    margin-top: 7px;
    margin-right: 20px;
  }

  .phone-2 {
    position: static;
    display: block;
    overflow: visible;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    font-size: 14px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .icon-3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
  }

  .main-heading {
    margin-right: 29px;
    margin-left: 29px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: normal;
  }

  .main-heading.top {
    margin-right: 20px;
    margin-left: 19px;
    font-size: 2em;
    line-height: 1em;
  }

  .aboutus-heading {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2em;
  }

  .team-text-block {
    margin: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1em;
  }

  .paragraph {
    margin: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1em;
    line-height: 1.2em;
    text-align: left;
  }
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a669-5355255e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a66e-5355255e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a66f-5355255e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a674-5355255e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a679-5355255e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a67a-5355255e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a680-5355255e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a685-5355255e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a686-5355255e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a68b-5355255e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a690-5355255e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a691-5355255e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a697-5355255e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a69c-5355255e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a69d-5355255e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a6a2-5355255e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a6a7-5355255e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a6a8-5355255e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a66e-5355255e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a679-5355255e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a685-5355255e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a686-5355255e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a690-5355255e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a69c-5355255e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a6a7-5355255e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a669-5355255e {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a66e-5355255e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a674-5355255e {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a679-5355255e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a67a-5355255e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a680-5355255e {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a685-5355255e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a686-5355255e {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a68b-5355255e {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a690-5355255e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a691-5355255e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a697-5355255e {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a69c-5355255e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a6a2-5355255e {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3350691f-6e9a-8ecd-0f50-fedf67a1a6a7-5355255e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

