@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --fonts--primary: Neuemontreal, Arial, sans-serif;
  --colors--blue-4: #00163d;
  --section-margins--up-down: 80px;
  --section-margins--left-right: 60px;
  --colors--white: white;
  --sizes--max-width: 1440px;
  --colors--blue-2: #7cb9f2;
  --border-radiuses--rounded: 5px;
  --colors--blue-3: #3b63a8;
  --colors--blue-1: #d0e2ff;
  --border-radiuses--circular: 120px;
  --colors--transparent: transparent;
  --colors--black: black;
  --colors--gray: #5c6972;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  font-family: var(--fonts--primary);
  color: var(--colors--blue-4);
  font-size: 16px;
  line-height: 20px;
  overflow-x: hidden;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 94%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 97%;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 102%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 112%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 112%;
}

p {
  margin-bottom: 0;
}

a {
  font-size: 20px;
  text-decoration: underline;
}

ul {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 20px;
  line-height: 112%;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 112%;
}

label {
  font-weight: 700;
  display: block;
}

.body-wrapper {
  width: 100vw;
  min-height: 100vh;
  position: relative;
}

.section {
  padding: var(--section-margins--up-down) var(--section-margins--left-right);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.homehero {
  padding-top: 200px;
}

.section.homeherostats {
  padding: 0;
}

.section.homeabout {
  padding-right: 0;
}

.section.homeclients {
  padding: 0;
}

.section.homewhyus {
  padding-bottom: 0;
}

.section.homereviews {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.section.homeform {
  background-color: var(--colors--blue-4);
  color: var(--colors--white);
}

.section.consultation {
  padding: 60px 12px;
}

.section.footer {
  padding: 0 12px 12px;
}

.section.serviceshero {
  padding: 160px 0 0;
}

.section.abouthero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 125px;
  padding-right: 30px;
}

.section.aboutcarousel {
  background-color: var(--colors--blue-4);
  color: var(--colors--white);
  padding: 55px 0;
}

.section.aboutindustries {
  padding-top: 0;
  padding-right: 0;
}

.section.aboutcraig {
  padding-left: 0;
}

.section.aboutcoverage {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.bloghero, .section.blogpagehero {
  padding-top: 150px;
}

.container {
  z-index: 3;
  max-width: var(--sizes--max-width);
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.homehero {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.container.footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.container.bloghero, .container.blogpagehero {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.navbar-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff9;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 3px #ffffff4d;
}

.navbar-logo-wrap {
  z-index: 999;
  text-decoration: none;
}

.navbar-main {
  z-index: 1000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  inset: 1rem 0% auto;
}

.navbar-link-text {
  color: var(--colors--blue-4);
  line-height: 28px;
  transition: all .2s;
}

.navbar-link-text:hover {
  color: var(--colors--blue-2);
}

.navbar-logo-img {
  border-radius: 5px;
  width: 200px;
}

.navbar-menu-btn-div {
  display: none;
}

.navbar-menu-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.navbar-menu-div {
  justify-content: center;
  align-items: center;
  height: 65px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary {
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-3);
  text-align: center;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--colors--blue-4);
}

.button-primary.center {
  align-self: center;
}

.button-primary.center.reviews {
  margin-top: -20px;
}

.button-primary.formsubmit {
  align-self: flex-start;
  margin-top: 10px;
  padding: 20px 60px;
  font-size: 20px;
}

.button-primary.formsubmit:hover, .button-primary._2:hover {
  background-color: var(--colors--blue-2);
}

.button-primary._2.right {
  align-self: flex-end;
}

.homehero-content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-heading {
  font-size: 68px;
  line-height: 96%;
}

.primary-paragraph {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.primary-paragraph.link {
  color: var(--colors--blue-4);
  font-size: 18px;
  transition: all .2s;
}

.primary-paragraph.link:hover {
  color: var(--colors--blue-3);
}

.primary-paragraph.link.footer-contact-link {
  max-width: 236px;
}

.primary-paragraph.hide {
  display: none;
}

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

.homehero-trusted-by-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.secondary-paragraph {
  color: #5c6972;
  font-size: 18px;
  line-height: 120%;
}

.homehero-trusted-by-logos-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.trusted-by-logo-img {
  height: 45px;
}

.caption {
  color: #5c6972;
  font-size: 14px;
}

.homehero-content-para-wrapper {
  width: 570px;
}

.homeherostats-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.homeherostats-img-div {
  background-image: url('../images/1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeherostats-img-div._2 {
  background-image: url('../images/2.webp');
}

.homeherostats-content-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--colors--blue-4);
  justify-content: space-between;
  align-items: center;
  padding: 40px 80px 40px 40px;
  display: flex;
  position: relative;
}

.homeherostats-content-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.herostats-decor {
  position: absolute;
  inset: auto 0% 0% auto;
}

.homeherostats-div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.white {
  color: var(--colors--white);
}

.homeabout-main-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.homehero-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.homeabout-content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.homeabout-img-wrapper {
  background-image: url('../images/about.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tag {
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-2);
  justify-content: center;
  align-items: center;
  padding: 3px 8px;
  display: flex;
}

.tag.white._2 {
  background-color: var(--colors--blue-3);
}

.tag._2 {
  background-color: var(--colors--blue-1);
}

.caps {
  text-transform: uppercase;
}

.homeabout-img {
  border-radius: var(--border-radiuses--rounded);
  display: none;
}

.homeclients-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.homeclients-content-wrapper {
  width: 100%;
}

.carousel {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-track {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  will-change: transform;
  display: flex;
}

.carousel-track.about {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  padding-bottom: 5px;
}

.carousel-slide {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.carousel-img {
  max-height: 50px;
}

.homewhyus-main-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.homewhyus-intro-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.homewhyus-heading-div {
  max-width: 670px;
}

.homewhyus-paragraph-div {
  max-width: 790px;
}

.homewhyus-content-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.homewhyus-img-div {
  border-radius: var(--border-radiuses--rounded);
  background-image: url('../images/Why-Us.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.homewhyus-img {
  display: none;
}

.homewhyus-written-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.homewhyus-points-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.homewhyus-point-div {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-1);
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.homewhyus-checkmark {
  width: 30px;
}

.homeservices-main-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  display: flex;
}

.homeservices-intro-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1100px;
  display: flex;
}

.homeservices-main-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.homeservices-service {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--colors--blue-4);
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-4);
  color: var(--colors--white);
  flex-flow: column;
  padding: 46px 24px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.homeservices-paragraph-div {
  max-width: 1050px;
  height: 0;
  overflow: hidden;
}

.homeservices-arrow-div {
  border-radius: var(--border-radiuses--circular);
  background-color: var(--colors--white);
  color: var(--colors--blue-4);
  padding: 15px;
  position: absolute;
  inset: 24px 24px auto auto;
}

.homeservices-arrow {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}

.homereviews-main-wrapper {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  display: flex;
}

.homereviews-intro-div {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.homereviews-tabs-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.homereviews-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  height: 100%;
  margin-left: 10px;
  display: flex;
}

.homereviews-tabs-content {
  border: 1px solid var(--colors--blue-4);
  border-radius: var(--border-radiuses--rounded);
  width: 50%;
  margin-right: 10px;
  overflow: visible;
}

.homereviews-tab-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--colors--blue-4);
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-4);
  color: var(--colors--white);
  justify-content: flex-start;
  align-items: center;
  height: 140px;
  padding: 15px;
  transition: all .2s;
  display: flex;
}

.homereviews-tab-btn:hover {
  background-color: var(--colors--blue-3);
}

.homereviews-tab-btn.w--current {
  background-color: var(--colors--blue-1);
  color: var(--colors--blue-4);
}

.homereviews-tab {
  height: 100%;
}

.homereviews-tab-content-wrapper {
  background-color: var(--colors--blue-4);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 140px 35px 35px;
  display: flex;
  position: relative;
}

.homereviews-line {
  border-radius: var(--border-radiuses--circular);
  width: 3px;
  height: 100%;
}

.homereviews-author-div {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.homereviews-author {
  border-radius: var(--border-radiuses--circular);
  width: 70px;
  height: 70px;
}

.homereviews-author.main {
  width: 100px;
  height: 100px;
}

.homereviews-author-description {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.homereviews-author-description.main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.medium {
  font-weight: 500;
}

.quote {
  border-radius: var(--border-radiuses--circular);
  background-color: var(--colors--blue-1);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-30%, -30%);
}

.homereviews-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.homereviews-content-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.homereviews-company-tag {
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-1);
  padding: 13px 10px;
}

.smaller {
  font-size: 42px;
}

.homeform-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1100px;
  display: flex;
}

.homeform-heading-div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.homeform-form {
  margin-bottom: 0;
}

.homeform-form-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.form-field {
  border-radius: var(--border-radiuses--rounded);
  height: 46px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.form-field.primary-paragraph {
  color: var(--colors--blue-4);
}

.form-field.primary-paragraph::placeholder {
  color: #bdbdbd;
}

.form-field-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
}

.form-fields-split {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.label {
  font-size: 12px;
  line-height: 120%;
}

.label.link {
  color: var(--colors--blue-4);
  text-decoration: underline;
  transition: all .2s;
}

.label.link:hover {
  color: var(--colors--blue-2);
}

.checkbox {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: -10px;
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.consultation-main-wrapper {
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-1);
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  display: flex;
  overflow: hidden;
}

.consultation-img-div {
  align-self: flex-end;
  width: 35%;
}

.consultation-content-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-4);
  color: var(--colors--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.footer-legal-main-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.footer-legal-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.homehero-decor {
  width: 200px;
  position: absolute;
  inset: 50% auto auto 0%;
}

.footer-logo-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 302px;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  min-width: 124px;
  display: flex;
}

.footer-links-heading {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.footer-link {
  color: var(--colors--white);
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--colors--blue-2);
}

.footer-socials-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-img {
  transition: all .2s;
}

.footer-social-img:hover {
  filter: brightness(200%);
}

.footer-socials-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-right-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-right-block-links-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-about-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-1);
  color: var(--colors--blue-4);
  flex-flow: column;
  max-width: 385px;
  padding: 16px;
  display: flex;
}

.footer-contact-details-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-contact-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-contact-icon-div {
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-3);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
}

.success {
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-3);
  font-size: 19px;
}

.error {
  border-radius: var(--border-radiuses--rounded);
  color: var(--colors--blue-4);
  background-color: #ffbcbc;
}

.serviceshero-main-wrapper {
  width: 100%;
}

.servicestabs-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.servicestabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: var(--border-radiuses--circular);
  background-color: var(--colors--blue-1);
  justify-content: center;
  align-items: center;
  width: 820px;
  padding: 8px;
  display: flex;
}

.servicestabs-content {
  width: 100%;
  margin-top: 68px;
}

.servicestabs-btn {
  background-color: var(--colors--transparent);
  padding-top: 15px;
  padding-bottom: 15px;
}

.servicestabs-btn.w--current {
  border-radius: var(--border-radiuses--circular);
  background-color: var(--colors--blue-4);
  color: var(--colors--white);
}

.servicestabs-content-wrapper {
  min-height: 60vh;
}

.servicestabs-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  display: grid;
}

.servicestabs-content-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.servicestabs-img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.servicestabs-heading {
  font-size: 42px;
}

.footer-decor {
  z-index: 10;
  width: 150px;
  position: absolute;
  inset: auto auto 6% 40%;
}

.aboutcarousel-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.abouthero-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.abouthero-content-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.abouthero-img-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.abouthero-img-1 {
  width: 94%;
}

.abouthero-img-2 {
  border-radius: var(--border-radiuses--rounded);
  width: 220px;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #00000026;
}

.aboutcraig-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.aboutcraig-img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.aboutcraig-content-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.aboutindustries-main-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
}

.aboutindustries-intro-div {
  padding-right: var(--section-margins--left-right);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.slide-dots-nav {
  display: none;
}

.aboutindustries-slider {
  background-color: var(--colors--transparent);
  height: 350px;
}

.aboutindustries-slide {
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-1);
  width: 480px;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.aboutindustries-slide-content-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.aboutindustries-img {
  position: absolute;
  inset: auto 0% 0%;
}

.aboutindustries-slider-arrow-link {
  border-radius: var(--border-radiuses--rounded);
  background-color: var(--colors--blue-4);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: flex;
  inset: auto 0% -80px auto;
}

.aboutindustries-slider-arrow-link:hover {
  background-color: var(--colors--blue-3);
}

.aboutindustries-slider-arrow-link.left {
  right: 130px;
}

.aboutindustries-slider-arrow-link.right {
  right: 60px;
}

.aboutcoverage-main-wrapper {
  flex-flow: column;
  display: flex;
}

.aboutcoverage-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aboutcoverage-decor {
  width: 150px;
  position: absolute;
  inset: auto auto -10% 0%;
}

.aboutcoverage-imgs-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.aboutcoverage-img {
  border-radius: var(--border-radiuses--rounded);
}

.aboutcoverage-gradient {
  background-image: radial-gradient(circle closest-side, #fff, #0000001a 50%, #fff);
  position: absolute;
  inset: -20% 0% 0%;
}

.blog-grid-main-heading-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blue {
  color: var(--colors--blue-3);
}

.blog-grid-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

.blog-grid-div {
  border-radius: var(--border-radiuses--rounded);
  border: 1px solid #a3a3a3;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.blog-grid-img-div {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-grid-content-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 16px 24px;
  display: flex;
}

.bigger {
  font-size: 30px;
  font-weight: 500;
}

.blog-grid-img {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
}

.blog-grid-written-content-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blogpage-main-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.blogpage-intro-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blogpage-img-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.blogpage-author-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
}

.blogpage-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.blogpage-text p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 112%;
}

.blogpage-text a {
  color: var(--colors--blue-3);
  transition: all .2s;
}

.blogpage-text a:hover {
  color: var(--colors--blue-4);
}

@media screen and (min-width: 1280px) {
  body {
    --fonts--primary: Neuemontreal, Arial, sans-serif;
    --colors--blue-4: #00163d;
    --section-margins--up-down: 80px;
    --section-margins--left-right: 80px;
    --colors--white: white;
    --sizes--max-width: 1440px;
    --colors--blue-2: #7cb9f2;
    --border-radiuses--rounded: 5px;
    --colors--blue-3: #3b63a8;
    --colors--blue-1: #d0e2ff;
    --border-radiuses--circular: 120px;
    --colors--transparent: transparent;
    --colors--black: black;
    --colors--gray: #5c6972;
    font-size: 18px;
  }

  h1, h2 {
    font-size: 68px;
  }

  h3 {
    font-size: 44px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  a, ul, ol {
    font-size: 22px;
  }

  .navbar-content-wrapper {
    position: relative;
  }

  .navbar-logo-img {
    width: 220px;
  }

  .navbar-menu-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button-primary {
    padding: 20px 30px;
  }

  .homehero-content-wrapper {
    max-width: 1100px;
  }

  .main-heading {
    font-size: 62px;
  }

  .main-heading.align-center {
    font-size: 80px;
  }

  .primary-paragraph {
    font-size: 22px;
  }

  .primary-paragraph.link.footer-contact-link {
    max-width: none;
  }

  .secondary-paragraph {
    font-size: 20px;
  }

  .homehero-content-para-wrapper {
    width: 620px;
  }

  .homeherostats-content-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .homeabout-main-wrapper {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .homeservices-arrow-div {
    padding: 20px;
  }

  .homereviews-tab-btn {
    height: 122px;
    padding: 20px;
  }

  .homereviews-tab-content-wrapper {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .homereviews-author-div {
    min-width: 250px;
  }

  .label {
    font-size: 14px;
  }

  .footer-main-wrapper {
    padding-right: 40px;
  }

  .servicestabs-menu {
    width: 880px;
  }

  .servicestabs-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .servicestabs-container {
    padding-left: 60px;
  }

  .servicestabs-heading {
    font-size: 44px;
  }

  .aboutindustries-slide {
    width: 600px;
  }

  .aboutcoverage-decor {
    width: 180px;
  }

  .bigger {
    font-size: 32px;
  }

  .blogpage-text p {
    font-size: 22px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2 {
    font-size: 76px;
  }

  h3 {
    font-size: 46px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  a, ul, ol {
    font-size: 24px;
  }

  .button-primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .homehero-content-wrapper {
    max-width: 1120px;
    font-size: 80px;
  }

  .main-heading {
    font-size: 64px;
  }

  .main-heading.align-center {
    font-size: 90px;
  }

  .primary-paragraph {
    font-size: 24px;
  }

  .secondary-paragraph {
    font-size: 22px;
  }

  .homehero-content-para-wrapper {
    width: 640px;
  }

  .homeherostats-main-wrapper {
    grid-template-columns: 1fr .8fr 1fr;
  }

  .homereviews-tab-btn {
    height: 112px;
  }

  .servicestabs-menu {
    width: 940px;
  }

  .servicestabs-heading {
    font-size: 46px;
  }

  .aboutindustries-slide {
    width: 650px;
  }

  .aboutcoverage-decor {
    width: 200px;
  }

  .blogpage-text p {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --fonts--primary: Neuemontreal, Arial, sans-serif;
    --colors--blue-4: #00163d;
    --section-margins--up-down: 60px;
    --section-margins--left-right: 25px;
    --colors--white: white;
    --sizes--max-width: 1440px;
    --colors--blue-2: #7cb9f2;
    --border-radiuses--rounded: 5px;
    --colors--blue-3: #3b63a8;
    --colors--blue-1: #d0e2ff;
    --border-radiuses--circular: 120px;
    --colors--transparent: transparent;
    --colors--black: black;
    --colors--gray: #5c6972;
  }

  h1, h2 {
    font-size: 62px;
  }

  h3 {
    font-size: 36px;
  }

  h5 {
    font-size: 19px;
  }

  a {
    font-size: 18px;
  }

  ul, ol {
    font-size: 19px;
  }

  .section.homehero {
    padding-top: 180px;
  }

  .section.homeabout {
    padding-right: var(--section-margins--left-right);
  }

  .section.homeform {
    background-color: var(--colors--blue-4);
  }

  .section.serviceshero {
    padding-top: 140px;
  }

  .section.aboutindustries {
    padding-bottom: 80px;
  }

  .navbar-content-wrapper {
    border-style: none;
    padding: 5px;
  }

  .navbar-main {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-link-text {
    font-size: 18px;
    line-height: 25px;
  }

  .button-primary {
    min-width: 134px;
    font-size: 18px;
  }

  .button-primary.center.reviews {
    margin-top: -40px;
  }

  .homehero-content-wrapper {
    max-width: 760px;
  }

  .main-heading {
    font-size: 52px;
  }

  .main-heading.align-center {
    font-size: 57px;
  }

  .primary-paragraph {
    font-size: 19px;
  }

  .primary-paragraph.link.footer-contact-link {
    max-width: none;
  }

  .secondary-paragraph {
    font-size: 18px;
  }

  .homehero-trusted-by-logos-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .homehero-content-para-wrapper {
    width: 540px;
  }

  .homeherostats-content-wrapper {
    min-width: 320px;
  }

  .homeabout-main-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .homeabout-img-wrapper {
    border-radius: var(--border-radiuses--rounded);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .homeabout-img {
    display: inline-block;
  }

  .homeservices-paragraph-div {
    height: auto;
  }

  .homereviews-tabs-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .homereviews-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0;
    display: grid;
  }

  .homereviews-tabs-content {
    width: 100%;
    margin-right: 0;
  }

  .homereviews-tab-btn {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .homereviews-tab-content-wrapper {
    justify-content: flex-start;
    align-items: center;
    min-height: 560px;
    padding-top: 100px;
  }

  .homereviews-line {
    display: none;
  }

  .consultation-img-div {
    width: 550px;
    height: 100%;
  }

  .consultation-content-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-main-wrapper {
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .homehero-decor {
    top: 55%;
  }

  .footer-logo-wrapper {
    width: 100%;
    max-width: none;
  }

  .servicestabs-menu {
    width: 100%;
    max-width: 760px;
  }

  .servicestabs-container {
    padding-left: 20px;
  }

  .servicestabs-heading {
    font-size: 40px;
  }

  .footer-decor {
    left: 20%;
  }

  .aboutindustries-slider-arrow-link.left {
    right: 100px;
  }

  .aboutindustries-slider-arrow-link.right {
    right: 30px;
  }

  .aboutcoverage-decor {
    width: 140px;
    bottom: -8%;
  }

  .blog-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .blogpage-text p {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --fonts--primary: Neuemontreal, Arial, sans-serif;
    --colors--blue-4: #00163d;
    --section-margins--up-down: 80px;
    --section-margins--left-right: 10px;
    --colors--white: white;
    --sizes--max-width: 1440px;
    --colors--blue-2: #7cb9f2;
    --border-radiuses--rounded: 5px;
    --colors--blue-3: #3b63a8;
    --colors--blue-1: #d0e2ff;
    --border-radiuses--circular: 120px;
    --colors--transparent: transparent;
    --colors--black: black;
    --colors--gray: #5c6972;
  }

  h1, h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 34px;
  }

  h5 {
    font-size: 18px;
  }

  a {
    font-size: 16px;
  }

  ul, ol {
    font-size: 18px;
  }

  .body-wrapper {
    overflow: hidden;
  }

  .section.homehero {
    padding-top: 150px;
  }

  .section.homereviews {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.serviceshero {
    padding-top: 120px;
  }

  .section.aboutcarousel {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.aboutcraig {
    padding-left: var(--section-margins--left-right);
  }

  .navbar-content-wrapper {
    padding: 10px;
  }

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

  .navbar-link-text {
    color: #fff;
  }

  .navbar-logo-img {
    width: 140px;
  }

  .navbar-menu-btn-img {
    width: 36px;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .navbar-menu-btn-img._2 {
    transform: translate(-100%)translate(-50%, -50%);
  }

  .navbar-menu-btn-div {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 250px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .navbar-menu-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    outline-offset: 0px;
    background-color: #000b24;
    outline: 2px solid #fffdf7;
    flex-flow: column;
    max-width: 550px;
    margin-left: auto;
    padding: 30px 0;
    position: absolute;
    inset: auto 0% -12px;
    transform: translate(0, 100%);
  }

  .navbar-menu-div {
    height: 58px;
  }

  .button-primary {
    font-size: 16px;
  }

  .main-heading {
    font-size: 47px;
  }

  .main-heading.align-center {
    font-size: 48px;
  }

  .primary-paragraph {
    font-size: 18px;
  }

  .secondary-paragraph {
    font-size: 16px;
  }

  .homehero-trusted-by-logos-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .trusted-by-logo-img {
    height: 40px;
  }

  .homehero-content-para-wrapper {
    width: 100%;
  }

  .homeherostats-main-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .homeherostats-img-div {
    min-height: 300px;
  }

  .homeherostats-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .carousel-track.about {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .homewhyus-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .homewhyus-img {
    display: inline-block;
  }

  .homewhyus-written-content-wrapper {
    order: -9999;
  }

  .homeservices-service {
    padding: 80px 16px 20px;
    transition: all .2s;
  }

  .homeservices-service:hover {
    background-color: var(--colors--blue-3);
  }

  .homeservices-arrow-div {
    top: 16px;
    right: 16px;
  }

  .homereviews-main-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .homereviews-tabs-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .homereviews-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .homereviews-tab-content-wrapper {
    min-height: 90vh;
  }

  .homereviews-author-div.tab {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quote {
    transform: translate(-5%, -50%);
  }

  .form-fields-split {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .consultation-main-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .consultation-img-div {
    align-self: flex-end;
    width: 70%;
    height: auto;
  }

  .consultation-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-main-wrapper {
    grid-column-gap: 120px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-legal-main-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .homehero-decor {
    width: 100px;
  }

  .footer-right-block-links-container {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-about-wrapper {
    max-width: none;
  }

  .servicestabs-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .servicestabs-img-div {
    max-width: 500px;
  }

  .servicestabs-img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .servicestabs-heading {
    font-size: 38px;
  }

  .footer-decor {
    display: none;
  }

  .abouthero-main-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .abouthero-img-1 {
    width: 96%;
  }

  .abouthero-img-2 {
    transform: translate(0, 20px);
  }

  .aboutcarouseltext {
    font-size: 34px;
  }

  .aboutcraig-main-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    display: flex;
  }

  .aboutcraig-img-div {
    max-width: 500px;
  }

  .aboutcraig-img {
    border-radius: 5px;
  }

  .aboutcraig-content-wrapper {
    order: -9999;
  }

  .aboutindustries-main-wrapper {
    margin-right: 10px;
  }

  .aboutindustries-intro-div {
    padding-right: 0;
  }

  .aboutindustries-slide {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .aboutindustries-slider-arrow-link.left {
    right: 70px;
  }

  .aboutindustries-slider-arrow-link.right {
    right: 0;
  }

  .aboutcoverage-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .aboutcoverage-content-wrapper {
    margin-top: 0;
  }

  .aboutcoverage-decor {
    display: none;
  }

  .aboutcoverage-imgs-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .aboutcoverage-img {
    width: 100px;
  }

  .blog-grid-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .blog-grid-div {
    max-width: 480px;
  }

  .blogpage-text p {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 32px;
  }

  .navbar-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-menu-wrap {
    bottom: -22px;
  }

  .trusted-by-logo-img {
    height: 38px;
  }

  .homeherostats-content-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .homeform-form-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form-fields-split {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-main-wrapper {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .homehero-decor {
    top: 65%;
  }

  .footer-right-block {
    width: 100%;
  }

  .footer-right-block-links-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-about-wrapper {
    max-width: none;
  }

  .footer-contact-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-contact-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .servicestabs-btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .abouthero-main-wrapper, .abouthero-content-wrapper, .abouthero-img-wrapper {
    width: 100%;
  }

  .aboutcoverage-decor {
    display: none;
  }
}

#w-node-_0e2e0e1a-00e2-f744-0155-471cfa2bdec7-d993ba63 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-da4557bc-8bb6-f95b-ab10-06df9faa3df2-d993ba63 {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-f6e113cc-c7cc-b998-b406-b07c22e9c243-d993ba63 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-ceef9969-3210-c5d2-6950-5a4349c2ffb3-d993ba63 {
  grid-area: 3 / 2 / 5 / 3;
}

#w-node-fde122e1-6194-4131-5888-d251b822c99a-d993ba63 {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-_7f8995c3-f406-03d7-978d-34a80eb8b588-d993ba63 {
  grid-area: 2 / 5 / 4 / 6;
}

#w-node-b1743b8b-c26a-3c93-d941-7c94635b9414-d993ba63 {
  grid-area: 3 / 6 / 5 / 7;
}

#w-node-_2bd3a010-a8f2-35e2-ae28-d124ecdef68d-d993ba63 {
  grid-area: 1 / 6 / 3 / 7;
}

#w-node-_03fe027d-249b-a2a2-3358-e40e928f9426-d993ba63 {
  grid-area: 2 / 7 / 4 / 8;
}

#w-node-a32df03b-77ea-98f3-5ea6-c7eb9f9b1c55-d993ba63 {
  grid-area: 4 / 7 / 6 / 8;
}

#w-node-_89791026-ef2f-3b1c-00da-f0a6915b218c-d993ba63 {
  grid-area: 3 / 4 / 5 / 5;
}


@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}