:root {
  --neutral-2: #fefefe;
  --primary-font: Montserrat, sans-serif;
  --neutral-5: #4b4b4a;
  --neutral-6: #191919;
  --secondary-font: "Playfair Display", sans-serif;
  --neutral-1: white;
  --neutral-3: #c8c7c5;
  --neutral-7: black;
  --neutral-4: #969594;
  --color: #d5ac8b;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--neutral-2);
  font-family: var(--primary-font);
  color: var(--neutral-5);
  font-size: 16px;
  line-height: 1.6;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

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 {
  margin-bottom: 0;
}

a {
  color: var(--neutral-6);
}

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

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

li {
  margin-bottom: 5px;
  font-weight: 400;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.buttons-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.heading-1 {
  font-family: var(--secondary-font);
  color: var(--neutral-6);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.3;
  overflow: visible;
}

.button-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.rich-text h1 {
  font-family: var(--secondary-font);
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text h2 {
  font-family: var(--secondary-font);
  text-transform: none;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text h3 {
  font-family: var(--secondary-font);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.4;
}

.rich-text h4 {
  font-family: var(--secondary-font);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
}

.rich-text h5 {
  font-family: var(--secondary-font);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
}

.rich-text p {
  color: var(--neutral-5);
  margin-bottom: 16px;
  font-weight: 400;
}

.rich-text h6 {
  font-family: var(--secondary-font);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.rich-text blockquote {
  border-left-color: var(--neutral-6);
  margin-top: 24px;
  margin-bottom: 32px;
  line-height: 1.6;
}

.rich-text ol {
  padding-left: 20px;
}

.text-box {
  max-width: 700px;
}

.text-box._800 {
  max-width: 800px;
}

.text-box._800.visible {
  background-color: var(--neutral-5);
  height: 64px;
}

.text-box._600 {
  max-width: 600px;
}

.text-box._600.visible {
  background-color: var(--neutral-5);
  height: 64px;
}

.text-box._600.center {
  margin-left: auto;
  margin-right: auto;
}

.text-box._700.visible {
  background-color: var(--neutral-5);
  height: 64px;
}

.text-box._400 {
  max-width: 400px;
}

.text-box._400.visible {
  background-color: var(--neutral-5);
  height: 64px;
}

.text-box._500 {
  max-width: 500px;
}

.text-box._500.visible {
  background-color: var(--neutral-5);
  height: 64px;
}

.text-box._500.center {
  margin-left: auto;
  margin-right: auto;
}

.text-box._520 {
  max-width: 520px;
}

.text-box._780 {
  max-width: 780px;
}

.text-box._250 {
  max-width: 250px;
}

.text-box._1000 {
  max-width: 1000px;
}

.style-guide-label {
  color: var(--neutral-5);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.section {
  background-color: var(--neutral-2);
  color: var(--neutral-6);
  padding-top: 96px;
  padding-bottom: 96px;
  font-weight: 500;
}

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

.section.intro {
  padding-top: 96px;
}

.section.services {
  background-color: var(--neutral-6);
  overflow: hidden;
}

.section.contact {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.footer {
  padding-top: 112px;
  position: static;
  bottom: 0;
}

.section.footer:where(.w-variant-f221a6aa-42b4-45ac-5ed7-7041e85fca1f) {
  position: static;
}

.spacer {
  height: 48px;
}

.spacer._64 {
  width: 64px;
  height: 64px;
}

.spacer._64.visible {
  background-color: var(--neutral-5);
}

.spacer._96 {
  width: 96px;
  height: 96px;
}

.spacer._96.visible {
  background-color: var(--neutral-5);
}

.spacer._48 {
  width: 48px;
}

.spacer._48.visible {
  background-color: var(--neutral-5);
}

.spacer._129 {
  width: 128px;
  height: 128px;
}

.spacer._129.visible {
  background-color: var(--neutral-5);
}

.spacer._32 {
  width: 32px;
  height: 32px;
  display: block;
}

.spacer._32.visible {
  background-color: var(--neutral-5);
}

.spacer._80 {
  width: 80px;
  height: 80px;
}

.spacer._80.visible {
  background-color: var(--neutral-5);
}

.spacer._8 {
  width: 16px;
  height: 16px;
}

.spacer._8.visible {
  background-color: var(--neutral-5);
}

.spacer._24 {
  width: 24px;
  height: 24px;
}

.spacer._24.visible {
  background-color: var(--neutral-5);
}

.spacer._4 {
  width: 4px;
  height: 4px;
}

.spacer._4.visible {
  background-color: var(--neutral-5);
}

.text-boxes-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.heading-2 {
  font-family: var(--secondary-font);
  color: var(--neutral-6);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-2._24 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

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

.heading-2.text-color-white {
  color: var(--neutral-1);
}

.heading-5 {
  font-family: var(--secondary-font);
  color: var(--neutral-6);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph.medium {
  color: var(--neutral-5);
  font-size: 16px;
  line-height: 1.6;
}

.paragraph.medium.gray {
  color: var(--neutral-3);
}

.paragraph.medium.text-color-white {
  color: var(--neutral-1);
}

.paragraph.large {
  margin-bottom: 0;
  font-size: 20px;
}

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

.paragraph.small.feature-text {
  padding-top: 0;
  font-size: 16px;
}

.page-wrapper {
  z-index: 1;
  position: relative;
}

.heading-4 {
  font-family: var(--secondary-font);
  color: var(--neutral-6);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
}

.spacers-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

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

.heading-3 {
  font-family: var(--secondary-font);
  color: var(--neutral-6);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.4;
}

.heading-3.white {
  color: var(--neutral-2);
}

.heading-3.white._28 {
  font-size: 28px;
}

.color-block {
  width: 100px;
  height: 100px;
}

.color-block.neutral-5 {
  background-color: var(--neutral-5);
}

.color-block.black {
  color: var(--neutral-7);
  background-color: #000;
}

.color-block.white {
  background-color: var(--neutral-1);
}

.color-block.neutral-3 {
  background-color: var(--neutral-3);
}

.color-block.neutral-2 {
  background-color: var(--neutral-2);
}

.color-block.neutral-4 {
  background-color: var(--neutral-4);
}

.color-block.neutral-6 {
  background-color: var(--neutral-6);
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.small {
  max-width: 1000px;
  padding-left: 32px;
  padding-right: 32px;
}

.container.features {
  padding-left: 32px;
}

.container.steps {
  padding-right: 32px;
}

.container.height-100 {
  height: 100%;
}

.style-guide-block {
  margin-bottom: 34px;
}

.block-quote {
  border-left-color: var(--neutral-6);
  line-height: 1.6;
}

.link {
  color: var(--neutral-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 2px;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
}

.link:where(.w-variant-969d404d-8027-4e56-3028-3ecfcc1d6c3e) {
  color: var(--neutral-6);
}

.link:where(.w-variant-dc416d8b-7bf0-f25a-c988-7f96a9a14f8d) {
  color: var(--neutral-7);
  font-size: 32px;
}

.link.address {
  color: var(--neutral-7);
  text-transform: capitalize;
  padding-bottom: 0;
}

.logo-image {
  width: auto;
}

.navbar-wrapper {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #fff6 black var(--neutral-3);
  justify-content: space-between;
  align-items: center;
  height: 64px;
  display: flex;
  position: relative;
}

.nav-menu {
  float: none;
}

.brand {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.brand.w--current {
  width: 10rem;
}

.brand.custom {
  order: 0;
  width: 10rem;
  position: static;
}

.brand.custom.w--current {
  position: static;
}

.navbar {
  border-bottom: 0px solid var(--neutral-3);
  background-color: #0000;
  position: relative;
  inset: 0% 0% auto;
}

.nav-link {
  font-family: var(--primary-font);
  color: var(--neutral-6);
  text-transform: capitalize;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s;
}

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

.nav-link.w--current {
  color: var(--neutral-6);
}

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

.nav-menu-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.hero-content-box {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-italic {
  color: var(--neutral-7);
  font-style: italic;
  font-weight: 400;
  display: inline;
  overflow: visible;
}

.heading-italic.white {
  color: var(--neutral-1);
}

.buttons-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.buttons-box.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
}

.buttons-box.center.vertical {
  flex-flow: column;
}

.button {
  background-color: var(--neutral-6);
  font-family: var(--primary-font);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 200px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
  text-decoration: none;
  display: block;
  position: relative;
}

.button:hover {
  opacity: 1;
  border-radius: 200px;
}

.button.outline {
  border: 1px solid var(--neutral-3);
  color: var(--neutral-7);
  background-color: #0000;
}

.button.contact {
  text-transform: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-text-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.text-button {
  text-align: center;
  text-transform: capitalize;
  flex: 0 0 100%;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 3;
  text-decoration: none;
}

.text-button.first {
  flex: 0 auto;
}

.text-button.second {
  flex: 0 auto;
  position: absolute;
  inset: auto 0% -100%;
  overflow: visible;
}

.button-shaddow-up {
  background-image: linear-gradient(180deg, var(--neutral-6), #fff0);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: 0% 0% auto;
}

.button-shaddow-up.down {
  transform-style: preserve-3d;
  inset: auto 0% 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.slide-text-wrapper {
  overflow: visible;
}

.intro-box {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.stats-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.stat-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.stat-image-box {
  border-radius: 15px;
  height: 350px;
  overflow: hidden;
}

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

.stat-number-box {
  background-color: var(--neutral-6);
  color: var(--neutral-1);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  height: 200px;
  padding: 40px;
  display: flex;
}

.stat-number-box.white {
  border: 1px solid var(--neutral-3);
  background-color: var(--neutral-1);
  color: var(--neutral-7);
  border-radius: 15px;
}

.stat-number {
  font-family: var(--secondary-font);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
}

.stat-label {
  opacity: .9;
  font-size: 16px;
  font-weight: 400;
}

.services-box {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.services-header-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.intro-text {
  font-family: var(--secondary-font);
  color: var(--neutral-6);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}

.horizontal-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  flex: 0 auto;
  width: 50%;
  padding-left: 32px;
  display: flex;
}

.tabs-content {
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 520px;
  padding-right: 32px;
  display: block;
}

.features-wrapper {
  position: relative;
}

.features-title-text-wrapper {
  z-index: 1;
  text-align: left;
  max-width: calc(50% - 32px);
  margin-left: auto;
  margin-right: 1rem;
  position: absolute;
  right: 0;
}

.features-title-text-wrapper.no-max-width {
  right: 1rem;
}

.features-title-text-wrapper.no-max-width.custom {
  margin-right: 0;
}

.features-title-text-wrapper.no-max-width.custom._1 {
  margin-right: -1rem;
}

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

.tab-pane {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tab-box {
  border-top: 0px solid var(--neutral-3);
  border-bottom: 1px solid var(--neutral-3);
  opacity: 1;
  background-color: #0000;
  height: 54px;
  padding: 0 0 12px;
  transition: height .5s cubic-bezier(.215, .61, .355, 1);
  overflow: hidden;
}

.tab-box.w--current {
  background-color: #0000;
  height: auto;
  padding-bottom: 18px;
}

.feature-title {
  color: var(--neutral-6);
  font-size: 20px;
  font-weight: 500;
}

.tab-box-header {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 12px;
  display: flex;
}

.tab-text-box {
  overflow: hidden;
}

.tab-dropdown-lottie {
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.steps-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 128px;
  display: grid;
}

.steps-image-box {
  border-radius: 15px;
  overflow: hidden;
}

.steps-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.step-icon-title-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.step-icon-box {
  background-color: var(--neutral-6);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.step-title {
  color: var(--neutral-6);
  font-size: 20px;
}

.step-description-box {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  padding-left: 25px;
  display: flex;
}

.vertical-line {
  background-color: var(--neutral-3);
  width: 1px;
}

.vertical-line.hidden {
  opacity: 0;
}

.step-description-inner-box {
  max-width: 440px;
  padding-bottom: 20px;
}

.step-description-inner-box.last {
  padding-bottom: 0;
}

.steps-image {
  object-fit: cover;
  border-radius: 0;
  width: 120%;
  height: 100%;
}

.step-icon.check {
  width: 23px;
}

.gallery-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.gallery-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.gallery-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

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

.service-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-card.space-between {
  justify-content: space-between;
  align-items: flex-start;
}

.service-icon {
  width: 40px;
}

.service-image-box {
  border-radius: 15px;
  width: 100%;
  height: 17.5rem;
  overflow: hidden;
}

.hero-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.hero-image-box {
  border-radius: 15px;
}

.hero-image-box.side {
  height: 420px;
  overflow: hidden;
}

.hero-image-box.center {
  height: 500px;
  overflow: hidden;
}

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

.gallery-image-box {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.gallery-image-box.box-1 {
  height: 425px;
}

.gallery-image-box.box-1.auto {
  height: auto;
}

.gallery-image-box.box-2 {
  height: 255px;
}

.gallery-image-box.box-2.auto {
  height: auto;
}

.gallery-image-box.box-3 {
  height: 430px;
}

.gallery-image-box.box-3.auto {
  height: auto;
}

.gallery-image-box.box-4 {
  height: 360px;
}

.gallery-image-box.box-4.auto {
  height: auto;
}

.gallery-image-box.box-5 {
  height: 395px;
}

.gallery-image-box.box-5.auto {
  height: auto;
}

.gallery-image-box.box-6 {
  height: 360px;
}

.gallery-image-box.box-6.auto {
  height: auto;
}

.gallery-image-box.box-7 {
  height: 420px;
}

.gallery-image-box.box-7.auto {
  height: auto;
}

.gallery-image-box.box-8 {
  height: 360px;
}

.gallery-image-box.box-8.auto, .gallery-image-box.box-9 {
  height: auto;
}

.gallery-image {
  width: 100%;
}

.gallery-image-overlay {
  opacity: 0;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-plus-icon {
  width: 45px;
}

.testimonial-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
}

.slide-nav {
  display: none;
}

.right-arrow {
  border: 1px solid var(--neutral-3);
  background-color: var(--neutral-1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: -130px 0% auto auto;
}

.left-arrow {
  border: 1px solid var(--neutral-3);
  background-color: var(--neutral-1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: -130px 64px auto auto;
}

.slide-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-image-box {
  border-radius: 15px;
  overflow: hidden;
}

.slide-content-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--neutral-3);
  background-color: var(--neutral-1);
  border-radius: 15px;
  flex-flow: column;
  padding: 30px 40px 40px;
  display: flex;
}

.testimonial-text {
  color: var(--neutral-6);
  font-size: 20px;
  font-weight: 400;
}

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

.quote-icon {
  opacity: .8;
  width: 50px;
}

.testimonial-avatar-name-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.avatar-image {
  border-radius: 200px;
  width: 48px;
}

.name {
  font-family: var(--primary-font);
  color: var(--neutral-6);
  font-size: 14px;
  font-weight: 500;
}

.role {
  color: var(--neutral-5);
  font-size: 14px;
  font-weight: 400;
}

.arrow-icon {
  width: 30px;
}

.arrow-icon.right {
  transform: rotate(180deg);
}

.contact-box {
  background-color: #a77c59;
}

.contact-marquee {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-content-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  align-items: center;
  display: flex;
}

.contant-marquee-text {
  font-family: var(--secondary-font);
  color: var(--neutral-7);
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-left: 72px;
  padding-right: 72px;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.text-link {
  font-size: 14px;
}

.text-link:where(.w-variant-dc416d8b-7bf0-f25a-c988-7f96a9a14f8d) {
  font-size: 28px;
}

.link-underline {
  background-color: var(--neutral-5);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-underline:where(.w-variant-969d404d-8027-4e56-3028-3ecfcc1d6c3e) {
  background-color: var(--neutral-3);
}

.link-underline:where(.w-variant-dc416d8b-7bf0-f25a-c988-7f96a9a14f8d) {
  background-color: var(--neutral-7);
}

.expanded-link-line {
  background-color: var(--neutral-2);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

.expanded-link-line:where(.w-variant-969d404d-8027-4e56-3028-3ecfcc1d6c3e) {
  background-color: var(--neutral-6);
}

.follow-us-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.contact-form-links-box {
  padding-top: 112px;
  padding-bottom: 96px;
}

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

.contact-links-box {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.email-num-address-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral-5);
  color: var(--neutral-7);
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  margin-bottom: 0;
  padding: 12px 0;
  font-weight: 400;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-bottom-color: var(--neutral-2);
}

.text-field::placeholder {
  color: var(--neutral-7);
  font-weight: 400;
}

.text-field.text-area {
  resize: vertical;
  min-height: 100px;
}

.contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  display: block;
}

.email-phone-text-fields-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  display: flex;
}

.submit-button {
  background-color: var(--neutral-2);
  color: var(--neutral-6);
  border-radius: 100px;
  margin-top: 28px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .2s linear;
}

.submit-button:hover {
  opacity: .8;
}

.social-links-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.social-links-box.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.social-link {
  border: 1px solid var(--neutral-5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-link.black {
  border-color: var(--neutral-3);
}

.social-icon {
  width: 20px;
}

.social-icon.black {
  filter: brightness(0%);
}

.contact-form-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  order: 0;
  align-items: flex-start;
  display: flex;
}

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

.heading-subtitle-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-subtitle-box.left {
  align-items: flex-start;
}

.subtitle {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--neutral-3);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--neutral-3);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--neutral-3);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--neutral-3);
  color: var(--neutral-6);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.subtitle.white {
  border-color: var(--neutral-4);
  color: var(--neutral-2);
}

.changelog-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--neutral-3);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 48px;
  display: grid;
}

.footer-brand-box {
  max-width: 30rem;
}

.footer-links-box {
  width: auto;
}

.footer-links-title {
  text-transform: uppercase;
}

.footer-brand, .footer-brand.w--current {
  width: 10rem;
}

.footer-links-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  font-size: 14px;
  display: flex;
}

.footer-link {
  color: var(--neutral-5);
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.footer-rights-social-links-box {
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.section-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--neutral-3);
  flex-flow: column;
  padding-bottom: 20px;
  display: block;
}

.images-videos-box {
  padding-top: 32px;
}

.source-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.source-license-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.imges-videos-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 32px;
  display: grid;
}

.image-or-video-box {
  aspect-ratio: 1;
  border-radius: 15px;
  overflow: hidden;
}

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

.fonts-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 32px;
  display: flex;
}

.font-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.font-name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.icons-box {
  padding-top: 32px;
}

.icons-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  padding-top: 32px;
  display: flex;
}

.icon {
  filter: brightness(0%);
  width: 50px;
}

.intro-text-subtitle-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--neutral-2);
}

.footer-link {
  color: var(--neutral-4);
  text-decoration: none;
}

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

.grid-image-hero-c {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: 1fr .25fr 1.2fr;
  grid-template-columns: 1.4fr 1fr;
}

.hero-c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 950px;
  display: flex;
}

.image-bg-hero-c3 {
  background-image: url('../images/6964ca9432eff4fc9faa583d_31.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
}

.image-bg-hero-c3.maatwerk {
  background-image: url('../images/3.avif');
}

.icon-button {
  object-fit: contain;
  width: 4px;
  max-width: none;
  height: 8px;
  margin-left: 8px;
}

.grid-hero-c {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.05fr;
  align-items: stretch;
  width: 100%;
}

.button-2 {
  background-color: #f49e00;
  justify-content: center;
  align-items: center;
  padding: 23px 35px;
  text-decoration: none;
  display: flex;
}

.button-2.dark {
  background-color: #1b1b18;
}

.section-hero-c {
  z-index: 10;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 70vh;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.text-button-2 {
  color: #f6f1eb;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.text-button-2.white {
  color: #f6f1eb;
}

.image-bg-hero-c2 {
  background-image: url('../images/2.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
}

.image-bg-hero-c2.keuken {
  background-image: url('../images/6964ca94cd88967e2f5c6415_36.avif');
}

.text-subtitle {
  color: #1b1b18;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.image-bg-hero-c4 {
  background-image: url('../images/6964ca9529d9192a22738db3_37.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
}

.image-bg-hero-c4.keuken {
  background-image: url('../images/6964ca9438a9f6b76a569023_33.avif');
}

.image-bg-hero-c4.maatwerk {
  background-image: url('../images/7.avif');
}

.image-bg-hero-c1 {
  background-image: url('../images/6964ca96758c09649ea209ea_58.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
}

.image-bg-hero-c1.keuken {
  background-image: url('../images/6964cc5ee7297128d96704e6_header-test.avif');
}

.image-bg-hero-c1.maatwerk {
  background-image: url('../images/068-zitbank.avif');
}

.block-hero-c {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 0% 70px;
  display: flex;
}

.line-subtitle {
  background-color: #1b1b18;
  width: 27px;
  height: 1px;
}

.subtitle-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.heading-hero {
  color: #f6f1eb;
  max-width: 740px;
}

.heading-hero.dark {
  color: #1b1b18;
}

.paragraph-2 {
  max-width: 500px;
  margin-bottom: 36px;
}

.contact-form-field {
  color: #010101;
  border: 1px solid #01010140;
  border-radius: 100px;
  height: 56px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 18px;
}

.contact-form-field:focus {
  border-color: #003459;
}

.contact-form-field::placeholder {
  color: #010101;
  font-size: 16px;
}

.contact-form-field.message-field {
  color: #010101;
  border-radius: 16px;
  height: 160px;
}

.form-button {
  color: #fff;
  background-color: #003459;
  border: 1px solid #003459;
  border-radius: 50px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  transition: color .3s, background-color .3s;
}

.form-button:hover {
  color: #030303;
  background-color: #fff;
}

.form-button.contact-form-button {
  background-color: #010101;
  width: auto;
  height: 56px;
  padding: 10px 24px;
}

.form-button.contact-form-button:hover {
  background-color: #0000;
  border-color: #010101;
}

.contact-field-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.contact-form-2 {
  margin-bottom: 0;
}

.main-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-form-label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.contact-form-wrapper {
  margin-top: 5rem;
}

.select-field {
  color: #010101;
  background-color: #fff;
  border-radius: 100px;
  height: 56px;
  font-size: 18px;
  overflow: clip;
}

.form-message-form-wrapper {
  margin-bottom: 48px;
}

.contact-image {
  width: 100%;
}

.contact-us-section {
  padding-top: 60px;
}

.contact-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.contact-form-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.margin-top.margin-small {
  margin-top: 1rem;
}

.brand-v2 {
  width: 10rem;
}

.section-title-wrapper {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 46.25rem;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.img-sticker-top {
  z-index: 1;
  width: 7.5rem;
  position: absolute;
  inset: -.9375rem -2.8125rem auto auto;
  transform: rotate(45deg);
}

.features-grid-3-columns {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.img-sticker-bottom {
  z-index: 1;
  width: 7.5rem;
  position: absolute;
  inset: auto auto -.9375rem -2.8125rem;
  transform: rotate(45deg);
}

.section-subtitle {
  color: #0b3a2e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

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

.section-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.features-grid-block {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  height: 100%;
}

.features-img-wrap {
  border-radius: .625rem;
  height: 31.25rem;
  position: relative;
}

.paragraph-large {
  font-size: 1.25rem;
  line-height: 1.4em;
}

.features-img-grid {
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.path, .svg {
  color: var(--neutral-1);
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-3.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button-3.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-small {
  margin: 0 0 1rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.cta27_component {
  z-index: 1;
  position: relative;
}

.cta27_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  max-width: 40rem;
}

.container-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-2.margin-medium {
  margin: 2rem 0 0;
}

.cta27_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.section_cta27 {
  position: relative;
}

.section_cta27.text-color-white {
  height: 30rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .main-container {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1440px) {
  .contact-form-field {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-field.message-field {
    height: 220px;
    padding-left: 30px;
  }

  .contact-field-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .main-container {
    max-width: 1350px;
  }

  .contact-form-wrapper {
    width: 100%;
    max-width: 645px;
  }

  .contact-image-wrapper {
    width: 100%;
    max-width: 615px;
  }

  .contact-form-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .text-box._500.center {
    margin-left: 0;
  }

  .section.footer {
    position: static;
  }

  .nav-menu-lottie {
    width: 30px;
    height: 30px;
    margin-top: 0;
  }

  .nav-menu {
    background-color: #0000;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brand {
    position: static;
    left: auto;
    transform: translate(0);
  }

  .menu-button {
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    color: #e8e8e8;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link:hover {
    color: #e8e8e8;
  }

  .nav-link.w--current {
    color: #e50914;
  }

  .nav-link.contact {
    display: block;
  }

  .nav-menu-wrapper {
    grid-row-gap: 20px;
    background-color: var(--neutral-6);
    text-align: left;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .button {
    display: block;
  }

  .nav-button-wrapper {
    display: none;
  }

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

  .stat-image-box {
    height: 380px;
  }

  .services-header-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
    justify-items: stretch;
  }

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

  .horizontal-tabs {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .tabs-menu {
    order: -1;
    width: 100%;
    padding-left: 0;
  }

  .tabs-content {
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .features-title-text-wrapper {
    max-width: none;
    margin-bottom: 48px;
    position: relative;
  }

  .features-title-text-wrapper.no-max-width.custom {
    margin-left: 1rem;
  }

  .features-title-text-wrapper.no-max-width.custom._1 {
    margin-left: 1rem;
    margin-right: 0;
  }

  .tab-pane {
    height: 600px;
  }

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

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

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

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

  .hero-image-box.side {
    height: 270px;
  }

  .hero-image-box.center {
    height: 350px;
  }

  .slide-box {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    justify-items: stretch;
  }

  .slide-image-box {
    width: 100%;
  }

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

  .social-links-box {
    margin-top: 32px;
  }

  .imges-videos-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-image-hero-c {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: 600px;
  }

  .grid-hero-c {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .section-hero-c {
    margin-bottom: 10px;
  }

  .block-hero-c {
    padding: 100px 14% 100px 0%;
  }

  .contact-field-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .main-container {
    max-width: 740px;
  }

  .contact-form-wrapper {
    order: -9999;
    width: 100%;
    margin-top: 0;
  }

  .contact-image {
    object-fit: cover;
    height: 40vh;
  }

  .contact-image-wrapper {
    width: 100%;
    height: 40vh;
  }

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

  .section-title-wrapper {
    max-width: 37.5rem;
  }

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

  .section-subtitle {
    margin-bottom: .9375rem;
  }

  .features-grid-block {
    flex-flow: row;
  }

  .features-img-wrap {
    width: 90%;
    height: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 40px;
  }

  .rich-text h1 {
    text-transform: none;
    font-size: 40px;
  }

  .rich-text h2 {
    text-transform: none;
    font-size: 35px;
  }

  .rich-text h3 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 21px;
  }

  .rich-text h5 {
    font-size: 20px;
  }

  .rich-text blockquote {
    font-size: 16px;
  }

  .heading-2, .heading-2.white {
    font-size: 35px;
  }

  .paragraph.hero-text {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 21px;
  }

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

  .block-quote {
    font-size: 16px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

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

  .stat-image-box {
    height: 450px;
  }

  .stat-number-box {
    padding: 30px 20px 30px 30px;
  }

  .stat-number-box.white {
    order: 1;
  }

  .stat-label {
    font-size: 16px;
  }

  .services-header-grid {
    grid-template-columns: 1fr;
  }

  .intro-text {
    font-size: 20px;
  }

  .tabs-content, .tab-pane, .steps-image-box {
    height: 400px;
  }

  .gallery-grid, .gallery-column.third, .services-grid, .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-image-box.side {
    height: 450px;
  }

  .right-arrow, .left-arrow {
    top: auto;
    bottom: -70px;
  }

  .slide-content-box {
    padding: 20px 30px 30px;
  }

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

  .contant-marquee-text {
    font-size: 50px;
  }

  .email-phone-text-fields-box {
    flex-flow: column;
  }

  .social-links-box.footer {
    order: -1;
    margin-top: 0;
  }

  .footer-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-rights-social-links-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .imges-videos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .block-hero-c {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-field-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 16px;
  }

  .main-container {
    max-width: 530px;
  }

  .form-message-form-wrapper {
    margin-bottom: 32px;
  }

  .contact-us-section {
    padding-top: 50px;
  }

  .section-title-wrapper {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .img-sticker-top {
    width: 6.25rem;
    top: -.625rem;
    right: -2.1875rem;
  }

  .features-grid-3-columns {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .img-sticker-bottom {
    width: 6.25rem;
    bottom: -.625rem;
    left: -2.1875rem;
  }

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

  .features-grid-block {
    flex-flow: column;
  }

  .features-img-wrap {
    margin-bottom: 1.25rem;
  }

  .paragraph-large {
    font-size: 1.125rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-1, .rich-text h1 {
    font-size: 30px;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

  .section.contact {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .heading-2, .heading-2.white {
    font-size: 28px;
  }

  .heading-2.align-left-mobile, .paragraph.medium.align-left-mobile {
    text-align: left;
  }

  .heading-3, .heading-3.white._28 {
    font-size: 22px;
  }

  .container, .container.small, .container.features {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.steps {
    padding-right: 20px;
  }

  .link:where(.w-variant-dc416d8b-7bf0-f25a-c988-7f96a9a14f8d) {
    font-size: 22px;
  }

  .nav-menu-lottie {
    width: 24px;
    height: 24px;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    width: 110px;
    padding-left: 0;
  }

  .nav-link {
    font-size: 16px;
  }

  .buttons-box.center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .buttons-box.center.vertical {
    justify-content: space-between;
    align-items: center;
  }

  .button {
    flex: none;
  }

  .button.outline {
    width: -moz-fit-content;
    width: fit-content;
  }

  .stats-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .stat-image-box {
    height: 350px;
  }

  .stat-image {
    height: 110%;
  }

  .stat-number-box, .stat-number-box.white {
    height: 150px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .stat-number {
    font-size: 32px;
  }

  .stat-label {
    font-size: 14px;
  }

  .intro-text {
    font-size: 20px;
  }

  .tabs-content {
    height: auto;
  }

  .features-title-text-wrapper.no-max-width {
    right: 0;
  }

  .features-title-text-wrapper.no-max-width.custom, .features-title-text-wrapper.no-max-width.custom._1 {
    margin-left: 0;
  }

  .tab-image {
    height: 110%;
  }

  .tab-pane {
    height: 300px;
  }

  .feature-title {
    font-size: 18px;
  }

  .tab-box-header {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .steps-grid {
    padding-top: 96px;
  }

  .steps-image-box {
    height: 300px;
  }

  .step-icon-box.first {
    width: 60px;
  }

  .step-title {
    font-size: 18px;
  }

  .steps-image {
    width: 100%;
    height: 110%;
  }

  .service-icon {
    width: 35px;
  }

  .hero-image-box.side {
    height: 360px;
  }

  .hero-image-box.center {
    height: 290px;
  }

  .hero-image {
    height: 120%;
  }

  .gallery-image-box.box-1, .gallery-image-box.box-2, .gallery-image-box.box-3, .gallery-image-box.box-4, .gallery-image-box.box-5, .gallery-image-box.box-6, .gallery-image-box.box-7, .gallery-image-box.box-8, .gallery-image-box.box-9 {
    height: auto;
  }

  .right-arrow, .left-arrow {
    bottom: -80px;
  }

  .slide-content-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .contant-marquee-text {
    padding-left: 56px;
    padding-right: 56px;
    font-size: 40px;
  }

  .text-link:where(.w-variant-dc416d8b-7bf0-f25a-c988-7f96a9a14f8d) {
    font-size: 20px;
  }

  .footer-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .source-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .imges-videos-grid {
    grid-template-columns: 1fr;
  }

  .grid-image-hero-c {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    min-height: 450px;
  }

  .grid-hero-c {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .section-hero-c {
    margin-bottom: 6px;
  }

  .block-hero-c {
    padding-top: 0;
    padding-bottom: 55px;
    padding-right: 0%;
  }

  .contact-field-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .form-message-form-wrapper {
    margin-bottom: 25px;
  }

  .contact-image {
    height: 25vh;
  }

  .contact-us-section {
    padding-top: 40px;
  }

  .contact-image-wrapper {
    height: 25vh;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_01744e9c-78f7-cfe7-ec21-0ba9c3d63534-c88f52b9, #w-node-_8f60fd02-94fe-b1fb-b446-aaca29f3017e-29f3016e, #w-node-_54d1bca0-f5b3-590c-90c0-04778583b1e4-29f3016e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79fe2ca8-ac32-db60-5111-028935466784-e28c39cf, #w-node-_79fe2ca8-ac32-db60-5111-028935466785-e28c39cf, #w-node-_79fe2ca8-ac32-db60-5111-028935466784-4f2f0eb2, #w-node-_79fe2ca8-ac32-db60-5111-028935466785-4f2f0eb2, #w-node-_79fe2ca8-ac32-db60-5111-028935466784-fce10538, #w-node-_79fe2ca8-ac32-db60-5111-028935466785-fce10538 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_01744e9c-78f7-cfe7-ec21-0ba9c3d63534-bfa15311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_818ab6be-ae45-dd42-3aa3-395a53724e9a-92ce37e9, #w-node-_818ab6be-ae45-dd42-3aa3-395a53724e9b-92ce37e9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eaa1f4b6-4cae-442e-db9b-c04522225bab-92ce37e9, #w-node-eaa1f4b6-4cae-442e-db9b-c04522225bbc-92ce37e9 {
  align-self: center;
}

#w-node-_79fe2ca8-ac32-db60-5111-028935466784-9170a0a8, #w-node-_79fe2ca8-ac32-db60-5111-028935466785-9170a0a8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eaa1f4b6-4cae-442e-db9b-c04522225bab-9170a0a8, #w-node-eaa1f4b6-4cae-442e-db9b-c04522225bbc-9170a0a8 {
  align-self: center;
}

#w-node-_79fe2ca8-ac32-db60-5111-028935466784-e459b565, #w-node-_79fe2ca8-ac32-db60-5111-028935466785-e459b565 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eaa1f4b6-4cae-442e-db9b-c04522225bab-e459b565, #w-node-eaa1f4b6-4cae-442e-db9b-c04522225bbc-e459b565 {
  align-self: center;
}

#w-node-_79fe2ca8-ac32-db60-5111-028935466784-74d055e5, #w-node-_79fe2ca8-ac32-db60-5111-028935466785-74d055e5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eaa1f4b6-4cae-442e-db9b-c04522225bab-74d055e5, #w-node-eaa1f4b6-4cae-442e-db9b-c04522225bbc-74d055e5 {
  align-self: center;
}

#w-node-_79fe2ca8-ac32-db60-5111-028935466784-c5940e2a, #w-node-_79fe2ca8-ac32-db60-5111-028935466785-c5940e2a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eaa1f4b6-4cae-442e-db9b-c04522225bab-c5940e2a, #w-node-eaa1f4b6-4cae-442e-db9b-c04522225bbc-c5940e2a {
  align-self: center;
}

#w-node-_79fe2ca8-ac32-db60-5111-028935466784-9d354a53, #w-node-_79fe2ca8-ac32-db60-5111-028935466785-9d354a53 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eaa1f4b6-4cae-442e-db9b-c04522225bab-9d354a53, #w-node-eaa1f4b6-4cae-442e-db9b-c04522225bbc-9d354a53 {
  align-self: center;
}

#w-node-_79fe2ca8-ac32-db60-5111-028935466784-c3961b25, #w-node-_79fe2ca8-ac32-db60-5111-028935466785-c3961b25 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eaa1f4b6-4cae-442e-db9b-c04522225bab-c3961b25, #w-node-eaa1f4b6-4cae-442e-db9b-c04522225bbc-c3961b25 {
  align-self: center;
}

#w-node-_79fe2ca8-ac32-db60-5111-028935466784-557f8bd6, #w-node-_79fe2ca8-ac32-db60-5111-028935466785-557f8bd6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eaa1f4b6-4cae-442e-db9b-c04522225bab-557f8bd6, #w-node-eaa1f4b6-4cae-442e-db9b-c04522225bbc-557f8bd6 {
  align-self: center;
}

#w-node-_79fe2ca8-ac32-db60-5111-028935466784-42a50fbf, #w-node-_79fe2ca8-ac32-db60-5111-028935466785-42a50fbf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eaa1f4b6-4cae-442e-db9b-c04522225bab-42a50fbf, #w-node-eaa1f4b6-4cae-442e-db9b-c04522225bbc-42a50fbf {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-c88f52b9, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-c88f52b9, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-e28c39cf, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-e28c39cf, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-4f2f0eb2, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-4f2f0eb2, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-fce10538, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-fce10538, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-92ce37e9, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-92ce37e9, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-9170a0a8, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-9170a0a8, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-e459b565, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-e459b565, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-74d055e5, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-74d055e5, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-c5940e2a, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-c5940e2a, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-9d354a53, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-9d354a53, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-c3961b25, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-c3961b25, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-557f8bd6, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-557f8bd6, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-42a50fbf, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-42a50fbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-c88f52b9, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-c88f52b9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8f60fd02-94fe-b1fb-b446-aaca29f30171-29f3016e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-e28c39cf, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-e28c39cf, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-4f2f0eb2, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-4f2f0eb2, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-fce10538, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-fce10538, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-92ce37e9, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-92ce37e9, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-9170a0a8, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-9170a0a8, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-e459b565, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-e459b565, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-74d055e5, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-74d055e5, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-c5940e2a, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-c5940e2a, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-9d354a53, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-9d354a53, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-c3961b25, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-c3961b25, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-557f8bd6, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-557f8bd6, #w-node-ca422782-0b0d-910f-47f7-c5544d0fa910-42a50fbf, #w-node-_7d85221b-49f1-c156-eb70-877cd388d05f-42a50fbf {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8f60fd02-94fe-b1fb-b446-aaca29f30171-29f3016e {
    grid-column: span 2 / span 2;
  }
}


