:root {
  --secondary: #111b37;
  --main: #dfb187;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.text-block-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.project-detail-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-hero {
  z-index: 10;
  background-color: var(--secondary);
  color: #fff;
  justify-content: center;
  min-height: 750px;
  padding: 6% 0% 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.clip {
  position: relative;
  overflow: hidden;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.two-row {
  flex: 0 auto;
  grid-template-rows: 1fr auto;
  align-content: space-between;
  place-items: stretch start;
  height: 100%;
  padding: 41px 41px 0;
}

.subtitle {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle.white {
  color: #fff;
  letter-spacing: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.subtitle.white.big {
  font-size: 18px;
  line-height: 24px;
}

.background-cover {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  min-height: 0;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.background-cover._2 {
  min-height: 140vh;
  position: absolute;
}

.project-detail-item {
  border-top: 1px solid #ffffff1f;
  border-left: 1px #ffffff1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 12px 48px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.project-detail-item.middle-item {
  border-left-style: solid;
  border-left-color: #ffffff1f;
}

.featured-project-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff26;
  border-top: 2px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-details-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1px;
  margin-right: 1px;
  display: grid;
  position: relative;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.inner-page-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 24px;
  display: grid;
}

.xxl-heading {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading.one {
  letter-spacing: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 64px;
  font-weight: 200;
  line-height: 80px;
}

.hero-background-image {
  background-image: url('../images/Untitled-design---2025-09-23T180742.272_1Untitled design - 2025-09-23T180742.272.avif');
  background-position: 50%;
  background-size: cover;
  position: static;
  inset: 0%;
}

.image-overlay {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description.short {
  grid-row-gap: 16px;
  flex-flow: column;
  place-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.preloader-wrapper {
  z-index: 2000;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-grid-item {
  background-color: #fff;
  flex: 1;
  height: 100%;
}

.preloader-grid-item.is-border {
  border-left: .0125rem solid #f7f7f7;
  border-right: .0125rem solid #f7f7f7;
}

.preloader-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  display: flex;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.preloader-logo {
  width: 200px;
}

.solid-button-outline {
  border: 1px solid #cbd0dd;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline.right {
  inset: 0% auto 0% -74px;
}

.solid-button-outline.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.navbar-2 {
  z-index: 100;
  background-color: #fff0;
  border-bottom: .5px #eef0f6;
  justify-content: center;
  height: 80px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.nav-link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.button-text-2 {
  z-index: 10;
  color: #fff;
  padding-left: 4px;
  font-size: 11px;
  font-weight: 700;
  position: relative;
}

.bottom-left-border {
  z-index: 5;
  background-color: #fff3;
  width: 50%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 0;
  font-size: 9px;
  text-decoration: none;
  display: flex;
}

.image-8 {
  width: 200px;
}

.nav-wrapper {
  z-index: 20;
  border-bottom: 1px #fff3;
  justify-content: center;
  display: flex;
  position: relative;
}

.bottom-right-border {
  z-index: 5;
  background-color: #e1e4ee;
  border-bottom: 0 #eef0f6;
  width: 50%;
  height: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav-bar-items {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.verticle-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line.nav-line {
  z-index: 25;
  background-color: #fff3;
  height: 28px;
  max-height: 48px;
  position: relative;
}

.verticle-line.dark {
  background-color: #eef0f6;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.image-9 {
  opacity: 0;
  width: 200px;
  display: block;
  position: absolute;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.navigation-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #1136a9;
  border: 1px solid #e1e4ee;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  height: 36px;
  min-height: 36px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.nav-menu-2 {
  display: flex;
}

.brand-2 {
  z-index: 25;
  color: #fff;
  letter-spacing: -.05em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
}

.nav-cover {
  z-index: 10;
  box-shadow: none;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #eef0f6;
  width: 100%;
  height: 101%;
  position: absolute;
  inset: -101% 0% auto;
}

.nav-left {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px auto;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.nav-right {
  z-index: 25;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.client {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.client.bg-sky-blue {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-two {
  max-width: none;
}

.client-main-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-image-category {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem;
  justify-content: center;
  place-items: center;
  margin-right: 38px;
  display: flex;
}

.section-process {
  background-color: #fff;
}

.features-card-img {
  border-radius: 10px;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 30px;
  overflow: clip;
}

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

.features-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.process-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: radial-gradient(circle, #0009, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  color: #f3f6fc;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
  position: static;
}

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card.first {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  margin-bottom: 0;
  padding: 0;
  top: 0;
  box-shadow: 0 2px 9px 5px #c0c0c033;
}

.padding-global {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.solid-subtitle-line {
  background-color: #fff;
  width: 40%;
  height: 100%;
}

.solid-subtitle-line.dark {
  background-color: #70778866;
}

.text-blok {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle-3 {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.subtitle-3.white-text {
  color: #fff;
}

.icon-7 {
  z-index: 10;
  background-color: var(--secondary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-intro {
  grid-column-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 36px 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-intro.center {
  grid-template-columns: 36px 1fr;
  place-items: center;
}

.button-text {
  z-index: 10;
  position: relative;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 50px;
  display: grid;
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-3.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-3.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button-3.grey-outline.small:hover {
  background-color: #1136a9;
}

.card-button-wrapper {
  display: flex;
}

.heading-12 {
  font-family: Gilda Display, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.heading-4 {
  z-index: 10;
  margin-top: 15px;
  font-family: Gilda Display, sans-serif;
  font-size: 30px;
  font-weight: 300;
  position: relative;
}

.wrapper-2 {
  z-index: 10;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  margin-top: 50px;
  position: relative;
}

.card-circle {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.image-10 {
  max-width: 50%;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-4 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

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

.subtitle-line {
  background-color: #fff3;
  background-image: none;
  width: 36px;
  height: 1px;
  margin-left: 0;
  display: flex;
}

.subtitle-line.dark {
  background-color: #e1e4ee;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.body-display {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.services-card-2 {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  height: 100%;
  padding: 36px;
  display: flex;
}

.arrow {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.testimonial-arrow-line {
  background-color: #ffffff4d;
  height: 1px;
  margin-bottom: 60px;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.circle-link-text.left {
  justify-content: start;
  padding-left: 44px;
  padding-right: 0;
}

.testimonial-slide-arrow {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 60px 0%;
  overflow: visible;
}

.testimonial-slide-arrow.right {
  top: 0%;
  left: auto;
  right: 0%;
}

.grid-wrapper-3 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  padding-bottom: 60px;
  display: grid;
}

.circle-outline {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.scroll-fill {
  background-color: #fff;
  padding: 0;
}

.scroll-fill.left {
  margin-left: -10px;
}

.scroll-fill.right {
  margin-right: -10px;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 15%;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-content-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.two {
  top: auto;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.section-scroll-cover {
  z-index: 100;
  justify-content: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.clip-2 {
  overflow: hidden;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.fill {
  z-index: 10;
  background-color: #fff;
  height: 70px;
  margin-top: 0;
  margin-bottom: -10px;
  position: relative;
}

.verticle-line-2 {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line-2.dark {
  background-color: #eff3f6;
}

.testimonial-text {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

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

.overlay.dark {
  background-color: #0a1118b3;
}

.client-avatar {
  background-color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 6px;
  display: flex;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.background {
  background-image: url('../images/001_1001.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.testimonial-background {
  background-image: url('../images/8-1080x675_18-1080x675.avif');
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle-2 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle-2.light {
  color: #fffc;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.section-13 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-13.clip-2 {
  z-index: 10;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.body-display-2 {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display-2.large {
  color: #516381;
  font-size: 19px;
}

.body-display-2.large.white-text {
  color: #fff;
}

.body-display-2.small {
  font-size: 15px;
  line-height: 1.5em;
}

.steps-sticky-card {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  background-color: var(--secondary);
  box-shadow: none;
  border: 1px solid #c0c0d333;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  padding: 18px 18px 36px;
  display: grid;
  position: sticky;
  top: 101px;
  overflow: visible;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.steps-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  padding: 24px;
  display: grid;
  position: relative;
}

.steps-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.steps-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  display: grid;
}

.steps-circle {
  border: 0 #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 36px auto auto -86px;
}

.steps-circle.center {
  top: auto;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-icon {
  z-index: 10;
  color: #516381;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: flex;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #6e7488;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-2:hover {
  background-color: #081c3a;
}

.steps-tracker {
  background-color: #c0c0d333;
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.how-it-works-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 100%;
  height: 0;
}

.steps-dot {
  z-index: 10;
  background-color: var(--main);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.steps-circle-outline {
  border: 2px solid var(--main);
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.how-to-image {
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 200px;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  display: grid;
}

.steps-description {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line-2 {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.grid-wrapper-4 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.subtitle-4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.card-arrow {
  background-color: #fff;
  border: 1px #c0c0d333;
  border-style: none none solid solid;
  border-bottom-left-radius: 3px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto -51px auto auto;
  transform: rotate(45deg);
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.steps-cards {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.subtitle-wrapper-2 {
  margin-bottom: 18px;
}

.section-3 {
  background-image: url('../images/ID-2-1-p-500.png');
  background-position: 0 20px;
  background-repeat: no-repeat;
  background-size: 300px;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  padding: 4% 4% 20%;
  display: flex;
  position: relative;
}

.section-3.backgrounf {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  background-image: none;
  flex-flow: column;
  margin-top: 0%;
  padding-bottom: 4%;
}

.image-column {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 0;
  width: 100%;
  min-height: 74vh;
  position: relative;
  overflow: hidden;
}

.display-none {
  display: none;
}

.hover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hover-image._6 {
  object-fit: cover;
  background-image: none;
  border-radius: 5%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  object-fit: cover;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.benefits-wrapper {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 550px;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 80px;
  font-size: 16px;
  line-height: 21px;
  display: grid;
  position: relative;
}

.benefit-icon {
  color: #516381;
  background-color: #fff;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.benefit-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-right-image {
  border-radius: 3px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.intro-wrapper-2 {
  grid-column-gap: 120px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(30%, 475px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

.hero-background-image-2 {
  background-image: url('../images/Villa0017_1Villa0017.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image-2.benefit-intro-background {
  background-image: none;
}

.benefits-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-heading {
  font-family: Gilda Display, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.large-heading.gold {
  color: var(--main);
}

.large-heading.mid {
  text-align: center;
  margin-bottom: 3rem;
}

.section-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: flex;
  position: relative;
}

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

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #6e7488;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-4:hover {
  background-color: #081c3a;
}

.grey-cover {
  background-color: #f7f8fc;
  margin-left: 80px;
  position: relative;
  overflow: hidden;
}

.verticle-line-3 {
  background-color: #c0c0d333;
  height: 100%;
  position: relative;
}

.benefit-card {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding: 30px;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #3540751a;
}

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

.subtitle-5 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.grid-wrapper-5 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.benefits-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  margin-bottom: 15px;
  display: grid;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bas-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bas-wrapper {
  z-index: 1000;
  border: 8px solid #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 946px;
  height: 536px;
  position: relative;
  overflow: hidden;
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.about-image {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.about-image._2 {
  flex: 1;
  padding-bottom: 2%;
  padding-right: 2%;
}

.full-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line-fill {
  background-color: var(--main);
  width: 40%;
  height: 100%;
}

.dual-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-image-before-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.section-16 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-16.grey {
  background-color: var(--secondary);
  padding-top: 90px;
  padding-bottom: 90px;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-5 {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-5:hover {
  background-color: var(--secondary);
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.grid-wrapper-6 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.body-display-4 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.success-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #ffffffd9;
  border: 1px solid #e2e7f1;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: grid;
}

.reddot {
  color: red;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.project-description-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.body-display-5 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.error-message {
  color: #090b19;
  background-color: #e2e7f1;
  margin-top: 0;
  padding: 12px 18px;
}

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

.section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section.no-top-padding, .section.no-top-padding-copy {
  padding-top: 120px;
}

.section.no-top-padding-copy.dark {
  background-color: var(--secondary);
}

.text-field {
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 2px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #fff;
  border-color: #d4ddee;
}

.text-field::placeholder {
  color: #6e7488;
}

.project-features {
  padding-top: 0;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  color: #090b19;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  border-top: 1px solid #e2e7f1;
}

.project-description.secondary {
  grid-row-gap: 10px;
  border-top: 1px solid var(--main);
  border-left: 1px solid var(--main);
  background-color: var(--secondary);
  border-radius: 0%;
  flex-flow: column;
  display: flex;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border-radius: 100px;
  min-width: 160px;
  margin-top: 30px;
  padding: 16px 32px;
  font-size: 12px;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.image {
  width: 120px;
}

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.subtitle-6 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-6.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-quote-credit {
  border-left: 2px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: -24px;
  padding-left: 24px;
  display: flex;
}

.section-17 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-17.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 240px;
  padding-bottom: 160px;
}

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.div-block-61 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dual-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.accordion-item-a-text {
  color: #666;
  margin-bottom: 0;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordion-item-q-text {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.c-accordion-item-a {
  overflow: hidden;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

.accordion-item-q-icon-stripe-1 {
  background-color: var(--main);
  width: 100%;
  height: .2em;
  position: relative;
}

.faq-section {
  padding-left: 5%;
  padding-right: 5%;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px solid #fff;
  border-bottom-color: #c7c7c7;
  border-radius: 10px;
  transition: all .25s;
}

._w-accordion-item:hover {
  border-color: #5dc3a340;
  box-shadow: 1px 1px 15px #b9b9b98f;
}

.c-accordion-list {
  margin-bottom: 100px;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
}

.accordion-item-q-icon-stripe-2 {
  background-color: var(--main);
  width: .2em;
  height: 100%;
  position: absolute;
}

.c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
}

.cloneable-area {
  margin-top: 4rem;
}

._w-accordion-item-q {
  display: flex;
}

.footer-section {
  z-index: 10;
  color: #fff;
  background-color: #090b19;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 5vw 36px;
  display: flex;
  position: relative;
}

.link-2 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
}

.div-block-62 {
  background-image: linear-gradient(#0006, #0006), url('../images/Freedom-017_1Freedom-017.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
}

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

.nav-link.w--current {
  color: var(--main);
  font-weight: 600;
}

.navbar {
  background-color: #ffffff80;
  height: 68px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-navbar {
  border-bottom: 1px solid #eaecf0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  box-shadow: 0 2px 15px -7px #00000030;
}

.cta {
  grid-column-gap: 8px;
  color: #f3f7fa;
  letter-spacing: normal;
  background-color: #e50071;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.cta:hover {
  transform: scale(1.03);
}

.cta.navbar-cta {
  background-color: var(--secondary);
  border-radius: 0;
  height: 44px;
  margin-left: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
}

.cta.navbar-cta.pink {
  background-color: var(--main);
  border-radius: 0;
  font-size: 11px;
}

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

.link-brand-navbar.w--current {
  flex: none;
}

.brand-navbar {
  max-width: 150px;
  display: block;
}

.image-19 {
  z-index: 3;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-63 {
  z-index: 2;
  border: 3px solid var(--main);
  border-radius: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.line-up {
  background-color: #eaecf0;
  border-radius: 20px;
  width: 2px;
  height: 100px;
}

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

.section-18.number {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.number-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap-reverse;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.paragraph-5 {
  font-weight: 600;
}

.main-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1248px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.main-container._2 {
  flex-flow: column-reverse wrap;
  justify-content: center;
  align-items: center;
}

.main-container.verti {
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 5rem;
  margin-bottom: 8rem;
  display: flex;
}

.main-container.footer {
  flex-flow: wrap;
}

.number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 105px;
  display: flex;
}

.number-tile.tile-03, .number-tile.tile-02 {
  border: 1px #000;
}

.heading-5 {
  color: var(--main);
  font-family: Gilda Display, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.feature-icon {
  flex: none;
  width: 50px;
  height: 50px;
}

.feature-card {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0000000f;
}

.feature-grid {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.no-margin {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-5 {
  object-fit: cover;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: block;
}

.slide-nav-2 {
  bottom: -15%;
}

.text-size-regular {
  color: #333;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.testimonial-component {
  max-width: 65.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._43-right-bottom {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-top-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5% 10%;
  display: flex;
}

._43-text-block-2 {
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 115%;
}

.caption-title-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--secondary);
  color: #cba865;
  border: 1px solid #dfe0e2;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.padding-bottom {
  padding: 0;
}

.padding-bottom.padding-large {
  padding-bottom: 3.125rem;
}

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

.testimonial-image {
  border-radius: 20px;
}

.testimonial-image.phone {
  display: none;
}

.testimonial-image.desk {
  border-radius: 0;
  display: block;
}

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

.stars-wrapper {
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.padding-global-2 {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

._43-right {
  color: #625077;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 20px;
  font-weight: 600;
  line-height: 140%;
}

._43-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 51px;
  margin: 19px 35px 18px;
  display: flex;
}

.stars-2 {
  margin-top: 0;
}

.testimonial-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: auto;
  padding: 4rem 1.5rem 6rem;
  display: flex;
  position: absolute;
  bottom: 3.75rem;
  right: 3.75rem;
}

.testimonial-top-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-testimonial {
  background-color: #ddd0;
  width: 100%;
}

.right-arrow {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-icon {
  filter: grayscale();
}

.arrow-icon {
  background-color: #76b142;
  border-radius: 5px;
  font-size: 2rem;
}

.arrow-icon.left {
  background-color: var(--main);
  inset: 0% auto 0% 0%;
}

.arrow-icon.right {
  background-color: var(--main);
  inset: 0% 0% 0% auto;
}

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

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

.section-19.footer {
  background-color: #212121;
}

.text-span-89 {
  font-weight: 600;
}

.footer-title {
  color: #f7f7f7;
  text-align: left;
  letter-spacing: 0;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.footer-divider {
  background-color: #1b1b1b1a;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

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

.link-3 {
  color: #f7f7f7;
  text-decoration: none;
}

.link-3.phone {
  font-size: 15px;
}

.footer-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

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

.footer-link {
  color: #f7f7f7;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

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

.footer-main {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 386px;
  display: flex;
}

.footer-text {
  color: #f7f7f7;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}

.legal-link {
  color: #f7f7f7;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

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

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

.text-block-3 {
  color: #f7f7f7;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}

.footer-link-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 734px;
  display: flex;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-left: 24px;
  display: grid;
}

.subtitle-7 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.image-19-copy {
  z-index: 3;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: auto;
  position: relative;
}

.about-image-copy {
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.about-image-copy._2 {
  flex: 1;
  padding-bottom: 2%;
  padding-right: 2%;
}

.white-text, .text-block-6 {
  color: #fff;
}

.div-block-64 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.small-wrap {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.small-wrap.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.clone-me-2 {
  z-index: 99999;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button_call-2 {
  color: #fff;
  background-color: #f66a18;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  box-shadow: 0 10px 30px -10px #00000026;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-65 {
  border: 1px solid var(--main);
  border-radius: 0;
  width: 82%;
  padding: 7px;
}

.sm-icon-link {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.sm-icon-link:hover {
  opacity: .8;
}

.sm-icon-link.small {
  min-height: 40px;
}

.sm-icon {
  object-fit: cover;
  width: 28px;
  height: auto;
}

.sm-icon.small {
  width: 24px;
}

.sm-text.sm-text-light {
  color: #fff;
}

.sm-text.sm-text-light.small {
  font-size: 16px;
}

.div-block-66 {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  margin-top: 1.5rem;
  display: flex;
}

.image-20 {
  width: 160px;
}

.text-span {
  color: #dfb187;
}

.nav-social-link {
  background-color: #161b2b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 45px;
  max-height: 45px;
  padding: 15px;
  display: flex;
}

.logo-wrapper-alt {
  z-index: 4;
  grid-column-gap: 15px;
  background-color: #111b37;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 30px auto auto 5%;
}

.logo-wrapper-alt.hide-on-home-about-desktop {
  display: none;
}

.circle-left-arrow {
  border: .5px solid #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 160px;
  max-height: 160px;
  display: flex;
  left: -30px;
}

.button-wrapper {
  overflow: hidden;
}

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

.logo-link {
  z-index: 5;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 203px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-link.w--current {
  inset: 0%;
}

.hero-description {
  text-align: left;
  max-width: 750px;
  font-size: 18px;
  line-height: 1.4em;
}

.hero-arrows {
  max-height: 20px;
}

.btn_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.button-image {
  object-fit: cover;
  max-height: 30px;
  position: absolute;
}

.hero-main-wrapper {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-3 {
  z-index: 2;
  color: #fff;
  position: relative;
}

.circle-right-arrow {
  border: .5px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 160px;
  max-height: 160px;
  display: flex;
  inset: 0% -30px 0% auto;
}

.heading-13 {
  text-align: left;
}

.button {
  color: #111b37;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #111b37;
  border: 1px solid #dfb18780;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition-property: background-color;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.button:hover {
  color: #111521;
}

.button.white {
  background-color: #dfb187;
}

.space-text {
  min-height: 15px;
}

.nav-bar-container {
  background-color: #111b37;
  width: 100%;
  max-width: 1440px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.nav-bar-container.home-about-desktop {
  background-color: #0000;
}

.section-20 {
  width: 100%;
}

.icon-3 {
  display: none;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.logo-text-small {
  color: #9c9ca7;
  font-size: 12px;
}

.logo-text-small.shift-right {
  margin-left: 4px;
}

.logo-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #dfb187, #ffddb5);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.nav-menu-link {
  color: #eee;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.nav-menu-link:hover {
  color: #dfb187;
}

.nav-menu-link:focus-visible, .nav-menu-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dash-line {
  background-color: #dfb187;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 1px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 30px;
  display: flex;
}

.button-icon-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  max-height: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-2 {
  display: none;
}

.flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.flex.align-center-justify-center.gap-15px {
  grid-column-gap: 15px;
}

.slider {
  background-color: #0000;
  min-height: 100vh;
  margin-left: 143px;
}

.hero-image-slide-1 {
  z-index: -1;
  background-color: #000;
  background-image: url('../images/1.jpg'), url('../images/Hero-Image-Overlay.png');
  background-position: 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

.nav-bar-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 75px;
  padding-right: 12%;
  display: flex;
}

.hero-image-slide-2 {
  z-index: -1;
  background-color: #000;
  background-image: url('../images/Hero-Image-Overlay.png'), url('../images/2.jpg');
  background-position: 50%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 50%;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

.logo-wrapper {
  cursor: pointer;
  background-color: #101d41;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 203px;
  display: flex;
}

.logo-wrapper.shadow {
  position: absolute;
  inset: 0% auto auto 0%;
}

.line-bottom {
  z-index: 9;
  border-bottom: 1px solid #dfb18780;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-sidebar-icons-wrapper {
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 30px;
}

.button-icon {
  color: #dfb187;
  max-width: 40px;
  max-height: 40px;
  font-size: 15px;
  position: relative;
  left: -1px;
  transform: rotate(90deg);
}

.button-icon.dark {
  color: #fff;
}

.hero-sidebar {
  z-index: 4;
  background-image: linear-gradient(#101d41 40%, #111b37 90%);
  flex-direction: column;
  justify-content: flex-start;
  width: 143px;
  height: 100vh;
  margin-bottom: 1px;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-full {
  max-width: 100%;
}

.container-full.max-width-1440px.relative {
  max-width: none;
  position: relative;
}

.hero-content-wrapper-2 {
  z-index: 99;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  max-width: 750px;
  margin-top: 60px;
  padding-left: 15%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.button-overlay {
  z-index: 1;
  background-color: #1c2745;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.button-overlay:hover {
  border-color: #0000;
}

.higlight {
  color: var(--main);
}

.image-21 {
  filter: brightness(200%) sepia();
}

.card-copy.top-border---tablet._2 {
  background-image: linear-gradient(#1136a9bf, #1136a9bf), url('../images/mieszkanie-lublin-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 20px;
  padding-right: 20px;
}

.hover-line-fill {
  background-color: #cbd0dd;
  width: 100%;
  height: 100%;
}

.card-hover-link {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 44px;
  display: flex;
}

.card-bottom-info {
  z-index: 10;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.stacked-heading-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  border: 1px #eef0f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: end center;
  min-height: 275px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.left-end {
  background-image: linear-gradient(#00000059, #00000059), url('../images/b-tyl-2-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-left-style: none;
  min-height: 350px;
  display: flex;
  position: relative;
}

.hover-card-circle {
  background-color: #f7f7fa;
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: auto auto -6vw;
}

.heading-18 {
  color: #f7f7f7;
}

.section-10 {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

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

.card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.mid-logo-card {
  opacity: 0;
  width: 40%;
  position: absolute;
}

.underline-hover-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff3;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.underline-hover-link.dark {
  color: #626d86;
  border-bottom-color: #e1e4ee;
}

.card-icon-circle {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.card-icon-circle.blue {
  border-color: #1136a9;
}

.grid-wrapper-7 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.section-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: -36px;
  padding: 80px 0 80px 80px;
}

.body-display-6 {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-6.small {
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
}

.body-display-6.small.white-text {
  color: #fff;
}

.dual-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-bottom: 1px #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.fill-2 {
  background-color: #fff;
  width: 100%;
  margin-top: -36px;
}

.heading-17 {
  font-size: 30px;
  font-weight: 300;
}

.div-block-67 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.swiper-button-prev {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #dfb187;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev:hover {
  background-color: #10466d;
}

.swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: #e50071;
}

.video-timeline-fill {
  background-color: #e50071;
  width: 1%;
  height: 100%;
  position: relative;
}

.video-timeline {
  opacity: .66;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.video-timeline:hover {
  opacity: 1;
}

.video-wrapper {
  object-fit: cover;
  background-color: #f3f7fa00;
  border-radius: 0;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.video-level-dot {
  background-color: #e50071;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px -3px 0% auto;
}

.section-21 {
  width: 100%;
}

.section-21.home {
  margin-bottom: 150px;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.swiper-slide {
  z-index: 0;
  cursor: pointer;
  object-fit: cover;
  border-radius: 0;
  flex: none;
  min-width: 250px;
  transition: transform .3s;
  position: relative;
}

.swrper_component {
  object-fit: cover;
  position: relative;
}

.swiper-container {
  max-width: 100%;
}

.button-icon-2 {
  color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  transform: scale(.7);
}

.slider-custom-style {
  display: none;
}

.video-controls {
  z-index: 2;
  background-image: linear-gradient(0deg, #000000a8 100%, #fff0);
  width: 100%;
  padding: 15px 10px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.video-timeline-empty {
  background-color: #fff;
  width: 100%;
  height: 4px;
}

.video-volume-controls {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-icon {
  height: 16px;
}

.video-inner-wrapper {
  object-fit: cover;
  border-radius: 0;
  flex: 1;
}

.volume-level-fill {
  background-color: #f40103;
  width: 50%;
  height: 100%;
  position: relative;
}

.video-control-flex {
  justify-content: space-between;
  display: flex;
}

.video-flex {
  align-items: center;
  display: flex;
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.video-box {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 17px 1px #0000004a;
}

.container-3 {
  width: 100%;
  max-width: 1290px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  display: flex;
  position: relative;
}

.video-volume {
  z-index: 2;
  opacity: .66;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  margin-left: -5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-volume:hover {
  opacity: 1;
}

.volume-level-empty {
  background-color: #fff;
  width: 100px;
  height: 3px;
}

.volume-level {
  cursor: pointer;
  align-items: center;
  width: 100px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.video-play-target {
  z-index: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.code-embed-3 {
  object-fit: cover;
}

.swiper-button-next {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #dfb187;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next:hover {
  background-color: #10466d;
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: #e50071;
}

.video-button {
  opacity: .66;
  color: #fff;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  max-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.video-button:hover {
  opacity: 1;
}

.video-button.extend-right-padding {
  margin-right: 0;
  padding-right: 10px;
}

.card-copy {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  border: 1px #eef0f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: end center;
  min-height: 275px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-copy.left-end {
  background-image: linear-gradient(#00000059, #00000059), url('../images/inwestycje-przystan-srodmiescie.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-left-style: none;
  min-height: 350px;
  display: flex;
  position: relative;
}

.card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  border: 1px #eef0f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: end center;
  min-height: 275px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-3.left-end {
  background-image: linear-gradient(#00000059, #00000059), url('../images/inwestycje-jasienskie-domy-slider.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-left-style: none;
  min-height: 350px;
  display: flex;
  position: relative;
}

.card-4 {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  border: 1px #eef0f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: end center;
  min-height: 275px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-4.left-end {
  background-image: linear-gradient(#00000059, #00000059), url('../images/wiz-1.jpg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-left-style: none;
  min-height: 350px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .projects-hero {
    min-height: 100vh;
    padding-top: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-hover-item {
    padding: 0;
  }

  .steps-card {
    padding: 36px;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .medium-stacked-intro {
    max-width: 550px;
  }

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

  .div-block-62 {
    border-radius: 0;
  }

  .nav-link, .cta.navbar-cta, .cta.navbar-cta.pink {
    font-size: 15px;
  }

  .card-copy, .card, .card-copy, .card-3, .card-4 {
    grid-row-gap: 100px;
    padding: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .projects-hero {
    padding-top: 5%;
  }

  .navigation-button {
    font-size: 14px;
  }

  .client-main-block {
    display: flex;
  }

  .services-card-2 {
    padding: 48px;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .div-block-62 {
    border-radius: 0;
  }

  .card-copy, .card, .card-copy, .card-3, .card-4 {
    grid-row-gap: 120px;
  }
}

@media screen and (max-width: 991px) {
  .featured-project-details {
    grid-template-columns: 1fr;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 1fr;
  }

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

  .xxl-heading.one {
    font-size: 65px;
    line-height: 75px;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .text-block-4 {
    color: #000;
  }

  .nav-link-wrapper {
    grid-row-gap: 0px;
    background-color: #fff;
    grid-auto-flow: row;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    width: 48px;
    padding: 12px 0 12px 12px;
    display: flex;
  }

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

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

  .nav-link-2 {
    color: #000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block-5, .text-block {
    color: #000;
  }

  .nav-menu-2 {
    background-color: #0000;
  }

  .client {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .client-all-image-box {
    width: 100%;
    max-width: 250px;
  }

  .features-card-img {
    object-fit: cover;
    min-height: 80vh;
  }

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

  .container-large {
    max-width: 100%;
  }

  .features-card.first {
    min-height: 0;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .services-card-2 {
    padding: 36px 24px;
  }

  .testimonial-arrow-line {
    margin-bottom: 170px;
  }

  .testimonial-slide-arrow {
    top: auto;
    bottom: 120px;
  }

  .testimonial-slide-arrow.right {
    top: auto;
  }

  .testimonial-content {
    max-width: 525px;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 7%;
  }

  .banner-content-2 {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 220px;
  }

  .steps-sticky-card {
    grid-template-columns: 1fr;
    position: relative;
    top: auto;
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
  }

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

  .steps-grid {
    grid-row-gap: 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-wrapper-4 {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .section-3 {
    margin-top: 10%;
    padding-bottom: 10%;
  }

  .image-column {
    width: 100%;
    min-height: 70vh;
  }

  .benefits-wrapper {
    grid-row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 36px;
  }

  .intro-right-image {
    min-height: 200px;
  }

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

  .hero-background-image-2.benefit-intro-background {
    position: static;
  }

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

  .grey-cover {
    margin-left: 65px;
  }

  .image-18 {
    min-height: 0;
  }

  .grid-wrapper-5 {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .benefits-box {
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .about-image._2 {
    flex: 1;
    min-width: 250px;
    min-height: 400px;
  }

  .dual-wrapper-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

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

  .project-features {
    padding-top: 0;
  }

  .project-description {
    padding: 36px 24px;
  }

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

  .section-17.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

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

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

  .nav-link {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }

  .icon-hamburger {
    width: 28px;
    height: 28px;
    margin: auto;
    display: block;
  }

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

  .cta.navbar-cta {
    height: 64px;
    margin-top: 16px;
    margin-left: 0;
    font-size: 18px;
  }

  .cta.navbar-cta.pink {
    font-size: 18px;
  }

  .menu-button {
    border-radius: 8px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #56bcf666;
    padding: 0;
  }

  .nav-menu {
    text-align: center;
    background-color: #f3f7fa;
    padding: 24px;
  }

  .slide-nav-2 {
    inset: auto 0% -9%;
  }

  .text-size-regular {
    font-size: .9375rem;
    line-height: 1.4375rem;
  }

  .testimonial-top-content-wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }

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

  .heading-style-h2 {
    padding-bottom: 0;
  }

  .padding-global-2 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .testimonial-card {
    padding-bottom: 3rem;
    bottom: -3.05rem;
    right: .85rem;
  }

  .container-large-2 {
    max-width: 100%;
  }

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

  .sm-icon-link {
    margin-right: 16px;
  }

  .nav-social-link {
    margin-left: 0;
  }

  .logo-wrapper-alt {
    background-color: #0000;
    top: 21px;
  }

  .logo-wrapper-alt.hide-on-home-about-desktop, .logo-wrapper-alt.hide-on-home-about-desktop.w--current {
    display: flex;
  }

  .circle-left-arrow {
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    left: -10px;
  }

  .hero-description {
    text-align: left;
    max-width: 500px;
    font-size: 21px;
  }

  .hero-arrows {
    max-height: 15px;
  }

  .circle-right-arrow {
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    right: -10px;
  }

  .nav-menu-icon {
    color: #f8f8f8;
    font-size: 30px;
  }

  .cart-nav-wrapper, .nav-bar-container {
    align-items: center;
    display: flex;
  }

  .nav-bar-container.home-about-desktop {
    background-color: #111b37;
  }

  .nav-menu-3 {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 4%;
    padding-left: 0;
    display: flex;
  }

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

  .nav-menu-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

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

  .nav-dash-line {
    display: none;
  }

  .slider {
    margin-left: 0;
  }

  .nav-menu-button {
    z-index: 5;
    padding: 12px;
  }

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

  .hero-image-slide-1 {
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-bar-wrapper {
    margin-top: 0;
    padding-right: 30px;
  }

  .hero-image-slide-2 {
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-sidebar {
    display: none;
  }

  .list-item-wrapper {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .nav-menu-wrapper {
    background-color: #111b37;
    padding-top: 5%;
    position: fixed;
    inset: 0%;
  }

  .hero-content-wrapper-2 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    top: 0;
  }

  .stacked-heading-2 {
    grid-row-gap: 28px;
  }

  .card {
    grid-row-gap: 60px;
    min-height: 225px;
  }

  .card.top-border---tablet {
    border-top-style: solid;
    border-top-color: #eef0f6;
  }

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

  .card-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1px 1fr;
  }

  .section-box {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .card-copy {
    grid-row-gap: 60px;
    min-height: 225px;
  }

  .card-copy.top-border---tablet {
    border-top-style: solid;
    border-top-color: #eef0f6;
  }

  .card-3 {
    grid-row-gap: 60px;
    min-height: 225px;
  }

  .card-3.top-border---tablet {
    border-top-style: solid;
    border-top-color: #eef0f6;
  }

  .card-4 {
    grid-row-gap: 60px;
    min-height: 225px;
  }

  .card-4.top-border---tablet {
    border-top-style: solid;
    border-top-color: #eef0f6;
  }
}

@media screen and (max-width: 767px) {
  .project-detail-items {
    grid-template-columns: 1fr 1fr;
  }

  .projects-hero {
    min-height: 600px;
    padding-top: 15%;
  }

  .grid-wrapper {
    grid-row-gap: 120px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 30px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .xxl-heading.one {
    font-size: 50px;
    line-height: 65px;
  }

  .hover-link-wrapper, .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .nav-link-wrapper {
    border-bottom: 1px solid #eef0f6;
    box-shadow: 0 12px 36px -8px #121a2c1f;
  }

  .navigation-button {
    display: none;
  }

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

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

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .features-right {
    width: 100%;
  }

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

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

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 40px;
  }

  .testimonial-slide-arrow {
    width: 80px;
    height: 80px;
    bottom: 130px;
  }

  .slider-link-text {
    display: block;
  }

  .circle-outline {
    width: 80px;
    height: 80px;
  }

  .banner-content-2 {
    min-height: 600px;
    padding-top: 140px;
    padding-bottom: 212px;
  }

  .testimonial-text {
    font-size: 22px;
    line-height: 32px;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

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

  .steps-grid {
    padding-left: 0;
  }

  .grid-wrapper-4 {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .image-column {
    width: 100%;
  }

  .benefits-wrapper {
    grid-row-gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

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

  .grey-cover {
    margin-left: 0;
  }

  .benefit-card {
    grid-row-gap: 48px;
    grid-template-rows: 1fr auto;
    min-height: auto;
  }

  .grid-wrapper-5 {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .about-image {
    min-height: 350px;
  }

  .dual-wrapper-2 {
    flex-flow: column;
  }

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

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

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

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

  .section.no-top-padding, .section.no-top-padding-copy {
    padding-top: 60px;
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

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

  .footer-section {
    padding-bottom: 72px;
  }

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

  .cta.navbar-cta {
    font-size: 20px;
  }

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

  .nav-menu {
    background-color: #fff;
  }

  .line-up {
    width: 100%;
    height: 1px;
  }

  .number-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .number-tile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

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

  .feature-grid {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .text-size-regular {
    font-size: .875rem;
  }

  .testimonial-top-content-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .padding-bottom.padding-large {
    padding-bottom: 2.5rem;
  }

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

  .testimonial-image.phone {
    display: block;
  }

  .testimonial-image.desk {
    display: none;
    overflow: visible;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonial-card {
    max-width: none;
    position: relative;
    bottom: 0;
    right: -.15rem;
  }

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

  .left-footer-bottom {
    margin-bottom: 24px;
  }

  .footer-links {
    grid-row-gap: 12px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-link-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
    margin-top: 32px;
  }

  .about-image-copy {
    min-height: 350px;
  }

  .clone-me-2 {
    z-index: 9000;
    display: block;
    bottom: 70px;
    right: 15px;
  }

  .button_call-2 {
    background-color: var(--main);
    width: 45px;
    height: 45px;
  }

  .circle-left-arrow, .circle-right-arrow {
    display: none;
  }

  .nav-menu-icon {
    font-size: 28px;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .list-item-wrapper {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .nav-menu-wrapper {
    padding-top: 2%;
  }

  .hero-content-wrapper-2 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 85%;
    top: -30px;
  }

  .stacked-content {
    flex-direction: column;
    display: flex;
  }

  .stacked-heading-2 {
    grid-row-gap: 24px;
  }

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

  .section-box {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
  }

  .dual-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }
}

@media screen and (max-width: 479px) {
  .project-detail-items {
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .projects-hero {
    padding-top: 70px;
  }

  .grid-wrapper {
    grid-row-gap: 100px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 25px;
  }

  .background-cover {
    min-height: 80vh;
    overflow: hidden;
  }

  .project-detail-item {
    padding: 36px 18px;
  }

  .project-detail-item.middle-item {
    border-left-style: solid;
  }

  .featured-project-details {
    grid-template-columns: 1fr 1fr;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 40px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .xxl-heading.one {
    font-size: 44px;
    line-height: 60px;
  }

  .stacked-description {
    grid-template-columns: 1fr;
  }

  .button-text-2 {
    color: #f7f7f7;
  }

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

  .nav-wrapper {
    width: 100%;
  }

  .nav-left {
    grid-column-gap: 18px;
    grid-template-columns: auto 1px;
  }

  .nav-right {
    flex: 1;
    justify-content: space-between;
    padding-left: 18px;
  }

  .client-all-image-box {
    max-width: 120px;
  }

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

  .process-component {
    grid-row-gap: 2rem;
  }

  .features-card.first {
    flex-flow: column;
    padding: 0;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-7 {
    margin-bottom: 36px;
  }

  .button-text {
    font-weight: 500;
  }

  .image-10 {
    width: 60px;
  }

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

  .services-card-2 {
    padding: 36px 18px;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .testimonial-content {
    grid-row-gap: 24px;
    padding-bottom: 20px;
  }

  .slider-link-text {
    display: block;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 2%;
  }

  .banner-content-2 {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 212px;
  }

  .fill {
    height: 58px;
  }

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

  .steps-sticky-card {
    min-width: auto;
    padding: 12px 12px 24px;
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .steps-circle, .steps-tracker {
    display: none;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .grid-wrapper-4 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .steps-intro {
    grid-row-gap: 24px;
  }

  .steps-cards {
    grid-template-columns: auto;
    width: 100%;
  }

  .section-3 {
    flex-flow: column;
    padding-right: 8%;
  }

  .image-column {
    order: 9999;
    width: 100%;
    min-height: 350px;
    margin-top: 20px;
    margin-left: 4%;
    display: block;
  }

  .benefits-wrapper {
    grid-row-gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .intro-content {
    grid-row-gap: 36px;
  }

  .large-heading {
    font-size: 36px;
  }

  .benefit-card {
    grid-row-gap: 36px;
  }

  .image-18 {
    width: 100%;
  }

  .grid-wrapper-5 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .benefits-box {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .bas-wrapper {
    height: 450px;
  }

  .about-image {
    min-height: 250px;
  }

  .about-image._2 {
    order: -9999;
  }

  .dual-wrapper-2 {
    grid-row-gap: 48px;
    flex-flow: column;
  }

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

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .section.no-top-padding-copy {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .project-description.secondary {
    border-radius: 10px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .image {
    width: 85px;
  }

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

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

  .section-17.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .footer-section {
    justify-content: center;
    align-items: center;
    padding-top: 80px;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta.navbar-cta, .cta.navbar-cta.pink {
    font-size: 18px;
  }

  .link-brand-navbar {
    justify-content: flex-start;
    width: 45vw;
    max-width: 150px;
    height: auto;
    padding: 0;
    display: flex;
  }

  .brand-navbar {
    width: 100%;
  }

  .line-up {
    height: 2px;
  }

  .section-18.number {
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-wrap {
    flex-flow: column wrap-reverse;
  }

  .main-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .number-tile, .number-tile.tile-03, .number-tile.tile-02 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .slide-nav-2 {
    bottom: -50%;
  }

  .text-size-regular {
    font-size: .85rem;
  }

  .testimonial-top-content-wrapper {
    padding-left: 12%;
    padding-right: 12%;
  }

  ._43-text-block-2 {
    font-size: 10px;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2rem;
  }

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

  .testimonial-image {
    display: block;
  }

  .testimonial-image.phone {
    width: 100%;
  }

  .section-testimonial {
    height: auto;
  }

  .heading-style-h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .stars-wrapper {
    top: 10%;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 600px;
    padding: 6rem 1rem;
    bottom: 0;
  }

  .left-footer-bottom {
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-column {
    max-width: none;
  }

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

  .text-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .about-image-copy {
    min-height: 250px;
  }

  .small-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .clone-me-2 {
    bottom: 70px;
    right: 13px;
  }

  .button_call-2 {
    background-color: var(--main);
    border: .5px solid #9c9c9c;
    width: 45px;
    height: 45px;
  }

  .div-block-65 {
    width: 100%;
    padding: 0;
  }

  .logo-wrapper-alt {
    top: 26px;
    left: 10%;
  }

  .hero-main-wrapper {
    min-height: 110vh;
  }

  .nav-menu-icon {
    font-size: 30px;
  }

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

  .nav-bar-container {
    min-height: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-20 {
    overflow: hidden;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-top: 15%;
    position: relative;
  }

  .logo-text-small {
    font-size: 11px;
  }

  .logo-text {
    font-size: 16px;
    font-weight: 400;
  }

  .flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .flex.align-center-justify-center {
    grid-row-gap: 3px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-button {
    margin-right: 15px;
  }

  .hide-on-mobile {
    display: block;
  }

  .hero-image-slide-1 {
    background-position: 0%, 50%;
    background-size: cover, cover;
    min-height: 110vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-bar-wrapper {
    padding-right: 0;
  }

  .hero-image-slide-2 {
    min-height: 110vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .list-item-wrapper {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .nav-menu-wrapper {
    padding-top: 15%;
  }

  .hero-content-wrapper-2 {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 120px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-copy.top-border---tablet._2 {
    height: 380px;
    overflow: hidden;
  }

  .stacked-content {
    grid-row-gap: 36px;
  }

  .card.left-end {
    object-fit: fill;
    place-items: center;
    height: 360px;
    overflow: hidden;
  }

  .card.top-border---tablet._1 {
    place-items: center;
    min-height: 360px;
    overflow: hidden;
  }

  .card.top-border---tablet._3 {
    height: 360px;
    overflow: hidden;
  }

  .section-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 36px;
    display: block;
  }

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

  .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }

  .section-21 {
    overflow: hidden;
  }

  .section-spacing.project {
    padding-top: 0;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-button-next {
    width: 2.4rem;
    height: 2.4rem;
  }

  .card-copy.left-end {
    object-fit: fill;
    place-items: center;
    height: 360px;
    overflow: hidden;
  }

  .card-copy.top-border---tablet._1 {
    place-items: center;
    min-height: 360px;
    overflow: hidden;
  }

  .card-copy.top-border---tablet._3 {
    height: 360px;
    overflow: hidden;
  }

  .card-3.left-end {
    object-fit: fill;
    place-items: center;
    height: 360px;
    overflow: hidden;
  }

  .card-3.top-border---tablet._1 {
    place-items: center;
    min-height: 360px;
    overflow: hidden;
  }

  .card-3.top-border---tablet._3 {
    height: 360px;
    overflow: hidden;
  }

  .card-4.left-end {
    object-fit: fill;
    place-items: center;
    height: 360px;
    overflow: hidden;
  }

  .card-4.top-border---tablet._1 {
    place-items: center;
    min-height: 360px;
    overflow: hidden;
  }

  .card-4.top-border---tablet._3 {
    height: 360px;
    overflow: hidden;
  }
}

#w-node-e88d25a8-9288-d49f-739a-cded56d5a1d6-72d2a47f {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-e88d25a8-9288-d49f-739a-cded56d5a1d9-72d2a47f {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-e88d25a8-9288-d49f-739a-cded56d5a1da-72d2a47f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-e88d25a8-9288-d49f-739a-cded56d5a1db-72d2a47f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e88d25a8-9288-d49f-739a-cded56d5a1df-72d2a47f {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-e88d25a8-9288-d49f-739a-cded56d5a1e4-72d2a47f {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-e88d25a8-9288-d49f-739a-cded56d5a1e5-72d2a47f, #w-node-e88d25a8-9288-d49f-739a-cded56d5a1e6-72d2a47f, #w-node-e88d25a8-9288-d49f-739a-cded56d5a1f4-72d2a47f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e88d25a8-9288-d49f-739a-cded56d5a1fa-72d2a47f {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_1c1bebe9-6876-2191-90e0-bc6a3b9a7a6f-72d2a47f, #w-node-_1c1bebe9-6876-2191-90e0-bc6a3b9a7a70-72d2a47f, #w-node-_38616ef7-beb2-c8d2-0020-be04cf014df8-72d2a47f, #w-node-_38616ef7-beb2-c8d2-0020-be04cf014df9-72d2a47f, #w-node-b8fed76f-abad-553e-3c62-7f777ca495e1-72d2a47f, #w-node-b8fed76f-abad-553e-3c62-7f777ca495e2-72d2a47f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_146b4435-f01f-aad4-0938-5c640b8785ee-72d2a47f, #w-node-_146b4435-f01f-aad4-0938-5c640b8785f2-72d2a47f, #w-node-_146b4435-f01f-aad4-0938-5c640b8785fe-72d2a47f, #w-node-_146b4435-f01f-aad4-0938-5c640b878602-72d2a47f, #w-node-_146b4435-f01f-aad4-0938-5c640b87860e-72d2a47f, #w-node-_146b4435-f01f-aad4-0938-5c640b878612-72d2a47f {
  align-self: start;
}

#w-node-_53b6a25c-85aa-4a2a-11b6-84f35ca760fc-72d2a47f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53b6a25c-85aa-4a2a-11b6-84f35ca760fd-72d2a47f {
  place-self: center start;
}

#w-node-_53b6a25c-85aa-4a2a-11b6-84f35ca760fe-72d2a47f {
  justify-self: start;
}

#w-node-_53b6a25c-85aa-4a2a-11b6-84f35ca76100-72d2a47f, #w-node-_53b6a25c-85aa-4a2a-11b6-84f35ca76101-72d2a47f {
  align-self: start;
}

#w-node-_53b6a25c-85aa-4a2a-11b6-84f35ca7610b-72d2a47f {
  justify-self: start;
}

#w-node-_09de5163-c1e2-ac84-be22-22750be20086-72d2a47f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_09de5163-c1e2-ac84-be22-22750be20087-72d2a47f {
  place-self: center start;
}

#w-node-_09de5163-c1e2-ac84-be22-22750be20088-72d2a47f {
  justify-self: start;
}

#w-node-_09de5163-c1e2-ac84-be22-22750be2008a-72d2a47f, #w-node-_09de5163-c1e2-ac84-be22-22750be2008b-72d2a47f {
  align-self: start;
}

#w-node-_09de5163-c1e2-ac84-be22-22750be20090-72d2a47f {
  justify-self: start;
}

#w-node-_37576d3e-48a2-9ec4-3097-5cd40510f042-72d2a47f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37576d3e-48a2-9ec4-3097-5cd40510f043-72d2a47f, #w-node-_06fbe046-157f-2d83-1ece-9b1ec34d152b-72d2a47f {
  justify-self: start;
}

#w-node-_425e6193-2c27-641e-ac36-dccc0ac36c66-72d2a47f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_425e6193-2c27-641e-ac36-dccc0ac36c67-72d2a47f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_425e6193-2c27-641e-ac36-dccc0ac36c69-72d2a47f {
  align-self: stretch;
}

#w-node-_425e6193-2c27-641e-ac36-dccc0ac36c6a-72d2a47f {
  align-self: start;
}

#w-node-_425e6193-2c27-641e-ac36-dccc0ac36c8c-72d2a47f {
  justify-self: start;
}

#w-node-_425e6193-2c27-641e-ac36-dccc0ac36c93-72d2a47f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_425e6193-2c27-641e-ac36-dccc0ac36c96-72d2a47f {
  place-self: center stretch;
}

#w-node-_45665d1c-ade4-dfef-b059-4aa2b280af74-72d2a47f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_45665d1c-ade4-dfef-b059-4aa2b280af75-72d2a47f, #w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b324890-72d2a47f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b324891-72d2a47f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b324892-72d2a47f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b32489e-72d2a47f {
  justify-self: start;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248a1-72d2a47f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248a2-72d2a47f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248a7-72d2a47f {
  place-self: center stretch;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248a8-72d2a47f {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248aa-72d2a47f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248b0-72d2a47f {
  align-self: stretch;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248b1-72d2a47f {
  place-self: start;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248b4-72d2a47f {
  align-self: end;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248c8-72d2a47f {
  align-self: stretch;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248c9-72d2a47f {
  place-self: start;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248cc-72d2a47f {
  align-self: end;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248dc-72d2a47f {
  align-self: stretch;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248dd-72d2a47f {
  place-self: start;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248e0-72d2a47f {
  align-self: end;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248fc-72d2a47f {
  align-self: stretch;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248fd-72d2a47f {
  place-self: start;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b324900-72d2a47f {
  align-self: end;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b324912-72d2a47f {
  align-self: stretch;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b324913-72d2a47f {
  place-self: start;
}

#w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b324916-72d2a47f {
  align-self: end;
}

#w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8e8d-72d2a47f {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8e92-72d2a47f, #w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8e95-72d2a47f, #w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8e99-72d2a47f, #Numer.w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8e9b-72d2a47f, #w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8e9d-72d2a47f, #Email.w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8e9f-72d2a47f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8ea6-72d2a47f {
  justify-self: start;
}

#w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8eb0-72d2a47f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8eb4-72d2a47f {
  place-self: center start;
}

#w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8eb6-72d2a47f {
  place-self: center end;
}

#w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8eb8-72d2a47f {
  place-self: center start;
}

#w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8eba-72d2a47f {
  place-self: center end;
}

#w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8ebc-72d2a47f {
  place-self: center start;
}

#w-node-b4e70e0a-2aeb-083f-1c31-dcfddac23441-72d2a47f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4e70e0a-2aeb-083f-1c31-dcfddac2344d-72d2a47f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-e88d25a8-9288-d49f-739a-cded56d5a1da-72d2a47f {
    grid-area: 1 / 2 / 2 / 3;
    place-self: stretch stretch;
  }

  #w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b324890-72d2a47f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b324891-72d2a47f {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b324890-72d2a47f {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_53b6a25c-85aa-4a2a-11b6-84f35ca7610e-72d2a47f {
    order: -9999;
  }

  #w-node-_425e6193-2c27-641e-ac36-dccc0ac36cad-72d2a47f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b324890-72d2a47f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b324891-72d2a47f {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248a1-72d2a47f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248a8-72d2a47f {
    grid-row-end: 3;
  }

  #w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8e8d-72d2a47f {
    grid-column-end: 2;
  }

  #w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8eb0-72d2a47f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7734bbc7-1c12-e753-977e-2b6149370119-72d2a47f {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e88d25a8-9288-d49f-739a-cded56d5a1df-72d2a47f {
    grid-row-start: 3;
  }

  #w-node-e88d25a8-9288-d49f-739a-cded56d5a1e5-72d2a47f {
    grid-column: span 3 / span 3;
  }

  #w-node-e88d25a8-9288-d49f-739a-cded56d5a1e6-72d2a47f {
    grid-column: span 1 / span 1;
  }

  #w-node-e88d25a8-9288-d49f-739a-cded56d5a1f4-72d2a47f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9b7b6094-dbc9-f115-9c21-9cbd7b5d8e95-72d2a47f {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e88d25a8-9288-d49f-739a-cded56d5a1df-72d2a47f {
    grid-column-end: 2;
  }

  #w-node-e88d25a8-9288-d49f-739a-cded56d5a1e4-72d2a47f {
    grid-column-end: 3;
  }

  #w-node-e88d25a8-9288-d49f-739a-cded56d5a1e5-72d2a47f {
    grid-column: span 3 / span 3;
  }

  #w-node-e88d25a8-9288-d49f-739a-cded56d5a1e6-72d2a47f, #w-node-e88d25a8-9288-d49f-739a-cded56d5a1f4-72d2a47f {
    grid-column: span 1 / span 1;
  }

  #w-node-e88d25a8-9288-d49f-739a-cded56d5a1fa-72d2a47f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: end;
  }

  #w-node-_425e6193-2c27-641e-ac36-dccc0ac36cad-72d2a47f {
    grid-column: span 1 / span 1;
  }

  #w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248a2-72d2a47f, #w-node-_7ceaccab-a1f4-f8a8-c0df-7d276b3248aa-72d2a47f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


