:root {
  --untitled-ui--primary100: #fbdba6;
  --untitled-ui--primary900: #f5a623;
  --untitled-ui--gray50: #898484;
  --untitled-ui--gray800: #434141;
  --untitled-ui--primary600: #f7b549;
  --untitled-ui--white: white;
  --untitled-ui--primary50-2: #fce3b9;
  --untitled-ui--gray900: #393737;
  --untitled-ui--gray600: #575454;
  --untitled-ui--primary700: #f6ae36;
  --untitled-ui--gray500: #615e5e;
  --untitled-ui--primary200: #fad494;
  --untitled-ui--gray300: #757171;
  --untitled-ui--gray100: #7f7a7a;
  --untitled-ui--gray700: #4d4a4a;
  --untitled-ui--primary300: #f9cc81;
  --untitled-ui--primary500: #f8bd5b;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  text-decoration: none;
}

.horizontal-line {
  background-color: var(--untitled-ui--primary100);
  height: 1px;
}

.horizontal-line.light {
  background-color: #c0c0d373;
}

.horizontal-line.left {
  margin-left: 80px;
}

.body {
  color: var(--untitled-ui--primary900);
  font-family: Inter, sans-serif;
}

.flyout-menu {
  border-right: 1px solid var(--untitled-ui--gray50);
  border-bottom: 1px none var(--untitled-ui--gray50);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flyout-menu.open {
  border-right-width: 0;
}

.slide-nav {
  display: none;
}

.hero-slide {
  height: 100%;
}

.video-icon {
  filter: none;
}

.home-hero-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  display: grid;
  position: relative;
}

.video-button-waves {
  z-index: 27;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto;
}

.slider-arrow-icon {
  width: 16px;
}

.hero-slider-mask {
  overflow: visible;
}

.home-hero {
  background-color: #fff;
  align-items: stretch;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-video-button {
  z-index: 25;
  border: 1px #c0c0d333;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: -36px;
  display: flex;
  position: relative;
}

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

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrapper.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.video-button-background {
  z-index: 30;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.xxl-heading {
  font-size: 68px;
  line-height: 1.1em;
}

.xxl-heading.small-heading {
  font-size: 50px;
}

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

.bottom-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  min-width: 100vw;
  height: 100%;
  display: grid;
}

.featured-icon {
  width: 18px;
}

.slider-background {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.hero-slide-arrow {
  background-color: #fff;
  border: 1px #fff9;
  border-top: 1px solid #c0c0d333;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: auto 360px 0% auto;
}

.hero-slide-arrow.left {
  border-top-style: none;
  border-top-left-radius: 5px;
  bottom: 70px;
}

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

.grid-wrapper {
  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;
}

.video-button-overlay {
  z-index: 25;
  background-color: #0f132696;
  margin-left: -80px;
  margin-right: -80px;
  display: none;
  position: fixed;
  inset: 0%;
}

.slider-bottom {
  z-index: 20;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.video-hover-button {
  z-index: 35;
  cursor: pointer;
  border: 1px dashed #c0c0d34d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.featured-service {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #f7f8fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 360px;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

.wave-one {
  background-color: #c0c0d333;
  border-radius: 100%;
  width: 88%;
  height: 88%;
}

.button {
  color: var(--untitled-ui--gray800);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  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:hover {
  background-color: var(--untitled-ui--primary600);
}

.button.light-grey {
  background-color: var(--untitled-ui--primary100);
  font-size: 12px;
  font-weight: 600;
}

.button.light-grey:hover {
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  font-size: 12px;
  font-weight: 600;
}

.button.light-grey.apply-now-button {
  max-width: 16%;
}

.button.apply-now-button {
  background-color: var(--untitled-ui--gray800);
  color: var(--untitled-ui--white);
  letter-spacing: 2px;
  cursor: pointer;
  max-width: 15%;
  padding: 10px 0;
  font-size: 10px;
  font-weight: 700;
}

.button.apply-now-button:hover {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--gray900);
}

.button-video {
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  position: absolute;
  inset: 0%;
}

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

.featured-services-icon {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.overlay.light {
  background-color: #0f132659;
}

.overlay.extra-light {
  background-color: #0f13260d;
}

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

.home-hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 360px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 92px;
  padding-bottom: 152px;
  padding-left: 80px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.wave-two {
  background-color: #c0c0d333;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.subtitle.white {
  color: #fff;
}

.subtitle.feedback-heading {
  color: var(--untitled-ui--primary600);
  font-size: 18px;
  font-weight: 600;
}

.subtitle.large {
  font-size: 14px;
}

.subtitle.about-us-subtitle {
  color: var(--untitled-ui--gray900);
}

.background {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background.one {
  background-image: url('../images/hero-one.jpg');
}

.background.two {
  background-image: url('../images/hero-two.jpg');
}

.background.three {
  background-image: url('../images/pexels-tima-miroshnichenko-5380792.jpg');
}

.background.web-one {
  background-image: url('../images/hero-web-design-two.jpg');
}

.background.web-two {
  background-image: url('../images/web-two.jpg');
}

.background.web-three {
  background-image: url('../images/web-three.jpg');
}

.background.digital-one {
  background-image: url('../images/digital-one.jpg');
}

.background.digital-two {
  background-image: url('../images/digital-three.jpg');
}

.background.digital-three {
  background-image: url('../images/digital-two.jpg');
}

.background.service-one {
  background-image: url('../images/service-one.jpg');
}

.background.services-two {
  background-image: url('../images/service-two.jpg');
}

.background.service-three {
  background-image: url('../images/background-one.png');
}

.background.business-one {
  background-image: url('../images/business-one.jpg');
}

.background.business-two {
  background-image: url('../images/business-two.jpg');
}

.background.business-three {
  background-image: url('../images/business-three.jpg');
}

.video-icon-wrapper {
  background-color: #c0c0d333;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-indicator {
  z-index: 25;
  background-color: #c0c0d333;
  width: 40%;
  max-width: 250px;
  height: 2px;
  position: relative;
}

.preloader-fill {
  background-color: #081c3a;
  width: 20%;
  height: 100%;
}

.preloader-top {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-bottom {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-indicator {
  z-index: 49;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #c0c0d333;
  flex-direction: column;
  grid-template-rows: minmax(200px, 620px) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  padding-top: 80px;
  padding-bottom: 24px;
  display: grid;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.indicator-wrapper {
  background-color: #c0c0d333;
  border-radius: 100px;
  flex: 1;
  width: 3px;
  margin-top: 36px;
  margin-bottom: 36px;
  overflow: hidden;
}

.indicator-fill {
  border-radius: 100px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.indicator {
  background-color: #d2d2e0;
  border-radius: 100px;
  width: 100%;
  height: 20%;
}

.social-sidebar-icons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar-icon {
  background-color: #aeaec00d;
  border: 1px solid #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.sidebar-icon:hover {
  background-color: #3572ff;
  border-color: #3572ff;
}

.mobile-services-wrapper {
  display: none;
}

.nav-menu-links {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.quick-link-item.white {
  background-color: #fff;
  border: 1px solid #c0c0d333;
}

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

.right-nav {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.card-arrow-icon.dark {
  background-color: #fff;
  border-color: #c0c0d333;
}

.dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 500px;
  min-height: 200px;
  padding: 24px;
  display: grid;
  box-shadow: 0 6px 48px -4px #3540751a;
}

.left-nav {
  z-index: 25;
  background-color: #fff;
  border-bottom: 1px solid #c0c0d333;
  border-right: 1px solid #c0c0d333;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px #c0c0d333;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.services-social-media {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.flyout-heading {
  padding-left: 80px;
}

.nav-link {
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 2px #0f132600;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.scroll-flyout-wrapper {
  margin-right: 12px;
  overflow: auto;
}

.dropdown-list.w--open {
  background-color: #0000;
  justify-content: flex-end;
  padding-top: 12px;
  display: flex;
  left: 0;
  right: 0;
}

.dropdown-list.flex-left.w--open {
  justify-content: flex-start;
}

.close-flyout {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.nav-menu {
  z-index: 40;
  justify-content: center;
  max-width: 450px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.brand {
  z-index: 25;
  color: #081c3a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  align-items: center;
  padding-right: 24px;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.flyout-social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation-shade {
  background-color: #fff;
  border-bottom: 1px solid #c0c0d333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.top-nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.services-social-icon {
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.nav-button {
  z-index: 10;
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #c0c0d333;
  border-radius: 3px;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.navigation-content {
  z-index: 15;
  border-bottom: 1px #c0c0d333;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: 80px;
  padding-left: 36px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.dropdown-lottie {
  justify-content: center;
  align-items: center;
  width: 14px;
  margin-left: 9px;
  display: flex;
}

.flyout-menu-wrapper {
  z-index: 20;
  background-color: #071224a3;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.flyout-menu-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 448px;
  max-width: 448px;
  padding: 116px 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mobile-navigation-shade {
  display: none;
}

.flyout-menu-2 {
  cursor: pointer;
  border-bottom: 1px #c0c0d333;
  border-right: 1px #c0c0d333;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flyout-menu-2.close {
  display: none;
}

.services-card-arrow {
  width: 14px;
}

.services {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 0 24px 36px 80px;
  display: grid;
}

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

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

.link-cover {
  background-color: var(--untitled-ui--primary50-2);
  border-radius: 5px;
  height: 100%;
  max-height: 42px;
  position: absolute;
  inset: auto 0%;
}

.nav-button-toggle {
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 18px;
  display: flex;
}

.dropdown-icon {
  display: none;
}

.menu-lottie {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.services-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #0000;
  border: 1px solid #c0c0d333;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  padding: 24px 18px 24px 24px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-card:hover {
  box-shadow: 0 12px 36px -8px #3540751a;
}

.services-name {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
  overflow: hidden;
}

.subtitle-dynamic-text {
  z-index: 10;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.services-card-background {
  opacity: 0;
  background-image: url('../images/lightbox-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.services-card-background.menu-image-hover-one {
  background-image: url('../images/lightbox-5.jpg');
}

.services-card-background.menu-image-hover-two {
  background-image: url('../images/pexels-tima-miroshnichenko-5380792.jpg');
}

.services-card-background.menu-image-hover-three {
  background-image: url('../images/2.jpg');
}

.logo {
  max-width: 70%;
}

.hero-background-image {
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image.benefit-intro-background {
  background-image: url('../images/business-growth.jpg');
}

.hero-background-image.steps-background {
  background-image: url('../images/three-dots.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.member-one {
  background-image: url('../images/image-06.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.about-hero-background {
  background-image: url('../images/about-us.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.about-intro-background {
  background-image: url('../images/business-growth.jpg');
}

.hero-background-image.contact-hero-background {
  background-image: url('../images/contact.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.seo-one {
  background-image: none;
}

.hero-background-image.more-services-icon-box {
  border: 1px solid #c2c2c2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-background-image.apply-now {
  background-image: url('../images/apply.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.openings {
  background-image: url('../images/openings.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.services-intro {
  background-image: url('../images/services-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.intro-wrapper {
  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;
}

.background-load-top {
  z-index: 25;
  background-color: var(--untitled-ui--primary600);
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.dropdown-button {
  background-color: var(--untitled-ui--gray800);
  color: #fff;
  border-radius: 5px;
  padding: 16px 32px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.dropdown-button:hover {
  background-color: var(--untitled-ui--primary600);
}

.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;
  display: grid;
}

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

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

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

.benefit-icon {
  color: #516381;
  border: 1px solid #c0c0d3b3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 11px;
  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;
}

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

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

.section.no-padding.team-hidden {
  display: none;
}

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

.section.middle-section {
  background-color: var(--untitled-ui--primary50-2);
}

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

.background-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.body-display {
  color: var(--untitled-ui--gray900);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

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

.body-display.large.white {
  color: var(--untitled-ui--white);
}

.body-display.small {
  color: var(--untitled-ui--gray800);
  font-size: 13px;
  line-height: 1.2em;
}

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

.body-display.small {
  font-size: 14px;
  line-height: 1.4em;
}

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

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

.service-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #0000;
  border: 1px solid #c0c0d333;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  padding: 24px 18px 24px 24px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  box-shadow: 0 12px 36px -8px #3540751a;
}

.different-card-heading {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.hero-video-popup {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.flyout-overlay {
  cursor: pointer;
  background-color: #0e1520cc;
  position: absolute;
  inset: 0%;
}

.hero-video-wrapper {
  z-index: 1000;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 60vw;
  padding: 6px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.youtube {
  border-radius: 12px;
  align-self: center;
  width: 100%;
  overflow: hidden;
}

.youtube.hide {
  display: none;
}

.close-link {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 12px;
  text-decoration: none;
  display: grid;
  position: absolute;
  inset: auto auto -48px;
}

.about-wrapper {
  z-index: 10;
  grid-column-gap: 100px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 80px;
  display: grid;
  position: relative;
}

.team-image-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-image-item {
  color: #fff;
  text-align: center;
  width: 25vw;
  min-width: 25vw;
  height: 25vw;
  min-height: 25vw;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.team-location-icon {
  background-color: #c0c0d333;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.about-images-wrapper {
  position: relative;
  overflow: hidden;
}

.about-images {
  z-index: 10;
  margin-left: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-section {
  overflow: hidden;
}

.team-image-location {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

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

.team-background-image {
  background-image: url('../images/lightbox-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.team-background-image.four {
  background-image: url('../images/lightbox-1.jpg');
}

.team-background-image.five {
  background-image: url('../images/lightbox-2.jpg');
}

.team-background-image.two {
  background-image: url('../images/lightbox-3.jpg');
}

.team-background-image.six {
  background-image: url('../images/2.jpg');
}

.team-background-image.three {
  background-image: url('../images/lightbox-4.jpg');
}

.about-intro-paragraph {
  color: var(--untitled-ui--gray600);
  font-size: 26px;
  line-height: 32px;
}

.yellow-head {
  color: var(--untitled-ui--primary700);
}

.grey-head {
  color: var(--untitled-ui--gray500);
}

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

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

.steps-sticky-card {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: var(--untitled-ui--primary50-2);
  box-shadow: none;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  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;
}

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

.steps-circle-outline.two {
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray500);
}

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

.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-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid var(--untitled-ui--primary50-2);
  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: 30px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.steps-tracker {
  background-color: var(--untitled-ui--primary50-2);
  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-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: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps-icon {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}

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

.framework-heading {
  color: var(--untitled-ui--gray600);
  line-height: 38px;
}

.team-wrapper {
  z-index: 10;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 80px;
  display: grid;
  position: relative;
}

.team-box {
  z-index: 10;
  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 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: relative;
}

.outline-button {
  border: 1px solid var(--untitled-ui--primary100);
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  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;
}

.outline-button:hover {
  color: #fff;
  background-color: #081c3a;
  border-color: #081c3a;
}

.outline-button.small:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary900);
}

.outline-button.small {
  padding: 9px 18px;
}

.team-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: var(--untitled-ui--gray600);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 18px 30px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: grid;
  position: relative;
}

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

.team-image {
  border-radius: 12px;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.team-member-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
}

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

.name {
  letter-spacing: -.03em;
  font-size: 18px;
}

.team-location {
  color: #516381;
}

.credit-text {
  color: #516381;
  font-size: 12px;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 12px;
  padding-left: 36px;
  display: grid;
}

.footer-destinations {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.footer-pages {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  font-size: 10px;
  display: grid;
}

.footer {
  justify-content: center;
  display: flex;
  position: relative;
}

.footer-logo {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

.footer-link {
  color: #081c3a;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9px 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-link.team {
  display: none;
}

.paralax-background {
  background-image: url('../images/feedback_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -36px;
  margin-bottom: -36px;
  position: absolute;
  inset: 0%;
}

.paralax-background.about-one {
  background-image: url('../images/lightbox-5.jpg');
}

.paralax-background.about-two {
  background-image: url('../images/lightbox-2.jpg');
}

.paralax-background.about-three {
  background-image: url('../images/lightbox-1.jpg');
}

.paralax-background.about-four {
  background-image: url('../images/lightbox-4.jpg');
}

.paralax-background.about-five {
  background-image: url('../images/lightbox-3.jpg');
}

.paralax-background.about-six {
  background-image: url('../images/pexels-tima-miroshnichenko-5380618.jpg');
}

.paralax-background.about-seven {
  background-image: url('../images/2.jpg');
}

.paralax-background.team-banner-background {
  background-image: url('../images/mission.jpg');
}

.paralax-background.services-banner-section {
  background-image: url('../images/user-stories.jpg'), url('../images/feedback.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.paralax-background.web-design {
  background-image: url('../images/hero-web-design.jpg');
}

.paralax-background.digital-banner {
  background-image: url('../images/digital-banner.jpg');
}

.paralax-background.service-banner {
  background-image: url('../images/business-banner.jpg');
}

.testimonial-slider {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 330px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-client {
  color: var(--untitled-ui--primary600);
}

.testimonial-slide-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 81px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.tracker-fill {
  background-color: #fff;
  border-radius: 100px;
  width: 3px;
  margin-top: 9px;
  margin-bottom: 9px;
  position: absolute;
  inset: 0% auto 0% -3px;
}

.testimonial-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-section.service {
  display: none;
}

.testimonial-mask {
  z-index: 20;
  margin-left: 48px;
  padding-right: 0;
  overflow: visible;
}

.tracker-item {
  color: #fffc;
  border-left: 3px solid #fff0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 66px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.tracker-item.in-slider {
  color: #fff;
  border-left-color: #fff0;
  font-weight: 700;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.testimonial-arrow {
  z-index: 25;
  background-color: var(--untitled-ui--primary100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 72px 9px 0%;
}

.testimonial-arrow.right {
  left: 72px;
  right: 0;
}

.testimonial-tracker {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 66px 66px 66px 66px 66px;
  grid-template-columns: 1fr;
  grid-auto-rows: 66px;
  grid-auto-columns: 1fr;
  width: 48px;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.testimonial-tracker.in-slider {
  z-index: 10;
  grid-template-rows: 66px;
  grid-auto-rows: 66px;
  height: auto;
  bottom: auto;
  left: -48px;
}

.testimonial-wrapper {
  color: #fff;
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.background-cover {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inner-page-hero {
  color: #fff;
  justify-content: center;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-page-intro {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  color: #fff;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 750px;
  padding-left: 0;
  display: grid;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  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;
}

.about-us-intro {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -60px;
  margin-left: 36px;
  padding: 48px 48px 0;
  display: grid;
}

.mission-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 36px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

.centered-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 700px;
  display: grid;
  position: relative;
}

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

.small-image {
  border-radius: 5px;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}

.large-image {
  border-radius: 5px;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.medium-image {
  border-radius: 5px;
  margin-top: -36px;
  position: relative;
  overflow: hidden;
}

.contact-team-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  display: grid;
}

.section-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 140px 0 200px;
  display: grid;
  position: relative;
}

.team-items {
  margin-top: -60px;
  margin-left: 36px;
  padding-bottom: 140px;
}

.form-block {
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

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

.subtitle-intro-wrapper-2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

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

.text-field:focus {
  border-color: #e6e6f3;
  padding-left: 24px;
}

.text-field.large {
  min-height: 175px;
}

.success-message-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  min-height: 400px;
  padding: 60px;
  display: grid;
}

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

.quick-links {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 101px;
}

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

.field-label {
  margin-bottom: 0;
}

.contact-quick-links {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

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

.submit-button.career-form {
  background-color: var(--untitled-ui--gray900);
}

.submit-button.career-form:hover {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--gray900);
}

.success-message {
  background-color: #fff;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

.success-message.grey {
  background-color: #f7f8fc;
}

.error-state {
  background-color: #c0c0d333;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
}

.contact-form-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  padding: 0;
  display: grid;
}

.services-slider-arrow {
  z-index: 20;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 0% 80px auto;
}

.services-slider-arrow.left {
  right: 72px;
}

.hero-slide-2 {
  height: 100%;
}

.services-hero {
  min-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subtitle-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 48px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 18px;
  display: grid;
}

.services-hero-intro {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 136px;
  display: flex;
}

.services-hero-content {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
  position: relative;
}

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

.service-features {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  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: 60px;
  margin-bottom: 60px;
  margin-left: 36px;
  padding: 0;
  display: grid;
}

.service-features.career-features {
  grid-template-columns: 1fr 1px 1fr 1px;
}

.service-feature-icon {
  width: 24px;
}

.service-feature-icon.career-icons {
  width: 50px;
  height: 50px;
}

.feature-item {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  color: #516381;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding: 36px 18px;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.feature-item:hover {
  z-index: 1;
  box-shadow: 0 9px 42px -6px #3540751a;
}

.feature-icon {
  background-color: #fff;
  border: 1px solid #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.feature-icon.career-icon {
  width: 80px;
  height: 80px;
}

.services-body {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  border-radius: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 750px;
  padding: 0 60px 0 36px;
  display: grid;
}

.services-info {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.services-info.services-on {
  padding-top: 0;
}

.inquire-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: sticky;
  top: 101px;
}

.inquire-card.career-inquiry-card {
  flex-flow: column;
  display: flex;
}

.contact-options {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.inquire-form {
  border-top: 1px solid #c0c0d333;
  margin-bottom: 0;
  padding-top: 36px;
}

.services-content {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: 36px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.services-content.middle-content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.services-content.services {
  display: flex;
}

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

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

.inquire-avatar {
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

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

.inquire-services-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

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

.background-image.web-design-dev {
  background-image: url('../images/fourseas-256.png');
}

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

.map-wrapper {
  background-color: #c0c0d333;
  border-radius: 12px;
  min-height: 350px;
  margin-left: 36px;
  position: relative;
  overflow: hidden;
}

.development-tab-link {
  color: #516381;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 20px 36px;
  font-size: 12px;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.development-tab-link.w--current {
  color: #081c3a;
  background-color: #fff0;
}

.develop-circle {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: auto auto -21px;
}

.develop-circle-dot {
  z-index: 10;
  background-color: #e6e6f3;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.steps-indicator-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 25%;
  height: 100%;
}

.development-tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #e6e6f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 60px;
  margin-bottom: 72px;
  display: grid;
}

.develop-outline-circle {
  background-color: #fff;
  border: 2px solid #e6e6f3;
  border-radius: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.developement-tabs-content {
  width: 100%;
  overflow: visible;
}

.development-cycle-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  background-color: #fff0;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -100px;
  margin-left: 36px;
  padding: 0 0 140px;
  display: grid;
  position: relative;
}

.development-tabs {
  z-index: 30;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.development-tabs-wrapper {
  padding: 0;
  position: relative;
}

.development-steps-indicator {
  background-color: #e6e6f3;
  border-radius: 100px;
  height: 2px;
  position: absolute;
  inset: 60px 0% auto;
  overflow: hidden;
}

.development-cycles {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 36px 0;
  display: grid;
}

.develop-card-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.develop-details {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--untitled-ui--primary50-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.development-verticle-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.development-verticle-card:hover {
  box-shadow: 0 9px 48px -6px #3540751f;
}

.develop-card-info {
  grid-column-gap: 12px;
  grid-row-gap: 9px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 60px;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

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

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

.development-card-image {
  border-radius: 12px;
  height: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.development-card-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-list-item {
  padding-top: 3px;
  padding-bottom: 3px;
}

.career-wrapper {
  margin-left: 36px;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

.job-card {
  background-color: #e7e7e74d;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
}

.job-card:hover {
  background-color: var(--untitled-ui--primary50-2);
}

.job-name {
  color: var(--untitled-ui--gray600);
  margin-top: 0;
}

.job-info {
  color: var(--untitled-ui--gray600);
}

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

.career-social-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.career-social {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-bottom: 20px;
  display: flex;
}

.div-block {
  position: sticky;
  top: 101px;
}

.career-inquiry-card {
  padding: 20px;
}

.privacy-policy-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 36px;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 0;
}

.privacy-policy-wrapper.about-us {
  padding-left: 80px;
  padding-right: 0;
}

.member-popup {
  z-index: 1000;
  background-color: #393737;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.member-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px;
  display: grid;
}

.member-popup-info {
  padding: 30px;
}

.member-popup-about {
  padding: 30px 20px;
}

.member-name {
  color: var(--untitled-ui--white);
}

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

.member-socials {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.member-contact-details {
  flex-flow: column;
  display: flex;
}

.member-contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--untitled-ui--white);
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.about-member {
  color: var(--untitled-ui--white);
}

.close-popup {
  position: absolute;
  inset: 1% 1% auto auto;
}

.more-services-name {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.more-services-icon {
  width: 150px;
  height: 150px;
}

.services-heading {
  justify-content: center;
  align-items: center;
  margin-left: 36px;
  padding-bottom: 50px;
  display: flex;
}

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

.deliver-card {
  cursor: pointer;
  background-color: #fff9;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 28px;
  display: flex;
}

.deliver-card-description-text {
  letter-spacing: 1px;
  line-height: 24px;
}

.make-it-work {
  margin-left: 36px;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

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

.make-it-work-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.read-more {
  background-color: var(--untitled-ui--primary200);
  color: var(--untitled-ui--gray900);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 3px 3px 10px -2px #000000a6;
}

.read-more:hover {
  background-color: var(--untitled-ui--gray900);
  box-shadow: 3px 3px 10px -2px var(--untitled-ui--primary700);
  color: var(--untitled-ui--white);
}

.read-more-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-link {
  color: var(--untitled-ui--primary700);
}

.contact-link:hover {
  color: var(--untitled-ui--gray900);
}

@media screen and (min-width: 1280px) {
  .hero-video-wrapper {
    max-width: 700px;
  }

  .steps-card {
    padding: 36px;
  }

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

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

  .team-image {
    min-height: 275px;
  }

  .form-block {
    padding: 60px;
  }

  .development-cycles {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .hero-video-wrapper {
    max-width: 750px;
  }

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

  .team-image {
    min-height: 325px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-video-wrapper {
    max-width: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .flyout-menu {
    display: none;
  }

  .home-hero-intro {
    text-align: left;
    margin-bottom: 140px;
  }

  .home-hero {
    height: auto;
    min-height: 93vh;
    max-height: 900px;
  }

  .hero-video-button {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 140px;
  }

  .slider-background-wrapper {
    padding: 60px;
  }

  .slider-background-wrapper.hero-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

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

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

  .hero-slide-arrow {
    left: 101px;
    right: auto;
  }

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

  .slider-bottom {
    height: 131px;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .featured-service {
    width: auto;
    margin-left: 106px;
  }

  .button.apply-now-button {
    max-width: 20%;
  }

  .home-hero-content {
    grid-column-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr auto;
    padding-top: 140px;
    padding-left: 100px;
    top: auto;
    left: auto;
    right: auto;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .scroll-indicator {
    width: 65px;
    padding-top: 65px;
  }

  .mobile-services-wrapper {
    z-index: 20;
    display: none;
    position: relative;
  }

  .nav-menu-links {
    z-index: 20;
    grid-row-gap: 0px;
    background-color: #f7f8fc;
    grid-template-columns: 1fr;
    position: relative;
  }

  .right-nav {
    z-index: 20;
    grid-template-columns: 1fr;
    position: relative;
  }

  .left-nav {
    border-bottom-style: none;
    width: 65px;
    height: 65px;
  }

  .nav-link {
    color: #516381;
    border-bottom: 1px solid #c0c0d333;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    z-index: 15;
    background-color: #0000;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 65px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
  }

  .menu-button {
    background-color: #c8c8c800;
    border-right: 1px #c0c0d333;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .navigation-content {
    height: 66px;
    margin-left: 65px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .flyout-menu-wrapper {
    display: none;
  }

  .mobile-navigation-shade {
    z-index: 5;
    background-color: #0c192e8c;
    margin-top: 66px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .flyout-menu-2 {
    display: none;
  }

  .menu-lottie {
    margin: auto;
    position: absolute;
    inset: 2px 0 0;
  }

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

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

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

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

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

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

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

  .hero-video-wrapper {
    width: 85vw;
  }

  .about-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-images {
    margin-left: 65px;
    overflow: auto;
  }

  .team-image-location {
    display: none;
  }

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

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

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

  .team-wrapper {
    padding-top: 48px;
    padding-bottom: 140px;
    padding-left: 36px;
  }

  .team-box {
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    min-height: 320px;
  }

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

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

  .testimonial-slider {
    justify-content: center;
  }

  .testimonial-slide-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .testimonial-mask {
    max-width: 100%;
  }

  .testimonial-slide, .testimonial-content {
    width: 100%;
  }

  .testimonial-arrow {
    right: 36px;
  }

  .testimonial-arrow.right {
    left: 113px;
  }

  .testimonial-wrapper {
    margin-left: 65px;
    margin-right: 65px;
  }

  .inner-page-intro {
    justify-items: stretch;
    width: 100%;
  }

  .about-us-intro {
    grid-row-gap: 60px;
    padding: 36px 36px 0;
  }

  .mission-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-images {
    grid-template-columns: .5fr .5fr .5fr;
  }

  .small-image {
    min-height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .medium-image {
    min-height: 300px;
    margin-top: 0;
  }

  .section-intro {
    padding-left: 36px;
  }

  .team-items {
    padding-bottom: 80px;
  }

  .form-block {
    padding: 36px;
  }

  .success-message-content {
    padding: 12px;
  }

  .contact-form-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .services-slider-arrow {
    bottom: 48px;
  }

  .services-slider-arrow.left {
    bottom: 120px;
    right: 0;
  }

  .services-hero {
    min-height: 600px;
  }

  .services-hero-intro {
    padding-right: 18px;
  }

  .services-hero-content {
    padding-bottom: 48px;
    padding-left: 36px;
    padding-right: 60px;
  }

  .service-features {
    grid-row-gap: 0px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .service-features.career-features {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .services-body {
    padding-left: 0;
    padding-right: 0;
  }

  .services-info {
    padding-top: 60px;
  }

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

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

  .development-cycle-wrapper {
    margin-left: 0;
    padding-bottom: 80px;
  }

  .development-cycles {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .job-openings-grid-wrapper {
    grid-template-columns: 2fr;
  }

  .more-services-name {
    font-size: 12px;
    line-height: 15px;
  }

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

  .mobile-services {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .home-hero-intro {
    grid-row-gap: 24px;
    text-align: center;
    margin-bottom: 48px;
  }

  .hero-video-button {
    margin-bottom: 48px;
  }

  .slider-background-wrapper {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .subtitle-intro-wrapper {
    padding-left: 35px;
  }

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

  .hero-slide-arrow {
    left: 36px;
  }

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

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .featured-service {
    margin-left: 70px;
  }

  .button.apply-now-button {
    max-width: 35%;
  }

  .featured-services-icon {
    display: none;
  }

  .home-hero-content {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .scroll-indicator {
    display: none;
  }

  .right-nav {
    grid-column-gap: 0px;
  }

  .dropdown-wrapper {
    min-width: 300px;
  }

  .left-nav {
    z-index: 30;
  }

  .nav-link {
    border-top-style: none;
    border-bottom: 1px solid #c0c0d333;
  }

  .nav-menu {
    margin-left: 0;
    padding-left: 0;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-content {
    padding-left: 6px;
  }

  .nav-button-toggle {
    padding-right: 12px;
  }

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

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

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

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

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

  .hero-video-wrapper {
    grid-row-gap: 12px;
    width: 95vw;
  }

  .about-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .about-image-item {
    min-width: 200px;
    min-height: 200px;
  }

  .about-images {
    margin-left: 0;
  }

  .about-intro-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

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

  .steps-grid, .team-wrapper {
    padding-left: 0;
  }

  .team-box {
    grid-template-columns: 1fr;
  }

  .team-image {
    min-height: 450px;
  }

  .footer-wrapper {
    padding-left: 0;
  }

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

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

  .testimonial-wrapper {
    margin-left: 0;
    margin-right: 36px;
  }

  .inner-page-hero {
    min-height: 550px;
    padding-top: 65px;
  }

  .about-us-intro {
    margin-left: 0;
    padding: 24px 24px 0;
  }

  .mission-wrapper {
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .small-image, .large-image, .medium-image {
    min-height: 200px;
  }

  .section-intro {
    padding: 80px 0 140px;
  }

  .team-items {
    margin-left: 0;
    padding-bottom: 60px;
  }

  .form-block {
    padding: 24px;
  }

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

  .services-slider-arrow {
    width: 48px;
    height: 48px;
  }

  .services-slider-arrow.left {
    bottom: 108px;
  }

  .services-hero-intro {
    padding-right: 12px;
  }

  .services-hero-content {
    padding-left: 0;
    padding-right: 48px;
  }

  .service-features {
    margin-top: 36px;
    margin-bottom: 48px;
    margin-left: 0;
  }

  .services-info {
    padding-top: 48px;
  }

  .contact-options {
    padding: 24px;
  }

  .services-content {
    margin-left: 0;
  }

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

  .map-wrapper {
    margin-left: 0;
  }

  .development-tab-link {
    border: 1px solid #c0c0d333;
    border-radius: 5px;
    flex-direction: column;
    height: auto;
    min-height: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
  }

  .develop-circle {
    width: 36px;
    height: 36px;
    position: relative;
    bottom: 12px;
  }

  .develop-circle-dot.four {
    width: 9px;
    height: 9px;
  }

  .development-tab-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 24px;
  }

  .development-cycle-wrapper {
    padding-bottom: 60px;
  }

  .development-steps-indicator {
    display: none;
  }

  .career-wrapper {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .video-icon {
    width: 12px;
  }

  .home-hero-intro {
    margin-bottom: 0;
  }

  .home-hero {
    min-height: 93vh;
  }

  .hero-video-button {
    margin-bottom: 12px;
    display: flex;
  }

  .slider-background-wrapper {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .subtitle-intro-wrapper {
    padding-left: 20px;
  }

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

  .hero-slide-arrow {
    border-right-style: solid;
    width: 60px;
    height: 60px;
    margin-left: 0;
    inset: auto 0 0% auto;
  }

  .hero-slide-arrow.left {
    border-radius: 0;
    bottom: 60px;
  }

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

  .slider-bottom {
    height: 120px;
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .featured-service {
    margin-left: 0;
    margin-right: 60px;
    padding: 18px 18px 18px 24px;
  }

  .button.apply-now-button {
    max-width: 50%;
  }

  .featured-services-icon {
    display: none;
  }

  .home-hero-content {
    grid-row-gap: 48px;
    padding-top: 136px;
    padding-bottom: 136px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .featured-location-heading {
    font-size: 18px;
  }

  .mobile-services-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 30px 24px;
    display: grid;
  }

  .right-nav {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown-wrapper {
    min-width: 88vw;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-list.w--open {
    padding-top: 18px;
  }

  .nav-menu {
    margin-right: 0;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .navigation-content {
    padding-left: 6px;
  }

  .dropdown-text {
    display: none;
  }

  .nav-button-toggle {
    padding: 0 0 0 14px;
  }

  .dropdown-icon {
    width: 50px;
    margin-right: 0;
    display: block;
  }

  .menu-lottie {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .services-card {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .mobile-services-link {
    color: #081c3a;
    border: 1px solid #c0c0d333;
    border-radius: 5px;
    width: 100%;
    padding: 18px 12px;
    text-decoration: none;
  }

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

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

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

  .service-card {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    padding: 4px;
  }

  .about-wrapper {
    padding-bottom: 60px;
  }

  .steps-circle {
    display: none;
  }

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

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

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

  .steps-tracker {
    display: none;
  }

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

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

  .team-image {
    min-height: 325px;
  }

  .footer-destinations {
    grid-auto-flow: row;
  }

  .testimonial-slider {
    justify-content: center;
  }

  .testimonial-slide-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-mask {
    margin-left: 0;
  }

  .tracker-item {
    width: 36px;
  }

  .testimonial-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonial-arrow {
    bottom: 0;
    right: 72px;
  }

  .testimonial-arrow.right {
    left: 72px;
  }

  .testimonial-tracker {
    width: 36px;
    display: none;
  }

  .testimonial-wrapper {
    margin-right: 0;
  }

  .inner-page-hero {
    min-height: 525px;
  }

  .about-us-intro {
    grid-row-gap: 36px;
    margin-top: -48px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .team-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .small-image, .large-image, .medium-image {
    min-height: 120px;
  }

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

  .team-items {
    margin-top: -48px;
  }

  .form-block {
    padding: 20px;
  }

  .success-message-content {
    padding: 6px;
  }

  .services-slider-arrow {
    bottom: 36px;
    left: 60px;
    right: 0;
  }

  .services-slider-arrow.left {
    bottom: 36px;
    left: 0;
    right: 60px;
  }

  .services-hero {
    min-height: 500px;
  }

  .services-hero-intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .services-hero-content {
    text-align: center;
    align-items: center;
    padding-bottom: 120px;
    padding-right: 0;
  }

  .service-features {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 36px;
  }

  .service-features.career-features {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1px;
  }

  .services-body {
    grid-row-gap: 36px;
  }

  .services-info {
    padding-top: 48px;
  }

  .inquire-card {
    grid-row-gap: 24px;
    padding: 18px;
  }

  .contact-options {
    padding: 20px;
  }

  .services-inquire-top {
    grid-template-columns: auto;
    padding-top: 6px;
  }

  .inquire-services-info {
    text-align: center;
  }

  .map-section {
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .map-wrapper {
    min-height: 250px;
  }

  .development-tab-link {
    padding-top: 30px;
  }

  .development-tab-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    padding: 12px 12px 0;
  }

  .development-cycle-wrapper {
    margin-top: -80px;
    padding-bottom: 48px;
  }

  .development-cycles {
    padding: 0;
  }

  .career-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .job-card {
    padding: 20px;
  }

  .privacy-policy-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-d86d3a66-13ea-2d56-25ea-c047a85ae97f-a6a0f0db {
  place-self: center;
}

#w-node-e39d96b4-8fd8-fee2-c821-9f8371a003de-a6a0f0db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9552335b-3e7c-ec19-1d50-b2518185757c-a6a0f0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9552335b-3e7c-ec19-1d50-b25181857580-a6a0f0db {
  justify-self: start;
}

#w-node-_9552335b-3e7c-ec19-1d50-b25181857581-a6a0f0db {
  align-self: center;
}

#w-node-_9552335b-3e7c-ec19-1d50-b25181857583-a6a0f0db {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_9552335b-3e7c-ec19-1d50-b2518185758e-a6a0f0db {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9552335b-3e7c-ec19-1d50-b2518185758f-a6a0f0db {
  place-self: center start;
}

#w-node-_9552335b-3e7c-ec19-1d50-b25181857591-a6a0f0db {
  place-self: center stretch;
}

#w-node-e39d96b4-8fd8-fee2-c821-9f8371a003e7-a6a0f0db {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-e39d96b4-8fd8-fee2-c821-9f8371a003f7-a6a0f0db {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_45376c6f-2361-0853-2aa3-2cf02433de00-a6a0f0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_45376c6f-2361-0853-2aa3-2cf02433de04-a6a0f0db {
  justify-self: start;
}

#w-node-_45376c6f-2361-0853-2aa3-2cf02433de05-a6a0f0db {
  align-self: center;
}

#w-node-_45376c6f-2361-0853-2aa3-2cf02433de07-a6a0f0db {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_45376c6f-2361-0853-2aa3-2cf02433de12-a6a0f0db {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_45376c6f-2361-0853-2aa3-2cf02433de13-a6a0f0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_45376c6f-2361-0853-2aa3-2cf02433de15-a6a0f0db {
  place-self: center stretch;
}

#w-node-e39d96b4-8fd8-fee2-c821-9f8371a00400-a6a0f0db {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-e39d96b4-8fd8-fee2-c821-9f8371a00410-a6a0f0db {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ed2-a6a0f0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ed6-a6a0f0db {
  justify-self: start;
}

#w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ed7-a6a0f0db {
  align-self: center;
}

#w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ed9-a6a0f0db {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ee4-a6a0f0db {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ee5-a6a0f0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ee7-a6a0f0db {
  place-self: center stretch;
}

#w-node-e39d96b4-8fd8-fee2-c821-9f8371a00419-a6a0f0db {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-e39d96b4-8fd8-fee2-c821-9f8371a00429-a6a0f0db {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0a61-a6a0f0db {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0a62-a6a0f0db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0a64-a6a0f0db {
  align-self: stretch;
}

#w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0a65-a6a0f0db {
  align-self: start;
}

#w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0a6e-a6a0f0db {
  justify-self: start;
}

#w-node-_7a35bcf4-11bf-fc23-e67c-53501d03a90a-a6a0f0db {
  place-self: start stretch;
}

#w-node-_7a35bcf4-11bf-fc23-e67c-53501d03a90b-a6a0f0db {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a35bcf4-11bf-fc23-e67c-53501d03a90e-a6a0f0db {
  place-self: center stretch;
}

#w-node-_7a35bcf4-11bf-fc23-e67c-53501d03a916-a6a0f0db, #w-node-_7a35bcf4-11bf-fc23-e67c-53501d03a921-a6a0f0db, #w-node-_7a35bcf4-11bf-fc23-e67c-53501d03a92c-a6a0f0db {
  align-self: center;
}

#w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0a84-a6a0f0db {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0a87-a6a0f0db {
  place-self: center stretch;
}

#w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0a8a-a6a0f0db, #w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0a93-a6a0f0db, #w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0a9c-a6a0f0db, #w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0aa5-a6a0f0db {
  place-self: start;
}

#w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965aba9-a6a0f0db {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965abaa-a6a0f0db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965abab-a6a0f0db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965abae-a6a0f0db, #w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965abb0-a6a0f0db {
  align-self: start;
}

#w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965abb5-a6a0f0db {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965abbe-a6a0f0db, #w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965abc7-a6a0f0db, #w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965abd0-a6a0f0db, #w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965abd9-a6a0f0db, #w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965abe2-a6a0f0db, #w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965abeb-a6a0f0db {
  place-self: center;
}

#w-node-a300a4d1-df71-f9c7-19cd-030299590582-a6a0f0db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a300a4d1-df71-f9c7-19cd-030299590583-a6a0f0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-a300a4d1-df71-f9c7-19cd-030299590592-a6a0f0db {
  justify-self: start;
}

#w-node-a300a4d1-df71-f9c7-19cd-030299590595-a6a0f0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a300a4d1-df71-f9c7-19cd-030299590596-a6a0f0db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a300a4d1-df71-f9c7-19cd-030299590599-a6a0f0db {
  place-self: center stretch;
}

#w-node-a300a4d1-df71-f9c7-19cd-03029959059a-a6a0f0db {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a300a4d1-df71-f9c7-19cd-03029959059c-a6a0f0db {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a300a4d1-df71-f9c7-19cd-0302995905a2-a6a0f0db {
  align-self: stretch;
}

#w-node-a300a4d1-df71-f9c7-19cd-0302995905a6-a6a0f0db {
  align-self: end;
}

#w-node-a300a4d1-df71-f9c7-19cd-0302995905b0-a6a0f0db {
  align-self: stretch;
}

#w-node-a300a4d1-df71-f9c7-19cd-0302995905b1-a6a0f0db {
  place-self: start;
}

#w-node-a300a4d1-df71-f9c7-19cd-0302995905b4-a6a0f0db {
  align-self: end;
}

#w-node-a300a4d1-df71-f9c7-19cd-0302995905be-a6a0f0db {
  align-self: stretch;
}

#w-node-a300a4d1-df71-f9c7-19cd-0302995905bf-a6a0f0db {
  place-self: start;
}

#w-node-a300a4d1-df71-f9c7-19cd-0302995905c2-a6a0f0db {
  align-self: end;
}

#w-node-bd531a3e-6872-9c0d-af37-6d0d44b1baf3-a6a0f0db {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bd531a3e-6872-9c0d-af37-6d0d44b1baf4-a6a0f0db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bd531a3e-6872-9c0d-af37-6d0d44b1baf5-a6a0f0db {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd531a3e-6872-9c0d-af37-6d0d44b1baf6-a6a0f0db {
  place-self: center start;
}

#w-node-bd531a3e-6872-9c0d-af37-6d0d44b1baf8-a6a0f0db {
  place-self: center stretch;
}

#w-node-bd531a3e-6872-9c0d-af37-6d0d44b1baf9-a6a0f0db {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-f869ac60-d186-6e40-dfda-b963d30cd0aa-a6a0f0db {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f869ac60-d186-6e40-dfda-b963d30cd0c1-a6a0f0db {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f869ac60-d186-6e40-dfda-b963d30cd0cc-a6a0f0db {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f869ac60-d186-6e40-dfda-b963d30cd0d7-a6a0f0db {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f869ac60-d186-6e40-dfda-b963d30cd0e2-a6a0f0db {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-f869ac60-d186-6e40-dfda-b963d30cd0ed-a6a0f0db {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_916ae2df-fb4d-a33f-4c14-c823cde851b4-cde851b2 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_916ae2df-fb4d-a33f-4c14-c823cde851b5-cde851b2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_916ae2df-fb4d-a33f-4c14-c823cde851b6-cde851b2 {
  justify-self: start;
}

#w-node-_916ae2df-fb4d-a33f-4c14-c823cde851d0-cde851b2 {
  place-self: center end;
}

#w-node-_916ae2df-fb4d-a33f-4c14-c823cde851d2-cde851b2 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda73d-69dda734 {
  place-self: start stretch;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda73e-69dda734 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda741-69dda734 {
  place-self: center stretch;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda74b-69dda734, #w-node-_7a9c6cf0-4173-54de-74cd-bbbfa0e1869b-69dda734, #w-node-_3a7d81b5-17a5-2762-c36a-ecb437f90afd-69dda734 {
  align-self: center;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda761-69dda734 {
  place-self: start stretch;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda762-69dda734 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda765-69dda734 {
  place-self: center stretch;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda768-69dda734, #w-node-_27ecca58-9456-4833-9cac-aa8c69dda76a-69dda734, #w-node-_27ecca58-9456-4833-9cac-aa8c69dda76d-69dda734, #w-node-_27ecca58-9456-4833-9cac-aa8c69dda76f-69dda734, #w-node-_27ecca58-9456-4833-9cac-aa8c69dda772-69dda734, #w-node-_27ecca58-9456-4833-9cac-aa8c69dda777-69dda734 {
  align-self: center;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda779-69dda734 {
  justify-self: start;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda781-69dda734 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda788-69dda734 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda79d-69dda734, #w-node-_27ecca58-9456-4833-9cac-aa8c69dda7ad-69dda734 {
  place-self: center stretch;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda7b7-69dda734, #w-node-aecad9ec-6b7b-8773-20bb-0e3173030d45-69dda734, #w-node-_4a0c2cb5-5927-3a8c-fdbd-3f3345003624-69dda734 {
  align-self: center;
}

#w-node-_27ecca58-9456-4833-9cac-aa8c69dda7bc-69dda734 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_064b5425-326d-6f07-7fcb-435396c8f83b-96c8f83a {
  place-self: stretch center;
}

#w-node-_064b5425-326d-6f07-7fcb-435396c8f83e-96c8f83a {
  place-self: end center;
}

#w-node-_4ea73852-f504-7e80-4a40-28182dc98a8e-d242ed12 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-_4ea73852-f504-7e80-4a40-28182dc98a8f-d242ed12 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end center;
}

#w-node-ce867068-bc0e-e7f4-f690-ade19fc385f6-d242ed12 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ce867068-bc0e-e7f4-f690-ade19fc385f7-d242ed12 {
  justify-self: center;
}

#w-node-ce867068-bc0e-e7f4-f690-ade19fc385fa-d242ed12 {
  align-self: stretch;
}

#w-node-ce867068-bc0e-e7f4-f690-ade19fc385fb-d242ed12 {
  align-self: start;
}

#w-node-ce867068-bc0e-e7f4-f690-ade19fc38601-d242ed12 {
  place-self: end start;
}

#w-node-_69842aa3-3315-2e73-e1df-29b803d8a62c-d242ed12 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_69842aa3-3315-2e73-e1df-29b803d8a62d-d242ed12 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69842aa3-3315-2e73-e1df-29b803d8a62e-d242ed12 {
  place-self: center;
}

#w-node-_69842aa3-3315-2e73-e1df-29b803d8a638-d242ed12 {
  place-self: stretch start;
}

#w-node-_69842aa3-3315-2e73-e1df-29b803d8a63a-d242ed12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69842aa3-3315-2e73-e1df-29b803d8a63c-d242ed12 {
  place-self: stretch start;
}

#w-node-fe239e2d-cfe4-6363-b129-a4b490198c8e-d242ed12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9aaf6b38-22d6-f5d6-64ac-e7577da6076a-d242ed12 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_9aaf6b38-22d6-f5d6-64ac-e7577da6076d-d242ed12 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-d0d204f4-efec-1ded-f2e9-8562cb8f5d42-d242ed12 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d0d204f4-efec-1ded-f2e9-8562cb8f5d43-d242ed12 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3bf6e34c-45fb-078a-c461-e1967aa6c050-d03b72d4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-_3bf6e34c-45fb-078a-c461-e1967aa6c051-d03b72d4 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end center;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe1e-d03b72d4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe1f-d03b72d4 {
  justify-self: center;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe26-d03b72d4, #w-node-f6189936-c457-2151-d9b2-ab23947cbe2b-d03b72d4, #Email.w-node-f6189936-c457-2151-d9b2-ab23947cbe2d-d03b72d4, #w-node-f6189936-c457-2151-d9b2-ab23947cbe2f-d03b72d4, #Phone-number.w-node-f6189936-c457-2151-d9b2-ab23947cbe31-d03b72d4, #w-node-f6189936-c457-2151-d9b2-ab23947cbe33-d03b72d4, #Message.w-node-f6189936-c457-2151-d9b2-ab23947cbe35-d03b72d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe36-d03b72d4 {
  justify-self: stretch;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe40-d03b72d4 {
  align-self: stretch;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe42-d03b72d4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe43-d03b72d4 {
  place-self: center start;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe45-d03b72d4 {
  place-self: center stretch;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe48-d03b72d4, #w-node-f6189936-c457-2151-d9b2-ab23947cbe4a-d03b72d4, #w-node-f6189936-c457-2151-d9b2-ab23947cbe4d-d03b72d4, #w-node-f6189936-c457-2151-d9b2-ab23947cbe4f-d03b72d4, #w-node-f6189936-c457-2151-d9b2-ab23947cbe52-d03b72d4 {
  align-self: center;
}

#w-node-b6acd633-f222-a75b-7fbd-32e7d0918950-d03b72d4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eb26de0e-8594-8ed3-e9e5-bde5e5a893c7-73f7566a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-eb26de0e-8594-8ed3-e9e5-bde5e5a893c8-73f7566a {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end center;
}

#w-node-_886ca43d-4e5f-9208-6bcd-3bcff29faad5-73f7566a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_886ca43d-4e5f-9208-6bcd-3bcff29faad6-73f7566a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_21cbef79-cbd8-0b1d-fa93-a36fbf91e5b9-73f7566a, #w-node-_21cbef79-cbd8-0b1d-fa93-a36fbf91e5c2-73f7566a, #w-node-_21cbef79-cbd8-0b1d-fa93-a36fbf91e5cb-73f7566a, #w-node-_21cbef79-cbd8-0b1d-fa93-a36fbf91e5d4-73f7566a, #w-node-_21cbef79-cbd8-0b1d-fa93-a36fbf91e5dd-73f7566a, #w-node-_21cbef79-cbd8-0b1d-fa93-a36fbf91e5e6-73f7566a {
  place-self: center;
}

#w-node-e46b5cd9-be32-dfb5-ea49-90e0d939fe76-611c9393 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-e46b5cd9-be32-dfb5-ea49-90e0d939fe77-611c9393 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end center;
}

#w-node-_2996da83-7620-06df-042c-c54847b48be2-611c9393 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2996da83-7620-06df-042c-c54847b48be4-611c9393 {
  place-self: center;
}

#w-node-_2996da83-7620-06df-042c-c54847b48be6-611c9393 {
  justify-self: center;
}

#w-node-_2996da83-7620-06df-042c-c54847b48bed-611c9393 {
  place-self: center;
}

#w-node-_2996da83-7620-06df-042c-c54847b48bef-611c9393 {
  justify-self: center;
}

#w-node-_2996da83-7620-06df-042c-c54847b48bf6-611c9393 {
  place-self: center;
}

#w-node-_2996da83-7620-06df-042c-c54847b48bf8-611c9393 {
  justify-self: center;
}

#w-node-_2996da83-7620-06df-042c-c54847b48bff-611c9393 {
  place-self: center;
}

#w-node-_2996da83-7620-06df-042c-c54847b48c01-611c9393 {
  justify-self: center;
}

#w-node-_2996da83-7620-06df-042c-c54847b48c06-611c9393 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_616d9166-6ca8-2652-3fb6-1ef8250e8f24-611c9393 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2adad604-933f-1405-2200-132fb168173a-611c9393 {
  place-self: center start;
}

#w-node-_2adad604-933f-1405-2200-132fb168173c-611c9393 {
  place-self: center stretch;
}

#w-node-_2adad604-933f-1405-2200-132fb168173d-611c9393 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-b752c6b6-798a-edd0-99eb-958330f745eb-611c9393 {
  place-self: end start;
}

#w-node-b752c6b6-798a-edd0-99eb-958330f745f9-611c9393, #w-node-b752c6b6-798a-edd0-99eb-958330f745fe-611c9393, #Email-2.w-node-b752c6b6-798a-edd0-99eb-958330f74600-611c9393, #w-node-b752c6b6-798a-edd0-99eb-958330f74602-611c9393, #Phone-2.w-node-b752c6b6-798a-edd0-99eb-958330f74604-611c9393 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b752c6b6-798a-edd0-99eb-958330f74605-611c9393 {
  justify-self: stretch;
}

#w-node-_5e2a311d-94cc-ae15-c2ef-295cf46d5552-cbc484ac, #w-node-_5e2a311d-94cc-ae15-c2ef-295cf46d555c-cbc484ac, #w-node-_4e50fc05-e973-681e-1316-f3637998e86a-cbc484ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e86c-cbc484ac {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e86e-cbc484ac {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e875-cbc484ac {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e877-cbc484ac {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e87e-cbc484ac {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e880-cbc484ac {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e887-cbc484ac {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e88a-cbc484ac {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e891-cbc484ac {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e22f-cbc484ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e230-cbc484ac {
  justify-self: start;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e263-cbc484ac {
  align-self: start;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e26d-cbc484ac, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e272-cbc484ac, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e277-cbc484ac {
  align-self: center;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e279-cbc484ac {
  align-self: start;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e27b-cbc484ac {
  align-self: center;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e283-cbc484ac {
  place-self: end start;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e291-cbc484ac, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e296-cbc484ac, #Email.w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e298-cbc484ac, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e29a-cbc484ac, #Phone.w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e29c-cbc484ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e29d-cbc484ac {
  justify-self: stretch;
}

#w-node-ed0a43df-a9e9-c98b-8f22-06bbfdda15a5-cbc484ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f6559ba-6711-2db2-bd4a-16de7f829699-cbc484ac {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2f6559ba-6711-2db2-bd4a-16de7f82969c-cbc484ac {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_243d0f8a-39f3-6f6f-4256-587f2d3a9cca-cbc484ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_243d0f8a-39f3-6f6f-4256-587f2d3a9ccc-cbc484ac {
  place-self: center start;
}

#w-node-_243d0f8a-39f3-6f6f-4256-587f2d3a9cce-cbc484ac {
  place-self: center stretch;
}

#w-node-_243d0f8a-39f3-6f6f-4256-587f2d3a9cd5-cbc484ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_243d0f8a-39f3-6f6f-4256-587f2d3a9cdb-cbc484ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_243d0f8a-39f3-6f6f-4256-587f2d3a9ce1-cbc484ac {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_243d0f8a-39f3-6f6f-4256-587f2d3a9ce7-cbc484ac {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0030-cbc484ac {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0047-cbc484ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0052-cbc484ac {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a005d-cbc484ac {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0068-cbc484ac {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0073-cbc484ac {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-d565bf58-adbf-44a9-43c3-e0f69931fc00-fbb33200 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e2a311d-94cc-ae15-c2ef-295cf46d5552-e970b8ad, #w-node-_5e2a311d-94cc-ae15-c2ef-295cf46d555c-e970b8ad, #w-node-_4e50fc05-e973-681e-1316-f3637998e86a-e970b8ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e86c-e970b8ad {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e86e-e970b8ad {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e875-e970b8ad {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e877-e970b8ad {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e87e-e970b8ad {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e880-e970b8ad {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e887-e970b8ad {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e88a-e970b8ad {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e891-e970b8ad {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e22f-e970b8ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e230-e970b8ad {
  justify-self: start;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e263-e970b8ad {
  align-self: start;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e26d-e970b8ad, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e272-e970b8ad, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e277-e970b8ad {
  align-self: center;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e279-e970b8ad {
  align-self: start;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e27b-e970b8ad {
  align-self: center;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e283-e970b8ad {
  place-self: end start;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e291-e970b8ad, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e296-e970b8ad, #Email.w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e298-e970b8ad, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e29a-e970b8ad, #Phone.w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e29c-e970b8ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e29d-e970b8ad {
  justify-self: stretch;
}

#w-node-_765c5873-9d8a-baea-a318-410799dff867-e970b8ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3c076ff1-d963-882e-c8ae-8bc1d67c16ed-e970b8ad {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3c076ff1-d963-882e-c8ae-8bc1d67c16f0-e970b8ad {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-d0a303c6-9666-628f-70b2-63136b5fec46-e970b8ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0a303c6-9666-628f-70b2-63136b5fec48-e970b8ad {
  place-self: center start;
}

#w-node-d0a303c6-9666-628f-70b2-63136b5fec4a-e970b8ad {
  place-self: center stretch;
}

#w-node-d0a303c6-9666-628f-70b2-63136b5fec51-e970b8ad {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d0a303c6-9666-628f-70b2-63136b5fec57-e970b8ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0a303c6-9666-628f-70b2-63136b5fec5f-e970b8ad {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d0a303c6-9666-628f-70b2-63136b5fec65-e970b8ad {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0030-e970b8ad {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0047-e970b8ad {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0052-e970b8ad {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a005d-e970b8ad {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0068-e970b8ad {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0073-e970b8ad {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_5e2a311d-94cc-ae15-c2ef-295cf46d5552-29ac4cd9, #w-node-_5e2a311d-94cc-ae15-c2ef-295cf46d555c-29ac4cd9, #w-node-_4e50fc05-e973-681e-1316-f3637998e86a-29ac4cd9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e86c-29ac4cd9 {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e86e-29ac4cd9 {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e875-29ac4cd9 {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e877-29ac4cd9 {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e87e-29ac4cd9 {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e880-29ac4cd9 {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e887-29ac4cd9 {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e88a-29ac4cd9 {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e891-29ac4cd9 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e22f-29ac4cd9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e230-29ac4cd9 {
  justify-self: start;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e263-29ac4cd9 {
  align-self: start;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e26d-29ac4cd9, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e272-29ac4cd9, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e277-29ac4cd9 {
  align-self: center;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e279-29ac4cd9 {
  align-self: start;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e27b-29ac4cd9 {
  align-self: center;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e283-29ac4cd9 {
  place-self: end start;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e291-29ac4cd9, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e296-29ac4cd9, #Email.w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e298-29ac4cd9, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e29a-29ac4cd9, #Phone.w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e29c-29ac4cd9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e29d-29ac4cd9 {
  justify-self: stretch;
}

#w-node-f4e1ae4a-6880-4115-27e4-592e05f79d22-29ac4cd9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b484de86-a7ca-6bd9-155d-e9a9ea13bf47-29ac4cd9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b484de86-a7ca-6bd9-155d-e9a9ea13bf4a-29ac4cd9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_92cc75a2-d887-530b-41ea-acb160f0ca85-29ac4cd9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_92cc75a2-d887-530b-41ea-acb160f0ca87-29ac4cd9 {
  place-self: center start;
}

#w-node-_92cc75a2-d887-530b-41ea-acb160f0ca89-29ac4cd9 {
  place-self: center stretch;
}

#w-node-_92cc75a2-d887-530b-41ea-acb160f0ca90-29ac4cd9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_92cc75a2-d887-530b-41ea-acb160f0ca96-29ac4cd9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_92cc75a2-d887-530b-41ea-acb160f0ca9e-29ac4cd9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_92cc75a2-d887-530b-41ea-acb160f0caa4-29ac4cd9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0030-29ac4cd9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0047-29ac4cd9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0052-29ac4cd9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a005d-29ac4cd9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0068-29ac4cd9 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0073-29ac4cd9 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-d565bf58-adbf-44a9-43c3-e0f69931fc00-00efbd7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3bf6e34c-45fb-078a-c461-e1967aa6c050-0b9cfc35 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-_3bf6e34c-45fb-078a-c461-e1967aa6c051-0b9cfc35 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end center;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe1e-0b9cfc35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe1f-0b9cfc35 {
  justify-self: center;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe26-0b9cfc35, #w-node-f6189936-c457-2151-d9b2-ab23947cbe2b-0b9cfc35, #Email.w-node-f6189936-c457-2151-d9b2-ab23947cbe2d-0b9cfc35, #w-node-f6189936-c457-2151-d9b2-ab23947cbe2f-0b9cfc35, #Phone-number.w-node-f6189936-c457-2151-d9b2-ab23947cbe31-0b9cfc35, #w-node-f6189936-c457-2151-d9b2-ab23947cbe33-0b9cfc35, #Message.w-node-f6189936-c457-2151-d9b2-ab23947cbe35-0b9cfc35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe36-0b9cfc35 {
  justify-self: stretch;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe40-0b9cfc35 {
  align-self: stretch;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe42-0b9cfc35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe43-0b9cfc35 {
  place-self: center start;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe45-0b9cfc35 {
  place-self: center stretch;
}

#w-node-f6189936-c457-2151-d9b2-ab23947cbe48-0b9cfc35, #w-node-f6189936-c457-2151-d9b2-ab23947cbe4a-0b9cfc35, #w-node-f6189936-c457-2151-d9b2-ab23947cbe4d-0b9cfc35, #w-node-f6189936-c457-2151-d9b2-ab23947cbe4f-0b9cfc35, #w-node-f6189936-c457-2151-d9b2-ab23947cbe52-0b9cfc35 {
  align-self: center;
}

#w-node-_5e2a311d-94cc-ae15-c2ef-295cf46d5552-5a6f7b73, #w-node-_5e2a311d-94cc-ae15-c2ef-295cf46d555c-5a6f7b73, #w-node-ab28e9c0-d01d-5f31-80a7-914b83f14542-5a6f7b73 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ab28e9c0-d01d-5f31-80a7-914b83f14543-5a6f7b73 {
  justify-self: center;
}

#w-node-ab28e9c0-d01d-5f31-80a7-914b83f14546-5a6f7b73 {
  align-self: stretch;
}

#w-node-ab28e9c0-d01d-5f31-80a7-914b83f14547-5a6f7b73 {
  align-self: start;
}

#w-node-ab28e9c0-d01d-5f31-80a7-914b83f1454d-5a6f7b73 {
  place-self: end start;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e86a-5a6f7b73 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e86c-5a6f7b73 {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e86e-5a6f7b73 {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e875-5a6f7b73 {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e877-5a6f7b73 {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e87e-5a6f7b73 {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e880-5a6f7b73 {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e887-5a6f7b73 {
  place-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e88a-5a6f7b73 {
  justify-self: center;
}

#w-node-_4e50fc05-e973-681e-1316-f3637998e891-5a6f7b73 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd1c-5a6f7b73 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd1d-5a6f7b73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd2d-5a6f7b73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd2e-5a6f7b73 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd31-5a6f7b73 {
  place-self: center stretch;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd32-5a6f7b73 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd34-5a6f7b73 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd39-5a6f7b73 {
  align-self: stretch;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd3c-5a6f7b73 {
  align-self: end;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd45-5a6f7b73 {
  align-self: stretch;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd46-5a6f7b73 {
  place-self: start;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd48-5a6f7b73 {
  align-self: end;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd51-5a6f7b73 {
  align-self: stretch;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd52-5a6f7b73 {
  place-self: start;
}

#w-node-_93621fd9-04db-8afd-4851-0b6cb889cd54-5a6f7b73 {
  align-self: end;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e22f-5a6f7b73 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e230-5a6f7b73 {
  justify-self: start;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0030-5a6f7b73 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0047-5a6f7b73 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0052-5a6f7b73 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a005d-5a6f7b73 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0068-5a6f7b73 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_755a9b84-7449-c575-9d5b-927c213a0073-5a6f7b73 {
  grid-area: 5 / 1 / 6 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_9552335b-3e7c-ec19-1d50-b25181857583-a6a0f0db, #w-node-_45376c6f-2361-0853-2aa3-2cf02433de07-a6a0f0db, #w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ed9-a6a0f0db {
    justify-self: start;
  }

  #w-node-_27ecca58-9456-4833-9cac-aa8c69dda788-69dda734 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-a300a4d1-df71-f9c7-19cd-030299590582-a6a0f0db {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a300a4d1-df71-f9c7-19cd-030299590583-a6a0f0db {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9aaf6b38-22d6-f5d6-64ac-e7577da6076d-d242ed12, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e22f-cbc484ac, #w-node-_2f6559ba-6711-2db2-bd4a-16de7f82969c-cbc484ac, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e22f-e970b8ad, #w-node-_3c076ff1-d963-882e-c8ae-8bc1d67c16f0-e970b8ad, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e22f-29ac4cd9, #w-node-b484de86-a7ca-6bd9-155d-e9a9ea13bf4a-29ac4cd9, #w-node-_93621fd9-04db-8afd-4851-0b6cb889cd1c-5a6f7b73 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_93621fd9-04db-8afd-4851-0b6cb889cd1d-5a6f7b73 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e22f-5a6f7b73 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-a300a4d1-df71-f9c7-19cd-030299590582-a6a0f0db, #w-node-bd531a3e-6872-9c0d-af37-6d0d44b1baf4-a6a0f0db, #w-node-_9aaf6b38-22d6-f5d6-64ac-e7577da6076d-d242ed12, #w-node-_2f6559ba-6711-2db2-bd4a-16de7f82969c-cbc484ac, #w-node-_3c076ff1-d963-882e-c8ae-8bc1d67c16f0-e970b8ad, #w-node-b484de86-a7ca-6bd9-155d-e9a9ea13bf4a-29ac4cd9, #w-node-_93621fd9-04db-8afd-4851-0b6cb889cd1c-5a6f7b73 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e39d96b4-8fd8-fee2-c821-9f8371a003de-a6a0f0db {
    grid-column: 1 / 4;
  }

  #w-node-_9552335b-3e7c-ec19-1d50-b2518185757c-a6a0f0db, #w-node-_9552335b-3e7c-ec19-1d50-b25181857580-a6a0f0db {
    justify-self: start;
  }

  #w-node-_9552335b-3e7c-ec19-1d50-b25181857583-a6a0f0db {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_9552335b-3e7c-ec19-1d50-b2518185758e-a6a0f0db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e39d96b4-8fd8-fee2-c821-9f8371a003e7-a6a0f0db {
    justify-self: stretch;
  }

  #w-node-_45376c6f-2361-0853-2aa3-2cf02433de00-a6a0f0db, #w-node-_45376c6f-2361-0853-2aa3-2cf02433de04-a6a0f0db {
    justify-self: start;
  }

  #w-node-_45376c6f-2361-0853-2aa3-2cf02433de07-a6a0f0db {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_45376c6f-2361-0853-2aa3-2cf02433de12-a6a0f0db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e39d96b4-8fd8-fee2-c821-9f8371a00400-a6a0f0db {
    justify-self: stretch;
  }

  #w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ed2-a6a0f0db, #w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ed6-a6a0f0db {
    justify-self: start;
  }

  #w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ed9-a6a0f0db {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ee4-a6a0f0db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e39d96b4-8fd8-fee2-c821-9f8371a00419-a6a0f0db {
    justify-self: stretch;
  }

  #w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0a9a-a6a0f0db {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_43e5ded6-c9b6-c749-c4d4-1bc73965abab-a6a0f0db {
    grid-column: span 1 / span 1;
  }

  #w-node-a300a4d1-df71-f9c7-19cd-030299590582-a6a0f0db {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a300a4d1-df71-f9c7-19cd-030299590583-a6a0f0db {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a300a4d1-df71-f9c7-19cd-030299590595-a6a0f0db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a300a4d1-df71-f9c7-19cd-03029959059a-a6a0f0db {
    grid-row-end: 3;
  }

  #w-node-_916ae2df-fb4d-a33f-4c14-c823cde851b6-cde851b2, #w-node-_916ae2df-fb4d-a33f-4c14-c823cde851d0-cde851b2 {
    justify-self: center;
  }

  #w-node-_916ae2df-fb4d-a33f-4c14-c823cde851d2-cde851b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_27ecca58-9456-4833-9cac-aa8c69dda788-69dda734 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_27ecca58-9456-4833-9cac-aa8c69dda7bc-69dda734 {
    grid-column-end: 3;
  }

  #w-node-_69842aa3-3315-2e73-e1df-29b803d8a638-d242ed12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69842aa3-3315-2e73-e1df-29b803d8a63a-d242ed12 {
    grid-column: span 1 / span 1;
  }

  #w-node-_69842aa3-3315-2e73-e1df-29b803d8a63c-d242ed12 {
    place-self: stretch start;
  }

  #w-node-_69842aa3-3315-2e73-e1df-29b803d8a644-d242ed12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2996da83-7620-06df-042c-c54847b48bf4-611c9393, #w-node-_4e50fc05-e973-681e-1316-f3637998e87c-cbc484ac, #w-node-_4e50fc05-e973-681e-1316-f3637998e87c-e970b8ad, #w-node-_4e50fc05-e973-681e-1316-f3637998e87c-29ac4cd9, #w-node-_4e50fc05-e973-681e-1316-f3637998e87c-5a6f7b73 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_93621fd9-04db-8afd-4851-0b6cb889cd1c-5a6f7b73 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_93621fd9-04db-8afd-4851-0b6cb889cd1d-5a6f7b73 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93621fd9-04db-8afd-4851-0b6cb889cd2d-5a6f7b73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93621fd9-04db-8afd-4851-0b6cb889cd32-5a6f7b73 {
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9552335b-3e7c-ec19-1d50-b25181857580-a6a0f0db, #w-node-_9552335b-3e7c-ec19-1d50-b25181857583-a6a0f0db {
    justify-self: center;
  }

  #w-node-_9552335b-3e7c-ec19-1d50-b2518185758e-a6a0f0db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e39d96b4-8fd8-fee2-c821-9f8371a003e7-a6a0f0db {
    grid-column-end: 4;
  }

  #w-node-_45376c6f-2361-0853-2aa3-2cf02433de04-a6a0f0db, #w-node-_45376c6f-2361-0853-2aa3-2cf02433de07-a6a0f0db {
    justify-self: center;
  }

  #w-node-_45376c6f-2361-0853-2aa3-2cf02433de12-a6a0f0db {
    grid-column: span 1 / span 1;
  }

  #w-node-e39d96b4-8fd8-fee2-c821-9f8371a00400-a6a0f0db {
    grid-column-end: 4;
  }

  #w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ed6-a6a0f0db, #w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ed9-a6a0f0db {
    justify-self: center;
  }

  #w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ee4-a6a0f0db {
    grid-column: span 1 / span 1;
  }

  #w-node-e39d96b4-8fd8-fee2-c821-9f8371a00419-a6a0f0db {
    grid-column-end: 4;
  }

  #w-node-f6189936-c457-2151-d9b2-ab23947cbe26-d03b72d4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_243d0f8a-39f3-6f6f-4256-587f2d3a9cd5-cbc484ac, #w-node-_243d0f8a-39f3-6f6f-4256-587f2d3a9cdb-cbc484ac, #w-node-_243d0f8a-39f3-6f6f-4256-587f2d3a9ce1-cbc484ac, #w-node-_243d0f8a-39f3-6f6f-4256-587f2d3a9ce7-cbc484ac, #w-node-d0a303c6-9666-628f-70b2-63136b5fec51-e970b8ad, #w-node-d0a303c6-9666-628f-70b2-63136b5fec57-e970b8ad, #w-node-d0a303c6-9666-628f-70b2-63136b5fec5f-e970b8ad, #w-node-d0a303c6-9666-628f-70b2-63136b5fec65-e970b8ad, #w-node-_92cc75a2-d887-530b-41ea-acb160f0ca90-29ac4cd9, #w-node-_92cc75a2-d887-530b-41ea-acb160f0ca96-29ac4cd9, #w-node-_92cc75a2-d887-530b-41ea-acb160f0ca9e-29ac4cd9, #w-node-_92cc75a2-d887-530b-41ea-acb160f0caa4-29ac4cd9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6189936-c457-2151-d9b2-ab23947cbe26-0b9cfc35 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9552335b-3e7c-ec19-1d50-b25181857583-a6a0f0db {
    align-self: start;
  }

  #w-node-e39d96b4-8fd8-fee2-c821-9f8371a003e7-a6a0f0db {
    grid-column: 1 / 4;
  }

  #w-node-_45376c6f-2361-0853-2aa3-2cf02433de07-a6a0f0db {
    align-self: start;
  }

  #w-node-e39d96b4-8fd8-fee2-c821-9f8371a00400-a6a0f0db {
    grid-column: 1 / 4;
  }

  #w-node-a1dfc593-fab8-fec2-04c3-f3544ee98ed9-a6a0f0db {
    align-self: start;
  }

  #w-node-e39d96b4-8fd8-fee2-c821-9f8371a00419-a6a0f0db {
    grid-column: 1 / 4;
  }

  #w-node-_7a35bcf4-11bf-fc23-e67c-53501d03a90b-a6a0f0db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2ff2bf1-73ca-ac51-08a3-7e56f79d0a9a-a6a0f0db {
    grid-column: span 1 / span 1;
  }

  #w-node-a300a4d1-df71-f9c7-19cd-030299590596-a6a0f0db, #w-node-a300a4d1-df71-f9c7-19cd-03029959059c-a6a0f0db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd531a3e-6872-9c0d-af37-6d0d44b1baf6-a6a0f0db {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-bd531a3e-6872-9c0d-af37-6d0d44b1baf8-a6a0f0db {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-bd531a3e-6872-9c0d-af37-6d0d44b1baf9-a6a0f0db {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-f869ac60-d186-6e40-dfda-b963d30cd0aa-a6a0f0db {
    grid-column: 2 / 3;
  }

  #w-node-_27ecca58-9456-4833-9cac-aa8c69dda73e-69dda734, #w-node-_27ecca58-9456-4833-9cac-aa8c69dda762-69dda734 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27ecca58-9456-4833-9cac-aa8c69dda7bc-69dda734 {
    grid-column-end: 3;
  }

  #w-node-ce867068-bc0e-e7f4-f690-ade19fc38601-d242ed12 {
    justify-self: start;
  }

  #w-node-_69842aa3-3315-2e73-e1df-29b803d8a63e-d242ed12, #w-node-_69842aa3-3315-2e73-e1df-29b803d8a640-d242ed12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69842aa3-3315-2e73-e1df-29b803d8a644-d242ed12 {
    grid-column: span 3 / span 3;
  }

  #w-node-_2996da83-7620-06df-042c-c54847b48bf4-611c9393 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2adad604-933f-1405-2200-132fb168173a-611c9393 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_2adad604-933f-1405-2200-132fb168173c-611c9393 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_2adad604-933f-1405-2200-132fb168173d-611c9393 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #First-name-2.w-node-b752c6b6-798a-edd0-99eb-958330f745fb-611c9393, #Last-name-2.w-node-b752c6b6-798a-edd0-99eb-958330f745fc-611c9393 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e2a311d-94cc-ae15-c2ef-295cf46d555c-cbc484ac {
    grid-column: 1 / 4;
  }

  #w-node-_4e50fc05-e973-681e-1316-f3637998e87c-cbc484ac {
    grid-column: span 1 / span 1;
  }

  #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e27b-cbc484ac, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e27d-cbc484ac {
    justify-self: center;
  }

  #First-name.w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e293-cbc484ac, #Last-name.w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e294-cbc484ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_755a9b84-7449-c575-9d5b-927c213a0030-cbc484ac {
    grid-column: 2 / 3;
  }

  #w-node-_5e2a311d-94cc-ae15-c2ef-295cf46d555c-e970b8ad {
    grid-column: 1 / 4;
  }

  #w-node-_4e50fc05-e973-681e-1316-f3637998e87c-e970b8ad {
    grid-column: span 1 / span 1;
  }

  #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e27b-e970b8ad, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e27d-e970b8ad {
    justify-self: center;
  }

  #First-name.w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e293-e970b8ad, #Last-name.w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e294-e970b8ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_755a9b84-7449-c575-9d5b-927c213a0030-e970b8ad {
    grid-column: 2 / 3;
  }

  #w-node-_5e2a311d-94cc-ae15-c2ef-295cf46d555c-29ac4cd9 {
    grid-column: 1 / 4;
  }

  #w-node-_4e50fc05-e973-681e-1316-f3637998e87c-29ac4cd9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e27b-29ac4cd9, #w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e27d-29ac4cd9 {
    justify-self: center;
  }

  #First-name.w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e293-29ac4cd9, #Last-name.w-node-_9ef1e72c-7f3b-1e82-34d9-0c828f55e294-29ac4cd9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_755a9b84-7449-c575-9d5b-927c213a0030-29ac4cd9 {
    grid-column: 2 / 3;
  }

  #w-node-_5e2a311d-94cc-ae15-c2ef-295cf46d555c-5a6f7b73 {
    grid-column: 1 / 4;
  }

  #w-node-ab28e9c0-d01d-5f31-80a7-914b83f1454d-5a6f7b73 {
    justify-self: start;
  }

  #w-node-_4e50fc05-e973-681e-1316-f3637998e87c-5a6f7b73 {
    grid-column: span 1 / span 1;
  }

  #w-node-_93621fd9-04db-8afd-4851-0b6cb889cd2e-5a6f7b73, #w-node-_93621fd9-04db-8afd-4851-0b6cb889cd34-5a6f7b73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_755a9b84-7449-c575-9d5b-927c213a0030-5a6f7b73 {
    grid-column: 2 / 3;
  }
}


