:root {
  --dark-outline: #e2e7f1;
  --body-display: #6e7488;
  --dark: #090b19;
  --pin-stripe: #f3f6fc;
  --color-2: #c8fd0f;
  --flowui-component-library-grey-600: #393b6a;
  --black: #0d0d0d;
  --tiefschwarz: #0a0a0a;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-grey-300: #e4e6f1;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --color: #099;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --schrift-nav-bar: #6d7a79;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --rot: red;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 3px solid var(--dark-outline);
  color: var(--body-display);
  background-color: #ffffffa6;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.6em;
}

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

.section.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

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

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

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

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

.section.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.background-image {
  z-index: 1;
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.background-image.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.background-image.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.background-image.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.background-image.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

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

.image-overlay.light-overlay {
  background-color: #090b1926;
}

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

.navbar {
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Inter, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.wrapper.navbar-wrapper {
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.nav-link {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.left-navbar {
  z-index: 30;
  border: 1px none var(--pin-stripe);
  letter-spacing: -.03em;
  background-color: #fff;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.menu-wrapper {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.brand {
  color: var(--dark);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.body {
  color: var(--dark);
  background-color: #fff;
  font-family: Verdana, Geneva, sans-serif;
}

.full-menu-button {
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: flex;
}

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

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

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

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

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

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

.xxl-heading.one {
  margin-right: 0;
  padding-right: 0;
  font-size: 60px;
}

.xxl-heading.two {
  font-size: 60px;
}

.clip {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  z-index: 15;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  margin-bottom: 0;
  position: relative;
}

.banner-wrapper {
  justify-content: center;
  margin-top: -119px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.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;
  place-items: center stretch;
  display: grid;
  position: relative;
}

.large-heading {
  text-align: left;
  padding-left: 0;
  line-height: 1.15em;
}

.body-display {
  color: var(--body-display);
  text-align: center;
  text-transform: none;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  text-decoration: none;
  display: inline;
}

.body-display.white {
  color: #ffffffe6;
  text-decoration: none;
}

.body-display.white:hover {
  color: #ffffffe6;
}

.body-display.large {
  font-size: 18px;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.horizontal-line {
  background-color: var(--dark-outline);
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line.white {
  background-color: #ffffff1f;
}

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

.button:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

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

.button.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button.solid-white:hover {
  background-color: var(--dark-outline);
}

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

.button.white-outline:hover {
  border-color: var(--dark);
  background-color: var(--color-2);
  color: #000;
}

.button.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: #090b1900;
}

.button.grey-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button.grey-outline.small {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  margin-top: auto;
  position: relative;
  top: auto;
}

.navigation-cover {
  border-left: 1px solid var(--pin-stripe);
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.testimonial-arrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #090b1980;
  border-right: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50%;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
  inset: auto auto 0% 0;
}

.testimonial-arrow.right-arrow {
  border-bottom: 1px solid #ffffff1a;
  top: 0;
  bottom: auto;
  right: auto;
}

.slider-dots {
  display: none;
}

.testimonial-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 550px;
  display: grid;
}

.testimonial-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 48px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rotate-text {
  transform: rotate(-90deg);
}

.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;
  margin-top: 15px;
  margin-bottom: 15px;
  display: grid;
  position: relative;
}

.stacked-description.large {
  grid-row-gap: 24px;
}

.stacked-description.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.stacked-description.short {
  grid-row-gap: 12px;
  padding-right: 0;
}

.credits-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  width: auto;
  padding: 60px 48px;
  display: grid;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.credit-item {
  justify-content: center;
  align-items: center;
  max-width: 120px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  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;
}

.card-hover-item.no-top-border {
  border-top-style: none;
}

.card-hover-item.no-borders {
  border-top-style: none;
  border-bottom-style: none;
}

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

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

.subtitle-wrapper.small-subtitle {
  margin-bottom: 12px;
}

.subtitle {
  z-index: 10;
  color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.white {
  color: #fff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.subtitle.quote-credit {
  border-left: 2px solid var(--dark);
  margin-left: -1px;
  padding-left: 18px;
}

.subtitle.grey {
  color: var(--body-display);
}

.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;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tripple-grid.no-margin {
  margin-bottom: 0;
}

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

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

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid var(--pin-stripe);
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-grid.two-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: none;
  grid-template-rows: minmax(36px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(36px, auto);
}

.services-grid.top-border {
  border-top: 1px solid var(--pin-stripe);
  border-left-style: none;
  border-right-style: none;
}

.card-circle {
  background-color: var(--pin-stripe);
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.white {
  background-color: #fff;
}

.card-circle.overlay {
  background-color: #090b1959;
}

.heading {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  display: flex;
  position: relative;
}

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

.logos-headline {
  color: var(--body-display);
  align-items: center;
  display: flex;
}

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

.hover-link-wrapper.video-link-wrapper {
  background-color: #ffffff26;
  border-radius: 20px;
  margin-left: -24px;
  display: none;
  position: relative;
  inset: 0 0 0 0;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

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

.scroll-icon {
  color: #fff;
  background-color: #ffffff26;
  border-radius: 7px;
}

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

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

.project-categories-wrapper {
  z-index: 20;
  justify-content: center;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

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

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-categories {
  background-color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  display: flex;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top.team-info {
  flex-direction: row;
  justify-content: space-between;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.categories-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  display: grid;
}

.category-collection-list-wrapper {
  background-color: var(--pin-stripe);
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.search {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: var(--body-display);
}

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.search-button {
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
}

.mega-menu {
  z-index: 25;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--pin-stripe);
  background-color: var(--pin-stripe);
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #090b1980;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.collection-list.two-columns, .collection-list.two-columns-copy {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
}

.team-collection-item {
  flex-direction: column;
}

.team-collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(2n) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

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

.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.outline {
  border: 1px solid var(--dark-outline);
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.featured-news-list {
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.collection-list-item {
  border-top: 1px #000;
  border-bottom: 1px solid var(--pin-stripe);
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-item:nth-child(odd) {
  border-bottom-style: solid;
}

.collection-list-item:nth-child(2n) {
  margin-top: 48px;
  margin-bottom: -48px;
}

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

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.navigation-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-menu-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.banner-items {
  background-color: var(--pin-stripe);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.banner-items.project-categories {
  background-color: #0000;
}

.banner-items.template-credit {
  height: auto;
  overflow: visible;
}

.services-dual-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

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

.sticky-services-menu.left-side {
  border-right: 1px solid var(--pin-stripe);
  margin-right: -.5px;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  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: var(--dark);
}

.menu-list-item.w--current {
  color: var(--dark);
  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.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.menu-list-item.dark {
  background-color: var(--dark);
  color: #fff;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  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;
}

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

.scrolling-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.dark-dot {
  background-color: var(--dark);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.services-menu-hide-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0;
}

.team-portrait-wrapper {
  min-height: 475px;
  position: relative;
  overflow: hidden;
}

.rich-text {
  color: var(--body-display);
  font-size: 16px;
}

.rich-text h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h4 {
  color: var(--dark);
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25em;
}

.rich-text h3 {
  color: var(--dark);
  margin-top: 24px;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h5 {
  color: var(--dark);
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.25em;
}

.rich-text h6 {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.3em;
}

.rich-text h1 {
  color: var(--dark);
}

.rich-text p {
  margin-bottom: 16px;
}

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

.blog-card-image-wrapper {
  z-index: 1;
  width: 100%;
  min-height: 225px;
  position: relative;
  overflow: hidden;
}

.post-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  color: var(--dark);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  padding: 36px 36px 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.post-card-info {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.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: none;
  position: absolute;
  inset: 0%;
}

.left-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #000;
  width: 100%;
}

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

.right-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #000;
  width: 100%;
}

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

.stripe-preloader.right {
  background-color: #000;
  background-image: linear-gradient(to top, #f5f5f500 43%, #fff), linear-gradient(#000, #000);
}

.stripe-preloader.middle {
  background-color: #000;
  background-image: linear-gradient(3deg, #f5f5f500 43%, #fff), url('../images/Bildschirmfoto-2024-01-07-um-15.42.48-modified-min.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.stripe-preloader.left {
  border-left: 1px solid var(--pin-stripe);
  background-color: #000;
  background-image: linear-gradient(to top, #000 43%, #fff), linear-gradient(#000, #000), url('../images/Bildschirmfoto-2024-01-07-um-15.42.48-modified-min.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, contain;
}

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

.grid-wrapper.projects-search {
  z-index: 15;
  flex: 0 auto;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}

.grid-wrapper.fixed {
  z-index: 25;
  align-content: end;
  align-items: end;
  max-height: 0;
}

.grid-wrapper.two-row {
  flex: 0 auto;
  grid-template-rows: 1fr auto;
  align-content: space-between;
}

.hero-bottom-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: var(--dark);
  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;
}

.featured-project-column {
  background-color: var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11px;
  display: flex;
}

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

.card-button-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.hero-background-image {
  background-image: linear-gradient(to top, #0000 38%, #fff), linear-gradient(#0000004d, #0000004d), url('../images/061BAF91-B4A3-43BA-AFFD-3DC6BB14CFA9_1_201_a.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  position: absolute;
  inset: 0%;
}

.hero-background-image.team-background {
  background-image: url('../images/Team004.jpeg');
  background-position: 50% 0;
}

.hero-background-image.projects-background {
  background-image: url('../images/Space008.jpeg');
  background-position: 50% 40%;
}

.hero-background-image.services-background {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/061BAF91-B4A3-43BA-AFFD-3DC6BB14CFA9_1_201_a.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-background-image.contact-background {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/WallpaperAutomationBlackWhite-1.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 100vh;
}

.hero-background-image.news-background {
  background-image: url('../images/Space006.jpeg');
}

.hero-background-image._404-background {
  background-image: linear-gradient(#0009, #0009), url('../images/061BAF91-B4A3-43BA-AFFD-3DC6BB14CFA9_1_201_a.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-background-image.password-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.search-background {
  background-image: url('../images/Space002.jpeg');
}

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

.project-detail-item {
  border-top: 1px solid #ffffff1f;
  border-left: 1px #ffffff1f;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 12px 48px 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

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

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

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

.project-gallery-wrapper {
  z-index: 15;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.gallery-items-wrapper {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 123px;
  padding-bottom: 48px;
  padding-right: 6px;
  display: flex;
  position: relative;
  overflow: visible;
}

.more-projects-wrapper {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fly-out-button {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--pin-stripe);
  white-space: nowrap;
  cursor: pointer;
  border-top: 1px #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 5vw 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 33.33%;
  max-width: 33.33%;
  height: 48px;
  max-height: 48px;
  padding: 0 5vw 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.fly-out-button.on-click {
  z-index: 50;
  background-color: #fff;
}

.fly-out-button.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
}

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

.project-search-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(100px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(100px, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.project-search-collection {
  flex-direction: column;
  flex: 1;
  padding-right: 12px;
  display: flex;
  overflow: auto;
}

.project-search-collection-item {
  border-bottom: 1px solid var(--dark-outline);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-search-collection-item:first-child {
  border-top: 1px solid var(--dark-outline);
}

.project-search-collection-item:last-child {
  border-bottom-style: none;
}

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

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  background-color: var(--pin-stripe);
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  border-top: 1px solid var(--dark-outline);
}

.project-features, .general-collection-wrapper {
  padding-top: 80px;
}

.projects-lottie-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.project-gallery-overlay {
  z-index: 5;
  background-color: #090b1980;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.news-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-list-item {
  border-bottom: 1px solid var(--pin-stripe);
}

.news-list-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.pagination-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(0, auto);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.large-search-wrapper {
  background-color: #fff;
  border-radius: 100px;
  width: 50%;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.large-search-input {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 100px;
  min-height: 48px;
  margin-bottom: 0;
  padding-left: 24px;
}

.large-search-button {
  background-color: var(--dark);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 11px;
}

.search-results-info {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-item {
  width: 100%;
  padding: 0;
}

.search-results-link {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--dark-outline);
  border-left: 1px solid var(--pin-stripe);
  color: var(--dark);
  padding: 48px 36px 48px 24px;
  text-decoration: none;
  transition: background-color .4s linear;
}

.search-results-link:hover {
  background-color: #fff;
}

.search-result-wrapper {
  border-top: 1px solid var(--dark-outline);
  background-color: var(--pin-stripe);
  padding-top: 0;
}

.results-help-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--dark);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: grid;
}

.author-post-item {
  grid-column-gap: 24px;
  grid-row-gap: 9px;
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 18px 24px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.author-post-item:hover {
  color: var(--dark);
}

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

.list-item-text {
  font-weight: 600;
}

.gallery-heading {
  white-space: nowrap;
  padding-left: 24px;
}

.author-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 24px;
  display: grid;
}

.author-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.empty-state {
  background-color: #0000;
}

.empty-collection {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--pin-stripe);
  text-align: center;
  white-space: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 36px;
  display: grid;
}

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

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

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

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

.text-field::placeholder {
  color: var(--body-display);
}

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

.text-field.light {
  color: #fff;
  background-color: #ffffff14;
  border-color: #ffffff29;
}

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

.text-field.light::placeholder {
  color: #ffffffd9;
}

.submit-button {
  background-color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  min-width: 160px;
  padding: 16px 32px;
  font-size: 12px;
}

.submit-button.white {
  color: var(--dark);
  background-color: #fff;
}

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

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

.success-wrapper.dark {
  color: #fff;
  background-color: #fff0;
  border-style: none;
  align-content: center;
  height: 100%;
}

.error-message {
  background-color: var(--dark-outline);
  color: var(--dark);
  margin-top: 0;
  padding: 12px 18px;
}

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

.fly-out-button-wrapper {
  margin-left: -5vw;
  padding-left: 5vw;
  display: flex;
  overflow: hidden;
}

.services-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.service-examples-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 36px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.mission-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  padding-bottom: 20%;
  padding-left: 24px;
  display: grid;
}

.about-quote {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  padding-top: 20%;
  padding-left: 24px;
  display: grid;
}

.project-gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.project-gallery-image:nth-child(odd) {
  margin-top: 160px;
  margin-bottom: 36px;
}

.project-schowcae-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 160px;
  margin-bottom: 36px;
  display: grid;
}

.tablet-mobile-menu, .tablet-mobile-nav-links {
  display: none;
}

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

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

.image-cover-wrapper.right-side {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

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

.template-screen {
  z-index: 10;
  border: 1px solid var(--pin-stripe);
  flex-direction: row;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 0;
  display: flex;
  position: relative;
}

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

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

.page-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.page-info.no-clip {
  overflow: visible;
}

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

.project-discovery-cover {
  z-index: 10;
  background-color: var(--pin-stripe);
  width: 100%;
}

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

.project-discovery-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.screen-image {
  width: 100%;
  max-width: none;
  height: 100%;
}

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

.news-category-item {
  border-bottom: 1px none var(--pin-stripe);
}

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

.background-banner.video-banner {
  background-image: linear-gradient(#000000bd, #000000bd), url('../images/pexels-johannes-plenio-1105379.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.background-banner.projects-banner {
  background-image: linear-gradient(#000c, #000c);
  background-position: 0 0;
  background-size: auto;
}

.background-banner.team-banner {
  background-image: url('../images/Team006.jpeg');
}

.background-banner.service-1-banner {
  background-image: linear-gradient(#000, #000);
}

.background-banner.service-2-banner {
  background-image: linear-gradient(#000, #000), url('../images/Space025.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.background-banner.service-3-banner {
  color: var(--black);
  background-image: linear-gradient(#000, #000);
}

.background-banner.newsletter-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 0%;
}

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

.newsletter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.dark-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-form-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.newsletter-intro {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 36px;
  display: grid;
  position: relative;
}

.form-block {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.form-column {
  flex-direction: row;
  display: flex;
}

.form-column.right {
  padding-left: 24px;
  padding-right: 24px;
}

.radio-button {
  border-color: #fff;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.3);
}

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

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

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

.checklist-icon {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.radio-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 16px;
  display: flex;
}

.button-text {
  z-index: 10;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  position: relative;
}

.menu-collection-list-item {
  border-bottom: 1px solid var(--dark-outline);
}

.empty-search-results {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: grid;
}

.sticky-section {
  z-index: 200;
  justify-content: center;
  align-items: stretch;
  height: 0;
  margin-bottom: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 75px;
}

.page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 750px;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.password-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 100vh;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-description {
  padding-left: 5px;
  padding-right: 5px;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.category-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 250px;
  display: grid;
}

.category-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 120px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around flex-start;
  align-items: stretch;
  height: 870px;
  margin-top: 0;
  padding: 180px 36px 109px;
  display: flex;
  position: relative;
  top: auto;
}

.banner-categories {
  width: 100%;
  height: 100%;
  padding-top: 36px;
  overflow: hidden;
}

.minimal-card {
  z-index: 10;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  align-items: center;
  height: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.anchor-link {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

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

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

.template-card {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.template-card.bottom-border {
  border-bottom-style: solid;
}

.newsletter-overlay {
  background-color: #090b19e6;
  position: absolute;
  inset: 0%;
}

.template-credit {
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-link-hover-button {
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.banner-scrolling-wrapper {
  background-color: var(--pin-stripe);
  width: 100%;
  height: 100%;
}

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

.transparent-fill {
  width: 100%;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: auto .5rem .5rem auto;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.f-navigation-button {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-link {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-navigation-social-link {
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-navigation-social-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-socials-wrapper {
  grid-column-gap: 16px;
  border-left: 1px solid var(--flowui-component-library-grey-300);
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  margin-top: 0;
  padding: 24px 5%;
  display: flex;
}

.navbar-logo-center {
  background-color: #f000;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  flex-wrap: wrap;
  align-content: stretch;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #6d7a79;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section-typo-zoom-in {
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 300vh;
  margin-bottom: -2px;
}

.typo-zoom-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.typo-zoom-sticky-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.typo-zoom-text-wrapper {
  width: 50vw;
  padding-left: 0;
}

.typo-zoom-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.typo-zoom-text-image {
  width: 130%;
  max-width: 130%;
  min-height: 100%;
  max-height: 140%;
  margin-left: -100px;
  margin-right: auto;
}

.container-2 {
  justify-content: space-between;
  display: block;
}

.image {
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  display: block;
}

.animation {
  position: static;
}

.contant-about-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.numbers {
  color: #ff7802;
  text-align: center;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2em;
}

.about-content {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.orange-text {
  color: #eca14d;
}

.paragraph-6 {
  text-align: center;
  margin-top: 20px;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.video-wrapper {
  width: 50%;
  position: relative;
}

.info-about {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  width: 80%;
  margin-top: 20px;
}

.text-span-2 {
  color: #000;
  font-size: 24px;
  position: relative;
  top: -20px;
}

.play-button {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.workflow-video {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-6 {
  margin-left: auto;
  margin-right: auto;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-size: 20px;
  position: relative;
}

.line-subtitle {
  background-color: #ffffff4d;
  width: 50px;
  height: 1px;
}

.line-subtitle.primary {
  background-color: #606f08;
}

.subtitle-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 35px auto 20px;
  display: flex;
}

.about-list-wrapper {
  display: flex;
}

.about-list-wrap {
  text-align: center;
  background-color: #f8f4ea;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 460px;
  padding: 40px 40px 50px;
  display: flex;
}

.mb-20 {
  margin-bottom: 20px;
}

.section-2 {
  background-image: url('../images/1c81e4ca-2643-4225-9f17-ff0baad607e6-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-default {
  width: 100%;
  max-width: 1303px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.stats-bar {
  justify-content: space-between;
  margin-top: 50px;
  display: none;
}

.big-number {
  color: #fff;
  text-shadow: -1px 0 #070707, 0 1px #070707, 1px 0 #070707, 0 -1px #070707;
  margin-bottom: 20px;
  font-size: 120px;
  font-weight: 400;
  line-height: 130px;
}

.big-number.medium {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 80px;
  line-height: 90px;
  display: block;
}

.mg-bottom-0px {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.underline-block {
  letter-spacing: normal;
  min-height: 1px;
  position: relative;
  top: 4px;
}

.underline-block.about-story {
  background-color: #dadada;
  flex: 1;
  margin-left: 24px;
  top: 0;
}

.underline-block.about-top {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 140px;
  margin-left: 37px;
  margin-right: 37px;
  display: flex;
  top: 0;
}

.heading-7 {
  text-align: center;
  margin-bottom: 30px;
}

.subtitle-wrap {
  color: #070707;
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: flex-end;
  font-weight: 400;
  line-height: 1.125em;
  display: flex;
}

.subtitle-wrap.align-center {
  align-items: center;
}

.subtitle-wrap.align-center.mg-bottom-48px {
  margin-bottom: 30px;
}

.subtitle-wrap.about-top-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.about-story-image {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  height: 50%;
  display: block;
  position: sticky;
  top: 0;
}

.about-story-image.bottom {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  max-width: 100%;
  height: 40%;
}

.split-content.about-story {
  max-width: 88%;
}

.split-content.about-story.left {
  margin-bottom: 220px;
}

.split-content.about-story-right {
  margin-top: 227px;
}

.split-content.footer-top-content-right {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: -35px;
  display: flex;
}

.underline-fill {
  background-color: #070707;
  position: absolute;
  inset: 0%;
}

.underline-fill.about-story {
  max-width: 130px;
}

.underline-fill.white {
  background-color: #fff;
}

.underline-fill.white.about-left {
  margin-left: auto;
}

.about-story-row {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 345px;
  margin-bottom: 50px;
  display: grid;
}

.about-story-row.top {
  margin-top: 50px;
  margin-bottom: -120px;
}

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

.subtitle-3 {
  color: #070707;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.125em;
}

.subtitle-3.mg-bottom-16px {
  margin-top: 10px;
}

.inner-container-550px {
  max-width: 550px;
}

.inner-container-550px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-container-350px {
  max-width: 350px;
}

.inner-container-350px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  margin-top: 50px;
}

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

.typo-zoom-text-wrapper-2 {
  width: 50vw;
}

.typo-zoom-text-image-2 {
  width: 150%;
  max-width: 150%;
  margin-left: -150px;
}

.section-3 {
  padding-top: 0;
  padding-bottom: 50px;
}

.header_text {
  margin-top: -100px;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
}

.header_text-move.is--last {
  padding-bottom: 2.4em;
}

.is--alt-text {
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  transform: translate(0);
}

.text-span {
  color: #53f3e5;
}

.heading-8 {
  text-align: center;
  font-size: 80px;
  font-weight: 700;
}

.heading-9 {
  text-align: center;
  font-size: 80px;
  font-weight: 500;
}

.heading-10 {
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  transform: translate(0, 100%);
}

.header_text-movee {
  transform: translate(0);
}

.header_text-movee.is--last {
  padding-bottom: 2.4em;
}

.is--alt-text-2 {
  text-align: center;
  font-size: 5.5em;
  font-weight: 400;
}

.heading-11 {
  text-align: center;
  font-size: 8em;
  font-style: italic;
  font-weight: 700;
}

.heading-12 {
  text-align: center;
  font-size: 5.5em;
  font-weight: 500;
}

.heading-13 {
  text-align: center;
  font-size: 6em;
  font-style: normal;
  font-weight: 800;
}

.text-span-3 {
  font-style: normal;
  font-weight: 600;
}

.background-video {
  padding-top: 140px;
  padding-bottom: 600px;
}

.brix---btn-primary-full-width {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-300-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h1-size {
  color: var(--tiefschwarz);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-right-8px {
  margin-right: 8px;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---mg-top-40px {
  margin-top: 40px;
}

.brix---text-200-list-medium {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.brix---icon-list {
  color: var(--color);
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

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

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---divider-40px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

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

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---pricing-content-v2 {
  padding: 40px 28px;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---subtitle {
  color: var(--schrift-nav-bar);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 0;
}

.play-pause-button {
  display: none;
}

.background-video-2 {
  background-image: linear-gradient(#0006, #0006);
  margin-bottom: 0;
  padding-top: 300px;
  padding-bottom: 500px;
}

.section-4 {
  background-color: #151931;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.button-green:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

.button-green.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button-green.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button-green.solid-white:hover {
  background-color: var(--dark-outline);
}

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

.button-green.white-outline:hover {
  border-color: var(--dark);
  background-color: var(--color-2);
  color: #000;
}

.button-green.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: #090b1900;
}

.button-green.grey-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.section-3-handy {
  padding-top: 0;
  padding-bottom: 50px;
  display: none;
}

.section-3-pc {
  padding-top: 0;
  padding-bottom: 50px;
}

.heading-11-copy {
  text-align: center;
  font-size: 8em;
  font-style: italic;
  font-weight: 700;
}

.is--alt-text-2-copy {
  text-align: center;
  font-size: 5.5em;
  font-weight: 400;
}

.heading-12-copy {
  text-align: center;
  font-size: 5.5em;
  font-weight: 500;
}

.heading-13-copy {
  text-align: center;
  font-size: 6em;
  font-style: normal;
  font-weight: 800;
}

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

.section-pc.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-pc.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.section-pc.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-pc.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section-pc.clip {
  justify-content: center;
  align-items: center;
}

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

.section-handy.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-handy.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.section-handy.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-handy.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section-handy.clip {
  display: none;
}

.brix---section-pc {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 0;
}

.brix---section-handy {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 0;
  display: none;
}

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

.section-1-handy.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-1-handy.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.section-1-handy.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-1-handy.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.section-1-pc.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-1-pc.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.section-1-pc.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-1-pc.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.section-2-pc.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-2-pc.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.section-2-pc.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-2-pc.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.section-2-handy.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-2-handy.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.section-2-handy.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-2-handy.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.section-3-1-pc.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-3-1-pc.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section-3-1-pc.no-top-padding {
  padding-top: 0;
}

.section-3-1-pc.no-bottom-padding {
  padding-bottom: 0;
}

.section-3-1-pc.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-3-1-pc.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.section-3-1-handy.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-3-1-handy.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section-3-1-handy.no-top-padding {
  padding-top: 0;
}

.section-3-1-handy.no-bottom-padding {
  padding-bottom: 0;
}

.section-3-1-handy.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-3-1-handy.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.section-4-pc.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-4-pc.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.section-4-pc.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-4-pc.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.section-4-handy.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-4-handy.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.section-4-handy.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-4-handy.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.section-5-pc.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-5-pc.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.section-5-pc.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-5-pc.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.section-5-handy.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-5-handy.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.section-5-handy.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-5-handy.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section-5 {
  display: none;
}

.service-examples-wrapper-copy {
  grid-column-gap: 26px;
  grid-row-gap: 36px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  color: var(--elements-webflow-library--neutral--100);
}

.link:hover {
  color: var(--elements-webflow-library--neutral--600);
}

.bold-text {
  color: var(--pin-stripe);
  text-decoration: none;
}

.bold-text:hover {
  color: var(--body-display);
}

.bold-text-2 {
  text-decoration: none;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---contact-v4-half-bg-image {
  z-index: -1;
  width: 65%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--dark);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---paragraph-default-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---heading-h1-size-2 {
  color: var(--tiefschwarz);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---card-form-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 78px;
}

.brix---grid-contact-v4 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.f-navigation-button-2 {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-content-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link-2 {
  color: var(--schrift-nav-bar);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  background-color: var(--flowui-component-library-grey-300);
  color: var(--dark);
}

.f-navigation-link-2.w--current {
  color: var(--color);
  font-size: 15px;
}

.f-navigation-link-2.w--current:hover {
  color: var(--black);
}

.f-navigation-link-2.w--current:lang(en) {
  color: var(--color);
}

.f-navigation-menu-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo-2 {
  width: 124px;
}

.f-navigation-link-wrapper-2 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-2 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 32px;
  padding: 0 0% 0 1%;
  display: flex;
}

.text-block-3 {
  text-align: center;
  width: 850px;
  margin: 30px auto 80px;
  font-size: 16px;
}

.heading-15 {
  text-align: center;
  margin-top: 50px;
}

.heading-16 {
  text-align: center;
  margin-top: 150px;
}

.link-2 {
  color: #ffffffe6;
}

.bold-text-3 {
  color: #fff;
  background-color: #a34a4a00;
  text-decoration: none;
}

.decoration-line-wrapper {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-uppercase {
  color: #52f2e5;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.5em;
}

.decoration-line {
  background-color: #070707;
  flex: 1;
  min-height: 1px;
  margin-bottom: 3px;
  margin-left: 16px;
  position: relative;
}

.decoration-line.bg-neutral-600 {
  background-color: #696969;
}

.footer-contact-link-wrapper {
  color: #b3b3b3;
  white-space: nowrap;
  flex: 1;
  margin-bottom: 20px;
  margin-left: 56px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.footer-contact-link-wrapper:hover {
  color: #fff;
  transform: translate(0, 4px);
}

.footer-contact-link-wrapper.mg-bottom-0px {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-contact-text {
  color: #fff;
  text-align: left;
  font-size: 23px;
  line-height: 1.26em;
  transition: color .3s;
}

.footer-contact-text:hover {
  color: #fffc;
}

.text-uppercase-copy {
  color: var(--schrift-nav-bar);
  letter-spacing: .1em;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.5em;
}

.paragraph-4 {
  color: #000;
  text-align: center;
  font-size: 16px;
}

.bold-text-7 {
  color: #020202;
}

.about-hero-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.color-white {
  color: #fff;
  text-align: center;
}

.container-default-2 {
  background-color: #fff;
  width: 100%;
  max-width: 1303px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.inner-container-520px {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container-520px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-hero-wrapper {
  text-align: center;
  max-width: 870px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}

.about-hero-image-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  width: 100%;
  display: grid;
}

.link-4 {
  color: #fff;
}

.link-4:hover {
  color: #696969;
}

.section-6 {
  background-color: #000;
}

.link-5 {
  color: #555;
}

.link-5:hover {
  color: #9e9e9e;
}

.text-span-5 {
  font-size: 26px;
}

.grau {
  color: var(--body-display);
}

.button-nach-oben {
  display: none;
}

.content-banner {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subtitle-4 {
  grid-column-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.white-text {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #8d6e63;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 29px;
  transition: all .3s;
  display: block;
}

.primary-button:hover {
  opacity: 1;
  color: #053b1c;
  background-color: #8d6e6399;
  border-color: #165f35;
  font-weight: 500;
}

.text-span-6 {
  color: #070707;
  font-size: 80px;
  font-weight: 800;
}

.white-text-copy {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.white-text-black {
  color: #090808;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 800;
}

.f-footer-link {
  color: var(--pin-stripe);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--schrift-nav-bar);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library-grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  width: 70%;
  display: flex;
}

.f-footer-detail {
  color: var(--pin-stripe);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

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

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library-grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-icon-regular-2 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--black);
  border: 1px solid #000;
  margin-top: 0;
  padding: 32px 5%;
  position: relative;
}

.text-block-4 {
  color: var(--pin-stripe);
}

.text-block-5 {
  width: 100%;
}

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

.text-block-6:hover {
  color: var(--schrift-nav-bar);
}

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

.text-block-7:hover {
  color: var(--schrift-nav-bar);
}

.text-block-8, .text-block-9, .text-block-10, .heading-17, .heading-18 {
  text-align: center;
}

.lottie-animation {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-12 {
  color: var(--rot);
}

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

.section-5-pc-new.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section-5-pc-new.no-verticle-padding {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section-5-pc-new.no-top-padding {
  padding-top: 0;
}

.section-5-pc-new.no-bottom-padding {
  padding-bottom: 0;
}

.section-5-pc-new.no-bottom-padding.clip {
  padding-bottom: 120px;
  display: none;
}

.section-5-pc-new.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.button-2 {
  display: flex;
}

.container-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-white:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

.button-white.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button-white.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button-white.solid-white:hover {
  background-color: var(--dark-outline);
}

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

.button-white.white-outline:hover {
  border-color: var(--dark);
  background-color: var(--color-2);
  color: #000;
}

.button-white.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: #090b1900;
}

.button-white.grey-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.text-block-13 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-style: italic;
  line-height: 28px;
}

.brix---paragraph-default-3 {
  text-align: center;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
}

.brix---heading-h2-size-2 {
  color: var(--schrift-nav-bar);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---container-default-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---btn-primary-copy-copy {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0f4077;
  border-radius: 9px;
  justify-content: center;
  max-width: 35%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
}

.brix---btn-primary-copy-copy:hover {
  color: #eff0f6;
  background-color: #0f407780;
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-803 {
  color: #211f54;
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 74%;
  max-height: 74%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brix---section-2 {
  color: #fff;
  background-color: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.brix---color-neutral-804 {
  color: #6e7191;
}

.image-4 {
  object-fit: cover;
  border-radius: 9px;
  height: 100%;
  box-shadow: 0 18px 14px 5px #00000045;
}

.image-4:hover {
  box-shadow: 0 15px 20px 10px #00000080;
}

.container-6 {
  max-width: 200px;
}

.bold-text-8 {
  font-weight: 400;
}

.color-white-copy {
  color: #050505;
  text-align: center;
}

.lottie-animation-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.uui-contact14_map {
  width: 100%;
  height: 100%;
}

.uui-contact14_map-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.uui-contact14_tab-pane {
  height: 100%;
}

.uui-contact14_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray400);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact14_tabs-link {
  border-left: 4px solid var(--untitled-ui--gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-contact14_tabs-link.w--current {
  border-left-color: var(--untitled-ui--primary600);
  opacity: 1;
  background-color: #0000;
}

.uui-contact14_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact14_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-text-size-large.dick {
  color: var(--tiefschwarz);
  margin-top: -18px;
  margin-bottom: 22px;
  font-size: 1.5rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-padding-vertical-xhuge {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.error-text {
  color: #e23939;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

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

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form-checkbox-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-contact03_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact03_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact03_item {
  align-items: center;
  display: flex;
}

.uui-contact03_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-contact03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  text-align: center;
  text-decoration: none;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  background-color: red;
}

.text-span-14 {
  background-color: #fa0404;
}

.text-span-15 {
  background-color: #fd0303;
}

.agb-text {
  font-size: 19px;
}

.subtitle-copy {
  z-index: 10;
  color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-copy.small {
  font-size: 12px;
}

.subtitle-copy.white {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
}

.subtitle-copy.quote-credit {
  border-left: 2px solid var(--dark);
  margin-left: -1px;
  padding-left: 18px;
}

.subtitle-copy.grey {
  color: var(--body-display);
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---text-200-bold-2 {
  color: #099;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-contact-v6 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---section-position-relative-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3f6fc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 176px;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-8 {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 24px;
  margin-left: 87px;
  margin-right: auto;
  box-shadow: 14px 15px 15px #0003;
}

.brix---color-neutral-805 {
  color: #211f54;
}

.brix---heading-h1-size-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 38px;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---icon-link-wrapper {
  transform-style: preserve-3d;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---icon-link-wrapper:hover {
  transform: translate3d(8px, 0, .01px);
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 54px;
  display: grid;
}

.brix---card-pd-64px---56px {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  width: 500.953px;
  height: 510px;
  margin-left: -248px;
  padding: 64px 56px;
  box-shadow: 11px 12px 11px #14142b14;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---contact-v6-half-bg-right {
  z-index: -1;
  background-color: #4a3aff;
  width: 36%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-6 {
  display: none;
}

.f-footer-social-fb {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: none;
}

.f-footer-social-fb:hover {
  color: var(--flowui-component-library-primary-base);
}

.icon-featured-large {
  color: #099;
  background-color: #14142b0f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-text-style-link-02-2 {
  color: #099;
  -webkit-text-stroke-color: #099;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  position: relative;
}

.image-5 {
  object-fit: cover;
  border-radius: 6px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 9px 9px 9px #0003;
}

.uui-text-size-large-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: #099;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact07_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.button-green-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  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-green-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.uui-contact07_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.image-6 {
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 10px 10px 8px #0003;
}

.image-6:hover {
  transform: scale(1.02);
  box-shadow: 14px 17px 10px #0000004f;
}

.uui-contact07_item {
  display: flex;
}

.preloader-copy {
  z-index: 10000;
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  inset: 0%;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-8 {
  color: var(--black);
  text-align: center;
}

.container-7 {
  margin-top: 27px;
  margin-bottom: 27px;
}

.link-4-copy {
  color: #000;
}

.link-4-copy:hover {
  color: #696969;
}

.preloader-middle-copy {
  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%;
}

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

.xxl-heading-copy.one {
  margin-right: 0;
  padding-right: 0;
  font-size: 60px;
}

.xxl-heading-copy.two {
  font-size: 60px;
}

.section-7 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-7.pd-240px {
  padding-top: 240px;
  padding-bottom: 240px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.title-and-paragraph {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-columns: 1.1fr .8fr;
  align-items: end;
}

.container-default-3 {
  max-width: 1292px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-no-wrap {
  white-space: nowrap;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.inner-container._420px {
  max-width: 420px;
}

.line {
  background-color: #bb3950;
  width: 180px;
  height: 2px;
  min-height: 2px;
}

.line.size-92px {
  width: 92px;
}

.empty-state-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e8ec;
  padding: 20px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.display-3 {
  color: #0b1829;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.182em;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2.text-color-primary700 {
  color: var(--color);
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--gray900);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--color);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.social-link {
  color: var(--untitled-ui--gray400);
  transition: all .3s;
}

.social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-team06_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  position: relative;
}

.uui-section_team06 {
  overflow: hidden;
}

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

.uui-team06_image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-team06_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.uui-team06_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.uui-team06_slide {
  margin-right: 2rem;
}

.uui-team06_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-team06_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-team06_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: none;
  inset: auto 0% 0% auto;
}

.uui-team06_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-team06_arrow.left {
  display: none;
  right: 4rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--schrift-nav-bar);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
  display: none;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-heading-subheading-3 {
  color: var(--color);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-team06_item-copy {
  flex-direction: column;
  align-items: stretch;
  display: none;
}

.uui-text-size-medium-2-copy {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: none;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--color);
  background-color: var(--color);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--color);
  background-color: var(--schrift-nav-bar);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-team09_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.uui-team09_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-team09_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-team09_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.uui-team09_component {
  grid-column-gap: 1.4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
  display: none;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-4 {
  color: var(--color);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-team09_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1rem;
  display: grid;
}

.uui-team09_item-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: none;
}

.uui-text-size-medium-2-copy {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2-copy.text-color-primary700 {
  color: var(--color);
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

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

.logo-slider-img {
  width: 200px;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
  overflow: hidden;
}

.slide-wrap {
  justify-content: space-between;
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 150px;
}

.carousel_logos {
  padding-left: 5vw;
  padding-right: 5vw;
}

.large-heading-copy {
  text-align: left;
  margin-left: 5vw;
  padding-left: 0;
  line-height: 1.15em;
}

@media screen and (min-width: 1280px) {
  .card-hover-item {
    padding: 0;
  }

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

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

  .newsletter-intro {
    padding: 80px 48px;
  }

  .sticky-section {
    width: 100%;
  }

  .text-block-2, .numbers {
    text-align: center;
  }

  .about-content {
    grid-column-gap: 60px;
    align-items: stretch;
  }

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

  .info-about {
    margin-left: auto;
    margin-right: auto;
  }

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

  .brix---card-pd-64px---56px {
    margin-left: -277px;
  }

  .uui-contact07_map-wrapper {
    width: 90%;
    height: 31.8rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-7 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper {
    overflow: hidden;
  }

  .credits-wrapper {
    grid-column-gap: 80px;
  }

  .tripple-grid {
    width: 100%;
  }

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

  .preloader {
    display: none;
  }

  .left-preloader, .right-preloader {
    background-image: linear-gradient(to top, #f5f5f500 43%, #fff);
  }

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

  .services-card {
    padding: 48px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v6 {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---card-pd-64px---56px {
    margin-left: -328px;
  }

  .preloader-copy {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .tripple-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-list-item.white.small {
    padding-top: 0;
  }

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

  .services-card {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .section-6 {
    color: var(--pin-stripe);
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .wrapper {
    display: block;
  }

  .nav-link {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

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

  .left-navbar {
    width: 100%;
  }

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

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

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

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

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

  .body-display.dark {
    color: var(--dark);
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .button.white-outline:hover {
    background-color: var(--flowui-component-library-grey-600);
    color: #f8f8fa;
  }

  .testimonial-arrow {
    height: 25%;
    top: 25%;
    bottom: auto;
  }

  .testimonial-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .testimonial-column {
    min-height: 400px;
    padding: 48px 24px;
  }

  .testimonial-column.testimonial-description {
    min-height: auto;
  }

  .testimonial-column.testimonial-image {
    min-height: 450px;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
  }

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

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

  .project-categories-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 0;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

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

  .search-wrapper {
    display: flex;
  }

  .mega-category-list {
    display: none;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

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

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

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

  .sticky-services-menu.extra-top-margin {
    top: 0;
  }

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

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

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

  .right-grid-intro {
    padding-left: 0;
  }

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

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .hero-background-image.contact-background {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/WallpaperAutomationBlackWhite-1.jpeg');
    background-position: 0 0, 0 0;
  }

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

  .gallery-items-wrapper {
    padding-top: 160px;
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

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

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

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

  .news-list {
    grid-template-columns: 1fr 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .pagination {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
  }

  .large-search-wrapper {
    width: 100%;
  }

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

  .service-examples-wrapper {
    grid-template-areas: ". ."
                         ". Area";
  }

  .about-quote {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 0%;
  }

  .project-gallery-image-wrapper {
    grid-template-rows: auto 1fr;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown {
    border-bottom: 1px solid var(--dark-outline);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid var(--dark-outline);
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

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

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

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

  .page-info {
    overflow: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

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

  .about-description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .services-card {
    height: 500px;
    margin-top: 0;
    padding: 36px 24px;
  }

  .banner-categories {
    padding-top: 0;
  }

  .minimal-card {
    padding: 24px;
  }

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

  .template-card {
    padding: 24px;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
    box-shadow: 0 2px 5px #fff3;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-left: 50px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .image {
    margin-top: 12px;
    margin-left: 12px;
    padding-top: 0;
    padding-left: 0;
  }

  .animation {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .contant-about-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .about-content {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .paragraph-6 {
    margin-right: 15px;
  }

  .video-wrapper {
    width: 100%;
  }

  .workflow-video {
    min-height: 350px;
  }

  .about-list-wrap {
    max-width: 380px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .stats-bar {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    margin: -12px -12px -12px -13px;
  }

  .stats-item {
    white-space: nowrap;
    margin: 12px;
  }

  .about-story-image.bottom {
    max-width: 100%;
  }

  .split-content.about-story.left {
    margin-bottom: 28px;
  }

  .split-content.about-story-right {
    margin-top: 80px;
    margin-bottom: 48px;
  }

  .split-content.footer-top-content-right {
    margin-bottom: 0;
  }

  .about-story-row {
    grid-template-columns: 1fr;
  }

  .about-story-row.top {
    grid-template-columns: 1fr;
    min-height: auto;
    margin-bottom: 0;
  }

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

  .is--alt-text-2 {
    font-size: 4em;
  }

  .heading-11 {
    font-size: 7.6em;
  }

  .heading-12, .heading-13 {
    font-size: 4em;
  }

  .text-span-3 {
    font-size: 1.1em;
    display: inline;
  }

  .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-1-column-gap-row-16px {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .icon-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .text-span-4 {
    font-size: 1em;
  }

  .button-green.white-outline:hover {
    background-color: var(--color-2);
    color: #f8f8fa;
  }

  .heading-14 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-3-handy {
    display: none;
  }

  .heading-11-copy {
    font-size: 7.6em;
  }

  .is--alt-text-2-copy {
    font-size: 3em;
  }

  .heading-12-copy, .heading-13-copy {
    font-size: 4em;
  }

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

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

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

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

  .section-handy.clip {
    display: none;
  }

  .brix---section-pc {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---section-handy {
    padding-top: 118px;
    padding-bottom: 118px;
    display: none;
  }

  .section-1-handy {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

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

  .section-1-pc {
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
  }

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

  .section-2-pc {
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
  }

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

  .section-2-handy {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

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

  .section-3-1-pc {
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
  }

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

  .section-3-1-handy {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

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

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

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

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

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

  .section-5-pc {
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
  }

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

  .section-5-handy {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

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

  .container-3 {
    max-width: 35%;
    margin-bottom: 30px;
  }

  .section-5 {
    display: block;
  }

  .service-examples-wrapper-copy {
    grid-template-areas: ". ."
                         ". Area";
  }

  .brix---contact-v4-half-bg-image {
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

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

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .f-navigation-menu-button-2 {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: var(--flowui-component-library-grey-300);
    border-color: #fff;
  }

  .f-navigation-content-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link-2 {
    text-align: center;
    width: 20%;
  }

  .f-navigation-menu-2 {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-2.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-2 {
    margin-right: 0;
  }

  .f-navigation-2 {
    position: relative;
  }

  .icon-3 {
    color: var(--schrift-nav-bar);
  }

  .decoration-line {
    color: #fff;
    background-color: #fff;
  }

  .footer-contact-link-wrapper {
    flex: 0 auto;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .footer-contact-text {
    font-size: 32px;
  }

  .about-hero-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .about-hero-image-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button-nach-oben {
    display: block;
  }

  .content-banner {
    justify-content: center;
    align-items: center;
    width: 57%;
  }

  .primary-button {
    display: block;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .section-5-pc-new {
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
  }

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

  .button-white.white-outline:hover {
    background-color: var(--flowui-component-library-grey-600);
    color: #f8f8fa;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-copy-copy {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .uui-contact14_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact03_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .brix---grid-contact-v6 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-8 {
    z-index: 1;
    margin-bottom: -26px;
    margin-left: 0;
    position: relative;
  }

  .brix---heading-h1-size-3 {
    padding-left: 0;
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-pd-64px---56px {
    margin-top: -57px;
    margin-left: 0;
  }

  .brix---contact-v6-half-bg-right {
    width: 100%;
    height: 30%;
    inset: auto 0% 0%;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

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

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

  .section-7.pd-240px {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .grid-2-columns.title-and-paragraph._1-col-tablet {
    grid-template-columns: 1fr;
  }

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

  .grid-3-columns-2.teacher {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .display-3 {
    font-size: 32px;
  }

  .uui-team06_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-team06_mask {
    width: 50%;
  }

  .uui-padding-vertical-xhuge-2, .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-team09_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-team09_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .logo-slider-img {
    width: 174px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 12px;
  }

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

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .nav-link {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link.bottom {
    border-bottom-style: none;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .brand {
    padding-left: 18px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

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

  .project-item {
    width: 100%;
    height: auto;
  }

  .button {
    max-width: 99.9999%;
  }

  .testimonial-arrow {
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1f;
    width: 50%;
    height: 60px;
    top: 0%;
  }

  .testimonial-arrow.right-arrow {
    border-right-style: none;
    left: auto;
    right: 0;
  }

  .testimonial-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .testimonial-column {
    min-height: auto;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px solid #ffffff1f;
  }

  .testimonial-column.testimonial-image {
    min-height: 400px;
  }

  .rotate-text.no-rotate-on-mobile {
    transform: none;
  }

  .stacked-description {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .credits-wrapper {
    grid-column-gap: 24px;
    padding: 36px;
  }

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

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

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

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

  .services-grid.top-border {
    grid-row-gap: 0px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper, .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

  .collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-categories {
    margin-top: 0;
  }

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

  .projects-search-wrapper {
    height: 65px;
  }

  .search-wrapper {
    display: none;
  }

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

  .collection-list.two-columns, .collection-list.two-columns-copy {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-collection-item {
    flex-direction: row;
    min-height: 500px;
    display: flex;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-collection-item.two-column-item:nth-child(2n) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .featured-news-list {
    grid-template-columns: 1fr;
  }

  .collection-list-item:nth-child(2n) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

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

  .navigation-links {
    grid-template-columns: 1fr;
  }

  .banner-items {
    height: 80px;
  }

  .banner-items.project-categories {
    padding-top: 0;
  }

  .banner-items.template-credit {
    height: 100px;
  }

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

  .menu-list-item.discovery-item, .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .right-grid-intro {
    margin-bottom: 24px;
  }

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

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

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

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

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

  .project-detail-items {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    grid-template-columns: 60px 1fr;
    width: 66.66%;
    max-width: 66.66%;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

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

  .general-collection-wrapper {
    padding-top: 36px;
  }

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

  .news-list-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .results-help-wrapper {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

  .gallery-heading {
    padding-left: 18px;
  }

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

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .service-examples-wrapper, .services-info {
    grid-template-columns: 1fr;
  }

  .mission-description {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-quote {
    padding-bottom: 24px;
    padding-left: 0;
  }

  .project-gallery-image-wrapper {
    grid-row-gap: 36px;
  }

  .project-gallery-image:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-collection-item {
    border-bottom: 1px solid var(--dark-outline);
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid var(--dark-outline);
  }

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

  .page-info {
    height: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .dark-cover {
    background-color: #0000;
  }

  .newsletter-form-wrapper {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

  .form-column.right {
    flex-direction: column;
  }

  .sticky-section {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .page-hero {
    min-height: 550px;
  }

  ._404-hero {
    min-height: 450px;
  }

  .about-description {
    margin-left: auto;
    margin-right: auto;
  }

  .category-link {
    min-height: 80px;
  }

  .services-card {
    height: 600px;
    margin-top: 0;
  }

  .anchor-link {
    border-bottom: 1px solid var(--dark-outline);
    min-height: 80px;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

  .banner-items-wrapper {
    height: 80px;
  }

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

  .template-card {
    border-bottom-style: solid;
  }

  .f-navigation-socials-wrapper {
    display: none;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

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

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-content {
    grid-row-gap: 40px;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .about-list-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .underline-block.about-story {
    margin-left: 12px;
  }

  .subtitle-wrap.about-top-content {
    flex-direction: column;
  }

  .about-story-image {
    height: auto;
  }

  .about-story-image.bottom {
    max-width: 100%;
  }

  .split-content.about-story.left {
    max-width: 100%;
    margin-bottom: 19px;
  }

  .split-content.about-story-right {
    margin-top: 0;
  }

  .split-content.footer-top-content-right {
    margin-bottom: 0;
  }

  .underline-fill.white, .underline-fill.white.about-left {
    display: none;
  }

  .about-story-row {
    grid-template-columns: 1fr;
  }

  .about-story-row.top {
    margin-bottom: 120px;
  }

  .grid-3-columns {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---mg-top-40px {
    margin-top: 32px;
  }

  .brix---text-200-list-medium, .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---pricing-content-v2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .heading-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-3-handy {
    display: block;
  }

  .section-3-pc {
    display: none;
  }

  .heading-11-copy {
    font-size: 4.5em;
  }

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

  .section-handy.clip {
    display: none;
  }

  .brix---section-pc {
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
  }

  .brix---section-handy {
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .section-1-handy, .section-1-pc, .section-2-pc, .section-2-handy, .section-3-1-pc, .section-3-1-handy, .section-4-pc, .section-4-handy, .section-5-pc, .section-5-handy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-3 {
    max-width: 50%;
  }

  .service-examples-wrapper-copy {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

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

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .decoration-line {
    margin-left: 12px;
  }

  .footer-contact-link-wrapper {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .footer-contact-text {
    margin-top: 8px;
    font-size: 32px;
  }

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

  .about-hero-grid.top {
    display: none;
  }

  .about-hero-grid.bottom {
    flex-direction: column;
  }

  .about-hero-image-wrapper {
    margin: -12px;
  }

  .content-banner {
    width: 80%;
  }

  .subtitle-4 {
    line-height: 16px;
  }

  .white-text {
    width: auto;
  }

  .text-span-6 {
    margin-left: auto;
    margin-right: auto;
    font-size: 55px;
  }

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

  .button-white {
    max-width: 99.9999%;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-copy-copy {
    padding: 20px 32px;
  }

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

  .uui-contact14_map {
    height: 20rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-contact14_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-contact14_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .uui-button {
    font-size: 1rem;
  }

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

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .uui-contact03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .link-block-3 {
    padding-bottom: 0;
  }

  .subtitle-copy.white {
    text-align: center;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---section-position-relative-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---card-pd-64px---56px {
    padding: 58px 32px;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

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

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-contact07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .section-7.pd-240px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

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

  .grid-3-columns-2.teacher {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .line {
    width: 150px;
  }

  .display-3 {
    font-size: 26px;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

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

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-team06_component {
    margin-top: 3rem;
  }

  .uui-team06_image-wrapper {
    height: 100%;
  }

  .uui-team06_slide {
    margin-right: 1.5rem;
  }

  .uui-team06_mask {
    width: 75%;
  }

  .uui-team06_arrow.left {
    right: 3.5rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-2, .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

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

  .uui-team09_image-wrapper {
    height: 100%;
  }

  .uui-team09_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-team09_list, .uui-team09_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-team09_item-copy {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 0;
    font-size: 16px;
  }

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

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

  .image-overlay {
    background-color: #090b1900;
  }

  .navbar {
    height: 65px;
  }

  .brand {
    align-items: stretch;
    padding-left: 18px;
  }

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

  .xxl-heading.one, .xxl-heading.two {
    font-size: 56px;
  }

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

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

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

  .body-display {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .testimonial-arrow {
    font-size: 12px;
  }

  .testimonial-column.testimonial-description {
    border-top-style: none;
    padding-top: 36px;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 1;
    background-color: #090b1959;
    border-top: 1px #ffffff1f;
    border-bottom: 1px #ffffff1f;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .credits-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon {
    margin-bottom: 36px;
  }

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

  .tripple-grid.no-margin {
    grid-row-gap: 36px;
  }

  .heading {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .hover-link-wrapper.video-link-wrapper {
    display: none;
  }

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

  .project-categories-wrapper {
    position: relative;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .featured-news-list {
    width: 100%;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

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

  .banner-items.template-credit {
    height: 80px;
  }

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

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

  .menu-list-item.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    margin-top: 20px;
    padding-left: 18px;
  }

  .team-portrait-wrapper {
    min-height: 400px;
  }

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

  .right-grid-intro {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .post-card-description {
    padding: 24px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

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

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

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

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

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

  .hero-background-image {
    display: block;
  }

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

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

  .project-detail-items {
    grid-template-columns: 1fr;
    overflow: auto;
  }

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

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .search-result-list, .search-result-item {
    flex-direction: column;
    display: flex;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .author-post-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .author-card {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
    padding-left: 0;
  }

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

  .services-info {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-list {
    height: auto;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

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

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .radio-item {
    padding-left: 18px;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

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

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

  .service-description {
    margin-left: auto;
    margin-right: auto;
  }

  .about-description {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .category-link {
    min-height: 60px;
  }

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

  .minimal-card {
    padding: 24px;
  }

  .anchor-link {
    min-height: 60px;
  }

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

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

  .div-block {
    width: 100%;
  }

  .f-navigation-button {
    display: none;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-menu-block {
    background-color: #00000029;
  }

  .paragraph-6 {
    margin-left: 15px;
  }

  .info-about {
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .workflow-video {
    background-position: 30%;
    margin-left: 0;
    margin-right: 0;
  }

  .base-container {
    max-width: 90%;
  }

  .subtitle-2 {
    margin-top: 50px;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .stats-bar {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
  }

  .stats-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .big-number {
    font-size: 90px;
    line-height: 86px;
  }

  .big-number.medium {
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 72px;
  }

  .heading-7 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-wrap.align-center.mg-bottom-48px {
    margin-bottom: 40px;
  }

  .subtitle-wrap.about-top-content {
    flex-direction: column;
    justify-content: center;
  }

  .split-content.about-story-right {
    margin-bottom: 24px;
  }

  .split-content.footer-top-content-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .underline-fill.about-story {
    max-width: 80px;
  }

  .underline-fill.white {
    display: none;
  }

  .about-story-row {
    min-height: auto;
  }

  .about-story-row.top {
    margin-bottom: 80px;
  }

  .grid-3-columns {
    grid-row-gap: 28px;
  }

  .inner-container-550px.align-center.mg-bottom-40px {
    padding-top: 40px;
  }

  .text-span-3 {
    font-size: .9em;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---divider-40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11-copy {
    font-size: 3em;
  }

  .is--alt-text-2-copy {
    font-size: 2.8em;
  }

  .heading-12-copy {
    font-size: 2.3em;
  }

  .heading-13-copy {
    font-size: 3.2em;
  }

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

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

  .section-pc.clip {
    display: none;
  }

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

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

  .section-handy.clip {
    display: block;
  }

  .brix---section-pc {
    display: none;
  }

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

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

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

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

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

  .section-2-pc.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .section-2-handy.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .section-3-1-pc.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .section-3-1-handy.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .section-4-pc.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .section-4-handy.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .section-5-pc.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .section-5-handy.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .container-3 {
    max-width: 60%;
  }

  .service-examples-wrapper-copy {
    margin-top: 70px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---card-form-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .f-navigation-button-2 {
    display: none;
  }

  .decoration-line-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact-link-wrapper.mg-bottom-0px {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .text-uppercase-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-grid {
    flex-direction: column;
  }

  .color-white {
    font-size: 34px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-hero-wrapper {
    padding-top: 50px;
  }

  .about-hero-image-wrapper {
    margin: 0;
  }

  .content-banner {
    width: 100%;
  }

  .text-span-6 {
    font-size: 39px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

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

  .section-5-pc-new.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .brix---paragraph-default-3 {
    text-align: center;
    margin-right: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-primary-copy-copy {
    width: 100%;
    max-width: 70%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .color-white-copy {
    font-size: 34px;
  }

  .uui-contact14_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .uui-contact03_component {
    grid-template-columns: 1fr;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---text-200-bold-2 {
    text-align: center;
    font-size: 15px;
    line-height: 16px;
  }

  .brix---grid-contact-v6 {
    grid-row-gap: 48px;
  }

  .brix---section-position-relative-2 {
    padding-top: 96px;
    padding-bottom: 50px;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---text-200-medium {
    text-align: center;
  }

  .brix---heading-h3-size {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---icon-link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---grid-1-column-gap-row-24px {
    padding-top: 20px;
  }

  .brix---card-pd-64px---56px {
    width: 284px;
    height: 464px;
    margin-top: -37px;
    padding: 40px 24px 0;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .uui-contact07_map-wrapper {
    height: 15rem;
  }

  .uui-contact07_component {
    grid-template-columns: 1fr;
  }

  .heading-19, .heading-20 {
    text-align: center;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

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

  .xxl-heading-copy.one, .xxl-heading-copy.two {
    font-size: 56px;
  }

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

  .section-7.pd-240px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-3-columns-2.teacher {
    grid-row-gap: 50px;
  }

  .line {
    width: 125px;
  }

  .display-3 {
    font-size: 24px;
  }

  .uui-team06_mask {
    width: 80%;
  }

  .uui-team09_image-wrapper {
    padding-top: 66%;
  }

  .uui-team09_item, .uui-team09_item-copy {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .large-heading-copy {
    font-size: 28px;
  }
}

#w-node-_7e41e3d6-386f-377e-e281-3c5fa7acc055-29a3a39d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_7e41e3d6-386f-377e-e281-3c5fa7acc0a4-29a3a39d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56ca079-049b-55b7-0bb4-65c2201bf821-29a3a39d {
  justify-self: start;
}

#w-node-_1552c923-84f1-8a84-4e75-3452204b8e2b-29a3a39d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6fb0375f-a09c-65d9-3212-0f3623b93f92-29a3a39d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be149a0b-6298-faa0-2b2f-e4e9152cb286-29a3a39d {
  place-self: center;
}

#w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd6157e-29a3a39d {
  justify-self: stretch;
}

#w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd6157f-29a3a39d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd61580-29a3a39d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd61589-29a3a39d {
  align-self: center;
}

#w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd6158c-29a3a39d {
  place-self: center end;
}

#w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd61590-29a3a39d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd61594-29a3a39d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd61595-29a3a39d {
  place-self: center start;
}

#w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd61597-29a3a39d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_287062bd-f9e5-74c9-3cdf-2e78a5e4869a-a5e48677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8484eeb-900d-f4a9-e44a-f483a80e0588-a80e057e {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-f8484eeb-900d-f4a9-e44a-f483a80e058f-a80e057e {
  order: 9999;
}

#w-node-f8484eeb-900d-f4a9-e44a-f483a80e0596-a80e057e, #w-node-f8484eeb-900d-f4a9-e44a-f483a80e05a6-a80e057e, #w-node-f8484eeb-900d-f4a9-e44a-f483a80e05a8-a80e057e, #w-node-f8484eeb-900d-f4a9-e44a-f483a80e05b8-a80e057e, #w-node-f8484eeb-900d-f4a9-e44a-f483a80e05ca-a80e057e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8484eeb-900d-f4a9-e44a-f483a80e05d4-a80e057e {
  order: 9999;
  place-self: stretch;
}

#w-node-f8484eeb-900d-f4a9-e44a-f483a80e05d5-a80e057e, #w-node-f8484eeb-900d-f4a9-e44a-f483a80e05db-a80e057e, #w-node-f8484eeb-900d-f4a9-e44a-f483a80e05ec-a80e057e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-29a3a3a3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-29a3a3a3 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-29a3a3a3 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a81f-29a3a3a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a803-29a3a3a3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_9a0b6e08-8fe3-addd-51af-8f29dadb9868-c426b91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  grid-area: 2 / 3 / 5 / 4;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b929-c426b91d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_9528b6cc-5881-ac46-ac4f-f9567a600aa3-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b92d-c426b91d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_3ba5fc0d-00d1-0032-83ee-52ea90be55fb-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b931-c426b91d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-d7478ca7-7861-03a0-e2af-d807b17707c6-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b935-c426b91d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_7efe9b07-839d-97d2-24ef-14c8a804e1f9-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
  grid-area: 2 / 2 / 5 / 3;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93c-c426b91d {
  place-self: center start;
}

#w-node-eaf30d13-d8b4-446b-d7d2-d527e95fa99a-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93f-c426b91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_6e84a20c-5fdf-34ef-f5da-11af0219cea5-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b942-c426b91d {
  place-self: center start;
}

#w-node-_800e5816-2ed2-cae5-269d-04a046bc20b0-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b948-c426b91d {
  place-self: center start;
}

#w-node-f9bea813-e527-c7ca-8e20-11a3cd4098db-c426b91d {
  place-self: center end;
}

#w-node-_19730384-072b-53e8-cf7f-02dbe42da2d2-c426b91d {
  place-self: center start;
}

#w-node-_19730384-072b-53e8-cf7f-02dbe42da2d4-c426b91d {
  place-self: center end;
}

#w-node-_1b40c8e4-05ad-66cb-6793-c45d743dc07d-c426b91d {
  place-self: center start;
}

#w-node-_1b40c8e4-05ad-66cb-6793-c45d743dc07f-c426b91d {
  place-self: center end;
}

#w-node-_39c1337d-4d8a-a83f-a40c-1b0773afcfe3-c426b91d {
  place-self: center start;
}

#w-node-_39c1337d-4d8a-a83f-a40c-1b0773afcfe5-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-b63b78d4-2d25-fb82-afc6-62ff0792ffc3-c426b91d, #w-node-_6e1d72d5-272b-134a-62f9-dc86c8ca0ddf-c426b91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
  grid-area: 6 / 3 / 7 / 4;
  align-self: end;
}

#w-node-_26839ce7-6d80-da5b-5e89-56d12f47a617-29a3a3a4 {
  align-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-29a3a3a4 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-29a3a3a4 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-29a3a3a6 {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3a6 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-29a3a3a6 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-29a3a3a7 {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3a7 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-29a3a3a7 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584fc-29a3a3a8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-29a3a3a8 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-29a3a3a8 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12e-29a3a3a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12f-29a3a3a8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389036-29a3a3a8 {
  align-self: start;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389040-29a3a3a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389046-29a3a3a8 {
  justify-self: end;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d38904c-29a3a3a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389051-29a3a3a8 {
  justify-self: stretch;
}

#w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-29a3a3a8 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center stretch;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5d-336b9d43 {
  place-self: center stretch;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b91-336b9d43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b93-336b9d43 {
  align-self: center;
}

#w-node-f4f0ce64-1f82-9e16-20fb-882e6946b843-336b9d43 {
  justify-self: end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d63-336b9d43 {
  place-self: center start;
}

#w-node-aea9f59c-b439-2797-db5e-6ba2ebbcded2-336b9d43 {
  justify-self: end;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd6-336b9d43 {
  place-self: center start;
}

#w-node-_1e0f0e3b-c735-de45-d3e2-0c9fcf80a649-336b9d43 {
  justify-self: end;
}

#w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43, #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43, #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
  place-self: center end;
}

#w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_4541705a-de97-7f82-8818-9c9145464680-4546467a {
  place-self: center end;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e5-bda240e0 {
  place-self: center start;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e6-bda240e0 {
  place-self: center end;
}

#w-node-_7a338548-6995-26a0-d4df-2c2b4c59a395-4c59a38f {
  justify-self: end;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb34-29a3a3a9 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-29a3a3a9 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-29a3a3a9 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_4e5ecd76-5faa-c0fa-2ba9-f682a18ca2e6-29a3a3a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_124d18ca-1db6-6665-586b-74af69a6943b-29a3a3a9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-29a3a3a9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe107-29a3a3a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-29a3a3a9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_71d7d42d-61ca-06a9-788b-33b7b02b1dc8-29a3a3a9 {
  align-self: center;
}

#w-node-_72e2dcb8-b47b-e0fd-2af3-2e0f24390bf8-29a3a3a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-29a3a3a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe116-29a3a3a9 {
  align-self: start;
}

#w-node-_259ad0eb-16f4-544b-74e2-a7917233ab8a-29a3a3a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_851487d2-797d-908d-5867-0f20f9562c11-29a3a3a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_5c176a8b-9730-dc1c-c9b1-0ca5febf5530-29a3a3a9 {
  place-self: center;
}

#w-node-b29b5680-a2a2-7be5-dd1c-591f9d5b251c-29a3a3a9 {
  place-self: center end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-29a3a3a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-29a3a3a9 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-29a3a3a9 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98e-29a3a3a9 {
  align-self: stretch;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc998-29a3a3a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-29a3a3a9 {
  justify-self: end;
}

#w-node-_2bf53f8e-7528-82b3-54a0-6e63150524f2-29a3a3a9 {
  place-self: center end;
}

#w-node-_397244f1-6d58-8f51-019c-f7e5a2b1e41a-f9270e17 {
  justify-self: stretch;
}

#w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-c47dbc6c-9b93-d53a-3ac5-94688c374a85-f9270e17 {
  align-self: center;
}

#w-node-_6ad8919c-2309-2a37-80a2-1e0756464dfe-f9270e17 {
  place-self: center end;
}

#w-node-_24909537-2aef-fa73-cf08-5d19c7632e15-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f0-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f1-f9270e17 {
  place-self: center start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f3-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_33f3ed3b-6ef6-48e9-e36c-11ae30b77e83-29a3a3aa {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-29a3a3aa {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-29a3a3aa {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-29a3a3aa {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6606-29a3a3aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6607-29a3a3aa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a140e-29a3a3aa {
  align-self: stretch;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a1419-29a3a3aa {
  justify-self: end;
}

#w-node-f176f584-7e9e-672d-84c6-8a1bf32c0f9f-29a3a3aa {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f4b-29a3a3aa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f52-29a3a3aa {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-29a3a3aa {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ea-29a3a3ab {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7f4-29a3a3ab {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-_08384802-3d40-5ff7-3c81-a3b15502acd2-29a3a3ab {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-beaac2f3-5b16-a510-41e2-9e4db7d9b271-29a3a3ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-29a3a3ab {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-29a3a3ab {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-29a3a3ab {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-29a3a3ab, #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-29a3a3ab, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-29a3a3ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_932aec57-c897-daa7-63a7-de070d7de04e-29a3a3ab {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_59975544-c2ae-ff5f-1ffe-92b04da09837-29a3a3ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1c244f3-8cbe-fe76-b113-ae7ccd7450fe-29a3a3ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-29a3a3ab {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-29a3a3ab {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-29a3a3ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89b7-29a3a3ab {
  align-self: stretch;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0333-29a3a3ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0334-29a3a3ab {
  justify-self: start;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-29a3a3ab {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: center;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff669-29a3a3ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-29a3a3ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81c4021d-70e7-bdee-d916-1636e757f75a-29a3a3ab {
  place-self: center;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e6711631-29a3a3ab {
  align-self: stretch;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e671163c-29a3a3ab {
  justify-self: end;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a2-29a3a3ac {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-29a3a3ac {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-29a3a3ac {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-29a3a3ac {
  grid-area: 1 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_8074e9fb-dd46-63be-e290-1496ab6343dc-29a3a3ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_552207c6-973e-0cf0-9e2b-ac76c36effc4-29a3a3ac {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-29a3a3ac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-29a3a3ac {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-29a3a3ac {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a8f5d73b-ace2-f797-46d1-36f3cf6a04a5-29a3a3ac, #w-node-c04e9192-59b2-bc34-a507-563815198cc5-29a3a3ac, #w-node-b6de9297-1ccb-3ab5-e022-83f7a40897da-29a3a3ac {
  place-self: center end;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-29a3a3ac {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7a763298-e931-6ef6-cedf-70b1c6225332-29a3a3ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-29a3a3ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996e9f-29a3a3ac {
  align-self: center;
}

#w-node-c24eb999-a985-3d62-3c8f-4ef59619728d-29a3a3ac {
  place-self: center end;
}

#w-node-e1af8745-7e74-7c0a-9e26-ec9a8040a014-29a3a3ac {
  align-self: center;
}

#w-node-e0cdb0fe-0301-d3b0-3d3a-5117b3338481-29a3a3ac {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea2-29a3a3ac {
  align-self: center;
}

#w-node-_44ab065a-7e1c-c80d-67d8-c6e33d5e4bcf-29a3a3ac {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea5-29a3a3ac {
  align-self: center;
}

#w-node-_5f1bb171-88ed-c3df-b02c-276c811e5d3d-29a3a3ac {
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027112-29a3a3ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027119-29a3a3ac {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-29a3a3ac {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027120-29a3a3ac {
  align-self: stretch;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712a-29a3a3ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712f-29a3a3ac {
  justify-self: end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02713e-29a3a3ac {
  place-self: center end;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-29a3a3ac {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b7316c-29a3a3ac {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-29a3a3ac {
  place-self: center end;
}

#w-node-b84cb859-5226-6842-ec2f-395770060748-29a3a3ac {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b84cb859-5226-6842-ec2f-39577006074f-29a3a3ac {
  align-self: stretch;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-29a3a3af {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3af {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-29a3a3af {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-29a3a3b0 {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3b0 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-29a3a3b0 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-29a3a3b1 {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3b1 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-29a3a3b1 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_84081694-b9f0-e5de-4cf6-4bca58384d7e-29a3a3b1 {
  place-self: auto center;
}

#w-node-_84081694-b9f0-e5de-4cf6-4bca58384d80-29a3a3b1 {
  place-self: center;
}

#KONTAKT-1.w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-29a3a3b1 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec93797f-29a3a3b1, #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-29a3a3b1, #w-node-_5e3db900-a825-6509-a424-cf926f0e51a6-29a3a3b1, #E-Mail.w-node-_5e3db900-a825-6509-a424-cf926f0e51a8-29a3a3b1, #w-node-_32418e68-3ab5-b512-b5d4-f06e239761b8-29a3a3b1, #Telefonnummer.w-node-_32418e68-3ab5-b512-b5d4-f06e239761ba-29a3a3b1, #w-node-_9f611142-c9c4-1dbb-5d72-be5bad231d1e-29a3a3b1, #Nachricht.w-node-_9ecb47d5-8f4d-56b8-1721-4ed5246ec8ac-29a3a3b1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec937987-29a3a3b1 {
  justify-self: start;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-29a3a3b1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3893-29a3a3b1 {
  place-self: center start;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3895-29a3a3b1 {
  place-self: center end;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba83-29a3a3b1 {
  place-self: center start;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba85-29a3a3b1 {
  place-self: center end;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c93-29a3a3b1 {
  place-self: center start;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c95-29a3a3b1 {
  place-self: center end;
}

#w-node-_103c254f-c9c1-3dca-29e6-d15a4b19ddd5-29a3a3b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3816cee-06ae-c849-de9e-d666518f7270-29a3a3b1 {
  place-self: center end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-29a3a3b2 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-29a3a3b2 {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-29a3a3b2 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-29a3a3b2 {
  place-self: center;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7476-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-29a3a3b2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-29a3a3b2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-29a3a3b2 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-29a3a3b2 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-29a3a3b2 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-29a3a3b2 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-29a3a3b2 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-29a3a3b2 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-29a3a3b2 {
  place-self: center start;
}

#w-node-_6020882b-2f25-252e-9156-b01000b86160-29a3a3b2 {
  align-self: center;
}

#w-node-_6020882b-2f25-252e-9156-b01000b86162-29a3a3b2 {
  place-self: center start;
}

#w-node-d2108c32-c87f-fb14-9026-715dfb5b0707-29a3a3b2 {
  align-self: center;
}

#w-node-d2108c32-c87f-fb14-9026-715dfb5b0709-29a3a3b2 {
  place-self: center start;
}

#w-node-_9b9bd6a2-1cb5-8db9-43ea-2cef6e37cbf3-29a3a3b2 {
  align-self: center;
}

#w-node-_9b9bd6a2-1cb5-8db9-43ea-2cef6e37cbf5-29a3a3b2 {
  place-self: center start;
}

#w-node-_792cce88-f7a5-d11d-f236-79d89b593844-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebe145cf-6212-4589-45c3-02db4af56156-29a3a3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8e7b604-26e3-f441-7c39-77fda8023895-29a3a3b2 {
  grid-area: Area;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc01-29a3a3b2 {
  place-self: center;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc0d-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc0e-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc10-29a3a3b2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc13-29a3a3b2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc16-29a3a3b2 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc1c-29a3a3b2 {
  align-self: center;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc1e-29a3a3b2 {
  place-self: center start;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc21-29a3a3b2 {
  align-self: center;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc23-29a3a3b2 {
  place-self: center start;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc26-29a3a3b2 {
  align-self: center;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc28-29a3a3b2 {
  place-self: center start;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc2b-29a3a3b2 {
  align-self: center;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc2d-29a3a3b2 {
  place-self: center start;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc30-29a3a3b2 {
  align-self: center;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc32-29a3a3b2 {
  place-self: center start;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc35-29a3a3b2 {
  align-self: center;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc37-29a3a3b2 {
  place-self: center start;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc39-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc3a-29a3a3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc3b-29a3a3b2 {
  grid-area: Area;
}

#w-node-_191ab773-7ca3-afa4-431f-2f8a35bfbe14-29a3a3b2 {
  place-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-29a3a3b2 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-aabcbca2-070e-ecf2-9582-8eadaa647a9f-29a3a3b2 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7a-29a3a3b2 {
  place-self: center start;
}

#w-node-b48f0a3f-0ade-e8e2-132a-106a82e533b3-29a3a3b2 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7d-29a3a3b2 {
  place-self: center start;
}

#w-node-f49a0839-daa4-9010-a6d7-ab8a50a31c19-29a3a3b2 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c80-29a3a3b2 {
  place-self: center start;
}

#w-node-_55ebd6ef-dcad-f89c-a400-cacb956dc979-29a3a3b2 {
  align-self: center;
}

#w-node-_55ebd6ef-dcad-f89c-a400-cacb956dc97b-29a3a3b2 {
  place-self: center start;
}

#w-node-_74be9ade-e73b-85c6-b170-f4ee45167356-29a3a3b2 {
  align-self: center;
}

#w-node-_74be9ade-e73b-85c6-b170-f4ee45167358-29a3a3b2 {
  place-self: center start;
}

#w-node-c17cab29-a02a-924a-b4ad-f045bc22a828-29a3a3b2 {
  align-self: center;
}

#w-node-c17cab29-a02a-924a-b4ad-f045bc22a82a-29a3a3b2 {
  place-self: center start;
}

#w-node-_208f5323-8def-e80e-29f2-4132168c739c-29a3a3b2 {
  align-self: center;
}

#w-node-_208f5323-8def-e80e-29f2-4132168c739e-29a3a3b2 {
  place-self: center start;
}

#w-node-_43cbb2ab-71a2-b6ee-4198-5366a5900dac-29a3a3b2 {
  align-self: center;
}

#w-node-_43cbb2ab-71a2-b6ee-4198-5366a5900dae-29a3a3b2 {
  place-self: center start;
}

#w-node-_13806d27-f64f-cd9e-b298-ef038b7fd05b-29a3a3b2 {
  align-self: center;
}

#w-node-_13806d27-f64f-cd9e-b298-ef038b7fd05d-29a3a3b2 {
  place-self: center start;
}

#w-node-_9b007be5-4a88-bf40-aa82-9365238da066-29a3a3b2 {
  align-self: center;
}

#w-node-_9b007be5-4a88-bf40-aa82-9365238da068-29a3a3b2 {
  place-self: center start;
}

#w-node-e18c9bd4-b9de-ed75-1319-a6f258bfcc06-29a3a3b2 {
  align-self: center;
}

#w-node-e18c9bd4-b9de-ed75-1319-a6f258bfcc08-29a3a3b2 {
  place-self: center start;
}

#w-node-ebef11f6-95dd-a58c-7fa3-22e8f44d7562-29a3a3b2 {
  align-self: center;
}

#w-node-ebef11f6-95dd-a58c-7fa3-22e8f44d7564-29a3a3b2 {
  place-self: center start;
}

#w-node-_55846355-4c82-e9dc-de38-2e59e6fa0609-29a3a3b2 {
  align-self: center;
}

#w-node-_55846355-4c82-e9dc-de38-2e59e6fa060b-29a3a3b2 {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6c-29a3a3b2, #w-node-_71258392-6db5-b375-c1b1-cf33d5fc0c3b-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71258392-6db5-b375-c1b1-cf33d5fc0c3c-29a3a3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71258392-6db5-b375-c1b1-cf33d5fc0c3d-29a3a3b2 {
  grid-area: Area;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-29a3a3b2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-29a3a3b2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a45644984b-29a3a3b2 {
  place-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449857-29a3a3b2 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a45644985d-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a45644985f-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449862-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449864-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449867-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449869-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a45644986c-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a45644986e-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449871-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449873-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449876-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449878-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a45644987b-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a45644987d-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449880-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449882-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449885-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449887-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a45644988a-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a45644988c-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a45644988f-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449891-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449894-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449896-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a456449899-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a45644989b-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a45644989e-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498a0-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498a3-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498a5-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498a8-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498aa-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498ad-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498af-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498b2-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498b4-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498b7-29a3a3b2 {
  align-self: center;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498b9-29a3a3b2 {
  place-self: center start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498bb-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498bc-29a3a3b2, #w-node-b1750b4b-7808-d0cb-a14c-59a4564498be-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498bf-29a3a3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498c0-29a3a3b2 {
  grid-area: Area;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498c1-29a3a3b2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-b1750b4b-7808-d0cb-a14c-59a4564498c4-29a3a3b2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_37353616-fbcc-56d4-42cb-28f01edaee90-29a3a3b2 {
  place-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861202-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861203-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861205-29a3a3b2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861208-29a3a3b2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_353727b4-e414-ed1e-7cff-a63520d3b9c3-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_353727b4-e414-ed1e-7cff-a63520d3b9c4-29a3a3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_353727b4-e414-ed1e-7cff-a63520d3b9c5-29a3a3b2 {
  grid-area: Area;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b86120b-29a3a3b2 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2e2402ce-f7f5-e25d-bd7a-1b86de323233-29a3a3b2 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861211-29a3a3b2 {
  place-self: center start;
}

#w-node-_25deb993-404f-cc87-1837-81d4617e6059-29a3a3b2 {
  align-self: center;
}

#w-node-_25deb993-404f-cc87-1837-81d4617e605b-29a3a3b2 {
  place-self: center start;
}

#w-node-_0a39e03c-3c42-57d7-d981-57012b28d70b-29a3a3b2 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861214-29a3a3b2 {
  place-self: center start;
}

#w-node-_676dd5f9-5a35-7b3b-b16e-b3a75a6b58f1-29a3a3b2 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861217-29a3a3b2 {
  place-self: center start;
}

#w-node-_6cead94f-adf1-91fa-a756-8767fbdf97bd-29a3a3b2 {
  align-self: center;
}

#w-node-_6cead94f-adf1-91fa-a756-8767fbdf97bf-29a3a3b2 {
  place-self: center start;
}

#w-node-f3456426-2179-93ab-b80a-1a38fcd771b1-29a3a3b2 {
  align-self: center;
}

#w-node-f3456426-2179-93ab-b80a-1a38fcd771b3-29a3a3b2 {
  place-self: center start;
}

#w-node-_407a824b-6f41-54eb-2c66-2f717ea3c31a-29a3a3b2 {
  align-self: center;
}

#w-node-_407a824b-6f41-54eb-2c66-2f717ea3c31c-29a3a3b2 {
  place-self: center start;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c62-29a3a3b2 {
  place-self: center;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c6e-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c6f-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c71-29a3a3b2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c74-29a3a3b2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c77-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c78-29a3a3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c79-29a3a3b2 {
  grid-area: Area;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c7a-29a3a3b2 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c80-29a3a3b2 {
  align-self: center;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c82-29a3a3b2 {
  place-self: center start;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c85-29a3a3b2 {
  align-self: center;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c87-29a3a3b2 {
  place-self: center start;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c8a-29a3a3b2 {
  align-self: center;
}

#w-node-_7e93584b-fc10-0e97-c104-77b21bb67c8c-29a3a3b2 {
  place-self: center start;
}

#w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812fa79-29a3a3b2 {
  place-self: center;
}

#w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812faa9-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812faaa-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812faac-29a3a3b2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812faaf-29a3a3b2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_611bd2bc-ef0c-56ca-9c41-53cda3cbf4de-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_611bd2bc-ef0c-56ca-9c41-53cda3cbf4df-29a3a3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_611bd2bc-ef0c-56ca-9c41-53cda3cbf4e0-29a3a3b2 {
  grid-area: Area;
}

#w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812fab2-29a3a3b2 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812fab8-29a3a3b2 {
  align-self: center;
}

#w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812faba-29a3a3b2 {
  place-self: center start;
}

#w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812fabd-29a3a3b2 {
  align-self: center;
}

#w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812fabf-29a3a3b2 {
  place-self: center start;
}

#w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812fac2-29a3a3b2 {
  align-self: center;
}

#w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812fac4-29a3a3b2 {
  place-self: center start;
}

#w-node-_03cd4d12-377f-106e-b3b7-627e2e8cd27e-29a3a3b2 {
  align-self: center;
}

#w-node-_03cd4d12-377f-106e-b3b7-627e2e8cd280-29a3a3b2 {
  place-self: center start;
}

#w-node-_0ea94ff0-b84f-a89c-0ce4-dd8e8ba26c8e-29a3a3b2 {
  align-self: center;
}

#w-node-_0ea94ff0-b84f-a89c-0ce4-dd8e8ba26c90-29a3a3b2 {
  place-self: center start;
}

#w-node-ed525e46-de5e-fdff-57db-b6570c16a2ef-29a3a3b2 {
  align-self: center;
}

#w-node-ed525e46-de5e-fdff-57db-b6570c16a2f1-29a3a3b2 {
  place-self: center start;
}

#w-node-_0276b9cb-e87a-a9ec-bbaa-6afceb324db5-29a3a3b2 {
  align-self: center;
}

#w-node-_0276b9cb-e87a-a9ec-bbaa-6afceb324db7-29a3a3b2 {
  place-self: center start;
}

#w-node-_21b3987b-c0db-5b2f-0641-f592666e9a99-29a3a3b2 {
  align-self: center;
}

#w-node-_21b3987b-c0db-5b2f-0641-f592666e9a9b-29a3a3b2 {
  place-self: center start;
}

#w-node-_9420b7a6-9f04-de57-ed5c-c830b35dd95e-29a3a3b2 {
  align-self: center;
}

#w-node-_9420b7a6-9f04-de57-ed5c-c830b35dd960-29a3a3b2 {
  place-self: center start;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e3d-29a3a3b2 {
  place-self: center;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e49-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e4a-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e4c-29a3a3b2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e4f-29a3a3b2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e52-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e53-29a3a3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e54-29a3a3b2 {
  grid-area: Area;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e55-29a3a3b2 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e5b-29a3a3b2 {
  align-self: center;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e5d-29a3a3b2 {
  place-self: center start;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e60-29a3a3b2 {
  align-self: center;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e62-29a3a3b2 {
  place-self: center start;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e65-29a3a3b2 {
  align-self: center;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e67-29a3a3b2 {
  place-self: center start;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e6a-29a3a3b2 {
  align-self: center;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e6c-29a3a3b2 {
  place-self: center start;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e6f-29a3a3b2 {
  align-self: center;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e71-29a3a3b2 {
  place-self: center start;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e74-29a3a3b2 {
  align-self: center;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e76-29a3a3b2 {
  place-self: center start;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e79-29a3a3b2 {
  align-self: center;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e7b-29a3a3b2 {
  place-self: center start;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e7e-29a3a3b2 {
  align-self: center;
}

#w-node-_2409ada3-490d-dc43-65d3-45ac664a5e80-29a3a3b2 {
  place-self: center start;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3a8c-29a3a3b2 {
  place-self: center;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3a98-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3a99-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3a9b-29a3a3b2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3a9e-29a3a3b2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3aa1-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3aa2-29a3a3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3aa3-29a3a3b2 {
  grid-area: Area;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3aa4-29a3a3b2 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3aaa-29a3a3b2 {
  align-self: center;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3aac-29a3a3b2 {
  place-self: center start;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3aaf-29a3a3b2 {
  align-self: center;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3ab1-29a3a3b2 {
  place-self: center start;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3ab4-29a3a3b2 {
  align-self: center;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3ab6-29a3a3b2 {
  place-self: center start;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3ab9-29a3a3b2 {
  align-self: center;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3abb-29a3a3b2 {
  place-self: center start;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3abe-29a3a3b2 {
  align-self: center;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3ac0-29a3a3b2 {
  place-self: center start;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3ac3-29a3a3b2 {
  align-self: center;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3ac5-29a3a3b2 {
  place-self: center start;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3ac8-29a3a3b2 {
  align-self: center;
}

#w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3aca-29a3a3b2 {
  place-self: center start;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae989-29a3a3b2 {
  place-self: center;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9b9-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9ba-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9bc-29a3a3b2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9bf-29a3a3b2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9c2-29a3a3b2 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9c8-29a3a3b2 {
  align-self: center;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9ca-29a3a3b2 {
  place-self: center start;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9cd-29a3a3b2 {
  align-self: center;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9cf-29a3a3b2 {
  place-self: center start;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9d2-29a3a3b2 {
  align-self: center;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9d4-29a3a3b2 {
  place-self: center start;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9d7-29a3a3b2 {
  align-self: center;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9d9-29a3a3b2 {
  place-self: center start;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9dc-29a3a3b2 {
  align-self: center;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9de-29a3a3b2 {
  place-self: center start;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9e1-29a3a3b2 {
  align-self: center;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9e3-29a3a3b2 {
  place-self: center start;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9e6-29a3a3b2 {
  align-self: center;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9e8-29a3a3b2 {
  place-self: center start;
}

#w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9ef-29a3a3b2, #w-node-_9a2abcb1-a515-5265-4885-0c9238ffe994-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a2abcb1-a515-5265-4885-0c9238ffe995-29a3a3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2abcb1-a515-5265-4885-0c9238ffe996-29a3a3b2, #w-node-_4121d46b-bc82-78cb-c12b-132e77c7a48d-29a3a3b2 {
  grid-area: Area;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e6d-29a3a3b2 {
  place-self: center;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00ead-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00eae-29a3a3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00eaf-29a3a3b2 {
  grid-area: Area;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e79-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e7a-29a3a3b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e7e-29a3a3b2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e81-29a3a3b2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e84-29a3a3b2 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e8a-29a3a3b2 {
  align-self: center;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e8c-29a3a3b2 {
  place-self: center start;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e8f-29a3a3b2 {
  align-self: center;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e91-29a3a3b2 {
  place-self: center start;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e94-29a3a3b2 {
  align-self: center;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e96-29a3a3b2 {
  place-self: center start;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e99-29a3a3b2 {
  align-self: center;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e9b-29a3a3b2 {
  place-self: center start;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00e9e-29a3a3b2 {
  align-self: center;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00ea0-29a3a3b2 {
  place-self: center start;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00ea3-29a3a3b2 {
  align-self: center;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00ea5-29a3a3b2 {
  place-self: center start;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00ea8-29a3a3b2 {
  align-self: center;
}

#w-node-_7e90184f-e30f-f5b4-1160-156185a00eaa-29a3a3b2 {
  place-self: center start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e22583e-29a3a3b9 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225841-29a3a3b9 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225846-29a3a3b9 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d88-29a3a3b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d78-29a3a3b9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-29a3a3b9, #w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-29a3a3b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-29a3a3b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-29a3a3b9 {
  place-self: end center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-29a3a3b9 {
  place-self: start center;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-29a3a3b9 {
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-29a3a3b9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad13-29a3a3b9 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad15-29a3a3b9 {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad17-29a3a3b9 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad19-29a3a3b9 {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1b-29a3a3b9 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1d-29a3a3b9 {
  place-self: center end;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-29a3a3bd {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3bd {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_9bcba1d6-5299-f157-c218-9139423ebde5-29a3a3bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bcba1d6-5299-f157-c218-9139423ebde8-29a3a3bd {
  align-self: end;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-29a3a3be {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3be {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-29a3a3be {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-de9d79fc-ed6d-2cfd-db47-29e15acea814-29a3a3be, #w-node-de9d79fc-ed6d-2cfd-db47-29e15acea81e-29a3a3be, #w-node-de9d79fc-ed6d-2cfd-db47-29e15acea828-29a3a3be {
  align-self: start;
}

#w-node-d9bdf21c-f372-55f9-6111-3b89c8e9ecac-29a3a3be {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_84081694-b9f0-e5de-4cf6-4bca58384d80-29a3a3b1 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_07757a1e-cfdf-7ba2-7208-52998257ba10-29a3a39d, #w-node-_7e41e3d6-386f-377e-e281-3c5fa7acc04e-29a3a39d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd6157f-29a3a39d, #w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd61580-29a3a39d {
    grid-column-end: 3;
  }

  #w-node-f8484eeb-900d-f4a9-e44a-f483a80e0581-a80e057e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8484eeb-900d-f4a9-e44a-f483a80e05ec-a80e057e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-29a3a3a3 {
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-29a3a3a3, #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94b-c426b91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-29a3a3a4, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3a6, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3a7 {
    grid-column-end: 3;
  }

  #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-29a3a3a8, #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-29a3a3a8 {
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-29a3a3a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
    grid-column: 1 / 2;
  }

  #w-node-_6fe66bf6-22c6-7c4b-e980-c09ffd4740ae-336b9d43 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d364a0a1-eed2-cc02-8c38-c72be241387a-336b9d43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_742bc615-eb92-0d24-5678-32641c325156-336b9d43 {
    justify-self: stretch;
  }

  #w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43 {
    place-self: center end;
  }

  #w-node-e7216152-f701-971a-aa13-8b0d399ea0a2-336b9d43 {
    justify-self: stretch;
  }

  #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43 {
    place-self: center end;
  }

  #w-node-fdd5de7a-6baa-18bc-4fc4-17f9de14bff9-336b9d43 {
    justify-self: stretch;
  }

  #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
    place-self: center end;
  }

  #w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-29a3a3a9, #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-29a3a3a9, #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-29a3a3a9 {
    grid-column-end: 2;
  }

  #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-29a3a3a9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-29a3a3a9 {
    grid-column-start: 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-29a3a3a9 {
    grid-column: 1 / 3;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc9a3-29a3a3a9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 3;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-29a3a3aa, #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-29a3a3aa {
    grid-column-end: 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-29a3a3aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-29a3a3aa {
    grid-column: 1 / 3;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-29a3a3ab {
    place-self: start stretch;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-29a3a3ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-29a3a3ab {
    grid-row: 2 / 3;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-29a3a3ab {
    grid-column: 1 / 3;
  }

  #w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-29a3a3ab {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-29a3a3ac, #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-29a3a3ac {
    grid-column-end: 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-29a3a3ac {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-29a3a3ac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-29a3a3ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-29a3a3ac {
    grid-column: 1 / 3;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-29a3a3ac {
    grid-row: 2 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-29a3a3ac {
    grid-column-start: 1;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-29a3a3ac {
    grid-column: 1 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027134-29a3a3ac {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-29a3a3ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-b84cb859-5226-6842-ec2f-395770060748-29a3a3ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3af, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3b0, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3b1 {
    grid-column-end: 3;
  }

  #KONTAKT-1.w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-29a3a3b1 {
    grid-column-end: 2;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-29a3a3b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-29a3a3b2, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-29a3a3b2 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-29a3a3b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-29a3a3b2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-29a3a3b2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc0d-29a3a3b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc16-29a3a3b2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc39-29a3a3b2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-29a3a3b2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-29a3a3b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_71258392-6db5-b375-c1b1-cf33d5fc0c3b-29a3a3b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b1750b4b-7808-d0cb-a14c-59a456449857-29a3a3b2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-b1750b4b-7808-d0cb-a14c-59a4564498bb-29a3a3b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-b1750b4b-7808-d0cb-a14c-59a4564498be-29a3a3b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-29a3a3b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_353727b4-e414-ed1e-7cff-a63520d3b9c3-29a3a3b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b86120b-29a3a3b2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7e93584b-fc10-0e97-c104-77b21bb67c6e-29a3a3b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7e93584b-fc10-0e97-c104-77b21bb67c77-29a3a3b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7e93584b-fc10-0e97-c104-77b21bb67c7a-29a3a3b2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812faa9-29a3a3b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_611bd2bc-ef0c-56ca-9c41-53cda3cbf4de-29a3a3b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812fab2-29a3a3b2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_2409ada3-490d-dc43-65d3-45ac664a5e49-29a3a3b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2409ada3-490d-dc43-65d3-45ac664a5e52-29a3a3b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2409ada3-490d-dc43-65d3-45ac664a5e55-29a3a3b2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3a98-29a3a3b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3aa1-29a3a3b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3aa4-29a3a3b2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9b9-29a3a3b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9c2-29a3a3b2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9ef-29a3a3b2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_9a2abcb1-a515-5265-4885-0c9238ffe994-29a3a3b2, #w-node-_7e90184f-e30f-f5b4-1160-156185a00ead-29a3a3b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7e90184f-e30f-f5b4-1160-156185a00e79-29a3a3b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7e90184f-e30f-f5b4-1160-156185a00e84-29a3a3b2 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225841-29a3a3b9, #w-node-ff11f385-19e7-2610-e10a-74658e225846-29a3a3b9 {
    grid-column-end: 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-29a3a3b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3bd {
    grid-column-end: 3;
  }

  #w-node-_9bcba1d6-5299-f157-c218-9139423ebde8-29a3a3bd {
    order: -9999;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3be {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_07757a1e-cfdf-7ba2-7208-52998257ba10-29a3a39d, #w-node-_7e41e3d6-386f-377e-e281-3c5fa7acc04e-29a3a39d {
    grid-column: span 1 / span 1;
  }

  #w-node-_7e41e3d6-386f-377e-e281-3c5fa7acc055-29a3a39d {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd6157f-29a3a39d, #w-node-_6c8ab59a-6fa5-eca2-4006-eccc4dd61580-29a3a39d {
    grid-column-end: 4;
  }

  #w-node-f8484eeb-900d-f4a9-e44a-f483a80e0581-a80e057e {
    grid-column: span 1 / span 1;
  }

  #w-node-f8484eeb-900d-f4a9-e44a-f483a80e0588-a80e057e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-29a3a3a3 {
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 4 / 1 / 5 / 3;
    place-self: start stretch;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: 3 / 1 / 4 / 3;
    place-self: start stretch;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94b-c426b91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-row: 5 / 6;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-29a3a3a4, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-29a3a3a4, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3a6, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-29a3a3a6, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3a7, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-29a3a3a7 {
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-29a3a3a8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-29a3a3a8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-29a3a3a9 {
    grid-column-end: 2;
  }

  #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-29a3a3a9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-29a3a3a9 {
    grid-column-end: 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 4;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-column: span 3 / span 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-29a3a3aa {
    grid-row: 2 / 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-29a3a3aa {
    grid-row: 4 / 5;
  }

  #w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-29a3a3aa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-29a3a3aa {
    grid-column: span 1 / span 1;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f52-29a3a3aa {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-29a3a3ab {
    grid-row-start: 3;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-29a3a3ab {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-29a3a3ab {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-29a3a3ab {
    grid-column: span 1 / span 1;
  }

  #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-29a3a3ab {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-29a3a3ab {
    grid-column: span 1 / span 1;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-29a3a3ab {
    grid-column-end: 2;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-29a3a3ac {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-29a3a3ac {
    grid-row: 4 / 5;
  }

  #w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-29a3a3ac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-29a3a3ac {
    grid-row: span 1 / span 1;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-29a3a3ac {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027119-29a3a3ac {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-29a3a3ac, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3af, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-29a3a3af, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3b0, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-29a3a3b0, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3b1, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-29a3a3b1 {
    grid-column-end: 2;
  }

  #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-29a3a3b1, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-29a3a3b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-29a3a3b2, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-29a3a3b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-29a3a3b2 {
    grid-column-end: 2;
  }

  #w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc0d-29a3a3b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc10-29a3a3b2, #w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc13-29a3a3b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc39-29a3a3b2 {
    grid-column-end: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-29a3a3b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_71258392-6db5-b375-c1b1-cf33d5fc0c3b-29a3a3b2 {
    grid-column-end: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-29a3a3b2, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-29a3a3b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1750b4b-7808-d0cb-a14c-59a4564498bb-29a3a3b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-b1750b4b-7808-d0cb-a14c-59a4564498be-29a3a3b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b1750b4b-7808-d0cb-a14c-59a4564498c1-29a3a3b2, #w-node-b1750b4b-7808-d0cb-a14c-59a4564498c4-29a3a3b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-29a3a3b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861205-29a3a3b2, #w-node-_5e265911-3e42-184e-49b8-29b67b861208-29a3a3b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_353727b4-e414-ed1e-7cff-a63520d3b9c3-29a3a3b2 {
    grid-column-end: 2;
  }

  #w-node-_7e93584b-fc10-0e97-c104-77b21bb67c6e-29a3a3b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7e93584b-fc10-0e97-c104-77b21bb67c71-29a3a3b2, #w-node-_7e93584b-fc10-0e97-c104-77b21bb67c74-29a3a3b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e93584b-fc10-0e97-c104-77b21bb67c77-29a3a3b2 {
    grid-column-end: 2;
  }

  #w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812faa9-29a3a3b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812faac-29a3a3b2, #w-node-_3cd2f0f1-19e9-8f56-120b-b3e3d812faaf-29a3a3b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_611bd2bc-ef0c-56ca-9c41-53cda3cbf4de-29a3a3b2 {
    grid-column-end: 2;
  }

  #w-node-_2409ada3-490d-dc43-65d3-45ac664a5e49-29a3a3b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2409ada3-490d-dc43-65d3-45ac664a5e4c-29a3a3b2, #w-node-_2409ada3-490d-dc43-65d3-45ac664a5e4f-29a3a3b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2409ada3-490d-dc43-65d3-45ac664a5e52-29a3a3b2 {
    grid-column-end: 2;
  }

  #w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3a98-29a3a3b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3a9b-29a3a3b2, #w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3a9e-29a3a3b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16f54cbf-e9d3-5da8-a285-1a922b6b3aa1-29a3a3b2 {
    grid-column-end: 2;
  }

  #w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9b9-29a3a3b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9bc-29a3a3b2, #w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9bf-29a3a3b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0de822ff-7f71-dc67-e97e-1f93992ae9ef-29a3a3b2, #w-node-_9a2abcb1-a515-5265-4885-0c9238ffe994-29a3a3b2 {
    grid-column-end: 2;
  }

  #w-node-_7e90184f-e30f-f5b4-1160-156185a00ead-29a3a3b2 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_7e90184f-e30f-f5b4-1160-156185a00e79-29a3a3b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7e90184f-e30f-f5b4-1160-156185a00e7e-29a3a3b2, #w-node-_7e90184f-e30f-f5b4-1160-156185a00e81-29a3a3b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-29a3a3b9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-29a3a3b9 {
    justify-self: center;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3bd {
    grid-column-end: 2;
  }

  #w-node-_9bcba1d6-5299-f157-c218-9139423ebde8-29a3a3bd {
    order: -9999;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-29a3a3be, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-29a3a3be {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7e41e3d6-386f-377e-e281-3c5fa7acc05c-29a3a39d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_70befecd-782f-92de-f425-9b149c591fc2-c426b91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c3e4a622-32f8-f922-a5f9-7c9122fd7a0c-29a3a3a9 {
    place-self: center stretch;
  }

  #w-node-_231f18f0-034c-bf91-9e26-aa98c5f5105a-29a3a3a9 {
    place-self: center;
  }

  #w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-29a3a3a9 {
    justify-self: center;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-29a3a3a9, #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-29a3a3a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-29a3a3a9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-29a3a3ab, #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-29a3a3ab {
    grid-column-end: 2;
  }

  #w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-29a3a3ab {
    grid-column-end: 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-29a3a3ab {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-29a3a3ab, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-29a3a3ab {
    grid-column: span 1 / span 1;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-29a3a3ac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-29a3a3ac {
    order: -9999;
    grid-row: 1 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-29a3a3ac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-29a3a3ac {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-29a3a3ac, #w-node-de232761-f644-f9f0-bd3b-00bfbb027120-29a3a3ac, #w-node-de232761-f644-f9f0-bd3b-00bfbb02713b-29a3a3ac {
    justify-self: stretch;
  }

  #w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-29a3a3ac {
    justify-self: start;
  }

  #w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc10-29a3a3b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_87fd9abb-be87-67d2-c7e3-ead02681cc14-29a3a3b2, #w-node-b1750b4b-7808-d0cb-a14c-59a4564498c5-29a3a3b2, #w-node-b1750b4b-7808-d0cb-a14c-59a4564498c2-29a3a3b2, #w-node-_7e93584b-fc10-0e97-c104-77b21bb67c72-29a3a3b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2409ada3-490d-dc43-65d3-45ac664a5e4c-29a3a3b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_2409ada3-490d-dc43-65d3-45ac664a5e52-29a3a3b2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2409ada3-490d-dc43-65d3-45ac664a5e54-29a3a3b2 {
    grid-area: Area;
  }

  #w-node-_7e90184f-e30f-f5b4-1160-156185a00e7e-29a3a3b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_7e90184f-e30f-f5b4-1160-156185a00e82-29a3a3b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-29a3a3b9, #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-29a3a3b9 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff2') format('woff2'), url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.woff2') format('woff2'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff2') format('woff2'), url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff2') format('woff2'), url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}