:root {
  --white: white;
  --harrow-black: #060808;
  --harrow-purple: #44287b;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: var(--white);
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.form-block-1 {
  display: none;
}

.styleguide-block {
  color: var(--harrow-black);
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.contact-form {
  flex-wrap: nowrap;
}

.container.our-services {
  display: none;
}

.container.who-are-we {
  background-color: var(--harrow-purple);
  color: var(--white);
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: var(--harrow-black);
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: var(--harrow-black);
  text-align: left;
  margin-right: auto;
}

.button {
  background-color: var(--harrow-purple);
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  align-self: center;
  padding: 12px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  width: 35%;
  background-color: var(--harrow-purple);
  color: var(--white);
  text-align: center;
  object-fit: fill;
  border-radius: 30px;
  justify-content: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 390px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--harrow-purple);
  text-align: right;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
}

.button.cc-contact-us.w--current {
  z-index: 0;
}

.button.cc-white-button {
  background-color: var(--harrow-purple);
  color: #202020;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.register-interest {
  padding: 15px 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.button.submit-contact-form {
  background-color: var(--white);
  color: var(--harrow-purple);
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 700;
}

.label {
  color: var(--harrow-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: var(--white);
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.label.cc-light.how-are-we-different {
  color: var(--harrow-black);
  font-size: 18px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .8;
  color: var(--harrow-black);
  margin-bottom: 20px;
  padding-right: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.heading-jumbo {
  width: 100%;
  color: var(--harrow-black);
  text-align: left;
  text-transform: none;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: auto;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
  display: block;
}

.heading-jumbo-small {
  color: var(--harrow-black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.how-are-we-different-section {
  text-align: left;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 20px;
  line-height: 36px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  padding-left: 0;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  margin-left: 10px;
  margin-right: 10px;
}

.logo-link.harrowfooter {
  padding-left: 0;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: var(--harrow-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.hidden, .navigation-item.hidden.w--current {
  display: none;
}

.logo-image {
  width: 260px;
  min-width: auto;
  margin: 0;
  padding-right: 0;
  display: block;
}

.logo-image.help2letfooter {
  width: 300px;
  min-width: auto;
  margin-right: auto;
}

.logo-image.harrow-differeny {
  width: 250px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navigation-items {
  color: var(--harrow-black);
  flex: none;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/header-image-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: url('../images/microsite_assets4.png');
  background-position: 0 0;
  background-size: cover;
  margin-left: 40px;
  margin-right: 40px;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  width: 50%;
  margin-bottom: 20px;
  margin-right: 220px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  background-color: var(--harrow-purple);
  color: var(--white);
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form._2 {
  display: none;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
  display: none;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
  display: none;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .8;
  color: var(--harrow-black);
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.contact-email-link.harrow-web-link-text {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: underline;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.home-content-wrap {
  color: var(--harrow-black);
  margin: 80px 40px 120px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.home-section-wrap {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.section-heading {
  color: var(--harrow-black);
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  grid-template: ". Area"
  / 4.5fr 1.25fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 25px;
  grid-template-columns: 1fr 4.75fr;
  grid-template-areas: ". .";
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.intro-text {
  width: 60%;
  text-align: left;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.work-heading._2nd {
  margin-top: 20px;
  font-size: 30px;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.link-block {
  text-align: left;
}

.text-block {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph {
  margin-bottom: 60px;
}

.paragraph.who-are-we {
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-bottom-wrap {
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  justify-content: space-between;
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.error-message-2 {
  background-color: rgba(227, 227, 225, .07);
  border-radius: 8px;
  margin-top: 20px;
}

.footer-bottom {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-link-3 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #6394cc;
  text-decoration: none;
}

.footer-link-3.bottom {
  margin-right: 30px;
}

.body-3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.body-3.copyright {
  opacity: .6;
  color: var(--harrow-black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.footer-text-column {
  height: 40%;
  color: #fff;
  margin-top: 30px;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}

.footer-link-wrap {
  opacity: 1;
  align-items: center;
  display: flex;
}

.success-message-2 {
  color: #fff;
  text-align: left;
  background-color: rgba(255, 255, 255, .04);
  border-radius: 8px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.google-partner {
  filter: invert();
  display: none;
}

.link-6 {
  color: var(--harrow-purple);
}

.image-9 {
  max-width: 65%;
  opacity: .06;
}

.text-block-24 {
  font-family: Montserrat, sans-serif;
}

.text-block-24:hover {
  color: #6394cc;
}

.footer-form {
  width: 100%;
}

.tagline {
  color: #0183ff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.tagline.white {
  color: #fff;
}

.tagline.white.bottom-margin-30 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.container-6 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.text-field-footer {
  width: 100%;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 26px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
  overflow: visible;
}

.text-field-footer:focus {
  border: 1px solid rgba(0, 0, 0, .15);
}

.footer-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: repeat(auto-fit, 100px) 100px;
  grid-template-columns: 300px 200px 200px 300px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 10px;
}

.submit-button {
  width: 100%;
  color: #1c1f2f;
  background-color: #00ff9c;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s cubic-bezier(.585, .141, .187, 1.007);
  display: block;
  position: relative;
  overflow: visible;
}

.submit-button:hover {
  background-color: #6394cc;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

.social-icon {
  width: 100%;
  color: rgba(255, 255, 255, .9);
  text-align: left;
  padding-left: 1px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 1.3em;
  transition: opacity .1s cubic-bezier(.561, .165, .164, .995);
}

.social-icon:hover {
  opacity: .64;
  mix-blend-mode: normal;
}

.footer-block {
  flex-direction: column;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-block-55 {
  display: block;
}

.text-block-56, .text-block-57 {
  opacity: .6;
  color: var(--harrow-black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.text-block-58 {
  color: var(--white);
}

.heading {
  color: var(--harrow-black);
  text-align: left;
  margin-bottom: 40px;
  padding-right: 140px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 88px;
}

.image-10 {
  width: 80%;
}

.image-11 {
  width: auto;
  padding-top: 0;
}

.image-12 {
  width: 80%;
}

.image-13 {
  width: auto;
}

.who-are-we.paragraph {
  text-align: left;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 16px;
  line-height: 30px;
}

.div-block {
  display: flex;
}

.div-block.home-page-button-centre {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.link-7 {
  color: var(--harrow-black);
  margin-bottom: 10px;
}

.field-label {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.image-14 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.harrow-logo-block {
  margin-top: 40px;
}

.container-7 {
  max-width: 600px;
}

.container-9 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .google-partner {
    max-width: 80%;
    filter: invert();
  }

  .heading {
    font-size: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .button.cc-jumbo-button.cc-jumbo-white {
    margin-right: 600px;
  }

  .google-partner {
    max-width: 90%;
    filter: invert();
  }

  .heading {
    padding-right: 220px;
    font-size: 74px;
    line-height: 102px;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-bigger.cc-bigger-light {
    font-size: 22px;
  }

  .button.cc-jumbo-button {
    margin-top: 20px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-right: 600px;
  }

  .label.cc-light, .label.cc-light.how-are-we-different {
    font-size: 20px;
  }

  .heading-jumbo-small.work-with-help2let {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .footer-text-column {
    margin-top: 26px;
    padding-top: 7px;
    padding-bottom: 78px;
    font-family: Montserrat, sans-serif;
  }

  .google-partner {
    max-width: 95%;
    filter: invert();
  }

  .submit-button {
    color: #1c1f2f;
    background-color: #00ff9c;
    font-family: Montserrat, sans-serif;
  }

  .submit-button:hover {
    background-color: #6394cc;
  }

  .heading {
    padding-right: 380px;
    font-size: 80px;
    line-height: 104px;
  }

  .who-are-we.paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .harrow-logo-block {
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.who-are-we {
    padding-bottom: 60px;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 45%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.register-interest {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .button.submit-contact-form {
    background-color: var(--white);
    color: var(--harrow-purple);
    font-weight: 700;
  }

  .label.cc-light, .label.cc-light.how-are-we-different {
    font-size: 16px;
  }

  .paragraph-light {
    text-align: left;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 16px;
    text-decoration: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-small {
    font-size: 20px;
    line-height: 44px;
  }

  .heading-jumbo-small.work-with-help2let {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .heading-jumbo-small.how-are-we-different-section {
    font-size: 16px;
    line-height: 30px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
    justify-content: flex-end;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.hidden, .navigation-item.hidden.w--current {
    display: block;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-image {
    width: 180px;
  }

  .logo-image.help2letfooter {
    width: 220px;
  }

  .logo-image.harrow-differeny {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: auto;
    -webkit-text-fill-color: inherit;
    background-size: cover;
    background-clip: border-box;
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .intro-header.cc-subpage {
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-image: url('../images/microsite_assets4.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    position: static;
  }

  .intro-content.cc-homepage {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .motto-wrap {
    margin-bottom: 60px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-wrap {
    background-color: var(--harrow-purple);
    border-radius: 20px;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .contact-heading {
    color: var(--white);
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .contact-email-link {
    font-size: 16px;
  }

  .home-content-wrap {
    color: var(--harrow-black);
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .home-section-wrap {
    margin-bottom: 0;
  }

  .section-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   / .25fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .work-heading {
    font-size: 28px;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .google-partner {
    filter: invert();
  }

  .text-field-footer {
    max-width: 100%;
    min-width: 100%;
    margin-top: 20px;
    display: block;
    position: relative;
  }

  .footer-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
  }

  .submit-button {
    max-width: 100%;
    min-width: 100%;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 40px;
    font-size: 45px;
    line-height: 65px;
  }

  .who-are-we.paragraph {
    margin-bottom: 20px;
    line-height: 30px;
  }

  .div-block-2 {
    text-align: left;
  }

  .field-label {
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.contact-us-extended {
    object-fit: contain;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .button.cc-jumbo-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 56%;
  }

  .button.submit-contact-form {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .label.cc-light, .label.cc-light.how-are-we-different {
    font-size: 14px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light {
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 16px;
    line-height: 33px;
  }

  .heading-jumbo-small.work-with-help2let {
    font-size: 22px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    width: 160px;
    min-width: 60px;
    margin-right: 15px;
  }

  .logo-image.harrow-differeny {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    object-fit: contain;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    padding-left: 20px;
  }

  .motto-wrap {
    margin-bottom: 40px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .contact-form-grid {
    margin-top: 60px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea, .contact-heading {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .contact-email-link {
    font-size: 16px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .section-heading {
    font-size: 22px;
    line-height: 22px;
  }

  .about-grid.cc-about-2 {
    margin-bottom: 30px;
  }

  .work-heading {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
  }

  .blog-heading {
    margin-bottom: 40px;
  }

  .footer-bottom-wrap {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-bottom {
    height: auto;
  }

  .body-3.copyright {
    justify-content: flex-start;
    display: flex;
  }

  .footer-text-column {
    width: 100%;
    font-size: 15px;
  }

  .google-partner {
    max-width: 60%;
    filter: invert();
  }

  .footer-grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .submit-button {
    max-width: 100%;
  }

  .heading {
    padding-right: 0;
    font-size: 35px;
    line-height: 47px;
  }

  .who-are-we.paragraph {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .div-block-3 {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-14 {
    width: 90%;
    text-align: center;
    object-fit: contain;
    position: static;
  }

  .text-block-59 {
    font-size: 12px;
    line-height: 12px;
  }
}

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

  .section {
    background-color: var(--white);
  }

  .section.contact-us-extended {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.who-are-we {
    padding-bottom: 10px;
  }

  .paragraph-bigger.cc-bigger-light {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 66%;
    margin-right: 60px;
    padding: 8px;
    line-height: 12px;
  }

  .button.register-interest {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.submit-contact-form {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
  }

  .label {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .label.cc-light {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 12px;
  }

  .label.cc-light.how-are-we-different {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
  }

  .heading-jumbo-small.work-with-help2let {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .heading-jumbo-small.how-are-we-different-section {
    font-size: 12px;
    line-height: 18px;
  }

  .logo-link {
    align-self: flex-start;
  }

  .logo-link.w--current {
    margin-left: 0;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 100px;
    min-width: 40px;
    margin-right: 10px;
  }

  .logo-image.harrow-differeny {
    width: 140px;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-wrap {
    padding: 40px 15px;
  }

  .intro-header {
    object-fit: contain;
    margin-bottom: 40px;
  }

  .intro-content.cc-homepage {
    width: 60%;
    margin: 40px 100px 40px 20px;
    padding-left: 0;
  }

  .motto-wrap {
    margin-bottom: 40px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    padding: 20px;
  }

  .contact-form-grid {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .details-wrap {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .text-field.cc-contact-field {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .contact-form-heading-wrap {
    margin-bottom: 10px;
  }

  .contact-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 34px;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .contact-email-link {
    font-size: 14px;
  }

  .contact-email-link.harrow-web-link-text {
    text-align: left;
  }

  .home-content-wrap {
    margin: 40px 0;
  }

  .section-heading {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .about-grid.cc-about-2 {
    margin-bottom: 10px;
  }

  .work-heading {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
  }

  .blog-heading, .paragraph.who-are-we {
    margin-bottom: 30px;
  }

  .footer-bottom-wrap {
    margin-top: 10px;
    padding-top: 0;
    font-size: 10px;
  }

  .footer-link-3.bottom {
    margin-right: 0;
  }

  .body-3.copyright {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer-text-column {
    align-self: flex-start;
  }

  .footer-link-wrap {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
  }

  .google-partner {
    max-width: 50%;
    filter: invert();
  }

  .container-6 {
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid-2 {
    grid-row-gap: 15px;
    text-align: left;
    grid-template-rows: 47px 47px;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .footer-block {
    text-align: center;
    align-items: flex-start;
    padding-top: 10px;
  }

  .text-block-56 {
    font-size: 12px;
  }

  .text-block-57 {
    justify-content: flex-end;
    font-size: 12px;
    display: flex;
  }

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

  .who-are-we.paragraph {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 24px;
  }

  .field-label {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .image-14 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-59, .text-block-60, .text-block-61 {
    font-size: 10px;
    line-height: 10px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-f0c35f83, #w-node-d5477773-14e7-135e-ac4f-cbfffbf02c60-f0c35f83, #w-node-_676782d2-dae4-4d22-a0c8-ec341dd9383c-f0c35f83, #w-node-_6538ec74-b055-c6ee-d7b7-19a376232859-f0c35f83, #w-node-_3a5699e0-83ba-12c0-dc41-479bfcc6124e-f0c35f83 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-a1be9587-c696-04f8-d34d-c43bb0ad5ab5-51e627e8 {
  align-self: center;
  justify-self: start;
}

#w-node-_167c3da1-6920-7bc2-4d92-6a331a49741e-51e627e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-f735f488-32c3-2105-022f-f66fdc04fe29-51e627e8 {
  align-self: center;
  justify-self: start;
}

#w-node-_38e1698e-559d-5d1b-363d-ab260eca28a7-51e627e8, #w-node-e26d4ee0-e8b1-969e-e1e1-08684d384f26-51e627e8, #w-node-f81c30ae-6432-dc95-34d0-958c25e39855-51e627e8, #w-node-cc66b19a-6136-1102-983a-efe69a6c0f55-51e627e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-f0c35f86 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-f0c35f86 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-f0c35f86 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-f0c35f86 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-f0c35f86 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-f0c35f86 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-f0c35f88 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-f0c35f88 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e503ef5a-3f02-78c8-24b7-676b0ac6936a-f0c35f88 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e503ef5a-3f02-78c8-24b7-676b0ac69380-f0c35f88 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-f0c35f88 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-f0c35f88 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-f0c35f88 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-f0c35f8a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-f0c35f8a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-f0c35f8b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-f0c35f8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-f0c35f8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-f0c35f8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-f0c35f8d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-f0c35f8d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-f0c35f8d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-f0c35f8f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-f0c35f8f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-f0c35f8f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-f0c35f8f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-f0c35f8f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-f0c35f8f {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d4c-f0c35f83, #w-node-d5477773-14e7-135e-ac4f-cbfffbf02c60-f0c35f83, #w-node-_676782d2-dae4-4d22-a0c8-ec341dd9383c-f0c35f83, #w-node-_6538ec74-b055-c6ee-d7b7-19a376232859-f0c35f83, #w-node-_3a5699e0-83ba-12c0-dc41-479bfcc6124e-f0c35f83 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-f0c35f86 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-f0c35f86 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-f0c35f86 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-f0c35f86 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-f0c35f88, #w-node-e503ef5a-3f02-78c8-24b7-676b0ac69380-f0c35f88 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-f0c35f88 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-f0c35f88 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-f0c35f8a, #w-node-_421df62a-c217-12af-eee8-27f88a387928-f0c35f8b, #w-node-_421df62a-c217-12af-eee8-27f88a387928-f0c35f8c, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-f0c35f8f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-f0c35f8f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-f0c35f8f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-f0c35f8f {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-f0c35f86 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-f0c35f86 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-f0c35f86 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-f0c35f86 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-f0c35f86 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a1be9587-c696-04f8-d34d-c43bb0ad5ab5-51e627e8, #w-node-_4c12e84a-c80a-2b21-6073-28dc43117621-51e627e8, #w-node-_4eeb0164-1b17-2427-7a2f-d6d2b18469c7-51e627e8 {
    justify-self: start;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-f0c35f8f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-f0c35f8f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-f0c35f8f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-f0c35f8f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-f0c35f8f {
    grid-area: 6 / 1 / 7 / 2;
  }
}


