:root {
  --light_green: #95ff00;
  --black: #000;
  --white: #fff;
  --pin-stripe: #f3f6fc;
  --blue-black: #090b19;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray500: #667085;
  --untitled-ui--white: white;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--success700: #027a48;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray300: #d0d5dd;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar-nav-link {
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #252525;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  position: relative;
}

.metal365_header_logo {
  min-width: 200px;
  display: block;
}

.white-line {
  background-color: #95ff00;
  height: 4px;
}

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

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

.subtitle.white {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 100%;
}

.featured-project-column {
  color: #6e7488;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11px;
  display: flex;
}

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

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

.button.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
}

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

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

.button.grey-outline.small {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.button.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
  font-family: Inter, sans-serif;
}

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

.button.white-green {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffff80;
}

.button.white-green:hover {
  border-color: var(--light_green);
  color: var(--light_green);
}

.button.white-green-header {
  border: 2px solid var(--light_green);
  background-color: #090b1900;
  width: 200px;
}

.button.white-green-header:hover {
  border-color: var(--light_green);
  background-color: var(--light_green);
  color: var(--black);
}

.button.white-green-header.footer {
  top: 14px;
}

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

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

.home-hero {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.transparent-fill {
  width: 100%;
}

.scroll-text-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  flex-flow: row;
  flex: 0 auto;
  place-content: stretch space-between;
  align-items: stretch;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 100%;
  display: flex;
  transform: rotate(-90deg);
}

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

.button-text {
  z-index: 10;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  line-height: 140%;
  position: relative;
}

.scroll-wrapper-3 {
  z-index: 1;
  background-color: #6e7488;
  border-top: .0625rem solid #ffffff1a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 9.375rem;
  margin-top: auto;
  font-style: italic;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  display: flex;
  position: fixed;
  inset: 0% 0% 50% auto;
}

.scroll-wrapper-3:hover {
  background-color: var(--light_green);
}

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

.hero-background-image.sls {
  background-image: url('../images/sls_hp.avif');
}

.hero-background-image.sla {
  background-image: url('../images/sla_hp_01.avif');
}

.hero-background-image.slm {
  background-image: url('../images/slm_hp_01.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-background-image.laser-cutting {
  background-image: url('../images/hp_laser_01.avif');
  background-position: 50%;
}

.hero-background-image.sheet-metal {
  background-image: url('../images/hp_sheet_metal.avif');
  background-position: 50%;
}

.hero-background-image.advanced_prototypes {
  background-image: url('../images/hp_prototypes.avif');
  background-position: 100%;
}

.hero-background-image.design_solutions {
  background-image: url('../images/hp_design_solutions.avif');
  background-position: 50%;
}

.hero-background-image.architectural-solutions {
  background-image: url('../images/hp_architectural_solutions.avif');
  background-position: 100%;
}

.hero-background-image.batch-production {
  background-image: url('../images/hp_batch_production.avif');
  background-position: 100%;
}

.hero-background-image.scanning-cad {
  background-image: url('../images/hp_scanning_cad.avif');
  background-position: 100%;
}

.hero-background-image.materials {
  background-image: url('../images/hp_materials.avif');
  background-position: 100%;
  background-size: cover;
}

.hero-background-image.finishes {
  background-image: url('../images/hp_finishes.avif');
  background-position: 100%;
  background-size: cover;
}

.hero-background-image.about {
  background-image: url('../images/hp_laser_01.avif');
  background-position: 100%;
}

.hero-background-image.prices {
  background-image: url('../images/hp_hero_01.avif');
  background-position: 100%;
}

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

.hero-bottom-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #090b19;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 33.33%;
  padding: 0;
}

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

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

.lottie-animation-3 {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 0% auto -10rem -51%;
}

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

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

.pin-stripe {
  background-color: var(--pin-stripe);
  width: 1px;
}

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

.xxl-heading {
  color: var(--light_green);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 120%;
  position: relative;
}

.xxl-heading.one {
  font-size: 3.7rem;
  transition: font-size .4s;
}

.xxl-heading.one._2 {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 400;
}

.xxl-heading.one.mobile {
  display: none;
}

.xxl-heading.one._3 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
}

.xxl-heading.two {
  color: var(--white);
  font-size: 3.7rem;
  transition: font-size .4s;
}

.xxl-heading.two.mobile {
  display: none;
}

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

.hero-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #090b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

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

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

.heading-3 {
  min-height: 70px;
  padding-top: 22px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

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

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.right-preloader {
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
  width: 100%;
}

.stripe-preloader {
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid #f3f6fc;
}

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

.left-preloader {
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
  width: 100%;
}

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

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

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

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.w--current {
  color: var(--light_green);
}

.menu-list-item.white.social-icons {
  flex-flow: row;
  grid-template-columns: auto 1fr;
  justify-content: center;
  align-items: center;
  padding: 19px 10px;
  display: flex;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.small {
  background-color: var(--light_green);
  width: 30px;
  height: 30px;
  padding: 7px;
}

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

.subtitle-wrapper.clip.feautres {
  margin-bottom: 0;
}

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

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content.features, .banner-content.choose-us {
  min-height: auto;
}

.background-banner {
  background-image: url('../images/459125400_1048885933910158_9059389681895330245_n-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.video-banner {
  background-image: linear-gradient(267deg, #0000, #000000ba);
}

.background-banner.projects-banner {
  background-image: url('../images/In12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.subtitle-2 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 100%;
  transition: font-size .4s;
  position: relative;
}

.subtitle-2.white {
  color: #fff;
}

.subtitle-2.white.services {
  text-align: left;
  padding-left: 0;
}

.subtitle-2.white.services._2 {
  letter-spacing: 2px;
}

.body-display {
  color: #6e7488;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 140%;
}

.page-wrapper {
  z-index: 15;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.page-wrapper._2 {
  z-index: 14;
  min-height: auto;
}

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

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

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

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

.section.no-bottom-padding.clip {
  z-index: 9;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.clip {
  z-index: 9;
}

.section.contact {
  z-index: 9;
  background-color: var(--black);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.large-heading {
  font-family: Inter, sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 120%;
  transition: font-size .4s;
  position: relative;
}

.large-heading.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.large-heading.white.small {
  font-size: 2.2rem;
}

.large-heading.features {
  color: var(--black);
  text-transform: uppercase;
  font-size: 2rem;
}

.large-heading.features.w {
  color: var(--white);
}

.large-heading.quote {
  letter-spacing: -1px;
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-wrapper.features {
  grid-column-gap: 2.9rem;
  grid-row-gap: 2.9rem;
  flex-flow: column;
}

.banner-wrapper.partners {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
}

.image-2 {
  width: 220px;
}

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

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

.heading {
  z-index: 10;
  font-family: Inter, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 120%;
  transition: font-size .4s;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(auto, auto) minmax(36px, auto) auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-section {
  z-index: 10;
  background-color: var(--black);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 5vw;
  display: flex;
  position: relative;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

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

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

.banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.banner-intro.features {
  display: block;
}

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

.dual-wrapper._2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr .85fr 1fr;
}

.client-quote-credit {
  border-left: 2px solid #fff;
  margin-left: -24px;
  padding-left: 24px;
}

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

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

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

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

.service-menu-list.white {
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.service-menu-list.white-copy {
  border-top-color: #ffffff26;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.uui-navbar_dropdown-content-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .8rem;
  position: relative;
}

.uui-navbar_dropdown-link-list {
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.uui-navbar_dropdown-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.uui-navbar_component {
  background-color: var(--black);
  align-items: center;
  height: 80px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.uui-navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-navbar_logo-link {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.uui-navbar_logo-link.w--current {
  height: 100%;
}

.uui-navbar_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.uui-navbar_menu-left {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-navbar_link {
  color: var(--white);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1.75rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: block;
}

.uui-navbar_link:hover {
  color: var(--light_green);
}

.uui-navbar_link.w--current {
  color: #000;
}

.uui-navbar_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.uui-navbar_dropdown-toggle {
  color: var(--white);
  align-items: center;
  padding: 1.75rem 0 1.75rem 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar_dropdown-toggle:hover {
  color: var(--light_green);
}

.uui-navbar_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar_dropdown-list.w--open {
  background-color: var(--black);
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: fixed;
  inset: 80px 0% auto;
  overflow: hidden;
}

.uui-navbar05_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.uui-navbar05_menu-button {
  padding: 0;
}

.uui-navbar_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-navbar_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  place-items: flex-start center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  position: relative;
}

.uui-navbar05_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.hover-btn {
  display: none;
  position: relative;
}

.green-line, .green-line-sub {
  background-color: #95ff00;
  height: 4px;
}

.submenu-heading {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

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

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._1 {
  z-index: 4;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._4 {
  z-index: 1;
}

.teaser-section {
  background-color: var(--black);
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.teaser-column {
  position: relative;
}

.teaser-column._2 {
  position: absolute;
  inset: 0%;
}

.p-teaser-img-wrap {
  height: 95vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.subtitle-22.white {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 120%;
  transition: font-size .4s;
}

.subtitle-22.white.left {
  text-align: left;
}

.text-span-22 {
  color: var(--light_green);
  font-weight: 900;
}

.text-block-2 {
  font-size: .9rem;
  position: relative;
}

.button-text-header {
  z-index: 10;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 110%;
  position: relative;
}

.d-131-corner-line-v {
  transform-origin: 50% 0;
  background-color: #000;
  border-radius: 100px;
  width: 3px;
  height: 15px;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.d-131-corner-line-v.bottom-right {
  transform-origin: 50% 100%;
  margin: 0 -2px -2px 0;
  inset: auto 0% 0% auto;
}

.d-131-corner-line-v.top-right {
  transform-origin: 50% 0;
  margin-left: 0;
  margin-right: -2px;
  inset: 0% 0% auto auto;
}

.d-131-corner-line-v.bottom-left {
  transform-origin: 50% 100%;
  margin-top: 0;
  margin-bottom: -2px;
  inset: auto auto 0% 0%;
}

.d-131-logo-link-block {
  border: 1px solid #0000;
  width: 140px;
  height: 140px;
  text-decoration: none;
  transition: height .4s, width .4s, border-color 1s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.d-131-logo-link-block:hover {
  border: 1px solid #0006;
}

.d-131-logo-link-block.choose-us {
  width: auto;
  max-width: 286px;
  height: 320px;
}

.d-131-logos-wrapper {
  display: flex;
  position: relative;
}

.d-131-logos-wrapper.mobile {
  display: none;
}

.d-131-corner-line-h {
  z-index: 99;
  transform-origin: 0%;
  background-color: #000;
  border-radius: 100px;
  width: 15px;
  height: 3px;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.d-131-corner-line-h.top-right {
  transform-origin: 100%;
  margin-left: 0;
  margin-right: -2px;
  inset: 0% 0% auto auto;
}

.d-131-corner-line-h.bottom-right {
  transform-origin: 100%;
  margin: 0 -2px -2px 0;
  inset: auto 0% 0% auto;
}

.d-131-corner-line-h.bottom-left {
  margin-top: 0;
  margin-bottom: -2px;
  inset: auto auto 0% 0%;
}

.text-span-23 {
  color: var(--light_green);
}

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

.logos-wrapper-wp {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logos-wrapper-wp.choose-us {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 2.6rem 1rem 1rem;
  position: relative;
}

.features-heading {
  z-index: 10;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  inset: auto 0% 10%;
}

.features-heading.choose-us {
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  inset: auto;
}

.features-symbol {
  width: 70px;
  height: 70px;
  position: relative;
  bottom: 20px;
}

.features-symbol.partners {
  bottom: 0;
}

.text-block-3 {
  padding-left: 24px;
}

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

.social-title {
  color: var(--white);
  min-width: 70px;
  font-size: 13px;
  position: relative;
}

.pages-hero {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-24 {
  color: var(--light_green);
}

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

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

.media-fit-cover.contain {
  object-fit: contain;
}

.grid-row {
  grid-column-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

.grid-image-wrapper {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.image-overlay-2 {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-overlay-2.w {
  background-color: var(--white);
  display: none;
}

.services-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: grid;
}

.services-info._2 {
  padding-left: 0;
  padding-right: 24px;
}

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

.services-section {
  background-color: var(--black);
  padding: 4rem 5vw;
  position: relative;
}

.subtitle-wrapper-copy {
  overflow: hidden;
}

.section-contact-us {
  z-index: 10;
  background-image: linear-gradient(#00000080, #00000080), url('../images/hp_hero_01.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 5vw 2rem;
  display: flex;
  position: relative;
}

.section-contact-us.slm {
  background-image: linear-gradient(#0009, #0009), url('../images/slm_03.avif');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
}

.section-contact-us.sla {
  background-image: linear-gradient(#0009, #0009), url('../images/sla_hp_01.avif');
  background-position: 0 0, 50%;
}

.section-contact-us.sls {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sls_hp.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-contact-us.laser {
  background-image: linear-gradient(#00000080, #00000080), url('../images/laser_01.avif');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
}

.section-contact-us.sheet-metal {
  background-image: linear-gradient(#0009, #0009), url('../images/hp_sheet_metal.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-contact-us.advanced-prototypes {
  background-image: linear-gradient(#090b1980, #090b1980), url('../images/hp_prototypes.avif');
  background-position: 0 0, 100%;
}

.section-contact-us.design_solutions {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/hp_design_solutions.avif');
  background-position: 0 0, 50%;
}

.section-contact-us.architectural-solutions {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/architectural_solutions_02.avif');
  background-position: 0 0, 100%;
}

.section-contact-us.batch-production {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/hp_scanning_cad.avif');
  background-position: 0 0, 50%;
}

.section-contact-us.material {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/materials_01.avif');
  background-position: 0 0, 50%;
}

.section-contact-us.finishes {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/finishes_01.avif');
  background-position: 0 0, 50%;
}

.section-contact-us.prices {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/hp_hero_01.avif');
  background-position: 0 0, 50%;
}

.section-contact-us.aboutus {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hp_hero_01.avif');
  background-position: 0 0, 100%;
}

.partners-wrapper {
  display: flex;
  position: relative;
}

.subtitle-footer {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.subtitle-footer.w {
  color: #fff;
  padding-left: 24px;
}

.section-tables {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 5vw 4rem;
  display: flex;
  position: relative;
}

.tech-table-wp {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tech-specs-wp {
  position: relative;
}

.tech-specs-row {
  border-bottom: 1px solid #8b939b;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.tech-specs-text {
  color: var(--black);
  font-family: Inter, sans-serif;
  display: inline-block;
  position: relative;
}

.tech-specs-text.title {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.tech-specs-text-2 {
  color: var(--black);
  text-align: right;
  width: 60%;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.grid-table-wrapper {
  text-align: center;
}

.grid-table-row {
  grid-column-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.textblock-1 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.textblock-1.white {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 120%;
  transition: font-size .4s;
}

.textblock-1.white.left {
  text-align: left;
  font-size: 1.2rem;
}

.partners-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video {
  z-index: 100;
  display: none;
  position: absolute;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-video {
  z-index: 1;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.intro-wrapper-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.subtitle-wrapper-2 {
  margin-bottom: 1rem;
  overflow: hidden;
}

.ipforminput {
  background-color: #fff;
  border-radius: 5px;
  display: none;
}

.text-block-131 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.form-container-1200 {
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.success-message-2 {
  background-color: #00f1fb;
  min-height: 200px;
  padding-top: 87px;
  position: relative;
}

.bold-text-18 {
  color: #8b939b;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 150%;
}

.link-23 {
  color: #fff;
  width: 100%;
  font-size: .9rem;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.logo_link {
  width: 10rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lottie-animation {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.lottie-animation._15 {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 1rem;
}

.hero-h2 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.heading-footer {
  color: #8b939b;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.bg-video-gradient-overlay {
  background-image: linear-gradient(90deg, #16161600 50%, #161616);
  position: absolute;
  inset: 0%;
}

.text-block-132 {
  font-size: 1rem;
  font-weight: 700;
}

.text-span-4 {
  color: #00f1fb;
}

.s-contact {
  background-color: #161616;
  min-height: 100vh;
  padding-top: 3.5rem;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.h-h2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 100%;
  position: relative;
}

.h-h2.logo {
  color: #fdfdfd;
  border-left: 1px solid #00f1fb;
  margin-bottom: 0;
  padding-left: 1rem;
}

.gradient-footer {
  z-index: 1;
  background-image: linear-gradient(0deg, #8b0395, #8b039500);
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-footer.form {
  z-index: 1;
}

.synapsecom-logo {
  width: 200px;
  display: block;
}

.subtitle-23 {
  z-index: 10;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 400;
  position: relative;
}

.subtitle-23.form {
  color: #fff;
}

.submit-button-form {
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  position: relative;
}

.submit-button-form:hover {
  color: #161616;
  background-color: #00f1fb;
  border-color: #00f1fb;
}

.flex_block_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 4rem;
  position: relative;
}

.form-contact {
  position: relative;
}

.heading-50 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.field-label {
  color: #fff9;
  text-transform: uppercase;
  margin-bottom: .4rem;
  font-size: .8rem;
  font-weight: 400;
  position: relative;
}

.field-label.required {
  text-align: center;
  margin-bottom: 0;
  font-size: .7rem;
  position: relative;
}

.tripple-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 3rem;
  position: relative;
}

.error-message-3 {
  background-color: #ee00bf;
  position: relative;
}

.contact_column {
  z-index: 2;
  width: 50%;
  height: 100%;
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}

.contact_column.is-left {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.text-field {
  color: #e9e9e9;
  background-color: #16161699;
  border: 1px solid #8b939b;
  font-weight: 700;
  position: relative;
  box-shadow: 0 0 5px #8b939b;
}

.text-field:focus {
  border-width: 1px;
  border-color: #00f1fb;
  box-shadow: 0 0 20px #00f1fb;
}

.form-block-contact {
  border: 1.5px solid #8b939b;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  position: relative;
}

.clip-2 {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-block-5 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.select-field {
  color: #fff9;
  text-transform: uppercase;
  background-color: #16161699;
  border: 1px solid #8b939b;
  font-size: .8rem;
  position: relative;
  box-shadow: 0 0 5px #8b939b;
}

.select-field:focus {
  border-color: #00f1fb;
  box-shadow: 0 0 20px #00f1fb;
}

.form-wp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cw-cookie_script {
  display: block;
}

.cw-cookie_content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cw-button_secondary {
  color: #8b939b;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1.5px solid #8b939b;
  justify-content: center;
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .3s, color .3s, background-color .3s;
}

.cw-button_secondary:hover {
  color: #fff;
  background-color: #8b939b;
  border-color: #8b939b;
  transform: translate(0, -2px);
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 1rem;
  display: flex;
}

.cw-button_primary {
  border: 1.5px solid var(--light_green);
  color: #8b939b;
  text-align: center;
  background-color: #fff0;
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1;
  transition: color .3s, transform .3s, background-color .3s;
}

.cw-button_primary:hover {
  background-color: var(--light_green);
  color: #161616;
  transform: translate(0, -2px);
}

.text-block-130 {
  letter-spacing: 2px;
}

.cw-cookies {
  cursor: auto;
}

.heading-58 {
  color: var(--light_green);
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 100%;
}

.cw-cookie_icon {
  z-index: 10000;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.cw-cookie_banner {
  z-index: 10003;
  background-image: linear-gradient(45deg, var(--black) 30%, #95ff0091);
  max-width: 600px;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 20px 20px;
}

.paragraph-27 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 120%;
}

.paragraph-28 {
  text-align: center;
  position: relative;
}

.content-banner-wrapper {
  display: flex;
  position: relative;
}

.content-banner-wrapper.mobile {
  display: none;
}

._2rows-banner-wp {
  display: none;
  position: relative;
}

.section-why-choose-us {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 5vw 4rem;
  display: flex;
  position: relative;
}

.text-span-25 {
  letter-spacing: 0;
  font-size: 1.95rem;
}

.select-field-2 {
  box-shadow: 0 0 5px 0 var(--light_green);
  color: #fff9;
  text-transform: uppercase;
  background-color: #16161699;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: .8rem;
  position: relative;
}

.select-field-2:focus {
  border-color: var(--light_green);
  box-shadow: 0 0 20px 0 var(--light_green);
}

.text-field-2 {
  box-shadow: 0 0 5px 0 var(--light_green);
  color: #e9e9e9;
  background-color: #16161699;
  border: 1px solid #000;
  border-radius: 10px;
  font-weight: 700;
  position: relative;
}

.text-field-2:focus {
  border-width: 1px;
  border-color: var(--light_green);
  box-shadow: 0 0 20px 0 var(--light_green);
}

.text-block-42 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.field-label-2 {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .4rem;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  position: relative;
}

.field-label-2.required {
  color: var(--light_green);
  text-align: center;
  margin-bottom: 0;
  font-size: .7rem;
  position: relative;
}

.form-block_contact {
  border: 1.5px solid #95ff004d;
  border-radius: 10px;
  width: 500px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  position: relative;
}

.text-field-10 {
  background-color: #fff;
  border-radius: 5px;
  display: none;
}

.text-block-41 {
  color: #fff;
  font-size: 1rem;
  position: relative;
}

.content-wp-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.submit-button-form-2 {
  text-transform: uppercase;
  background-color: #95ff0000;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  position: relative;
}

.submit-button-form-2:hover {
  background-color: var(--light_green);
  color: #161616;
  border-color: #0df;
}

.error-message-4 {
  background-color: red;
  position: relative;
}

.div-block-64 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cb-logo {
  width: 50%;
  position: relative;
}

.cb-logo.thanks {
  width: 130px;
  min-width: 150px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}

.form {
  position: relative;
}

.success-message {
  background-color: #fff0;
  height: 500px;
  position: relative;
}

.text-span-27, .text-span-28 {
  color: var(--light_green);
}

.policy-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-flow: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.policy-info._2 {
  padding-left: 0;
  padding-right: 24px;
}

.div-block-65 {
  width: 50%;
  position: relative;
}

.policy-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: block;
  position: relative;
}

.text-span-254 {
  color: #fff;
}

.tech-c2-wp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.tech-c2-wp.privacy {
  border: 1px solid #8b939b;
  margin-bottom: 20px;
  padding: 40px;
  font-family: Inter, sans-serif;
}

.content-wp-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.content-wp-cards.tech {
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-289, .text-span-253 {
  color: #fff;
}

.heading-title-h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 120%;
  position: relative;
}

.subtitle_wp-policy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.p-content-policy {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}

.p-content-policy._2.policy {
  margin-top: 20px;
  font-size: 1.2rem;
}

.tech-c1 {
  width: 100%;
  position: relative;
}

.text-span-252 {
  color: #fff;
}

.vc-wp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.vc-wp._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.list {
  color: #0df;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 1.2rem;
  line-height: 140%;
  position: relative;
}

.div-block-66 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.v-card-policy {
  border-top: 1px solid #fff;
  width: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.v-card-policy._2 {
  width: 100%;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
  color: var(--light_green);
}

.link-62 {
  color: var(--light_green);
  font-weight: 900;
  text-decoration: none;
}

.list-item-12, .list-item-13, .list-item-14, .list-item-15, .text-span-290, .text-span-291 {
  color: var(--light_green);
}

@media screen and (min-width: 1280px) {
  .button {
    width: 250px;
  }

  .xxl-heading.one {
    font-size: 3.9rem;
  }

  .xxl-heading.one._2 {
    font-size: 2.7rem;
  }

  .xxl-heading.two {
    font-size: 3.9rem;
  }

  .large-heading, .large-heading.white {
    font-size: 2.8rem;
  }

  .large-heading.white.small {
    font-size: 2.3rem;
  }

  .large-heading.features, .heading {
    font-size: 2.2rem;
  }

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

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

  .submenu-heading, .text-block-2 {
    font-size: 1rem;
  }

  .d-131-logo-link-block {
    width: 150px;
    height: 150px;
  }

  .d-131-logo-link-block.choose-us {
    max-width: 310px;
    height: 300px;
  }
}

@media screen and (min-width: 1440px) {
  .scroll-text-3 {
    font-size: 1.4rem;
  }

  .xxl-heading.one {
    font-size: 4rem;
  }

  .xxl-heading.one._2 {
    font-size: 2.9rem;
  }

  .xxl-heading.two {
    font-size: 4rem;
  }

  .hero-feature-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .services-card {
    padding: 48px;
  }

  .body-display {
    font-size: 1.3rem;
  }

  .large-heading, .large-heading.white {
    font-size: 3rem;
  }

  .large-heading.white.small, .large-heading.features, .heading {
    font-size: 2.4rem;
  }

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

  .d-131-logo-link-block {
    width: 160px;
    height: 160px;
  }

  .d-131-logo-link-block.choose-us {
    max-width: 348px;
    height: 280px;
  }

  .hero-h2 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1920px) {
  .scroll-text-3 {
    font-size: 2.4rem;
  }

  .scroll-wrapper-3 {
    width: 5%;
    height: 25vh;
    bottom: 40%;
  }

  .lottie-animation-3 {
    bottom: -12.875rem;
  }

  .xxl-heading.one {
    font-size: 4.2rem;
  }

  .xxl-heading.one._2 {
    font-size: 3.1rem;
  }

  .xxl-heading.two {
    font-size: 4.2rem;
  }

  .hero-feature-card {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 48px;
  }

  .large-heading, .large-heading.white {
    font-size: 3.2rem;
  }

  .large-heading.white.small {
    font-size: 2.5rem;
  }

  .large-heading.features, .heading {
    font-size: 2.6rem;
  }

  .d-131-logo-link-block {
    width: 170px;
    height: 170px;
  }
}

@media screen and (max-width: 991px) {
  .button {
    width: 220px;
  }

  .button.white-outline.print-your-parts {
    width: 250px;
  }

  .scroll-wrapper-3 {
    width: 10%;
    display: flex;
    overflow: visible;
  }

  .scroll-wrapper-3.w--current {
    display: none;
  }

  .hero-background-image {
    background-position: 70%;
  }

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

  .hero-bottom-feature {
    width: 50%;
  }

  .lottie-animation-3 {
    z-index: 999;
  }

  .pin-stripe.white.hide-tablet, .pin-stripe.hide-tablet {
    display: block;
  }

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

  .xxl-heading.one {
    font-size: 3rem;
  }

  .xxl-heading.one._2 {
    font-size: 2rem;
  }

  .xxl-heading.one._3 {
    font-size: 1.4rem;
  }

  .xxl-heading.two {
    font-size: 3rem;
  }

  .heading-3 {
    font-size: 1.1rem;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-content.features {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-content.features.desktop {
    display: none;
  }

  .banner-content.choose-us {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-content.choose-us.desktop {
    display: none;
  }

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

  .subtitle-2 {
    font-size: .8rem;
  }

  .body-display {
    font-size: 1.1rem;
  }

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

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

  .large-heading {
    font-size: 2.4rem;
  }

  .large-heading.features {
    font-size: 1.8rem;
  }

  .large-heading.quote {
    font-size: 2.2rem;
  }

  .heading {
    font-size: 1.8rem;
  }

  .image-cover-wrapper {
    width: 50%;
  }

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

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

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

  .hide-tablet {
    display: none;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--light_green);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--light_green);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--light_green);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    position: relative;
  }

  .uui-navbar_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar_dropdown-link-list {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar_menu {
    border-top: 1px solid var(--light_green);
    background-color: var(--black);
    align-items: flex-start;
    height: 100vh;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    inset: 80px 0% auto;
    overflow: auto;
  }

  .uui-navbar_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar_link {
    width: 100%;
    padding: .75rem 0;
  }

  .uui-navbar_menu-dropdown {
    position: relative;
  }

  .uui-navbar_dropdown-toggle {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar_dropdown-toggle.w--open {
    margin-left: 0;
    margin-right: 0;
  }

  .uui-navbar_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar05_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
    padding-right: 2rem;
  }

  .uui-navbar05_menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

  .uui-navbar_dropdown-link {
    opacity: .8;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar05_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .subtitle-22.white {
    font-size: 1.5rem;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .d-131-logo-link-block.choose-us {
    max-width: none;
    height: 280px;
  }

  .d-131-logos-wrapper {
    display: none;
  }

  .d-131-logos-wrapper.mobile {
    display: flex;
  }

  .social-title {
    display: none;
  }

  .grid-row, .grid-table-row {
    border-top: 1px solid #ffffff29;
    grid-template-columns: 1fr;
  }

  .textblock-1.white {
    font-size: 1.5rem;
  }

  .link-23 {
    font-size: .8rem;
  }

  .hero-h2 {
    font-size: 1.6rem;
  }

  .s-contact {
    padding-top: 3rem;
  }

  .h-h2 {
    font-size: 2.6rem;
  }

  .heading-50 {
    font-size: .8rem;
  }

  .tripple-grid-2 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .contact_column {
    padding-top: 8rem;
  }

  .cw-cookie_banner {
    max-width: 70%;
  }

  .content-banner-wrapper {
    width: 100%;
    display: block;
  }

  .content-banner-wrapper.mobile {
    display: flex;
  }

  ._2rows-banner-wp {
    display: block;
  }

  .content-wp-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-bottom: 100px;
  }

  .tech-c2-wp.privacy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px;
  }

  .content-wp-cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .heading-title-h4 {
    width: 100%;
    font-size: 1.4rem;
  }

  .p-content-policy {
    font-size: 15px;
  }

  .p-content-policy._2.policy {
    font-size: 1.1rem;
  }

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

  .list {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .metal365_header_logo {
    margin-top: 0;
  }

  .subtitle.white {
    font-size: .7rem;
  }

  .button {
    width: 190px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.white-green-header.footer {
    top: 0;
  }

  .button-text {
    font-size: .8rem;
  }

  .hero-bottom-feature {
    width: 100%;
  }

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

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

  .xxl-heading.one {
    font-size: 2.2rem;
  }

  .xxl-heading.one._2 {
    font-size: 1.5rem;
  }

  .xxl-heading.one._3 {
    font-size: 1.2rem;
  }

  .xxl-heading.two {
    font-size: 2.2rem;
  }

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

  .hero-feature-card {
    padding: 24px;
  }

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

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

  .feature-card-description {
    min-height: 0;
  }

  .services-card {
    grid-row-gap: 10px;
  }

  .subtitle-2 {
    font-size: .8rem;
  }

  .body-display {
    font-size: 1rem;
  }

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

  .large-heading {
    font-size: 2.2rem;
  }

  .large-heading.white.small {
    font-size: 2rem;
  }

  .large-heading.features {
    font-size: 1.6rem;
  }

  .large-heading.quote {
    font-size: 1.8rem;
  }

  .heading {
    font-size: 1.6rem;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
    grid-template-rows: minmax(auto, auto) minmax(36px, auto) auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
    grid-auto-flow: column;
  }

  .image-cover-wrapper {
    width: 100%;
  }

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

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

  .uui-navbar_dropdown-content-left {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .uui-navbar_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar_link, .uui-navbar_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar05_menu-right {
    padding-right: 1rem;
  }

  .subtitle-22.white {
    font-size: 1.4rem;
  }

  .d-131-logo-link-block.choose-us {
    height: 320px;
  }

  .features-heading {
    font-size: .9rem;
  }

  .social-title {
    display: block;
  }

  .grid-row {
    grid-template-rows: auto auto;
    grid-auto-flow: column;
  }

  .grid-image-wrapper.animate-in {
    min-height: 300px;
  }

  .grid-image-wrapper.animate-in.table {
    display: none;
  }

  .services-info {
    grid-row-gap: 20px;
  }

  .textblock-1.white {
    font-size: 1.4rem;
  }

  .textblock-1.white.left {
    font-size: 1rem;
  }

  .bg-video {
    width: 100%;
    height: 40vw;
    min-height: 300px;
  }

  .link-23 {
    align-self: center;
  }

  .lottie-animation._15 {
    margin-right: .7rem;
  }

  .hero-h2 {
    width: auto;
    margin-top: .8rem;
    font-size: 1.3rem;
  }

  .hero-h2.sub-title {
    font-size: 1.5rem;
  }

  .bg-video-gradient-overlay {
    background-image: linear-gradient(#16161600 48%, #161616);
  }

  .s-contact {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h-h2 {
    font-size: 2rem;
  }

  .synapsecom-logo {
    margin-top: 0;
  }

  .flex_block_form {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
  }

  .tripple-grid-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 1.6rem;
  }

  .contact_column {
    width: 100%;
    padding-top: 0;
  }

  .contact_column.is-left {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    padding-top: 3.5rem;
    position: relative;
  }

  .form-block-contact {
    width: 100%;
  }

  .form-wp {
    display: block;
  }

  .cw-button_secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }

  .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .form-block_contact {
    width: 100%;
  }

  .content-wp-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cb-logo {
    width: 70%;
  }

  .policy-info {
    grid-row-gap: 20px;
  }

  .tech-c2-wp.privacy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
  }

  .content-wp-cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-span-289 {
    font-size: 1rem;
  }

  .heading-title-h4 {
    width: auto;
    font-size: 1.3rem;
  }

  .subtitle_wp-policy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .p-content-policy._2.policy {
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .list {
    font-size: 1rem;
  }

  .div-block-66 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .sidebar-nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subtitle.white {
    font-size: .7rem;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .home-hero {
    min-height: 93vh;
    padding-top: 89px;
  }

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

  .background-cover {
    z-index: 1;
  }

  .scroll-text-3 {
    flex-wrap: nowrap;
  }

  .scroll-text-3:hover {
    color: #000;
  }

  .stripe-wrapper {
    z-index: 1;
  }

  .scroll-wrapper-3 {
    color: #c1ae8e;
    background-color: #6e7488;
    width: 15vw;
    height: 15vh;
    bottom: 50%;
    overflow: visible;
  }

  .scroll-wrapper-3:hover {
    background-color: #e2e7f1;
  }

  .hero-bottom-feature {
    width: 80%;
  }

  .lottie-animation-3 {
    margin: 0 -1rem -2rem -2.6875rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    inset: auto 0 -23% 0%;
  }

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

  .xxl-heading.one, .xxl-heading.one._2 {
    display: none;
  }

  .xxl-heading.one._2.mobile {
    margin-bottom: 10px;
    font-size: 1.6rem;
    display: block;
  }

  .xxl-heading.one.mobile {
    font-size: 2.4rem;
    display: block;
  }

  .xxl-heading.one._3 {
    display: none;
  }

  .xxl-heading.one._3.mobile {
    margin-bottom: 10px;
    font-size: 1.6rem;
    display: block;
  }

  .xxl-heading.two {
    display: none;
  }

  .xxl-heading.two.mobile {
    font-size: 2.4rem;
    display: block;
  }

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

  .hero-feature-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

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

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-content.features.desktop, .banner-content.choose-us.desktop {
    display: block;
  }

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

  .list-item-text {
    font-size: 14px;
  }

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

  .section.video-section {
    z-index: 1;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.no-bottom-padding.clip {
    z-index: 1;
  }

  .large-heading {
    font-size: 2rem;
  }

  .large-heading.white.small {
    font-size: 1.8rem;
  }

  .large-heading.features {
    font-size: 1.4rem;
  }

  .large-heading.quote {
    font-size: 1.6rem;
  }

  .banner-wrapper {
    z-index: 1;
  }

  .icon {
    margin-bottom: 36px;
  }

  .heading {
    font-size: 1.5rem;
  }

  .footer-section {
    z-index: 1;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

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

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .uui-navbar_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .subtitle-22.white {
    font-size: 1.2rem;
  }

  .d-131-logo-link-block {
    width: 100px;
    height: 100px;
  }

  .d-131-logo-link-block.choose-us {
    height: auto;
  }

  .features-heading {
    font-size: .8rem;
  }

  .features-symbol {
    width: 60px;
    height: 60px;
  }

  .text-block-3 {
    padding-left: 18px;
  }

  .pages-hero {
    min-height: 93vh;
    padding-top: 89px;
  }

  .services-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .subtitle-footer.w {
    padding-left: 18px;
  }

  .tech-table-wp {
    overflow: auto;
  }

  .tech-specs-wp {
    min-width: 500px;
  }

  .grid-table-wrapper {
    overflow: auto;
  }

  .textblock-1.white {
    font-size: 1.2rem;
  }

  .textblock-1.white.left {
    font-size: 1rem;
  }

  .logo_link {
    width: 7.5rem;
  }

  .lottie-animation {
    top: 4px;
  }

  .hero-h2 {
    font-size: .9rem;
  }

  .hero-h2.sub-title {
    font-size: 1.2rem;
  }

  .s-contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h-h2 {
    font-size: 2rem;
  }

  .h-h2.logo {
    font-size: 1.8rem;
  }

  .flex_block_form {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
  }

  .tripple-grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: 1.6rem;
  }

  .contact_column.is-left {
    margin-bottom: 1.6rem;
  }

  .form-block-contact {
    width: 100%;
    padding: 1.5rem;
  }

  .flex-block-5 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .form-wp {
    padding-bottom: 1rem;
  }

  .cw-button_secondary, .cw-button_primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .cw-cookie_banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  ._2rows-banner-wp {
    display: none;
  }

  .form-block_contact {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1.5rem;
  }

  .cb-logo {
    width: 80%;
  }

  .policy-info {
    grid-row-gap: 48px;
    flex-flow: column;
    padding-left: 0;
  }

  .div-block-65, .policy-title {
    width: 100%;
  }

  .tech-c2-wp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .heading-title-h4 {
    font-size: 1.2rem;
  }

  .subtitle_wp-policy {
    justify-content: center;
    align-items: center;
  }

  .p-content-policy {
    width: 100%;
  }

  .vc-wp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

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

  .div-block-66 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .v-card-policy {
    width: 100%;
  }
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-2d3e03d6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-2d3e03d6 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-2d3e03d6 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-2d3e03d6 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-2d3e03d6 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9924-2d3e03d6 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f5e3c2e3-4da8-382e-6751-faae90c77861-2d3e03d6 {
  place-self: center end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c992b-2d3e03d6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_565f8bbb-7661-352d-9bb3-4db297f66b8b-2d3e03d6, #w-node-d883d4cf-d171-67af-8edb-fa11f0e87dcf-2d3e03d6, #w-node-da533eb6-be39-b13f-91ea-444d53d71a60-2d3e03d6, #w-node-d8376687-87ff-7ad1-30ac-9868cc933c87-2d3e03d6, #w-node-d11b7c8f-76cd-dc03-1802-20627ce92b89-2d3e03d6 {
  justify-self: start;
}

#w-node-_289c860d-5857-0f1a-b405-58f01db94c27-2d3e03d6 {
  place-self: center;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208dce-8d208dcb {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_1fb28930-ad78-1850-1a6b-0fe06597bd16-8d208dcb {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_1fb28930-ad78-1850-1a6b-0fe06597bd1b-8d208dcb {
  place-self: center start;
}

#w-node-_1fb28930-ad78-1850-1a6b-0fe06597bd1e-8d208dcb {
  place-self: center end;
}

#w-node-_1fb28930-ad78-1850-1a6b-0fe06597bd20-8d208dcb {
  place-self: center start;
}

#w-node-_1fb28930-ad78-1850-1a6b-0fe06597bd23-8d208dcb {
  place-self: center end;
}

#w-node-_1fb28930-ad78-1850-1a6b-0fe06597bd25-8d208dcb {
  place-self: center start;
}

#w-node-_1fb28930-ad78-1850-1a6b-0fe06597bd28-8d208dcb {
  place-self: center end;
}

#w-node-_1fb28930-ad78-1850-1a6b-0fe06597bd2a-8d208dcb {
  place-self: center start;
}

#w-node-_1fb28930-ad78-1850-1a6b-0fe06597bd2d-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208de8-8d208dcb {
  grid-area: 2 / 2 / 2 / 3;
  place-self: start stretch;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208ded-8d208dcb {
  place-self: center start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208df0-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208df2-8d208dcb {
  place-self: center start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208df5-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208df7-8d208dcb {
  place-self: center start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208dfa-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208dfc-8d208dcb {
  place-self: center start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208dff-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e01-8d208dcb {
  place-self: center start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e04-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e05-8d208dcb {
  grid-area: 2 / 3 / 2 / 4;
  place-self: start stretch;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e0a-8d208dcb {
  place-self: center start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e0d-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e0f-8d208dcb {
  place-self: center start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e12-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e14-8d208dcb {
  place-self: center start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e17-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e19-8d208dcb {
  place-self: center start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e1c-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e1e-8d208dcb {
  place-self: center start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e21-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e22-8d208dcb {
  grid-area: 3 / 2 / 4 / 3;
  place-self: start stretch;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e25-8d208dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208dd0-8d208dcb {
  grid-area: 3 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208dd5-8d208dcb {
  place-self: center start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208dd8-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208dda-8d208dcb {
  place-self: center start;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208ddd-8d208dcb {
  place-self: center end;
}

#w-node-_3b8c2a1e-1e90-9c9c-4f01-e2c8594291aa-8d208dcb {
  place-self: center start;
}

#w-node-_3b8c2a1e-1e90-9c9c-4f01-e2c8594291ad-8d208dcb {
  place-self: center end;
}

#w-node-_716a99a2-6e4a-5317-70bf-5675fba7b325-8d208dcb {
  place-self: center start;
}

#w-node-_716a99a2-6e4a-5317-70bf-5675fba7b328-8d208dcb {
  place-self: center end;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e37-8d208dcb {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-_34eb0916-5a25-3917-4534-28278d208e32-8d208dcb {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-8a22daf6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-8a22daf6 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-8a22daf6 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-8a22daf6 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-8a22daf6 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9924-8a22daf6 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f5e3c2e3-4da8-382e-6751-faae90c77861-8a22daf6 {
  place-self: center end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c992b-8a22daf6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-8a22daf6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-8a22daf6, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-8a22daf6 {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-8a22daf6 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-8a22daf6 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-8a22daf6 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-8a22daf6, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-8a22daf6 {
  justify-self: start;
}

#w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abc9e-8a22daf6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c4dc4e65-bbeb-16e9-9972-85525826cf4d-8a22daf6, #w-node-c4dc4e65-bbeb-16e9-9972-85525826cf50-8a22daf6 {
  justify-self: start;
}

#w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abca4-8a22daf6 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5fe7a551-2394-4343-4f09-7a792c1c4560-8a22daf6 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center stretch;
}

#w-node-_5fe7a551-2394-4343-4f09-7a792c1c456d-8a22daf6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-28de67a5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-28de67a5 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-28de67a5 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-28de67a5 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-28de67a5 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9924-28de67a5 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f5e3c2e3-4da8-382e-6751-faae90c77861-28de67a5 {
  place-self: center end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c992b-28de67a5 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-28de67a5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-28de67a5, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-28de67a5 {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-28de67a5 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-28de67a5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-28de67a5 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-28de67a5, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-28de67a5 {
  justify-self: start;
}

#w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abc9e-28de67a5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c4dc4e65-bbeb-16e9-9972-85525826cf4d-28de67a5, #w-node-c4dc4e65-bbeb-16e9-9972-85525826cf50-28de67a5 {
  justify-self: start;
}

#w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abca4-28de67a5 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5fe7a551-2394-4343-4f09-7a792c1c4560-28de67a5 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center stretch;
}

#w-node-_5fe7a551-2394-4343-4f09-7a792c1c456d-28de67a5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-1c2665d4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-1c2665d4 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-1c2665d4 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-1c2665d4 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-1c2665d4 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9924-1c2665d4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f5e3c2e3-4da8-382e-6751-faae90c77861-1c2665d4 {
  place-self: center end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c992b-1c2665d4 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-1c2665d4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-1c2665d4, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-1c2665d4 {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-1c2665d4 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-1c2665d4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-1c2665d4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-1c2665d4, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-1c2665d4 {
  justify-self: start;
}

#w-node-_5fe7a551-2394-4343-4f09-7a792c1c4560-1c2665d4 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center stretch;
}

#w-node-_5fe7a551-2394-4343-4f09-7a792c1c456d-1c2665d4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-e91cb41a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-e91cb41a {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-e91cb41a {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-e91cb41a {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-e91cb41a {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9924-e91cb41a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f5e3c2e3-4da8-382e-6751-faae90c77861-e91cb41a {
  place-self: center end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c992b-e91cb41a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-e91cb41a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-e91cb41a, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-e91cb41a {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-e91cb41a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-e91cb41a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-e91cb41a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-e91cb41a, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-e91cb41a {
  justify-self: start;
}

#w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abc9e-e91cb41a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c4dc4e65-bbeb-16e9-9972-85525826cf4d-e91cb41a, #w-node-c4dc4e65-bbeb-16e9-9972-85525826cf50-e91cb41a {
  justify-self: start;
}

#w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abca4-e91cb41a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5fe7a551-2394-4343-4f09-7a792c1c4560-e91cb41a {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center stretch;
}

#w-node-_5fe7a551-2394-4343-4f09-7a792c1c456d-e91cb41a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-7c5c9b59 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-7c5c9b59 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-7c5c9b59 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-7c5c9b59 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-7c5c9b59 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9924-7c5c9b59 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f5e3c2e3-4da8-382e-6751-faae90c77861-7c5c9b59 {
  place-self: center end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c992b-7c5c9b59 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-7c5c9b59 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-7c5c9b59, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-7c5c9b59 {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-7c5c9b59 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-7c5c9b59 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-7c5c9b59 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-7c5c9b59, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-7c5c9b59 {
  justify-self: start;
}

#w-node-_5fe7a551-2394-4343-4f09-7a792c1c4560-7c5c9b59 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center stretch;
}

#w-node-_5fe7a551-2394-4343-4f09-7a792c1c456d-7c5c9b59 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-2442730e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-2442730e {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-2442730e {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-2442730e {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-2442730e {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9924-2442730e {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f5e3c2e3-4da8-382e-6751-faae90c77861-2442730e {
  place-self: center end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c992b-2442730e {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-2442730e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-2442730e, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-2442730e {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-2442730e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-2442730e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-2442730e {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-2442730e, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-2442730e {
  justify-self: start;
}

#w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abc9e-2442730e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c4dc4e65-bbeb-16e9-9972-85525826cf4d-2442730e, #w-node-c4dc4e65-bbeb-16e9-9972-85525826cf50-2442730e {
  justify-self: start;
}

#w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abca4-2442730e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-667558f3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-667558f3 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-667558f3 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-667558f3 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-667558f3 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9924-667558f3 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f5e3c2e3-4da8-382e-6751-faae90c77861-667558f3 {
  place-self: center end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c992b-667558f3 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-667558f3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-667558f3, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-667558f3 {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-667558f3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-667558f3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-667558f3 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-667558f3, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-667558f3 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-e45653ce {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-e45653ce {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-e45653ce {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-e45653ce {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-e45653ce {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9924-e45653ce {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f5e3c2e3-4da8-382e-6751-faae90c77861-e45653ce {
  place-self: center end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c992b-e45653ce {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-e45653ce {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-e45653ce, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-e45653ce {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-e45653ce {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-e45653ce {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-e45653ce {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-e45653ce, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-e45653ce {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-c8eee566 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-c8eee566 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-c8eee566 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-c8eee566 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-c8eee566 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9924-c8eee566 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f5e3c2e3-4da8-382e-6751-faae90c77861-c8eee566 {
  place-self: center end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c992b-c8eee566 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-c8eee566 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-c8eee566, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-c8eee566 {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-c8eee566 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-c8eee566 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-c8eee566 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-c8eee566, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-c8eee566 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-8dd4b2be {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-8dd4b2be {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-8dd4b2be {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-8dd4b2be {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-8dd4b2be {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-8dd4b2be {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-8dd4b2be, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-8dd4b2be {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-8dd4b2be {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-8dd4b2be {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-8dd4b2be {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-8dd4b2be, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-8dd4b2be {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-588e1f61 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-588e1f61 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-588e1f61 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-588e1f61 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-588e1f61 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-588e1f61 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-588e1f61, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-588e1f61 {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-588e1f61 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-588e1f61 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-588e1f61 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-588e1f61, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-588e1f61 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-bce78624 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-bce78624 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-bce78624 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-bce78624 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-bce78624 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-bce78624 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-bce78624, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-bce78624 {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-bce78624 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-bce78624 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-bce78624 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-bce78624, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-bce78624 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-fde0208f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-fde0208f {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-fde0208f {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-fde0208f {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-fde0208f {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-fde0208f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-fde0208f, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-fde0208f {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-fde0208f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-fde0208f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-fde0208f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-fde0208f, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-fde0208f {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-ecbd487d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-ecbd487d {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-ecbd487d {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-ecbd487d {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-ecbd487d {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9924-ecbd487d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f5e3c2e3-4da8-382e-6751-faae90c77861-ecbd487d {
  place-self: center end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c992b-ecbd487d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ae-ecbd487d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97ba-ecbd487d, #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97bd-ecbd487d {
  justify-self: start;
}

#w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-ecbd487d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-ecbd487d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-ecbd487d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e1b03dcd-aeb5-0e73-a263-4cceea5672e4-ecbd487d, #w-node-a11dcb5d-1d8e-5430-1ddf-dea97c4d7657-ecbd487d {
  justify-self: start;
}

#w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abc9e-ecbd487d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c4dc4e65-bbeb-16e9-9972-85525826cf4d-ecbd487d, #w-node-c4dc4e65-bbeb-16e9-9972-85525826cf50-ecbd487d {
  justify-self: start;
}

#w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abca4-ecbd487d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6a19af4c-9846-55c4-20cb-903454da5bc8-ecbd487d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6a19af4c-9846-55c4-20cb-903454da5bcb-ecbd487d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_6a19af4c-9846-55c4-20cb-903454da5bd5-ecbd487d, #w-node-_6a19af4c-9846-55c4-20cb-903454da5bd8-ecbd487d {
  justify-self: start;
}

#w-node-a2fe4ac6-ac5d-278c-b6b4-dcb343b4f9f3-ecbd487d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a2fe4ac6-ac5d-278c-b6b4-dcb343b4f9fd-ecbd487d, #w-node-a2fe4ac6-ac5d-278c-b6b4-dcb343b4fa03-ecbd487d {
  justify-self: start;
}

#w-node-a2fe4ac6-ac5d-278c-b6b4-dcb343b4fa06-ecbd487d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-2a171247 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-2a171247 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-2a171247 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c991e-2a171247 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-2a171247 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-46cb5976 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-46cb5976 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-46cb5976 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-46cb5976 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-a1e69d08-ebd9-e646-f3a3-473a5e59d2c3-46cb5976 {
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990a-e1610f7b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c990e-e1610f7b {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9911-e1610f7b {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-e6c9903f-0502-314a-8159-447e3b8c9923-e1610f7b {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-a1e69d08-ebd9-e646-f3a3-473a5e59d2c3-e1610f7b {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-2d3e03d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34eb0916-5a25-3917-4534-28278d208de8-8d208dcb {
    grid-row-end: 2;
  }

  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-8a22daf6, #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-28de67a5, #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-1c2665d4, #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-e91cb41a, #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-7c5c9b59, #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-2442730e, #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-667558f3, #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-e45653ce, #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-c8eee566, #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-ecbd487d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-2d3e03d6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_34eb0916-5a25-3917-4534-28278d208dce-8d208dcb, #w-node-_1fb28930-ad78-1850-1a6b-0fe06597bd16-8d208dcb, #w-node-_34eb0916-5a25-3917-4534-28278d208de8-8d208dcb, #w-node-_34eb0916-5a25-3917-4534-28278d208e05-8d208dcb, #w-node-_34eb0916-5a25-3917-4534-28278d208e22-8d208dcb, #w-node-_34eb0916-5a25-3917-4534-28278d208dd0-8d208dcb, #w-node-_34eb0916-5a25-3917-4534-28278d208e37-8d208dcb, #w-node-_34eb0916-5a25-3917-4534-28278d208e32-8d208dcb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-8a22daf6 {
    grid-column: span 1 / span 1;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-8a22daf6, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-8a22daf6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-8a22daf6 {
    grid-column: 1 / 2;
  }

  #w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abca4-8a22daf6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5fe7a551-2394-4343-4f09-7a792c1c4560-8a22daf6 {
    grid-column-end: 2;
  }

  #w-node-_5fe7a551-2394-4343-4f09-7a792c1c456d-8a22daf6 {
    grid-column: 2 / 3;
  }

  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-28de67a5 {
    grid-column: span 1 / span 1;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-28de67a5, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-28de67a5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-28de67a5 {
    grid-column: 1 / 2;
  }

  #w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abca4-28de67a5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5fe7a551-2394-4343-4f09-7a792c1c4560-28de67a5 {
    grid-column-end: 2;
  }

  #w-node-_5fe7a551-2394-4343-4f09-7a792c1c456d-28de67a5 {
    grid-column: 2 / 3;
  }

  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-1c2665d4 {
    grid-column: span 1 / span 1;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-1c2665d4, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-1c2665d4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-1c2665d4 {
    grid-column: 1 / 2;
  }

  #w-node-_5fe7a551-2394-4343-4f09-7a792c1c4560-1c2665d4 {
    grid-column-end: 2;
  }

  #w-node-_5fe7a551-2394-4343-4f09-7a792c1c456d-1c2665d4 {
    grid-column: 2 / 3;
  }

  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-e91cb41a {
    grid-column: span 1 / span 1;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-e91cb41a, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-e91cb41a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-e91cb41a {
    grid-column: 1 / 2;
  }

  #w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abca4-e91cb41a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5fe7a551-2394-4343-4f09-7a792c1c4560-e91cb41a {
    grid-column-end: 2;
  }

  #w-node-_5fe7a551-2394-4343-4f09-7a792c1c456d-e91cb41a {
    grid-column: 2 / 3;
  }

  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-7c5c9b59 {
    grid-column: span 1 / span 1;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-7c5c9b59, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-7c5c9b59 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-7c5c9b59 {
    grid-column: 1 / 2;
  }

  #w-node-_5fe7a551-2394-4343-4f09-7a792c1c4560-7c5c9b59 {
    grid-column-end: 2;
  }

  #w-node-_5fe7a551-2394-4343-4f09-7a792c1c456d-7c5c9b59 {
    grid-column: 2 / 3;
  }

  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-2442730e {
    grid-column: span 1 / span 1;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-2442730e, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-2442730e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-2442730e {
    grid-column: 1 / 2;
  }

  #w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abca4-2442730e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-667558f3 {
    grid-column: span 1 / span 1;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-667558f3, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-667558f3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-667558f3 {
    grid-column: 1 / 2;
  }

  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-e45653ce {
    grid-column: span 1 / span 1;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-e45653ce, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-e45653ce {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-e45653ce {
    grid-column: 1 / 2;
  }

  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-c8eee566 {
    grid-column: span 1 / span 1;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-c8eee566, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-c8eee566 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-c8eee566 {
    grid-column: 1 / 2;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-8dd4b2be, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-8dd4b2be {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-8dd4b2be {
    grid-column: 1 / 2;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-588e1f61, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-588e1f61 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-588e1f61 {
    grid-column: 1 / 2;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-bce78624, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-bce78624 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-bce78624 {
    grid-column: 1 / 2;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-fde0208f, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-fde0208f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-fde0208f {
    grid-column: 1 / 2;
  }

  #w-node-_65ffed00-8d00-03cd-6707-36c2024830be-ecbd487d {
    grid-column: span 1 / span 1;
  }

  #w-node-a9bfc35a-d3a9-73d5-f529-fa0ba76d97c0-ecbd487d, #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def28928f-ecbd487d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d4ec75a-2e1a-fa71-d043-5e2def289282-ecbd487d {
    grid-column: 1 / 2;
  }

  #w-node-_16bd97e6-7c54-0ed2-9f80-7d53cd6abca4-ecbd487d, #w-node-_6a19af4c-9846-55c4-20cb-903454da5bc8-ecbd487d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6a19af4c-9846-55c4-20cb-903454da5bcb-ecbd487d {
    grid-column: 1 / 2;
  }

  #w-node-a2fe4ac6-ac5d-278c-b6b4-dcb343b4fa06-ecbd487d {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e6c9903f-0502-314a-8159-447e3b8c9911-2d3e03d6 {
    grid-column: 2 / 3;
    grid-row-start: 2;
  }
}


