:root {
  --white: white;
  --font--secondary-font: Satoshi, Tahoma, sans-serif;
  --primary-2: #020202;
  --font--primary-font: Satoshi, Tahoma, sans-serif;
  --primary-1: #1dbeca;
  --secondary: #68e8ca1a;
  --small-button-shadow: #0003;
  --card-shadow: #0000004d;
}

body {
  background-color: var(--white);
  font-family: var(--font--secondary-font);
  color: var(--primary-2);
  font-size: 18px;
  line-height: 130%;
}

h1 {
  font-family: var(--font--primary-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  font-family: var(--font--primary-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  font-family: var(--font--primary-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  font-family: var(--font--primary-font);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-family: var(--font--primary-font);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-family: var(--font--primary-font);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  font-family: var(--font--secondary-font);
  margin-bottom: 10px;
  line-height: 150%;
}

a {
  font-family: var(--font--primary-font);
  color: var(--primary-1);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

img {
  border-radius: 12px;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--primary-1);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px 48px 24px 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

figure {
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}

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

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1512px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-navbar.bottom-24px {
  justify-content: center;
  padding-bottom: 0;
}

.navbar {
  background-color: var(--white);
  box-shadow: none;
}

.brand-link-navbar {
  width: 170px;
  height: 100px;
}

.brand-link-navbar.w--current {
  width: 170px;
}

.right-navbar {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.navbar-hamburger-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-navbar {
  width: 170px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.nav-link {
  color: var(--primary-2);
  font-weight: 500;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--primary-1);
}

.dropdown-navbar {
  color: #282943e6;
  height: 100%;
  font-weight: 500;
  display: block;
}

.dropdown-toggle-nav {
  grid-column-gap: 6px;
  color: var(--primary-2);
  justify-content: center;
  align-items: center;
  padding: 12px 10px 12px 14px;
  display: flex;
}

.dropdown-toggle-nav:hover {
  color: var(--primary-1);
}

.icon-dropdown {
  width: 24px;
  height: 24px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #1313131a;
  border-radius: 12px;
  width: 250px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

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

.section {
  object-fit: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.light {
  background-color: var(--secondary);
  overflow: hidden;
}

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

.section.cta-section {
  background-color: var(--primary-1);
  color: var(--white);
  background-image: url("https://cdn.prod.website-files.com/692d8cf24985d9ba0ea53bbf/692d8cf24985d9ba0ea53c4d_MapCTA.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.cta-section.main-section-sizing {
  background-color: var(--primary-2);
  background-image: url("https://cdn.prod.website-files.com/692d8cf24985d9ba0ea53bbf/692d8cf24985d9ba0ea53c4d_MapCTA.svg");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-attachment: fixed;
  padding-top: 200px;
  padding-bottom: 120px;
}

.section.cta-section.main-section-sizing.background-cms {
  background-image: url("https://cdn.prod.website-files.com/692d8cf24985d9ba0ea53bbf/692d8cf24985d9ba0ea53c4d_MapCTA.svg");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-attachment: fixed;
}

.section.cta-section.main-section-sizing.background-cms.categories-styling {
  background-color: var(--secondary);
  background-image: none;
  padding-top: 160px;
}

.section.cta-section.areas-we-serve-section._60px-section-padding.background-color {
  background-color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section.hero-about {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-not-found {
  padding-top: 160px;
}

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

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

.section.section-height-bottom {
  padding-top: 60px;
  padding-bottom: 20px;
}

.section.hero-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.hero-section.light {
  padding-bottom: 40px;
}

.section.hero-section.light.cms-hero-padding {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 80px;
  position: static;
}

.section.section-services-cms {
  padding-top: 60px;
}

.section._50px-section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section._50px-section-padding.top-border {
  border-top: 1px solid #e5e5e5;
}

.section.background-picture {
  background-image: url("https://cdn.prod.website-files.com/692d8cf24985d9ba0ea53bbf/692d8cf24985d9ba0ea53d61_Group-of-college-students-using-laptop-in-the-library.avif");
  background-position: 0 0;
  background-size: cover;
}

.section.background-picture.relative {
  background-position: 50% 8%;
  position: relative;
}

.section.background-picture.relative.bottom-padding-80px {
  background-image: url("https://cdn.prod.website-files.com/692d8cf24985d9ba0ea53bbf/694bee75cdfcf346b2eb857c_shared%20image.avif");
  background-position: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.padding-80px.light.bg, .section.padding-80px.light.blue {
  background-color: #68e8ca1a;
}

.section._40px-padding._60px-bottom {
  padding-bottom: 60px;
}

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

.section._60px-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section._60px-padding._120px-bottom {
  padding-bottom: 120px;
}

.section._60px-padding._120px-top {
  padding-top: 120px;
}

.section.padding {
  padding-top: 160px;
}

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

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

.section.hero-home {
  padding-top: 152px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section.hero-home.bg {
  background-color: var(--white);
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 20px;
  position: static;
  overflow: hidden;
}

.section.padding-80px {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.padding-80px.light.bg, .section.padding-80px.light.blue {
  background-color: #68e8ca1a;
}

.section.padding-80px.padding-bottom-120px {
  padding-top: 60px;
  padding-bottom: 120px;
}

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

.section.padding-80px.top-60px {
  padding-top: 60px;
}

.section.padding-80px.top-60px._60px-bottom {
  padding-bottom: 60px;
}

.section.padding-80px.less-p {
  padding-bottom: 20px;
}

.section.padding-80px.light {
  background-color: #68e8ca0d;
}

.section.padding-80px.light.bg, .section.padding-80px.light.blue, .section.padding-80px.light.bg {
  background-color: #68e8ca1a;
}

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

.section.padding-80px.padding-top-120px._60 {
  padding-bottom: 80px;
}

.section.padding-80px.padding-top-120px._60.bg {
  background-color: #68e8ca1a;
  margin-bottom: 20px;
}

.section.padding-80px.less-padd-top {
  padding-top: 60px;
}

.section._60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section._60px.bg {
  background-color: #68e8ca1a;
  padding-top: 60px;
  padding-bottom: 0;
}

.main-container {
  max-width: 1400px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.main-container.section-height-60vh {
  object-position: 0% 50%;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  border-radius: 12px 150px;
  height: 60vh;
  position: relative;
}

.main-container.section-height-60vh.relative-overlay {
  height: 70vh;
  position: relative;
}

.main-container.section-height-60vh.relative-overlay.no-radius {
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.main-container.areas-we-serve {
  width: 80%;
}

.grid-hero-home {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.grid-hero-home.reverse-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  transition: all .2s;
}

.left-hero-home {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.left-hero-home.top-m {
  max-width: 550px;
  margin-top: 60px;
}

.wrap-symbol-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-symbol-heading._2lines {
  width: 705px;
  max-width: 735px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margins.text-center, .no-margins.text-center._0-bottm {
  margin-bottom: 0;
}

.no-margins.text-center.width-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.no-margins.padding-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.no-margins.author-name-45px {
  margin-bottom: 10px;
  font-size: 45px;
}

.no-margins.bold {
  font-weight: 700;
}

.no-margins.bold.text-color:hover {
  background-color: var(--white);
  color: var(--primary-1);
}

.no-margins.text-color, .no-margins.color-text {
  color: var(--primary-2);
}

.no-margins._70 {
  width: 70%;
}

.no-margins.align-left-mobile, .no-margins.align-left-mobile.blue {
  color: var(--primary-2);
}

.no-margins._25-ch {
  width: 25ch;
}

.no-margins._30ch {
  width: 30ch;
}

.no-margins._20-ch {
  width: auto;
  min-width: 20ch;
}

.no-margins.text-align-center {
  color: var(--primary-2);
  text-align: center;
}

.no-margins.text-align-center.partners {
  font-size: 22px;
}

.no-margins.text-align-center.padding-bottom {
  margin-bottom: 40px;
}

.no-margins.align-left-mobile, .no-margins.align-left-mobile.blue {
  color: var(--primary-2);
}

.no-margins.white {
  color: #020202;
  width: 550px;
  max-width: none;
  font-size: 55px;
  line-height: 67px;
}

.no-margins.rel {
  color: var(--primary-2);
  position: relative;
}

.cta {
  background-color: var(--primary-2);
  color: var(--primary-1);
  border-style: none;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 500;
  display: flex;
}

.cta:hover {
  background-color: var(--primary-2);
  box-shadow: 0 0 2px 1px var(--primary-2);
  transform: scale(.95);
}

.cta._100-width {
  color: var(--white);
  width: 100%;
  transition: all .4s;
}

.cta._100-width:hover {
  color: var(--primary-1);
}

.cta.style {
  width: 100%;
}

.cta._10px-top-margin {
  color: var(--white);
  width: 280px;
  margin-top: 10px;
  transition: all .4s, background-color .2s;
}

.cta._10px-top-margin:hover {
  transform: scale(.94);
}

.cta.nav-cta {
  background-color: var(--primary-2);
  box-shadow: 0 0 20px 0 var(--small-button-shadow);
  color: var(--white);
  white-space: nowrap;
  border-radius: 30px;
  width: 171px;
  height: 48px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 22px;
  padding-right: 22px;
  transition: all .3s, background-color .2s;
}

.cta.nav-cta:hover {
  box-shadow: 0 0 20px 0 var(--small-button-shadow);
  transform: scale(.9);
}

.cta.big-cta {
  padding: 30px 40px;
}

.cta.big-cta:hover {
  background-image: linear-gradient(93deg, var(--primary-1), var(--primary-2) 0%);
}

.cta.big-cta.button-shadow {
  box-shadow: none;
  transition: all .3s;
}

.cta.big-cta.button-shadow:hover {
  box-shadow: none;
  background-image: none;
  transform: scale(.9);
}

.cta.big-cta.button-shadow.cta-max-w {
  color: var(--white);
  padding: 20px 100px;
}

.cta.big-cta.button-shadow.cta-max-w.white-text {
  background-color: var(--primary-1);
  box-shadow: 0 0 20px 0 var(--small-button-shadow);
  color: var(--white);
  letter-spacing: .5px;
  border-style: none;
  font-size: 16px;
  text-decoration: none;
}

.cta.big-cta.button-shadow.hidden-button {
  color: var(--white);
  cursor: pointer;
  padding: 20px 100px;
}

.cta.big-cta.button-shadow.hidden-button.see-more {
  box-shadow: none;
  color: var(--primary-2);
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
  transition-property: none;
}

.cta.bigger {
  background-color: var(--primary-1);
  box-shadow: 0 0 20px 0 var(--small-button-shadow);
  opacity: .92;
  color: #020202;
  width: 300px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  transition: all .4s;
}

.cta.bigger:hover {
  box-shadow: 0 0 20px 0 var(--small-button-shadow);
  color: var(--primary-2);
  transform: scale(.9);
}

.cta.bigger.space {
  box-shadow: 0 0 20px 0 var(--small-button-shadow);
  margin-top: 10px;
}

.cta.bigger.space:hover {
  box-shadow: 0 0 20px 0 var(--small-button-shadow);
  color: var(--primary-2);
}

.text-highlight {
  color: var(--primary-1);
}

.text-highlight._28px-bold {
  font-size: 28px;
  font-weight: 700;
}

.text-highlight.blue {
  color: var(--primary-2);
}

.wrap-image-hero-home {
  width: 100%;
  max-width: 578px;
}

.wrap-image-hero-home.auto-w-h {
  width: auto;
  max-width: 700px;
  height: auto;
  position: relative;
}

.image-hero-home {
  object-fit: cover;
  border-radius: 24px 24px 24px 182px;
  width: 100%;
  height: 100%;
}

.image-hero-home.hero-fixed-height.fixed-height.hero-fit {
  z-index: 1;
  object-fit: cover;
  border-radius: 0;
  width: auto;
  height: 525px;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.image-hero-home.hero-fixed-height {
  height: 500px;
}

.image-hero-home.hero-fixed-height.fixed-height.hero-fit {
  z-index: 1;
  object-fit: cover;
  border-radius: 0;
  width: auto;
  height: 525px;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.image-hero-home.hero-fixed-height.fixed-height.hero-fit {
  z-index: 1;
  object-fit: cover;
  border-radius: 0;
  width: auto;
  height: 525px;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.image-hero-home.hero-fixed-height.fixed-height.hero-fit {
  z-index: 1;
  object-fit: cover;
  border-radius: 0;
  width: auto;
  height: 525px;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.image-hero-home.hero-fixed-height.fixed-height.hero-fit.hero {
  object-fit: contain;
  object-fit: contain;
  width: 750px;
  max-width: none;
  height: 600px;
  margin-top: 20px;
  top: -30px;
  left: -32px;
}

.wrap-heading-services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .2s;
  display: flex;
}

.wrap-heading-services-grid.relative {
  position: relative;
}

.paragraph-big {
  color: #323232;
  object-fit: contain;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-big.opacity {
  opacity: .77;
}

.paragraph-big.no-hover {
  color: var(--primary-2);
}

.paragraph-big.no-hover.dark-text-color {
  letter-spacing: 1px;
}

.paragraph-big.width-85 {
  width: 85%;
}

.paragraph-big._65-width {
  width: 65%;
}

.paragraph-big.top-margin {
  margin-top: 20px;
}

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

.paragraph-big.align-paragraph-center._60-width {
  width: 60%;
  margin-bottom: 10px;
}

.paragraph-big.white-text {
  color: var(--white);
  font-weight: 500;
}

.paragraph-big.text-center.width-90 {
  width: 90%;
}

.paragraph-big.align-left-mobile {
  margin-top: 10px;
  margin-bottom: 20px;
}

.paragraph-big.align-left-mobile._22px {
  color: var(--primary-2);
  font-size: 22px;
}

.paragraph-big.black {
  width: 550px;
}

.wrap-home-grid-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.heading-wrap-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-wrap-center.max-w-100px {
  max-width: 1000px;
}

.heading-wrap-center.max-w-800px {
  max-width: 800px;
}

.heading-wrap-center.max-w-800px.margin-60px {
  max-width: 900px;
  margin-bottom: 60px;
}

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

.flex-cta-center.mg-top-48 {
  margin-top: 48px;
}

.flex-cta-center.mg-top-48.relative.padding-top {
  margin-top: 40px;
}

.image-services {
  object-fit: cover;
  border-radius: 12px 12px 160px;
  width: 100%;
  height: 600px;
}

.image-services.auto-height {
  height: 750px;
}

.image-services.img-size {
  border-radius: 20px 20px 250px;
  height: 500px;
}

.image-services.img-size.left-image {
  border-radius: 20px 20px 250px;
}

.image-services.img-size.right-image {
  border-radius: 20px 20px 20px 250px;
}

.image-services._500px-size {
  height: 500px;
}

.image-services._500px-size.fixed-height.left-image {
  border-radius: 20px 20px 250px;
}

.image-services._500px-size.fixed-height.left-image.fix-turn {
  transform-style: preserve-3d;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 250px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.image-services.fixed-height {
  height: 100%;
}

.image-services.image-right {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 160px;
  max-width: none;
}

.image-services.image-right.image-shadow {
  box-shadow: 0 2px 10px #0000001a;
}

.image-services.image-right.image-shadow.cms-image {
  z-index: 1;
  height: 500px;
  position: relative;
}

.image-services.image-right.image-size-small {
  height: 300px;
}

.image-services.image-right.img-size {
  border-radius: 20px;
  height: auto;
}

.image-services.image-right.img-size.smaller {
  object-fit: contain;
  width: 383px;
  height: 360px;
}

.image-services.image-right.img-size.right-image {
  border: 1px #000;
  border-bottom-left-radius: 250px;
}

.image-services.image-right.img-size.right-image._500 {
  height: 500px;
}

.limit-about-home {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.limit-about-home.top-margin {
  margin-top: 40px;
}

.limit-about-home.wrap-center.relative {
  position: relative;
}

.footer {
  background-color: var(--primary-2);
  color: #052554;
  border-top: 1px solid #28294326;
  padding-top: 60px;
  padding-bottom: 0;
}

.master-top-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 720px auto;
  grid-template-columns: .5fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.tile-contact-footer {
  grid-row-gap: 24px;
  background-color: var(--white);
  color: var(--primary-2);
  border-radius: 12px 12px 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 30px #0000000f;
}

.tile-contact-footer.shadow {
  box-shadow: 0 2px 5px #424bd080;
}

.tile-contact-footer.shadow.styling {
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tile-contact-footer.shadow.styling:hover {
  color: var(--primary-2);
}

.column-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-footer-links.fixed-sizing {
  align-items: stretch;
  width: 233px;
}

.column-footer-links.right-padding {
  margin-right: 40px;
}

.column-footer-links.right-padding.row {
  grid-row-gap: 0px;
  grid-row-gap: 0px;
  width: 450px;
  margin-right: 0;
}

.column-footer-links.width-fixed {
  width: 200px;
}

.heading-footer-links {
  font-family: var(--font--primary-font);
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.heading-footer-links.white {
  color: var(--white);
}

.heading-footer-links.white.green {
  color: var(--primary-1);
}

.link-footer {
  font-family: var(--font--secondary-font);
  color: var(--white);
  text-transform: capitalize;
  border: 1px #000;
  text-decoration: none;
  transition: all .2s;
}

.link-footer:hover {
  transform: translate(7px);
}

.right-top-footer {
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 435px;
  display: flex;
}

.master-footer-contact-list {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-footer-contact-list {
  grid-column-gap: 15px;
  color: var(--primary-2);
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  text-decoration: none;
  display: flex;
}

.single-footer-contact-list:hover {
  color: var(--primary-1);
}

.master-footer-socials {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.link-social {
  background-color: var(--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.link-social.background-change {
  background-color: var(--primary-2);
  transition: transform .2s;
}

.link-social.background-change:hover {
  background-color: var(--primary-1);
  transform: translate(0, -8px);
}

.link-social.background-change.white {
  background-color: var(--white);
  cursor: pointer;
  transition: transform .2s;
}

.link-social.background-change.white:hover {
  transform: translate(0, -8px);
}

.master-bottom-footer {
  border-top: 1px solid #d3d3d333;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-logo {
  height: 100%;
}

.footer-logo.logo-size {
  border-radius: 0;
  width: 222px;
  margin-left: auto;
  margin-right: auto;
}

.text-legal-footer {
  font-family: var(--font--secondary-font);
  color: var(--white);
  font-size: 16px;
}

.wrap-nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-contact-support {
  align-self: auto;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.cta-contact-support.margin-right {
  margin-right: 0;
  transition: all .4s;
}

.grid-styling {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.grid-styling.flex-reverse {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

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

.text-center.white.blog-heading-text {
  font-size: 52px;
}

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

.text-center.white---text.big-size-small-breakpoints {
  margin-top: 0;
}

.text-center.no-margins._70 {
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle-3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-toggle-3.w--open {
  margin-bottom: 10px;
}

.dropdown-toggle-3.w--open:hover {
  color: var(--primary-1);
}

.dropdown-toggle-3.white-color-text {
  color: var(--white);
  width: 100%;
}

.dropdown-toggle-3.white-color-text.w--open {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-list-4 {
  background-color: #fff0;
  position: relative;
}

.dropdown-list-4.w--open {
  margin-left: 10px;
}

.menu-text-footer {
  padding: 10px 0;
}

.menu-text-footer:hover {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.menu-text-footer.text-size-small {
  font-size: 17px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  overflow: hidden;
}

.dropdown.white-menu {
  color: var(--white);
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  transition-property: height;
}

.html-embed-2 {
  width: 100%;
  box-shadow: 0 2px 5px #f9f9ff;
}

.right-image {
  transition: all .2s;
  position: relative;
}

.button-flex {
  display: flex;
}

.button-flex.top-margin {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.max-w-centered-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-w-centered-content.white {
  color: var(--white);
}

.max-w-centered-content.gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.max-w-centered-content.margin-bottom {
  margin-bottom: 40px;
}

.collection-list-2 {
  padding: 20px;
}

.collection-list-2.menu-styling {
  border: 1px #1313131a;
  padding: 0;
}

.link-legal {
  color: var(--white);
  border-bottom: 1px solid #0000;
  text-decoration: none;
}

.link-legal:hover {
  border-bottom: 1px solid #fff;
}

.bold-text, .services-link {
  text-decoration: none;
}

.services-link:hover {
  color: var(--primary-1);
}

.services-link.white {
  color: var(--white);
  white-space: normal;
  border-bottom: 1px solid #0000;
}

.services-link.white:hover {
  border-bottom: 1px solid #fff;
}

.no-underline {
  color: var(--primary-2);
  text-decoration: none;
}

.no-underline.w--current {
  color: var(--primary-1);
}

.light {
  background-color: var(--secondary);
}

.contact-link {
  color: var(--white);
  letter-spacing: 1px;
  text-decoration: none;
  transition: color .2s ease-in;
}

.contact-link:hover {
  color: var(--primary-2);
}

.contact-link.weight-500px {
  color: var(--primary-2);
  border-bottom: 1px #0000;
  font-weight: 500;
  display: none;
}

.contact-link.weight-500px:hover {
  color: var(--primary-1);
  border-bottom-style: none;
}

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

.wrapper-about {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-2 {
  color: var(--white);
  padding-bottom: 10px;
}

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

.text-block-20.white.left {
  font-family: var(--font--secondary-font);
  font-family: var(--font--secondary-font);
  width: 350px;
  margin-top: 30px;
}

.nav-content-wrap {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-icon-cta {
  margin-left: 0;
  transition: all .2s;
  display: flex;
}

.form {
  flex-direction: column;
  align-items: center;
}

.blue-circle {
  background-color: var(--primary-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
}

.styling {
  transition: color .2s;
}

.styling:hover {
  color: var(--primary-1);
}

.services-link {
  color: var(--primary-2);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
}

.services-link:hover {
  transform: translate(7px);
}

.dropdown-text {
  font-family: var(--font--secondary-font);
  color: var(--white);
}

.dropdown-services.w--open {
  background-color: #fff;
  border-radius: 12px;
  width: 1100px;
  left: -192px;
  right: auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-126 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.services-cms {
  padding: 10px 15px 15px;
}

.services-cms.div-block-132 {
  background-color: #0000;
}

.main-pages-link {
  border-radius: 12px;
  width: 100%;
  padding: 15px;
  text-decoration: none;
}

.div-block-128 {
  flex-direction: column;
  display: flex;
}

.content-wrapper-flex-centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-132 {
  background-color: var(--secondary);
  border-radius: 12px;
}

.div-block-177 {
  background-color: var(--secondary);
}

.border-bottom {
  border-bottom: 1px solid #0000001a;
}

.sticky {
  transition: all .2s;
  position: sticky;
  top: 100px;
}

.phone-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.phone-link {
  color: var(--primary-2);
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.link-social {
  background-color: var(--primary-2);
  width: auto;
  height: auto;
}

.link-remote-support {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.support-text-wrap {
  display: flex;
}

.wrap-image-services {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.phone {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.nav-phone-icon {
  border: 3px solid var(--primary-2);
  background-color: var(--primary-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.nav-menus {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  display: flex;
}

.nav-menus.hide {
  display: none;
}

.nav-menus.home {
  margin-left: 80px;
}

.day {
  color: var(--primary-2);
  font-weight: 500;
}

.footer-social-embeds {
  color: var(--primary-2);
  width: 22px;
  display: flex;
}

.contact-icons-embed {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.footer-map-wrapper {
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer-map-wrapper.margin-top-map {
  margin-top: 5px;
}

.cta-wrapper {
  margin-top: 16px;
}

.cta-wrapper.center {
  align-self: center;
}

.hidden-offer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.point-divider {
  background-color: var(--white);
  width: 30%;
  height: 1px;
}

.point-divider.black {
  background-color: var(--primary-2);
  background-color: var(--primary-2);
}

._12-points-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary-2);
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  width: 1177px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 45px 20px 40px;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

._12-points-wrapper.background-white {
  background-color: #fff;
  box-shadow: 0 0 20px #00000040;
}

._12-points-wrapper.flat {
  box-shadow: none;
  background-color: #68e8ca1a;
  border-radius: 20px;
  align-items: flex-start;
}

._12-points-wrapper.flat.no-bg {
  background-color: #0000;
}

._12-point-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.point-heading {
  color: #091526;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 46.4px;
}

.point-heading.white {
  color: var(--white);
}

.point-paragraph {
  color: #323232;
  margin-bottom: 10px;
}

.point-paragraph.white {
  color: var(--white);
  width: 823px;
  font-size: 20px;
  line-height: 27px;
}

.quote-icon {
  width: 155px;
  min-width: 155px;
  height: 113px;
  min-height: 113px;
  position: absolute;
  inset: -8% auto auto 0%;
}

.location {
  color: var(--primary-2);
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

.location.top-margin {
  margin-top: 12px;
}

.ceo-info-card {
  background-color: #f95400;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 49.5504px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.ceo-info-card.style-v2 {
  z-index: 9;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  z-index: 9;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  inset: 35% auto auto -1%;
  background-color: #ff4c0a00;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 219px;
  height: auto;
  inset: 35% auto auto -1%;
}

.image-size {
  object-fit: cover;
  object-position: 50% 19%;
  width: 100%;
  height: 500px;
}

.image-size.ceo-image {
  z-index: 2;
  z-index: 2;
  width: 550px;
  height: 725px;
  position: relative;
  left: 34px;
  overflow: clip;
}

.ceo-image-wrap {
  height: 540px;
  position: relative;
}

.ceo-image-wrap.h-auto {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 16px;
  display: flex;
}

.company-info-text {
  color: var(--primary-2);
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.company-info-text._22 {
  color: #040302;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

._12-points-wrapp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.plus-wrapper {
  display: none;
}

.number-area {
  border: 5px solid #08c1f2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  display: flex;
}

.number-area.style-v2 {
  border: 3px solid var(--primary-1);
  width: 73px;
  min-width: 73px;
  height: 73px;
  min-height: 73px;
  padding: 0;
}

.number-area.style-v2.services {
  border-width: 3px;
  border-color: var(--primary-2);
  width: 82px;
  min-width: 82px;
  height: 82px;
  min-height: 82px;
}

.number-area.style-v2.services._1 {
  color: var(--primary-2);
}

.number-circle {
  box-shadow: none;
  background-color: #08c1f2;
  border: 1px solid #08c1f2;
  border-radius: 250px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  margin: 5px;
  display: flex;
}

.number-circle.style-v2 {
  background-color: var(--primary-1);
  background-color: var(--primary-1);
  border-style: none;
  width: 53px;
  min-width: 53px;
  height: 53px;
  min-height: 53px;
}

.number-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 500;
  line-height: 110px;
}

.number-heading.size-v2 {
  color: #00194c;
  font-size: 45px;
  font-weight: 700;
}

.number-heading.size-v2.smaller {
  color: var(--primary-2);
  font-weight: 500;
}

.image-115 {
  width: 430px;
  max-width: none;
  height: 680px;
  position: absolute;
  inset: auto auto 0 120px;
  overflow: visible;
}

.services-tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  width: 625px;
  height: auto;
  padding: 6px 10px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.tab__button__text {
  color: var(--primary-2);
  text-underline-offset: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: underline;
}

.tab-icon {
  color: var(--primary-1);
}

.read-more-circle {
  background-color: var(--white);
  border: 3px #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 28px;
  height: 90px;
  min-height: 28px;
  padding: 16px;
  display: flex;
}

.body-normal-medium {
  color: #323232;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.body-normal-medium.smaller {
  font-size: 19px;
}

.tabs__content {
  background-color: var(--white);
  color: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 625px;
  max-width: none;
  height: 600px;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  box-shadow: 0 0 10px #0000004d;
}

.tabs__content._1 {
  box-shadow: 0 0 5px 0 var(--card-shadow);
  box-shadow: 0 0 5px 0 var(--card-shadow);
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 5px;
}

.tabs-content-card {
  z-index: 9;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 30px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.tabs-content-card.less {
  padding-right: 0;
}

.tabs-content-card.more {
  padding-right: 40px;
}

.tabs-content-card.more.less {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-right: 20px;
}

.tab-pane-tab-2 {
  height: 600px;
  box-shadow: 0 2px 5px #0000004d;
}

.services-tab-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 300px;
  margin-top: 10px;
}

.services-tab-image._2 {
  height: 300px;
}

.services-tab-image.smaller {
  height: 300px;
  padding-bottom: 10px;
}

.services-tab-image.smaller._3 {
  height: 295px;
  padding-bottom: 0;
}

.services-tab-image.smaller._3.move {
  object-fit: cover;
  object-position: 15% 50%;
  height: 250px;
  margin-top: 10px;
}

.services-tab-image.smaller._3.small {
  height: 285px;
}

.services-tab-image.smaller._2 {
  height: 290px;
}

.services-tab-image.big {
  height: 250px;
}

.div-block-67 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.services-tabs {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  box-shadow: 0 0 5px 0 var(--card-shadow);
  color: #0e294b;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 28px;
  font-size: 28px;
  font-weight: 600;
  display: flex;
}

.services-tabs.w--current {
  background-color: var(--primary-1);
  color: #fff;
  border: 1px #000;
  padding-top: 28px;
  padding-bottom: 28px;
  font-weight: 700;
  box-shadow: 0 2px 5px #0000004d;
}

.services-tabs.no-radius {
  box-shadow: 0 0 5px 0 var(--card-shadow);
  background-color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
}

.services-tabs.no-radius.w--current {
  background-color: var(--primary-1);
}

.services-tabs.first {
  border-top-left-radius: 30px;
  padding-top: 28px;
  padding-bottom: 28px;
  box-shadow: 0 0 5px #0000004d;
}

.services-tabs.first.w--current {
  background-color: var(--primary-1);
  box-shadow: 0 0 5px 0 var(--card-shadow);
  color: #fff;
  border-top-left-radius: 30px;
  justify-content: flex-start;
  padding-top: 28px;
}

.services-tabs.last {
  box-shadow: 0 0 5px 0 var(--card-shadow);
  background-color: #fff;
  border-bottom-left-radius: 30px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.services-tabs.last.w--current {
  background-color: var(--primary-1);
  border-bottom-left-radius: 30px;
  box-shadow: 0 2px 5px #0000004d;
}

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

.heading-6.smaller-mobile {
  color: var(--primary-2);
}

.tab-content-services {
  width: 625px;
  height: auto;
}

.full__width {
  border-radius: 30px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.tab__button-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #20014c;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
}

.div-block-100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.tab-pane-tab-3 {
  height: auto;
}

.read-more-arrow {
  filter: brightness(0%) saturate(15%);
  color: #0c1016;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 23px;
  min-width: 23px;
  max-width: none;
  height: 16px;
  min-height: 16px;
  display: flex;
}

.tab__wrap__text {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-content-card-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-flow: column;
  width: auto;
  height: 600px;
  display: flex;
  position: relative;
}

.tabs-content-card-wrap.last {
  height: 610px;
}

.tab-pane-tab-4 {
  height: auto;
  box-shadow: 0 2px 5px #0000004d;
}

.services-tabs-wrap {
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding: 0 0 0 6px;
  display: flex;
}

.heading-4.text__weight__bold.line-height-edit {
  color: #020202;
  font-size: 32px;
  font-weight: 700;
  line-height: 25px;
}

.divider-tab-responsive, .arrow-tablet {
  display: none;
}

.code-embed-15 {
  color: var(--primary-1);
}

.img-w {
  width: 550px;
  height: 500px;
  padding-top: 67%;
  position: relative;
  overflow: visible;
}

.contacts-form-wrapper-2 {
  background-color: var(--primary-1);
  border-radius: 20px;
  width: 600px;
  height: 790px;
  margin-left: 0;
  padding: 20px 30px 30px;
  position: relative;
}

.contacts-content-wrapper-2 {
  width: 550px;
  height: 600px;
  padding-top: 0;
  padding-right: 0;
}

.contacts-form-title {
  color: var(--primary-2);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-20 {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: visible;
}

.contacts-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.paragraph-large-3 {
  color: var(--primary-2);
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 1.7em;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.image-8 {
  object-fit: cover;
  border-radius: 20px;
  width: 550px;
  height: 500px;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.primary-button-7 {
  color: #0e294b;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #f0602c;
  border: 2px solid #f0602c;
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
  display: inline-block;
}

.primary-button-7:hover {
  opacity: 1;
  background-color: #fff;
}

.primary-button-7.full-width {
  color: #fff;
  background-image: linear-gradient(#f1602c, #5a5a5a00 50%, #d14b0f);
  border-style: solid;
  border-radius: 8px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  transition-duration: .6s;
}

.primary-button-7.full-width:hover {
  color: #f0602c;
  background-color: #fff;
  background-image: none;
  box-shadow: -5px -2px 20px #f1602c73, 0 2px 12px 3px #f1602c73;
}

.primary-button-7.full-width.bigger {
  padding-top: 25px;
  padding-bottom: 25px;
}

.primary-button-7.full-width.bigger._20px {
  background-color: var(--primary-2);
  box-shadow: 0 0 20px 0 var(--small-button-shadow);
  color: var(--white);
  background-image: none;
  border-style: none;
  border-color: #0000;
  border-radius: 50px;
  height: 60px;
  padding-top: 20px;
  font-size: 22px;
  transition-duration: .4s;
}

.primary-button-7.full-width.bigger._20px:hover {
  box-shadow: 0 0 20px 0 var(--small-button-shadow);
  border-width: 0;
  border-color: #0000;
  transform: scale(.9);
}

.primary-button-7.full-width.bigger._20px:active {
  box-shadow: -5px -2px 20px 0 var(--primary-1);
}

.t-block-form-2 {
  font-family: var(--font--primary-font);
  color: var(--primary-2);
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 700;
}

.contacts-input-2 {
  background-color: #fff;
  border: 1.2px #000;
  border-radius: 6px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input-2:focus {
  border: 1px #f0602c;
}

.contacts-input-2::placeholder {
  color: #c2c5ca;
  font-size: 16px;
}

.contacts-textarea-2 {
  border: 1.2px #000;
  border-radius: 8px;
  min-height: 160px;
  margin-bottom: 20px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea-2:focus {
  border: 1px #f0602c;
}

.contacts-textarea-2::placeholder {
  color: #afafaf80;
  font-size: 16px;
}

.div-block-78 {
  align-items: flex-end;
  display: flex;
}

.div-block-78.form {
  margin-top: 0;
}

.div-block-178 {
  background-color: #68e8ca1a;
  width: 100%;
  height: 620px;
  margin-top: 40px;
  padding-top: 0;
  position: absolute;
  inset: auto;
}

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

.faq-title-wrap {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 32px;
  display: flex;
}

.faqs-list {
  border-bottom: 1px #2b2b2b;
}

.faqs-dropdown {
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.section-large {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section-large.bg {
  background-color: #68e8ca0d;
}

.faqs-title {
  color: #0d2342;
  cursor: pointer;
  flex-flow: column;
  display: flex;
  position: relative;
}

.section-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-lg-2 {
  z-index: 5;
  width: 100%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.container-lg-2.larger {
  max-width: 77.5rem;
}

.faq-answer-wrap {
  width: 84%;
  margin-left: auto;
  padding-bottom: 18px;
  padding-right: 72px;
  position: relative;
}

.content__center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-602 {
  color: #20014c;
  font-size: 22px;
  line-height: 26px;
}

.heading-602.full__width {
  color: #2b2b2b;
  font-weight: 700;
}

.faqs-column-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.minus {
  color: #2b2b2b;
  background-color: #0d2342;
  width: 100%;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.faqs-wrapper-2 {
  z-index: 9;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.body-normal-normal-2 {
  color: #4c4c4c;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.faqs-plus-wrapper {
  color: #2b2b2b;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin-left: 5px;
  position: relative;
}

.plus {
  z-index: 1;
  color: #2b2b2b;
  background-color: #0d2342;
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.heading-603 {
  color: #000;
}

.faq-gradient-border {
  color: #2b2b2b;
  background-color: #2b2b2b;
  width: 100%;
  height: 1px;
}

.faq-gradient-border.open {
  color: #2b2b2b;
  background-color: #2b2b2b;
  background-image: none;
  height: .5px;
  margin-bottom: 12px;
}

.location-grid-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
}

.testimonials-section {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-118, .image-120 {
  width: auto;
  height: auto;
}

.testimonial-name-2 {
  color: var(--primary-2);
  font-size: 22px;
  font-weight: 700;
}

.map-embed-code {
  height: 100%;
}

.code-embed-16 {
  position: absolute;
  inset: -10% auto auto 0%;
}

.h2-title {
  color: #1d1d1f;
  text-align: center;
  font-size: 40px;
}

.h2-title._32ch {
  color: var(--primary-2);
  max-width: 32ch;
}

.image-117 {
  width: auto;
  height: auto;
}

.section-header.centered {
  text-align: center;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.div-block-76 {
  position: relative;
}

.scrollbar-embed {
  max-width: 0;
  max-height: 0;
}

.t-avatar-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-wrap-testimonials {
  border: 1px solid #3a3f3f;
  border-radius: 20px;
  overflow: hidden;
}

.reviews-image-2 {
  object-fit: fill;
  width: auto;
  height: auto;
  margin-left: -5px;
  display: block;
}

.reviews-image-2.adjust-2 {
  width: 329.688px;
  margin-top: 5px;
}

.reviews-image-2.adjust-2.width-100 {
  width: 100%;
  max-width: 509px;
  height: 400px;
  margin-top: 0;
}

.reviews-image-2.adjust-2.width-100._3 {
  height: 466px;
}

.reviews-image-2.adjust-2.width-100.space {
  margin-top: -30px;
}

.reviews-image-2.adjust-2.width-100.space._2 {
  margin-top: 0;
}

.reviews-image-2.adjust-2.width-100.space.more {
  margin-left: 0;
}

.reviews-image-2.adjust-2.width-100.margin {
  margin-top: -10px;
}

.reviews-image-2.adjust-2.width-100.margin.space._2._3 {
  height: 480px;
  margin-top: -20px;
  margin-left: -8px;
}

.reviews-image-2.adjust-1 {
  object-fit: cover;
  width: 100%;
  max-width: 509px;
  margin-top: -15px;
}

.reviews-image-2.width-100 {
  object-fit: contain;
  width: 100%;
  height: 400px;
}

.reviews-image-2.width-100.card-5 {
  height: auto;
  margin-top: -10px;
}

.section-29 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-29.padding.pd-top-120 {
  padding-top: 120px;
}

.section-29.padding.pd-top-120.overflow-hidden {
  padding-bottom: 400px;
  overflow: hidden;
}

.image-119 {
  width: auto;
  height: auto;
}

.slider-8 {
  background-color: #ddd0;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  height: 600px;
  margin-top: 40px;
  display: flex;
}

.t-review-star {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.hero-testimonial-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 25px #c8ccd2;
}

.slide-11 {
  float: left;
  max-width: 509px;
  max-height: 284.984px;
  margin: 6px;
}

.slide-11.no-space {
  max-width: 509px;
}

.div-block-77 {
  flex-flow: column;
  display: flex;
}

.reviews-card {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 26px 20px 26px 16px;
  box-shadow: 0 0 25px #c8ccd2;
}

.reviews-card.sizing {
  max-width: 509px;
  max-height: 264px;
  padding-left: 16px;
}

.image-122 {
  width: auto;
  max-width: none;
  height: auto;
}

.quote-h-review {
  color: #64645f;
  font-size: 20px;
  line-height: 35px;
}

.right-arrow-8, .slide-nav-8 {
  display: none;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.maskx {
  overflow: visible;
}

.left-arrow-7 {
  display: none;
}

.custom-scrollbar {
  border-radius: 20px;
  width: 100%;
  min-height: 232.986px;
  overflow: scroll;
}

.custom-scrollbar.more-h {
  height: 232.9px;
}

.testimonial-avatar {
  border: 3px solid var(--primary-2);
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.ceo-list-wrap-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  display: flex;
}

.ceo-list-wrap-2.center {
  margin-top: 0;
  margin-left: 20px;
}

.ceo-list-wrap-2.center.new {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-left: 0;
}

.ceo-list-wrap-2.center.about-us {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 0;
  margin-left: 0;
}

.ceo-list-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ceo-list-item-2.less-gap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  line-height: 26px;
}

.checkmark-embed-2 {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  display: flex;
}

.checkmark-text-2 {
  color: #2a2a2a;
  font-size: 18px;
}

.checkmark-text-2.white {
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.checkmark-text-2.white.non-bold {
  width: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.checkmark-text-2.white.no-bold {
  font-weight: 300;
}

.text-block-23, .text-block-24, .text-block-25 {
  color: var(--primary-2);
}

.heading-604 {
  color: #091526;
}

.slide {
  width: 100%;
  height: 100%;
}

.image-113 {
  filter: brightness(99%) grayscale();
  height: 100px;
}

.image-113._40px.contain.bigger._5._9.big, .image-113._40px.contain.bigger._5._9.home {
  width: 200px;
  height: 100px;
}

.image-113._40px.contain._2.smaller.gray, .image-113._40px.contain._2.gray {
  filter: grayscale();
}

.image-113._40px.contain._5.big.home, .image-113._40px.contain._5.cover.fill {
  width: 220px;
  height: 100px;
}

.image-113._40px.contain.gray._2, .image-113._40px.contain.gray.shadow {
  filter: invert(74%) grayscale();
}

.image-113._40px {
  filter: none;
  object-fit: cover;
  width: 200px;
  max-width: none;
  height: 150px;
  overflow: clip;
}

.image-113._40px._80 {
  height: 80px;
}

.image-113._40px.contain.bigger._5._9.big, .image-113._40px.contain.bigger._5._9.home {
  width: 200px;
  height: 100px;
}

.image-113._40px.contain._2.smaller.gray, .image-113._40px.contain._2.gray {
  filter: grayscale();
}

.image-113._40px.contain._5.big.home, .image-113._40px.contain._5.cover.fill {
  width: 220px;
  height: 100px;
}

.image-113._40px.contain.gray._2, .image-113._40px.contain.gray.shadow {
  filter: invert(74%) grayscale();
}

.image-113._40px.contain {
  filter: none;
  object-fit: contain;
  width: 155px;
  height: 65px;
}

.image-113._40px.contain.bigger._5._9.big, .image-113._40px.contain.bigger._5._9.home {
  width: 200px;
  height: 100px;
}

.image-113._40px.contain._2.smaller.gray, .image-113._40px.contain._2.gray {
  filter: grayscale();
}

.image-113._40px.contain._5.big.home, .image-113._40px.contain._5.cover.fill {
  width: 220px;
  height: 100px;
}

.image-113._40px.contain.gray {
  filter: grayscale();
}

.image-113._40px.contain.gray._2, .image-113._40px.contain.gray.shadow {
  filter: invert(74%) grayscale();
}

.image-113._40px.contain.bigger {
  object-fit: none;
  width: 225px;
  height: 100px;
}

.image-113._40px.contain.bigger._5._9.big, .image-113._40px.contain.bigger._5._9.home {
  width: 200px;
  height: 100px;
}

.image-113._40px.contain.bigger._5 {
  object-fit: contain;
  width: 155px;
  height: 65px;
}

.image-113._40px.contain.bigger._5._9.big, .image-113._40px.contain.bigger._5._9.home {
  width: 200px;
  height: 100px;
}

.image-113._40px.contain.bigger._5.smaller-height {
  width: 200px;
  height: 55px;
}

.image-113._40px.contain.bigger._5._9 {
  width: 175px;
  height: 75px;
}

.image-113._40px.contain.bigger._5._9.big, .image-113._40px.contain.bigger._5._9.home, .image-113._40px.contain.bigger._5._9.home {
  width: 200px;
  height: 100px;
}

.image-113._40px.contain.bigger._5.x {
  width: 180px;
  height: 85px;
}

.image-113._40px.contain.bigger._5.x.cover {
  width: 200px;
  height: 100px;
}

.image-113._40px.contain.bigger._5.x.home {
  width: 220px;
  height: 100px;
}

.image-113._40px.contain.bigger._5.smaller._120px {
  height: 85px;
}

.image-113._40px.contain.bigger.badges {
  object-fit: contain;
  width: auto;
  height: 200px;
}

.image-113._40px.contain._2 {
  object-fit: cover;
  height: 80px;
}

.image-113._40px.contain._2.smaller.gray, .image-113._40px.contain._2.gray {
  filter: grayscale();
}

.image-113._40px.contain._2.smaller {
  filter: none;
}

.image-113._40px.contain._2.smaller.gray {
  filter: grayscale();
}

.image-113._40px.contain._5 {
  width: 200px;
  height: 90px;
}

.image-113._40px.contain._5.gray {
  filter: grayscale();
}

.image-113._40px.contain._5.big.home, .image-113._40px.contain._5.cover.fill, .image-113._40px.contain._5.big.home, .image-113._40px.contain._5.big.home {
  width: 220px;
  height: 100px;
}

.image-113._40px.contain.smaller {
  filter: none;
  height: 60px;
}

.image-113._40px.contain.smaller.gray.shadow {
  filter: invert(74%) grayscale();
}

.image-113._40px.contain.big {
  width: 175px;
}

.image-113._40px.contain.big.small._2 {
  object-fit: contain;
}

.image-113._40px.contain.big.gray {
  filter: grayscale();
}

.image-113._40px.contain.big.home._2, .image-113._40px.contain.big.small._2, .image-113._40px.contain.big.small._2, .image-113._40px.contain.big.home._2, .image-113._40px.contain.big.home._2 {
  object-fit: contain;
}

.image-113._40px.smaller {
  width: 150px;
  height: 70px;
}

.image-113._40px.smaller.big {
  width: 175px;
  height: 80px;
}

.image-113._40px.smaller._2 {
  height: 73px;
}

.image-113._40px.less-space {
  width: 150px;
  height: 70px;
}

.image-113._40px.less-space._90px {
  object-fit: none;
  width: 190px;
  height: 100px;
}

.image-113._40px.less-space._100px {
  width: 165px;
}

.image-113._40px.less-space._100px.mini {
  object-fit: cover;
  object-fit: cover;
  width: 140px;
  height: 80px;
}

.image-113._40px.less-space.bmw {
  object-fit: contain;
}

.slide-nav-2 {
  font-size: .5rem;
  inset: 0%;
}

.slide-nav-2.position {
  color: #002e73;
  margin-top: 80px;
  margin-bottom: 0;
}

.slide-nav-2.position.slider-dots {
  outline-offset: 0px;
  outline: 3px #002e73;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-nav-2.position.slider-dots._w-slider-dot {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
}

.slide-nav-2.position.slider-dots._w-slider-dot.testimonials {
  height: 25%;
  margin-top: 0;
  top: 90%;
}

.slide-nav-2.position.slider-dots._w-slider-dot._2 {
  justify-content: flex-end;
  width: 52%;
  height: 30%;
  margin-top: 0;
  top: 110%;
}

.slide-nav-2.position.slider-dots._w-slider-dot.smaller {
  text-overflow: clip;
  height: 50%;
}

.slide-nav-2.position.slider-dots._w-slider-dot.smaller.none {
  display: none;
}

.container-large {
  text-align: left;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.mask-35 {
  width: 100%;
  height: 100%;
}

.padding-global {
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.section-30 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-30.add-margin {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-30.add-margin.more-padding {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.section-30.add-margin.less-padding-bottom {
  padding-bottom: 0;
}

.div-block-24 {
  width: auto;
  height: auto;
}

.div-block-24.center {
  align-self: auto;
}

.padding-section-large {
  z-index: 2;
  border-bottom: 1px #000;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: static;
}

.padding-section-large.padding-bottom-0 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 4rem;
  overflow: visible;
}

.padding-section-large.padding-bottom-0.padding-top-2 {
  padding-top: 2rem;
}

.div-block-25 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.div-block-25.testimonials {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.div-block-25.about {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  height: 100px;
  padding-left: 20px;
}

.div-block-25.home {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: 0;
  overflow: hidden;
}

.div-block-25.home.ceo.first {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding-top: 20px;
}

.div-block-25.home.awards {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.div-block-25.less-space {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.div-block-180 {
  display: none;
}

.div-block-182 {
  width: auto;
  height: 165px;
  margin-bottom: 40px;
  position: static;
  left: 20px;
}

.text-block-26 {
  color: #323232;
  text-align: center;
  align-self: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  position: static;
}

.div-block-183 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #68e8ca1a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: absolute;
}

.div-block-185 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  padding-top: 20px;
  padding-left: 60px;
  display: flex;
}

.div-block-185.no-padd._2 {
  justify-content: center;
  padding-left: 0;
}

.new-google-holder-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image-121 {
  object-fit: contain;
  width: 350px;
  height: 50px;
}

.image-121._2 {
  object-fit: contain;
  object-fit: contain;
  width: 270px;
  height: 60px;
  margin-bottom: 70px;
  margin-left: 20px;
}

.italic-text {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
}

.overflow-hidden {
  overflow: hidden;
}

.div-block-191 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.div-block-191.gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.image-128 {
  width: 100px;
  max-width: none;
  height: 100px;
}

.image-128._2 {
  align-self: center;
  width: 85px;
  height: 65px;
}

.image-128._2.bigger {
  border-radius: 0;
  width: 110px;
  height: 70px;
}

.image-128.smaller {
  width: 85px;
}

.image-128.smaller.bigger {
  width: 95px;
  height: 100px;
}

.image-128.big-footer {
  width: 110px;
  height: 100px;
}

.logo {
  height: 95px;
}

.circle-hero-home-3 {
  z-index: 0;
  background-color: var(--primary-1);
  border-radius: 50%;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: -70% -45% auto auto;
}

.blue-text {
  color: var(--primary-1);
}

.code-embed-17 {
  align-self: auto;
  width: 40px;
  min-width: 40px;
  height: 30px;
  min-height: 30px;
}

.code-embed-18 {
  color: var(--primary-1);
}

.div-block-193 {
  cursor: pointer;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  height: 110px;
  transition: all .3s;
  display: flex;
}

.div-block-193:hover {
  transform: scale(.95);
}

.image-129 {
  cursor: pointer;
  object-fit: contain;
  width: 400px;
  height: 140px;
  margin-bottom: 20px;
  margin-left: -25px;
}

.bold-text-7 {
  color: var(--primary-2);
}

.tab-content {
  display: none;
}

.div-block-195, .div-block-196 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.code-embed-19 {
  color: #1dbeca;
}

.tab__button__text-2 {
  color: #020202;
  text-underline-offset: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: underline;
}

.read-more-circle-2 {
  background-color: #fff;
  border: 3px #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 28px;
  height: 90px;
  min-height: 28px;
  padding: 16px;
  display: flex;
}

.tabs-content-card-2 {
  z-index: 9;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 30px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.tabs-content-card-2.less {
  padding-right: 0;
}

.top-margin-footer-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.paragraph-big-3 {
  color: #323232;
  object-fit: contain;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (min-width: 1280px) {
  .container-navbar.bottom-24px.services {
    max-width: 1412px;
  }

  .brand-link-navbar {
    width: 170px;
  }

  .brand-navbar {
    width: 170px;
    max-width: none;
  }

  .section.hero-home.bg {
    padding-top: 40px;
  }

  .section.background-picture.relative.bottom-padding-80px {
    background-image: url("https://cdn.prod.website-files.com/692d8cf24985d9ba0ea53bbf/694bee75cdfcf346b2eb857c_shared%20image.avif");
    background-position: 50%;
  }

  .section.padding-80px.padding-top-120px._60 {
    padding-bottom: 80px;
  }

  .section.padding-80px.less-padd-top {
    padding-top: 60px;
  }

  .left-hero-home.top-m {
    margin-top: 80px;
  }

  .wrap-symbol-heading._2lines {
    width: 735px;
    max-width: 735px;
  }

  .cta.nav-cta {
    background-color: var(--primary-2);
    background-color: var(--primary-2);
    height: 50px;
    margin-bottom: 8px;
  }

  .wrap-image-hero-home.auto-w-h {
    object-fit: fill;
    object-fit: fill;
    width: 700px;
    max-width: 100%;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit.hero {
    object-fit: contain;
    object-fit: contain;
    object-fit: contain;
    object-fit: contain;
    object-fit: contain;
    width: 750px;
    height: 590px;
  }

  .circle-hero-home {
    width: 630px;
    height: 630px;
    inset: -60% -60% 0% auto;
  }

  .wrap-heading-services-grid {
    justify-content: flex-start;
  }

  .limit-about-home {
    justify-content: flex-start;
    margin-top: -10px;
  }

  .master-top-footer {
    grid-template-rows: 720px auto;
  }

  .column-footer-links.right-padding.row {
    margin-right: 0;
  }

  .hero-blog-wrapper.blog-box-shadow:hover {
    background-color: var(--white);
    background-color: var(--white);
  }

  .hero-blog-content:hover {
    background-color: var(--white);
  }

  .reviews-wrap {
    height: 800px;
  }

  .link-social {
    background-color: var(--primary-2);
  }

  .wrap-image-services {
    justify-content: center;
  }

  .nav-phone-icon {
    border-color: var(--primary-2);
  }

  .nav-menus.home {
    margin-left: 80px;
  }

  .day {
    color: var(--primary-2);
  }

  .image-103 {
    width: 65px;
    height: 65px;
  }

  .services-tabs-menu {
    height: 610px;
  }

  .tabs__content {
    height: 600px;
  }

  .tabs__content._1 {
    margin-left: 5px;
    box-shadow: 0 0 5px #0000004d;
  }

  .tabs-content-card {
    margin-right: 30px;
  }

  .tabs-content-card.more.less {
    padding-right: 20px;
  }

  .tab-pane-tab-2 {
    height: 100%;
  }

  .services-tab-image.smaller._3.move, .services-tab-image.big {
    height: 250px;
  }

  .services-tab-image.smaller {
    height: 290px;
  }

  .services-tab-image.smaller._3 {
    height: 285px;
  }

  .services-tab-image.smaller._3.move, .services-tab-image.big {
    height: 250px;
  }

  .tab-content-services, .tabs-content-card-wrap, .tabs-content-card-wrap.last, .tabs-content-card-wrap.last {
    height: 600px;
  }

  .services-tabs-wrap {
    height: 580px;
  }

  .contacts-form-wrapper-2 {
    padding-top: 20px;
  }

  .testimonial-name-2 {
    font-weight: 700;
  }

  .code-embed-16 {
    left: auto;
  }

  .reviews-image-2.adjust-2.width-100 {
    margin-top: -30px;
    padding-left: 2px;
  }

  .reviews-image-2.adjust-2.width-100.space {
    margin-top: -80px;
  }

  .reviews-image-2.adjust-2.width-100.space._2 {
    margin-top: -60px;
  }

  .reviews-image-2.adjust-2.width-100.space.more {
    margin-left: -2px;
    padding-left: 0;
  }

  .reviews-image-2.adjust-2.width-100.margin.space._2._3 {
    margin-top: -80px;
    margin-left: -8px;
    padding-left: 0;
  }

  .reviews-image-2.adjust-2.width-100._3 {
    margin-top: -60px;
  }

  .reviews-image-2.adjust-1 {
    margin-top: -10px;
    padding-left: 2px;
  }

  .reviews-image-2.width-100.card-5 {
    margin-top: 0;
    padding-left: 2px;
  }

  .section-29.padding.pd-top-120.overflow-hidden {
    padding-bottom: 100px;
  }

  .slide-11 {
    max-width: 371px;
    max-height: 274px;
  }

  .slide-11.no-space {
    max-width: 371px;
  }

  .reviews-card.sizing {
    max-width: 371px;
    max-height: 262px;
  }

  .quote-h-review {
    color: #333;
  }

  .testimonial-avatar {
    width: 80px;
    height: 80px;
  }

  .image-113._40px.contain.bigger._5.smaller-height {
    height: 45px;
  }

  .image-113._40px.contain.bigger.badges {
    object-fit: contain;
    width: auto;
    height: 200px;
  }

  .image-113._40px.contain._2 {
    width: 200px;
    height: 100px;
  }

  .image-113._40px.contain._2.smaller {
    height: 50px;
  }

  .image-113._40px.contain.big.home._2 {
    width: 220px;
  }

  .image-113._40px.less-space {
    width: 200px;
    height: 100px;
  }

  .image-113._40px.less-space.bmw {
    height: 80px;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot._2 {
    width: 52%;
    margin-top: 0;
    margin-left: 0;
  }

  .section-30.add-margin.more-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-25 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-25.about {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 120px;
    padding-left: 60px;
  }

  .div-block-25.home {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-25.less-space {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 120px;
    padding-left: 0;
  }

  .div-block-185 {
    padding-top: 10px;
    padding-left: 100px;
  }

  .image-126 {
    width: 500px;
    height: 500px;
    right: 0%;
  }

  .div-block-188 {
    align-items: center;
    display: flex;
  }

  .div-block-189 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .div-block-191 {
    margin-top: 100px;
  }

  .image-128._2.bigger {
    width: 105px;
    height: 75px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  .image-128.smaller.bigger {
    width: 100px;
    height: 105px;
  }

  .image-128.big-footer {
    width: 120px;
    height: 115px;
  }

  .logo.big-footer {
    height: 100px;
  }

  .circle-hero-home-3 {
    top: -70%;
    right: -45%;
  }

  .tabs-content-card-2 {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .container-navbar.bottom-24px {
    max-width: 1412px;
    padding-left: 24px;
  }

  .container-navbar.bottom-24px.services {
    max-width: 1400px;
  }

  .brand-link-navbar, .brand-link-navbar.w--current {
    width: 170px;
  }

  .brand-navbar {
    width: 170px;
    max-width: none;
  }

  .section.hero-home.bg {
    padding-top: 0;
  }

  .section.background-picture.relative.bottom-padding-80px {
    background-image: url("https://cdn.prod.website-files.com/692d8cf24985d9ba0ea53bbf/694bf8893def0a9f951e50b1_shared%20image_1.avif");
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    padding-bottom: 100px;
  }

  .section.padding-80px.padding-top-120px._60 {
    padding-bottom: 80px;
  }

  .section.padding-80px.less-padd-top {
    padding-top: 60px;
  }

  .left-hero-home.top-m {
    max-width: 550px;
  }

  .wrap-symbol-heading._2lines {
    width: 735px;
    max-width: 735px;
  }

  .no-margins.white {
    width: 550px;
  }

  .wrap-image-hero-home.auto-w-h {
    object-fit: cover;
    object-fit: cover;
    width: 900px;
    max-width: none;
    height: 100%;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    height: 500px;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit.hero {
    object-fit: contain;
    object-fit: contain;
    width: 900px;
    max-width: none;
    height: 580px;
    padding-right: 0;
  }

  .circle-hero-home {
    width: 630px;
    height: 630px;
    inset: -60% -70% 0% auto;
  }

  .paragraph-big.black {
    width: 550px;
  }

  .master-top-footer {
    grid-template-rows: 720px auto;
  }

  .column-footer-links.right-padding.row {
    margin-right: 0;
  }

  .max-w-centered-content.margin-top {
    margin-top: 30px;
  }

  .nav-icon-cta {
    margin-right: 20px;
  }

  .testimonials-hero-flex-center.padding-inside {
    padding-top: 60px;
  }

  .reviews-wrap {
    height: 800px;
  }

  .wrap-image-services {
    justify-content: center;
  }

  .nav-menus {
    margin-left: 100px;
  }

  .nav-menus.home {
    margin-left: 120px;
  }

  .wrap-areas-contact {
    justify-content: space-between;
  }

  .calendar-wrapper {
    height: 100vh;
  }

  .ceo-info-card.style-v2 {
    top: 35%;
    left: 2%;
  }

  .image-115 {
    width: 450px;
    left: 140px;
  }

  .services-tabs-menu {
    height: 610px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
  }

  .tabs__content {
    height: 600px;
    margin-top: 0;
    padding-bottom: 0;
    box-shadow: 0 2px 5px #0000004d;
  }

  .tabs__content._1 {
    margin-left: 10px;
    box-shadow: 0 0 5px #0000004d;
  }

  .tabs-content-card {
    margin-right: 20px;
    padding-right: 20px;
  }

  .tabs-content-card.less, .tabs-content-card.more, .tabs-content-card.less, .tabs-content-card.more {
    padding-right: 20px;
  }

  .tab-pane-tab-2 {
    height: 600px;
  }

  .services-tab-image.smaller, .services-tab-image.smaller._2, .services-tab-image.smaller, .services-tab-image.smaller._2, .services-tab-image.smaller._2 {
    height: 290px;
  }

  .tab-content-services, .tabs-content-card-wrap {
    height: 600px;
  }

  .tabs-content-card-wrap.last {
    height: 610px;
  }

  .services-tabs-wrap {
    height: 625px;
  }

  .container-lg-2, .container-lg-2.larger, .container-lg-2.larger {
    max-width: 80rem;
  }

  .code-embed-16 {
    left: auto;
  }

  .reviews-image-2.adjust-2.width-100 {
    margin-top: -20px;
    margin-left: 2px;
    padding-right: 2px;
  }

  .reviews-image-2.adjust-2.width-100.space {
    margin-left: -3px;
  }

  .reviews-image-2.adjust-2.width-100.space._2 {
    margin-left: 2px;
    padding-left: 0;
    padding-right: 2px;
  }

  .reviews-image-2.adjust-2.width-100.space.more {
    margin-left: 2px;
  }

  .reviews-image-2.adjust-1 {
    margin-left: 2px;
    padding-left: 0;
    padding-right: 2px;
  }

  .reviews-image-2.width-100.card-5 {
    margin-left: 2px;
    padding-right: 2px;
  }

  .slide-11 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .image-113._40px.contain.bigger._5.smaller-height {
    height: 45px;
  }

  .image-113._40px.less-space._100px.mini {
    object-fit: cover;
    object-fit: cover;
    object-fit: cover;
    width: 150px;
    height: 80px;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot._2 {
    width: 52%;
  }

  .section-30.add-margin.more-padding {
    padding-bottom: 60px;
  }

  .div-block-25 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-25.about {
    padding-left: 70px;
  }

  .div-block-25.less-space {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 0;
  }

  .div-block-182 {
    margin-bottom: 0;
  }

  .text-block-26 {
    width: 100%;
    padding-right: 20px;
  }

  .div-block-183 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 1300px;
  }

  .div-block-185 {
    padding-left: 140px;
  }

  .image-126 {
    width: 540px;
    height: 500px;
  }

  .new-google-holder-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-191 {
    margin-top: 60px;
  }

  .circle-hero-home-3 {
    top: -70%;
    right: -30%;
  }

  .tabs-content-card-2 {
    margin-right: 20px;
    padding-right: 20px;
  }

  .tabs-content-card-2.less {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 24px;
  }

  p {
    line-height: 150%;
  }

  .container-navbar.bottom-24px {
    padding-left: 24px;
  }

  .container-navbar.bottom-24px.services {
    max-width: 1400px;
  }

  .brand-link-navbar, .brand-link-navbar.w--current, .brand-navbar {
    width: 170px;
  }

  .section._60px-padding, .section._60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero-home.bg {
    padding-top: 0;
  }

  .section.background-picture.relative.bottom-padding-80px {
    background-position: 50%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

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

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

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

  .section.padding-80px.top-60px {
    padding-top: 60px;
  }

  .section.padding-80px.top-60px._60px-bottom {
    padding-bottom: 60px;
  }

  .section.padding-80px.less-padd-top {
    padding-top: 60px;
  }

  .section._60px-padding, .section._60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._60px.bg {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .section.padding {
    padding-top: 160px;
  }

  .grid-hero-home.reverse-home {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .left-hero-home {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .left-hero-home.top-m {
    max-width: 590px;
  }

  .no-margins.padding-bottom {
    margin-bottom: 10px;
  }

  .no-margins.text-color {
    color: var(--primary-2);
  }

  .no-margins.white {
    width: 600px;
  }

  .wrap-image-hero-home.auto-w-h {
    width: 900px;
    max-width: none;
    height: 100%;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    border-radius: 0;
    height: 540px;
    padding-left: 0;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    border-radius: 0;
    height: 540px;
    padding-left: 0;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    border-radius: 0;
    height: 540px;
    padding-left: 0;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    border-radius: 0;
    height: 540px;
    padding-left: 0;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit.hero {
    object-fit: contain;
    object-fit: contain;
    width: 1000px;
    height: 410px;
  }

  .circle-hero-home {
    z-index: 0;
    width: 630px;
    height: 630px;
    inset: -60% -60% 0% auto;
  }

  .master-logos {
    flex-direction: row;
  }

  .wrap-heading-services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
    position: relative;
  }

  .paragraph-big {
    margin-bottom: 0;
    line-height: 150%;
  }

  .paragraph-big.text-center.width-90 {
    width: 90%;
  }

  .paragraph-big.no-hover {
    color: var(--primary-2);
  }

  .paragraph-big.black {
    width: 600px;
  }

  .tile-service.highlighted-service.background-style {
    padding: 40px;
  }

  .tile-service.display-align.radius-zero-top {
    padding: 20px;
  }

  .tile-service.background-style {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
  }

  .tile-service.shadow {
    color: var(--primary-2);
    padding: 20px;
  }

  .flex-cta-center.mg-top-48.relative {
    z-index: 99;
    z-index: 99;
    z-index: 99;
    position: relative;
  }

  .image-services.image-right.image-shadow.cms-image {
    z-index: 1;
    z-index: 1;
    z-index: 1;
  }

  .image-services.img-size {
    height: 500px;
  }

  .text-stat.no-wrap {
    white-space: nowrap;
    white-space: nowrap;
  }

  .limit-about-home {
    grid-row-gap: 20px;
    padding-right: 0;
  }

  .master-top-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 720px auto;
    grid-template-columns: .25fr .75fr 1fr 1fr;
  }

  .tile-contact-footer.shadow.styling {
    margin-right: 0;
  }

  .column-footer-links.fixed-sizing {
    align-items: flex-start;
    width: auto;
    margin-right: 0;
  }

  .column-footer-links.right-padding.row {
    margin-right: 0;
  }

  .column-footer-links.width-fixed {
    width: auto;
  }

  .grid-stats-fourths.margins-48.gride-stats-three {
    margin-bottom: 0;
  }

  .tile-stat.first-tile, .tile-stat.second-tile, .tile-stat.third-tile, .tile-stat.fourth-tile, .tile-stat.first-tile, .tile-stat.second-tile, .tile-stat.third-tile, .tile-stat.fourth-tile {
    box-shadow: 0 0 20px 0 var(--card-shadow);
  }

  .paragraph-small {
    line-height: 150%;
  }

  .grid-styling.flex-reverse {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .dropdown.white-menu {
    width: 235px;
  }

  .cta-image.radius-bottom.fit {
    object-position: 50% 48%;
    object-position: 50% 48%;
    object-position: 50% 48%;
  }

  .wrap-about {
    margin-top: 0;
  }

  .hero-blog-wrapper.blog-box-shadow {
    height: 550px;
    overflow: hidden;
  }

  .date-text.no-margins {
    margin-top: 5px;
  }

  .hero-blog-content {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .recent-blog-image {
    height: 140px;
  }

  .recent-blog-content {
    justify-content: center;
    align-items: flex-start;
  }

  .recent-blogs-wrap.light.blog-box-shadow {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-blog-image {
    height: 330px;
  }

  .blog-text-box.recent-blog {
    min-height: 276px;
  }

  .blog-text-box._100-height {
    height: 100%;
    min-height: auto;
  }

  .blog-wrapper {
    box-shadow: 0 0 20px 0 var(--card-shadow);
  }

  .link-block-3 {
    height: 100%;
  }

  .services-main-image-intro {
    z-index: 1;
    position: relative;
  }

  .features-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta-content-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .main-blog {
    height: 550px;
  }

  .cta-wrap {
    width: 100%;
  }

  .nav-icon-cta {
    margin-right: 20px;
  }

  .content-form-wrapper.light {
    background-color: var(--secondary);
    background-color: var(--secondary);
  }

  .testimonials-hero-flex-center.padding-inside {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reviews-wrap {
    height: 800px;
  }

  .div-block-122 {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-block-22 {
    width: 100%;
  }

  .services-cms {
    padding-top: 10px;
  }

  .content-wrapper-flex-centered {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .featured-blog-wrapper {
    justify-content: space-between;
  }

  .collection-list-wrapper-10 {
    height: 100%;
  }

  .contact-link-contact-us {
    transition: all .2s;
  }

  .contact-link-contact-us:hover {
    transform: scale(1.05);
  }

  .phone-link-white {
    color: var(--white);
  }

  .flex-home-cta {
    box-shadow: 0 0 17px 2px #424bd080;
  }

  .hero-button {
    margin-top: 20px;
  }

  .call-ringing-lottie {
    width: 50px;
    height: 50px;
  }

  .about-content-centered {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-wrap {
    margin-top: 20px;
    display: flex;
  }

  .border-bottom {
    border-bottom: 1px solid #0000001a;
  }

  .wrap-image-services {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    width: auto;
    height: auto;
  }

  .nav-menus {
    margin-left: 120px;
  }

  .nav-menus.home {
    margin-left: 140px;
  }

  .blogs-h1 {
    text-align: left;
  }

  .blogs-categories-wrapper {
    flex-flow: row;
  }

  .phone-icon-white {
    width: 32px;
    height: 32px;
  }

  .absolute-cross-pop {
    right: 21%;
  }

  .calendar-wrapper {
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
  }

  ._12-points-wrapper {
    padding-left: 40px;
    padding-right: 50px;
  }

  ._12-points-wrapper.background-white {
    padding-left: 40px;
  }

  .ceo-info-card.style-v2 {
    left: -3%;
  }

  .image-size {
    object-fit: cover;
    object-position: 50% 26%;
    width: 100%;
    height: 500px;
    min-height: 100%;
  }

  .image-size.ceo-image {
    flex: 0 auto;
    height: 750px;
    overflow: clip;
  }

  .ceo-image-wrap.h-auto {
    justify-content: flex-start;
    align-items: center;
  }

  .image-115 {
    width: 520px;
    height: 690px;
    left: 60px;
  }

  .tabs__content._1 {
    margin-left: 15px;
  }

  .services-tab-image {
    border-radius: 30px;
  }

  .contacts-form-wrapper-2 {
    background-color: var(--primary-1);
    padding-top: 20px;
  }

  .primary-button-7.full-width.bigger._20px, .primary-button-7.full-width.bigger._20px:hover, .primary-button-7.full-width.bigger._20px, .primary-button-7.full-width.bigger._20px:hover, .primary-button-7.full-width.bigger._20px, .primary-button-7.full-width.bigger._20px:hover, .primary-button-7.full-width.bigger._20px, .primary-button-7.full-width.bigger._20px:hover {
    box-shadow: 0 0 20px 0 var(--small-button-shadow);
  }

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

  .code-embed-16 {
    left: auto;
  }

  .reviews-image-2.adjust-2.width-100.space.more {
    margin-left: 2px;
    padding-left: 0;
  }

  .section-29 {
    background-color: #0000;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .testimonial-avatar {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .ceo-list-wrap-2.center {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 0;
    margin-left: 20px;
  }

  .image-113._40px.contain.bigger._5._9.home {
    width: 220px;
    height: 125px;
  }

  .image-113._40px.contain.bigger._5.x.home {
    width: 260px;
    height: 125px;
  }

  .image-113._40px.contain.bigger._5.smaller._120px {
    width: 250px;
  }

  .image-113._40px.contain._2 {
    width: 200px;
    height: 100px;
  }

  .image-113._40px.contain._5.big.home {
    width: 300px;
  }

  .image-113._40px.less-space._100px {
    width: 175px;
  }

  .slide-nav-2 {
    inset: 0%;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot._2 {
    margin-top: 0;
  }

  .section-30.add-margin.more-padding {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-25 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-25.about {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 60px;
  }

  .div-block-25.home.ceo.first {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .div-block-25.less-space {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-182 {
    height: 225px;
    margin-bottom: 0;
  }

  .text-block-26 {
    text-align: center;
    align-self: center;
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
  }

  .div-block-183 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-family: var(--font--secondary-font);
    justify-content: flex-start;
    width: 1300px;
    height: auto;
    padding: 25px 10px;
  }

  .div-block-185 {
    padding-top: 0;
  }

  .image-126 {
    object-fit: none;
    width: auto;
    height: auto;
    position: absolute;
    inset: 0% -20% 0% auto;
    overflow: visible;
  }

  .new-google-holder-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-121._2 {
    margin-left: 20px;
  }

  .italic-text {
    font-size: 30px;
  }

  .div-block-191 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-top: 60px;
    display: grid;
  }

  .image-128 {
    width: 105px;
    height: 110px;
  }

  .image-128._2 {
    align-self: center;
    height: 70px;
  }

  .image-128._2.bigger {
    width: 105px;
    height: 80px;
    margin-bottom: 10px;
  }

  .image-128.smaller {
    width: 85px;
  }

  .image-128.smaller.bigger {
    width: 110px;
    height: 115px;
  }

  .logo {
    align-self: center;
    width: 95px;
    height: 85px;
  }

  .logo.big-footer {
    width: 125px;
    height: 110px;
  }

  .circle-hero-home-3 {
    width: 800px;
    height: 800px;
    top: -70%;
    bottom: 0;
    right: -30%;
  }

  .image-129 {
    margin-left: -27px;
  }

  .paragraph-big-3 {
    margin-bottom: 0;
    line-height: 150%;
  }
}

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

  h2 {
    font-size: 28px;
  }

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

  .container-navbar.bottom-24px {
    min-width: auto;
  }

  .navbar-hamburger-menu {
    background-color: var(--white);
    border: 1px solid #28294314;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin-top: 0;
    overflow: scroll;
  }

  .nav-link {
    text-align: center;
    border-bottom: 1px #2829431a;
    padding-left: 12px;
    padding-right: 40px;
  }

  .dropdown-navbar {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .dropdown-toggle-nav {
    padding: 20px 12px;
    line-height: 140%;
  }

  .dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    position: relative;
  }

  .section.hero-home {
    padding-top: 130px;
  }

  .section.hero-home.bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.cta-section {
    overflow: hidden;
  }

  .section.cta-section.areas-we-serve-section._60px-section-padding.background-color {
    padding-top: 80px;
  }

  .section.hero-about {
    padding-top: 130px;
  }

  .section.hero-section.light.cms-hero-padding {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.background-picture.relative.bottom-padding-80px {
    background-position: 50% 0;
    padding-bottom: 60px;
  }

  .section.padding-80px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.padding-80px.padding-bottom-120px {
    padding-top: 0;
    padding-bottom: 80px;
  }

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

  .section.padding-80px.padding-top-120px._60 {
    padding-bottom: 60px;
  }

  .section._40px-padding._60px-bottom {
    padding-bottom: 40px;
  }

  .section._60px-padding._120px-bottom.padding-60px-mobile {
    padding-bottom: 60px;
  }

  .section._60px.bg {
    padding-top: 100px;
  }

  .main-container.section-height-60vh {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 300px;
    display: flex;
  }

  .grid-hero-home {
    grid-template-columns: 1fr;
  }

  .grid-hero-home.reverse-home {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .left-hero-home {
    text-align: center;
    align-items: center;
  }

  .wrap-symbol-heading {
    align-items: center;
  }

  .no-margins.text-center-area {
    text-align: center;
  }

  .no-margins._25-ch {
    width: auto;
  }

  .cta.nav-cta {
    overflow: auto;
  }

  .cta.bigger:hover {
    color: var(--white);
    transform: none;
  }

  .wrap-image-hero-home {
    max-width: 100%;
    max-height: 430px;
  }

  .wrap-image-hero-home.auto-w-h {
    align-self: auto;
    width: 650px;
    height: auto;
    max-height: none;
  }

  .image-hero-home {
    object-position: 50% 0%;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    object-fit: contain;
    width: auto;
    height: 450px;
  }

  .image-hero-home.hero-fixed-height {
    height: auto;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    object-fit: contain;
    width: auto;
    height: 450px;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    object-fit: contain;
    width: auto;
    height: 450px;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    object-fit: contain;
    width: auto;
    height: 450px;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit.hero {
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
  }

  .image-hero-home.hero-fixed-height.fixed-height.lp {
    height: 500px;
    position: static;
  }

  .circle-hero-home {
    width: 70vw;
    height: 70vw;
    top: auto;
    bottom: 0;
  }

  .master-logos, .master-logos.flex, .master-logos.flex {
    flex-direction: column;
  }

  .right-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .wrap-heading-services-grid.center {
    justify-content: center;
    align-items: center;
  }

  .paragraph-big.review-center, .paragraph-big.wrap-center, .paragraph-big.align-paragraph-center, .paragraph-big.review-center, .paragraph-big.wrap-center, .paragraph-big.align-paragraph-center {
    text-align: center;
  }

  .tile-service.display-align.radius-zero-top {
    min-height: 360px;
  }

  .tile-service.shadow.padding-inside {
    padding: 40px;
  }

  .heading-wrap-center.max-w-100px.tablet-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-slider {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-bottom: 10px;
    display: flex;
  }

  .image-services, .image-services.image-right {
    height: 500px;
  }

  .image-services.image-right {
    height: 500px;
  }

  .image-services.image-right.image-shadow {
    height: 100%;
  }

  .image-services.image-right.image-shadow.cms-image {
    height: 350px;
  }

  .image-services.image-right.img-size {
    height: auto;
  }

  .image-services.auto-height {
    height: 500px;
  }

  .image-services.img-size {
    height: auto;
  }

  .arrow-slider-testimonials.left-arrow {
    top: auto;
    left: 0;
    right: auto;
  }

  .arrow-slider-testimonials.right-arrow {
    top: auto;
    left: 72px;
    right: auto;
  }

  .limit-about-home {
    max-width: none;
    padding-right: 0;
  }

  .limit-about-home.wrap-center {
    justify-content: center;
    align-items: center;
  }

  .limit-about-home.wrap-center.relative.align-left-mobile {
    text-align: left;
    text-align: left;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .master-check-list.mg-bottom-16 {
    text-align: center;
    text-align: center;
  }

  .single-check-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .master-top-footer {
    grid-column-gap: 33px;
    grid-row-gap: 80px;
    flex-direction: column;
    grid-template-columns: 1fr .75fr .75fr;
    align-items: stretch;
  }

  .column-footer-links {
    padding-right: 40px;
  }

  .column-footer-links.fixed-sizing {
    align-items: baseline;
    width: 200px;
  }

  .column-footer-links.right-padding.row {
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .right-top-footer {
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-bottom-footer {
    grid-column-gap: 48px;
    flex-flow: column;
  }

  .grid-hero-about {
    grid-template-columns: 1fr;
  }

  .left-about {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .gradient-about {
    height: 140px;
  }

  .wrap-image-carousel {
    height: 320px;
  }

  .master-gallery-about {
    height: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-stats-fourths {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-stats-fourths.margins-48.gride-stats-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wrap-text-sticky-case.align-right {
    padding-right: 20px;
  }

  .wrap-left-faq {
    margin-bottom: 20px;
  }

  .wrap-nav-buttons {
    justify-content: center;
    padding: 20px;
  }

  .wrap-nav-buttons.hidden-tablet {
    display: none;
  }

  .menu-button {
    background-color: var(--secondary);
    border-radius: 8px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--primary-1);
  }

  .wrap-menu-button {
    grid-row-gap: 4px;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .line-menu {
    background-color: var(--primary-1);
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.first-line {
    background-color: var(--primary-2);
    width: 28px;
  }

  .line-menu.second-line {
    background-color: var(--primary-2);
    width: 18px;
  }

  .cta-contact-support {
    margin-right: 15px;
  }

  .cta-contact-support.margin-right {
    height: 100%;
  }

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

  .grid-styling.flex-reverse {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column-reverse;
    display: flex;
  }

  .grid-styling.flex-reverse.more-gap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid-styling-02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-styling-02.flex-reverse {
    flex-flow: column-reverse;
    display: flex;
  }

  .text-center.white.blog-heading-text {
    font-size: 42px;
  }

  .text-center.white---text.big-size-small-breakpoints {
    width: auto;
    margin-top: 0;
    font-size: 36px;
  }

  .dropdown.white-menu {
    width: 235px;
  }

  .qr-wrapper {
    padding-top: 100px;
  }

  .state-name-grid {
    grid-template-columns: 1fr 1fr;
  }

  .map-wrap {
    width: 100%;
  }

  .cta-main.light {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    padding: 20px;
  }

  .left-text.align-center {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .left-text.wider {
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-left: 0;
    display: flex;
  }

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

  .cta-contact._80px-padding._60px-top-padding._120px-bottom-paddinig {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .about-grid-03-columns {
    grid-template-columns: 1fr;
  }

  .about-team-image.fit {
    object-fit: contain;
    object-position: 50% 0%;
    object-fit: contain;
    object-position: 50% 0%;
    height: 340px;
    overflow: clip;
  }

  .wrap-services-about {
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    height: auto;
  }

  .recent-blog-image {
    width: 300px;
    height: 200px;
  }

  .recent-blog-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .categories-wrapper.main-hero-categories {
    width: auto;
  }

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

  .blog-text-box {
    height: 300px;
    min-height: 370px;
  }

  .blog-text-box.recent-blog {
    height: auto;
    min-height: auto;
  }

  .collection-item-2 {
    margin-bottom: 0;
  }

  .services-grid.flex-reverse {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: start;
    width: auto;
    height: auto;
  }

  .services-grid-wrap {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
  }

  .blog-right-widget {
    min-width: 100%;
  }

  .services-main-image-intro {
    height: auto;
  }

  .teams-link {
    width: 100%;
  }

  .grid-sitemap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .features-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-6 {
    grid-template-columns: 1fr 1fr;
  }

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

  .collection-list-7, .collection-list-8 {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-areas-serve {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-list-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .reverse {
    display: flex;
  }

  .rte h2 {
    font-size: 28px;
  }

  .rte h3 {
    font-size: 22px;
  }

  .team-collection-list-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-subtitle {
    width: auto;
  }

  .heading-4.no-margins.tablet-text-size {
    font-size: 32px;
  }

  .wrap-image-about.hide {
    display: none;
  }

  .main-blogs-wrapper {
    flex-flow: column;
  }

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

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

  .nav-icon-cta {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contact-heading-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
  }

  .form-riight-wrap {
    padding-top: 0;
  }

  .testimonials-hero-flex-center {
    padding-top: 85px;
  }

  .testimonials-hero-flex-center.padding-inside.center {
    padding-top: 60px;
  }

  .reviews-collection-list.styling-01 {
    grid-template-columns: 1fr 1fr;
  }

  .reviews-wrap {
    height: 900px;
    margin-top: 40px;
  }

  .categories-collection {
    top: 29%;
  }

  .dropdown-services {
    display: none;
    position: relative;
    overflow: scroll;
  }

  .dropdown-services.w--open {
    width: 100%;
    height: 70vh;
    left: auto;
    right: auto;
    overflow: scroll;
  }

  .div-block-126 {
    text-align: left;
    grid-template-columns: 1fr;
  }

  .div-block-132 {
    flex-flow: column;
    display: flex;
  }

  .flex-home-cta {
    width: 496px;
  }

  .flex-home-cta.radius-style-1 {
    width: 415px;
  }

  .call-title {
    text-align: left;
    font-size: 16px;
  }

  .hero-button {
    text-align: right;
  }

  .phone-hero-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

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

  .testimonials-wrapper {
    margin-top: 0;
  }

  .nav-menus {
    display: none;
  }

  .nav-menus.hide {
    background-color: var(--white);
    background-color: var(--white);
    margin-left: 0;
    display: block;
  }

  .bold-no-wrap {
    white-space: normal;
  }

  .industries-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
  }

  .customer-logo {
    border-radius: 0;
  }

  .logos-slider {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-w-2.link {
    width: auto;
  }

  .logo-w-2.link.right {
    align-items: center;
    margin-left: auto;
  }

  .logo-w-2.link.right.wider {
    width: auto;
  }

  .logo-w-2.link.microsoft {
    width: 300px;
  }

  .logo-w-2.link.microsoft.left {
    align-items: center;
    margin-left: 0;
  }

  .logo-w-2.link.wider {
    width: 180px;
  }

  .logos-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    margin-bottom: 0;
    display: grid;
    left: auto;
  }

  .logos-grid.grid-gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .blogs-categories-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .wrap-areas-contact {
    flex-flow: column;
  }

  .wrap-areas-contact-content {
    width: 100%;
  }

  .heading-no-margin {
    font-size: 36px;
  }

  .heading-no-margin._10-ch {
    width: auto;
    min-width: auto;
  }

  .quote-icon-embed.smaller {
    top: -19%;
  }

  .phone-icon-white {
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .pagaination-wrapper {
    margin-top: 4rem;
  }

  .services-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .pop-up-wrapper {
    display: none;
  }

  .card-slide {
    width: 50%;
  }

  .card-slider {
    width: 100%;
    padding-bottom: 50px;
  }

  ._12-points-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._12-points-wrapper.background-white {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 20px;
  }

  .point-heading, .point-heading.white, .point-heading.white {
    font-size: 24px;
    line-height: 28px;
  }

  .point-paragraph {
    width: auto;
    margin-bottom: 0;
    line-height: 24px;
  }

  .point-paragraph.white {
    width: auto;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .quote-icon {
    top: -15%;
  }

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

  .customer-logo-2 {
    border-radius: 0;
  }

  .customer-logo-2.certi-page {
    object-fit: fill;
    width: auto;
    height: auto;
  }

  .customer-logo-2.certi-page.white {
    width: auto;
    height: 80px;
  }

  .customer-logo-2.certi-page.white.no-gray {
    width: auto;
    height: auto;
  }

  .customer-logo-2.certi-page.white.no-gray.smaller._80 {
    height: 100px;
  }

  .customer-logo-2.certi-page.smaller {
    width: auto;
    height: auto;
  }

  .customer-logo-2.certi-page.smaller._80px {
    height: auto;
  }

  .base-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logos-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
    left: auto;
  }

  .logos-grid-2.certification {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: auto minmax(auto, max-content);
  }

  .hero-button-main-wrap:hover {
    box-shadow: none;
  }

  .icon-wrapper {
    width: 90px;
  }

  .image-103 {
    width: 55px;
    height: 55px;
  }

  .button-content-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-15 {
    font-size: .9rem;
  }

  .text-block-15.white {
    align-self: flex-end;
  }

  .phone-number-text {
    font-size: 1.9rem;
  }

  .ceo-info-card.style-v2 {
    top: 22%;
    left: 9%;
  }

  .image-size.ceo-image {
    object-fit: contain;
    object-fit: contain;
    align-self: center;
    width: auto;
    height: 500px;
    left: 0;
  }

  .ceo-image-wrap.h-auto {
    margin-top: 0;
  }

  .number-area.style-v2 {
    width: 82px;
    min-width: 82px;
    height: 82px;
    min-height: 82px;
  }

  .number-circle {
    width: 75px;
    height: 75px;
  }

  .number-heading {
    font-size: 35px;
  }

  .number-heading.size-v2 {
    font-size: 30px;
  }

  .image-115 {
    width: auto;
    height: 550px;
    left: auto;
    right: auto;
  }

  .services-tabs-menu {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-radius: 20px;
    width: 100%;
    height: 590px;
    margin-bottom: 0;
    display: flex;
  }

  .read-more-circle {
    background-color: #0e294b00;
    border-style: none;
  }

  .tabs__content {
    background-color: #0e294b00;
    border-radius: 20px;
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }

  .tabs__content._1 {
    border-radius: 30px;
  }

  .tabs-content-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    height: auto;
    margin: 0;
    padding: 20px 40px;
  }

  .tabs-content-card.less {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs-content-card.more {
    padding-left: 40px;
  }

  .tab-pane-tab-2 {
    height: auto;
    margin-bottom: 10px;
  }

  .services-tab-image.smaller._3, .services-tab-image.smaller._3.move, .services-tab-image.smaller._2 {
    height: 270px;
  }

  .services-tab-image.smaller {
    height: 260px;
  }

  .services-tab-image.smaller._3, .services-tab-image.smaller._3.move, .services-tab-image.smaller._2, .services-tab-image.smaller._3, .services-tab-image.smaller._3.move, .services-tab-image.smaller._3.move, .services-tab-image.smaller._2 {
    height: 270px;
  }

  .services-tab-image.big {
    height: 240px;
  }

  .div-block-67 {
    cursor: pointer;
    width: 100%;
  }

  .services-tabs.first.w--current {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .services-tabs.last {
    border-bottom-right-radius: 30px;
  }

  .tab-content-services {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

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

  .tab-pane-tab-3 {
    height: auto;
    margin-bottom: 10px;
  }

  .tabs-content-card-wrap {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    height: 600px;
  }

  .tab-pane-tab-4 {
    height: auto;
  }

  .services-tabs-wrap {
    border-radius: 0;
    flex-flow: column;
  }

  .heading-4.text__weight__bold.line-height-edit {
    color: #0e294b;
  }

  .divider-tab-responsive {
    background-color: #fff;
    width: 100%;
    height: .5px;
    margin-top: 5px;
    margin-bottom: -6px;
    display: block;
  }

  .arrow-tablet {
    color: #0e294b;
    display: none;
  }

  .img-w {
    width: 600px;
  }

  .contacts-form-wrapper-2 {
    margin-left: 0;
    padding: 30px;
  }

  .contacts-content-wrapper-2 {
    width: 600px;
  }

  .contacts-form-title {
    margin-top: 0;
  }

  .section-20 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .contacts-wrapper-3 {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .image-8 {
    width: 600px;
  }

  .primary-button-7.full-width {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-large.bg {
    padding-top: 40px;
  }

  .faqs-title {
    width: 100%;
  }

  .section-title-wrap {
    text-align: center;
  }

  .container-lg-2.larger {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-answer-wrap {
    width: 100%;
  }

  .heading-602.full__width {
    margin-left: 0;
  }

  .faqs-column-wrap {
    justify-content: center;
    align-items: stretch;
  }

  .minus {
    background-color: var(--primary-2);
    height: 4px;
  }

  .faqs-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .body-normal-normal-2 {
    width: 100%;
  }

  .plus {
    background-color: var(--primary-2);
    width: 4px;
  }

  .location-grid-wrap {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .map-embed-code {
    width: 100%;
    height: 300px;
  }

  .code-embed-16 {
    inset: -6% auto auto;
  }

  .h2-title {
    font-size: 32px;
  }

  .h2-title._32ch {
    color: var(--primary-2);
    font-size: 42px;
  }

  .map-wrap-testimonials {
    order: -1;
  }

  .reviews-image-2 {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .reviews-image-2.adjust-2 {
    width: auto;
  }

  .reviews-image-2.adjust-2.width-100 {
    height: auto;
  }

  .reviews-image-2.adjust-2.width-100.space {
    margin-top: 0;
  }

  .reviews-image-2.adjust-2.width-100.space._2 {
    height: 400px;
    margin-top: -50px;
  }

  .reviews-image-2.adjust-2.width-100.space.more {
    height: 400px;
    margin-top: -66px;
  }

  .reviews-image-2.adjust-2.width-100.margin.space._2._3 {
    height: 400px;
    margin-top: -40px;
  }

  .reviews-image-2.adjust-2.width-100._3 {
    margin-top: -70px;
  }

  .reviews-image-2.adjust-1 {
    width: 100%;
    margin-top: 0;
  }

  .reviews-image-2.width-100 {
    width: 100%;
    padding-left: 5px;
  }

  .reviews-image-2.width-100.card-5 {
    margin-top: 0;
    padding-left: 5px;
  }

  .section-29 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-29.padding.pd-top-120.overflow-hidden {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-8 {
    flex-flow: column;
    width: auto;
    height: auto;
    display: block;
  }

  .hero-testimonial-wrap {
    order: 1;
  }

  .slide-11 {
    float: none;
    max-width: 52%;
    height: auto;
    max-height: 372px;
    margin-left: 6px;
    margin-right: 6px;
    padding-right: 0;
    overflow: visible;
  }

  .slide-11.no-space {
    max-width: 50%;
    margin-left: 6px;
    margin-right: 6px;
  }

  .reviews-card.sizing {
    max-width: 100%;
    max-height: 372px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav-8 {
    filter: invert();
    display: block;
  }

  .slide-nav-8._w-slider-dot {
    filter: none;
  }

  .maskx {
    flex: 0 auto;
    width: auto;
    max-width: 100%;
    padding-bottom: 10%;
    overflow: visible;
  }

  .custom-scrollbar.more-h {
    height: 320px;
    min-height: 320px;
  }

  .custom-scrollbar.more-h._2 {
    height: auto;
    margin-top: 10px;
  }

  .ceo-list-wrap-2 {
    margin-top: 10px;
  }

  .slide.no-bg {
    background-image: none;
  }

  .image-113._40px {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-113._40px._80._4 {
    margin-right: 60px;
  }

  .image-113._40px.contain.bigger._5._9.big {
    align-self: center;
  }

  .image-113._40px.contain.bigger._5.x.cover {
    align-self: center;
    height: 95px;
  }

  .image-113._40px.contain.bigger._5.smaller-height {
    align-self: center;
  }

  .image-113._40px.contain.bigger._5._4 {
    object-fit: cover;
    width: 175px;
  }

  .image-113._40px.contain._2 {
    width: 100px;
    height: 60px;
  }

  .image-113._40px.contain._2.smaller {
    width: 200px;
  }

  .image-113._40px.contain._2.big.height {
    height: 120px;
    overflow: visible;
  }

  .image-113._40px.contain._5.cover.fill {
    align-self: center;
  }

  .image-113._40px.contain.big {
    width: 200px;
  }

  .image-113._40px.contain.big._2 {
    object-fit: contain;
    object-fit: contain;
  }

  .image-113._40px.contain.home._2 {
    object-fit: contain;
    object-fit: contain;
    width: 130px;
    height: 70px;
  }

  .image-113._40px.smaller {
    width: 125px;
    height: 80px;
  }

  .image-113._40px.less-space {
    width: 125px;
    height: 60px;
  }

  .image-113._40px.less-space._90px {
    object-fit: cover;
    width: 165px;
    height: 80px;
    overflow: visible;
  }

  .image-113._40px.less-space._90px.less-w {
    width: 125px;
  }

  .image-113._40px.less-space._100px {
    width: 155px;
  }

  .image-113._40px.less-space._100px.mini {
    width: 100px;
    height: 60px;
  }

  .image-113._40px.less-space._100px.less-width {
    width: 110px;
  }

  .image-113._40px.less-space.less-width {
    width: 100px;
  }

  .slide-nav-2 {
    bottom: -65px;
  }

  .slide-nav-2.position {
    inset: auto 0% -50%;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot {
    height: 15%;
    margin-bottom: 180px;
    padding-bottom: 0;
    bottom: -60%;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot._2 {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    top: 75%;
    bottom: 0%;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot.smaller {
    bottom: -100%;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot.smaller.move {
    margin-top: 0;
    margin-bottom: 0;
    top: 75%;
    bottom: 0%;
  }

  .slider-3 {
    grid-template-rows: auto auto auto;
  }

  .mask-35 {
    margin-bottom: 60px;
  }

  .padding-global {
    padding-bottom: 40px;
  }

  .div-block-24 {
    justify-content: center;
    display: flex;
  }

  .div-block-24._3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-24.hide {
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 6rem;
    position: relative;
  }

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

  .div-block-25 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .div-block-25.about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: start;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-25.home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-content: center;
  }

  .div-block-25.home.awards {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block-25.home.awards.about-us {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
  }

  .div-block-25.less-space {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: start;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-25.grid-2x2._2._4 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-25.testimonials {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-180 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    margin-top: -150px;
    display: none;
  }

  .div-block-180.hid {
    display: none;
  }

  .div-block-182 {
    width: 100%;
    height: 250px;
  }

  .text-block-26 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-183 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: auto;
    margin-bottom: 0;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-185 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-top: 20px;
    padding-left: 100px;
  }

  .div-block-185.no-padd._2 {
    padding-top: 0;
    padding-left: 0;
  }

  .image-126 {
    height: 500px;
    bottom: -5%;
  }

  .new-google-holder-4 {
    margin-top: 20px;
  }

  .image-121._2 {
    margin-left: 0;
  }

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

  .div-block-189 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-191 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-191.gap {
    justify-content: stretch;
  }

  .image-128 {
    width: 55px;
    height: 55px;
  }

  .image-128._2 {
    align-self: center;
    width: 65px;
    height: 45px;
  }

  .image-128.smaller {
    width: 60px;
    height: 60px;
  }

  .image-128.smaller.bigger {
    width: 100px;
    height: 100px;
  }

  .image-128.big-footer {
    height: 105px;
  }

  .logo {
    height: 55px;
  }

  .logo.big-footer._2 {
    width: 110px;
    height: 90px;
  }

  .circle-hero-home-3 {
    z-index: 0;
    width: 70vw;
    height: 70vw;
    top: -10%;
    bottom: auto;
    right: -20vw;
    overflow: clip;
  }

  .image-129 {
    margin-left: 0;
  }

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

  .div-block-196 {
    cursor: pointer;
    width: 100%;
  }

  .read-more-circle-2 {
    background-color: #0e294b00;
    border-style: none;
  }

  .tabs-content-card-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #fff;
    height: auto;
    margin: 0;
    padding: 20px 40px;
  }

  .tabs-content-card-2.less {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  .navbar-hamburger-menu {
    margin-right: auto;
  }

  .section.hero-home {
    padding-top: 124px;
  }

  .section.accent.testimonials-slider {
    padding-bottom: 160px;
  }

  .section.cta-section.areas-we-serve-section._60px-section-padding.background-color {
    padding-top: 60px;
  }

  .section.hero-about {
    background-color: var(--white);
    padding-top: 40px;
  }

  .section.hero-section.light.cms-hero-padding {
    padding-bottom: 80px;
  }

  .section.background-picture.relative.bottom-padding-80px {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.padding-80px.less-padd-top {
    padding-top: 0;
  }

  .section._40px-padding._60px-bottom {
    background-color: var(--white);
    background-color: var(--white);
    padding-bottom: 40px;
  }

  .section._60px.bg {
    padding-top: 140px;
  }

  .grid-hero-home {
    grid-row-gap: 64px;
  }

  .grid-hero-home.reverse-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wrap-symbol-heading._2lines {
    width: auto;
    max-width: none;
  }

  .no-margins.text-align-center.partners, .no-margins.text-align-center.padding-bottom {
    margin-bottom: 20px;
  }

  .no-margins.center-cms {
    text-align: center;
  }

  .no-margins.text-align-center {
    font-size: 28px;
  }

  .no-margins.text-align-center.partners, .no-margins.text-align-center.padding-bottom, .no-margins.text-align-center.partners, .no-margins.text-align-center.padding-bottom {
    margin-bottom: 20px;
  }

  .no-margins.align-left-mobile {
    text-align: left;
  }

  .no-margins._25-ch {
    width: auto;
  }

  .no-margins.white {
    width: auto;
    font-size: 42px;
    line-height: 52px;
  }

  .subtitle {
    font-size: 22px;
  }

  .wrap-image-hero-home.auto-w-h {
    align-self: flex-end;
    width: 100%;
    height: 400px;
  }

  .image-hero-home {
    margin-top: 20px;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    object-fit: cover;
    object-position: 0% 0%;
    height: auto;
    margin-left: 0;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    object-fit: cover;
    object-position: 0% 0%;
    height: auto;
    margin-left: 0;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    object-fit: cover;
    object-position: 0% 0%;
    height: auto;
    margin-left: 0;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    object-fit: cover;
    object-position: 0% 0%;
    height: auto;
    margin-left: 0;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit.hero {
    object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .image-hero-home.hero-fixed-height.fixed-height.lp {
    height: 500px;
  }

  .circle-hero-home {
    width: 90vw;
    height: 90vw;
    top: auto;
    bottom: -91px;
  }

  .master-logos {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .right-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    max-width: none;
  }

  .wrap-heading-services-grid {
    text-align: center;
    order: -9999;
    justify-content: center;
    align-items: center;
  }

  .wrap-heading-services-grid.align-left-mobile {
    justify-content: center;
    align-items: center;
  }

  .wrap-heading-services-grid.relative.bg {
    align-self: auto;
    margin-top: 20px;
  }

  .paragraph-big.center-text, .paragraph-big.align-paragraph-center {
    text-align: center;
  }

  .paragraph-big.center-text, .paragraph-big.align-paragraph-center {
    text-align: center;
  }

  .paragraph-big.align-paragraph-center._60-width {
    width: auto;
  }

  .paragraph-big.align-left-mobile {
    text-align: left;
  }

  .paragraph-big.black {
    width: auto;
  }

  .tile-service.display-align.radius-zero-top {
    min-height: auto;
  }

  .tile-service.shadow {
    padding: 20px;
  }

  .tile-service.shadow.padding-inside {
    padding: 40px;
  }

  .heading-wrap-center.max-w-800px.margin-60px {
    margin-bottom: 20px;
  }

  .filler-line {
    display: none;
  }

  .grid-slider {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .image-services {
    display: block;
  }

  .image-services.image-right.img-size, .image-services.img-size, .image-services._500px-size {
    height: auto;
  }

  .image-services.image-right.image-shadow.cms-image {
    height: 350px;
  }

  .image-services.image-right.img-size, .image-services.img-size, .image-services._500px-size {
    height: auto;
  }

  .arrow-slider-testimonials {
    inset: auto auto -80px 0%;
  }

  .arrow-slider-testimonials.left-arrow {
    right: auto;
  }

  .arrow-slider-testimonials.right-arrow {
    left: 72px;
  }

  .limit-about-home {
    text-align: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .limit-about-home.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .limit-about-home.top-margin {
    padding-left: 0;
  }

  .footer {
    padding-top: 20px;
  }

  .master-top-footer {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .column-footer-links {
    width: 50%;
    padding-right: 0;
  }

  .column-footer-links.fixed-sizing {
    justify-content: center;
    align-items: flex-start;
  }

  .column-footer-links.right-padding {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 20px;
  }

  .column-footer-links.right-padding.row {
    align-items: flex-start;
  }

  .master-bottom-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-logo.logo-size {
    width: 170px;
  }

  .left-about {
    padding-top: 100px;
  }

  .grid-stats-fourths.margins-48.gride-stats-three {
    grid-template-columns: 1fr 1fr;
  }

  .expandable-single {
    text-align: left;
  }

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

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .faq-paragraph.left-margin {
    margin-left: 50px;
  }

  .wrap-left-faq {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-styling {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-styling-02.flex-reverse {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-center.white.blog-heading-text {
    font-size: 34px;
  }

  .text-center.white---text.big-size-small-breakpoints {
    width: auto;
  }

  .qr-wrapper {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .qr {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrap-areas-text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .state-name-grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .aws-wrapper {
    align-items: flex-start;
  }

  .map-wrap {
    height: 200px;
  }

  .image-services-blog.box-shadow {
    object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .html-embed {
    height: 200px;
  }

  .cta-main.light {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    padding: 20px;
  }

  .left-text {
    width: auto;
  }

  .left-text.align-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .left-text.wider {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-section {
    flex-direction: row;
    padding: 0;
  }

  .cta-contact._80px-padding._60px-top-padding._120px-bottom-paddinig {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .about-team-image.fit {
    object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    height: 245px;
  }

  .recent-blog-image {
    width: 200px;
  }

  .collection-item {
    width: 50%;
  }

  .recent-blogs-wrap.light.blog-box-shadow {
    width: 100%;
  }

  .collection-list {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .blog-text-box {
    height: auto;
    min-height: auto;
  }

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

  .services-grid.flex-reverse {
    flex-flow: column;
    display: flex;
  }

  .button-main {
    justify-content: center;
    align-items: center;
  }

  .wrapper-left-services {
    align-items: center;
  }

  .services-grid-wrap {
    grid-template-columns: 2.5fr;
  }

  .teams-grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-20 {
    position: static;
  }

  .careers-grid, .grid-sitemap, .features-grid, .collection-list-6, .collection-list-7, .collection-list-8 {
    grid-template-columns: 1fr;
  }

  .collection-list-9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rte h2 {
    font-size: 22px;
  }

  .team-collection-list-grid {
    grid-template-columns: 1fr;
  }

  .cta-text-button {
    padding: 40px 20px;
  }

  .calendar {
    height: 1300px;
  }

  .wrap-image-services-grid {
    order: 9999;
  }

  .rte-main h1 {
    font-size: 38px;
  }

  .rte-main h2 {
    font-size: 28px;
  }

  .rte-main h4 {
    font-size: 20px;
  }

  .rte-main h3 {
    font-size: 24px;
  }

  .rte-main h5 {
    font-size: 22px;
  }

  .rte-main h6 {
    font-size: 20px;
  }

  .main-blogs-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .blogs-main-wrapper {
    display: flex;
  }

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

  .text-block-20.white.left {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .testimonials-hero-flex-center.padding-inside {
    padding: 40px;
  }

  .reviews-collection-list, .reviews-collection-list.styling-01, .reviews-collection-list.styling-01 {
    grid-template-columns: 1fr;
  }

  .categories-collection {
    top: 37%;
  }

  .div-block-132 {
    text-align: center;
  }

  .flex-home-cta {
    width: 410px;
  }

  .flex-home-cta.radius-style-1 {
    width: auto;
  }

  .call-title {
    font-size: 16px;
  }

  .hero-button {
    margin-bottom: 30px;
  }

  .wrap-content {
    flex-flow: column;
  }

  .phone-link {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .link-social {
    width: 35px;
    height: 35px;
  }

  .link-remote-support {
    margin-top: 2px;
    margin-bottom: 0;
  }

  .nav-phone-icon {
    width: 34px;
    height: 34px;
  }

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

  .success-rate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-content-grid.flex-mobile.margin-bottom {
    grid-template-columns: 1fr;
  }

  .resources-content {
    text-align: left;
  }

  .logos-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-w-2.link {
    margin-left: auto;
    margin-right: auto;
  }

  .logo-w-2.link.microsoft {
    width: 250px;
  }

  .logo-w-2.link.microsoft.left {
    align-items: center;
    margin-right: auto;
  }

  .logo-w-2.link.wider {
    width: 190px;
  }

  .logos-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-bottom: 10px;
  }

  .nav-phone-content {
    display: none;
  }

  .categories-collection-list {
    flex-flow: wrap;
  }

  .wrap-areas-contact {
    padding-left: 24px;
    padding-right: 24px;
  }

  .code-embed.black {
    width: 30px;
    padding-right: 7px;
  }

  .remote-support-embed {
    width: 21px;
  }

  .check-wrapper {
    width: 65px;
  }

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

  .absolute-cross-pop {
    top: 5%;
  }

  .calendar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon {
    width: 30px;
    height: 30px;
  }

  .card-slider-mask {
    display: block;
  }

  .card-slide {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .card-slider {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  .point-divider {
    display: none;
  }

  ._12-points-wrapper {
    text-align: center;
    padding-left: 40px;
    padding-right: 20px;
  }

  ._12-points-wrapper.background-white {
    padding-right: 40px;
  }

  .quote-icon {
    top: -12%;
  }

  .location {
    text-align: center;
    margin-bottom: 20px;
  }

  .section-19.more-padding {
    padding-top: 60px;
  }

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

  .customer-logo-2.certi-page.smaller {
    align-self: center;
  }

  .customer-logo-2.certi-page.smaller._80px {
    width: auto;
    height: auto;
  }

  .logos-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .logos-grid-2.certification {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .hero-button-main-wrap.dark-button {
    transition: background-color .2s, all .3s cubic-bezier(.55, .055, .675, .19);
  }

  .ceo-info-card.style-v2 {
    align-items: center;
    width: 55%;
    top: 25%;
    left: -3%;
  }

  .image-size.ceo-image {
    align-self: auto;
    width: 100%;
    left: auto;
  }

  .ceo-image-wrap.h-auto {
    align-self: auto;
  }

  .company-info-text {
    font-size: 20px;
  }

  .company-info-text._22 {
    font-size: 16px;
    line-height: 120%;
  }

  .number-area.style-v2 {
    background-image: none;
    width: 66px;
    min-width: 66px;
    height: 66px;
    min-height: 66px;
    display: none;
  }

  .number-circle {
    width: 50px;
    height: 50px;
  }

  .number-circle.style-v2 {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .number-heading {
    font-size: 25px;
  }

  .number-heading.size-v2 {
    font-size: 32px;
  }

  .image-115 {
    align-self: auto;
    width: auto;
    height: 540px;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .services-tabs-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .read-more-circle {
    width: 90px;
    min-width: 25px;
    height: 90px;
    min-height: 25px;
  }

  .tabs__content {
    border-radius: 20px;
    height: auto;
    margin-top: 0;
  }

  .tabs-content-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    padding: 10px 30px 20px;
  }

  .tabs-content-card.less {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-radius: 20px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 0 15px #0000004d;
  }

  .tabs-content-card.more {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-right: 30px;
  }

  .tabs-content-card.more.less {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 20px;
  }

  .tabs-content-card.more.less._1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-tab-image.smaller._3 {
    height: auto;
    margin-top: 20px;
  }

  .services-tab-image.smaller._3.move {
    height: 210px;
  }

  .services-tab-image.smaller._2 {
    height: 220px;
  }

  .services-tab-image.big {
    height: 240px;
    margin-top: 20px;
  }

  .services-tabs {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .services-tabs.first {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .services-tabs.first.w--current {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 28px;
  }

  .services-tabs.last {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 2px 5px #0000004d;
  }

  .services-tabs.last.w--current {
    border-bottom-left-radius: 20px;
  }

  .heading-6.smaller-mobile {
    font-size: 23px;
    line-height: 25px;
  }

  .tab-content-services {
    height: auto;
  }

  .full__width {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab__button-2 {
    margin-top: 0;
  }

  .tab-pane-tab-3 {
    height: 550px;
  }

  .tabs-content-card-wrap {
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 0 15px #0000004d;
  }

  .tabs-content-card-wrap.last {
    height: 100%;
  }

  .tab-pane-tab-4 {
    height: 550px;
  }

  .services-tabs-wrap {
    height: auto;
    display: none;
  }

  .heading-4.text__weight__bold.line-height-edit {
    font-size: 23px;
    line-height: 28px;
  }

  .arrow-tablet {
    display: block;
  }

  .arrow-tablet._1, .arrow-tablet._2, .arrow-tablet._4, .arrow-tablet._3, .arrow-tablet._1, .arrow-tablet._2, .arrow-tablet._4, .arrow-tablet._3 {
    color: var(--primary-2);
  }

  .img-w {
    width: 100%;
    height: 350px;
  }

  .contacts-form-wrapper-2 {
    width: 100%;
    padding: 40px 20px 20px;
  }

  .contacts-content-wrapper-2 {
    width: 525px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-form-title {
    margin-bottom: 40px;
  }

  .section-20 {
    padding-top: 0;
  }

  .contacts-wrapper-3 {
    flex-wrap: wrap;
  }

  .image-8 {
    width: 100%;
    height: 350px;
  }

  .section-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-answer-wrap {
    width: 100%;
  }

  .heading-602.full__width {
    margin-left: 0;
  }

  .code-embed-16 {
    right: auto;
  }

  .h2-title {
    font-size: 28px;
  }

  .h2-title._32ch {
    font-size: 40px;
  }

  .reviews-image-2 {
    width: 100%;
    min-width: 100%;
  }

  .reviews-image-2.adjust-2.width-100 {
    width: 100%;
    margin-top: 40px;
    overflow: clip;
  }

  .reviews-image-2.adjust-2.width-100.space {
    margin-top: 0;
  }

  .reviews-image-2.adjust-2.width-100.space._2 {
    margin-top: -5px;
  }

  .reviews-image-2.adjust-2.width-100.space.more {
    margin-top: -20px;
  }

  .reviews-image-2.adjust-2.width-100.margin.space._2._3 {
    margin-top: 10px;
  }

  .reviews-image-2.adjust-1 {
    height: auto;
    margin-top: 0;
  }

  .reviews-image-2.width-100.card-5 {
    margin-top: 10px;
  }

  .section-29 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-29.padding.pd-top-120.overflow-hidden {
    padding-bottom: 80px;
  }

  .slide-11, .slide-11.no-space, .slide-11.no-space {
    max-width: 100%;
    margin-right: 40px;
  }

  .reviews-card.sizing {
    width: auto;
    max-width: none;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav-8._w-slider-dot {
    filter: none;
    top: 0;
    bottom: -125%;
  }

  .custom-scrollbar.more-h {
    height: 320px;
    min-height: 320px;
    overflow: scroll;
  }

  .ceo-list-wrap-2.center.new {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .ceo-list-item-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    align-items: center;
  }

  .checkmark-embed-2 {
    padding-bottom: 0;
  }

  .checkmark-text-2.white {
    line-height: 30px;
  }

  .checkmark-text-2.white.non-bold {
    text-align: left;
    text-align: left;
    line-height: 24px;
  }

  .image-113._40px {
    width: 170px;
    height: 80px;
  }

  .image-113._40px._80._4 {
    margin-right: 0;
  }

  .image-113._40px.contain {
    align-self: center;
    width: 150px;
  }

  .image-113._40px.contain.bigger {
    width: 200px;
  }

  .image-113._40px.contain._2 {
    object-fit: contain;
    width: 125px;
    height: 75px;
  }

  .image-113._40px.contain._2.smaller {
    height: 55px;
  }

  .image-113._40px.contain._2.big.height {
    object-fit: cover;
    height: 80px;
  }

  .image-113._40px.contain._2.big.height.div-block-190 {
    object-fit: cover;
    object-fit: cover;
    width: 130px;
  }

  .image-113._40px.contain._2.small._6 {
    object-fit: cover;
    object-fit: cover;
    width: 130px;
    height: 70px;
    overflow: visible;
  }

  .image-113._40px.contain.smaller {
    width: 100px;
    height: 45px;
  }

  .image-113._40px.contain.big {
    width: 155px;
  }

  .image-113._40px.contain.big.small {
    width: 100px;
  }

  .image-113._40px.smaller._9 {
    align-self: center;
  }

  .image-113._40px.less-space {
    align-self: center;
    width: 130px;
    height: 70px;
  }

  .image-113._40px.less-space._90px.less-w {
    width: 135px;
  }

  .image-113._40px.less-space._100px.mini {
    align-self: center;
    overflow: clip;
  }

  .image-113._40px.less-space._100px.less-width._7 {
    align-self: center;
    width: 130px;
  }

  .image-113._40px.less-space.bmw {
    height: 70px;
  }

  .image-113._40px.less-space.less-width._8 {
    width: 130px;
  }

  .image-113._40px.less-space._6 {
    align-self: center;
  }

  .slide-nav-2 {
    bottom: 0;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot {
    height: 35%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    bottom: -35%;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot._2 {
    justify-content: center;
    width: 100%;
    height: 25%;
    margin-top: 0;
    margin-bottom: 0;
    inset: 100% auto auto;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot.smaller {
    height: 25%;
    bottom: -10%;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot.smaller.move {
    height: 50%;
    top: 85%;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot.testimonials {
    height: 10%;
    top: 100%;
    bottom: 0%;
  }

  .slider-3 {
    padding-top: 20px;
  }

  .slider-3.id {
    margin-top: 0;
    padding-top: 0;
  }

  .mask-35 {
    margin-bottom: 100px;
  }

  .padding-global {
    padding-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-30.add-margin {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-30.add-margin.more-padding {
    padding-bottom: 0;
  }

  .section-30.add-margin.less-padding-bottom {
    padding-top: 60px;
  }

  .section-30.add-margin.more-space {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .div-block-24 {
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block-24.hide, .div-block-24.hide._2-1, .div-block-24.hide._1column {
    display: flex;
  }

  .div-block-24.hide, .div-block-24.hide._2-1, .div-block-24.hide._1column {
    display: flex;
  }

  .div-block-24.hide._2-1, .div-block-24.hide._1column {
    display: flex;
  }

  .div-block-24.hide._6 {
    justify-content: center;
    display: flex;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.padding-bottom-0 {
    padding-top: .125rem;
  }

  .div-block-25 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

  .div-block-25.about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    height: 150px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    display: grid;
  }

  .div-block-25.home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-25.home.ceo.first {
    grid-template-rows: auto auto;
  }

  .div-block-25.home.home-gap {
    width: 100%;
    height: 100%;
  }

  .div-block-25.less-space {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    display: grid;
  }

  .div-block-25.grid-2x2._2.testimonials {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-25.grid-2x2._2._4 {
    grid-template-rows: auto auto;
  }

  .div-block-25.testimonials {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-180 {
    margin-top: -80px;
  }

  .div-block-182 {
    width: 100%;
    height: 300px;
  }

  .div-block-183 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 530px;
    height: auto;
    margin-bottom: 0;
    padding: 25px 10px;
  }

  .div-block-185 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 80px;
  }

  .div-block-185.no-padd {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
  }

  .div-block-185.no-padd._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 0;
    padding-top: 20px;
    display: grid;
  }

  .div-block-185.no-padd._2.top-margin {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-content: start center;
    place-items: start center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .new-google-holder-4 {
    margin-top: 20px;
  }

  .div-block-189 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-block-191 {
    margin-top: 60px;
  }

  .circle-hero-home-3 {
    border-bottom-left-radius: 200px;
    width: 70vw;
    height: 70vw;
    top: auto;
    bottom: 60px;
    right: -30vw;
  }

  .services-tab-content-wrap {
    cursor: pointer;
    min-height: 100%;
  }

  .tab-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .content {
    display: none;
  }

  .content._1 {
    margin-top: 10px;
  }

  .read-more-circle-2 {
    width: 90px;
    min-width: 25px;
    height: 90px;
    min-height: 25px;
  }

  .tabs-content-card-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-content-card-2.less {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-item-14 {
    margin-top: 40px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand-link-navbar {
    width: 140px;
    padding-left: 0;
  }

  .brand-link-navbar.w--current {
    width: 120px;
  }

  .right-navbar {
    grid-column-gap: 0px;
  }

  .navbar-hamburger-menu {
    background-color: var(--white);
    width: 98%;
    max-height: none;
    margin-right: auto;
  }

  .nav-link {
    border-bottom-style: none;
  }

  .dropdown-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle-nav {
    padding-left: 12px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .section.hero-home {
    padding-top: 125px;
  }

  .section.hero-home.bg {
    padding-bottom: 0;
  }

  .section.cta-section.areas-we-serve-section._60px-section-padding.background-color {
    padding-top: 30px;
  }

  .section.hero-about {
    padding-top: 26px;
  }

  .section.hero-section.light.cms-hero-padding {
    padding-bottom: 80px;
  }

  .section.background-picture.relative.bottom-padding-80px {
    background-position: 50% 120%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 80px;
  }

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

  .section.padding-80px.less-padd-top {
    padding-top: 0;
  }

  .section._60px-padding._120px-bottom {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section._60px-padding._120px-top {
    padding-top: 0;
  }

  .section._60px-padding._120px-top._60top {
    padding-top: 60px;
  }

  .section._60px.bg {
    margin-top: 0;
    padding-top: 100px;
  }

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

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-container.section-height-60vh.relative-overlay.no-radius {
    height: auto;
    min-height: 500px;
  }

  .main-container.section-height-60vh.relative-overlay.no-radius.mobile-300-h {
    min-height: 300px;
  }

  .main-container.areas-we-serve {
    width: 100%;
  }

  .main-container.overflow-visible-mobile {
    overflow: visible;
  }

  .grid-hero-home.reverse-home {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    height: auto;
  }

  .no-margins {
    margin-bottom: 10px;
  }

  .no-margins.text-center {
    margin-bottom: 0;
  }

  .no-margins.text-center.width-90.margin-bottom-20px {
    margin-bottom: 20px;
  }

  .no-margins.padding-10px {
    margin-right: 0;
  }

  .no-margins.author-name-45px {
    font-size: 35px;
  }

  .no-margins.text-center-area.align-left-mobile {
    text-align: left;
    text-align: left;
  }

  .no-margins.center-core {
    text-align: center;
  }

  .no-margins.align-left-mobile {
    text-align: left;
  }

  .no-margins._30ch {
    width: auto;
  }

  .no-margins._20-ch {
    width: auto;
    min-width: auto;
  }

  .no-margins.white {
    width: 300px;
  }

  .subtitle {
    font-size: 18px;
  }

  .cta {
    color: var(--white);
    height: auto;
  }

  .cta.big-cta.button-shadow.cta-max-w, .cta.big-cta.button-shadow.hidden-button {
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta.big-cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta.big-cta.button-shadow.cta-max-w, .cta.big-cta.button-shadow.hidden-button {
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta.big-cta.button-shadow {
    padding: 15px 20px;
  }

  .cta.big-cta.button-shadow.cta-max-w, .cta.big-cta.button-shadow.hidden-button, .cta.big-cta.button-shadow.cta-max-w, .cta.big-cta.button-shadow.hidden-button {
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta.bigger {
    width: 280px;
  }

  .cta.bigger.small {
    align-self: center;
    width: 290px;
  }

  .text-highlight {
    justify-content: center;
    align-items: center;
  }

  .text-highlight._28px-bold {
    font-size: 20px;
  }

  .wrap-image-hero-home.auto-w-h {
    align-self: center;
    width: 100%;
    height: auto;
  }

  .image-hero-home {
    border-bottom-left-radius: 140px;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    width: 300px;
    max-width: none;
    height: auto;
    max-height: 300px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-hero-home.hero-fixed-height {
    height: auto;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    width: 300px;
    max-width: none;
    height: auto;
    max-height: 300px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-hero-home.hero-fixed-height.fixed-height {
    height: 250px;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    width: 300px;
    max-width: none;
    height: auto;
    max-height: 300px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit {
    width: 300px;
    max-width: none;
    height: auto;
    max-height: 300px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-hero-home.hero-fixed-height.fixed-height.hero-fit.hero {
    max-height: 500px;
  }

  .circle-hero-home {
    width: 100vw;
    height: 100vw;
    bottom: -160px;
  }

  .image-logo-section {
    height: 30px;
  }

  .image-logo-section.no-radius {
    object-fit: contain;
    object-fit: contain;
  }

  .wrap-heading-services-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .wrap-heading-services-grid.align-left-mobile {
    justify-content: center;
    align-items: flex-start;
  }

  .wrap-heading-services-grid.relative.bg {
    align-self: center;
    margin-top: 60px;
  }

  .paragraph-big.review-center {
    text-align: left;
  }

  .paragraph-big.text-center.width-90 {
    width: 100%;
  }

  .paragraph-big.no-hover {
    color: var(--primary-2);
  }

  .paragraph-big.no-hover.dark-text-color {
    font-size: 18px;
  }

  .paragraph-big.wrap-center.align-left-mobile {
    text-align: left;
    text-align: left;
  }

  .paragraph-big.width-85.align-left-mobile {
    text-align: left;
    text-align: left;
    width: auto;
  }

  .paragraph-big._65-width {
    width: 100%;
  }

  .paragraph-big.align-left-mobile {
    text-align: left;
  }

  .paragraph-big.black {
    width: 300px;
  }

  .tile-service.highlighted-service.background-style {
    padding: 30px;
  }

  .tile-service.background-style {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 30px;
  }

  .tile-service.shadow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    padding-right: 40px;
  }

  .tile-service.shadow.padding-inside {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-name-service-tile {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrap-home-grid-services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .heading-wrap-center.max-w-100px {
    padding-left: 0;
    padding-right: 0;
  }

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

  .slider-testmonials {
    max-height: 100%;
  }

  .grid-slider {
    grid-row-gap: 24px;
  }

  .left-slider {
    border-top-left-radius: 120px;
    padding: 60px 30px 40px;
  }

  .left-slider.padding-adjust {
    grid-row-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 40px;
  }

  .top-slider-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-services {
    height: auto;
    min-height: 250px;
  }

  .image-services.auto-height.fixed-height, .image-services.img-size, .image-services._500px-size.fixed-height {
    height: 250px;
  }

  .image-services.image-right {
    height: 350px;
  }

  .image-services.image-right.image-shadow {
    height: auto;
  }

  .image-services.image-right.image-shadow.cms-image {
    height: auto;
    max-height: 300px;
  }

  .image-services.image-right.img-size {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .image-services.image-right.img-size.smaller {
    width: 300px;
    height: 250px;
  }

  .image-services.image-right.img-size.fix {
    width: 100%;
  }

  .image-services.image-right.img-size.right-image._500 {
    height: 250px;
    min-height: 250px;
  }

  .image-services.image-right.img-size.right-image.no-rounded-edges {
    border-bottom-left-radius: 20px;
  }

  .image-services.auto-height {
    height: 350px;
  }

  .image-services.auto-height.fixed-height, .image-services.img-size, .image-services._500px-size.fixed-height, .image-services._500px-size.fixed-height {
    height: 250px;
  }

  .text-stat {
    font-size: 40px;
  }

  .limit-about-home {
    grid-row-gap: 16px;
    padding: 10px 0;
  }

  .limit-about-home.wrap-center.relative.align-left-mobile {
    align-items: center;
  }

  .limit-about-home.align-left-mobile {
    justify-content: center;
    align-items: flex-start;
  }

  .limit-about-home.align-left-mobile.less {
    padding-right: 10px;
  }

  .limit-about-home.top-margin {
    margin-top: 20px;
  }

  .single-check-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer {
    padding-top: 80px;
  }

  .master-top-footer {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tile-contact-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tile-contact-footer.shadow.styling {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .column-footer-links.fixed-sizing {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .column-footer-links.right-padding.row {
    width: 300px;
  }

  .column-footer-links.width-fixed {
    align-items: flex-start;
    width: 300px;
    margin-bottom: 20px;
  }

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

  .master-bottom-footer {
    margin-top: 60px;
  }

  .footer-logo.logo-size {
    width: 150px;
  }

  .left-about {
    grid-row-gap: 15px;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .column-gallery-about {
    width: 48%;
  }

  .column-gallery-about.column-two, .column-gallery-about.column-one, .column-gallery-about.column-two, .column-gallery-about.column-one {
    flex: none;
  }

  .gradient-about {
    top: -1px;
  }

  .gradient-about.bottom {
    bottom: -1px;
  }

  .master-gallery-about {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-stats-fourths {
    grid-template-columns: 1fr;
  }

  .grid-stats-fourths.margins-48.gride-stats-three {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .input-wrap {
    width: 100%;
  }

  .expandable-single {
    padding: 16px 0;
  }

  .heading-expandable {
    margin-bottom: 0;
  }

  .heading-expandable.text-color.text-size-20px {
    font-size: 18px;
  }

  .faq-paragraph.left-margin {
    margin-left: 0;
  }

  .plus-expand-master.points {
    width: 33px;
    height: 33px;
    display: flex;
  }

  .utility-page-content {
    width: 90%;
  }

  .cta-contact-support.margin-right {
    margin-right: 0;
  }

  .grid-styling {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-styling.flex-reverse {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .grid-styling.flex-reverse.more-gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-styling-02 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
  }

  .text-intro-services {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-center.white.blog-heading-text {
    font-size: 24px;
  }

  .text-center.white---text.big-size-small-breakpoints {
    margin-bottom: 0;
  }

  .text-center.no-margins._70 {
    width: auto;
  }

  .dropdown-toggle-3.w--open {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-text-footer {
    padding-right: 0;
  }

  .dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dropdown.white-menu {
    flex-direction: column;
  }

  .qr-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .qr {
    object-fit: contain;
    flex: 1;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .wrap-areas-text.text-black {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-areas-text.heading {
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .state-name-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-services-blog {
    height: auto;
  }

  .image-services-blog.box-shadow {
    height: 200px;
  }

  .cta-main.light {
    justify-content: center;
    align-items: center;
  }

  .cta-image.radius-bottom {
    height: 300px;
  }

  .cta-image.radius-bottom.fit.move {
    object-position: 75% 65%;
    object-position: 75% 65%;
    object-position: 75% 65%;
    height: 300px;
  }

  .about-grid-03-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .wrap-about {
    margin-top: 40px;
  }

  .about-team-image {
    height: auto;
  }

  .about-team-image.fit {
    object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    height: 150px;
  }

  .wrap-services-about {
    grid-template-columns: 1fr;
  }

  .about-cards {
    padding: 60px 20px;
  }

  .success-wrapper.right-border, .success-wrapper.border-right, .success-wrapper.right-border, .success-wrapper.border-right {
    border-right-style: none;
  }

  .recent-blog-image {
    width: 100%;
    height: 120px;
  }

  .recent-blogs-wrapper {
    flex-direction: column;
  }

  .recent-blog-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 10px;
    margin-left: 0;
  }

  .blog-categories-link.radius-styling {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-categories-link.radius-styling.padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item {
    width: 100%;
  }

  .categories-wrapper.main-hero-categories {
    flex-flow: wrap;
  }

  .recent-blogs-wrap.light.blog-box-shadow {
    margin-top: 40px;
  }

  .hero-blog-image {
    height: auto;
  }

  .blog-image.fixed-size {
    height: 280px;
  }

  .collection-list {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
    grid-template-rows: auto;
    display: flex;
  }

  .thankyou-wrapper {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .wrap-author {
    margin-top: 10px;
  }

  .grid-12 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr;
  }

  .grid-12.reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .social-flex.social-stickey {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .space-100 {
    height: 50px;
  }

  .services-grid-wrap {
    grid-template-columns: 2.5fr;
  }

  .white-widget-text {
    text-align: left;
  }

  .services-main-image-intro {
    height: auto;
  }

  .careers-grid {
    flex-direction: column;
    display: flex;
  }

  .grid-sitemap {
    padding-bottom: 20px;
  }

  .features-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .features-grid._4-card {
    grid-template-columns: 1fr;
  }

  .teams-cms {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-link.weight-500px {
    display: none;
  }

  .wrapper-areas-serve {
    margin-bottom: 20px;
    padding-right: 16px;
  }

  .heading-2.align-center.width-70.align-left-mobile {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    width: auto;
  }

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

  .calendar.microsoft {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rte-main li {
    font-size: 16px;
  }

  .main-blogs-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-item-10, .collection-item-11, .collection-item-12 {
    text-align: left;
  }

  .collection-item-13 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-20.white.left {
    width: auto;
  }

  .nav-icon-cta {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .content-form-wrapper {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 10px;
    padding: 40px 20px;
  }

  .content-form-wrapper.light {
    margin-top: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .overlay.change-overlay {
    background-image: radial-gradient(circle, #00000082 55%, #fff 100%, #0000003b);
    display: none;
  }

  .reviews-collection-list.styling-01 {
    grid-row-gap: 35px;
    grid-row-gap: 35px;
  }

  .reviews-wrap {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .reviews-wrap.sizing {
    padding: 20px;
  }

  .reviews-wrap._500px---height {
    height: 450px;
    padding-top: 40px;
  }

  .blue-circle {
    min-width: 32px;
  }

  .div-block-122 {
    padding: 10px;
  }

  .categorie-collection-list {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .categories-collection {
    top: 17%;
  }

  .reviews-collection-list-wrapper, .collection-list-wrapper-9 {
    margin-bottom: 10px;
  }

  .dropdown-services.w--open {
    width: 100%;
    left: auto;
  }

  .collection-list-wrapper-11, .collection-list-wrapper-12 {
    margin-bottom: 10px;
  }

  .collection-list-wrapper-13, .collection-list-15, .collection-list-wrapper-14 {
    text-align: left;
  }

  .collection-list-wrapper-15, .collection-list-wrapper-16, .testimonials-collection-list-wrapper {
    margin-bottom: 10px;
  }

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

  .flex-home-cta {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top-right-radius: 160px;
    border-bottom-left-radius: 160px;
    justify-content: flex-start;
    width: 315px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-home-cta.radius-style-1, .call-title-wrap {
    width: auto;
  }

  .phone-number.no-margins {
    white-space: nowrap;
    white-space: nowrap;
    font-size: 26px;
  }

  .call-title {
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
  }

  .hero-button {
    justify-content: center;
    align-items: center;
    width: 300px;
    display: flex;
  }

  .phone-hero-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .wrap-content {
    flex-direction: column;
    width: 100%;
  }

  .remote-support-grid-02-cards {
    grid-template-columns: 1fr;
  }

  .phone-link {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .link-social {
    width: 35px;
    height: 35px;
  }

  .link-remote-support {
    margin-top: 0;
  }

  .support-text-wrap {
    display: none;
  }

  ._12-points-card-wrapper {
    cursor: pointer;
    margin-top: 40px;
  }

  .nav-phone-icon {
    width: 35px;
    height: 35px;
  }

  .nav-menus.hide {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-location {
    font-size: 30px;
  }

  .map-wrap-overflow-hidden {
    height: 350px;
  }

  .success-rate-grid {
    grid-template-columns: 1fr;
  }

  .services-content-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .services-content-grid.flex-mobile {
    flex-flow: column;
    display: flex;
  }

  .resources-wrapper {
    flex-flow: row;
  }

  .resources-heading, .resources-paragraph {
    text-align: left;
  }

  .link-resources {
    margin-bottom: 20px;
  }

  .cta-wrap-tablet {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-wrap-tablet.top-margin-30.align-center-mobile, .cta-wrap-tablet.align-center, .cta-wrap-tablet.top-margin-30.align-center-mobile, .cta-wrap-tablet.top-margin-30.align-center-mobile, .cta-wrap-tablet.align-center {
    justify-content: center;
    align-items: center;
  }

  .customer-logo {
    height: 35px;
  }

  .customer-logo._100px.no-gray {
    height: 100px;
  }

  .logos-slider {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logos-slider-main {
    height: 100%;
  }

  .logos-slider-main.padding-bottom-none {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-nav {
    margin-top: 10px;
    font-size: 13px;
  }

  .logo-w-2.link {
    width: auto;
    padding-top: 0%;
  }

  .logo-w-2.link.right {
    align-items: center;
  }

  .logo-w-2.link.microsoft {
    width: auto;
  }

  .logo-w-2.link.wider {
    width: 120px;
  }

  .logos-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    margin-bottom: 10px;
  }

  .logos-grid.grid-gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .centere-content-wrap.align-left-mobile {
    justify-content: flex-start;
    align-items: center;
  }

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

  .blogs-h1 {
    width: auto;
  }

  .categories-collection-list {
    flex-flow: column;
  }

  .wrap-areas-contact {
    padding-left: 16px;
    padding-right: 16px;
  }

  .code-embed.black {
    width: 30px;
    height: 38px;
    padding-top: 8px;
    padding-right: 6px;
  }

  .quote-icon-embed {
    width: 80px;
    height: 80px;
  }

  .rating-embed {
    width: 120px;
  }

  .services-image-wrap {
    height: auto;
  }

  .hidden-mobile {
    display: none;
  }

  .pagaination-wrapper {
    margin-top: 5rem;
  }

  .cta-wrapper.center {
    margin-top: 0;
  }

  .grid-services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .absolute-cross-pop {
    top: 5%;
  }

  .calendar-wrapper {
    padding: 8.5rem 0 1.5rem;
  }

  .faq-icon {
    width: 20px;
    margin-right: 10px;
    display: none;
  }

  .card-slide {
    margin-bottom: 7%;
  }

  .card-slider {
    width: 100%;
  }

  .rte-review p {
    font-size: 18px;
  }

  .point-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .point-divider {
    text-align: left;
    display: block;
    position: absolute;
    inset: auto auto -13px 0%;
  }

  ._12-points-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-bottom-left-radius: 60px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 295px;
    height: auto;
    padding: 40px 10px 20px 20px;
  }

  ._12-points-wrapper.background-white {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
    padding-top: 40px;
  }

  ._12-points-wrapper.flat {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .point-title-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    min-height: 44px;
    display: flex;
    position: relative;
  }

  ._12-point-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    cursor: pointer;
    flex-flow: column;
  }

  .point-heading {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .point-heading.white {
    width: 230px;
    font-size: 18px;
    line-height: 24px;
  }

  .point-paragraph {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
  }

  .point-paragraph.white {
    width: 250px;
    padding-left: 0;
    padding-right: 20px;
  }

  .quote-icon {
    width: 88px;
    min-width: 88px;
    height: 88px;
    min-height: 88px;
    top: -3%;
  }

  .accordion-circle-wrap {
    border: 1.75px solid var(--primary-1);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-top: 5px;
    display: flex;
  }

  .line-plus.points {
    background-color: var(--primary-2);
    background-color: var(--primary-2);
  }

  .section-19 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-19.more-padding {
    padding-top: 60px;
  }

  .customer-logo-2 {
    width: 80px;
  }

  .customer-logo-2.certi-page.white.no-gray.smaller {
    width: 146px;
    height: 60px;
  }

  .customer-logo-2.certi-page.white.no-gray.smaller._80._45 {
    width: 135px;
  }

  .customer-logo-2.certi-page.white.smaller._80 {
    width: 100px;
  }

  .customer-logo-2.certi-page.smaller._80px {
    width: 120px;
    height: 60px;
  }

  .logos-grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .logos-grid-2.certification._2columns {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .hero-button-main-wrap {
    width: auto;
    height: 65px;
  }

  .hero-button-main-wrap.dark-button {
    width: 285px;
    height: 70px;
  }

  .icon-wrapper {
    width: 80px;
  }

  .icon-wrapper.white {
    width: 70px;
  }

  .image-103 {
    width: 50px;
    height: 50px;
  }

  .button-content-wrapper {
    align-items: flex-start;
    padding: 5px;
  }

  .text-block-15 {
    font-size: .8rem;
  }

  .phone-number-text {
    font-size: 1.4rem;
  }

  .phone-number-text.white {
    font-size: 28px;
    line-height: 32px;
  }

  .ceo-info-card {
    height: 40px;
  }

  .ceo-info-card.style-v2 {
    width: 39%;
    top: 21%;
  }

  .image-size {
    object-position: 50% 0%;
    height: auto;
  }

  .image-size.ceo-image {
    object-fit: fill;
    object-fit: fill;
    width: auto;
    height: auto;
    left: auto;
  }

  .ceo-image-wrap {
    height: auto;
  }

  .company-info-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
  }

  .company-info-text._22 {
    font-size: 14px;
  }

  .plus-wrapper {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    margin-bottom: 34px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .number-area {
    border-width: 3px;
    align-self: flex-start;
    margin-top: 10px;
    padding: 0;
  }

  .number-area.style-v2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 32px;
    min-width: 32px;
    height: 23px;
    min-height: 23px;
    display: flex;
  }

  .number-area.style-v2.services {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .number-circle {
    width: 35px;
    height: 35px;
  }

  .number-circle.style-v2 {
    background-color: var(--primary-1);
    background-color: var(--primary-1);
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    margin: 40px 0;
  }

  .horizontal-line {
    background-color: #00194c;
    width: 18px;
    min-width: 18px;
    height: 3px;
    min-height: 3px;
    padding: 0;
    position: absolute;
  }

  .number-heading {
    line-height: 25px;
    display: none;
  }

  .number-heading.size-v2.smaller {
    margin-bottom: 0;
    font-size: 27px;
    display: block;
  }

  .vertical-line {
    background-color: #00194c;
    align-self: center;
    width: 3px;
    min-width: 3px;
    height: 18px;
    min-height: 18px;
    padding: 0;
    position: absolute;
  }

  .image-115 {
    width: auto;
    height: 390px;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .services-tabs-menu {
    width: auto;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 2px;
    display: flex;
  }

  .tab__button__text {
    font-size: 16px;
    line-height: 22px;
  }

  .tab-icon {
    width: 32px;
    height: 32px;
  }

  .read-more-circle {
    width: 32px;
    height: 32px;
    padding: 0;
  }

  .body-normal-medium {
    font-size: 18px;
    line-height: 22px;
  }

  .body-normal-medium.smaller {
    line-height: 24px;
  }

  .tabs__content {
    height: 500px;
    margin-top: 0;
  }

  .tabs__content._1 {
    height: auto;
  }

  .tabs-content-card, .tabs-content-card.less {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px 20px;
  }

  .tabs-content-card.less {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px 20px;
  }

  .tabs-content-card.more.less {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-content-card.more.less._1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 20px;
  }

  .tabs-content-card._20px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-pane-tab-2 {
    height: 425px;
  }

  .services-tab-image {
    height: 150px;
  }

  .services-tab-image.smaller._3, .services-tab-image.smaller._3.move, .services-tab-image.smaller._2 {
    height: 150px;
  }

  .services-tab-image.smaller {
    height: 260px;
  }

  .services-tab-image.smaller._3, .services-tab-image.smaller._3.move, .services-tab-image.smaller._2, .services-tab-image.smaller._3, .services-tab-image.smaller._3.move, .services-tab-image.smaller._3.move, .services-tab-image.smaller._2 {
    height: 150px;
  }

  .services-tab-image.big {
    height: 160px;
    margin-top: 20px;
  }

  .div-block-67 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .services-tabs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .services-tabs.w--current, .services-tabs.no-radius, .services-tabs.first, .services-tabs.last, .services-tabs.no-radius, .services-tabs.first, .services-tabs.last {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-6.smaller-mobile {
    font-size: 20px;
  }

  .tab-content-services {
    height: auto;
  }

  .tab__button-2 {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-100 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tab-pane-tab-3 {
    height: auto;
  }

  .read-more-arrow {
    width: 20px;
    min-width: 20px;
  }

  .tabs-content-card-wrap {
    height: auto;
    padding: 0;
  }

  .tabs-content-card-wrap.last, .tab-pane-tab-4 {
    height: auto;
  }

  .heading-4.text__weight__bold.line-height-edit {
    color: var(--primary-2);
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    flex: 1;
    align-self: auto;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .arrow-tablet._1, .arrow-tablet._2, .arrow-tablet._4, .arrow-tablet._3, .arrow-tablet._1, .arrow-tablet._2, .arrow-tablet._4, .arrow-tablet._3 {
    color: var(--primary-2);
  }

  .code-embed-15._1 {
    width: 32px;
    height: 32px;
  }

  .img-w, .contacts-form-wrapper-2 {
    width: 100%;
    height: auto;
  }

  .contacts-content-wrapper-2 {
    width: 300px;
    height: auto;
  }

  .section-20 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .contacts-wrapper-3 {
    width: auto;
  }

  .base-container-2 {
    max-width: none;
  }

  .image-8 {
    width: 100%;
    height: 200px;
  }

  .form-2 {
    grid-template-columns: 1fr;
  }

  .primary-button-7 {
    align-self: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-78 {
    flex-direction: column;
    justify-content: flex-end;
  }

  .section-large.bg {
    padding-top: 100px;
  }

  .section-title-wrap {
    margin-bottom: 20px;
  }

  .faq-answer-wrap {
    width: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .faqs-plus-wrapper {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    margin-left: 5px;
  }

  .testimonial-name-2 {
    font-size: 20px;
  }

  .map-embed-code {
    height: 250px;
  }

  .code-embed-16 {
    top: -5%;
    left: 5%;
    right: auto;
  }

  .h2-title {
    font-size: 28px;
  }

  .h2-title._32ch {
    font-size: 30px;
  }

  .reviews-image-2 {
    margin-top: 10px;
  }

  .reviews-image-2.adjust-2.width-100.space._2, .reviews-image-2.adjust-2.width-100.space.more {
    height: auto;
    margin-top: 10px;
  }

  .reviews-image-2.adjust-2.width-100.space._2, .reviews-image-2.adjust-2.width-100.space.more {
    height: auto;
    margin-top: 10px;
  }

  .reviews-image-2.adjust-2.width-100 {
    margin-top: 40px;
  }

  .reviews-image-2.adjust-2.width-100.space._2, .reviews-image-2.adjust-2.width-100.space.more {
    height: auto;
    margin-top: 10px;
  }

  .reviews-image-2.adjust-2.width-100.space {
    height: auto;
    margin-top: 0;
  }

  .reviews-image-2.adjust-2.width-100.space._2, .reviews-image-2.adjust-2.width-100.space.more, .reviews-image-2.adjust-2.width-100.space._2, .reviews-image-2.adjust-2.width-100.space.more {
    height: auto;
    margin-top: 10px;
  }

  .reviews-image-2.adjust-2.width-100.margin.space._2._3 {
    height: auto;
    margin-top: 10px;
    padding-left: 0;
  }

  .reviews-image-2.adjust-1 {
    margin-top: 10px;
  }

  .reviews-image-2.width-100.card-5 {
    height: auto;
    margin-top: 10px;
    padding-left: 0;
  }

  .section-29 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-29.padding.pd-top-120.overflow-hidden {
    padding-bottom: 60px;
  }

  .slider-8 {
    align-content: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 2.5%;
    padding-bottom: 10%;
    padding-left: 0%;
  }

  .hero-testimonial-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px;
  }

  .slide-11 {
    max-width: 100%;
    max-height: 100%;
    margin: 0 40px 0 0;
  }

  .reviews-card.sizing {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 5px #c8ccd2;
  }

  .quote-h-review {
    font-size: 22px;
  }

  .slide-nav-8 {
    font-size: 10px;
  }

  .slide-nav-8._w-slider-dot {
    filter: none;
    bottom: -100%;
  }

  .maskx {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .left-arrow-7 {
    display: none;
  }

  .custom-scrollbar.more-h {
    height: 300px;
    min-height: 300px;
    overflow: scroll;
  }

  .custom-scrollbar.more-h._2 {
    height: 300px;
  }

  .testimonial-avatar {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .ceo-list-wrap-2 {
    margin-left: 0;
  }

  .ceo-list-wrap-2.center {
    text-align: left;
    text-align: left;
    margin-left: 0;
  }

  .checkmark-text-2 {
    font-size: 16px;
  }

  .checkmark-text-2.white {
    line-height: 30px;
  }

  .slide {
    height: auto;
    right: 5px;
  }

  .slide.no-bg {
    height: 100%;
  }

  .slide.no-bg.auto {
    height: auto;
  }

  .slide.no-bg.smaller {
    height: 50%;
  }

  .slide.no-bg.move-to-left {
    right: 10px;
  }

  .image-113._40px {
    width: 80px;
    height: 60px;
  }

  .image-113._40px._80 {
    width: 100px;
  }

  .image-113._40px._80._2 {
    width: 120px;
  }

  .image-113._40px._80._4 {
    height: 100px;
  }

  .image-113._40px.contain {
    width: 100px;
  }

  .image-113._40px.contain.bigger {
    object-fit: contain;
    width: 150px;
  }

  .image-113._40px.contain.bigger._5._9 {
    width: 120px;
    height: 70px;
  }

  .image-113._40px.contain.bigger._5._9.big {
    object-fit: fill;
    width: 135px;
    height: 70px;
  }

  .image-113._40px.contain.bigger._5._9.home {
    width: 140px;
    height: 80px;
  }

  .image-113._40px.contain.bigger._5.x {
    width: 120px;
  }

  .image-113._40px.contain.bigger._5.x.cover {
    object-fit: contain;
    width: 170px;
    height: 85px;
  }

  .image-113._40px.contain.bigger._5.x.home {
    width: 140px;
    height: 90px;
  }

  .image-113._40px.contain.bigger._5.smaller-height {
    width: 145px;
    height: 40px;
  }

  .image-113._40px.contain.bigger._5.smaller._120px {
    object-fit: contain;
    object-fit: contain;
    width: 140px;
    height: 80px;
    margin-top: 0;
    display: block;
    overflow: visible;
  }

  .image-113._40px.contain.bigger._5._4 {
    object-fit: cover;
    width: 125px;
    height: 75px;
    overflow: clip;
  }

  .image-113._40px.contain.bigger.badges {
    width: 100px;
  }

  .image-113._40px.contain._2 {
    width: 120px;
    height: 80px;
    padding-bottom: 20px;
  }

  .image-113._40px.contain._2.smaller {
    width: 100px;
  }

  .image-113._40px.contain._2.smaller.home {
    width: 110px;
    height: 70px;
    margin-top: 0;
  }

  .image-113._40px.contain._2.big {
    width: 120px;
    padding-bottom: 20px;
  }

  .image-113._40px.contain._2.big.height {
    width: 120px;
    height: 80px;
    padding-bottom: 0;
  }

  .image-113._40px.contain._2.big.height.div-block-190 {
    width: 120px;
    height: 55px;
    padding-bottom: 0;
  }

  .image-113._40px.contain._2.move-up {
    padding-bottom: 0;
  }

  .image-113._40px.contain._2.small {
    width: 100px;
    height: 60px;
  }

  .image-113._40px.contain._2.small._6 {
    width: 120px;
    height: 80px;
    padding-bottom: 0;
  }

  .image-113._40px.contain._5 {
    width: 100px;
  }

  .image-113._40px.contain._5.big {
    width: 120px;
    height: 70px;
  }

  .image-113._40px.contain._5.big.home {
    width: 130px;
    height: 90px;
  }

  .image-113._40px.contain._5.cover.fill {
    object-fit: contain;
    object-fit: contain;
    width: 125px;
  }

  .image-113._40px.contain.smaller {
    margin-top: 0;
  }

  .image-113._40px.contain.big {
    width: 100px;
  }

  .image-113._40px.contain.big.small._9 {
    width: 110px;
    height: 75px;
  }

  .image-113._40px.contain.home {
    width: 125px;
    height: 60px;
  }

  .image-113._40px.contain.home._2 {
    object-fit: contain;
    height: 65px;
    padding-bottom: 0;
  }

  .image-113._40px.contain.home._2._3 {
    width: 100px;
    padding-bottom: 0;
  }

  .image-113._40px.smaller._9 {
    width: 100px;
    height: 70px;
  }

  .image-113._40px.less-space {
    width: 120px;
  }

  .image-113._40px.less-space._90px {
    width: 140px;
  }

  .image-113._40px.less-space._90px.less-w {
    height: 70px;
  }

  .image-113._40px.less-space._100px {
    width: 120px;
  }

  .image-113._40px.less-space._100px.mini {
    align-self: stretch;
    width: 100px;
    height: 70px;
  }

  .image-113._40px.less-space._100px.less-width {
    width: 130px;
    height: 70px;
  }

  .image-113._40px.less-space._100px.less-width._7 {
    align-self: auto;
    width: 110px;
    height: 70px;
  }

  .image-113._40px.less-space.bmw {
    height: 70px;
  }

  .image-113._40px.less-space._6 {
    align-self: auto;
    width: 100px;
    height: 70px;
  }

  .slide-nav-2 {
    bottom: auto;
  }

  .slide-nav-2.position {
    margin-bottom: 20px;
    bottom: -29%;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot {
    margin-top: 0;
    margin-bottom: 20px;
    bottom: 0%;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot._2 {
    width: 85%;
    height: 30%;
    inset: auto auto 0;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot.smaller {
    bottom: 10%;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot.smaller.none {
    width: 100px;
    height: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
    bottom: -30px;
    right: auto;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot.smaller.none.hid {
    display: none;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot.smaller.move {
    width: 90%;
    height: 25%;
    top: 75%;
    bottom: 0%;
  }

  .slide-nav-2.position.slider-dots._w-slider-dot.testimonials {
    top: 75%;
  }

  .slider-3 {
    height: 200px;
    margin-top: 40px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
  }

  .slider-3.id {
    height: 330px;
    overflow: hidden;
  }

  .slider-3.id.about {
    height: auto;
  }

  .mask-35 {
    height: auto;
    margin-bottom: 40px;
  }

  .mask-35.auto, .mask-35.bigger, .mask-35.auto, .mask-35.bigger {
    height: auto;
  }

  .padding-global {
    padding-bottom: 0;
  }

  .section-30.add-margin.more-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-30.add-margin.more-space {
    padding-bottom: 0;
  }

  .div-block-24 {
    height: 80px;
  }

  .div-block-24.hide {
    align-items: center;
  }

  .div-block-24.hide.clutch {
    align-items: center;
    display: flex;
  }

  .div-block-24.hide.small {
    object-fit: contain;
    width: auto;
  }

  .div-block-24.height {
    height: 150px;
  }

  .padding-section-large {
    padding-top: 4rem;
  }

  .div-block-25 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-content: start;
    place-items: stretch center;
  }

  .div-block-25.about {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .div-block-25.home {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: stretch space-between;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .div-block-25.home.ceo {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: center start;
    width: 300px;
    height: 300px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-25.home.ceo.first {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    width: auto;
    height: auto;
    display: grid;
  }

  .div-block-25.home.ceo.off {
    display: none;
  }

  .div-block-25.home.awards {
    grid-column-gap: 4.6rem;
    grid-row-gap: 4.6rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    align-items: start;
    height: 1150px;
    padding-bottom: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .div-block-25.home.awards.about-us {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: auto;
  }

  .div-block-25.home.awards._2-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .div-block-25.home.home-gap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-25.less-space {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    display: grid;
  }

  .div-block-25.grid-2x2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block-25.grid-2x2._2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-25.grid-2x2._2._4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-25.testimonials {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-180 {
    margin-top: -80px;
  }

  .div-block-182 {
    width: 100%;
    height: 420px;
  }

  .text-block-26 {
    width: auto;
  }

  .div-block-183 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 91%;
    height: auto;
    margin-right: 0;
    padding: 20px 10px 28px;
    overflow: visible;
  }

  .div-block-185 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    width: 200px;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    display: grid;
  }

  .div-block-185.no-padd {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 200px;
    margin-top: 0;
    padding-left: 40px;
    display: grid;
  }

  .div-block-185.no-padd._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    place-content: center start;
    width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-185.no-padd._2.top-margin {
    margin-top: 40px;
    padding-right: 20px;
  }

  .image-126 {
    height: 400px;
  }

  .div-block-187 {
    align-self: flex-start;
  }

  .text-block-27 {
    width: auto;
  }

  .new-google-holder-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .image-121 {
    object-fit: contain;
    width: 280px;
  }

  .image-121._2 {
    width: 250px;
    height: 55px;
  }

  .italic-text {
    font-size: 22px;
    line-height: 29px;
  }

  .div-block-190 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-191 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    justify-items: start;
    display: grid;
  }

  .div-block-191.gap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    padding-right: 0;
  }

  .div-block-191.gap._100 {
    width: 100%;
  }

  .logo.big-footer._2._100 {
    width: 100%;
    height: 100%;
  }

  .logo.big-footer._2._100._6 {
    width: 135px;
    height: 110px;
  }

  .circle-hero-home-3 {
    border-bottom-left-radius: 50%;
    width: 80vw;
    height: 80vw;
    display: block;
    inset: auto -40vw -30px auto;
    overflow: visible;
  }

  .code-embed-17 {
    align-self: center;
  }

  .code-embed-18._2 {
    flex: 0 auto;
    width: 32px;
    height: 32px;
    margin-right: 0;
  }

  .code-embed-18._3 {
    width: 32px;
    height: 32px;
  }

  .services-tab-content-wrap {
    padding: 24px;
  }

  .tab-content {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-195, .div-block-196 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tab__button__text-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .read-more-circle-2 {
    width: 32px;
    height: 32px;
    padding: 0;
  }

  .tabs-content-card-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px 20px 10px;
  }

  .tabs-content-card-2.less {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px 20px 20px;
  }

  .div-block-198 {
    align-self: center;
  }
}

#w-node-_40430df8-d9c1-f165-f6df-df0a7bd13ffb-0ea53bbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1728a323-867a-f389-f74b-3001b8dd5394-0ea53bbe, #w-node-_881df67a-82fe-a34e-c766-e2edc7d1b79f-0ea53bbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_27843d51-481d-f065-3a42-99cbb8c28cc9-0ea53bbe, #w-node-_27843d51-481d-f065-3a42-99cbb8c28cd0-0ea53bbe, #w-node-b89944a2-ae62-0770-1253-273c45970e09-0ea53bbe, #w-node-cb089730-7c23-97e8-b29e-635954ca2ea8-0ea53bbe, #w-node-f8ae9c91-e029-8e99-72e8-130964ec3ba6-0ea53bbe, #w-node-f8ae9c91-e029-8e99-72e8-130964ec3bc2-0ea53bbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eaa3e23-45ee-c60b-e3a2-242a5f941259-0ea53bbe, #w-node-_2eaa3e23-45ee-c60b-e3a2-242a5f94125d-0ea53bbe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a37dde5d-32d0-aaa2-8081-70dde0e70156-0ea53bbe {
  align-self: center;
}

#w-node-bb437634-088f-6763-1b07-0c43d52982f4-0ea53bbe, #w-node-bb437634-088f-6763-1b07-0c43d529830c-0ea53bbe, #w-node-bb437634-088f-6763-1b07-0c43d5298321-0ea53bbe, #w-node-bb437634-088f-6763-1b07-0c43d5298336-0ea53bbe, #w-node-bb437634-088f-6763-1b07-0c43d529834c-0ea53bbe, #w-node-bb437634-088f-6763-1b07-0c43d5298363-0ea53bbe {
  align-self: start;
}

#w-node-_7595d992-fc9e-6923-b6dc-0645dbb1f933-a0cde8df {
  justify-self: start;
}

#w-node-_7595d992-fc9e-6923-b6dc-0645dbb1f934-a0cde8df, #w-node-_7595d992-fc9e-6923-b6dc-0645dbb1f936-a0cde8df, #w-node-_7595d992-fc9e-6923-b6dc-0645dbb1f937-a0cde8df {
  justify-self: center;
}

#w-node-_7595d992-fc9e-6923-b6dc-0645dbb1f938-a0cde8df {
  justify-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_40430df8-d9c1-f165-f6df-df0a7bd13ffb-0ea53bbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_881df67a-82fe-a34e-c766-e2edc7d1b79f-0ea53bbe {
    place-self: auto;
  }

  #w-node-_5c2137b6-c1ce-2cf2-9f20-cd41a0cde901-a0cde8df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_7595d992-fc9e-6923-b6dc-0645dbb1f933-a0cde8df {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_40430df8-d9c1-f165-f6df-df0a7bd13ffb-0ea53bbe {
    justify-self: center;
  }

  #w-node-_1728a323-867a-f389-f74b-3001b8dd5394-0ea53bbe {
    order: -9999;
    justify-self: center;
  }

  #w-node-_881df67a-82fe-a34e-c766-e2edc7d1b79f-0ea53bbe {
    place-self: auto start;
  }

  #w-node-_6e8924af-f8b7-47ac-6dab-330a0057f99f-0ea53bbe {
    place-self: auto;
  }

  #w-node-_6e8924af-f8b7-47ac-6dab-330a0057f9b5-0ea53bbe {
    justify-self: start;
  }

  #w-node-_6e8924af-f8b7-47ac-6dab-330a0057f9ae-0ea53bbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_299167d8-c4d1-b970-4548-0d277b9fa506-0ea53bbe {
    justify-self: center;
  }

  #w-node-_299167d8-c4d1-b970-4548-0d277b9fa517-0ea53bbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_9cb79e09-f641-d74e-bb6e-94709e39dc0a-0ea53bbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-de5843f8-9fca-4e65-7768-afae7bf0a789-0ea53bbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-e587c543-5e6c-fc13-43bb-47befac013cf-0ea53bbe {
    justify-self: center;
  }

  #w-node-e587c543-5e6c-fc13-43bb-47befac013d3-0ea53bbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-a37dde5d-32d0-aaa2-8081-70dde0e70160-0ea53bbe {
    place-self: center;
  }

  #w-node-a37dde5d-32d0-aaa2-8081-70dde0e70156-0ea53bbe {
    justify-self: center;
  }

  #w-node-_7595d992-fc9e-6923-b6dc-0645dbb1f938-a0cde8df {
    align-self: end;
  }

  #w-node-dff0187f-7491-b9e0-d7b0-662b7179c689-8474f56a, #w-node-dff0187f-7491-b9e0-d7b0-662b7179c697-8474f56a {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6e8924af-f8b7-47ac-6dab-330a0057f9b5-0ea53bbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-_6e8924af-f8b7-47ac-6dab-330a0057f9b7-0ea53bbe {
    place-self: center;
  }

  #w-node-_6e8924af-f8b7-47ac-6dab-330a0057f9b9-0ea53bbe {
    align-self: center;
  }

  #w-node-_6e8924af-f8b7-47ac-6dab-330a0057f9bb-0ea53bbe, #w-node-cd36c881-b4e2-dde4-49d8-8d3d37ab747e-0ea53bbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c67a0589-6189-3bad-4437-0df9232ecf8e-0ea53bbe {
    place-self: auto;
  }

  #w-node-_299167d8-c4d1-b970-4548-0d277b9fa506-0ea53bbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_299167d8-c4d1-b970-4548-0d277b9fa50c-0ea53bbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-_6b4ec70c-054d-f1e4-ea8f-cd10375d819c-0ea53bbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_94d2f983-c036-60cd-122d-3e4f812628a4-0ea53bbe, #w-node-_4fcc6f23-61fb-e6ab-53c7-56ec082596f2-0ea53bbe {
    justify-self: center;
  }

  #w-node-e587c543-5e6c-fc13-43bb-47befac013cd-0ea53bbe {
    place-self: center;
  }

  #w-node-e587c543-5e6c-fc13-43bb-47befac013cf-0ea53bbe, #w-node-e587c543-5e6c-fc13-43bb-47befac013d1-0ea53bbe, #w-node-_14fca538-ed8c-a878-cffa-8eb41564f21e-0ea53bbe {
    justify-self: center;
  }

  #w-node-_5c2137b6-c1ce-2cf2-9f20-cd41a0cde901-a0cde8df {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_881df67a-82fe-a34e-c766-e2edc7d1b79f-0ea53bbe {
    place-self: auto start;
  }

  #w-node-_6e8924af-f8b7-47ac-6dab-330a0057f9b5-0ea53bbe {
    align-self: center;
  }

  #w-node-_6e8924af-f8b7-47ac-6dab-330a0057f9b7-0ea53bbe {
    place-self: center;
  }

  #w-node-_6e8924af-f8b7-47ac-6dab-330a0057f9b9-0ea53bbe {
    justify-self: center;
  }

  #w-node-_6e8924af-f8b7-47ac-6dab-330a0057f9bb-0ea53bbe {
    grid-column: span 1 / span 1;
    place-self: center;
  }

  #w-node-cd36c881-b4e2-dde4-49d8-8d3d37ab747e-0ea53bbe {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-c67a0589-6189-3bad-4437-0df9232ecf8e-0ea53bbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-_299167d8-c4d1-b970-4548-0d277b9fa506-0ea53bbe {
    justify-self: center;
  }

  #w-node-_299167d8-c4d1-b970-4548-0d277b9fa508-0ea53bbe {
    place-self: center;
  }

  #w-node-_299167d8-c4d1-b970-4548-0d277b9fa50a-0ea53bbe {
    justify-self: center;
  }

  #w-node-_299167d8-c4d1-b970-4548-0d277b9fa50c-0ea53bbe, #w-node-_6b4ec70c-054d-f1e4-ea8f-cd10375d819c-0ea53bbe {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_0e8daa80-f436-3b6a-6d96-579536193e5a-0ea53bbe {
    justify-self: center;
  }

  #w-node-_1cd08455-3d2e-c727-d211-137991ac4dd9-0ea53bbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_94d2f983-c036-60cd-122d-3e4f812628a2-0ea53bbe {
    justify-self: center;
  }

  #w-node-_94d2f983-c036-60cd-122d-3e4f812628a4-0ea53bbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4fcc6f23-61fb-e6ab-53c7-56ec082596f2-0ea53bbe, #w-node-d82bf68f-b9d9-808d-dfc4-f162c841cced-0ea53bbe, #w-node-d82bf68f-b9d9-808d-dfc4-f162c841ccef-0ea53bbe, #w-node-d82bf68f-b9d9-808d-dfc4-f162c841ccf1-0ea53bbe, #w-node-d82bf68f-b9d9-808d-dfc4-f162c841ccf7-0ea53bbe {
    place-self: center;
  }

  #w-node-de5843f8-9fca-4e65-7768-afae7bf0a787-0ea53bbe {
    justify-self: center;
  }

  #w-node-_9cb79e09-f641-d74e-bb6e-94709e39dc0a-0ea53bbe {
    grid-column: span 2 / span 2;
  }

  #w-node-e587c543-5e6c-fc13-43bb-47befac013c9-0ea53bbe {
    place-self: center;
  }

  #w-node-_14fca538-ed8c-a878-cffa-8eb41564f21e-0ea53bbe {
    align-self: center;
  }

  #w-node-_36af33e2-a31c-c544-1c05-0a1afeb73816-0ea53bbe {
    place-self: center;
  }

  #w-node-a37dde5d-32d0-aaa2-8081-70dde0e70160-0ea53bbe {
    place-self: auto;
  }

  #w-node-_2eaa3e23-45ee-c60b-e3a2-242a5f941249-0ea53bbe, #w-node-_2eaa3e23-45ee-c60b-e3a2-242a5f94124d-0ea53bbe, #w-node-_2eaa3e23-45ee-c60b-e3a2-242a5f941255-0ea53bbe, #w-node-_2eaa3e23-45ee-c60b-e3a2-242a5f941251-0ea53bbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5c2137b6-c1ce-2cf2-9f20-cd41a0cde8e3-a0cde8df {
    place-self: center;
  }

  #w-node-_7595d992-fc9e-6923-b6dc-0645dbb1f937-a0cde8df {
    justify-self: start;
  }

  #w-node-_7595d992-fc9e-6923-b6dc-0645dbb1f938-a0cde8df {
    justify-self: end;
  }

  #w-node-_5c2137b6-c1ce-2cf2-9f20-cd41a0cde901-a0cde8df {
    place-self: auto center;
  }

  #w-node-_5c2137b6-c1ce-2cf2-9f20-cd41a0cde92e-a0cde8df {
    justify-self: center;
  }

  #w-node-dff0187f-7491-b9e0-d7b0-662b7179c689-8474f56a {
    place-self: auto;
  }
}
