@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --white: white;
  --font--secondary-font: Satoshi, Tahoma, sans-serif;
  --primary-2: #00194c;
  --paragraph-color: #2b2b2b;
  --primary-1: #08c1f2;
  --secondary: #eee;
  --text-color-black\<deleted\|variable-165b2388\>: #0b0c0d;
  --font--primary-font: Satoshi, Tahoma, sans-serif;
}

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 41px;
  font-weight: 700;
  line-height: 58px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

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

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

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

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

p {
  color: var(--paragraph-color);
  margin-bottom: 10px;
  font-size: 18px;
}

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

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

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

blockquote {
  border-left: 5px solid var(--primary-1);
  margin-bottom: 10px;
  padding: 24px 80px 24px 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

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

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

.section.hero-home-a {
  padding-top: 68px;
  overflow: hidden;
}

.section.hero-home-a.padding-bottom {
  padding-bottom: 68px;
}

.section.footer.bg-color.bg-black-f {
  background-color: #000;
}

.section.hero-home-c {
  padding-top: 160px;
}

.section.hero-home-c.padding-bottom-20px {
  padding-bottom: 20px;
}

.section.hero-service {
  padding-top: 180px;
}

.section.hero-service.center-content {
  background-color: var(--secondary);
}

.section.hero-service.center-content.padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero-about-c {
  padding-top: 160px;
}

.section.hero-about-c.hero-padding {
  padding-top: 180px;
}

.section.hero-about-c.hero-padding._40px-bottom {
  padding-bottom: 40px;
}

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

.section.pricing-hero.padding-bottom-0px {
  padding-bottom: 0;
}

.section.pricing-hero.hero-testimonials {
  padding-top: 200px;
}

.section.hero-careers {
  padding-top: 180px;
}

.section.hero-careers._10px-bottom {
  padding-bottom: 10px;
}

.section.hero-career-single {
  padding-top: 160px;
}

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

.section.blog-section.padding-top, .section.blog-template {
  padding-top: 140px;
}

.section._404 {
  padding-top: 160px;
  padding-bottom: 120px;
}

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

.section._40px-padding.padding-bottom {
  padding-bottom: 100px;
}

.section._40px-padding._0px-top {
  padding-top: 0;
}

.section.light {
  background-color: #e5faef;
}

.section.light.bg-image {
  background-image: url('../images/imgi_54_686ea95318e5ccc2591e47f0_Image_of_Braintree_Town-p-1080_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.section.top-zero {
  padding-top: 0;
}

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

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

.section.grey-light {
  background-color: var(--secondary);
  border-radius: 12px;
}

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

.section._60px-padding.light-grey {
  background-color: var(--secondary);
}

.section._60px-padding.light-grey.hide-for-now.logo {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section._60px-padding.light-grey.hide-for-now.logo.white-bg {
  background-color: var(--white);
  padding-top: 100px;
}

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

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

.section._160px-padding.background.less-padding, .section._160px-padding.less-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.section.background {
  background-color: #eee;
}

.section.footer {
  color: #fff;
  background-color: #1b1c1d;
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer.bg-color {
  background-color: #00194c;
}

.section._130px-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}

.section._130px-padding.top-padding-0px {
  padding-top: 0;
}

.section._130px-padding.top-padding-0px.overflow-hidden {
  padding-bottom: 100px;
}

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

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

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.main-container {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid-halves.home-a-grid {
  grid-column-gap: 80px;
  grid-template-columns: 1.2fr 1fr;
}

.grid-halves.image-grid {
  grid-column-gap: 80px;
  place-content: center;
}

.grid-halves.image-grid.less-gap {
  grid-column-gap: 40px;
}

.grid-halves.pricing-hero-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
}

.grid-halves.pricing-hero-grid.gap.reverse.no-gap {
  grid-column-gap: 0px;
}

.content-wrap-hero-home-a {
  padding-top: 100px;
}

.content-wrap-hero-home-a.aligh-left.top-padding {
  padding-top: 160px;
}

.content-wrap-hero-home-a.aligh-left.top-padding.less-margin-top {
  padding-top: 80px;
}

.subtitle {
  font-family: var(--font--secondary-font);
  color: var(--paragraph-color);
  font-size: 22px;
  line-height: 32px;
}

.subtitle.center-text._20px-text-size {
  font-size: 20px;
}

.subtitle.center-text._60-width {
  width: 60%;
}

.subtitle._20px {
  font-size: 20px;
}

.limit-580 {
  max-width: 580px;
}

.limit-580.single-line-content {
  max-width: 660px;
}

.space-24 {
  height: 24px;
}

.marquee-overflow {
  z-index: 9;
  background-image: linear-gradient(to bottom, var(--white), #fff0);
  height: 278px;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-overflow.bottom {
  background-image: linear-gradient(0deg, #fff, #fff0);
  inset: auto 0% -1%;
}

.marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.marquee.reverse {
  justify-content: flex-end;
}

.wrap-image-carousel {
  border-radius: 12px;
  height: 300px;
  overflow: hidden;
}

.marquee-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  height: 732.098px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.marquee-image.adjust-fit {
  object-position: 20% 50%;
}

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

.marquee-column.last-column-marquee, .marquee-column.first-marquee, .marquee-column.second-marquee {
  flex: 1;
}

.marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta {
  background-color: var(--primary-1);
  font-family: var(--font--secondary-font);
  color: var(--primary-2);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cta:hover {
  background-color: var(--primary-1);
  transform: scale(1.04);
}

.cta.big {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  transition: background-color .2s;
  box-shadow: 0 2px 5px #0003;
}

.cta.big:hover {
  transform: scale(1.04);
}

.cta.big.password {
  margin-top: 16px;
}

.cta.big.transitions {
  height: 77px;
  font-size: 20px;
  transition: all .2s, background-color .2s;
}

.cta.big.transitions:hover {
  background-color: var(--primary-1);
}

.cta.big.transitions.big-button {
  cursor: pointer;
  margin-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-weight: 700;
}

.cta.big.transitions.big-button.padding-top-20px, .cta.big.transitions.margin-top {
  margin-top: 20px;
}

.cta.big.transitions.margin-top.breaking-smaller {
  margin-top: 0;
}

.cta.nav-cta {
  background-color: var(--primary-1);
  color: #e5faef;
  height: 46px;
  font-size: 18px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  box-shadow: 0 2px 5px #0003;
}

.cta.nav-cta:hover {
  color: var(--secondary);
  background-color: #00d563;
}

.cta.nav-cta.size-big {
  color: var(--primary-2);
  padding: 15px 40px;
  font-size: 18px;
  line-height: 32px;
  transition: all .2s, color .2s, background-color .2s;
}

.cta.nav-cta.size-big:hover {
  background-color: var(--primary-1);
}

.cta.nav-cta.red-b {
  background-color: #e62d2a;
  background-image: none;
  border-radius: 8px;
  transition: all .2s;
}

.cta.nav-cta.red-b:hover {
  transform: scale(1.04);
}

.cta.black {
  background-color: var(--text-color-black\<deleted\|variable-165b2388\>);
}

.cta.black:hover {
  background-color: #0b0c0dd9;
}

.cta.black:active {
  background-color: #0b0c0dcc;
}

.cta.black.white-text {
  background-color: var(--primary-2);
  color: var(--white);
}

.cta.black.white-text.card-button-aligned {
  margin-top: auto;
}

.cta.nav-menu-cta {
  color: var(--primary-1);
  background-color: #00d5631a;
  height: 46px;
  font-size: 16px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: none;
}

.cta.nav-menu-cta:hover {
  color: var(--secondary);
  background-color: #00d563;
}

.cta.margin-2rem-top {
  margin-top: 2rem;
}

.cta.margin-2rem-top:hover {
  background-color: var(--primary-1);
}

.cta.nowrap.big.transition {
  transition: all .2s, background-color .2s;
}

.cta.nowrap.big.transition.white-background {
  background-color: var(--white);
  font-family: var(--font--secondary-font);
  cursor: pointer;
  line-height: 24px;
  transition: all .2s;
}

.cta._100 {
  width: 100%;
}

.space-80 {
  height: 80px;
}

.logos-master {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-master.trusted-partner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center stretch;
  display: flex;
}

.logos-master.certifications {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.logo-image {
  filter: brightness(139%) grayscale() invert();
  border-radius: 0;
  height: 30px;
}

.logo-image.big-size {
  filter: brightness(200%) grayscale() invert(35%);
  height: auto;
  max-height: 22px;
}

.logo-image.big-size.v3 {
  max-height: 36px;
}

.logo-image.big-size.v3.nofilter {
  filter: none;
  height: 42px;
  max-height: none;
}

.logo-image.big-size.v3.nofilter.smaller {
  filter: none;
  height: 20px;
  max-height: none;
}

.logo-image.big-size.v3.nofilter.normal {
  height: 29px;
}

.logo-image.big-size.v2 {
  max-height: 32px;
}

.logo-image.big-size.v2.no-f {
  filter: none;
}

.logo-image.big-size.v4 {
  max-height: 48px;
}

.logo-image.certifications {
  filter: none;
  height: 100px;
}

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

.grid-four.blog-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-four.pricing-thirds {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-four.features-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-four.thirds-changes {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.tile-feature-transparent {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 16px;
  display: flex;
}

.tile-feature-transparent.align-middle {
  padding-top: 0;
  padding-bottom: 0;
}

.tile-feature-transparent.align-middle.flex-justify-content {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-around;
  align-items: center;
  padding: 25px 10px;
  box-shadow: 0 0 15px #00000040;
}

.component-heading {
  font-family: var(--font--primary-font);
  font-size: 24px;
  font-weight: 700;
}

.component-heading.bold {
  font-weight: 900;
}

.component-heading.bold.center {
  text-align: center;
}

.paragraph-big {
  font-family: var(--font--secondary-font);
  color: var(--paragraph-color);
  font-size: 18px;
}

.paragraph-big.center-text {
  color: var(--primary-2);
}

.paragraph-big.white {
  letter-spacing: .5px;
  font-weight: 500;
}

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

.paragraph-big.white.center-text.width-70 {
  color: var(--white);
  letter-spacing: 1px;
  width: 80%;
}

.paragraph-big.align-center-tablet.size-20px {
  font-size: 20px;
  line-height: 36px;
}

.paragraph-big.align-center-tablet.size-20px.align-paragraph {
  font-size: 18px;
  line-height: 30px;
}

.paragraph-big.align-center-tablet.size-20px.align-paragraph.margin-top {
  margin-top: 16px;
}

.paragraph-big.align-center-tablet.space {
  margin-top: 10px;
}

.paragraph-big.break {
  text-align: center;
  width: 80%;
}

.paragraph-big.text-color-black, .paragraph-big.left-align.no-margins {
  color: var(--paragraph-color);
}

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

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

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

.wrap-tile-feature-texts {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.trust-pilot-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.paragraph-small {
  font-family: var(--font--secondary-font);
  font-size: 16px;
  line-height: 28px;
}

.paragraph-small.quote-contact-text {
  color: var(--paragraph-color);
  font-style: italic;
  font-weight: 400;
}

.paragraph-small.white.width80 {
  width: 80%;
  margin-top: 20px;
}

.trustpilot-logo {
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

.text-highlight {
  font-family: var(--font--primary-font);
  color: var(--primary-1);
  font-weight: 700;
}

.roadmap-master {
  height: 400vh;
  position: relative;
}

.space-32 {
  height: 32px;
}

.tile-grey {
  background-color: var(--secondary);
  border-radius: 6px;
  padding: 32px;
}

.tile-grey.career-tile {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-grey.career-tile:hover {
  color: var(--primary-1);
  background-color: #e5faef;
}

.tile-grey.career-tile.grid-styling {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.tile-grey.career-tile.grid-styling:hover {
  background-color: var(--secondary);
  color: var(--primary-2);
}

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

.center-content.big-heading {
  font-size: 79px;
}

.center-content.big-heading.position-relative-index {
  z-index: 999;
  position: relative;
}

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

.center-text.text-color-cta {
  margin-top: 0;
  margin-bottom: 0;
}

.center-text.text-color-cta.no-margins.size-height {
  line-height: 42px;
}

.center-text.text-color-cta.line-height-36px {
  line-height: 36px;
}

.center-text.padding-top {
  font-family: var(--font--secondary-font);
  margin-top: 16px;
}

.wrap-numbers {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-numbers.margin {
  border-radius: 12px;
  width: 600px;
  margin-top: 20px;
  padding: 10px;
  box-shadow: 0 2px 10px #0003;
}

.number-tile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 112px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.number-tile.middle {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.number-tile.right {
  border-right: 1px solid #dcdcdc;
}

.number-tile.right.no-border {
  border-right-style: none;
}

.number-tile.left {
  border-left: 1px solid #dcdcdc;
}

.text-accent {
  font-family: var(--font--primary-font);
  color: var(--primary-1);
}

.text-subnumber {
  font-family: var(--font--secondary-font);
  font-size: 18px;
  font-weight: 500;
}

.space-64 {
  height: 64px;
}

.image-image-section {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-image-section.image-size {
  object-position: 50% 0%;
  height: 500px;
}

.image-image-section.image-size.shadow {
  height: 524.69px;
  box-shadow: 0 0 10px #00000040;
}

.home-image-wrap {
  transform-origin: 0 100%;
  border-radius: 12px;
  height: 423px;
  position: relative;
  overflow: hidden;
}

.home-image-wrap.height-100 {
  height: 100%;
  overflow: visible;
}

.home-image-wrap.height-100._500 {
  height: 500px;
}

.check-list-item {
  grid-column-gap: 8px;
  font-family: var(--font--secondary-font);
  color: var(--paragraph-color);
  align-items: center;
  display: flex;
}

.card-wrap {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 80px auto auto -20px;
}

.content-flex-centered {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.check-list-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.colored-block {
  background-color: #1c3533;
  border-radius: 18px;
  height: 423px;
  position: relative;
}

.check-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 24px;
  margin-left: 16px;
  font-weight: 500;
  display: flex;
}

.master-image-halves-grids {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.heading-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.limit-690 {
  width: 100%;
  max-width: 690px;
}

.limit-690.center-landscape.align-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-690._720px {
  max-width: 720px;
}

.space-40 {
  height: 40px;
}

.link-blog-tile {
  grid-row-gap: 16px;
  color: var(--primary-2);
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.image-blog-tile {
  object-fit: cover;
  border-radius: 8px;
  height: 300px;
}

.image-blog-tile.fixed-height {
  object-fit: cover;
  height: 300px;
}

.no-margins {
  font-family: var(--font--primary-font);
  margin-top: 0;
  margin-bottom: 0;
}

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

.master-contact-block {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.checkbox-wrap {
  align-self: flex-start;
  margin-bottom: 32px;
}

.space-08 {
  height: 8px;
}

.form-input-grid {
  grid-column-gap: 12px;
  grid-template-rows: auto;
}

.form-input-grid.top {
  grid-row-gap: 24px;
}

.checkbox-label {
  font-family: var(--font--secondary-font);
  color: var(--paragraph-color);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.input-wrap {
  margin-bottom: 24px;
  position: relative;
}

.input-wrap.no-p {
  margin-bottom: 0;
}

.submit-wrap {
  flex-direction: column;
  display: flex;
}

.checkbox {
  border: 3px solid var(--primary-1);
  border-radius: 2px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-style: solid;
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  background-size: auto;
}

.form-title-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
}

.text-field {
  background-color: var(--secondary);
  font-family: var(--font--secondary-font);
  color: var(--primary-2);
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  line-height: 25px;
}

.text-field:focus {
  border-color: var(--primary-1);
  color: var(--text-color-black\<deleted\|variable-165b2388\>);
}

.text-field::placeholder {
  color: #0b0c0dbf;
}

.text-field.text-area-size {
  min-height: 140px;
}

.text-field.styling-white {
  border-color: var(--primary-2);
  background-color: var(--white);
  font-family: var(--font--secondary-font);
}

.text-field.styling-white:focus-visible, .text-field.styling-white[data-wf-focus-visible] {
  border-color: var(--primary-1);
}

.text-field.styling-white-v2 {
  background-color: var(--white);
  box-shadow: 0 2px 9px #0000001a;
}

.text-field.styling-white-v2::placeholder {
  color: #0b0c0dbf;
}

.contact-form-wrap-version-one {
  width: 100%;
  max-width: 550px;
}

.contact-form-wrap-version-one.auto {
  max-width: none;
}

.checkbox-field {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.limit-360 {
  width: 100%;
  max-width: 360px;
}

.limit-360.more {
  max-width: 500px;
}

.contact-wrap {
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.contact-wrap.auto {
  max-width: none;
}

.contact-image {
  border-radius: 6px;
  flex: 1;
  height: 512px;
  margin-bottom: 32px;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.sizing._600px {
  height: 613px;
}

.contact-quote-wrap {
  grid-row-gap: 16px;
  background-color: var(--secondary);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.contact-quote-wrap.background-white {
  background-color: var(--white);
  margin-bottom: 20px;
  box-shadow: 0 2px 9px #0000001a;
}

.quote-text {
  font-family: var(--font--primary-font);
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.navbar {
  z-index: 1001;
  background-color: var(--white);
  border-bottom: 1px solid #efefef;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.update-font {
  font-family: Open Sans, sans-serif;
}

.container-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100%;
  grid-template-columns: 240px 1fr 455px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.link-brand-nav {
  justify-content: center;
  align-items: center;
  height: 22px;
  display: flex;
}

.link-brand-nav.adjusted-logo-link.w--current {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.brand-nav {
  border-radius: 0;
  max-width: none;
  height: 100%;
}

.brand-nav.logo-sizing {
  width: 231.992px;
  height: 48px;
}

.brand-nav.logo-sizing.adjusted-logo {
  object-fit: contain;
  object-position: 0% 50%;
  height: 50px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.right-navbar {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown-nav {
  color: var(--primary-2);
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-toggle-nav {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 12px;
  display: flex;
}

.dropdown-toggle-nav._16px-text-sizing {
  font-size: 16px;
}

.link-dropdown {
  grid-column-gap: 8px;
  color: var(--text-color-black\<deleted\|variable-165b2388\>);
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-dropdown:hover {
  opacity: 1;
  color: var(--text-color-black\<deleted\|variable-165b2388\>);
}

.link-dropdown.hover-menu {
  color: #0b0c0d;
  border-radius: 12px;
  align-items: center;
  padding: 6px;
  position: relative;
}

.link-dropdown.hover-menu:hover {
  background-color: var(--secondary);
  opacity: 1;
  color: var(--primary-1);
}

.link-dropdown.hover-menu.services-menu {
  padding: 10px;
}

.link-dropdown.hover-menu.services-menu:hover {
  background-color: var(--secondary);
  color: #003193;
}

.link-dropdown.hover-menu.services-menu.black-service:hover {
  color: #000;
  background-color: #f9f9f9;
}

.link-dropdown.hover-menu.main-nav-heading {
  color: var(--primary-2);
}

.link-dropdown.hover-menu.main-nav-heading.color-black-title {
  color: #030303;
}

.link-dropdown.hover-menu.main-nav-heading.color-black-title:hover {
  background-color: #f9f9f9;
}

.text-drodpdown-link {
  text-transform: none;
  flex: 1;
  font-weight: 400;
  line-height: 1.5;
}

.text-drodpdown-link.subtitle-text {
  color: #00194c;
  font-size: 18px;
  line-height: 1.2;
}

.text-drodpdown-link.text-effect-inherit {
  font-size: 18px;
  line-height: 1.2;
}

.drodpdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 16px;
}

.drodpdown-list.homepages-list.w--open {
  min-width: 160px;
}

.drodpdown-list.homepages-list.min-width-266.w--open {
  min-width: 266px;
}

.drodpdown-list.homepages-list.min-width-266.box-shadow.w--open {
  flex-direction: column;
  min-width: 320px;
  display: flex;
  box-shadow: 0 2px 10px #0000001a;
}

.drodpdown-list.homepages-list.services-menus.w--open {
  z-index: 999;
  min-width: 905px;
  right: -496.281px;
}

.drodpdown-list.homepages-list.services-menus.box-shadow.w--open {
  min-width: 1150px;
  left: -275px;
  right: auto;
  box-shadow: 0 2px 11px #0000001a;
}

.drodpdown-list.we-speak-list.w--open {
  min-width: 190px;
}

.drodpdown-list.we-speak-list.box-shadow.w--open {
  box-shadow: 0 2px 10px #0000001a;
}

.drodpdown-list.we-speak-list.box-shadow.wider-menu.w--open {
  min-width: 300px;
}

.drodpdown-list.we-speak-list.box-shadow.wider-menu-2.w--open {
  min-width: 400px;
}

.icon-dropdown-link {
  z-index: 999;
  color: var(--primary-2);
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  padding: 6px;
  position: relative;
}

.icon-dropdown-link.hide-squarebox {
  object-fit: contain;
  border-style: solid;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 3px;
}

.icon-dropdown-link.hide-squarebox.hidden-always {
  display: none;
}

.icon-dropdown-link.hide-squarebox.padding-6px {
  padding: 6px;
}

.icon-dropdown-link.color-blue {
  filter: invert(8%) sepia(47%) saturate(4337%) hue-rotate(209deg) brightness(95%) contrast(111%);
  object-fit: contain;
  object-position: 50% 50%;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.icon-dropdown-link.color-blue.new-100 {
  filter: brightness(0%) saturate();
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.icon-dropdown-link.color-blue.paddin {
  padding: 6px;
}

.icon-dropdown-link.no-p-icon {
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

.master-dropdown-links {
  grid-row-gap: 21px;
  flex-direction: column;
  display: flex;
}

.master-dropdown-links.padding-master {
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 10px;
}

.master-dropdown-links.padding-master.gap-row-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-right: 0;
}

.master-dropdown-links.gap-zero {
  grid-row-gap: 6px;
}

.left-footer-to {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 440px;
  display: flex;
}

.left-footer-to.max-w-350 {
  grid-row-gap: 50px;
  max-width: 350px;
}

.footer-link {
  height: 30px;
}

.footer-link.w--current {
  height: 60px;
}

.footer-logo {
  border-radius: 0;
  height: 100%;
}

.footer-logo.adjusted {
  width: 200px;
  height: auto;
}

.footer-logo.adjusted.black-white {
  filter: brightness(0%) invert();
}

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

.social-link-footer {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.wrap-footer-bottom {
  padding-top: 120px;
  padding-bottom: 32px;
}

.left-footer-bottom {
  grid-column-gap: 25px;
  display: flex;
}

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

.links-master-footer.justify-end {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 40px;
}

.links-master-footer.justify-end.bottom-margin {
  grid-row-gap: 20px;
}

.links-master-footer.padding-middle {
  width: 245px;
  padding-left: 0;
  padding-right: 0;
}

.links-master-footer.padding-middle.width {
  width: auto;
}

.links-heading-footer {
  color: var(--primary-1);
  font-size: 20px;
  line-height: 150%;
}

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

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

.link-footer {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

.link-footer.hover-styling {
  font-family: var(--font--secondary-font);
  transition: all .2s;
}

.link-footer.hover-styling:hover {
  color: var(--primary-1);
  transform: translate(7px);
}

.link-footer.hover-styling.hide {
  display: none;
}

.link-footer.hover-styling.hover-style-red:hover {
  color: #e62d2a;
}

.master-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.right-footer-bottom {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.right-footer-bottom.gap-zero {
  grid-row-gap: 0px;
}

.contact-block-footer-bottom {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-block-footer-bottom.border {
  border: 1px solid #88838308;
  border-left: .5px #88838308;
  border-right: .5px #88838308;
}

.contact-block-footer-bottom.border._0 {
  border-top-style: none;
}

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

.text-footer-legal.middle {
  color: var(--white);
  margin-left: 5px;
}

.text-footer-legal.last {
  margin-left: 5px;
}

.text-footer-legal.coma {
  margin-left: 1px;
}

.space-100 {
  height: 100px;
}

.mega-h1 {
  font-family: var(--font--primary-font);
  line-height: 70px;
}

.mega-h1.text-align-center {
  font-family: var(--font--primary-font);
  text-align: center;
}

.tile-feature-transparent-small {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 16px;
  display: flex;
}

.tile-feature-transparent-small.center-text.center-wrap-content {
  justify-content: center;
  align-items: center;
}

.tile-feature-transparent-small.center-text.center-wrap-content.background-white {
  border-radius: 12px;
  box-shadow: 0 4px 64px #0000000a;
}

.tile-feature-transparent-small.center-text.center-wrap-content.background-white.text-color-link {
  color: var(--primary-2);
}

.tile-feature-transparent-small.center-text.center-wrap-content.shadow {
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 340px;
  box-shadow: 0 2px 5px #0003;
}

.image-symbol-big {
  height: 35px;
}

.tab-block {
  color: #fff;
  cursor: none;
  background-image: linear-gradient(to top, #000, #0000);
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 640px;
  padding: 72px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.single-process {
  grid-column-gap: 40px;
  align-items: stretch;
  display: flex;
}

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

.service-marquee-card {
  color: #fff;
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #000, #fff0);
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  height: 566px;
  padding: 72px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.contact-form-wrap-version-two {
  width: 100%;
  padding-right: 48px;
}

.master-contact-tiles {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  padding-left: 48px;
  display: flex;
}

.link-contact-tile {
  grid-column-gap: 24px;
  background-color: var(--secondary);
  font-family: var(--font--secondary-font);
  color: var(--primary-2);
  border-radius: 8px;
  align-items: flex-start;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.link-contact-tile.padding-contact {
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
}

.link-contact-tile.padding-contact.no-radius {
  background-color: #eee;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.link-contact-tile.padding-contact.no-radius.top-radius {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.link-contact-tile.padding-contact.no-radius.bottom-radius {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.link-contact-tile.padding-contact.no-radius.bottom-radius._0 {
  border-radius: 0;
}

.right-contact-tile {
  text-align: left;
}

.text-size-heading-4 {
  font-family: var(--font--primary-font);
  font-size: 21px;
  font-weight: 700;
}

.text-size-heading-4.footer-center-text {
  font-family: var(--font--primary-font);
}

.limit-1080 {
  max-width: 1080px;
}

.expandable-single {
  background-color: var(--secondary);
  cursor: pointer;
  border-radius: 18px;
  padding: 24px 24px 24px 32px;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: relative;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.faq-paragraph {
  font-family: var(--font--secondary-font);
  color: var(--paragraph-color);
  margin-bottom: 0;
  padding-top: 16px;
}

.faq-h3 {
  font-family: var(--font--primary-font);
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expandable-master {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 720px;
  display: flex;
}

.expandable-master.auto-w {
  justify-content: flex-start;
  height: 100%;
}

.plus-line {
  background-color: var(--primary-2);
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  background-color: var(--primary-2);
  position: absolute;
  transform: rotate(-90deg);
}

.tile-team {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.image-team {
  border-radius: 8px;
  width: 100%;
}

.image-team._300px-height {
  object-fit: cover;
  object-position: 50% 10%;
  height: 420px;
}

.wrap-team-name {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.space-16 {
  height: 16px;
}

.sticky-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.stick-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 610px;
  display: flex;
}

.sticky-block {
  flex-direction: column;
  max-width: 530px;
  display: flex;
  position: sticky;
  top: 100px;
}

.testimonial-avatar {
  border-radius: 96px;
  flex: none;
  width: 65px;
  height: 65px;
  overflow: hidden;
}

.testimonial-card-divider {
  background-color: #efefef;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.arrow-icon {
  color: #ffffff80;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.arrow-icon.color-black {
  color: var(--primary-2);
}

.arrow-icon.color-black:hover {
  color: var(--primary-1);
}

.mask {
  overflow: visible;
}

.right-arrow {
  color: #1c353380;
  width: 32px;
  height: 32px;
  transition: all .3s;
  inset: auto auto -40px 60px;
}

.right-arrow:hover {
  color: #1c3533;
}

.testimonial-avatar-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 624px;
  height: auto;
}

.slide-nav {
  display: none;
}

.card-testimonial-version-one {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  padding: 30px;
  box-shadow: 0 0 16px #0000004d;
}

.card-testimonial-version-one.box-shadow-style {
  height: 100%;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  box-shadow: 0 2px 5px 1px #0003;
}

.space-20 {
  height: 20px;
}

.space-20.show-mobile {
  display: block;
}

.slide {
  margin-right: 24px;
}

.slide.padding {
  margin-right: 30px;
  padding: 20px;
}

.left-arrow {
  color: #1c353380;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
  inset: auto auto -64px 0%;
}

.left-arrow.arrow-color {
  color: var(--text-color-black\<deleted\|variable-165b2388\>);
  bottom: -40px;
  left: 20px;
}

.testimonial-role-wrap {
  grid-column-gap: 12px;
  display: flex;
}

.avatar-name {
  font-family: var(--font--primary-font);
  font-size: 20px;
  font-weight: 500;
}

.avatar-name.company {
  font-family: var(--font--secondary-font);
  color: var(--primary-1);
  font-size: 16px;
}

.avatar-name.name {
  font-family: var(--font--primary-font);
  line-height: 20px;
}

.text-testimonial-company {
  font-family: var(--font--secondary-font);
  font-weight: 500;
}

.subnav {
  z-index: 1000;
  background-color: var(--white);
  border-bottom: 1px solid #ececec;
  height: 60px;
  margin-top: 60px;
  position: fixed;
  inset: 60px 0% auto;
}

.container-sub-nav {
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-sub-nav {
  color: var(--primary-2);
  border-bottom: 2px solid #424bd100;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.link-sub-nav.w--current {
  border-bottom-color: var(--primary-1);
}

.link-sub-nav._16px-text {
  font-family: var(--font--secondary-font);
  font-size: 16px;
}

.limit-890 {
  width: 100%;
  max-width: 890px;
}

.tile-feature-transparent-fourths {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 0;
  display: flex;
}

.tile-feature-transparent-fourths.centered-support {
  justify-content: center;
  align-items: center;
}

.tile-feature-transparent-fourths.centered-support.support-padding {
  border: 1px solid var(--primary-1);
  box-shadow: 0 2px 10px -4px var(--primary-1);
  border-radius: 12px;
  justify-content: space-around;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
}

.tile-feature-transparent-fourths.centered-support.support-padding:hover {
  transform: scale(1.1);
}

.product-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ebebeb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.review-star-wrap-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.review-star-wrap-2.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.left-faq {
  padding: 0 64px 0 0;
}

.right-faq {
  padding: 0;
}

.wrap-two-headings-sides {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.single-heading-side {
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 480px;
  display: flex;
}

.single-heading-side.align-center {
  justify-content: center;
  align-items: center;
}

.single-heading-side.align-center.box-shadow {
  border-radius: 8px;
  max-width: none;
  padding: 40px 20px;
  box-shadow: 0 2px 5px #0003;
}

.single-heading-side.align-center.box-shadow.height-100 {
  height: 100%;
}

.block-about-a.testimonials-block {
  padding-bottom: 60px;
  overflow: hidden;
}

.master-testimonials-slider {
  position: relative;
}

.title-wrap-about-b {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrap-testimonials-vertical {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.title-wrap-about-c {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-wrap-about-c.padding-inside {
  padding-top: 40px;
  padding-bottom: 60px;
}

.wrap-people-about-c {
  flex-direction: column;
  justify-content: flex-end;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-people-about-c.change-styling {
  height: 500px;
}

.grid-people-about-c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-people-about-c.changes {
  grid-template-columns: 1fr 1.9fr 1fr;
  height: 100%;
}

.image-people-about-c {
  object-fit: cover;
  object-position: 50% 21%;
  width: 100%;
  height: 256.719px;
}

.image-people-about-c.move-down {
  object-position: 50% 6%;
  height: 256.734px;
}

.image-people-about-c.move-down._100.hidden-on-mobile.fixed-sizing {
  object-position: 50% 50%;
  height: 500px;
}

.image-people-about-c.move-down.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.image-people-about-c.middle-image._100._500px {
  object-position: 50% 25%;
  height: 500px;
}

.image-people-about-c.middle-image._100._500px._2 {
  object-position: 30% 25%;
  height: 530px;
}

.image-people-about-c.middle-image._100._500px._2.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-people-about-c._100 {
  object-fit: cover;
  height: 100%;
}

.image-people-about-c._100.z {
  object-position: 50% 100%;
  height: 500px;
}

.left-service-hero {
  flex-direction: column;
  justify-content: space-around;
  max-width: 560px;
  display: flex;
}

.left-service-hero._100-width {
  width: 100%;
}

.left-service-hero._100-width.max-w {
  max-width: none;
}

.left-service-hero._100-width.max-w.flex-left.align-bottom {
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.left-service-hero.wrap-testimonials-vertical {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
}

.pricing-review {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  align-items: center;
  max-width: 530px;
  display: flex;
}

.pricing-review.large {
  max-width: 600px;
}

.pricing-review-detail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-avatar {
  border-radius: 100%;
  flex: none;
  width: 65px;
  height: 65px;
  margin-top: 0;
  margin-bottom: auto;
  overflow: hidden;
}

.image-pricing-hero {
  border-radius: 8px;
  max-width: 90%;
}

.component-title {
  font-family: var(--font--secondary-font);
  color: var(--primary-2);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.tile-pricing {
  border-radius: 8px;
  padding: 20px 32px 64px;
  position: relative;
  overflow: hidden;
}

.tile-pricing.higlighted {
  background-color: var(--secondary);
  padding-top: 20px;
}

.divider-pricing {
  background-color: #14171b1a;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.text-covered-item {
  font-family: var(--font--secondary-font);
  margin-bottom: 0;
}

.text-covered-pricing {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  font-family: var(--font--secondary-font);
  flex-direction: column;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.text-covered-pricing.bold-700 {
  font-weight: 900;
}

.single-pricing-covered {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.left-product {
  padding: 0 40px 0 0;
}

.single-career-block {
  grid-row-gap: 16px;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
}

.apply-bottom-carrer-single {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.apply-top-wrap-career-single {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sticky-wrap-career-single {
  position: sticky;
  top: 140px;
}

.apply-tile-career-single {
  grid-row-gap: 11px;
  background-color: var(--secondary);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.column-left-single-career {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.master-blog-wraps {
  flex-direction: column;
  display: flex;
}

.single-blog-wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}

.wrap-service {
  background-color: var(--secondary);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
  box-shadow: 0 2px 5px #0003;
}

.icon-service {
  border-radius: 0;
  height: 60%;
}

.master-blog-hero-image {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.master-blog-hero-image.master-padding {
  background-image: none;
  padding-top: 100px;
  padding-bottom: 80px;
}

.wrap-blog-hero {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.overlay-blog-hero {
  background-color: #0b0c0d66;
  position: absolute;
  inset: 0%;
}

.link-nav {
  font-family: var(--font--primary-font);
  color: var(--primary-2);
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-nav.black {
  color: #000;
}

.link-nav.black.updated {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.icon-lock {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.center-landscape {
  margin-top: 0;
}

.text-quote {
  font-size: 48px;
  line-height: 120%;
}

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

.limit-760.flex-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.component-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: #0a0a0a;
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 1px 1px 20px #4141410d;
}

.component-card:hover {
  transform: translate(0, -4px);
}

.component-card.grey-color {
  background-color: var(--primary-1);
  justify-content: space-between;
}

.success-message {
  background-color: var(--secondary);
  color: var(--text-color-black\<deleted\|variable-165b2388\>);
  border-radius: 8px;
}

.components-single {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.components-single._1-card-component {
  grid-template-columns: 1fr;
}

.components-single._2box {
  grid-template-columns: 1fr 1fr;
}

.grid-three-components {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown {
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.text-color-white {
  color: var(--white);
  padding-top: 10px;
  text-decoration: none;
}

.text-color-white.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-color-white.no-padding.link-footer {
  flex-flow: column;
  padding-right: 53px;
  transition: all .2s ease-out;
  display: flex;
}

.text-color-white.no-padding.link-footer:hover {
  color: var(--primary-1);
}

.text-color-white.no-padding.link-footer.red-hover-d:hover {
  color: #e62d2a;
}

.dropdown-list {
  position: static;
}

.dropdown-list.background-transparent {
  background-color: #fff0;
  transition: all .2s;
}

.dropdown-list.background-transparent.w--open {
  flex-flow: column;
  transition-property: transform;
  display: flex;
}

.footer-links {
  color: var(--primary-1);
  text-decoration: none;
}

.footer-links.red-link-b {
  color: #e62d2a;
}

.link, .link-2 {
  text-decoration: none;
}

.link-2.red-link {
  color: #e62d2a;
}

.link-3 {
  text-decoration: none;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4._3-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.divider-line {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  height: 1px;
}

.divider-line.color-primary.show-mobile {
  display: none;
}

.top-navbar {
  background-color: #1b1c1d;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
}

.top-navbar.hidden-small-breakpoints.black-bg-nav {
  background-color: #000;
}

.top-navbar.hidden-small-breakpoints {
  background-color: #00194c;
}

.top-grid-left-right {
  grid-template-rows: auto;
  align-items: center;
}

.top-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

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

.top-nav-wrapper {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 24px;
}

.small-text-cta {
  letter-spacing: 1px;
  font-size: 14px;
}

.small-text-cta:hover {
  color: var(--primary-1);
}

.small-text-cta._16px-font {
  font-size: 16px;
}

.small-text-cta._16px-font.no-wrap {
  font-family: var(--font--secondary-font);
  transition: color .2s cubic-bezier(.47, 0, .745, .715);
}

.spacing-100 {
  height: 100px;
}

.div-block {
  align-items: center;
  padding: 10px 40px 10px 0;
  display: flex;
}

.info-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.info-wrapper.spacing-zero {
  padding-top: 0;
  padding-bottom: 0;
}

.info-wrapper.centered {
  align-items: center;
}

.info-wrapper.centered._40px-bottom {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.info-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.info-container.position-right {
  align-items: flex-start;
}

.button-wrapper {
  display: flex;
}

.button-wrapper.button-centered {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

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

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.grid-5._40px-padding {
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.div-block-8 {
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.no-padding {
  margin-top: 0;
}

.link-4 {
  color: var(--primary-2);
  text-decoration: none;
}

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

.component-heading-wrap {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.component-heading-wrap.styling-heading {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 60px;
}

.top-nav-link {
  color: var(--white);
  text-decoration: none;
}

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

.main-content {
  border: 1px solid var(--primary-1);
  border-radius: 20px;
  padding: 5px 15px;
  display: flex;
}

.line-component {
  background-color: #0b0c0d1c;
  width: 100%;
  height: 1px;
}

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

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 100px 40px;
  display: flex;
}

.contact-information-main {
  background-color: #f9f9f9;
  border-radius: 5px;
  position: sticky;
  top: 150px;
}

.text-heading-5 {
  font-size: 21px;
  font-weight: 700;
}

.link-contact-tile-2 {
  grid-column-gap: 24px;
  color: #0b0c0d;
  background-color: #f9f9f9;
  border-radius: 8px;
  align-items: flex-start;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.no-wrap {
  white-space: nowrap;
  margin-top: 0;
  font-size: 30px;
  line-height: 30px;
}

.no-wrap.no-margins.phone-number-txt-size {
  font-family: var(--font--secondary-font);
  font-weight: 700;
}

.link-10 {
  color: var(--primary-2);
  text-decoration: none;
}

.html-embed {
  width: 100%;
  height: 1050px;
}

.text-block {
  font-size: 18px;
}

.text-block.center-c {
  font-family: var(--font--secondary-font);
}

.rich-text-services {
  padding: 0 20px 10px;
}

.rich-text-services h2 {
  margin-top: 10px;
  font-weight: 500;
}

.rich-text-services h1 {
  margin-top: 10px;
  font-size: 40px;
}

.rich-text-services h3 {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
}

.rich-text-services h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.rich-text-services h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text-services h6 {
  font-size: 20px;
  line-height: 1.5;
}

.rich-text-services figure {
  margin-bottom: 40px;
}

.rich-text-services blockquote {
  margin-bottom: 25px;
  padding: 10px 20px;
}

.rich-text-services.rte-blogs {
  font-family: Satoshi, Tahoma, sans-serif;
}

.link-11 {
  color: var(--primary-2);
  text-decoration: none;
}

.teams-wrapper {
  flex-direction: column;
  display: flex;
}

.teams-main {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.team-image {
  object-fit: cover;
  width: 600px;
  height: 600px;
}

.div-block-23, .team-image-wrapper {
  width: 50%;
}

.position-teams {
  margin-bottom: 10px;
}

.team-link {
  color: var(--primary-2);
  width: 100%;
  text-decoration: none;
}

.text-block-4 {
  font-family: var(--font--secondary-font);
  flex-direction: row;
  margin-left: 10px;
}

.div-block-25 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.facebook {
  padding: 10px;
}

.wrapper-socials {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 15%;
}

.twitter, .linkedin {
  padding: 10px;
}

.flex-wrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.grid-7 {
  grid-template-rows: auto;
}

.grid-sitemap {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
}

.link-sitemap-heading {
  color: var(--primary-2);
  text-decoration: none;
}

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

.sitemap-wrapper {
  color: var(--primary-2);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 -1px 9px #0000001a;
}

.sitemap-links {
  color: var(--primary-2);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

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

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

.author-image {
  border-radius: 100px;
  width: 50px;
}

.author-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.author-name {
  color: var(--primary-1);
  letter-spacing: .5px;
  border-bottom: 1px solid #0000;
  flex: none;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 500;
}

.author-name:hover {
  border-bottom: 1px solid #fff;
}

.link-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-categories {
  z-index: 999;
  position: relative;
}

.blog-categories.master-blog-hero-image {
  z-index: 50;
  background-image: url('../images/0_0-40_10_0 (40).avif');
}

.blog-post-wrapper, .blog-card-wrap {
  position: relative;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr .5fr;
  margin-top: 60px;
}

.main-rich-text {
  font-family: var(--font--secondary-font);
  padding-right: 10px;
}

.careers-wrap {
  color: var(--primary-2);
  width: 100%;
  text-decoration: none;
  transition: all .2s;
}

.careers-button-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.apply-here-button {
  font-family: var(--font--secondary-font);
  color: var(--primary-2);
  font-weight: 700;
}

.grid-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

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

.div-block-46.box-shadow {
  border-radius: 12px;
}

.div-block-47 {
  background-color: #fff0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.image-14 {
  object-fit: cover;
  border-radius: 13px;
  width: 100%;
  height: 450px;
}

.image-15 {
  border-radius: 12px;
  width: 120px;
  height: 80px;
}

.div-block-48 {
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-49 {
  margin-left: 10px;
}

.text-block-13 {
  font-weight: 700;
}

.link-category {
  color: var(--primary-2);
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.link-category.catefory-styling {
  background-color: var(--primary-1);
  border-radius: 9px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  transition: all .2s;
}

.link-category.catefory-styling:hover {
  transform: scale(1.04);
}

.text-blog {
  font-family: var(--font--secondary-font);
  font-weight: 700;
}

.collection-list {
  margin-bottom: 10px;
}

.category-wrapper {
  padding: 10px 20px;
}

.category-wrapper.background-shadow {
  border-radius: 12px;
  box-shadow: 0 2px 14px #0000001a;
}

.recent-posts-wrapper {
  padding: 10px;
}

.recent-posts-wrapper.background-shadow {
  border-radius: 12px;
  box-shadow: 0 2px 12px #0000001a;
}

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

.link-block-9 {
  color: var(--primary-2);
  text-decoration: none;
}

.div-block-51 {
  width: 100%;
  height: 100%;
}

.link-block-10 {
  color: var(--primary-2);
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.html-embed-map {
  width: 100%;
  height: 100%;
  display: flex;
}

.location-map {
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  display: flex;
}

.button-services {
  display: flex;
}

.button-services.padding-top {
  margin-top: 20px;
}

.html-embed-5 {
  border-radius: 20px;
  height: 400px;
  box-shadow: 0 2px 13px 3px #00000012;
}

.menu-text-footer {
  white-space: normal;
  font-size: 18px;
}

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

.collection-item-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.collection-list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.cta-wrapper {
  background-image: url('../images/enterprise_1enterprise.avif');
  background-size: cover;
  border-radius: 12px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 60px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 50px 1px #0b0c0d24;
}

.cta-wrapper.no-bg {
  background-image: none;
}

.cta-container {
  z-index: 999;
  flex-direction: row;
  width: 250px;
  line-height: 24px;
  position: relative;
  left: -10%;
}

.cta-container.location {
  width: auto;
  left: auto;
}

.cta-content {
  z-index: 999;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
  position: relative;
}

.cta-content.padding-left {
  padding-right: 40px;
}

.cta-content.location {
  width: 60%;
}

.overlay-background {
  background-color: #f9f9f9ab;
  position: absolute;
  inset: 0%;
}

.overlay-background.cta-overlay {
  background-color: var(--primary-1);
  opacity: .86;
  mix-blend-mode: multiply;
  border-radius: 12px;
}

.fixed-sizing {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.services-wrap {
  width: 100%;
  position: relative;
}

.services-wrapper {
  position: relative;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-15 {
  font-family: var(--font--secondary-font);
  font-size: 24px;
}

.text-block-16 {
  font-family: var(--font--secondary-font);
  font-size: 18px;
}

._10px {
  height: 10px;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-5.limit-reviews-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.cta-heading {
  font-family: var(--font--primary-font);
  color: var(--white);
}

.cta-cms {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #00d563;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

.cta-cms.change-color-cta {
  background-color: var(--secondary);
  box-shadow: none;
  box-shadow: none;
  background-color: #eee;
}

.cta-quote-wrapper {
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0;
}

.title-h1 {
  font-family: var(--font--primary-font);
}

.title-h1.align-center-mobile.no-margins._80 {
  text-align: center;
  width: 50%;
}

.title-h1.align-center-mobile.desktop {
  text-align: center;
}

.cms-heading-h2 {
  font-family: var(--font--primary-font);
}

.component-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--font--secondary-font);
  color: var(--primary-2);
  flex-flow: column;
  display: flex;
}

.author-box {
  color: var(--primary-2);
  flex-flow: row;
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.text-block-17 {
  letter-spacing: 2px;
  margin-left: 10px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph {
  text-align: center;
  font-size: 18px;
}

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

.heading-top-no-margin {
  font-family: var(--font--primary-font);
  margin-top: 0;
}

.wrap-text {
  padding-top: 20px;
  padding-bottom: 60px;
}

.heading-hero.width-80px {
  font-family: var(--font--primary-font);
  width: auto;
  font-size: 60px;
  line-height: 65px;
}

.main-image-wrap {
  position: relative;
}

.html-embed-6 {
  height: 500px;
}

.html-embed-6.height-auto {
  height: 300px;
}

.rte-blogs {
  font-family: var(--font--secondary-font);
}

.rte-blogs h1 {
  margin-top: 10px;
}

.rte-blogs h3 {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
}

.rte-blogs h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.rte-blogs h2 {
  font-family: var(--font--primary-font);
  margin-top: 10px;
  font-weight: 500;
}

.rte-blogs blockquote {
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 19px;
  font-weight: 500;
}

.rte-blogs p {
  font-family: var(--font--secondary-font);
  color: var(--paragraph-color);
  margin-top: 10px;
  margin-bottom: 28px;
}

.rte-blogs ol {
  margin-bottom: 20px;
  padding-left: 40px;
}

.rte-blogs h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.rte-blogs h6 {
  font-size: 20px;
  line-height: 1.5;
}

.rte-blogs figure {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.rte-blogs li {
  color: var(--paragraph-color);
  margin-bottom: 10px;
  font-size: 18px;
}

.rte-blogs ul {
  margin-bottom: 20px;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.button-wrap {
  margin-top: 40px;
  display: flex;
}

.button-wrap.margin-20px {
  margin-top: 20px;
}

.services-grid {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-grid.gap-r-1 {
  grid-row-gap: 0px;
}

.services-image {
  border-radius: 12px;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.image-hover-effect {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.image-hover-effect.shadow {
  box-shadow: 0 2px 20px #0003;
}

.cta-wrapper-card {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacing-80px {
  height: 80px;
}

.sitemap-link-page {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.qr-img {
  width: 400px;
  max-width: 100%;
}

.qr-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding: 100px 20px;
  display: flex;
}

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

.collection-list-blog {
  margin-top: 40px;
}

.div-block-75 {
  background-color: var(--white);
  border-radius: 18px;
  width: 100%;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.application-form-field {
  background-color: var(--secondary);
  border-radius: 8px;
  height: 55px;
  font-size: 17px;
}

.application-form-field.white-field {
  background-color: var(--white);
}

.application-form-field.white-field:focus-visible, .application-form-field.white-field[data-wf-focus-visible] {
  border: 1px solid var(--primary-1);
}

.application-form-text-area {
  background-color: var(--secondary);
  border-radius: 8px;
  min-height: 150px;
  font-size: 17px;
}

.application-form-text-area.white-field {
  background-color: var(--white);
}

.application-form-text-area.white-field:focus-visible, .application-form-text-area.white-field[data-wf-focus-visible] {
  border: 1px solid var(--primary-1);
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.arrow-button {
  font-weight: 500;
  display: flex;
}

.services-link {
  color: var(--primary-2);
  border-radius: 6px;
  justify-content: space-around;
  height: 100%;
  text-decoration: none;
  transition: color .2s ease-in;
  display: flex;
}

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

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

.collection-list-wrapper-5, .collection-list-wrapper-6, .collection-list-wrapper-7, .collection-list-wrapper-8 {
  padding-left: 10px;
}

.collection-list-careers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.careers-title {
  font-family: var(--font--primary-font);
}

.grid-24 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.blog-main-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  transition: transform .2s;
  display: flex;
}

.blog-main-content:hover {
  transform: translate(0, -4px);
}

.div-block-79, .collection-list-featured-blog {
  height: 100%;
}

.awards-slider {
  background-color: #ddd0;
  height: 80px;
}

.logos-grid-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-grid-wrapper.gap-w {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.partner-logo-heading {
  font-family: var(--font--secondary-font);
  color: var(--primary-2);
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
}

.text-wrap-faqs {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.grid-four-cards {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-us-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle-about-us {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky {
  position: sticky;
  top: 220px;
}

.subtitle-wrap-about-us {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-content-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.number-circle {
  border: 1px solid var(--primary-1);
  background-color: var(--primary-1);
  box-shadow: none;
  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(--white);
  border-style: none;
  width: 76.6074px;
  min-width: 76.6074px;
  height: 76.6074px;
  min-height: 76.6074px;
}

.number-circle.style-v2.grey {
  background-color: var(--secondary);
}

.point-wrap {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border-bottom: 9px solid var(--primary-1);
  background-color: var(--secondary);
  border-radius: 150px 12px 25px 150px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.number-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 500;
  line-height: 110px;
}

.number-heading.size-v2 {
  color: var(--primary-2);
  font-size: 45px;
  font-weight: 700;
}

.number-area {
  border: 5px solid var(--primary-1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  display: flex;
}

.number-area.style-v2 {
  background-image: url('../images/Group-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  width: 127.399px;
  min-width: 127.399px;
  height: 127.399px;
  min-height: 127.399px;
}

.point-text-area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.points-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.points-wrapper.gap-0px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.phone-number {
  font-family: var(--font--primary-font);
  color: var(--primary-2);
  margin-top: 0;
  font-weight: 900;
  line-height: 24px;
}

.phone-number.black-text {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.phone-title {
  font-family: var(--font--secondary-font);
  color: var(--primary-1);
  line-height: 24px;
}

.phone-title.red-title {
  color: #e62d2a;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.phone-cta-nav {
  margin-right: 40px;
  text-decoration: none;
}

.phone-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-right: 5px none var(--primary-1);
  border-bottom: 7px solid var(--primary-1);
  background-color: var(--white);
  border-radius: 70px;
  justify-content: flex-start;
  align-items: center;
  width: 344px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 0 5px 1px #00000040;
}

.phone-wrapper {
  margin: 0;
}

.text-block-24 {
  color: var(--primary-1);
  text-align: right;
  font-weight: 500;
  line-height: 26px;
}

.text-block-24.hidden-mobile {
  font-family: var(--font--primary-font);
  font-size: 14px;
  font-weight: 700;
}

.text-block-24.hidden-mobile.big {
  font-size: 18px;
}

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

.phone-text-area {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 16px;
  padding-top: 7px;
  padding-bottom: 10px;
  display: flex;
}

.phone-link {
  color: var(--primary-2);
  text-decoration: none;
  transition: all .2s;
}

.phone-link:hover {
  transform: scale(1.1);
}

.flex-trusted-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-icon {
  filter: invert(30%) brightness(139%) grayscale() invert(30%);
  border-radius: 0;
  width: 185px;
}

.logo-icon.logo-v2 {
  object-fit: contain;
  width: auto;
  height: 40px;
}

.slide-nav-3 {
  font-size: 10px;
  top: 60px;
}

.icon-36, .left-arrow-3, .icon-37, .right-arrow-3 {
  display: none;
}

.image-wrapper {
  width: 100%;
}

.content-side-by-side {
  margin-bottom: 2rem;
  display: flex;
}

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

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

.logos-w-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}

.award-r-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.logo-size {
  filter: brightness() grayscale() invert(15%);
  height: 100px;
}

.location-c-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.location-link-wrapper {
  color: var(--primary-2);
  text-decoration: none;
}

.location-main-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.slider-nav {
  font-size: 10px;
  bottom: -47px;
}

.map-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map-c-2 {
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.map-text-wrapper {
  height: 100%;
  padding: 20px;
}

.map-link {
  color: var(--primary-2);
  height: 100%;
  text-decoration: none;
}

.map-link.width-50 {
  width: 50%;
}

.single-map-container {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.grid-29 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-green {
  font-family: var(--font--secondary-font);
  color: var(--primary-1);
  font-weight: 700;
}

.cta-button-wrapper {
  margin-top: 2rem;
}

.text-block-25 {
  font-family: var(--font--secondary-font);
  font-size: 19px;
  line-height: 32px;
}

.services-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.right-services-content {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.gradient-people-about-c-2 {
  background-image: linear-gradient(#fff0, #fff);
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.tos-link {
  color: var(--text-color-black\<deleted\|variable-165b2388\>);
  text-decoration: none;
}

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

.areas-we-serve-wrap {
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 50px #0000001f;
}

.areas-grid-two-columns {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.code-embed {
  height: 100%;
}

.div-block-96 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.areas-we-serve-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.locations {
  margin-top: 2rem;
}

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

.aws-wrapper {
  border-bottom: 4px solid var(--primary-1);
  background-color: var(--secondary);
  font-family: var(--font--secondary-font);
  color: var(--primary-2);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 19px #0000001f;
}

.map-wrapper {
  border: 3px solid var(--primary-1);
  border-radius: 12px;
  padding: 10px;
}

.bold-sizing, .bold-text-7 {
  font-size: 21px;
}

.images {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.images._100---w {
  height: 500px;
}

.images {
  object-position: 50% 40%;
  height: 500px;
}

.images.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.images.max-height-700.sticky.large {
  min-height: 700px;
  max-height: none;
}

.images._100---w.adjusted {
  object-position: 30% 40%;
}

.images._100---w.adjusted.image-flip, .images._100---w.image-flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.images.max-height-650 {
  height: 650px;
  max-height: 650px;
}

.images.max-height-650.fit-adjust-top {
  object-position: 50% 20%;
}

.images.max-height-650.fit-adjust-top.fixed-size {
  min-height: 700px;
}

.images.fit-top {
  object-position: 50% 0%;
}

.images.size-500 {
  height: 500px;
}

.images.size-500.fit-bottom {
  object-position: 50% 68%;
}

.images._100 {
  height: 100%;
  max-height: 100%;
}

.images.small {
  height: 225px;
}

.images.max-height-700 {
  max-height: 700px;
}

.images.max-height-700.sticky {
  top: 140px;
}

.grid-34 {
  grid-template-rows: auto;
}

.div-block-103 {
  height: 100%;
}

.main-services-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-wrap-faqs-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.limit-1081 {
  max-width: 580px;
}

.grid-35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.company-text {
  font-family: var(--font--secondary-font);
  color: var(--white);
  margin-top: 40px;
}

.hero-phone-icon {
  color: var(--white);
}

.nav-phone-embed {
  color: var(--primary-1);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.nav-phone-embed.red-icon {
  color: #e62d2a;
}

.contact-embeds {
  color: var(--primary-2);
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.contact-embeds.text-color-white {
  color: var(--white);
  padding-top: 0;
}

.contact-embeds.black-t {
  color: #000;
}

.social-embed---white {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.social-embed---white:hover {
  color: var(--primary-1);
}

.social-embed---white.red-h {
  cursor: pointer;
}

.social-embed---white.red-h:hover {
  color: #e62d2a;
}

.check-embed {
  color: var(--primary-1);
  width: 21px;
  min-width: 21px;
  height: 21px;
  min-height: 21px;
}

.check-embed.small-size {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.check-embed.smaller-black {
  color: var(--primary-1);
  width: 25px;
  max-width: 25px;
  height: 25px;
  max-height: 25px;
}

.code-embed-6 {
  color: var(--primary-1);
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.code-embed-8 {
  color: var(--primary-1);
  width: 66px;
  height: 66px;
}

.code-embed-9 {
  color: var(--primary-1);
  width: 45px;
  height: 45px;
}

.code-embed-10 {
  color: var(--primary-1);
  width: 48px;
  height: 48px;
}

.code-embed-11 {
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.services-embed-icons {
  color: var(--primary-1);
  width: 48px;
  height: 48px;
}

.arrow-embed {
  color: var(--primary-1);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 25px;
  display: flex;
}

.arrow-embed.is-services {
  width: 15px;
  height: auto;
  margin-left: 10px;
}

.quote-embed {
  color: var(--primary-1);
  justify-content: center;
  align-items: center;
  width: 66px;
  display: flex;
  position: absolute;
  top: -22.0139px;
  right: 32px;
}

.core-values-embed {
  color: var(--primary-1);
  width: 50px;
  height: 50px;
}

.title-h2 {
  font-family: var(--font--primary-font);
}

.title-h2.align-center {
  text-align: center;
  margin-top: 0;
}

.title-h2.mg-bottom-20 {
  margin-bottom: 20px;
}

.title-h2.align-title {
  text-align: left;
}

.title-h2.align-title.top-margin-0px {
  z-index: 999;
  margin-top: 0;
  position: relative;
}

.bold-text-8, .bold-text-9, .bold-text-10 {
  font-family: var(--font--primary-font);
}

.title-h3 {
  font-family: var(--font--primary-font);
  margin-top: 0;
  margin-bottom: 20px;
}

.title-h3.margins {
  color: var(--primary-2);
  margin-top: 20px;
  margin-bottom: 10px;
}

.services-content {
  font-family: var(--font--secondary-font);
}

.areas-we-serve-tile {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.small-title---aws {
  font-family: var(--font--primary-font);
}

.text-block-29 {
  font-family: var(--font--secondary-font);
}

.rich-text-block {
  font-family: var(--font--primary-font);
}

.rich-text-block h1 {
  margin-top: 10px;
}

.rich-text-block p {
  margin-top: 10px;
  margin-bottom: 28px;
}

.rich-text-block h2 {
  margin-top: 10px;
  font-weight: 500;
}

.rich-text-block h3 {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
}

.rich-text-block h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.rich-text-block h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text-block h6 {
  font-size: 20px;
  line-height: 1.5;
}

.rich-text-block figure {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.rich-text-block blockquote {
  margin-bottom: 25px;
  padding: 10px 20px;
}

.rich-text-block li {
  margin-bottom: 10px;
}

.text-block-30 {
  font-family: var(--font--secondary-font);
}

.border-radius-map {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.border-radius-map.height-100 {
  height: 100%;
}

.grid-two-components {
  grid-template-rows: auto;
}

.last-updated-policy {
  margin-bottom: 2rem;
}

.component-tos-link {
  color: var(--primary-1);
  text-decoration: none;
}

.ceo-image-wrap.relative {
  position: relative;
}

.ceo-image-wrap.relative.fixed-size {
  height: 684px;
}

.trust-pilot-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-14 {
  color: var(--primary-1);
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.thank-you-image-wrapper {
  width: 250px;
  height: 250px;
}

.pagination {
  margin-top: 40px;
}

.company-box-footer {
  display: flex;
}

.h2-rich-t {
  font-size: 28px;
}

.p-rt {
  margin-top: 20px;
  margin-bottom: 20px;
}

.empty-state {
  text-align: center;
  background-color: #ddd0;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 5px #0003;
}

.content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

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

.menu-text.black-text {
  color: #000;
}

.menu-text.black-text.weight {
  font-weight: 600;
}

.dropdown-embed {
  color: var(--primary-2);
  height: 15px;
  margin-left: 8px;
  display: flex;
}

.text-block-31 {
  color: var(--primary-2);
}

.cta-wrap {
  z-index: 99;
  position: relative;
}

.social-icon {
  border-radius: 100px;
  width: 45px;
  height: 45px;
  padding: 10px;
  transition: all .2s;
}

.social-icon:hover {
  transform: scale(1.04);
}

.social-icon.facebook {
  color: var(--white);
  background-color: #475993;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.social-icon.twitter {
  color: var(--white);
  background-color: #000;
}

.social-icon.linkedin {
  color: var(--white);
  background-color: #0077b7;
}

.ceo-content-styling-wrap {
  border-bottom: 6px solid var(--primary-1);
  border-left: 6px solid var(--primary-1);
  background-color: var(--white);
  border-radius: 12px;
  min-width: 650px;
  padding: 32px 60px;
  position: relative;
  left: -10%;
  box-shadow: 0 2px 5px #0003;
}

.ceo-content-styling-wrap.position-fixed {
  min-width: 663px;
  min-height: 473px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  left: -6%;
}

.ares-we-serve-text {
  font-weight: 700;
}

.hero-icon-background {
  background-color: var(--primary-1);
  border-radius: 100px;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.star-embed {
  color: #fec20f;
  height: 26px;
}

._5-stars-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

._5-stars-wrapper.margin-0px {
  margin-top: 0;
  margin-bottom: 0;
}

.pagination-2 {
  margin-top: 80px;
}

.card-slider {
  background-color: #0000;
  height: auto;
}

.card-slider-mask {
  justify-content: center;
  height: 100%;
  overflow: visible;
}

.card-slide {
  flex-wrap: wrap;
  align-items: stretch;
  width: 33.3333%;
  margin-bottom: 3%;
  padding-left: 1.2%;
  padding-right: 1.2%;
}

.card-slider-2 {
  background-color: #0000;
  height: auto;
}

.card-slider-mask-2 {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.card-slide-2 {
  flex-wrap: wrap;
  align-items: stretch;
  width: 50%;
  margin-bottom: 3%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

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

.see-more-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.pop-up-wrapper {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.calandar-wrapper {
  justify-content: center;
  align-items: center;
  padding: 8rem 0 2rem;
  display: flex;
  position: relative;
}

.calendar.microsoft {
  width: 100%;
  max-width: 1300px;
  height: 84vh;
}

.absolute-cross-icon {
  cursor: pointer;
  width: 30px;
  position: absolute;
  inset: 150px 79px auto auto;
}

.button-wrap---top-margin {
  margin-top: 20px;
  display: flex;
}

.ceo-info-wrap {
  background-color: var(--white);
  border-radius: 8px;
  padding: 10px 20px;
  display: inline-block;
  position: absolute;
  inset: 86% auto auto 51%;
  box-shadow: 0 0 10px #00000040;
}

.ceo-info-wrap.md {
  top: 86%;
  left: auto;
  right: 58%;
}

.ceo-name {
  color: var(--primary-1);
  font-size: 24px;
  font-weight: 700;
}

.ceo-company {
  font-size: 20px;
  font-weight: 700;
}

.ceo-quote-icon {
  z-index: 10;
  width: 164.25px;
  height: 121px;
  position: absolute;
  inset: -10% 3% auto auto;
}

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

.plus-wrapper {
  display: none;
}

.rte-testimonials {
  color: var(--paragraph-color);
}

.ceo-list-item-bullet {
  background-color: var(--primary-1);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 31px;
  min-height: 31px;
  display: flex;
}

.ceo-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.content-list-item {
  color: var(--paragraph-color);
  font-size: 18px;
  line-height: 30px;
}

.ceo-list-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  margin-top: 10px;
  margin-left: 20px;
  display: flex;
}

.point-card-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px 42px;
  display: flex;
  position: relative;
}

.point-card-wrap.card-background {
  background-color: var(--secondary);
  border-radius: 8px;
}

.point-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.point-h3.smaller-responsive {
  color: var(--primary-2);
}

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

.point-content-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 88%;
  display: flex;
}

.div-block-104 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.div-block-105 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.div-block-105.no-margin-top {
  margin-top: 0;
}

.code-embed-16 {
  display: flex;
}

.code-embed-17 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-32 {
  color: #555;
  font-size: 15.5px;
  line-height: 18px;
}

.div-block-106 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-block-33 {
  color: #ffb300;
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.text-block-34 {
  color: #555;
  align-self: center;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 15px;
}

.div-block-107 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.text-span-2 {
  color: #003193;
}

.videos-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.single-col-vid-wrap {
  width: 50%;
  margin-top: -20px;
}

.video-y {
  border: 2px solid var(--primary-1);
  border-radius: 20px;
  height: 100%;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 0 2px 20px #2b2b2b4d;
}

.video-y:hover {
  transform: scale(1.05);
}

.div-block-108 {
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.c-button-main {
  background-color: var(--primary-1);
  color: var(--primary-2);
  border-radius: 6px;
  padding: 20px 42px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 0 0 5px #0003;
}

.c-button-main:hover {
  transform: scale(1.05);
}

.c-button-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-button-wrap2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-button-main2 {
  background-color: var(--primary-1);
  color: var(--primary-2);
  border-radius: 6px;
  padding: 20px 42px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 0 0 5px #0003;
}

.c-button-main2:hover {
  transform: scale(1.05);
}

.div-block-109 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-110 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-111 {
  background-color: var(--secondary);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px;
}

.div-block-112 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.see-more-button {
  color: var(--primary-2);
  text-underline-offset: 6px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--paragraph-color);
  text-decoration-color: var(--paragraph-color);
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.see-more-button:hover {
  color: var(--primary-1);
  text-underline-offset: 6px;
  text-decoration: underline;
}

.see-less-button {
  color: var(--paragraph-color);
  text-underline-offset: 6px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  display: none;
}

.see-less-button:hover {
  color: var(--primary-1);
}

.collection-list-wrapper-9 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.cta-2 {
  color: #00194c;
  background-color: #08c1f2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cta-2:hover {
  background-color: #08c1f2;
  transform: scale(1.04);
}

.trustpilot-star-2 {
  color: #08c1f2;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  display: flex;
}

.trustpilot-star-2.white-color {
  color: #fff;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}

.review-star-wrap-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.text-highlight-2 {
  color: #08c1f2;
  font-family: Satoshi, Tahoma, sans-serif;
  font-weight: 700;
}

.review-star-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #08c1f2;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.subtitle-2 {
  color: #2b2b2b;
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.title-h1-2 {
  font-family: Satoshi, Tahoma, sans-serif;
}

.trustpilot-text-2 {
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 16px;
}

.paragraph-small-2 {
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.bold-text-12 {
  font-weight: 500;
}

.paragraph-big-2 {
  color: #2b2b2b;
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 18px;
}

.text-highlight-3 {
  color: #08c1f2;
  font-family: Satoshi, Tahoma, sans-serif;
  font-weight: 700;
}

.paragraph-big-3 {
  color: #2b2b2b;
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 18px;
}

.title-h2-2 {
  font-family: Satoshi, Tahoma, sans-serif;
}

.title-h2-2.align-center {
  text-align: center;
  margin-top: 0;
}

.text-accent-2 {
  color: #08c1f2;
  font-family: Satoshi, Tahoma, sans-serif;
}

.text-highlight-4 {
  color: #08c1f2;
  font-family: Satoshi, Tahoma, sans-serif;
  font-weight: 700;
}

.text-subnumber-2 {
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.space-101 {
  height: 20px;
}

.paragraph-big-4 {
  color: #2b2b2b;
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 18px;
}

.paragraph-big-4.center-text {
  color: #00194c;
}

.text-highlight-5 {
  color: #08c1f2;
  font-family: Satoshi, Tahoma, sans-serif;
  font-weight: 700;
}

.no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Tahoma, sans-serif;
}

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

.heading-top-no-margin-2 {
  margin-top: 0;
  font-family: Satoshi, Tahoma, sans-serif;
}

.services-text-wrapper-2 {
  background-color: #fff;
  border-radius: 12px;
  height: 350px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
  position: relative;
  top: -52px;
  box-shadow: 0 2px 5px #0000001f;
}

.services-text-wrapper-2:hover {
  background-color: #e5faef;
}

.services-text-wrapper-2.services-height-auto {
  height: 225px;
  padding: 20px;
  box-shadow: 0 2px 5px #0000001a;
}

.services-text-wrapper-2.services-height-auto:hover {
  background-color: #fff;
}

.sorting-number-2 {
  z-index: 999;
  color: #fff;
  background-color: #08c1f2;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 40px;
  box-shadow: 0 2px 5px #0003;
}

.services-content-2 {
  font-family: Satoshi, Tahoma, sans-serif;
}

.expandable-single-2 {
  cursor: pointer;
  background-color: #eee;
  border-radius: 18px;
  padding: 24px 24px 24px 32px;
}

.expandable-single-2.expandable-styling-v2 {
  background-color: #eee;
  padding-top: 12px;
  padding-bottom: 12px;
}

.paragraph-big-5 {
  color: #2b2b2b;
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 18px;
}

.paragraph-big-5.break {
  text-align: center;
  width: 80%;
}

.faq-paragraph-2 {
  color: #2b2b2b;
  margin-bottom: 0;
  padding-top: 16px;
  font-family: Satoshi, Tahoma, sans-serif;
}

.faq-paragraph-2.paragraph-padding {
  padding-top: 0;
}

.text-highlight-6 {
  color: #08c1f2;
  font-family: Satoshi, Tahoma, sans-serif;
  font-weight: 700;
}

.plus-line-2 {
  background-color: #00194c;
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line-2.vertical {
  background-color: #00194c;
  position: absolute;
  transform: rotate(-90deg);
}

.faq-h3-2 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 20px;
}

.cta-3 {
  color: #00194c;
  background-color: #08c1f2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cta-3:hover {
  background-color: #08c1f2;
  transform: scale(1.04);
}

.cta-3.big {
  height: 60px;
  font-size: 18px;
  transition: background-color .2s;
  box-shadow: 0 2px 5px #0003;
}

.cta-3.big:hover {
  transform: scale(1.04);
}

.cta-3.big.transitions {
  height: 77px;
  font-size: 20px;
  transition: all .2s, background-color .2s;
}

.cta-3.big.transitions:hover {
  background-color: #08c1f2;
}

.space-102 {
  height: 100px;
}

.text-block-35 {
  font-size: 18px;
}

.text-block-35.center-c, .cms-heading-h2-2 {
  font-family: Satoshi, Tahoma, sans-serif;
}

.text-size-heading-5 {
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-size-heading-5.footer-center-text {
  font-family: Satoshi, Tahoma, sans-serif;
}

.contact-embeds-2 {
  color: #00194c;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.link-contact-tile-3 {
  grid-column-gap: 24px;
  color: #00194c;
  background-color: #eee;
  border-radius: 8px;
  align-items: flex-start;
  padding: 48px;
  font-family: Satoshi, Tahoma, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-contact-tile-3.padding-contact {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.link-contact-tile-3.padding-contact.no-radius {
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
}

.link-contact-tile-3.padding-contact.no-radius.bottom-radius {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.link-contact-tile-3.padding-contact.no-radius.bottom-radius._0 {
  border-radius: 0;
}

.link-contact-tile-3.padding-contact.no-radius.top-radius {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: flex-start;
  align-items: center;
}

.text-block-36 {
  font-family: Satoshi, Tahoma, sans-serif;
  font-size: 19px;
  line-height: 32px;
}

.hero-shape {
  z-index: -1;
  min-width: 570px;
  position: absolute;
  inset: 0% -64% auto auto;
}

.hero-shape.for-big-screen {
  display: none;
}

.hero-image {
  min-width: 500px;
  min-height: 500px;
  position: relative;
  top: 70px;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.footer-contact-card {
  font-family: var(--font--secondary-font);
  color: var(--primary-1);
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
}

.footer-contact-card.red-t {
  color: #e62d2a;
}

.hero-image-wrapper {
  position: relative;
}

.content-component {
  grid-row-gap: 120px;
  flex-direction: column;
  margin-top: 80px;
  display: flex;
}

.heading-text {
  font-family: var(--font--primary-font);
  font-size: 40px;
  line-height: 52px;
}

.lightbox-link {
  width: 100%;
  min-height: 300px;
  transition: all .2s;
  position: relative;
}

.lightbox-link:hover {
  transform: scale(1.05);
}

.testimonial-thumb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.youtube-play-btn {
  width: 50px;
  min-width: 70px;
  height: 50px;
  min-height: 70px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.img-overlay {
  background-color: var(--paragraph-color);
  opacity: .2;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.img-border {
  border: 2px solid var(--primary-1);
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

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

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

.absolute-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.whatsapp-block {
  z-index: 999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.whatsapp-chat {
  background-color: var(--white);
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-flow: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.top-section {
  justify-content: flex-start;
  align-items: center;
  height: 33%;
  padding: 15px;
  display: flex;
}

.live-icon-chat {
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #00000029;
  border-radius: 100%;
  width: 75px;
  min-width: 50px;
  height: 75px;
  min-height: 50px;
  margin-right: 0;
}

.live-chat-top-text {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-chat-bottom-text {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 20px;
}

.live-chat-bottom-text.block {
  font-size: 12px;
}

.top-text-container {
  margin-left: auto;
  margin-right: 19px;
}

.close-live-chat-container {
  margin-left: auto;
}

.close-livechat-icon {
  cursor: pointer;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.chat-block {
  background-color: var(--white);
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-chat-link {
  justify-content: center;
  align-items: center;
  height: 25%;
  display: flex;
}

.livechat-button {
  background-color: var(--primary-2);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  display: flex;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: var(--white);
  font-size: 15px;
  line-height: 20px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--primary-2);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .3s;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.black-text {
  color: #000;
}

.black-new-servie {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.image-wrapper {
  display: flex;
}

.remote-support-menu {
  z-index: 2147483647;
  background-color: #000;
  width: 300px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.close-menu {
  color: var(--white);
  cursor: pointer;
  width: 36px;
  height: 36px;
  transition: all .2s;
  display: flex;
}

.close-menu:hover {
  color: #e62d2a;
}

.link-wrap {
  flex-flow: column;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
}

.top-bar-drop {
  border-bottom: 0 solid #fff;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  display: flex;
}

.titel-drop-support {
  color: var(--white);
  margin-bottom: 0;
  margin-right: auto;
  font-weight: 500;
}

.link-drop-support {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-left: -4px;
  transition: all .2s;
  display: flex;
}

.link-drop-support:hover {
  color: #e62d2a;
}

.icon-drop-s {
  width: 30px;
  height: 30px;
}

.icon-drop-s.pad {
  padding-left: 3px;
  padding-right: 3px;
}

.body-transp {
  background-color: #fff0;
}

@media screen and (min-width: 1280px) {
  .slide.padding {
    margin-right: 40px;
  }

  .hero-shape {
    min-width: 600px;
    right: -54%;
  }

  .hero-image {
    right: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .container-navbar {
    max-width: 1348px;
  }

  .slider {
    max-width: 624px;
  }

  .top-nav-wrapper.padding-remove {
    max-width: 1348px;
  }

  .absolute-cross-icon {
    right: 130px;
  }

  .ceo-info-wrap.md {
    right: 62%;
  }

  .hero-shape {
    width: 120%;
    height: 850px;
    top: -29%;
    right: -64%;
  }
}

@media screen and (min-width: 1920px) {
  .grid-halves.home-a-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1.2fr minmax(200px, 608px);
  }

  .cta.nowrap.big.transition.white-background {
    cursor: pointer;
  }

  .logo-image.big-size.v3.nofilter {
    filter: none;
  }

  .logo-image.big-size.v3.nofilter.smaller {
    height: 22px;
    max-height: 22px;
  }

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

  .heading-wrap-center {
    margin-bottom: 40px;
  }

  .container-navbar {
    z-index: 999;
  }

  .tile-feature-transparent-small.center-text.center-wrap-content.shadow {
    border-radius: 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .slide.padding {
    margin-right: 60px;
  }

  .wrap-two-headings-sides {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .wrap-two-headings-sides.styling {
    grid-template-rows: auto;
  }

  .image-people-about-c.middle-image._100._500px._2 {
    height: 525px;
  }

  .image-pricing-hero {
    max-width: none;
  }

  .limit-760.flex-row {
    flex-direction: column;
  }

  .top-grid-left-right {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .button-wrapper.tablet-center {
    font-family: var(--font--primary-font);
  }

  .link-4 {
    color: #0b0c0d;
  }

  .flex-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rte-blogs img {
    margin-top: 30px;
  }

  .button-wrap.margin-20px {
    margin-top: 20px;
  }

  .services-image {
    overflow: hidden;
  }

  .image-hover-effect.shadow {
    box-shadow: 0 2px 20px #0003;
  }

  .text-wrap-faqs {
    margin-bottom: 40px;
  }

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

  .about-us-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-85 {
    justify-content: flex-start;
  }

  .point-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .logo-icon.logo-v2 {
    width: auto;
  }

  .services-content-wrapper {
    flex-flow: column;
  }

  .main-services-wrapper {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .check-embed {
    justify-content: center;
    align-items: center;
  }

  .title-h3 {
    font-family: var(--font--primary-font);
  }

  .ceo-content-styling-wrap.position-fixed {
    left: -2%;
  }

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

  .absolute-cross-icon {
    right: 367px;
  }

  .ceo-info-wrap {
    left: 59%;
  }

  .hero-shape {
    display: none;
  }

  .hero-shape.for-big-screen {
    width: 2060px;
    height: 870px;
    display: flex;
    top: -14%;
    right: -296%;
  }

  .hero-image {
    min-width: 670px;
    min-height: 670px;
    right: 0;
  }

  .hero-paragraph-wrap {
    max-width: 594.02px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }

  blockquote {
    font-size: 19px;
  }

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

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

  .section.background.adjusted-responsive {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section.contact-version-two {
    padding-top: 40px;
  }

  .section.hero-about-c.hero-padding._40px-bottom, .section.pricing-hero {
    padding-top: 60px;
  }

  .section.pricing-hero.padding-bottom-0px {
    padding-top: 40px;
  }

  .section.pricing-hero.hero-testimonials {
    padding-top: 100px;
  }

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

  .section.hero-career-single {
    padding-top: 120px;
  }

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

  .section._160px-bottom {
    padding-bottom: 30px;
  }

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

  .section._160px-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section._60px-padding.light-grey.hide-for-now.logo {
    padding-bottom: 40px;
  }

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

  .section.less-padding-mobile {
    padding-top: 40px;
  }

  .section._130px-padding.top-padding-0px.overflow-hidden, .section.logo {
    padding-bottom: 60px;
  }

  .section.adjusted-responsive {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-halves.home-a-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-halves.image-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .grid-halves.image-grid.flex-reverse {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .grid-halves.pricing-hero-grid {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .grid-halves.pricing-hero-grid.gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-halves.pricing-hero-grid.gap.reverse {
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-halves.pricing-hero-grid.gap.reverse.no-gap._40-gap-mobile {
    grid-row-gap: 40px;
  }

  .grid-halves.contact-grid-version-two {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrap-hero-home-a.aligh-left.top-padding {
    padding-top: 100px;
  }

  .content-wrap-hero-home-a.aligh-left.top-padding.less-margin-top {
    padding-top: 20px;
  }

  .content-wrap-hero-home-a.aligh-left.top-padding.less-margin-top.no-p {
    padding-top: 0;
  }

  .subtitle {
    text-align: left;
  }

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

  .subtitle.center-text._60-width {
    width: 90%;
  }

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

  .limit-580.flex-center.center-content-text {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .marquee-wrap {
    margin-right: 0;
  }

  .cta.nav-menu-cta {
    background-color: var(--primary-1);
    color: var(--primary-2);
    margin-top: 16px;
    display: flex;
  }

  .cta.nav-menu-cta:hover {
    background-color: var(--primary-1);
  }

  .cta.nav-menu-cta.red-new {
    color: var(--white);
    background-color: #e62d2a;
    border-radius: 8px;
    transition: all .2s;
  }

  .cta.nowrap {
    white-space: nowrap;
  }

  .space-80, .space-80.contact-hero-space {
    display: block;
  }

  .logos-master {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .logos-master.trusted-partner {
    z-index: 2;
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    position: relative;
  }

  .logos-master.certifications {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .logo-image {
    width: 18%;
  }

  .logo-image.big-size {
    width: auto;
  }

  .logo-image.big-size.v3 {
    max-height: 30px;
  }

  .logo-image.big-size.v2 {
    max-height: 26px;
  }

  .logo-image.big-size.v4 {
    max-height: 40px;
  }

  .logo-image.certifications {
    width: auto;
    height: 80px;
  }

  .grid-four.blog-thirds {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-four.pricing-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-four.features-four, .grid-four.thirds-changes {
    grid-template-columns: 1fr 1fr;
  }

  .component-heading.align-left-mobile {
    text-align: left;
  }

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

  .paragraph-big.white.center-text, .paragraph-big.left-align {
    text-align: left;
  }

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

  .paragraph-big.align-center-tablet.size-20px.align-paragraph, .paragraph-big.text-center {
    text-align: left;
  }

  .paragraph-big.text-center.sizing-80.point-h3 {
    text-align: center;
    font-size: 20px;
  }

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

  .wrap-numbers {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrap-numbers.margin {
    grid-template-rows: auto;
  }

  .number-tile {
    min-width: 30%;
  }

  .number-tile.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .number-tile.right {
    border-right-style: none;
  }

  .number-tile.left {
    border-left-style: none;
  }

  .image-image-section.image-size.shadow {
    height: auto;
  }

  .home-image-wrap {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .home-image-wrap.height-100 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .home-image-wrap.height-100.relative.adjusted-responsive {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .check-list-item {
    text-align: left;
  }

  .card-wrap {
    left: -40px;
  }

  .content-flex-centered {
    flex-direction: column;
    order: 1;
    align-items: flex-start;
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .colored-block {
    max-width: 550px;
  }

  .image-blog-tile.fixed-height {
    height: 250px;
  }

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

  .master-contact-block {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .contact-wrap {
    max-width: 550px;
  }

  .container-navbar {
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: var(--secondary);
    border-radius: 6px;
    flex-direction: column;
    align-items: stretch;
    width: 98%;
    height: auto;
    max-height: 90vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    overflow: scroll;
  }

  .right-navbar {
    display: none;
  }

  .dropdown-nav {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
    font-size: 18px;
    display: flex;
  }

  .dropdown-toggle-nav {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drodpdown-list.homepages-list.w--open {
    position: static;
  }

  .drodpdown-list.homepages-list.services-menus.box-shadow.w--open {
    box-shadow: none;
    min-width: 100%;
    position: relative;
    left: auto;
    right: auto;
  }

  .drodpdown-list.we-speak-list.w--open {
    position: static;
  }

  .drodpdown-list.we-speak-list.box-shadow.wider-menu.w--open, .drodpdown-list.we-speak-list.box-shadow.wider-menu-2.w--open {
    min-width: 100%;
  }

  .left-footer-to {
    text-align: center;
    align-items: center;
  }

  .left-footer-to.max-w-350 {
    justify-content: center;
    align-items: flex-start;
  }

  .socials-wrap-footer {
    display: flex;
  }

  .wrap-footer-bottom {
    padding-top: 80px;
  }

  .left-footer-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .links-master-footer {
    align-items: center;
  }

  .links-master-footer.justify-end.bottom-margin {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

  .links-master-footer.padding-middle {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .links-master-footer.padding-middle.width, .links-column-footer, .links-column-footer.limit-w {
    justify-content: center;
    align-items: flex-start;
  }

  .master-footer-bottom.mobile-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .text-footer-legal.coma {
    display: none;
  }

  .space-100 {
    height: 70px;
  }

  .mega-h1 {
    font-size: 32px;
    line-height: 50px;
  }

  .tile-feature-transparent-small.center-text.center-wrap-content.shadow {
    height: auto;
  }

  .tab-block {
    min-height: 540px;
  }

  .service-marquee-card {
    height: 440px;
    padding: 55px;
  }

  .contact-form-wrap-version-two {
    padding-right: 0;
  }

  .master-contact-tiles {
    padding-left: 0;
  }

  .expandable-single {
    padding-right: 4px;
  }

  .expandable-master {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .expandable-master.auto-w {
    max-width: none;
  }

  .image-team._300px-height {
    height: 320px;
  }

  .card-testimonial-version-one.box-shadow-style {
    height: 100%;
  }

  .subnav {
    display: none;
  }

  .columns-faq {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-faq {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .wrap-two-headings-sides {
    grid-row-gap: 64px;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-two-headings-sides.styling {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .single-heading-side.align-center.box-shadow {
    height: 100%;
  }

  .image-cover {
    object-fit: cover;
  }

  .title-wrap-about-c {
    text-align: center;
    margin-bottom: 40px;
  }

  .wrap-people-about-c {
    height: auto;
    margin-top: 40px;
  }

  .grid-people-about-c.changes {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .left-service-hero {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .left-service-hero.center {
    justify-content: center;
    align-items: center;
  }

  .left-service-hero._100-width {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .left-service-hero._100-width.max-w.flex-left.align-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-service-hero.industries-centered {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .left-service-hero.wrap-testimonials-vertical {
    height: auto;
  }

  .image-pricing-hero {
    width: 100%;
  }

  .left-product {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .right-product {
    padding: 0;
  }

  .column-left-single-career {
    padding-left: 24px;
    padding-right: 24px;
  }

  .master-blog-hero-image {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .link-nav {
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 50px;
    display: flex;
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .wrap-menu-button.black-b {
    color: #000;
    background-color: #f8f8f8;
    border-radius: 0;
  }

  .line-menu {
    background-color: #000;
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.first-line.white-l {
    background-color: #000;
  }

  .line-menu.second-line.white-l {
    background-color: #000;
  }

  .line-menu.second-line {
    background-color: #fff;
    width: 20px;
  }

  .line-menu.first-line {
    background-color: #fff;
  }

  .menu-button {
    background-color: var(--primary-2);
    border-radius: 4px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--primary-1);
  }

  .text-quote {
    font-size: 32px;
    line-height: 130%;
  }

  .component-card {
    padding: 16px;
  }

  .components-single, .components-single._2box, .grid-three-components {
    grid-template-columns: 1fr;
  }

  .dropdown {
    text-align: center;
    width: 270px;
  }

  .text-color-white.no-padding.link-footer {
    padding-right: 40px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-4._3-grid.new-epic {
    grid-template-columns: 1fr;
  }

  .top-navbar.hidden-small-breakpoints.black-bg-nav {
    display: block;
  }

  .top-navbar.hidden-small-breakpoints {
    display: none;
  }

  .top-nav-phone {
    margin-right: 20px;
  }

  .top-nav-wrapper {
    padding-left: 0;
  }

  .top-nav-wrapper.padding-remove {
    padding-left: 24px;
  }

  .small-text-cta {
    white-space: nowrap;
  }

  .div-block {
    padding-right: 0;
  }

  .info-container {
    width: auto;
  }

  .info-container.position-right {
    width: 100%;
  }

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

  .grid-5._40px-padding {
    grid-template-columns: .75fr 1fr;
  }

  .grid-5._40px-padding.padding-bottom-0px {
    grid-template-columns: 1fr;
  }

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

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

  .rich-text-services h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .rich-text-services h1 {
    font-size: 32px;
  }

  .rich-text-services h3 {
    font-size: 26px;
  }

  .rich-text-services h4 {
    font-size: 24px;
  }

  .rich-text-services h5 {
    font-size: 22px;
  }

  .team-image {
    height: auto;
    position: sticky;
    top: 140px;
  }

  .flex-wrapper {
    justify-content: flex-start;
  }

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

  .author-wrapper {
    margin-bottom: 10px;
  }

  .grid-11 {
    margin-top: 30px;
  }

  .grid-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .menu-text-footer.small-size {
    text-align: left;
  }

  .collection-list-2 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

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

  .services-wrap {
    width: 100%;
  }

  .grid-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta-heading {
    text-align: left;
  }

  .cta-heading.center-text-tablet {
    text-align: center;
    line-height: 32px;
  }

  .cta-cms.change-color-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-h1 {
    text-align: left;
  }

  .title-h1.align-center-mobile {
    text-align: center;
  }

  .title-h1.align-center-mobile.no-margins._80 {
    width: auto;
  }

  .heading-hero {
    text-align: left;
  }

  .heading-hero.width-80px {
    font-size: 52px;
  }

  .heading-hero.width-80px.nop {
    margin-top: 0;
  }

  .main-image-wrap {
    width: 100%;
  }

  .rte-blogs h3 {
    font-size: 26px;
  }

  .rte-blogs h4 {
    font-size: 24px;
  }

  .rte-blogs h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .rte-blogs blockquote {
    font-size: 18px;
  }

  .rte-blogs h5 {
    font-size: 22px;
  }

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

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

  .cta-wrapper-card.long-text {
    flex-flow: column;
  }

  .qr-wrapper {
    margin-top: 70px;
  }

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

  .awards-slider {
    height: auto;
  }

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

  .logos-grid-wrapper.gap-w {
    justify-content: space-around;
  }

  .testimonials-text-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-four-cards {
    grid-template-columns: 1fr 1fr;
  }

  .about-us-text.left-aligned-responsive {
    justify-content: center;
    align-items: flex-start;
  }

  .subtitle-about-us.left-aligned-responsive {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-85 {
    display: flex;
  }

  .div-wrap-a, .div-wrap-b {
    display: none;
  }

  .number-circle {
    width: 75px;
    height: 75px;
  }

  .point-wrap {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    border-radius: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .number-heading {
    font-size: 35px;
  }

  .point-text-area {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

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

  .points-wrapper.gap-0px.less-margin-responsive {
    margin-top: 0;
  }

  .phone-text-area {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .logo-icon {
    width: 150px;
  }

  .slide-nav-3 {
    z-index: 10;
    margin-top: -4px;
    top: 52px;
  }

  .icon-36, .left-arrow-3, .icon-37, .right-arrow-3 {
    display: none;
  }

  .content-side-by-side {
    flex-flow: column;
  }

  .map-grid, .grid-29 {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .areas-grid-two-columns {
    grid-template-columns: 1fr;
  }

  .locations {
    margin-top: 4rem;
  }

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

  .bold-sizing, .bold-text-7 {
    font-size: 21px;
  }

  .images {
    height: auto;
  }

  .images.max-height-700.sticky.large {
    min-height: auto;
  }

  .images._100---w {
    height: 450px;
  }

  .images.max-height-650.fit-adjust-top {
    object-position: 50% 20%;
  }

  .images.max-height-650.fit-adjust-top.fixed-size {
    min-height: auto;
  }

  .images.size-500 {
    height: 400px;
    max-height: none;
  }

  .images.size-500.flip {
    height: auto;
  }

  .images.size-500.fit-bottom {
    object-position: 50% 0%;
  }

  .images.max-height-700 {
    max-height: 450px;
  }

  .images.max-height-700.sticky {
    position: static;
  }

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

  .div-block-103 {
    width: 100%;
  }

  .main-services-wrapper.padding-top-80 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .limit-1081.flex-center.center-content-text {
    text-align: center;
    width: 100%;
    max-width: none;
  }

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

  .company-text {
    text-align: left;
  }

  .contact-embeds.text-color-white {
    padding-top: 0;
  }

  .title-h2.align-center.adjusted-responsive {
    text-align: left;
  }

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

  .title-h2.align-title.top-margin-0px {
    text-align: left;
  }

  .rich-text-block h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .rich-text-block h3 {
    font-size: 26px;
  }

  .rich-text-block h4 {
    font-size: 24px;
  }

  .rich-text-block h5 {
    font-size: 22px;
  }

  .grid-two-components {
    grid-template-columns: 1fr;
  }

  .ceo-image-wrap {
    width: 100%;
  }

  .ceo-image-wrap.relative.fixed-size {
    height: auto;
  }

  .company-box-footer {
    flex-flow: column;
  }

  .h2-rich-t {
    font-size: 24px;
  }

  .p-rt {
    margin-top: 20px;
  }

  .ceo-content-styling-wrap {
    min-width: 100%;
    left: auto;
  }

  .ceo-content-styling-wrap.position-fixed {
    left: auto;
  }

  .card-slider {
    width: 100%;
    padding-bottom: 50px;
  }

  .card-slide, .card-slide-2 {
    width: 50%;
  }

  .slide-nav-4 {
    display: block;
  }

  .calendar.microsoft {
    height: 90vh;
  }

  .absolute-cross-icon {
    top: 90px;
  }

  .button-wrap---top-margin.center-align {
    justify-content: center;
    align-items: center;
  }

  .ceo-info-wrap {
    inset: auto 0% 0% auto;
  }

  .ceo-info-wrap.md {
    inset: auto auto 0% 0%;
  }

  .ceo-quote-icon {
    top: -14%;
  }

  .point-card-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .point-h3 {
    font-size: 28px;
  }

  .point-h3.smaller-responsive {
    font-size: 20px;
    line-height: 28px;
  }

  .videos-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .collection-list-wrapper-9 {
    width: 100%;
  }

  .subtitle-2 {
    text-align: left;
  }

  .subtitle-2.cms-center-align {
    text-align: center;
  }

  .title-h1-2 {
    text-align: left;
  }

  .title-h1-2.align-center-mobile {
    text-align: center;
  }

  .heading-22 {
    text-align: left;
  }

  .paragraph-big-3.align-center-tablet, .paragraph-big-4.center-text {
    text-align: center;
  }

  .expandable-single-2 {
    padding-right: 4px;
  }

  .space-102 {
    height: 70px;
  }

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

  .text-block-35.center-c {
    text-align: center;
  }

  .hero-shape {
    display: none;
  }

  .hero-image {
    position: static;
  }

  .content-component {
    margin-top: 40px;
  }

  .heading-text {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    padding-right: 40px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section.less-padding-mobile {
    padding-bottom: 30px;
  }

  .subtitle {
    font-size: 18px;
  }

  .limit-580 {
    max-width: none;
  }

  .limit-580.flex-center {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .limit-580.flex-center.center-content-text {
    align-items: center;
  }

  .cta.nowrap {
    white-space: nowrap;
    width: 150px;
  }

  .cta.nowrap.big.transition.white-background, .cta.nowrap.big.transition.white-background.location {
    width: auto;
  }

  .space-80.contact-hero-space {
    height: 80px;
  }

  .logos-master {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logos-master.trusted-partner {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logos-master.certifications {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .logo-image {
    width: 22%;
    height: 31px;
  }

  .logo-image.big-size {
    object-fit: contain;
    width: 100%;
  }

  .logo-image.certifications {
    height: 77px;
  }

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

  .grid-four.blog-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-four.features-four, .grid-four.thirds-changes {
    grid-template-columns: 1fr;
  }

  .component-heading.align-left-mobile {
    text-align: left;
  }

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

  .paragraph-big.white.center-text.width-70 {
    width: auto;
  }

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

  .paragraph-big.text-center.sizing-80 {
    width: auto;
  }

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

  .wrap-tile-feature-texts.center-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tile-grey.career-tile.grid-styling {
    grid-template-columns: 1fr;
    place-items: start;
  }

  .wrap-numbers {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .wrap-numbers.margin {
    width: 500px;
  }

  .number-tile.middle {
    border-style: none;
    border-top-width: 1px;
    border-top-color: #f0f0f0;
    border-bottom-width: 1px;
    border-bottom-color: #f0f0f0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .number-tile.right {
    border-bottom: 1px #f0f0f0;
    border-right-style: none;
  }

  .home-image-wrap {
    height: 66vw;
  }

  .content-flex-centered {
    padding-left: 0;
    padding-right: 0;
  }

  .colored-block {
    max-width: 82%;
    height: 66vw;
  }

  .heading-wrap-center {
    margin-bottom: 20px;
  }

  .limit-690.center-landscape {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .master-contact-block {
    grid-template-columns: 1fr;
  }

  .contact-wrap {
    max-width: none;
  }

  .image.sizing._600px {
    height: auto;
  }

  .container-navbar {
    grid-template-columns: 1fr 1fr;
    padding: 10px 16px;
  }

  .brand-nav.logo-sizing {
    width: 200px;
  }

  .right-navbar {
    display: none;
  }

  .left-footer-bottom {
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .links-master-footer.justify-end {
    width: 100%;
    padding-right: 0;
  }

  .links-master-footer.justify-end.bottom-margin {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .links-master-footer.padding-middle {
    justify-content: center;
    align-items: center;
    width: 200px;
  }

  .links-master-footer.padding-middle.width {
    width: 350px;
  }

  .links-column-footer {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 350px;
  }

  .links-column-footer.limit-w {
    justify-content: center;
    align-items: flex-start;
    width: 300px;
  }

  .master-footer-bottom {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
  }

  .master-footer-bottom.mobile-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .mega-h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .tile-feature-transparent-small.center-text.center-wrap-content.shadow {
    justify-content: center;
    align-items: flex-start;
  }

  .service-marquee-card {
    padding: 24px;
  }

  .image-team._300px-height {
    height: 400px;
  }

  .container-sub-nav {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .link-sub-nav {
    color: var(--text-color-black\<deleted\|variable-165b2388\>);
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 40px;
    flex: none;
    height: 32px;
    margin-right: 1vw;
    padding-top: 0;
  }

  .link-sub-nav.w--current {
    background-color: var(--primary-1);
    color: #f9f9f9;
    border-color: #fff;
  }

  .tile-feature-transparent-fourths {
    padding-bottom: 2px;
  }

  .tile-feature-transparent-fourths.centered-support.support-padding {
    width: 100%;
    padding-bottom: 32px;
  }

  .tile-feature-transparent-fourths.centered-support.support-padding:hover {
    transform: scale(1.05);
  }

  .product-block {
    flex-direction: column;
  }

  .left-faq {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .wrap-two-headings-sides.styling {
    grid-template-columns: 1fr;
  }

  .title-wrap-about-c {
    margin-bottom: 10px;
  }

  .wrap-people-about-c {
    height: auto;
    margin-top: 40px;
  }

  .wrap-people-about-c.change-styling {
    height: auto;
  }

  .grid-people-about-c {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-people-about-c.changes {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-people-about-c.move-down._100.hidden-on-mobile, .image-people-about-c.middle-image {
    display: none;
  }

  .image-people-about-c._100.z {
    object-position: 50% 80%;
  }

  .left-service-hero._100-width {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .pricing-review.large {
    max-width: none;
  }

  .pricing-review-detail {
    text-align: left;
  }

  .column-left-single-career {
    padding: 0;
  }

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

  .line-menu.first-line {
    background-color: var(--paragraph-color);
  }

  .line-menu.first-line.white-l {
    background-color: #fff;
  }

  .line-menu.second-line.white-l {
    background-color: #fff;
  }

  .line-menu.second-line, .line-menu.first-line {
    background-color: #2b2b2b;
  }

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

  .components-single {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .components-single._2box, .grid-three-components {
    grid-template-columns: 1fr;
  }

  .dropdown {
    text-align: center;
    width: 300px;
  }

  .text-color-white.no-padding.link-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    padding-right: 60px;
  }

  .top-nav-phone {
    margin-right: 0;
  }

  .small-text-cta._16px-font {
    display: none;
  }

  .info-container {
    padding-top: 20px;
  }

  .grid-5._40px-padding {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .no-wrap {
    font-size: 33px;
  }

  .html-embed {
    height: 1300px;
  }

  .teams-main {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column-reverse;
  }

  .team-image {
    width: 100%;
    height: 500px;
  }

  .div-block-23, .team-image-wrapper {
    width: 100%;
  }

  .collection-item {
    margin-bottom: 40px;
  }

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

  .grid-sitemap {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .author-name {
    font-size: 18px;
  }

  .grid-11 {
    margin-top: 30px;
  }

  .div-block-47 {
    padding-top: 10px;
  }

  .text-block-13 {
    line-height: 20px;
  }

  .heading {
    font-size: 33px;
    line-height: 40px;
  }

  .collection-list-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .cta-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-container {
    width: auto;
    left: 0%;
  }

  .cta-content {
    align-items: center;
    width: 85%;
  }

  .cta-content.padding-left {
    padding-right: 0;
  }

  .services-wrap {
    flex-direction: column;
    display: flex;
  }

  .grid-16 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cta-heading, .cms-heading-h2 {
    text-align: center;
  }

  .main-testimonial {
    margin-bottom: 10px;
  }

  .heading-top-no-margin {
    text-align: center;
  }

  .heading-top-no-margin.align-left {
    text-align: left;
  }

  .wrap-text {
    padding-bottom: 40px;
  }

  .heading-hero.width-80px {
    width: auto;
    font-size: 50px;
  }

  .rte-blogs blockquote {
    font-size: 18px;
  }

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

  .cta-wrapper-card {
    flex-direction: column;
  }

  .awards-slider {
    height: auto;
  }

  .logos-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-bottom: 60px;
    display: grid;
  }

  .grid-25, .grid-four-cards {
    grid-template-columns: 1fr;
  }

  .number-circle {
    width: 50px;
    height: 50px;
  }

  .number-circle.style-v2 {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .number-circle.style-v2.grey {
    background-color: var(--secondary);
  }

  .point-wrap {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .number-heading {
    font-size: 25px;
  }

  .number-heading.size-v2 {
    font-size: 32px;
  }

  .number-area.style-v2 {
    background-size: contain;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

  .phone-main {
    width: 360px;
  }

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

  .logo-icon.logo-v2 {
    object-fit: scale-down;
  }

  .slide-nav-3 {
    margin-top: -3px;
    inset: 118px 0% 0%;
  }

  .logo-size {
    height: 100px;
  }

  .location-c-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-nav {
    bottom: 4px;
  }

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

  .map-link.width-50 {
    width: auto;
  }

  .grid-29 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .div-block-91 {
    width: 60px;
  }

  .gradient-people-about-c-2 {
    height: 20%;
  }

  .images {
    height: 400px;
    max-height: none;
  }

  .images._100---w {
    height: 350px;
  }

  .images.max-height-650.fit-adjust-top {
    height: 300px;
  }

  .images.max-height-650.fit-adjust-top.fixed-size {
    object-position: 50% 50%;
  }

  .images.max-height-700 {
    max-height: 500px;
  }

  .limit-1081 {
    max-width: none;
  }

  .limit-1081.flex-center {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .limit-1081.flex-center.center-content-text {
    align-items: center;
  }

  .title-h2 {
    font-size: 32px;
  }

  .h2-rich-t {
    font-size: 24px;
  }

  .ceo-content-styling-wrap {
    padding: 24px;
  }

  .ceo-content-styling-wrap.position-fixed {
    min-width: auto;
    min-height: auto;
  }

  .ceo-content-styling-wrap.m-b-p {
    margin-bottom: 40px;
  }

  .card-slider {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  .card-slider-mask {
    display: block;
  }

  .card-slide {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .card-slider-2 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  .card-slider-mask-2 {
    display: block;
  }

  .card-slide-2 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .absolute-cross-icon {
    top: 100px;
    right: 90px;
  }

  .ceo-name {
    font-size: 20px;
  }

  .ceo-quote-icon {
    width: 100px;
    height: auto;
    top: -8%;
  }

  .point-card-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding: 30px;
  }

  .point-h3 {
    font-size: 26px;
  }

  .point-content-container {
    width: auto;
  }

  .videos-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .single-col-vid-wrap {
    width: 100%;
  }

  .subtitle-2 {
    font-size: 18px;
  }

  .paragraph-big-3.align-center-tablet, .heading-top-no-margin-2 {
    text-align: center;
  }

  .services-text-wrapper-2.services-height-auto {
    height: auto;
  }

  .cms-heading-h2-2 {
    text-align: center;
  }

  .hero-image {
    min-width: 0;
    min-height: 0;
  }

  .live-icon-chat {
    width: 70px;
    height: 70px;
  }

  .top-text-container {
    margin-right: 21px;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  blockquote {
    padding-right: 40px;
    font-size: 19px;
    line-height: 35px;
  }

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

  .section.contact-version-two {
    padding-top: 20px;
  }

  .section.hero-home-c {
    padding-top: 120px;
  }

  .section.hero-home-c.padding-bottom-20px {
    padding-top: 80px;
  }

  .section.hero-service {
    padding-top: 100px;
  }

  .section.hero-about-c {
    padding-top: 120px;
  }

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

  .section.pricing-hero.padding-bottom-0px {
    padding-top: 20px;
  }

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

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

  .section._160px-bottom {
    padding-bottom: 100px;
  }

  .section._160px-bottom.padding-bottom-mobile {
    padding-bottom: 60px;
  }

  .section._60px-padding.light-grey.hide-for-now.logo {
    padding-bottom: 48px;
  }

  .section._60px-padding.light-grey.hide-for-now.logo.white-bg {
    padding-top: 60px;
  }

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

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

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

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .grid-halves.image-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-halves.pricing-hero-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 0;
  }

  .content-wrap-hero-home-a {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrap-hero-home-a.aligh-left {
    align-items: flex-start;
  }

  .subtitle {
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 36px;
  }

  .subtitle.center-text._60-width {
    width: auto;
  }

  .marquee-column.last-column-marquee {
    display: none;
  }

  .cta {
    white-space: nowrap;
    padding: 16px 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .cta.big.transitions {
    white-space: nowrap;
    height: 60px;
    font-size: 18px;
  }

  .cta.big.transitions.big-button {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta.big.transitions.margin-top.breaking-smaller {
    letter-spacing: .02em;
    white-space: normal;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 23px;
  }

  .space-80.contact-hero-space {
    height: 80px;
  }

  .logos-master.trusted-partner {
    grid-column-gap: 28px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .logo-image {
    width: 35%;
  }

  .logo-image.big-size {
    width: auto;
    max-height: 18px;
  }

  .logo-image.big-size.v3 {
    max-height: 26px;
  }

  .logo-image.big-size.v2 {
    max-height: 22px;
  }

  .logo-image.big-size.v4 {
    max-height: 36px;
  }

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

  .grid-four.blog-thirds {
    grid-row-gap: 40px;
  }

  .grid-four.thirds-changes {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tile-feature-transparent {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .paragraph-big.white.center-text.width-70 {
    line-height: 130%;
  }

  .paragraph-big.align-center-tablet.size-20px {
    font-size: 18px;
    line-height: 32px;
  }

  .paragraph-big.left-align, .paragraph-big.text-center.sizing-80.align-left-mobile, .paragraph-big.align-center.align-left-mobile {
    text-align: left;
  }

  .trust-pilot-review {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .paragraph-small {
    font-size: 15px;
    line-height: 130%;
  }

  .paragraph-small.white.width80 {
    text-align: center;
    width: auto;
    margin-top: 10px;
  }

  .wrap-numbers {
    grid-template-columns: 1fr;
    align-content: stretch;
    align-items: start;
  }

  .wrap-numbers.margin {
    width: auto;
  }

  .text-subnumber {
    white-space: nowrap;
  }

  .image-image-section.image-size {
    height: auto;
  }

  .home-image-wrap {
    height: 78vw;
  }

  .home-image-wrap.height-100._500.sticky {
    height: auto;
  }

  .check-list-item {
    font-size: 16px;
  }

  .card-wrap {
    width: 70%;
    top: 80px;
    left: -24px;
  }

  .colored-block {
    height: 78vw;
  }

  .check-list-wrap {
    grid-row-gap: 12px;
  }

  .limit-690.center-phone {
    text-align: center;
  }

  .image-blog-tile {
    height: 250px;
    min-height: auto;
  }

  .image-blog-tile.fixed-height {
    height: 200px;
  }

  .form-input-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .input-wrap {
    margin-bottom: 16px;
  }

  .contact-image {
    height: auto;
  }

  .contact-quote-wrap {
    padding: 24px;
  }

  .brand-nav.logo-sizing {
    width: 150px;
  }

  .nav-menu {
    width: 96%;
  }

  .dropdown-toggle-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .drodpdown-list.homepages-list.services-menus.box-shadow.w--open {
    position: relative;
    left: 0;
    right: 0;
  }

  .left-footer-to.max-w-350 {
    width: 90%;
    max-width: none;
  }

  .footer-link {
    width: auto;
    height: auto;
  }

  .wrap-footer-bottom {
    padding-top: 60px;
  }

  .left-footer-bottom {
    justify-content: center;
  }

  .links-master-footer.justify-end {
    justify-content: center;
    padding-right: 0;
  }

  .links-master-footer.justify-end.bottom-margin {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .links-master-footer.padding-middle {
    width: 300px;
  }

  .links-master-footer.padding-middle.width {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .links-column-footer {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .links-column-footer.limit-w {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .right-footer-bottom.gap-zero {
    max-width: none;
  }

  .contact-block-footer-bottom {
    justify-content: center;
    align-items: center;
  }

  .contact-block-footer-bottom.border, .contact-block-footer-bottom.border._0 {
    width: 100%;
  }

  .mega-h1 {
    font-size: 32px;
    line-height: 135%;
  }

  .tile-feature-transparent-small.center-text.center-wrap-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tile-feature-transparent-small.center-text.center-wrap-content.shadow {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .tab-block {
    padding: 24px;
  }

  .single-process {
    grid-column-gap: 16px;
  }

  .link-contact-tile {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 32px;
  }

  .link-contact-tile.padding-contact.no-radius {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .link-contact-tile.padding-contact.no-radius.top-radius {
    justify-content: center;
    align-items: center;
  }

  .right-contact-tile {
    text-align: center;
  }

  .text-size-heading-4.footer-center-text {
    text-align: center;
    font-size: 18px;
  }

  .expandable-single {
    padding: 24px;
  }

  .faq-h3 {
    margin-right: 20px;
  }

  .image-team._300px-height {
    height: 250px;
  }

  .slider {
    max-width: 100%;
  }

  .card-testimonial-version-one.box-shadow-style {
    height: 100%;
  }

  .space-20.show-mobile {
    display: block;
  }

  .avatar-name {
    font-size: 18px;
  }

  .subnav {
    height: 70px;
    top: 70px;
  }

  .tile-feature-transparent-fourths.centered-support.support-padding {
    padding-bottom: 32px;
  }

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

  .title-wrap-about-c.padding-inside {
    margin-bottom: 0;
  }

  .wrap-people-about-c.change-styling {
    height: auto;
  }

  .grid-people-about-c {
    grid-template-columns: 1fr 1fr;
  }

  .grid-people-about-c.changes {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-people-about-c, .image-people-about-c.move-down, .image-people-about-c.move-down.flip {
    height: 250px;
  }

  .image-people-about-c._100.z {
    object-position: 50% 52%;
    height: auto;
    max-height: 300px;
  }

  .left-service-hero {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .left-service-hero._100-width {
    justify-content: center;
    align-items: center;
  }

  .left-service-hero._100-width.max-w.flex-left {
    flex-flow: row;
  }

  .left-service-hero._100-width.max-w.flex-left.align-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .pricing-review {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .pricing-review-detail {
    text-align: center;
    align-items: center;
  }

  .image-pricing-hero {
    max-width: none;
  }

  .tile-pricing {
    padding: 52px 24px;
  }

  .apply-tile-career-single {
    grid-row-gap: 16px;
  }

  .column-left-single-career {
    padding-left: 0;
    padding-right: 0;
  }

  .text-quote {
    font-size: 28px;
    line-height: 135%;
  }

  .component-card {
    padding: 24px;
  }

  .component-card.grey-color {
    height: auto;
  }

  .components-single {
    grid-template-columns: 1fr;
  }

  .components-single._2box {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-three-components {
    grid-template-columns: 1fr;
  }

  .dropdown {
    align-self: center;
    width: 270px;
  }

  .text-color-white.no-padding.link-footer {
    padding-left: 0;
  }

  .dropdown-list.background-transparent {
    width: 190px;
  }

  .divider-line.color-primary.show-mobile {
    display: block;
  }

  .top-nav-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .top-nav-phone {
    width: 26px;
    margin-right: 0;
  }

  .small-text-cta {
    display: none;
  }

  .div-block {
    padding-right: 0;
  }

  .info-wrapper.centered._40px-bottom {
    padding-top: 0;
  }

  .info-container {
    width: 100%;
  }

  .grid-5._40px-padding.padding-bottom-0px {
    padding-bottom: 0;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: space-between;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .div-block-9 {
    padding-top: 60px;
  }

  .link-contact-tile-2 {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 32px;
  }

  .no-wrap {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
  }

  .no-wrap.no-margins.phone-number-txt-size {
    font-size: 24px;
  }

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

  .team-image {
    height: 250px;
  }

  .wrapper-socials {
    flex-direction: row;
  }

  .flex-wrapper {
    justify-content: flex-start;
    padding-bottom: 40px;
    padding-right: 0;
  }

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

  .grid-sitemap {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .author-name {
    line-height: 20px;
  }

  .link-author {
    justify-content: center;
    align-items: flex-end;
  }

  .grid-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .div-block-47 {
    background-image: linear-gradient(356deg, #fff0, #fff0);
    padding-left: 10px;
    inset: 0%;
  }

  .image-14 {
    height: auto;
  }

  .div-block-48 {
    flex-direction: row;
    align-items: flex-start;
  }

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

  .social-stickey {
    flex-direction: column;
  }

  .heading {
    font-size: 22px;
  }

  .menu-text-footer {
    white-space: normal;
  }

  .cta-wrapper {
    padding: 20px;
  }

  .cta-container {
    width: auto;
  }

  .cta-content {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .cta-content.location {
    width: 100%;
  }

  .cta-heading {
    text-align: center;
    font-size: 26px;
  }

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

  .footer-center-text.text-block-25 {
    font-size: 16px;
  }

  .align-center, .cms-heading-h2 {
    text-align: center;
  }

  .author-box {
    margin-left: 5px;
  }

  .wrap-text {
    padding-bottom: 20px;
  }

  .heading-hero {
    text-align: left;
  }

  .heading-hero.width-80px {
    font-size: 32px;
    line-height: 42px;
  }

  .html-embed-6 {
    height: auto;
  }

  .rte-blogs blockquote {
    font-size: 18px;
  }

  .cta-wrapper-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .qr-img {
    flex: none;
    align-self: flex-start;
    max-width: 100%;
  }

  .qr-wrapper {
    flex-flow: row;
    align-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-75 {
    background-color: var(--secondary);
    box-shadow: none;
    padding: 0;
  }

  .logos-grid-wrapper.gap-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-85 {
    flex-direction: column;
    align-items: flex-start;
  }

  .number-circle {
    width: 35px;
    height: 35px;
  }

  .number-circle.style-v2 {
    background-color: #fff0;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-top: 40px;
  }

  .point-wrap {
    cursor: pointer;
    border-radius: 100px 0 0 100px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }

  .number-heading {
    line-height: 25px;
    display: none;
  }

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

  .phone-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 288px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
  }

  .phone-wrapper {
    margin-top: 0;
  }

  .text-block-24 {
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    line-height: 16px;
  }

  .text-block-24.hidden-mobile {
    display: none;
  }

  .phone-container {
    width: 100%;
  }

  .phone-content {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .phone-text-area {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .phone-link {
    width: 100%;
  }

  .flex-trusted-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .logo-icon {
    width: 100px;
  }

  .logo-icon.logo-v2 {
    height: 24px;
  }

  .slide-nav-3 {
    top: 107px;
  }

  .award-r-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .logo-size {
    object-fit: contain;
    height: 100px;
  }

  .location-c-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-nav {
    bottom: -13px;
  }

  .single-map-container {
    margin-bottom: 20px;
  }

  .div-block-91 {
    width: 100px;
  }

  .areas-we-serve-wrap {
    flex-flow: column;
    padding: 20px 10px;
  }

  .areas-grid-two-columns {
    place-items: center stretch;
    width: 100%;
  }

  .code-embed {
    height: auto;
  }

  .div-block-96 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .areas-we-serve-content {
    width: 100%;
  }

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

  .images, .images._100---w {
    height: 250px;
  }

  .images.max-height-650 {
    height: auto;
    max-height: none;
  }

  .images.max-height-650.fit-adjust-top {
    object-position: 50% 20%;
    height: 280px;
  }

  .images.size-500 {
    height: 250px;
  }

  .images.size-500.flip {
    height: 300px;
  }

  .main-services-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .title-h2.align-center.align-left-mobile {
    text-align: left;
  }

  .h2-rich-t {
    font-size: 24px;
  }

  .ceo-content-styling-wrap {
    padding: 12px;
  }

  .ceo-content-styling-wrap.position-fixed {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .card-slider, .card-slider-2 {
    width: 100%;
  }

  .calandar-wrapper {
    padding: 2rem 1rem;
  }

  .absolute-cross-icon {
    top: 90px;
    right: 40px;
  }

  .ceo-info-wrap, .ceo-info-wrap.md {
    width: 47%;
  }

  .ceo-name, .ceo-company {
    font-size: 16px;
    line-height: 22px;
  }

  .ceo-quote-icon {
    width: 70px;
    top: -5%;
  }

  .plus-wrapper {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .horizontal-line {
    background-color: var(--primary-2);
    width: 18px;
    min-width: 18px;
    height: 3px;
    min-height: 3px;
    padding: 0;
    position: absolute;
  }

  .vertical-line {
    background-color: var(--primary-2);
    align-self: center;
    width: 3px;
    min-width: 3px;
    height: 18px;
    min-height: 18px;
    padding: 0;
    position: absolute;
  }

  .ceo-list-item-bullet {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-top: 2.5px;
  }

  .content-list-item {
    line-height: 24px;
  }

  .ceo-list-wrapper {
    margin-left: 0;
  }

  .point-card-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    cursor: pointer;
    border-radius: 6px;
    flex-flow: row-reverse;
    padding: 15px 10px;
  }

  .point-h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .point-content-wrap {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .point-content-container {
    width: 100%;
  }

  .div-block-106 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .slide-nav-5 {
    font-size: 10px;
  }

  .div-block-113 {
    flex-flow: column;
  }

  .cta-2 {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitle-2 {
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 36px;
  }

  .paragraph-small-2 {
    font-size: 15px;
    line-height: 130%;
  }

  .text-subnumber-2 {
    white-space: nowrap;
  }

  .no-margins-2._10px-bottom {
    font-size: 22px;
  }

  .services-text-wrapper-2.services-height-auto {
    margin-left: 10px;
    margin-right: 10px;
  }

  .expandable-single-2 {
    padding: 24px;
  }

  .faq-h3-2 {
    margin-right: 20px;
  }

  .cta-3 {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-3.big.transitions {
    white-space: nowrap;
    height: 60px;
    font-size: 18px;
  }

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

  .cms-heading-h2-2 {
    text-align: center;
  }

  .text-size-heading-5.footer-center-text {
    text-align: center;
    font-size: 18px;
  }

  .link-contact-tile-3 {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 32px;
  }

  .link-contact-tile-3.padding-contact.no-radius, .link-contact-tile-3.padding-contact.no-radius.top-radius {
    justify-content: center;
    align-items: center;
  }

  .color-primary {
    border-bottom: 1px solid var(--primary-1);
  }

  .whatsapp-block {
    bottom: 10px;
    right: 10px;
  }
}

#w-node-a991cc0d-6947-afb2-eec8-a1ff7bdf3be0-62b40338, #w-node-_7878e1c2-c687-1618-f04f-7c3ecbe733d4-62b40338, #w-node-db9753e4-f5ef-831d-8511-98d49354bdf7-62b40338, #w-node-a5396d5a-013a-e6a2-de52-7fb1380326e5-62b40338, #w-node-_0ccae408-db65-01b5-7105-19ea4739f9bd-62b40338, #w-node-_0ccae408-db65-01b5-7105-19ea4739f9be-62b40338, #w-node-_8775e750-77ee-be08-dbde-e53aa80604b5-62b40338, #w-node-_8775e750-77ee-be08-dbde-e53aa80604b6-62b40338, #w-node-c121b990-6937-2f13-5b1b-72064fcecd59-62b40338, #w-node-c121b990-6937-2f13-5b1b-72064fcecd5a-62b40338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c5fb7d3-61f6-9c5c-b4b7-aeb823e9df08-62b40338 {
  align-self: center;
}

#w-node-fb879aba-29be-29fe-63b1-7b9a3774629c-62b40338, #w-node-fb879aba-29be-29fe-63b1-7b9a37746275-62b40338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1a23ffc-7fe8-0ba2-7e96-9451b060d29f-62b40338 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe3a1cb7-aeaf-0904-febf-7d982c25e33d-62b40338 {
  align-self: start;
}

#w-node-_620090bc-0ff2-533b-c9cb-d87b2043fcf9-2043fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_620090bc-0ff2-533b-c9cb-d87b2043fcfe-2043fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_620090bc-0ff2-533b-c9cb-d87b2043fd02-2043fcf5 {
  place-self: stretch center;
}

#w-node-_620090bc-0ff2-533b-c9cb-d87b2043fd71-2043fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d824b037-c7a2-bd99-565e-3aeb48e3329a-48e3329a {
  place-self: center start;
}

#w-node-_10691b65-a555-3fac-694b-5e497d21938e-62b4033b, #w-node-_9f7e5e06-d22a-a39d-bdbd-b58f7362e23a-62b4033b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_199504be-7cca-5767-3d28-e04ef73c85dd-62b4033d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_9ec7b0ac-ceb1-e10d-5c04-4008c729024c-62b4033e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c9d86e8c-78e9-e7d4-9d56-36881964ca4c-62b4033e {
  justify-self: center;
}

#w-node-a7bfede8-08a7-cc92-7241-5f1bb7001484-62b4033f, #w-node-_93dfcbe2-1af6-37d8-6180-a9f84861529c-62b40343, #w-node-_3ff43647-4bcd-3eee-cdbf-43667371db96-62b40343, #w-node-_3ff43647-4bcd-3eee-cdbf-43667371db95-62b40343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95c61268-d896-d334-29b5-c3939df3bbaf-62b40343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_95c61268-d896-d334-29b5-c3939df3bbad-62b40343, #w-node-_3504dc75-7686-262b-04ca-70379bcb0f52-62b40343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3504dc75-7686-262b-04ca-70379bcb0f3d-62b40343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_449f7218-927b-fc69-8c0a-944182571a1c-62b40343 {
  align-self: center;
}

#w-node-_73e34974-3dcc-83a0-8d5b-5a87c8f6b6b5-62b40343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_73e34974-3dcc-83a0-8d5b-5a87c8f6b6b2-62b40343, #w-node-_8fe8bf15-18d3-345e-51e9-a99d57deec68-62b40344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fe8bf15-18d3-345e-51e9-a99d57deec7c-62b40344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_3dbfb17a-6f2c-2600-9806-c40ea06f1c39-62b40344 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_7bf322a1-7f8f-2fbe-8901-fbf6849ed19d-62b40345, #w-node-_7bf322a1-7f8f-2fbe-8901-fbf6849ed19e-62b40345, #w-node-_7bf322a1-7f8f-2fbe-8901-fbf6849ed1a1-62b40345, #w-node-_7bf322a1-7f8f-2fbe-8901-fbf6849ed19f-62b40345, #w-node-_7bf322a1-7f8f-2fbe-8901-fbf6849ed1a0-62b40345, #w-node-f51922cb-bbba-a7b5-4314-2d6cb15c21c3-62b40345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57acc0e0-03c4-f755-36f1-cab903a5b636-62b40345, #w-node-eca715c7-7f76-be12-eeaa-6776e1d40958-62b40345 {
  place-self: center;
}

#w-node-bfc8c993-4a1c-a141-f84e-da793a5b7115-62b40345, #w-node-_868add7a-f6fe-183c-60f3-cd984b48fc7b-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a42a576c-0176-1f7d-efce-af9d4a03336a-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f06827fc-ab20-5b04-063e-df58f5ae9973-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06827fc-ab20-5b04-063e-df58f5ae9974-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cc2a56aa-65a3-6f2a-24f5-5e1d657125a7-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc2a56aa-65a3-6f2a-24f5-5e1d657125a8-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_714f2f53-1910-c4d2-39c1-a1563ffa3895-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_714f2f53-1910-c4d2-39c1-a1563ffa3896-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_342ea06f-86eb-1c2c-f467-9ec9fdcbe0f6-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_342ea06f-86eb-1c2c-f467-9ec9fdcbe0f7-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6eca65e8-44e7-1b13-be72-fcc546df18a2-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eca65e8-44e7-1b13-be72-fcc546df18a3-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a880c866-257f-0ae2-fd30-8051b512c1f4-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a880c866-257f-0ae2-fd30-8051b512c1f5-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bf91c2c4-bc6a-4568-7408-cfd2c4376844-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf91c2c4-bc6a-4568-7408-cfd2c4376845-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_75918a00-fa33-7c9c-a67e-be7fca991e44-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75918a00-fa33-7c9c-a67e-be7fca991e45-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7674e222-27e1-9fbd-f8de-7879c0789e5d-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7674e222-27e1-9fbd-f8de-7879c0789e5e-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_768ef061-5054-8961-bd22-a1f40c382b99-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_768ef061-5054-8961-bd22-a1f40c382b9a-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cd70d8fd-daf3-a006-396d-e70feb9acd57-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd70d8fd-daf3-a006-396d-e70feb9acd58-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cd70d8fd-daf3-a006-396d-e70feb9acd61-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd70d8fd-daf3-a006-396d-e70feb9acd62-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cd70d8fd-daf3-a006-396d-e70feb9acd5c-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd70d8fd-daf3-a006-396d-e70feb9acd5d-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e539dfbf-21fb-6e7b-e4de-21600eeabe36-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e539dfbf-21fb-6e7b-e4de-21600eeabe37-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2855d29e-3dce-b32b-1c59-8445f29b0433-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2855d29e-3dce-b32b-1c59-8445f29b0434-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2855d29e-3dce-b32b-1c59-8445f29b0438-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2855d29e-3dce-b32b-1c59-8445f29b0439-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1479ca16-d25c-aaad-630b-1929b0b5fbb4-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1479ca16-d25c-aaad-630b-1929b0b5fbb5-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_025a1e22-ccfb-8e9f-8c86-7d0721761898-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_025a1e22-ccfb-8e9f-8c86-7d0721761899-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eb2aba14-f6a4-7269-d2a0-1a13ada9a94f-62b40349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb2aba14-f6a4-7269-d2a0-1a13ada9a950-62b40349 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_93681ad9-c40e-dbe5-e774-428100c86741-62b4034a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_93681ad9-c40e-dbe5-e774-428100c86755-62b4034a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_3d835f71-843a-5e65-5f62-a286b933995b-62b4034a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d835f71-843a-5e65-5f62-a286b933995d-62b4034a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7270ae9a-c36b-4a9c-8ba9-ee811116672a-62b4034a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7270ae9a-c36b-4a9c-8ba9-ee811116673b-62b4034a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c0ee0db-6ba0-f7bc-c8ef-172575dbf3ba-62b4034a {
  align-self: start;
}

#w-node-_4ed2ee5d-58b1-91f6-8c6e-1d628179de67-62b4034b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4ed2ee5d-58b1-91f6-8c6e-1d628179de83-62b4034b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_3470a4e8-5f6f-b3a5-80ff-52c7635446a0-62b4034b, #w-node-_91640440-8191-a933-c10a-c13802a4b7fb-62b4034b, #w-node-_91640440-8191-a933-c10a-c13802a4b80e-62b4034b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_230c3858-e2c6-d329-04a0-93d1f432acf5-62b4034b, #w-node-_230c3858-e2c6-d329-04a0-93d1f432ad14-62b4034b {
  align-self: start;
}

#w-node-e5c99a14-d16d-630b-005a-6dd82250f693-62b4034c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e5c99a14-d16d-630b-005a-6dd82250f6af-62b4034c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_39853bfc-0eb4-287c-76df-7d5d9270b05a-62b4034c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ab39486-5fed-818b-bb0f-47c8093783a8-62b4034c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4ab39486-5fed-818b-bb0f-47c8093783b8-62b4034c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2eb89ed-0fd1-6542-b231-4bd881f9d31a-62b4034c {
  align-self: start;
}

#w-node-_36b89d84-0141-1dba-c870-a16ae4f1064c-62b4034e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_36b89d84-0141-1dba-c870-a16ae4f10658-62b4034e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b89d84-0141-1dba-c870-a16ae4f10659-62b4034e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_27cc5e80-5d19-6e8a-c265-3328528c586c-62b4034e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0d0beb1-60ef-78e3-1524-ba8b131d1391-62b4034e {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-efec477b-5299-bbea-5dcf-1cf9cfd9e24d-62b4034e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f48e62da-3b2e-c39c-0185-549d46ce88b8-62b4034f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d98b397d-ed97-db98-fa6f-fcb8e2b3db1e-62b4034f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f48e62da-3b2e-c39c-0185-549d46ce88bf-62b4034f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b15f080a-90e7-9a80-b383-4f916c61c230-62b4034f, #w-node-b15f080a-90e7-9a80-b383-4f916c61c231-62b4034f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b15f080a-90e7-9a80-b383-4f916c61c232-62b4034f {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-b15f080a-90e7-9a80-b383-4f916c61c234-62b4034f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_952bec0c-b6cc-7ab6-8c15-d58be053522b-62b40350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_952bec0c-b6cc-7ab6-8c15-d58be0535237-62b40350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_952bec0c-b6cc-7ab6-8c15-d58be0535238-62b40350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7a57c210-17df-383c-a9aa-7e02bb29d5af-62b40350, #w-node-_7a57c210-17df-383c-a9aa-7e02bb29d5b1-62b40350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a57c210-17df-383c-a9aa-7e02bb29d5be-62b40350 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-b7ac405b-4c7d-eb0d-ecd2-fdf6d33093de-62b40350 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6a4c7bbc-dfb1-6937-f39b-6ff4d01c5eb6-62b40351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6a4c7bbc-dfb1-6937-f39b-6ff4d01c5ebd-62b40351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a4c7bbc-dfb1-6937-f39b-6ff4d01c5ec4-62b40351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-cab511d1-1d06-fbd8-b87f-d5c93f1ffb9f-62b40351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-cab511d1-1d06-fbd8-b87f-d5c93f1ffba8-62b40351, #w-node-cab511d1-1d06-fbd8-b87f-d5c93f1ffbb1-62b40351, #w-node-cab511d1-1d06-fbd8-b87f-d5c93f1ffbba-62b40351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a62032a-e069-3b2e-c6c7-15c53480df90-62b40351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_9a62032a-e069-3b2e-c6c7-15c53480df99-62b40351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c074dd5d-60d6-09a4-094c-abcb4d5f8978-62b40353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c074dd5d-60d6-09a4-094c-abcb4d5f8994-62b40353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a3b96575-df2d-48c0-9202-e96543dc23b9-62b40353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3b96575-df2d-48c0-9202-e96543dc23bb-62b40353, #w-node-a42f68c0-a61a-adee-d2b4-9df344f1c434-62b40353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a42f68c0-a61a-adee-d2b4-9df344f1c442-62b40353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7ec0c13-c305-f139-0746-9e242875984c-62b40354 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c7ec0c13-c305-f139-0746-9e2428759858-62b40354 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7ec0c13-c305-f139-0746-9e2428759859-62b40354 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-dbf34287-fd27-a746-75e7-baa712403511-62b40354 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf34287-fd27-a746-75e7-baa712403520-62b40354 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-fdb9359b-8ad2-d43b-4d1a-a39d056f6d71-62b40354 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e363084b-63cc-11fc-914f-985ceda00f3c-62b40357, #w-node-_9574bc35-88bc-e762-d814-33cbd8063d59-62b40358, #w-node-e276bd64-f9a0-b76f-3308-bc472829f048-62b40358, #w-node-dbf4cb98-659f-a22a-cd3e-83e93a703fca-62b40358, #w-node-_8332c14e-3c48-fd07-6f6b-8943ce706af0-62b40358, #w-node-_5857962f-accc-6bd7-5473-16497ae0e18d-62b40358, #w-node-_97638a98-9efb-a95b-1b3c-7f137d71a4b5-62b40358, #w-node-f26aac25-2e09-4de0-f378-93aac72cd5b4-62b40358, #w-node-_69ae99f2-285a-33c7-6c10-e2e34fde93c3-62b40358, #w-node-_0f00475c-718d-4191-db26-6d3a7e6232ce-62b40359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f00475c-718d-4191-db26-6d3a7e6232d5-62b40359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0f00475c-718d-4191-db26-6d3a7e6232d9-62b40359 {
  place-self: stretch center;
}

#w-node-_0f00475c-718d-4191-db26-6d3a7e623358-62b40359, #w-node-a5501b18-5824-2d6d-e1ca-a3838ee1fec5-62b40359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5501b18-5824-2d6d-e1ca-a3838ee1fee7-62b40359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_372091dc-a237-7a2d-4dbb-6b6e25b06854-62b40359, #w-node-_2d765f51-fb11-cfae-d673-5ee74f2e9327-62b40359, #w-node-_2d765f51-fb11-cfae-d673-5ee74f2e9328-62b40359, #w-node-_2d765f51-fb11-cfae-d673-5ee74f2e9336-62b40359, #w-node-_2d765f51-fb11-cfae-d673-5ee74f2e9337-62b40359, #w-node-_2d765f51-fb11-cfae-d673-5ee74f2e9345-62b40359, #w-node-_2d765f51-fb11-cfae-d673-5ee74f2e9346-62b40359, #w-node-_2d765f51-fb11-cfae-d673-5ee74f2e9354-62b40359, #w-node-_2d765f51-fb11-cfae-d673-5ee74f2e9355-62b40359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4a875ae-7fed-5591-f7a4-6db0b4752360-62b40359 {
  align-self: center;
}

#w-node-f95afc63-a95f-5bdd-a090-e8ccacc8951f-62b40359, #w-node-f95afc63-a95f-5bdd-a090-e8ccacc89522-62b40359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f95696f-fe47-6f44-6522-ad814daf7c0e-62b4035f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9f95696f-fe47-6f44-6522-ad814daf7c1a-62b4035f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f95696f-fe47-6f44-6522-ad814daf7c1b-62b4035f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_67c4f1f4-f668-daa3-4eb1-a98beb7b32e0-62b4035f, #w-node-_67c4f1f4-f668-daa3-4eb1-a98beb7b32e1-62b4035f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67c4f1f4-f668-daa3-4eb1-a98beb7b3313-62b4035f {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_67c4f1f4-f668-daa3-4eb1-a98beb7b3315-62b4035f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e5c99a14-d16d-630b-005a-6dd82250f693-62b40360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e5c99a14-d16d-630b-005a-6dd82250f6af-62b40360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_59b9e556-c4ed-a39f-4264-d4a4a7991d9d-62b40360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c75143e-829c-fc7f-79de-7f33f5f159a6-62b40360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4c75143e-829c-fc7f-79de-7f33f5f159b7-62b40360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b736873b-bcd9-ee9f-26c4-2c789310acb0-62b40360, #w-node-b736873b-bcd9-ee9f-26c4-2c789310accf-62b40360 {
  align-self: start;
}

#w-node-_0fa56116-47cd-d9e1-e3e0-d2bc13e9d027-115404cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0fa56116-47cd-d9e1-e3e0-d2bc13e9d032-115404cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fa56116-47cd-d9e1-e3e0-d2bc13e9d033-115404cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_0cde69ec-a25a-1956-1aea-d02a0f3fffc0-115404cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cde69ec-a25a-1956-1aea-d02a0f3ffff3-115404cf {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_0cde69ec-a25a-1956-1aea-d02a0f400014-115404cf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0dd0abe3-136c-5d75-1505-4c73f1773f6a-d0a73248 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dd0abe3-136c-5d75-1505-4c73f1773f71-d0a73248 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0dd0abe3-136c-5d75-1505-4c73f1773f75-d0a73248 {
  place-self: stretch center;
}

#w-node-_0dd0abe3-136c-5d75-1505-4c73f1773ff4-d0a73248, #w-node-_0a94a2ef-5b55-11c0-0f58-7737dfed43e9-d0a73248, #w-node-_78f541e3-3864-aa48-4199-d254d2bd041b-d0a73248, #w-node-_2d687014-e101-630e-55af-ee5c266b448d-d0a73248, #w-node-a0daee48-a65d-d69e-4e11-0569e8ec22db-d0a73248, #w-node-_3ddb5bad-de58-d366-1f09-0e2e6c2ffe87-d0a73248, #w-node-_171d7404-475c-b71c-d5db-b84aa6942403-d0a73248 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_164145dc-88fd-ff7c-dfb8-c727c84096cd-d0a73248 {
  align-self: center;
}

#w-node-_5e5bb126-8763-f0dd-1c3d-77519e701e0f-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701df1-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701e2d-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701e31-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701e13-d0a73248, #w-node-_2ace21ec-5d3e-0456-127a-6fed221dace5-d0a73248 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5008419-492d-6811-c6e2-f76b8a117865-d0a73248 {
  justify-self: end;
}

#w-node-c5008419-492d-6811-c6e2-f76b8a117863-d0a73248, #w-node-e01c8e97-0f67-9f03-9f95-e33b266fec04-d0a73248 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e01c8e97-0f67-9f03-9f95-e33b266fec06-d0a73248 {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_7878e1c2-c687-1618-f04f-7c3ecbe733d2-62b40338, #w-node-_7878e1c2-c687-1618-f04f-7c3ecbe733d4-62b40338, #w-node-_97638a98-9efb-a95b-1b3c-7f137d71a4b5-62b40358, #w-node-_372091dc-a237-7a2d-4dbb-6b6e25b06851-62b40359, #w-node-_372091dc-a237-7a2d-4dbb-6b6e25b06854-62b40359 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78f541e3-3864-aa48-4199-d254d2bd041d-d0a73248, #w-node-_2d687014-e101-630e-55af-ee5c266b448f-d0a73248, #w-node-a0daee48-a65d-d69e-4e11-0569e8ec22dd-d0a73248, #w-node-_3ddb5bad-de58-d366-1f09-0e2e6c2ffe7c-d0a73248, #w-node-_171d7404-475c-b71c-d5db-b84aa6942405-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701e00-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701df3-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701e22-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701e33-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701e15-d0a73248, #w-node-_2ace21ec-5d3e-0456-127a-6fed221dace7-d0a73248 {
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-dc53ff19-ce43-1759-8a48-5848bed58f8c-62b40338, #w-node-_0a94a2ef-5b55-11c0-0f58-7737dfed43fe-d0a73248 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7878e1c2-c687-1618-f04f-7c3ecbe733d4-62b40338 {
    justify-self: center;
  }

  #w-node-fb879aba-29be-29fe-63b1-7b9a3774629c-62b40338 {
    order: -9999;
  }

  #w-node-fb879aba-29be-29fe-63b1-7b9a37746275-62b40338 {
    justify-self: center;
  }

  #w-node-fb77f9c4-5a2c-313b-008d-49d76994e2b2-62b40338 {
    align-self: center;
  }

  #w-node-_093081f5-9c96-a0e9-97b8-8060c5369f6b-c5369f59 {
    place-self: center;
  }

  #w-node-_6d709e3a-88bb-3ade-13f1-86ba3ebac715-d9d04204 {
    align-self: center;
  }

  #w-node-_620090bc-0ff2-533b-c9cb-d87b2043fd6d-2043fcf5 {
    justify-self: end;
  }

  #w-node-_95c61268-d896-d334-29b5-c3939df3bbaf-62b40343 {
    justify-self: center;
  }

  #w-node-_3504dc75-7686-262b-04ca-70379bcb0f52-62b40343 {
    order: -9999;
  }

  #w-node-_3504dc75-7686-262b-04ca-70379bcb0f3d-62b40343, #w-node-_73e34974-3dcc-83a0-8d5b-5a87c8f6b6b5-62b40343 {
    justify-self: center;
  }

  #w-node-_73e34974-3dcc-83a0-8d5b-5a87c8f6b6b2-62b40343 {
    order: -9999;
  }

  #w-node-_8fe8bf15-18d3-345e-51e9-a99d57deec68-62b40344, #w-node-_8fe8bf15-18d3-345e-51e9-a99d57deec7c-62b40344, #w-node-_93681ad9-c40e-dbe5-e774-428100c86741-62b4034a {
    justify-self: center;
  }

  #w-node-_87def36f-a4a1-db9a-08cc-eec29dff6eee-62b4034a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_93681ad9-c40e-dbe5-e774-428100c86755-62b4034a, #w-node-_3d835f71-843a-5e65-5f62-a286b933995d-62b4034a, #w-node-_7270ae9a-c36b-4a9c-8ba9-ee811116672a-62b4034a {
    justify-self: center;
  }

  #w-node-_7270ae9a-c36b-4a9c-8ba9-ee811116673b-62b4034a {
    order: -9999;
  }

  #w-node-b9483fd8-cde4-979c-a22d-ea063405371f-8c858847 {
    align-self: center;
  }

  #w-node-_4ed2ee5d-58b1-91f6-8c6e-1d628179de67-62b4034b, #w-node-_4ed2ee5d-58b1-91f6-8c6e-1d628179de83-62b4034b, #w-node-_3470a4e8-5f6f-b3a5-80ff-52c7635446a2-62b4034b, #w-node-_91640440-8191-a933-c10a-c13802a4b7fb-62b4034b {
    justify-self: center;
  }

  #w-node-_91640440-8191-a933-c10a-c13802a4b80e-62b4034b {
    order: -9999;
  }

  #w-node-e5c99a14-d16d-630b-005a-6dd82250f693-62b4034c, #w-node-e5c99a14-d16d-630b-005a-6dd82250f6af-62b4034c, #w-node-_39853bfc-0eb4-287c-76df-7d5d9270b05c-62b4034c, #w-node-_4ab39486-5fed-818b-bb0f-47c8093783a8-62b4034c {
    justify-self: center;
  }

  #w-node-_4ab39486-5fed-818b-bb0f-47c8093783b8-62b4034c {
    order: -9999;
  }

  #w-node-_36b89d84-0141-1dba-c870-a16ae4f1064c-62b4034e, #w-node-_36b89d84-0141-1dba-c870-a16ae4f10659-62b4034e, #w-node-f48e62da-3b2e-c39c-0185-549d46ce88b8-62b4034f, #w-node-f48e62da-3b2e-c39c-0185-549d46ce88bf-62b4034f, #w-node-_952bec0c-b6cc-7ab6-8c15-d58be053522b-62b40350, #w-node-_952bec0c-b6cc-7ab6-8c15-d58be0535238-62b40350 {
    justify-self: center;
  }

  #w-node-_6a4c7bbc-dfb1-6937-f39b-6ff4d01c5ec4-62b40351 {
    grid-column: span 2 / span 2;
  }

  #w-node-c074dd5d-60d6-09a4-094c-abcb4d5f8978-62b40353, #w-node-c074dd5d-60d6-09a4-094c-abcb4d5f8994-62b40353, #w-node-a3b96575-df2d-48c0-9202-e96543dc23bb-62b40353, #w-node-a42f68c0-a61a-adee-d2b4-9df344f1c434-62b40353 {
    justify-self: center;
  }

  #w-node-a42f68c0-a61a-adee-d2b4-9df344f1c442-62b40353 {
    order: -9999;
  }

  #w-node-c7ec0c13-c305-f139-0746-9e242875984c-62b40354, #w-node-c7ec0c13-c305-f139-0746-9e2428759859-62b40354 {
    justify-self: center;
  }

  #w-node-_0f00475c-718d-4191-db26-6d3a7e623354-62b40359 {
    justify-self: end;
  }

  #w-node-a5501b18-5824-2d6d-e1ca-a3838ee1fee7-62b40359, #w-node-_372091dc-a237-7a2d-4dbb-6b6e25b06854-62b40359 {
    justify-self: center;
  }

  #w-node-f95afc63-a95f-5bdd-a090-e8ccacc8951f-62b40359 {
    order: -9999;
  }

  #w-node-f95afc63-a95f-5bdd-a090-e8ccacc89522-62b40359, #w-node-_9f95696f-fe47-6f44-6522-ad814daf7c0e-62b4035f, #w-node-_9f95696f-fe47-6f44-6522-ad814daf7c1b-62b4035f, #w-node-e5c99a14-d16d-630b-005a-6dd82250f693-62b40360, #w-node-e5c99a14-d16d-630b-005a-6dd82250f6af-62b40360, #w-node-_59b9e556-c4ed-a39f-4264-d4a4a7991d9f-62b40360, #w-node-_4c75143e-829c-fc7f-79de-7f33f5f159a6-62b40360 {
    justify-self: center;
  }

  #w-node-_4c75143e-829c-fc7f-79de-7f33f5f159b7-62b40360 {
    order: -9999;
  }

  #w-node-_418d9b16-e511-b420-578a-aa098406f287-8406f273 {
    place-self: center;
  }

  #w-node-_0fa56116-47cd-d9e1-e3e0-d2bc13e9d027-115404cf, #w-node-_0fa56116-47cd-d9e1-e3e0-d2bc13e9d033-115404cf {
    justify-self: center;
  }

  #w-node-_0dd0abe3-136c-5d75-1505-4c73f1773ff0-d0a73248 {
    justify-self: end;
  }

  #w-node-_78f541e3-3864-aa48-4199-d254d2bd041d-d0a73248, #w-node-_2d687014-e101-630e-55af-ee5c266b448f-d0a73248, #w-node-a0daee48-a65d-d69e-4e11-0569e8ec22dd-d0a73248, #w-node-_3ddb5bad-de58-d366-1f09-0e2e6c2ffe7c-d0a73248, #w-node-_171d7404-475c-b71c-d5db-b84aa6942405-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701e00-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701df3-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701e22-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701e33-d0a73248, #w-node-_5e5bb126-8763-f0dd-1c3d-77519e701e15-d0a73248, #w-node-_2ace21ec-5d3e-0456-127a-6fed221dace7-d0a73248 {
    justify-self: center;
  }

  #w-node-e01c8e97-0f67-9f03-9f95-e33b266fec04-d0a73248 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_093081f5-9c96-a0e9-97b8-8060c5369f6b-c5369f59, #w-node-_093081f5-9c96-a0e9-97b8-8060c5369fb2-c5369f59 {
    place-self: center;
  }

  #w-node-_620090bc-0ff2-533b-c9cb-d87b2043fd6d-2043fcf5 {
    justify-self: end;
  }

  #w-node-_9ec7b0ac-ceb1-e10d-5c04-4008c729024c-62b4033e {
    align-self: start;
  }

  #w-node-_57acc0e0-03c4-f755-36f1-cab903a5b636-62b40345 {
    justify-self: auto;
  }

  #w-node-eca715c7-7f76-be12-eeaa-6776e1d40958-62b40345 {
    place-self: auto;
  }

  #w-node-_6a4c7bbc-dfb1-6937-f39b-6ff4d01c5ec4-62b40351 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0f00475c-718d-4191-db26-6d3a7e623354-62b40359 {
    justify-self: end;
  }

  #w-node-_418d9b16-e511-b420-578a-aa098406f287-8406f273, #w-node-_418d9b16-e511-b420-578a-aa098406f30a-8406f273 {
    place-self: center;
  }

  #w-node-_0dd0abe3-136c-5d75-1505-4c73f1773ff0-d0a73248 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b619651-eb2e-a7e2-6b51-87b9a7575eaa-62b4033b {
    order: -9999;
  }

  #w-node-_9ec7b0ac-ceb1-e10d-5c04-4008c729024c-62b4033e {
    justify-self: start;
  }

  #w-node-_93dfcbe2-1af6-37d8-6180-a9f84861529c-62b40343 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93681ad9-c40e-dbe5-e774-428100c86741-62b4034a, #w-node-ce8adb06-ae9d-f68d-19a9-3457ac41e30b-62b40357 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}