:root {
  --color: #eaf0f0;
  --schriftfarbe: #455051;
  --farbe-1: #76d4c6;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-error-lighter: #fceff0;
  --flowui-component-library-error-darker: #5b0b11;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-gray-500: #6b7094;
  --grey: #eee;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  background-color: var(--color);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 2.88em;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--schriftfarbe);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.94em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.56em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1.28em;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--farbe-1);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.background-video {
  justify-content: center;
  align-items: center;
  height: 960px;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.cta-nav {
  z-index: 1;
  color: #fff;
  background-color: #76d4c6;
  padding: 39px 63px 36px;
  font-family: Outfit, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.copy-large {
  color: #000;
  font-size: 1.2em;
}

.title3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-4 {
  color: var(--farbe-1);
  text-transform: uppercase;
  font-size: .78em;
  line-height: 1.4em;
}

.title5 {
  color: #43a878;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.distance-big {
  padding-top: 6.5em;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.infotext {
  color: #000;
  font-size: .7em;
  line-height: 1.3em;
}

.p-md-start {
  padding-top: 4.5em;
}

.title4 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

.background-color-grey-light-1 {
  background-color: #ec6e59;
}

.background-color-grey-light-2 {
  background-color: #d9f7e4;
}

.input-label {
  margin-bottom: 12px;
  font-weight: 400;
}

.p-xl-start {
  padding-top: 6.5em;
}

.container-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.background-color-accent {
  color: #0978c3;
  background-color: #04e1ff;
}

.background-color-primary {
  color: #3a83ac;
  -webkit-text-fill-color: inherit;
  background-color: #3a83ac;
  background-clip: border-box;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.title2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.copy-small {
  color: #000;
  text-align: justify;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .85em;
  line-height: 1.4em;
}

.title1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.05em;
}

.title1.bold {
  font-weight: 700;
}

.heading-7 {
  text-transform: none;
}

.p-xs-end {
  padding-bottom: 1em;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.input-field {
  color: #272727;
  border-radius: 1em;
  min-height: 54px;
  margin-bottom: 1em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.p-xl-end {
  padding-bottom: 6.5em;
}

.container-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container-w4 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.p-xs-start {
  padding-top: 1em;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3a83ac;
  border: 2px solid #009dff;
  border-radius: 1em;
  align-self: center;
  padding: 1.1em 1.8em;
  font-size: .9em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .45s;
  box-shadow: 6px 6px #00e1ff;
}

.button:hover {
  box-shadow: none;
  color: #000;
  background-color: #00e1ff;
  border-color: #00e1ff;
}

.button.secondary {
  z-index: 1;
  box-shadow: none;
  color: #243239;
  background-color: #fff;
  border: 2px solid #04e1ff;
  position: relative;
}

.button.secondary:hover {
  box-shadow: none;
  opacity: 1;
  color: #000;
  -webkit-text-stroke-color: #0978c3;
  background-color: #fff;
  border-style: solid;
  border-color: #04e1ff;
}

.button.small {
  padding: 1em 1.4em;
  font-size: .8em;
}

.background-color-copy-dark {
  background-color: #272727;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.copy-medium {
  color: #000;
  text-align: justify;
  flex: 1;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

.p-sm-start {
  padding-top: 2.25em;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.title6 {
  color: #00e6d8;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-6 {
  font-size: 2.5em;
  line-height: 1.2em;
}

.container-w3 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  font-family: Outfit, sans-serif;
  font-size: 1em;
}

.coolbutton5 {
  background-color: #771792;
  margin-top: 60px;
  transition: all .35s;
}

.coolbutton5:hover {
  color: #fff;
  background-color: #ff0076c4;
}

.coolbutton3__spark1 {
  z-index: 1;
  border: 3px solid var(--farbe-1);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: -10px;
}

.coolbutton3__spark3 {
  z-index: 1;
  background-color: var(--farbe-1);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: -10px;
}

.coolbutton3__text {
  z-index: 3;
  background-color: var(--farbe-1);
  color: var(--schriftfarbe);
  background-image: linear-gradient(270deg, #77d5c7 61%, #4eaa9a);
  border-radius: 5px;
  padding: 16px 30px;
  position: relative;
}

.coolbutton3__text:hover {
  color: #fff;
}

.coolbutton3 {
  z-index: 3;
  background-color: #0000;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  line-height: 16px;
  text-decoration: none;
  transition: transform .32s, box-shadow .32s;
  position: relative;
  box-shadow: 0 9px 17px -5px #00000054;
}

.coolbutton3:hover {
  transform: translate(0, -2px);
  box-shadow: 0 11px 19px -5px #0000003d;
}

.coolbutton3:active {
  transform: translate(0);
  box-shadow: 0 7px 15px -5px #0000003d;
}

.coolbutton3__spark6 {
  z-index: 1;
  background-color: var(--farbe-1);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: -10px;
}

.coolbutton3__spark5 {
  z-index: 1;
  border: 3px solid var(--farbe-1);
  background-color: var(--farbe-1);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

.coolbutton3__spark8 {
  z-index: 1;
  background-color: var(--farbe-1);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  right: -10px;
}

.coolbutton3__spark2 {
  z-index: 1;
  background-color: var(--farbe-1);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: -10px;
}

.coolbutton3__spark4 {
  z-index: 1;
  background-color: var(--farbe-1);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 10px;
  left: -10px;
}

.coolbutton3__spark7 {
  z-index: 1;
  background-color: var(--farbe-1);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: -10px;
}

.xxs-distance {
  padding-top: .5em;
}

.section-about {
  height: auto;
}

.about-wrapper.container-w2.gutter-outside {
  position: relative;
}

.button-2 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-2.c-02 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: #fff;
  background-color: #fff0;
  flex-direction: column;
  width: auto;
  margin-top: 20px;
  margin-right: 40px;
  padding: 0;
  display: flex;
}

.underline {
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.underline.dark {
  background-color: #000;
}

.underline.black {
  color: #000;
  background-color: #000;
}

.text-block {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 1em;
  font-weight: 400;
  display: flex;
}

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

.nav-menu {
  align-items: flex-start;
  display: flex;
}

.quick-stack {
  padding: 0;
}

.div-block {
  background-color: var(--farbe-1);
  width: 1px;
  height: 9px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.image {
  z-index: -5;
  position: absolute;
  inset: -25% 0% 0% 9%;
  transform: scale(.7);
}

.paragraph-2 {
  font-family: Lato, sans-serif;
}

.image-2 {
  width: 676px;
  margin-right: 0;
  position: relative;
  left: -32px;
  box-shadow: 3px 3px 5px 2px #0003;
}

.cell {
  justify-content: center;
}

.div-block-2 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.centered {
  text-align: center;
}

.grid-service {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-2 {
  align-items: stretch;
}

.service-grid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 60px;
  transition: all .4s;
  display: flex;
}

.service-grid-wrapper:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  transform: translate(0, -20px);
  box-shadow: 0 8px 11px 2px #0003;
}

.strich {
  background-color: var(--farbe-1);
  color: var(--farbe-1);
  width: 0;
  height: 6px;
  display: block;
  overflow: visible;
}

.quick-stack-2 {
  padding: 0;
}

.jobs-left-wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.unsplash-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
  display: block;
}

.cell-3 {
  justify-content: center;
}

.kreis-2 {
  z-index: -5;
  position: absolute;
  inset: auto auto -17% -9%;
}

.kreis-3 {
  z-index: -5;
  position: absolute;
  inset: -11% -5% auto auto;
}

.job-right-wrapper {
  position: relative;
}

.image-3 {
  transform: scale(.9);
}

._wf-gallery-marquee {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

._wf-gallery-marquee-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

._wf-image-item {
  perspective: 1000px;
  border-radius: 30px;
  width: 100%;
}

._wf-image-item._wf-gallery1 {
  width: 600px;
}

._wf-image-wrapper {
  z-index: 1;
  box-shadow: none;
  border-radius: 30px;
  flex: 1;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

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

.f-footer-link {
  color: var(--flowui-component-library-gray-900);
  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(--flowui-component-library-primary-base);
}

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

.f-footer-menu {
  grid-column-gap: 7px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  margin-left: 140px;
  font-family: Outfit, sans-serif;
  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 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular:hover {
  color: var(--farbe-1);
}

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

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

.f-footer-small {
  background-color: #fff0;
  padding: 32px 5%;
  position: relative;
}

.footer-link-2-row {
  font-family: Outfit, sans-serif;
}

.link {
  color: var(--schriftfarbe);
  font-weight: 700;
  text-decoration: none;
}

.section-about-hero {
  margin-top: 0;
}

.about-hero-heading {
  text-align: center;
}

.about-hero-subtitle {
  color: #00e6d8;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.2em;
}

.kreis-4 {
  z-index: -5;
  position: absolute;
  inset: -14% auto auto -12%;
}

.grid-team {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.job-grid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 20px;
  transition: all .4s;
  display: flex;
}

.job-grid-wrapper:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  transform: translate(0, -20px);
  box-shadow: 0 8px 11px 2px #0003;
}

.titel {
  color: #000;
  text-align: justify;
  letter-spacing: 4px;
  text-transform: none;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Outfit, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.combine-feature7_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.combine-button-content-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-20 {
  width: 50px;
}

.combine-chevron-right_icon-3 {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-icon_color3-4 {
  color: #f8b34b;
}

.button-3 {
  color: #3169af;
  background-color: #c4fcfc;
  border-radius: 10px;
  flex: 0 auto;
  margin-right: 0;
  padding: 12px 30px;
  font-size: 20px;
  text-decoration: none;
  transition: color .5s, background-color .5s;
}

.button-3:hover {
  color: #fff;
  background-color: #5c4df1;
}

.button-3.violet {
  color: #ebfefe;
  background-color: #6157f8;
  margin-top: 10px;
}

.button-3.violet:hover {
  color: #6157f8;
  background-color: #c4fcfc;
}

.button-3.violet._0 {
  margin-top: 0;
}

.combine-feature7_wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-feature7_item-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  transition: background-position .8s, transform .2s;
  display: flex;
}

.combine-feature7_item-2:hover {
  background-color: #c4fcfc2b;
  background-image: linear-gradient(#c4fcfc03, #c4fcfc03), linear-gradient(#ffffff80, #ffffff80);
  transform: translate(0)translate(-20px);
}

.combine-feature7_item-2.hidde {
  display: none;
}

.combine-icon_color4-4 {
  color: #5f6570;
}

.combine-heading-style-h2-4 {
  color: #4b3aff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.service-link {
  font-size: 1rem;
  font-weight: 700;
}

.links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
  position: sticky;
  top: 1.25rem;
}

.slide-from-right {
  display: block;
}

.slide-from-right.hide {
  display: none;
}

.image-19 {
  width: 50px;
  height: 50px;
}

.combine-text-size-regular-5 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5-3 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-button-icon-3 {
  color: #1f2c3d;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon-3:hover, .combine-icon_color1-4 {
  color: #6157f8;
}

.combine-icon_color2-4 {
  color: #00a1c1;
}

.section-jobs-hero {
  margin-top: 100px;
}

.quick-stack-3 {
  padding: 0;
}

.job-hero-left {
  width: 100%;
}

.heading-9 {
  margin-top: 0;
}

.section-job-benefits {
  background-color: #6dcabc30;
}

.job-grid-vorteil-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 60px;
  transition: all .4s;
  display: flex;
}

.job-grid-vorteil-wrapper:hover {
  background-image: linear-gradient(#fffffff7, #fffffff7);
  transform: translate(0, -20px);
  box-shadow: 0 8px 11px 2px #0003;
}

.voreile-grid-heading {
  text-align: center;
  letter-spacing: 4px;
}

.offene-stellen-wrapper.container-w3 {
  background-color: #fff;
  border-radius: 20px;
}

.offene-stellen-wrapper.container-w3.gutter-outside {
  background-color: #fff;
}

.uui-career09_job-details-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 20px;
  display: flex;
}

.uui-career09_icon {
  color: #98a2b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-text-size-medium-3 {
  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: 1rem;
  line-height: 1.5;
}

.uui-career09_top-wrapper {
  justify-content: space-between;
  margin-bottom: .5rem;
  display: flex;
}

.uui-career09_title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.uui-button-icon-2 {
  color: var(--farbe-1);
  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-career09_heading {
  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.125rem;
  font-weight: 500;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  flex: 1;
  justify-content: flex-end;
  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-2:hover {
  color: #53389e;
}

.uui-career07_detail-wrapper {
  color: #475467;
  align-items: center;
  margin-right: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: flex;
}

.uui-career07_icon-wrapper {
  flex: none;
  margin-right: .5rem;
}

.uui-career09_item {
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
}

.heading-job-inserat {
  background-color: #fff0;
  margin-bottom: 20px;
}

.text-block-2 {
  color: var(--farbe-1);
}

.image-21 {
  object-fit: fill;
}

.cell-4 {
  justify-content: center;
}

.section-section-page {
  margin-top: 100px;
}

.quick-stack-4 {
  padding: 0;
}

.service-mainpage-wrapper {
  background-color: #f5f5f5;
  width: 100%;
  padding: 20px;
  box-shadow: 0 2px 13px 3px #0003;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-22 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
}

.image-22.top {
  object-position: 50% 0%;
}

.stricj-jobs {
  background-color: var(--farbe-1);
  width: 120px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

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

.f-contact-image-wrapper {
  max-width: 550px;
  height: 100%;
}

.f-error-message {
  background-color: var(--flowui-component-library-error-lighter);
  color: var(--flowui-component-library-error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.f-checkbox-label {
  color: var(--flowui-component-library-gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library-gray-400);
  background-color: var(--flowui-component-library-white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library-gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-text-area {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-label {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

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

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.text-field {
  background-color: #fff;
  border-radius: 15px;
}

.text-field.handy {
  background-image: url('../images/634582164a27e4ed8e1a311c_icon-3-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-field.name {
  background-image: url('../images/Person-1-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.text-field.e-mail {
  background-image: url('../images/634582164a27e49fcb1a3117_icon-2-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.radio-button-field {
  margin-left: 20px;
}

.column-3 {
  padding-left: 20px;
}

.heading-11 {
  margin-top: 0;
  font-size: 32px;
}

.heading-5 {
  margin-top: 5px;
  margin-bottom: 0;
}

.columns-6 {
  justify-content: center;
  display: flex;
}

.div-block-3 {
  flex-direction: row;
  padding-left: 10px;
  display: flex;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff0004;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  margin-top: 5px;
  margin-left: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
}

.button-primary:hover {
  color: #fff;
  background-color: #ff1c36;
  transform: scale(1.05);
}

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

.form-title-cf10 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.form-title-cf10.smaller {
  font-size: 25px;
}

.form-title-cf10.smaller.schuler-text-hover {
  font-size: 24px;
}

.columns-4 {
  margin: 140px 100px 20px;
}

.heading-12 {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-3 {
  margin-top: 0;
  font-size: 32px;
}

.column-centered {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.icon-kontakt {
  height: 40px;
  min-height: 40px;
}

.column-4 {
  display: flex;
}

.section {
  margin-top: 140px;
}

.success-message-2 {
  background-color: #6222c6;
  border-top-right-radius: 0;
  padding: 1.5rem;
}

.success-text {
  color: #24ca2f;
  -webkit-text-stroke-color: #24ca2f;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
}

.checkbox-label {
  margin-bottom: 0;
  font-weight: 500;
}

.checkbox {
  border-radius: 20px;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-right: 20px;
  display: block;
}

.grid-contact-wrapper {
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.title6-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
}

.title6-2.contact-link {
  color: var(--farbe-1);
  text-transform: none;
  padding-left: 20px;
  font-size: 1.1em;
  font-weight: 400;
}

.uui-field-label {
  color: #000;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.strich-kontakt {
  background-color: var(--farbe-1);
  width: 180px;
  height: 3px;
}

.main-button {
  background-color: var(--farbe-1);
  padding: 12px 25px;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.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;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.error-text {
  color: #e23939;
}

.div-block-26 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.grid-contact {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

.uui-form_input-2 {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.image-14 {
  width: 24px;
}

.uui-form-field-wrapper {
  flex: 1;
  padding-right: 10px;
  position: relative;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-contact03_form-wrapper.gutter-outside {
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 -1px 5px #0003, 0 2px 5px #0003;
}

.uui-contact03_form-wrapper.gutter-outside._10px-both-sides {
  z-index: 1;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  position: relative;
  top: 0;
  box-shadow: 0 -1px 5px #6222c654, 0 2px 5px #0003;
}

.checkbox-field.uui-form_input-2 {
  box-shadow: none;
  background-color: #305da914;
  border-style: none;
  border-color: #d0d5dd00;
  border-radius: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox-field.uui-form_input-2:active {
  background-color: #fff;
}

.quick-stack-17 {
  grid-row-gap: 11px;
  padding: 0;
}

.cell-6 {
  justify-content: center;
  align-items: center;
}

.link-block-12 {
  text-decoration: none;
}

.quick-stack-18 {
  padding: 0;
}

.div-block-27 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.zeit {
  color: var(--farbe-1);
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 900;
}

.title-ab {
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 900;
}

.div-block-28 {
  background-color: var(--farbe-1);
  color: var(--farbe-1);
  width: 139px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.heading-13, .heading-14, .title-service {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .section-section-page {
    margin-top: 100px;
  }

  .uui-field-label, .uui-form_input-2 {
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  ._wf-gallery-marquee {
    overflow: hidden;
  }

  .columns-6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .checkbox {
    margin-left: 4px;
    padding-left: 4px;
    display: block;
  }

  .uui-form-field-wrapper {
    flex-direction: column;
    display: flex;
  }

  .checkbox-field {
    background-color: #fff;
    justify-content: center;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .checkbox-field.uui-form_input-2 {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .combine-heading-style-h2-4 {
    color: #4b3aff;
  }
}

@media screen and (max-width: 991px) {
  .cta-nav.hide {
    flex: 0 auto;
    display: none;
  }

  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .paragraph {
    font-family: Lato, sans-serif;
    font-size: 1em;
    line-height: 1.5px;
  }

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

  .coolbutton3:hover {
    color: #fff;
  }

  .button-2.c-02 {
    margin-right: 0;
  }

  .text-block {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    background-color: #000;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
  }

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

  ._wf-image-wrapper {
    border-radius: 20px;
    min-width: 200px;
    padding-top: 60%;
  }

  .f-footer-menu {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .f-footer-detail {
    margin-left: 0;
  }

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

  .f-footer-logo {
    position: relative;
    top: 25%;
  }

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .combine-button-icon-3 {
    white-space: nowrap;
  }

  .paragraph-3 {
    text-align: justify;
  }

  .section-page-wrapper.container-w2.gutter-outside {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-22 {
    width: auto;
    height: auto;
  }

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

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

  .icon-2 {
    color: var(--farbe-1);
  }

  .checkbox-field.uui-form_input-2 {
    height: 100%;
  }

  .menu-button-2 {
    background-color: #b6b9ce00;
  }

  .menu-button-2.w--open {
    background-color: var(--farbe-1);
  }
}

@media screen and (max-width: 767px) {
  .title5 {
    margin-top: 40px;
    font-size: 1.2em;
  }

  .distance-big {
    padding-top: 6em;
  }

  .title2 {
    font-size: 2em;
  }

  .title1 {
    font-size: 2.8em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .title6 {
    font-size: 1em;
  }

  .button-2.c-02 {
    margin-right: 0;
  }

  .text-block.dark {
    text-align: left;
  }

  .image-2 {
    left: 0;
  }

  .f-footer-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-footer-bottom {
    align-items: flex-start;
  }

  .f-footer-group {
    flex-direction: column;
  }

  .about-hero-subtitle {
    font-size: 1em;
  }

  .combine-feature7_component-2 {
    flex-direction: column;
  }

  .links {
    position: static;
  }

  .job-grid-vorteil-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .offene-stellen-wrapper.container-w3.gutter-mobile {
    margin-left: 10px;
    margin-right: 10px;
  }

  .uui-career09_job-details-wrapper {
    margin-top: 1.25rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: #6941c6;
  }

  .uui-career07_detail-wrapper {
    margin-right: 1.25rem;
  }

  .uui-career09_item {
    padding: 1.35rem;
  }

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

  .f-h3-heading {
    font-size: 40px;
  }

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

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .icon-2 {
    color: var(--farbe-1);
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .title6-2 {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.05em;
  }

  h2 {
    font-size: 1.72em;
  }

  h3 {
    font-size: 1.44em;
  }

  h4 {
    font-size: 1.22em;
  }

  .cta-nav {
    text-align: center;
    flex: 1;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .distance-big, .p-xl-start {
    padding-top: 5em;
  }

  .copy-small {
    font-size: 1em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .coolbutton3__text {
    background-image: linear-gradient(270deg, #77d5c7, #4eaa9a 46%);
  }

  .button-2.c-02 {
    align-items: flex-end;
    margin-right: 10px;
  }

  .button-2.c-02.black {
    margin-right: 10px;
  }

  .nav-menu {
    text-align: left;
    background-color: #eaf0f0;
    justify-content: flex-end;
  }

  .image {
    object-fit: none;
    max-width: none;
    display: none;
    inset: 0%;
    overflow: hidden;
  }

  ._wf-gallery-marquee {
    overflow: hidden;
  }

  ._wf-image-item._wf-gallery1 {
    width: 400px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
  }

  .f-footer-detail {
    flex: 1;
    margin-left: 0;
  }

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

  .f-footer-social-group {
    justify-content: center;
    align-self: auto;
  }

  .f-footer-social-row-large {
    align-self: center;
  }

  .f-footer-group {
    align-self: stretch;
    align-items: flex-end;
  }

  .about-hero-subtitle {
    font-size: .85em;
  }

  .titel {
    font-size: 1em;
  }

  .button-3 {
    white-space: nowrap;
  }

  .offene-stellen-wrapper.container-w3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .uui-career09_job-details-wrapper {
    flex-direction: column;
  }

  .uui-career09_top-wrapper {
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .uui-career09_title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-career09_button-wrapper {
    display: block;
  }

  .uui-button-link-2 {
    color: #281ca5;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .uui-career07_detail-wrapper {
    margin-bottom: 20px;
  }

  .image-21 {
    z-index: 0;
    position: relative;
  }

  .menu-button {
    background-color: #eaf0f0;
  }

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

  .icon {
    color: #000;
  }

  .button-primary {
    text-align: center;
    flex: 1;
  }

  .columns-4 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .icon-2 {
    color: #fff;
  }

  .cell-5 {
    align-items: flex-start;
  }

  .uui-contact03_form {
    grid-row-gap: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .uui-contact03_form-wrapper.gutter-outside._10px-both-sides {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-e435023b-2e4e-9ee3-d3f3-ef6dcefeb821-7c5c4bbe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_78f2301a-9b01-43f2-d5de-6702c95f8ea7-7c5c4bbe {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8ab647eb-4002-2ac0-2c94-8b11347d1806-7c5c4bbe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aeb36ac2-508e-3051-5173-cb52e6a8eb9d-e6a8eb95, #w-node-aeb36ac2-508e-3051-5173-cb52e6a8ebbb-e6a8eb95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8d750f4-41fd-8baa-2748-6b8ab2e89e78-fb7df2bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c7d7b71d-1ad8-78c1-200e-a590b1575c36-fb7df2bb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2cf1bf79-313f-b071-965a-901108b569a3-551830bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_293a0a09-7bed-27c3-3890-424b5c3f4561-551830bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d64a6c63-6b6d-d41f-5698-d4f7dc3a2642-15f380e7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3b450832-71ee-ce9f-4e02-0aaab3a4e4ec-794e51ac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3b450832-71ee-ce9f-4e02-0aaab3a4e4fd-794e51ac {
  justify-self: stretch;
}

#w-node-_3b450832-71ee-ce9f-4e02-0aaab3a4e51d-794e51ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b450832-71ee-ce9f-4e02-0aaab3a4e532-794e51ac {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_78f2301a-9b01-43f2-d5de-6702c95f8ea7-7c5c4bbe {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8ab647eb-4002-2ac0-2c94-8b11347d1806-7c5c4bbe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c7d7b71d-1ad8-78c1-200e-a590b1575c36-fb7df2bb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_293a0a09-7bed-27c3-3890-424b5c3f4561-551830bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d64a6c63-6b6d-d41f-5698-d4f7dc3a2642-15f380e7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e435023b-2e4e-9ee3-d3f3-ef6dcefeb821-7c5c4bbe, #w-node-d8d750f4-41fd-8baa-2748-6b8ab2e89e78-fb7df2bb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c7d7b71d-1ad8-78c1-200e-a590b1575c36-fb7df2bb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_293a0a09-7bed-27c3-3890-424b5c3f4561-551830bf, #w-node-_3b450832-71ee-ce9f-4e02-0aaab3a4e4ec-794e51ac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3b450832-71ee-ce9f-4e02-0aaab3a4e525-794e51ac {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e435023b-2e4e-9ee3-d3f3-ef6dcefeb821-7c5c4bbe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_78f2301a-9b01-43f2-d5de-6702c95f8ea7-7c5c4bbe {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8ab647eb-4002-2ac0-2c94-8b11347d1806-7c5c4bbe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c7d7b71d-1ad8-78c1-200e-a590b1575c36-fb7df2bb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2cf1bf79-313f-b071-965a-901108b569a3-551830bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_293a0a09-7bed-27c3-3890-424b5c3f4561-551830bf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


