@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatmono;
  src: url('../fonts/RedHatMono-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatmono;
  src: url('../fonts/RedHatMono-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --copy: #6d6f6e;
  --headings: #1d1d1f;
  --red: #e30613;
  --white: white;
  --gold: #a88d57;
  --corn-100: #d17852;
  --green-100: #f1f3ef;
  --green-50: #456c37;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: var(--copy);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 3.75em;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.1;
}

h3 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 2.4375em;
  font-weight: 900;
  line-height: 1.2;
}

h4 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 1.9375em;
  font-weight: 900;
  line-height: 1.2;
}

h5 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 1.5625em;
  font-weight: 900;
  line-height: 1.3;
}

h6 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.3;
}

p {
  margin-bottom: 1.25em;
}

a {
  font-weight: 700;
  text-decoration: underline;
  transition: all .45s;
}

a:hover {
  opacity: .95;
}

a:active {
  transform: scale(.95);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--red);
  margin-bottom: 10px;
  padding: 10px 20px 10px 1.25rem;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 22px;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.dsg-body {
  color: #b0b0b0;
  background-color: #181818;
  flex-direction: column;
  align-items: center;
  font-family: Inter webfont;
  font-weight: 400;
}

.is-pad-b-208 {
  padding-bottom: 13em;
}

.is-pad-tb-144 {
  padding-top: 9em;
  padding-bottom: 9em;
}

.is-pad-tb-144.is-mb-42 {
  padding-top: 5.125rem;
  padding-bottom: 5.125em;
}

.form-field-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.is-pad-tb-232 {
  padding-top: 14.5em;
  padding-bottom: 14.5em;
}

.is-pad-t-184 {
  padding-top: 11.5em;
}

.list-item--bullets {
  margin-bottom: .5em;
  list-style-type: disc;
}

.dsg-table-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1em;
  grid-template-columns: 1fr;
  width: 100%;
}

.dsg-table-spacing.is-headlines {
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.is-h5 {
  color: var(--headings);
  font-size: 1.5625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.is-h5.is-txt-white-100 {
  color: var(--white);
}

.is-h5.is-txt-gold-100 {
  font-size: 1.5625rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-checkbox.is-second {
  margin-top: 0;
  margin-bottom: 1rem;
}

.btn-sec--med {
  border: 1px solid var(--gold);
  box-shadow: 0 0 0 0rem var(--gold);
  color: var(--gold);
  text-align: center;
  background-color: #0000;
  border-radius: 12em;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .45s linear;
}

.btn-sec--med:hover {
  box-shadow: none;
  opacity: .9;
}

.btn-sec--med:active {
  transform: scale(.95);
}

.btn-sec--med:focus {
  box-shadow: none;
}

.btn-sec--med.is-mb-align-centered {
  outline-offset: 0px;
  border-style: solid;
  border-color: #001ee1;
  outline: 2px #001ee1;
}

.is-txt-bold {
  font-weight: 700;
}

.is-pad-tb-152 {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

.is-margin-tb-224 {
  margin-top: 14em;
  margin-bottom: 14em;
}

.is-pad-b-128 {
  padding-bottom: 8em;
}

.is-pad-tb-16 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.is-pad-tb-16.is-it-lexikon {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.is-margin-tb-144 {
  margin-top: 9em;
  margin-bottom: 9em;
}

.is-margin-tb-216 {
  margin-top: 13.5em;
  margin-bottom: 13.5em;
}

.is-pad-t-208 {
  padding-top: 13em;
}

.is-bg-white-125 {
  background-color: #525252;
}

.is-margin-t-32 {
  margin-top: 2em;
}

.is-pad-b-248 {
  padding-bottom: 15.5em;
}

.is-margin-t-16 {
  margin-top: 1em;
}

.is-pad-tb-80 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.is-pad-tb-168 {
  padding-top: 10.5em;
  padding-bottom: 10.5em;
}

.is-pad-t-168 {
  padding-top: 10.5em;
}

.is-pad-t-200 {
  padding-top: 12.5em;
}

.is-margin-b-192 {
  margin-bottom: 12em;
}

.is-bg-red-100 {
  background-color: var(--red);
}

.form-checkbox-icon {
  cursor: pointer;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: var(--white);
  color: #181818;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: 99% 99%;
  border-style: solid;
  border-color: #2f313040;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.dsg-table_row-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
}

.dsg-spacing-label {
  color: #b0b0b0;
  font-size: .9rem;
  line-height: 1.6;
}

.dsg-spacing-label.is-txt-green-100 {
  color: var(--headings);
}

.is-margin-tb-104 {
  margin-top: 6.5em;
  margin-bottom: 6.5em;
}

.is-pad-tb-40 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.is-txt-italic {
  font-style: italic;
}

.is-margin-tb-240 {
  margin-top: 15em;
  margin-bottom: 15em;
}

.is-pad-tb-4 {
  padding-top: .25em;
  padding-bottom: .25em;
}

.is-pad-b-240 {
  padding-bottom: 15em;
}

.is-pad-b-216 {
  padding-bottom: 13.5em;
}

.is-h6 {
  color: var(--headings);
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.is-margin-t-136 {
  margin-top: 8.5em;
}

.is-txt-red-100 {
  color: var(--red);
}

.is-dsg-hidden {
  display: none;
}

.is-pad-tb-192 {
  padding-top: 12em;
  padding-bottom: 12em;
}

.is-margin-b-184 {
  margin-bottom: 11.5em;
}

.is-txt-black-75 {
  color: #1d1d1f;
}

.icon--check-circle {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -.01rem;
  margin-right: .5rem;
  display: flex;
}

.is-txt-white-150 {
  color: #818181;
}

.is-pad-b-48 {
  padding-bottom: 3em;
}

.is-margin-tb-160 {
  margin-top: 10em;
  margin-bottom: 10em;
}

.is-margin-t-56 {
  margin-top: 3.5em;
}

.is-margin-b-80 {
  margin-bottom: 5em;
}

.is-pad-t-232 {
  padding-top: 14.5em;
}

.is-pad-b-152 {
  padding-bottom: 9.5em;
}

.is-pad-t-144 {
  padding-top: 9em;
}

.list--links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.is-pad-b-224 {
  padding-bottom: 14em;
}

.is-h2 {
  color: var(--headings);
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

.is-h2.is-txt-align-center.is-max-width-45 {
  max-width: 51rem;
  font-size: 3rem;
}

.is-h2.is-max-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}

.is-h2.is-txt-white-100 {
  color: var(--white);
}

.is-pad-tb-48 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.dsg-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1em;
  grid-template-columns: 1fr;
  width: 100%;
  overflow: hidden;
}

.dsg-table.is-dsg-helpers {
  grid-template-rows: .25fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}

.dsg-table.is-dsg-helpers.is-dsg-aspect {
  grid-template-rows: 3.25em;
  grid-auto-rows: 8em;
}

.dsg-table.is-headlines {
  background-color: #0000;
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.is-pad-tb-208 {
  padding-top: 13em;
  padding-bottom: 13em;
}

.is-pad-b-16 {
  padding-bottom: 1em;
}

.grid--6-6 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  width: 100%;
}

.grid--6-6.is-content01 {
  grid-column-gap: 1em;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.grid--6-6.is-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid--6-6.is-content02 {
  grid-column-gap: 3em;
  background-color: #eaf3f2;
  border-radius: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 4rem;
}

.grid--6-6.is-cta-section {
  grid-column-gap: 3em;
  background-color: var(--corn-100);
  border-radius: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 6.25rem 4rem;
}

.grid--6-6.is-product-family {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
}

.grid--6-6.is-technology {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-columns: .5fr 1fr;
}

.grid--6-6.is-jubi {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-columns: 1.4fr .6fr;
}

.container-col-8 {
  max-width: 1000px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-pad-b-176 {
  padding-bottom: 11em;
}

.is-margin-b-88 {
  margin-bottom: 5.5em;
}

.is-margin-t-232 {
  margin-top: 14.5em;
}

.richt-text {
  color: var(--headings);
  padding-left: 16px;
  line-height: 1.6;
}

.richt-text p {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 160%;
}

.richt-text ul {
  font-size: 1rem;
  line-height: 1.4;
}

.richt-text li {
  margin-bottom: .5em;
}

.richt-text blockquote {
  color: var(--headings);
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.richt-text ol {
  font-size: 1rem;
  line-height: 140%;
}

.richt-text h3 {
  margin-top: 1.9rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.richt-text h5 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.richt-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.richt-text a {
  text-decoration: underline;
}

.is-pad-tb-216 {
  padding-top: 13.5em;
  padding-bottom: 13.5em;
}

.is-pad-t-152 {
  padding-top: 9.5em;
}

.is-pad-t-56 {
  padding-top: 3.5em;
}

.is-margin-t-72 {
  margin-top: 4.5em;
}

.list--bullets {
  padding-left: 1em;
  font-size: 1rem;
}

.is-pad-t-48 {
  padding-top: 3em;
}

.is-txt-align-center {
  text-align: center;
}

.is-margin-t-240 {
  margin-top: 15em;
}

.is-margin-tb-16 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.form-message-success {
  padding: 1.25rem;
}

.is-margin-tb-176 {
  margin-top: 11em;
  margin-bottom: 11em;
}

.is-margin-tb-120 {
  margin-top: 7.5em;
  margin-bottom: 7.5em;
}

.is-pad-b-80 {
  padding-bottom: 5em;
}

.is-pad-tb-64 {
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.is-pad-t-24 {
  padding-top: 1.5em;
}

.is-margin-tb-96 {
  margin-top: 6em;
  margin-bottom: 6em;
}

.dsg-subnav-menu {
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 11.2em;
  padding: 1.6em 3em;
  display: flex;
  position: sticky;
  top: 1em;
}

.is-margin-t-248 {
  margin-top: 15.5em;
}

.is-btn-d-fw {
  width: 100%;
}

.is-pad-b-120 {
  padding-bottom: 7.5em;
}

.is-pad-b-104 {
  padding-bottom: 6.5em;
}

.is-pad-b-104.is-b-auto {
  margin-bottom: auto;
}

.is-pad-tb-96 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.is-margin-t-168 {
  margin-top: 10.5em;
}

.is-margin-tb-192 {
  margin-top: 12em;
  margin-bottom: 12em;
}

.is-h1 {
  font-size: 3.75em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-h1.is-txt-white-150 {
  color: #fff;
}

.list-item--check {
  margin-bottom: 1rem;
  display: flex;
}

.list-item--check.is-light {
  margin-bottom: .8rem;
}

.is-pad-b-200 {
  padding-bottom: 12.5em;
}

.is-txt-corn-100 {
  color: var(--corn-100);
}

.is-pad-tb-160 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.is-pad-b-256 {
  padding-bottom: 16em;
}

.is-margin-b-128 {
  margin-bottom: 8em;
}

.is-pad-tb-32 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.is-margin-t-120 {
  margin-top: 7.5em;
}

.is-margin-b-104 {
  margin-bottom: 6.5em;
}

.is-pad-t-96 {
  padding-top: 6em;
}

.is-pad-b-40 {
  padding-bottom: 2.5em;
}

.is-margin-t-96 {
  margin-top: 6em;
}

.is-pad-b-160 {
  padding-bottom: 10em;
}

.is-margin-t-160 {
  margin-top: 10em;
}

.is-margin-t-224 {
  margin-top: 14em;
}

.wrap-flex-vert-c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-margin-b-256 {
  margin-bottom: 16em;
}

.is-d-visible {
  display: block;
}

.is-margin-b-168 {
  margin-bottom: 10.5em;
}

.is-pad-b-232 {
  padding-bottom: 14.5em;
}

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

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

.is-pad-tb-120 {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.is-margin-tb-184 {
  margin-top: 11.5em;
  margin-bottom: 11.5em;
}

.is-pad-t-176 {
  padding-top: 11em;
}

.is-margin-t-80 {
  margin-top: 5em;
}

.is-margin-t-48 {
  margin-top: 3em;
}

.is-pad-t-248 {
  padding-top: 15.5em;
}

.is-margin-b-4 {
  margin-bottom: .25em;
}

.is-txt-black-125 {
  color: #101010;
}

.is-pad-b-96 {
  padding-bottom: 6em;
}

.is-margin-tb-80 {
  margin-top: 5em;
  margin-bottom: 5em;
}

.list-item--links {
  color: var(--gold);
  margin-bottom: .5em;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  list-style-type: disc;
  transition: all .45s;
}

.list-item--links:hover {
  opacity: .9;
  color: var(--copy);
}

.list-item--links:active {
  transform: scale(.95);
}

.list-item--links.wrap-flex-hor-l {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.is-txt-align-left {
  text-align: left;
}

.is-txt-allcaps {
  text-transform: uppercase;
}

.is-txt-allcaps.is-txt-blue-100 {
  letter-spacing: 1px;
}

.is-margin-t-8 {
  margin-top: .5em;
}

.is-pad-tb-88 {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.is-txt-white-100 {
  color: #a3a3a3;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-100.w--current {
  color: #dbf40c;
}

.is-margin-tb-208 {
  margin-top: 13em;
  margin-bottom: 13em;
}

.is-margin-b-240 {
  margin-bottom: 15em;
}

.is-margin-t-152 {
  margin-top: 9.5em;
}

.is-margin-b-232 {
  margin-bottom: 14.5em;
}

.logo-bar {
  background-color: #dbf40c;
  width: 0;
  height: 2px;
  margin-bottom: 6px;
  margin-left: 3px;
}

.is-margin-b-144 {
  margin-bottom: 9em;
}

.is-margin-b-208 {
  margin-bottom: 13em;
}

.is-margin-t-24 {
  margin-top: 1.5em;
}

.is-pad-tb-224 {
  padding-top: 14em;
  padding-bottom: 14em;
}

.is-pad-b-168 {
  padding-bottom: 10.5em;
}

.is-pad-tb-56 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.is-h3 {
  color: var(--headings);
  font-size: 2.4375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-h3.is-txt-white-100 {
  color: var(--white);
}

.is-h3.is-max-35 {
  max-width: 35rem;
}

.is-h3.is-txt-white-150 {
  color: var(--white);
}

.is-h3.is-txt-gold-100.is-max-80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.is-pad-t-112 {
  padding-top: 7em;
}

.is-margin-t-40 {
  margin-top: 2.5em;
}

.is-pad-b-8 {
  padding-bottom: .5em;
}

.is-bg-green-100 {
  background-color: var(--green-100);
}

.is-txt-black-50 {
  color: #fff;
}

.is-margin-tb-4 {
  margin-top: .25em;
  margin-bottom: .25em;
}

.is-black-150 {
  background-color: #000;
}

.dsg-nav_menu {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.is-text-link {
  color: var(--red);
  text-decoration: underline;
}

.is-bg-gold-100 {
  background-color: var(--gold);
}

.is-txt-xsmall {
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.6;
}

.is-txt-xsmall.is-txt-white-100 {
  color: var(--white);
}

.is-txt-xsmall.is-txt-white-100.is-txt-bold {
  font-weight: 700;
}

.is-txt-xsmall.is-txt-white-100.is-max-50 {
  max-width: 50%;
}

.is-txt-xsmall.is-max-80 {
  max-width: 80%;
}

.is-txt-xsmall.is-annotation {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2rem;
}

.dsg-nav_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.is-pad-b-112 {
  padding-bottom: 7em;
}

.is-margin-tb-248 {
  margin-top: 15.5em;
  margin-bottom: 15.5em;
}

.is-bg-white-50 {
  background-color: #f5f5f5;
}

.is-pad-tb-200 {
  padding-top: 12.5em;
  padding-bottom: 12.5em;
}

.dsg-color-field {
  border-radius: .5em;
  width: 100%;
  height: 5.3em;
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
}

.is-margin-t-208 {
  margin-top: 13em;
}

.is-margin-b-120 {
  margin-bottom: 7.5em;
}

.is-pad-tb-176 {
  padding-top: 11em;
  padding-bottom: 11em;
}

.is-txt-small {
  color: var(--headings);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.is-txt-small.is-txt-bold {
  font-weight: 700;
}

.is-txt-small.is-txt-bold.is-success {
  color: #121212;
  font-weight: 600;
}

.is-txt-small.is-accordion {
  color: #898989;
  margin-bottom: .9em;
}

.is-txt-small.is-txt-white-75 {
  color: #ffffffbf;
  font-size: 1.25rem;
}

.is-txt-small.is-txt-black-100 {
  font-size: 1rem;
}

.is-txt-small.is-txt-white-150 {
  color: var(--white);
  font-size: 1em;
}

.is-txt-small.is-txt-gold-100 {
  font-size: 1em;
}

.is-txt-small.is-txt-white-100 {
  color: var(--white);
}

.is-txt-small.is-txt-white-100.is-max-50, .is-txt-small.is-max-50 {
  max-width: 50%;
}

.is-txt-small.is-max-80 {
  max-width: 80%;
}

.container-col-4 {
  max-width: 584px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-txt-normal.is-max-400 {
  color: #898989;
  max-width: 30rem;
}

.is-txt-normal.is-max-400.is-txt-white-75 {
  color: #ffffffbf;
  font-size: 1.25rem;
}

.is-pad-t-8 {
  padding-top: .5em;
}

.is-margin-tb-24 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.container-col-12 {
  width: 100%;
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.container-col-12.is-hero {
  padding-right: 0;
}

.container-col-12.is-fullwidth {
  max-width: 100%;
}

.is-txt-black-150 {
  color: #000;
}

.is-margin-tb-152 {
  margin-top: 9.5em;
  margin-bottom: 9.5em;
}

.is-margin-b-96 {
  margin-bottom: 6em;
}

.is-margin-b-160 {
  margin-bottom: 10em;
}

.is-margin-t-4 {
  margin-top: .25em;
}

.is-pad-b-72 {
  padding-bottom: 4.5em;
}

.is-d-hidden {
  display: none;
}

.is-margin-tb-48 {
  margin-top: 3em;
  margin-bottom: 3em;
}

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

.dsg-table_header-headlines {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
  width: 100%;
}

.form-label {
  margin-bottom: .5em;
  padding-left: 1em;
  font-size: 1rem;
  font-weight: 400;
}

.is-txt-large {
  color: var(--headings);
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

.is-txt-large.is-max-80 {
  width: 80%;
  max-width: 52.75em;
  line-height: 1.6;
}

.is-txt-large.is-max-80.is-txt-white-150 {
  color: var(--white);
}

.is-txt-large.is-max-80.is-txt-white-150.centered {
  margin-left: auto;
  margin-right: auto;
}

.is-txt-large.is-max-80.is-txt-white-100 {
  color: var(--white);
  max-width: 45em;
}

.is-txt-large.is-max-50 {
  color: var(--white);
  width: 50%;
  max-width: 52.75em;
  font-size: 1.188em;
  line-height: 1.6;
}

.is-txt-large.is-max-50.is-txt-white-150 {
  color: var(--white);
}

.is-txt-large.is-max-50.is-txt-black-100 {
  color: var(--headings);
}

.is-margin-b-152 {
  margin-bottom: 9.5em;
}

.is-bg-black-75 {
  background-color: #1d1d1f;
}

.is-bg-white-100 {
  background-color: #a3a3a3;
}

.is-pad-tb-128 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.is-txt-white-50 {
  color: #f5f5f5;
}

.is-margin-tb-32 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.is-margin-tb-136 {
  margin-top: 8.5em;
  margin-bottom: 8.5em;
}

.is-pad-t-136 {
  padding-top: 8.5em;
}

.is-bg-white-75 {
  background-color: #e0e0e0;
}

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

.is-margin-tb-40 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.is-pad-tb-136 {
  padding-top: 8.5em;
  padding-bottom: 8.5em;
}

.dsg_container-area {
  outline-offset: 0px;
  text-align: center;
  background-color: #181818;
  border-radius: 1rem;
  outline: .05rem dashed gray;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.dsg_container-area.non-clickable {
  background-color: var(--white);
}

.is-txt-white-75 {
  color: #e0e0e0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-75.w--current {
  color: #dbf40c;
}

.dsg-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 2440px;
  display: grid;
  position: relative;
}

.container-col-6 {
  max-width: 792px;
  padding-left: 6em;
  padding-right: 6em;
}

.dsg-column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.is-margin-b-200 {
  margin-bottom: 12.5em;
}

.form-radio-label {
  color: var(--headings);
  font-size: 1rem;
  font-weight: 500;
}

.is-margin-b-176 {
  margin-bottom: 11em;
}

.is-pad-tb-184 {
  padding-top: 11.5em;
  padding-bottom: 11.5em;
}

.is-margin-tb-232 {
  margin-top: 14.5em;
  margin-bottom: 14.5em;
}

.form-radio-icon {
  background-color: var(--white);
  border-color: #2f313040;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #000;
  border-width: .25rem;
  border-color: #dbf40c;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.is-h4 {
  color: var(--headings);
  font-size: 1.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-h4.is-txt-white-150 {
  color: var(--white);
}

.is-h4.is-txt-gold-100 {
  font-size: 1.9375rem;
}

.is-margin-b-64 {
  margin-bottom: 4em;
}

.dsg_containers {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.is-bg-black-125 {
  background-color: #101010;
}

.dsg-subnav-link {
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0 8px .5rem;
  font-size: 1rem;
  font-weight: 700;
}

.dsg-subnav-link.w--current {
  color: var(--red);
}

.dsg-subnav-link.is-dsg-sub-chapter {
  color: #b0b0b0;
  padding-left: 1em;
  font-weight: 400;
}

.dsg-subnav-link.is-dsg-sub-chapter.w--current {
  color: var(--red);
}

.is-margin-tb-128 {
  margin-top: 8em;
  margin-bottom: 8em;
}

.is-pad-tb-256 {
  padding-top: 16em;
  padding-bottom: 16em;
}

.spacing-sample {
  background-color: #919191;
  height: 1.75em;
}

.spacing-sample._160px {
  width: 10em;
}

.spacing-sample._48px {
  width: 3em;
}

.spacing-sample._88px {
  width: 5.5em;
}

.spacing-sample._4px {
  width: .25em;
}

.spacing-sample._176px {
  width: 11em;
}

.spacing-sample._56px {
  width: 3.5em;
}

.spacing-sample._64px {
  width: 4em;
}

.spacing-sample._8px {
  width: .5em;
}

.spacing-sample._80px {
  width: 5em;
}

.spacing-sample._128px {
  width: 8em;
}

.spacing-sample._136px {
  width: 8.5em;
}

.spacing-sample._232px {
  width: 14.5em;
}

.spacing-sample._16px {
  width: 1em;
}

.spacing-sample._216px {
  width: 13.5em;
}

.spacing-sample._104px {
  width: 6.5em;
}

.spacing-sample._96px {
  width: 6em;
}

.spacing-sample._112px {
  width: 7em;
}

.spacing-sample._40px {
  width: 2.5em;
}

.spacing-sample._200px {
  width: 12.5em;
}

.spacing-sample._208px {
  width: 13em;
}

.spacing-sample._152px {
  width: 9.5em;
}

.spacing-sample._184px {
  width: 11.5em;
}

.spacing-sample._224px {
  width: 14em;
}

.spacing-sample._240px {
  width: 15em;
}

.spacing-sample._144px {
  width: 9em;
}

.spacing-sample._256px {
  width: 16em;
}

.spacing-sample._248px {
  width: 15.5em;
}

.spacing-sample._72px {
  width: 4.5em;
}

.spacing-sample._120px {
  width: 7.5em;
}

.spacing-sample._168px {
  width: 10.5em;
}

.spacing-sample._32px {
  width: 2em;
}

.spacing-sample._192px {
  width: 12em;
}

.spacing-sample._24px {
  width: 1.5em;
}

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

.is-pad-t-80 {
  padding-top: 5em;
}

.btn--prm-med {
  color: #151907;
  text-align: center;
  background-color: #f40cbe;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 0 0 0 #92b22f;
}

.btn--prm-med:hover {
  background-color: #dbf40c;
  box-shadow: 0 0 0 .4rem #92b22f;
}

.btn--prm-med:active {
  box-shadow: none;
  background-color: #afc309;
}

.btn--prm-med:focus {
  box-shadow: 0 0 8px 4px #92b22f;
}

.btn--prm-med.is-form-submit {
  background-color: var(--red);
  box-shadow: none;
  color: var(--white);
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.btn--prm-med.is-form-submit:hover {
  box-shadow: 0 0 0 .2rem #eb3b8180;
}

.btn--prm-med.is-bg-red-100:hover {
  background-color: #f99393;
  box-shadow: 0 0 0 .2rem #f993934f;
}

.is-pad-t-72 {
  padding-top: 4.5em;
}

.is-txt-black-100 {
  color: #181818;
}

.is-pad-t-104 {
  padding-top: 6.5em;
}

.is-pad-t-16 {
  padding-top: 1em;
}

.is-pad-t-16.is-footer {
  flex-flow: column;
  display: flex;
}

.is-pad-t-16.is-dt-hidden {
  display: block;
}

.is-margin-b-48 {
  margin-bottom: 3em;
}

.is-margin-b-48.content-hero_text-wrap {
  text-align: center;
}

.form-checkbox-label {
  color: var(--headings);
  font-size: 1rem;
  font-weight: 500;
}

.dsg-brand-link {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.is-pad-t-160 {
  padding-top: 10em;
}

.is-margin-b-56 {
  margin-bottom: 3.5em;
}

.is-margin-b-72 {
  margin-bottom: 4.5em;
}

.is-pad-t-128 {
  padding-top: 8em;
}

.wrap-flex-hor-c {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-txt-xlarge {
  color: var(--copy);
  font-size: 2em;
  line-height: 1.4;
}

.container-col-10 {
  max-width: 1208px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-margin-t-200 {
  margin-top: 12.5em;
}

.is-margin-tb-200 {
  margin-top: 12.5em;
  margin-bottom: 12.5em;
}

.is-margin-b-248 {
  margin-bottom: 15.5em;
}

.is-pad-b-4 {
  padding-bottom: .25em;
}

.is-bg-black-100 {
  background-color: #181818;
}

.dsg-sidebar {
  background-color: var(--white);
  padding-left: 3em;
  position: sticky;
  top: 0;
}

.is-pad-tb-112 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.is-txt-medium {
  color: var(--headings);
  margin-bottom: 0;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.5;
  transition: opacity .45s;
  overflow: hidden;
}

.is-txt-medium.is-dsg-description {
  max-width: 40em;
  font-weight: 300;
}

.is-txt-medium.is-max-80 {
  width: 80%;
  font-size: 1.18em;
}

.is-txt-medium.is-txt-align-center.is-max-500 {
  color: #898989;
  max-width: 41rem;
}

.is-txt-medium.is-txt-black-100 {
  color: var(--headings);
}

.is-txt-medium.is-txt-white-150 {
  color: var(--white);
}

.is-txt-medium.is-txt-bold {
  font-size: 1.18em;
  font-weight: 700;
}

.is-txt-medium.is-txt-white-100 {
  color: var(--white);
}

.is-txt-medium.is-txt-white-100.is-txt-width-32em {
  max-width: 32em;
}

.is-margin-t-176 {
  margin-top: 11em;
}

.is-pad-t-32 {
  padding-top: 2em;
}

.is-margin-tb-256 {
  margin-top: 16em;
  margin-bottom: 16em;
}

.is-margin-t-256 {
  margin-top: 16em;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.is-pad-t-120 {
  padding-top: 7.5em;
}

.is-bg-corn-100 {
  background-color: var(--corn-100);
}

.form-wrapper {
  margin-bottom: 0;
}

.is-pad-b-64 {
  padding-bottom: 4em;
  display: none;
}

.is-pad-tb-104 {
  padding-top: 6.5em;
  padding-bottom: 6.5em;
}

.dsg-table-cell {
  padding: 1em;
  font-size: .9rem;
}

.dsg-table-cell.is-dsg-aspect {
  width: 5.9em;
}

.is-pad-t-240 {
  padding-top: 15em;
}

.is-margin-tb-72 {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}

.is-pad-t-40 {
  padding-top: 2.5em;
}

.form-input {
  color: var(--headings);
  border: .063rem solid #c1d1d1;
  border-radius: .25em;
  width: 100%;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .75rem .875rem;
  font-size: 1rem;
}

.form-input:focus {
  border-color: var(--green-100);
}

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  border-color: #b4b4b459;
}

.form-input::placeholder {
  color: #b0b0b0;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.is-select-input {
  justify-content: space-between;
}

.form-input.is-newsletter {
  color: var(--white);
  background-color: #00000080;
  border-color: #525252;
  border-radius: .25rem;
}

.form-input.is-newsletter::placeholder {
  color: var(--copy);
}

.form-input.is-company {
  margin-bottom: 2rem;
}

.form-input.is-checkbox {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  transition-property: none;
  display: flex;
}

.form-input.is-client-nr {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  transition-property: none;
  display: flex;
}

.is-margin-b-16 {
  margin-bottom: 1em;
}

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

.grid--4-4-4.is-footer {
  grid-column-gap: 2.75em;
  grid-row-gap: 2em;
  border-top: 1px solid #0000001a;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.grid--4-4-4.is-why {
  grid-column-gap: 8em;
  grid-row-gap: 4em;
}

.grid--4-4-4.is-hidden {
  display: none;
}

.grid--4-4-4.is-gap-8 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.grid--4-4-4.is-contact {
  grid-template-columns: 1fr 2fr 1fr;
}

.is-margin-tb-168 {
  margin-top: 10.5em;
  margin-bottom: 10.5em;
}

.is-pad-b-32 {
  padding-bottom: 2em;
}

.is-txt-gold-100 {
  color: var(--gold);
}

.is-pad-t-4 {
  padding-top: .25em;
}

.is-pad-b-56 {
  padding-bottom: 3.5em;
}

.is-txt-green-50 {
  color: var(--green-50);
}

.is-margin-b-112 {
  margin-bottom: 7em;
}

.is-txt-align-right {
  text-align: right;
}

.is-margin-t-192 {
  margin-top: 12em;
}

.is-margin-tb-88 {
  margin-top: 5.5em;
  margin-bottom: 5.5em;
}

.is-margin-t-64 {
  margin-top: 4em;
}

.is-pad-tb-8 {
  padding-top: .5em;
  padding-bottom: .5em;
}

.is-margin-b-136 {
  margin-bottom: 8.5em;
}

.dsg-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
}

.dsg-table_row.is-colors {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.dsg-table_row.is-dsg-helper {
  grid-template-columns: .3fr 1fr;
}

.dsg-table_row.is-button {
  grid-template-columns: .25fr 1fr;
}

.is-display {
  color: var(--headings);
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 5.5em;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
}

.is-display.is-txt-white-150 {
  color: var(--white);
}

.is-display.is-txt-white-150.is-centered {
  text-align: center;
}

.is-pad-t-256 {
  padding-top: 16em;
}

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

.is-pad-b-24 {
  padding-bottom: 1.5em;
}

.is-txt-green-100 {
  color: var(--green-100);
  flex: 0 auto;
}

.list-item_icon-wrap.is-txt-green-100 {
  padding-top: 0;
}

.is-margin-tb-64 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.is-pad-b-88 {
  padding-bottom: 5.5em;
}

.is-margin-b-8 {
  margin-bottom: .5em;
}

.aspect-ratio-3-4 {
  color: #919191;
}

.is-pad-t-216 {
  padding-top: 13.5em;
}

.dsg-navbar {
  z-index: 900;
  background-color: #000;
  border-bottom: 1px solid #2f31300d;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.dsg-navbar.is-white {
  background-color: #0000;
}

.is-pad-b-144 {
  padding-bottom: 9em;
}

.is-margin-b-40 {
  margin-bottom: 2.5em;
}

.is-bg-black-50 {
  background-color: #2f3130;
}

.dsg-table_header-headlines-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
  width: 100%;
}

.dsg-logo {
  width: 12.25em;
}

.is-txt-white-125 {
  color: #525252;
}

.is-pad-b-136 {
  padding-bottom: 8.5em;
}

.is-pad-t-64 {
  padding-top: 4em;
}

.is-margin-t-128 {
  margin-top: 8em;
}

.is-margin-t-104 {
  margin-top: 6.5em;
}

.is-margin-t-216 {
  margin-top: 13.5em;
}

.is-margin-t-184 {
  margin-top: 11.5em;
}

.is-margin-t-112 {
  margin-top: 7em;
}

.is-margin-b-24 {
  margin-bottom: 1.5em;
}

.is-pad-t-192 {
  padding-top: 12em;
}

.is-margin-b-224 {
  margin-bottom: 14em;
}

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

.is-pad-b-184 {
  padding-bottom: 11.5em;
}

.is-margin-t-144 {
  margin-top: 9em;
}

.is-pad-tb-248 {
  padding-top: 15.5em;
  padding-bottom: 15.5em;
}

.is-margin-t-88 {
  margin-top: 5.5em;
}

.is-margin-b-32 {
  margin-bottom: 2em;
}

.is-pad-tb-240 {
  padding-top: 15em;
  padding-bottom: 15em;
}

.is-pad-tb-24 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.dsg-table_header-colors {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
}

.dsg-table_header-colors.is-buttons {
  grid-template-columns: 1fr 3.25fr;
}

.is-margin-tb-112 {
  margin-top: 7em;
  margin-bottom: 7em;
}

.is-pad-t-88 {
  padding-top: 5.5em;
}

.is-bg-white-150 {
  color: #818181;
}

.is-margin-tb-8 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.is-pad-t-224 {
  padding-top: 14em;
}

.is-margin-tb-56 {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.is-pad-tb-72 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.dsg-nav-link {
  color: var(--white);
  margin-left: 1.25em;
  padding: .25em 0;
  font-size: 1rem;
  font-weight: 700;
}

.dsg-nav-link.w--current {
  color: var(--gold);
  font-weight: 700;
}

.dsg-nav-link.is-txt-black-100 {
  color: var(--headings);
}

.is-pad-b-192 {
  padding-bottom: 12em;
}

.dsg-aspect-area {
  text-align: center;
  background-color: #d2d5c1;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.dsg-aspect-area.non-clickable {
  background-color: #919191;
}

.is-margin-b-216 {
  margin-bottom: 13.5em;
}

.dsg_footer {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.footer-text {
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 400;
}

.footer__lottie-wrapper {
  width: 1.5em;
  height: 1.5em;
  margin-left: .5em;
  margin-right: .5em;
  position: relative;
  overflow: hidden;
}

.lottie-animation {
  position: static;
  inset: 0%;
  transform: scale(1.5);
}

.dsg_footer-link {
  color: #fff;
  text-decoration: none;
}

.dsg-body--sample {
  color: #b0b0b0;
  background-color: #1d1d1d;
  flex-direction: column;
  align-items: center;
  font-family: Inter, Arial, sans-serif;
  font-weight: 300;
  display: block;
}

.hero02_content-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.card02 {
  text-align: center;
  border-left: 1px solid #eaf3f2;
  border-right: 1px #eaf3f2;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.card02.is-first {
  border-left-style: none;
}

.footer_branding {
  padding: 0;
  position: relative;
}

.cta-arrow-wrap {
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  inset: auto 1em 1em auto;
}

.content01_logo-reel-wrap {
  display: flex;
  position: relative;
  overflow: hidden;
}

.card02_img-wrap {
  border-radius: 1em;
  position: relative;
  overflow: hidden;
}

.card02_img {
  object-fit: cover;
}

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

.hero02_subline-wrap {
  text-align: center;
  max-width: 28em;
}

._3columns03_subline-wrap {
  max-width: 26em;
}

.cta-arrow {
  color: #e7e7e733;
  transform: rotate(45deg);
}

.social-icon {
  width: 1.8em;
}

.footer_social-wrap {
  justify-content: space-between;
  max-width: 13.7em;
  display: flex;
}

.card01 {
  background-color: var(--white);
  border: 1px solid #eaf3f2;
  border-radius: 1em;
  padding: 2.1em;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
}

.content01_img {
  object-fit: cover;
}

.content01_img.is-left {
  width: 80%;
}

.content01_img.is-right {
  width: 80%;
  margin-left: auto;
}

._3columns03.is-hidden {
  display: none;
}

._3columns03_headline-wrap {
  max-width: 26em;
}

.btn-prm--med {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--gold);
  color: var(--headings);
  text-align: center;
  border-radius: 12em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.188em;
  font-weight: 700;
  transition: all .45s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.btn-prm--med:hover {
  background-color: var(--gold);
  opacity: .9;
}

.btn-prm--med:active {
  transform: scale(.97);
}

.btn-prm--med:focus-visible, .btn-prm--med[data-wf-focus-visible] {
  box-shadow: 0 0 0 0rem var(--gold);
  border-radius: 12rem;
}

.btn-prm--med:visited {
  box-shadow: 0 0 0 0rem var(--gold);
}

.btn-prm--med.is-outlined {
  border: 1px solid var(--headings);
  color: var(--headings);
  background-color: #0000;
}

.btn-prm--med.is-outlined:hover {
  box-shadow: none;
}

.btn-prm--med.is-form-submit {
  color: var(--white);
  margin-top: 2em;
  margin-left: auto;
  font-size: 1rem;
}

.btn-prm--med.is-form-submit.is-modal {
  transition-property: none;
}

.btn-prm--med.is-white {
  color: var(--green-100);
}

.hero02 {
  position: relative;
}

.hero02.is-hidden {
  display: none;
}

.dsg-projects-headline-wrap, ._3columsnso3_header-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-wrapper {
  position: relative;
}

.content01.is-hidden {
  display: flex;
}

.footer {
  background-color: #000;
  border-top: 2px solid #1d1d1f;
  width: 100%;
}

.footer.is-bg-white-75 {
  background-color: #fafafa;
}

.footer.is-bg-white-75.is-hidden, ._3columns02.is-hidden {
  display: none;
}

.card04 {
  flex-flow: column;
  padding: 0;
  display: flex;
  position: relative;
}

.card04.is-mb-left.is-mb-hidden, .card04.is-mb-left.is-hidden {
  display: none;
}

.card04.is-mb-left.is-dt-hidden {
  display: block;
}

.card04.is-align-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card04.is-legal {
  grid-column-gap: 1rem;
  border-top: 1px solid var(--headings);
  flex-flow: row;
  padding-top: 2.5em;
  display: flex;
}

._3columns01.is-black-150 {
  background-image: url('../images/Produkt-Highlights.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

._3columns01.is-no-img {
  background-color: #000;
}

._3columns01.is-bg-gold-75 {
  background-color: #f8f6f2;
}

.card03 {
  padding: 0;
  position: relative;
}

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

.is-bg-green-50 {
  background-color: var(--green-50);
}

.dsg-popup {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #181818;
  border: 1px solid #474747;
  border-radius: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 18em;
  padding: 1.2em;
  display: grid;
  position: fixed;
  bottom: 2em;
  right: 2em;
}

.dsg-popup_logo {
  width: 2em;
  margin-right: .5em;
}

.dsg-pop_cta {
  color: #e7e7e7;
  font-family: Sora;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.hero03 {
  position: relative;
}

.card05 {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
  position: relative;
}

.dsg-grid--start_top {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.fig2flow {
  width: 9em;
}

.card05_cta-wrap {
  align-items: center;
  display: flex;
}

.card05_cta-icon {
  width: 3em;
  margin-right: .5em;
}

.card05_cta-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-family: Sora;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

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

.hero03_heading-wrap {
  max-width: 59em;
}

.dsg-popup_link {
  align-items: center;
  display: flex;
}

.heading {
  font-size: 2.4375em;
  font-weight: 500;
  line-height: 1.2;
}

.heading-2 {
  line-height: 1.2;
}

.hero01.is-hidden {
  display: none;
}

.hero01_content-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero01_subline-wrap {
  max-width: 28em;
}

.home-hero {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.content-hero_text-wrap.max-50 {
  z-index: 50;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.is-pill-outlined {
  outline-offset: 0px;
  color: #001ee1;
  border: 2px solid #001ee1;
  border-radius: 5rem;
  outline: 2px #001ee1;
  align-items: center;
  padding-left: .3em;
  padding-right: .3em;
  display: inline-block;
}

.try-form-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 0;
}

.newsletter-form-wrap {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.try-mail-input {
  color: #898989;
  border: 1px solid #1212121a;
  border-radius: 10rem;
  max-width: 16.438rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .75rem 1.05rem;
  font-size: 1.25em;
}

.try-mail-input:focus {
  border-color: #001ee1;
}

.try-mail-input:focus-visible, .try-mail-input[data-wf-focus-visible] {
  border-style: solid;
  border-color: #1212121a;
}

.success-message {
  color: #b0b0b0;
  text-align: left;
  background-color: #0000;
  border: 1px #12121212;
  border-radius: .5rem;
  max-width: 30rem;
  padding: 2rem 0;
}

.wrap-flex-hor-l {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-flex-hor-l.is-success {
  grid-column-gap: .5rem;
  margin-bottom: .5rem;
}

.tab-icon {
  border-radius: 2rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.tab-icon.is-success {
  background-color: #ecfdf3;
  border-radius: 6px;
}

.is-success-text {
  color: #898989;
}

.error-message {
  border-radius: 6px;
  padding: 2rem;
}

.text-block {
  color: #da2e20;
}

.content02_img-wrap {
  border-radius: 1em 0 0 1em;
  align-items: center;
  width: 100%;
  min-height: 38.25rem;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.overlay-highres-screens {
  z-index: 100;
  background-image: linear-gradient(to right, #fff0 19%, #fff 85%);
  width: 5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-img {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 1rem;
  flex: none;
  align-self: auto;
  width: 1002%;
  height: 100%;
  position: relative;
  right: 0%;
}

.popup-wrap {
  z-index: 990;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #121212e3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-icon {
  z-index: 680;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 1rem 2rem auto auto;
}

.close-icon:hover {
  opacity: .8;
}

.popup-form {
  z-index: 650;
  background-color: #fff;
  border-radius: .5rem;
  padding: 2.5rem;
  position: relative;
}

.popup-form-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  min-width: 40rem;
  display: flex;
}

.is-required {
  color: #f99393;
}

.form-select {
  color: #898989;
  background-color: #fff;
  border: 1px solid #1212121a;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1.1em;
  transition: all .2s;
}

.form-select:focus {
  color: #121212;
  border-color: #001ee1;
}

.form-select:focus-visible, .form-select[data-wf-focus-visible] {
  border-color: #001ee1;
}

.form-select::placeholder {
  color: #b0b0b0;
}

.textarea {
  color: #898989;
  border: 1px solid #1212121a;
  border-radius: .5rem;
  font-size: 1.1em;
}

.textarea:focus {
  border-color: #001ee1;
}

.form-checkbox-icon-2 {
  cursor: pointer;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon-2.w--redirected-checked {
  color: #181818;
  background-color: #fff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: 99% 99%;
  border-color: #001ee1;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.error-message-2 {
  background-color: #cf494b1a;
  border: 1px solid #cf494b;
  border-radius: 2rem;
  padding: 2rem;
}

.form-message-text {
  color: #f99393;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
}

.home-faq-section {
  position: relative;
}

.is-tag {
  color: #121212;
  background-color: #7171711a;
  border: 1px solid #12121212;
  border-radius: .5rem;
  align-self: flex-start;
  padding: .2rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-block;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  cursor: pointer;
  border: 1px #000;
  border-bottom: 1px solid #1212121a;
  margin-bottom: 0;
  padding: 1.5rem 0 1rem;
}

.accordion-item.is-last {
  border-bottom-style: none;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  color: #121212;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.icon {
  width: 1rem;
  height: 1rem;
}

.icon.accordion-icon {
  color: var(--red);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  line-height: 30px;
  display: flex;
}

.icon.card-icon {
  width: 3rem;
  height: 3rem;
}

.icon.is-medium {
  width: 2rem;
  height: 2rem;
}

.icon.is-xl {
  width: 3.5rem;
  height: 3.5rem;
}

.icon.is-nac-icon {
  color: var(--red);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5em;
  line-height: 30px;
  display: flex;
}

.accordion-item-content {
  margin-top: .5rem;
  margin-right: 2.375rem;
  overflow: hidden;
}

.content02_text-wrap {
  padding-left: 0;
}

.content02_img-wrap-fullwidth {
  border-radius: .5em;
  overflow: hidden;
}

.btn-prm--small {
  color: var(--gold);
  text-align: center;
  background-color: #000;
  border-radius: 12em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  transition: all .45s cubic-bezier(.23, 1, .32, 1);
}

.btn-prm--small:hover {
  opacity: .95;
}

.btn-prm--small:active {
  transform: scale(.95);
}

.btn-prm--small:focus-visible, .btn-prm--small[data-wf-focus-visible] {
  border-radius: 12rem;
  box-shadow: 0 0 0 0 #000;
}

.btn-prm--small.is-form-submit {
  background-color: var(--gold);
  color: var(--headings);
  flex: none;
}

.is-txt-subheading {
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: .3em;
  font-family: Redhatmono, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.6;
}

.is-txt-subheading.is-txt-bold.is-success {
  color: #121212;
  font-weight: 600;
}

.is-txt-subheading.is-accordion {
  color: #898989;
  margin-bottom: .9em;
}

.is-txt-subheading.is-txt-white-75 {
  color: #ffffffbf;
  font-size: 1.25rem;
}

.is-txt-subheading.is-txt-white-100 {
  color: var(--white);
}

.is-txt-subheading.is-txt-black-100 {
  color: var(--headings);
  font-size: .75rem;
}

.is-txt-subheading.is-txt-green-50 {
  color: var(--green-50);
}

.button-wrap {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial_wrap {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.testimonial-avatar {
  width: 2.5em;
  height: 2.5em;
  margin-left: -1rem;
}

.testimonial-avatar.is-first {
  margin-left: 0;
}

.testimonial_stars-wrap {
  align-items: center;
  display: flex;
}

.stars-img {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.stars-img.is-corn {
  color: var(--corn-100);
}

.is-txt-stars-rating {
  color: #2f3130;
  margin-bottom: 0;
  margin-left: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.btn-sec--small {
  border: 2px solid var(--gold);
  color: var(--gold);
  text-align: center;
  background-color: #0000;
  border-radius: 12em;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-weight: 700;
  transition: all .3s linear;
  box-shadow: 0 0 0 0 #dbf40c00;
}

.btn-sec--small:hover {
  background-color: var(--gold);
  box-shadow: none;
  opacity: .9;
  color: var(--white);
}

.btn-sec--small:active {
  transform: scale(.95);
}

.btn-sec--small:focus {
  box-shadow: none;
}

.btn-sec--small.is-mb-align-centered {
  outline-offset: 0px;
  border-style: solid;
  border-color: #001ee1;
  outline: 2px #001ee1;
}

.marquee {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 8.5em;
  display: flex;
}

.marquee.right {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: none;
}

.marquee-image {
  object-fit: contain;
  width: 7em;
  max-width: 100%;
  height: 5em;
}

.marquee-image.hide-mobile {
  object-fit: contain;
  width: 5em;
}

.marquee-gradient {
  background-image: linear-gradient(90deg, #000, #fff0);
  width: 10em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.marquee-gradient.is-right {
  background-image: linear-gradient(270deg, #000, #fff0);
  width: 10em;
  inset: 0% 0% 0% auto;
}

.marquee-gradient.is-right.is-cta {
  background-image: linear-gradient(265deg, var(--corn-100), #fff0);
}

.marquee-gradient.is-cta {
  background-image: linear-gradient(to right, var(--corn-100), #fff0);
}

.content_heading-wrap {
  width: 100%;
}

.content_heading-wrap.is-align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-tab-section {
  position: relative;
}

.content-mb-slide {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.is-pill-filled-red {
  color: #fff;
  background-color: #f99393;
  border-radius: 5rem;
  padding-left: .9rem;
  padding-right: .9rem;
  display: inline-block;
}

.swiper-component {
  width: 100%;
  position: relative;
}

.swiper-component.slider1.mb {
  display: none;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 33.3333%;
  max-width: 23.563rem;
}

.swiper-slide.is-testimonial {
  max-width: 100%;
}

.swiper-horizontal.ui {
  margin-top: -2rem;
  display: none;
}

.swiper-arrow {
  cursor: pointer;
  background-color: #0000;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
  display: inline-block;
}

.swiper-arrow:hover {
  background-color: #3732350f;
}

.swiper-arrow.button-prev {
  background-image: none;
  background-size: 40%;
  border-color: #eaecf0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .2s;
  display: block;
  transform: rotate(180deg);
}

.swiper-arrow.button-prev:hover {
  color: #fff;
  background-color: #001ee1;
  background-image: none;
  transform: none;
}

.swiper-arrow.button-next {
  background-image: none;
  background-size: 40%;
  border-color: #eaecf0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: -3rem;
  margin-left: 4rem;
  transition: background-color .2s;
  display: block;
}

.swiper-arrow.button-next:hover {
  color: #fff;
  background-color: #001ee1;
  background-image: none;
  transform: rotate(180deg);
}

.tab-wrap {
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.tab-link {
  grid-column-gap: .5rem;
  color: #979897;
  background-color: #0000;
  border-top: 1px solid #0000;
  border-bottom: 1px #0000;
  border-left: 1.5px solid #d9d9d940;
  border-right: 1px solid #0000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: .35rem;
  margin-bottom: .35rem;
  padding: .825rem 2rem .825rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.tab-link:hover {
  grid-column-gap: 0rem;
}

.tab-link:active {
  transform: none;
}

.tab-link.w--current {
  grid-column-gap: .5rem;
  border-style: none none none solid;
  border-width: 1px 1px 1px 1.5px;
  border-color: #12121212 #12121212 #12121212 var(--gold);
  color: #2f3130;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  padding: .825rem 2rem .825rem 1rem;
  text-decoration: none;
  display: flex;
}

.tab-link-wrap {
  grid-column-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.tab-list-heading {
  color: var(--gold);
  margin-bottom: 1em;
  font-size: 1.5rem;
  line-height: 1.3;
}

.tab-dropdown-text {
  overflow: hidden;
}

.list {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list.is-overflow {
  width: 100%;
  overflow: clip;
}

.lis-item {
  grid-column-gap: .5rem;
  background-color: #e6e9fd80;
  border: 1px solid #e6e9fd;
  border-radius: .5rem;
  align-items: flex-start;
  padding: .5rem;
  display: flex;
}

.list-icon {
  border-radius: 2rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.tab-list-text {
  color: #001ee1;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.3;
}

.tab-content-wrap {
  width: 55%;
  margin-left: 4.25rem;
  overflow: visible;
}

.tab-img-1, .tab-img-2, .tab-img-3 {
  width: 100%;
}

.mobile-slider {
  display: none;
}

.slide-1 {
  padding-left: 8.75rem;
  padding-right: 8.75rem;
}

.slider-content-wrap {
  grid-column-gap: .5rem;
  color: #868686;
  background-color: #0000;
  border: 1px solid #2f313033;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.slider-content-wrap.w--current {
  grid-column-gap: .5rem;
  color: #121212;
  background-color: #fff;
  border: 1px solid #12121212;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 88px -10px #00000014;
}

.tab-list-subheading {
  margin-bottom: 1em;
  font-family: Redhatmono, Arial, sans-serif;
  font-size: .7em;
  font-weight: 600;
  line-height: 1.6;
}

.tab-list-subheading.is-txt-bold.is-success {
  color: #121212;
  font-weight: 600;
}

.tab-list-subheading.is-accordion {
  color: #898989;
  margin-bottom: .9em;
}

.tab-list-subheading.is-txt-white-75 {
  color: #ffffffbf;
  font-size: 1.25rem;
}

.video-lightbox {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-preview-img {
  flex: 1;
  width: 100%;
  position: relative;
  inset: 0%;
}

.video-timeline_play-bar-wrap {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 1rem 1rem;
}

.playbar-play-icon {
  width: 1rem;
  height: 1rem;
}

.playbar-timeline-1 {
  background-color: #ffffff4d;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.playbar-timeline-2 {
  background-color: #ffffff80;
  border-radius: 1rem;
  width: 30%;
  height: .5rem;
}

.playbar-timeline-3 {
  background-color: #fff;
  border-radius: 1rem;
  width: 3%;
  height: .5rem;
}

.video-play-btn {
  z-index: 100;
  grid-column-gap: .7rem;
  background-color: #eaf3f2;
  border-radius: 2rem;
  align-items: center;
  padding: 1rem 1.75rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.play-btn-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-btn-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.grid {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.integration-logo {
  width: 4.5rem;
  height: 4.5rem;
}

.textlink-wrap {
  grid-column-gap: .7rem;
  color: var(--red);
  align-items: center;
  display: flex;
}

.textlink-arrow {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.btn-wrap-default {
  display: inline-block;
}

.case-studies-slider {
  background-color: #0000;
  height: auto;
}

.cases-img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}

.mask {
  height: auto;
}

.slider_grid--6-6 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  width: 100%;
}

.slider_grid--6-6.is-content01 {
  grid-column-gap: 1em;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.slider_grid--6-6.is-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.slider_grid--6-6.is-content02 {
  grid-column-gap: 3em;
  background-color: #eaf3f2;
  border-radius: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 4rem;
}

.left-arrow {
  color: var(--copy);
  border: 1px solid #2f313033;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: color .4s;
  display: flex;
}

.left-arrow:hover {
  color: var(--headings);
}

.right-arrow {
  color: var(--copy);
  border: 1px solid #2f313033;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: color .4s;
  display: flex;
}

.right-arrow:hover, .icon-2 {
  color: var(--headings);
}

.slider-arrow {
  width: 1.75rem;
  height: 1.75rem;
}

.card05_content {
  padding-top: 2rem;
}

.is-txt-tag {
  color: #2f313080;
  text-transform: uppercase;
  font-size: .875rem;
}

.slider-content_wrap {
  padding: 2.75rem;
}

.slider_testimonial-quote {
  color: var(--headings);
  font-size: 1.5rem;
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.search_field {
  background-color: #1d1d1f;
  border: 1px #000;
  border-radius: 2.813rem;
  width: 100%;
  min-width: 30rem;
  height: 2.813rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .688rem;
  padding-bottom: .688rem;
  padding-left: 3rem;
  font-size: 1rem;
}

.search_field:active {
  color: var(--green-100);
}

.search_field:focus {
  color: var(--white);
  border-radius: .5rem;
  min-width: 37rem;
}

.search_field::placeholder {
  color: #525252;
}

.search_from {
  z-index: 550;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.search_icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: .9rem auto auto 1.25rem;
}

.search_form {
  width: 100%;
  height: auto;
  position: relative;
}

.product_tab-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.product_tab-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--gold);
  background-color: #f8f6f2;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-size: .813rem;
  transition: all .45s;
  display: flex;
}

.product_tab-link:hover {
  background-color: var(--gold);
  color: var(--white);
}

.product_tab-link:active {
  transform: scale(.95);
}

.product_tab-link.w--current {
  background-color: var(--gold);
  color: var(--white);
}

.products_tab-content {
  flex: none;
  position: static;
}

.products_tab-mask {
  background-color: #f8f6f2;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  display: flex;
}

.products_pill-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.products_pill {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--gold);
  color: var(--white);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 9px 1rem;
  font-size: .813rem;
  transition: all .4s;
  display: inline-flex;
}

.products_pill:hover {
  opacity: .9;
  transform: scale(.99);
}

.products_pill:active {
  transform: scale(.9);
}

.products_pill.is-outline {
  border: 1px solid var(--gold);
  color: var(--gold);
  background-color: #a88d5700;
}

.procuts_img {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.textlink_wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--gold);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  font-size: 1rem;
  transition: all .45s;
  display: inline-flex;
}

.textlink_wrap:hover {
  opacity: .9;
}

.textlink_wrap:active {
  transform: scale(.95);
}

.textlink_wrap.is-outlined {
  border: 2px solid var(--gold);
  padding-left: 1rem;
  padding-right: 1rem;
}

.textlink_wrap.is-filled {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  color: var(--headings);
  padding: 2px 1rem 2px .25rem;
  font-weight: 700;
}

.textlink_wrap.is-filled-small {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  color: var(--headings);
  padding: 2px 1rem;
  font-size: .8rem;
  font-weight: 700;
}

.textlink_wrap.is-nav {
  font-size: .8rem;
}

.slider_contain {
  position: relative;
}

.wrapper {
  width: 100%;
}

.wrapper.is-overflow {
  overflow: clip;
}

.item {
  flex: none;
  width: 100%;
  margin-right: 0;
  padding-left: .5em;
  padding-right: .5em;
}

.item.is-technologie {
  width: 33%;
  padding-left: .5em;
  padding-right: .5em;
}

.item.is-product-slider {
  width: 25%;
  padding-left: .5em;
  padding-right: .5em;
}

.item.is-cases {
  width: 50%;
  padding-left: .5em;
  padding-right: .5em;
}

.item.is-client-quote {
  width: 45%;
}

.technology_card {
  background-color: #f8f6f2;
  border-radius: 1rem;
  padding: 1.5em;
}

.technology_img {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.technology_section {
  overflow: visible;
}

.technology_grid--6-6 {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  grid-template-rows: auto;
  width: 100%;
}

.technology_grid--6-6.is-content01 {
  grid-column-gap: 1em;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.technology_grid--6-6.is-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.technology_grid--6-6.is-content02 {
  grid-column-gap: 3em;
  background-color: #eaf3f2;
  border-radius: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 4rem;
}

.technology_grid--6-6.is-cta-section {
  grid-column-gap: 3em;
  background-color: var(--corn-100);
  border-radius: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 6.25rem 4rem;
}

.arrow_contain {
  float: right;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.arrow {
  width: auto;
  height: auto;
}

.arrow.slider-prev {
  transition: all .4s;
}

.arrow.slider-prev:hover {
  opacity: 1;
  transform: scale(.99);
}

.arrow.slider-prev:active {
  transform: scale(.95);
}

.arrow.slider-next {
  transition: all .4s;
}

.arrow.slider-next:hover {
  transform: scale(.99);
}

.arrow.slider-next:active {
  transform: scale(.95);
}

.arrow_img {
  width: 2rem;
  height: 2rem;
}

.slider_nav-wrap {
  padding-top: 2rem;
  padding-left: 2em;
  padding-right: 0;
}

.slider_nav-wrap.is-flex-hor {
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.technology_link-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.link_block-wrap {
  background-color: var(--gold);
  color: var(--white);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  transition: all .45s;
  display: flex;
}

.link_block-wrap:hover {
  opacity: .9;
}

.link_block-wrap:active {
  transform: scale(.98);
}

.solutions_card-wrap {
  background-color: #1d1d1f;
  border-radius: 1rem;
  padding: 0;
  display: flex;
  position: sticky;
  top: 2rem;
  box-shadow: 0 2px 35px 30px #00000073;
}

.solutions_card-wrap.is-horizontal {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.solutions_card-wrap.is-home {
  box-shadow: none;
  flex-flow: column;
  padding: 3.5em 3em;
  position: relative;
}

.solutions_card-wrap.is-home-copy {
  flex-flow: column;
  padding: 3.5em 3em;
}

.solutions_card-wrap._1 {
  top: 10vh;
  overflow: hidden;
}

.solutions_card-wrap._1.is-light {
  box-shadow: none;
  background-color: #f8f6f2;
  position: relative;
  top: 0;
}

.solutions_card-wrap._2 {
  top: 15vh;
  overflow: hidden;
}

.solutions_card-wrap._2.is-light {
  box-shadow: none;
  background-color: #f8f6f2;
  position: static;
}

.solutions_card-wrap._3 {
  position: sticky;
  top: 20vh;
  overflow: clip;
}

.solutions_card-wrap._3.is-light {
  box-shadow: none;
  background-color: #f8f6f2;
  position: static;
}

.solutions_cards-left {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  padding-top: 6.125em;
  display: flex;
}

.solutions_card-right {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.newslink_block-wrap {
  color: var(--headings);
  border-top: 1px solid #f8f6f2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.newslink_block-wrap.is-last {
  border-bottom: 1px solid #f8f6f2;
}

.cta_section {
  background-color: #000;
  overflow: clip;
}

.cta_section.is-black-150 {
  background-image: url('../images/Produkt-Highlights.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.jubi_logo-img {
  position: absolute;
  inset: -10% 10% auto auto;
}

.sample_card-wrap {
  background-color: var(--gold);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2.5em;
  display: flex;
}

.sample_card-btn-wrap {
  margin-top: auto;
}

.is-subheading-small {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Redhatmono, Arial, sans-serif;
  font-size: .7rem;
  line-height: 1.6;
}

.is-subheading-small.is-txt-bold.is-success {
  color: #121212;
  font-weight: 600;
}

.is-subheading-small.is-accordion {
  color: #898989;
  margin-bottom: .9em;
}

.is-subheading-small.is-txt-white-75 {
  color: #ffffffbf;
  font-size: 1.25rem;
}

.is-subheading-small.is-txt-gold-100 {
  color: var(--gold);
  letter-spacing: 1px;
}

.is-subheading-small.is-txt-white-150 {
  color: #fff;
}

.newsletter_card-wrap {
  background-color: var(--headings);
  border-radius: 1rem;
  padding: 2.5em;
}

.legal_links-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.social_links-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: auto;
  display: flex;
}

.newsletter_grid--6-6 {
  grid-column-gap: 1em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  width: 100%;
}

.newsletter_grid--6-6.is-content01 {
  grid-column-gap: 1em;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.newsletter_grid--6-6.is-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.newsletter_grid--6-6.is-content02 {
  grid-column-gap: 3em;
  background-color: #eaf3f2;
  border-radius: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 4rem;
}

.newsletter_grid--6-6.is-cta-section {
  grid-column-gap: 3em;
  background-color: var(--corn-100);
  border-radius: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 6.25rem 4rem;
}

.technolodie_grid--6-6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  width: 100%;
}

.technolodie_grid--6-6.is-content01 {
  grid-column-gap: 1em;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.technolodie_grid--6-6.is-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.technolodie_grid--6-6.is-content02 {
  grid-column-gap: 3em;
  background-color: #eaf3f2;
  border-radius: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 4rem;
}

.technolodie_grid--6-6.is-cta-section {
  grid-column-gap: 3em;
  background-color: var(--corn-100);
  border-radius: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 6.25rem 4rem;
}

.plyr_component {
  width: 100%;
  position: relative;
}

.plyr_component.is-full-screen {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.plyr_embed {
  width: 100%;
  height: 100%;
  position: relative;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_cover-button {
  z-index: 2;
  color: #000;
  background-color: #1d1d1f99;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: relative;
}

.plyr_cover-icon {
  color: var(--white);
  width: 40%;
  height: 40%;
}

.plyr_pause-trigger {
  display: none;
}

.product_categorie-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--gold);
  background-color: #f8f6f2;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .8em 1em;
  font-size: .813rem;
  transition: all .45s;
  display: inline-flex;
}

.product_categorie-link:hover {
  background-color: var(--gold);
  opacity: .9;
  color: var(--white);
}

.product_categorie-link:active {
  transform: scale(.95);
}

.product_categorie-link.w--current {
  background-color: var(--gold);
  color: var(--white);
}

.categories_wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  display: flex;
}

.product_card-wrap {
  background-color: #f8f6f2;
  border-radius: 1rem;
  padding: 3.5rem;
}

.product_card-wrap.is-small {
  padding: 2rem;
}

.product_visual {
  border-radius: .5rem;
}

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

.product_grid--6-6.is-content01 {
  grid-column-gap: 1em;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.product_grid--6-6.is-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product_grid--6-6.is-content02 {
  grid-column-gap: 3em;
  background-color: #eaf3f2;
  border-radius: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 4rem;
}

.product_grid--6-6.is-cta-section {
  grid-column-gap: 3em;
  background-color: var(--corn-100);
  border-radius: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 6.25rem 4rem;
}

.product_more-btn {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.product_grid--4-4-4.is-footer {
  grid-column-gap: 2.75em;
  grid-row-gap: 2em;
  border-top: 1px solid #0000001a;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.product_grid--4-4-4.is-why {
  grid-column-gap: 8em;
  grid-row-gap: 4em;
}

.product_grid--4-4-4.is-hidden {
  display: none;
}

.technologie_img {
  object-fit: cover;
  width: 50%;
}

.technologie_content_wrap {
  flex-flow: column;
  padding: 2rem 3.5rem;
  display: flex;
}

.is-t-auto {
  margin-top: auto;
}

.filter_wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  margin-bottom: 2rem;
  display: flex;
}

.placeholder_img {
  width: 100%;
}

.tech-hero {
  background-color: #000;
  min-height: 100svh;
  position: relative;
}

.slider_content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.marquee-css {
  color: #efeeec;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-css__list {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-css__item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  display: flex;
}

.marquee-css__item-p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1;
}

.marquee-css__item-svg {
  width: 1em;
}

.hero_marquee-img {
  border-radius: 1rem;
  max-width: 23em;
}

.flex-horizontal {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(#fff0 17%, #000), linear-gradient(#000, #fff0 40%);
  flex: 1;
  width: 100%;
  height: 100%;
}

.track-vertical-alt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.flex-vertical {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-vertical.marquee-fix {
  width: auto;
  margin-top: 30px;
}

.icon-container {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.icon-container:nth-child(odd) {
  width: 29em;
  margin-left: 4em;
}

.icon-container.is-right {
  justify-content: center;
  align-items: center;
}

.icon-container.is-right:nth-child(odd) {
  margin-left: 0;
}

.icon-container.is-right:nth-child(2n) {
  margin-right: -4em;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 4em;
  height: 6em;
}

.track-vertical {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_marquee-wrap {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.marquee-cover-2 {
  z-index: 10;
  background-image: linear-gradient(#fff0 70%, #000), linear-gradient(#000, #fff0 30%);
}

.btn--icon {
  width: 1.6rem;
  height: 1.6rem;
}

.filter-buttons {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: flex-start;
  padding: 0 1em 0 0;
  display: flex;
}

.filter-btn {
  color: var(--gold);
  -webkit-appearance: none;
  appearance: none;
  background-color: #f8f6f2;
  border-radius: 10em;
  padding: .65em 1.25em;
  font-size: .813em;
  font-weight: 700;
}

.filter-btn:hover {
  opacity: .9;
}

.filter-btn:active {
  transform: scale(.95);
}

.filter-list {
  border-bottom: 1px solid #f8f6f2;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.filter-list__item {
  color: var(--headings);
  border-top: 1px solid #f8f6f2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em;
  transition-property: none;
  display: flex;
}

.demo-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #efeeec;
  border-radius: 1.5em;
  flex-flow: column;
  width: 100%;
  padding: 1em;
  display: flex;
}

.demo-card__visual {
  background-color: #e2dfdf;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.demo-card__visual-before {
  padding-top: 66%;
}

.demo-card__emoji {
  font-size: 4em;
}

.demo-card__bottom {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .25em;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.demo-card__h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
}

.news_categories-hidden {
  display: none;
}

.filter_buttons-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: flex-start;
  padding: 0 1em 2em 0;
  display: flex;
}

.collection_filter-list {
  width: 100%;
}

.kategorie-hero {
  background-color: #000;
  overflow: clip;
}

.kategorie-hero.is-black-150 {
  background-image: url('../images/Produkt-Highlights.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.kategorie-hero.is-no-img {
  background-color: #000;
}

.product_categories-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.product_categorie-card {
  border-radius: .5rem;
  max-width: 13em;
  overflow: hidden;
}

.product_categorie-card:active {
  transform: scale(.97);
}

.product_categorie-content {
  color: var(--gold);
  background-color: #a88d573d;
  padding: 1rem 1.5rem;
}

.product_categories-headline {
  font-size: .813em;
}

.product_categories-count {
  font-size: .813em;
  font-weight: 400;
}

.benefits_card-wrap {
  background-color: #1d1d1f;
  border-radius: .5rem;
  flex-flow: column;
  padding: 2.5em 2em 2em;
  display: flex;
}

.benefits_card-wrap.is-horizontal {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefits_card-wrap.is-home, .benefits_card-wrap.is-home-copy {
  flex-flow: column;
  padding: 3.5em 3em;
}

.benefits_card-wrap.is-quote {
  padding: 5em;
}

.benefits_card-wrap.is-quote-light {
  background-color: #f8f6f2;
  padding: 5em;
}

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

.benefits_grid--4-4-4.is-footer {
  grid-column-gap: 2.75em;
  grid-row-gap: 2em;
  border-top: 1px solid #0000001a;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.benefits_grid--4-4-4.is-why {
  grid-column-gap: 8em;
  grid-row-gap: 4em;
}

.benefits_grid--4-4-4.is-hidden {
  display: none;
}

.product_finder_wrap {
  border-radius: .5rem;
  max-width: 52.875em;
  margin-bottom: -3.8em;
  margin-left: auto;
  margin-right: auto;
}

.product_finder_wrap.is-fuwllwidth {
  width: 100%;
  max-width: 100%;
}

.product_finder-categories-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #1d1d1f;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.product_finder-action_wrap {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-color: #1d1d1f;
  background-image: linear-gradient(#ffffff03, #ffffff03);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: .75rem 1em;
  display: flex;
}

.product_filter-select {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 3rem;
  padding: .5rem 1rem;
  font-size: .813em;
  font-weight: 700;
  display: flex;
}

.product_filter-select.light {
  color: var(--headings);
  background-color: #f8f6f2;
  font-size: 1em;
}

.icon-3 {
  margin-right: 0;
  position: relative;
}

.dropdown {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: .6rem;
}

.gallerie_section {
  overflow: hidden;
}

.gallerie_section.is-bg-black-100 {
  background-color: #000;
}

.gallerie_card {
  border-radius: 1rem;
  padding: 0;
}

.gallery-grid {
  grid-column-gap: 1em;
  grid-row-gap: 4em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.gallery-grid.is-home {
  grid-row-gap: 1em;
}

.gallery-grid__item {
  width: calc(68.0272% - 1.70068em);
}

.gallery-grid__item.is-small {
  width: auto;
}

.gallery-grid__item.is-home {
  width: 100%;
}

.gallery-item__button {
  outline-offset: -1px;
  background-color: #0000;
  border: 1px #000;
  border-radius: .375em;
  outline: 1px #131313;
  width: 100%;
  padding: 0;
}

.gallery-item__button:focus-visible, .gallery-item__button[data-wf-focus-visible] {
  outline-offset: 3px;
  border-radius: .25em;
  outline: 1px solid #131313;
}

.gallery-item__img {
  border-radius: .5em;
  width: 100%;
  height: 50%;
}

.lightbox-wrap {
  z-index: 100;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.lightbox-img__wrap {
  width: 90vw;
  height: calc(100svh - 10em);
}

.lightbox-img__list {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lightbox-img__item {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.lightbox-img {
  object-fit: contain;
  border-radius: .375em;
  min-width: auto;
  max-height: 100%;
}

.lightbox-nav {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
}

.lightbox-nav__col {
  width: 33.333%;
}

.lightbox-nav__col.start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-nav__col.center {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-nav__col.end {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lightbox-nav__text {
  margin-bottom: 0;
  font-size: 1em;
}

.lightbox-nav__button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin: -1em;
  padding: 1em;
  display: flex;
}

.lightbox-nav__dot {
  background-color: currentColor;
  border-radius: 10em;
  width: .375em;
  height: .375em;
  margin-bottom: -.1em;
  transition-property: transform;
  transition-duration: .45s;
  transition-timing-function: cubic-bezier(.625, .05, 0, 1);
}

.div-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: calc(33.3333% - .833333em);
  max-height: 40em;
  display: flex;
}

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

.resons-section.is-black-150 {
  background-image: url('../images/Produkt-Highlights.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.resons-section.is-no-img {
  background-color: #000;
}

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

.reasons_card-wrap {
  background-color: #1d1d1f;
  border-radius: .5rem;
  flex-flow: column;
  min-height: 18.75em;
  padding: 2.5em 2em 2em;
  display: flex;
}

.reasons_card-wrap.is-horizontal {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reasons_card-wrap.is-home, .reasons_card-wrap.is-home-copy {
  flex-flow: column;
  padding: 3.5em 3em;
}

.reasons_content-wrap {
  margin-top: auto;
}

.reasons_img-wrap {
  border-radius: 1rem;
  overflow: hidden;
}

.modal {
  z-index: 999;
  opacity: 1;
  pointer-events: none;
  visibility: hidden;
  justify-content: flex-end;
  align-items: stretch;
  padding: 2em 1em;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.modal__dark {
  opacity: .5;
  pointer-events: auto;
  cursor: pointer;
  background-color: #131313;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal__card {
  background-color: var(--white);
  pointer-events: auto;
  border-radius: 1em;
  width: 100%;
  max-width: 45vw;
  height: 100%;
  max-height: 100%;
  padding: .75em;
  display: none;
  position: relative;
}

.modal__scroll {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: 1.25em;
  flex-flow: column;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: scroll;
}

.modal__content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 4.5em 2em 2em;
  display: flex;
}

.modal__h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.175;
}

.modal__p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5;
}

.modal__btn-close {
  color: var(--gold);
  cursor: pointer;
  background-color: #f8f6f2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2em;
  display: flex;
  position: absolute;
  top: 2.5em;
  right: 2.5em;
}

.modal__btn-close-bar {
  background-color: currentColor;
  width: .12em;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

.modal__btn-close-bar.is--second {
  transform: rotate(-45deg);
}

.grid_img {
  border-radius: .6em;
}

.accordion-css {
  margin-top: auto;
  position: relative;
}

.accordion-css__list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.accordion-css__item {
  background-color: #f8f6f2;
  border-radius: .5em;
  list-style: none;
}

.accordion-css__item-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 1em 1.5em;
  display: flex;
}

.accordion-css__item-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
}

.accordion-css__item-icon {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  transform: rotate(180deg);
}

.accordion-css__item-icon-svg {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.accordion-css__item-bottom {
  grid-template-rows: 0fr;
  height: 10000%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-bottom-wrap {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-bottom-content {
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.accordion-css__item-p {
  color: #2c2c2c;
  margin-bottom: 0;
  font-size: .875em;
  line-height: 1.5;
}

.accordion-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.tags_wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.tags_link {
  background-color: var(--gold);
  color: var(--white);
  border-radius: .5em;
  padding: 1em;
  font-size: .813em;
  line-height: 1;
}

.technologie_sticky-card-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.technologie_card-wrap {
  background-color: #f8f6f2;
  border-radius: 1rem;
  padding: 3.5rem;
}

.technologie_card-wrap.is-small {
  padding: 2rem;
  transition: all .45s;
}

.technologie_card-wrap.is-small:hover {
  opacity: .9;
}

.technologie_card-wrap.is-small-dark {
  cursor: pointer;
  background-color: #a88d573d;
  border-radius: .5rem;
  padding: 2rem;
  transition: all .45s;
}

.technologie_card-wrap.is-small-dark:hover {
  opacity: .9;
}

.technologie_card-wrap.is-small-dark:active {
  transform: scale(.97);
}

.navigation_wrap {
  z-index: 1000;
  background-color: #000000f2;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigation_ebene-1 {
  background-color: #1d1d1f;
  border-radius: 1rem;
  width: 35vw;
  max-width: 28rem;
  padding: 3em 0 1.5em 1.5em;
  position: relative;
}

.navigation_hero {
  width: 90%;
  min-height: 12rem;
  padding-left: 1em;
  padding-right: 0;
}

.navigation_link {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 3em;
  display: flex;
}

.nav_link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 4em;
  font-size: 1em;
  display: flex;
}

.nav_link:hover {
  color: var(--gold);
}

.nav_link.ebene-2 {
  padding-right: 2em;
}

.nav_link.ebene-3 {
  color: var(--gold);
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-weight: 400;
}

.nav_link.ebene-3:hover {
  opacity: .9;
}

.nav_link.ebene-3.is-category {
  font-weight: 700;
}

.nav_icon {
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.close_button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  transition: all .45s;
  display: flex;
  position: absolute;
  inset: 2em 2em auto auto;
}

.close_button:active {
  transform: scale(.97);
}

.navigation_ebene-2 {
  background-color: #1d1d1f;
  background-image: linear-gradient(#ffffff05, #ffffff05);
  border-radius: 0;
  width: 35vw;
  max-width: 30rem;
  padding: 3em 1em 1.5em 1.5em;
  position: absolute;
  inset: 0% -103% 0% auto;
}

.nav_text {
  margin-right: auto;
}

.navigation_link-ebene-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 3em;
  display: flex;
}

.navigation_ebene-3 {
  background-color: #262628;
  background-image: linear-gradient(#ffffff0a, #ffffff0a);
  border-radius: 0 1em 1em 0;
  width: 35vw;
  max-width: 30rem;
  padding: 3em .9em 4em 2em;
  position: absolute;
  inset: 0% -95% 0% auto;
  overflow: scroll;
}

.categorie_wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: inline-flex;
}

.categories_slider {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2 {
  display: none;
}

.technologie_wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  margin-top: 1em;
  display: flex;
}

.technologien_pill {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--gold);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .4em 1.2em;
  font-family: Redhatmono, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
}

.technologie_tag-icon {
  width: 1em;
  height: 1em;
  display: flex;
}

.product_variants-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  display: flex;
}

.product_variant-card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: var(--headings);
  background-color: #f8f6f2;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  padding: .25em 2em .25em .25em;
  font-size: .813rem;
  display: inline-flex;
}

.product_variant-img {
  border-radius: .3em;
}

.breadcrumb_wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: inline-flex;
}

.product_table-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-bottom: 3em;
  display: flex;
}

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

.table_row {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  background-color: var(--white);
  border: 1px solid #f5f5f5;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  display: flex;
}

.table_row:hover {
  border-color: var(--copy);
}

.table_row:active {
  transform: scale(.98);
}

.table_row.w--current {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: .5rem;
}

.table_row.is-data-sheet {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table_cell, .table_cell.is-first {
  flex: 1;
}

.is-txt-table-cell {
  font-size: .813rem;
  line-height: 1.6;
}

.is-txt-table-cell.is-txt-white-100 {
  color: var(--white);
}

.is-txt-table-cell.is-txt-bold {
  color: var(--headings);
}

.is-txt-quote {
  color: var(--white);
  margin-top: .5em;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.2;
}

.is-txt-quote.is-txt-gold-100 {
  color: var(--gold);
  font-size: 2.5rem;
}

.quote_wrap {
  border-left: 4px solid var(--gold);
  padding-left: 3.5em;
}

.img-slider {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: .5em;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 30em;
  display: flex;
  position: relative;
}

.img-slider__list {
  border-radius: 1rem;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.img-slide {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  grid-area: 1 / 1 / -1 / -1;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.img-slide.is--current {
  opacity: 1;
  pointer-events: auto;
}

.img-slide__inner {
  object-fit: cover;
  will-change: transform;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-slider__nav {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 95vw;
  display: flex;
  position: relative;
  bottom: 0;
}

.img-slider__thumb {
  aspect-ratio: 1.5;
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: .3125rem;
  width: 6em;
  height: 6em;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.img-slider__thumb:hover {
  border-color: #fff6;
}

.img-slider__thumb.is--current {
  border-width: 2px;
  border-color: var(--gold);
  opacity: .7;
  width: 6em;
  height: 6em;
}

.slider-thumb__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.downloads-card-icon {
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.downloads_card-wrap {
  background-color: #f8f6f2;
  border-radius: 1rem;
  padding: 3.5rem;
}

.downloads_card-wrap.is-small {
  cursor: pointer;
  border-radius: .5rem;
  padding: 2rem;
  transition: all .45s;
}

.downloads_card-wrap.is-small:hover {
  opacity: .9;
}

.downloads_card-wrap.is-small:active {
  transform: scale(.97);
}

.downloads_card-wrap.is-small-dark {
  cursor: pointer;
  background-color: #a88d573d;
  border-radius: .5rem;
  padding: 2rem;
  transition: all .45s;
}

.downloads_card-wrap.is-small-dark:hover {
  opacity: .9;
}

.downloads_card-wrap.is-small-dark:active {
  transform: scale(.97);
}

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

.other_products {
  background-color: #f8f6f2;
  overflow: hidden;
}

.product_slider-card {
  background-color: var(--white);
  border-radius: .5rem;
  padding: 1.5em;
}

.measure_data-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.similar_section {
  background-color: #f8f6f2;
  overflow: hidden;
}

.marquee_wrap.is-team {
  margin-top: 1em;
}

.services_card-wrap {
  background-color: #1d1d1f;
  border-radius: 1rem;
  padding: 0;
  display: flex;
  position: sticky;
  top: 2rem;
  box-shadow: 0 2px 35px 30px #00000073;
}

.services_card-wrap.is-horizontal {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services_card-wrap.is-home {
  box-shadow: none;
  flex-flow: column;
  padding: 3.5em 3em;
  position: relative;
}

.services_card-wrap.is-home-copy {
  flex-flow: column;
  padding: 3.5em 3em;
}

.services_card-wrap._1 {
  box-shadow: none;
  background-color: #f8f6f2;
  top: 10vh;
  overflow: hidden;
}

.services_card-wrap._2 {
  top: 15vh;
  overflow: hidden;
}

.services_card-wrap._3 {
  position: sticky;
  top: 20vh;
  overflow: clip;
}

.services-section {
  overflow: hidden;
}

.services_content_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  padding: 2rem 3.5rem;
  display: flex;
}

.team_slider-card {
  background-color: var(--headings);
  border-radius: .5rem;
  padding: 0;
  overflow: clip;
}

.team_card-content {
  padding: 2.5em 1.5em;
}

.quote_content-wrap {
  border-left: 4px solid var(--gold);
  padding-left: 2em;
}

.philosophie_img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 1.4em;
  width: 50%;
}

.div-block-3 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-bottom: 1px solid #e0e0e0;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.div-block-3.is-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.div-block-4 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: none;
  width: 50%;
  display: flex;
}

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

.about_grid--4-4-4.is-footer {
  grid-column-gap: 2.75em;
  grid-row-gap: 2em;
  border-top: 1px solid #0000001a;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.about_grid--4-4-4.is-why {
  grid-column-gap: 8em;
  grid-row-gap: 4em;
}

.about_grid--4-4-4.is-hidden {
  display: none;
}

.grid_image {
  border-radius: 1em;
}

.grid_img-wrap {
  position: relative;
}

.badge_icon {
  position: absolute;
  inset: -24% -22% auto auto;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.certificate_card-wrap {
  background-color: #f8f6f2;
  border-radius: 1rem;
  padding: 3.5rem;
}

.certificate_card-wrap.is-small {
  background-color: var(--white);
  cursor: pointer;
  border-radius: .5rem;
  padding: 2rem;
  transition: all .45s;
}

.certificate_card-wrap.is-small:hover {
  opacity: .9;
}

.certificate_card-wrap.is-small:active {
  transform: scale(.97);
}

.certificate_card-wrap.is-small-dark {
  cursor: pointer;
  background-color: #a88d573d;
  border-radius: .5rem;
  padding: 2rem;
  transition: all .45s;
}

.certificate_card-wrap.is-small-dark:hover {
  opacity: .9;
}

.certificate_card-wrap.is-small-dark:active {
  transform: scale(.97);
}

.div-block-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  font-size: .8em;
  display: flex;
}

.nav_link-ebene-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 4em;
  font-size: 1em;
  display: flex;
}

.nav_link-ebene-2:hover {
  color: var(--gold);
}

.nav_link-ebene-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 2.5em 0 0;
  font-size: 1em;
  display: flex;
}

.nav_link_wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  margin-bottom: 1em;
  padding-left: 2.1em;
  display: flex;
}

.nav_link-hover {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--gold);
  border-radius: .5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 3.2rem;
  padding: .6em 1em;
  font-weight: 700;
  transition: all .25s;
  display: flex;
}

.nav_link-hover:hover {
  color: var(--gold);
}

.is-txt-nav-category {
  color: var(--white);
  margin-left: 1rem;
  font-size: .7rem;
  font-weight: 700;
}

.is-txt-bold-copy {
  font-weight: 700;
}

.is-txt-nav_category-intro {
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.6;
}

.is-txt-nav_category-intro.is-txt-white-100 {
  color: var(--white);
  padding-top: .5em;
  padding-left: 1rem;
}

.is-txt-nav_category-intro.is-txt-white-100.is-txt-bold {
  font-weight: 700;
}

.is-txt-nav_category-intro.is-txt-white-100.is-max-50 {
  max-width: 50%;
}

.is-txt-nav_category-intro.is-txt-white-100.is-max-80 {
  max-width: 80%;
}

.contact_form {
  width: 100%;
}

.input_row {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.input_row.is-intro {
  margin-bottom: 1em;
}

.checkbock_icon {
  border: 1px solid #b0b0b0;
  flex: none;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-left: 0;
}

.checkbock_icon.w--redirected-checked {
  border-width: 5px;
  border-color: var(--gold);
}

.checkbock_icon.w--redirected-focus {
  box-shadow: 0 2px 5px -20px #0003;
}

.checkbox_label {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.is-txt-nav-description {
  color: var(--white);
  margin-bottom: 0;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.6;
}

.is-txt-nav-description.is-txt-bold {
  font-weight: 700;
}

.is-txt-nav-description.is-txt-bold.is-success {
  color: #121212;
  font-weight: 600;
}

.is-txt-nav-description.is-accordion {
  color: #898989;
  margin-bottom: .9em;
}

.is-txt-nav-description.is-txt-white-75 {
  color: #ffffffbf;
  font-size: 1.25rem;
}

.is-txt-nav-description.is-txt-black-100 {
  font-size: 1em;
}

.is-txt-nav-description.is-txt-white-150 {
  color: var(--white);
  font-size: 1em;
}

.is-txt-nav-description.is-txt-gold-100 {
  font-size: 1em;
}

.is-txt-nav-description.is-txt-white-100 {
  color: var(--white);
}

.is-txt-nav-description.is-txt-white-100.is-max-50, .is-txt-nav-description.is-max-50 {
  max-width: 50%;
}

.nav_link-hover-ebene-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--gold);
  border-radius: .5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 3.2rem;
  padding: .6em 1em;
  font-weight: 700;
  display: flex;
}

.nav_link-hover-ebene-2:hover {
  color: var(--gold);
}

.nav_link-hover-ebene-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--gold);
  border-radius: .5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 3.2rem;
  padding: .6em 1em;
  font-weight: 700;
  display: flex;
}

.nav_link-hover-ebene-1:hover {
  color: var(--gold);
}

.yt_video-wrap {
  border-radius: .5rem;
  min-height: 100%;
  overflow: clip;
}

.yt_content_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 2rem 3.5rem 3.5rem;
  display: grid;
}

.yt_card {
  background-color: #1d1d1f;
  border-radius: 1rem;
  padding: 0;
  display: flex;
  position: sticky;
  top: 2rem;
  box-shadow: 0 2px 35px 30px #00000073;
}

.yt_card.is-horizontal {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.yt_card.is-home {
  box-shadow: none;
  flex-flow: column;
  padding: 3.5em 3em;
  position: relative;
}

.yt_card.is-home-copy {
  flex-flow: column;
  padding: 3.5em 3em;
}

.yt_card._1 {
  box-shadow: none;
  background-color: #f8f6f2;
  position: relative;
  top: 0;
  overflow: hidden;
}

.yt_card._2 {
  top: 15vh;
  overflow: hidden;
}

.yt_card._3 {
  position: sticky;
  top: 20vh;
  overflow: clip;
}

.ratgeber_grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-columns: .5fr 1fr;
}

.fs-toc_richtext {
  margin-bottom: 4rem;
}

.download_wrap {
  background-color: #fcfcfc;
  border-radius: .5em;
  padding: 2.5em;
}

.download_wrap.is-glossarie {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
  overflow: hidden;
}

.download_wrap.is-glossarie-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  display: block;
  overflow: hidden;
}

.download_wrap.is-glossarie-3 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 8.5em 0;
  display: block;
  overflow: hidden;
}

.cta_box-img {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: 20em;
  overflow: clip;
}

.cta-boxed-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-boxed-wrap.is-bg-blue-gradient {
  background-image: linear-gradient(266deg, #105efb, #199afb);
  border-radius: 1.25rem;
  padding: 4rem;
  position: relative;
  box-shadow: 0 80px 30px -60px #6d6d6d69;
}

.cta-boxed-wrap.is-bg-blue-gradient.is-glossarie {
  padding: 2.5rem;
}

.loesungen-cta_grid--6-6 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  width: 100%;
}

.cta-boxed_headline-wrap {
  max-width: 48.1em;
}

.wrap-flex-hor-c-btn {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn--prm-med-icon-right-boxed {
  color: #fff;
  text-align: center;
  background-color: #ffffff42;
  background-image: url('../images/right-icon.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: .85rem 2.9rem .85rem 1.05rem;
  font-size: 1rem;
  font-weight: 700;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.btn--prm-med-icon-right-boxed:hover {
  background-color: #fcfcfc59;
}

.btn--prm-med-icon-right-boxed:active {
  box-shadow: none;
}

.ratgeber-breaker-wrapper {
  background-color: #fcfcfc;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2.5em;
  display: flex;
}

.ratgeber-breaker-wrapper.is-glossarie {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.glossarie_cta-wrap {
  z-index: 2;
  position: absolute;
}

.glossarie_img-wrap {
  width: 25em;
}

.is-pad-tb-lr-40 {
  margin-left: 28.1rem;
  padding: 4rem;
}

.is-pad-tb-lr-40.is-glossarie {
  padding: 0;
}

.button-default-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.sidebar_wrap {
  background-color: #f8f6f2;
  border-radius: .5em;
  padding: 1em 1.5rem;
}

.fs-toc_sidebar {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1a1a1a;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  padding: 0 0 0;
  display: flex;
  position: sticky;
  top: 8rem;
}

.subnav-heading-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.is-txt-share-heading {
  color: var(--headings);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
}

.toc-wrap {
  width: 100%;
  padding-top: .2em;
}

.fs-toc_link-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-toc_link-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #252525;
}

.fs-toc_link-wrapper.is-h3 {
  border-left: 1px solid #e0e0e0;
  max-width: 15rem;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: .75rem;
}

.fs-toc_link-wrapper.is-h4 {
  border-left: 1px solid #e0e0e0;
  max-width: 15rem;
  margin-left: 0;
  padding-left: .75rem;
}

.fs-toc_link-wrapper.is-h5 {
  border-left: 1px solid #e0e0e0;
  max-width: 15rem;
  padding-left: .75rem;
}

.fs-toc_link-wrapper.is-h6 {
  border-left: 1px solid #e0e0e0;
  max-width: 15rem;
  margin-left: 0;
  padding-left: .75rem;
}

.fs-toc_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #616161;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .35rem;
  margin-bottom: .35rem;
  padding-left: 0;
  font-size: .9rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.fs-toc_link:hover {
  color: var(--gold);
}

.fs-toc_link:visited {
  border-left: 1px #000;
}

.fs-toc_link.w--current {
  color: var(--gold);
  border-radius: .5em;
  margin-left: 0;
  padding-left: 0;
}

.fs-toc_link.w--current:visited {
  color: var(--gold);
}

.fs-toc_link.is-h3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  letter-spacing: .025rem;
}

.fs-toc_link.is-h3.w--current {
  color: var(--gold);
}

.fs-toc_label {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ad00b0;
  padding: .15rem .35rem .125rem .4rem;
  font-size: .75rem;
  font-weight: 500;
  display: inline-block;
}

.fs-toc_h-trigger {
  display: none;
}

.divider {
  background-color: #eaf3f2;
  width: 100%;
  height: 1px;
}

.heading-3 {
  font-size: 3em;
}

.list-img {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-img.is-overflow {
  width: 100%;
  overflow: clip;
}

.list-ap {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-ap.is-overflow {
  width: 100%;
  overflow: clip;
}

.ap_section {
  background-color: #000;
  overflow: clip;
}

.ap_section.is-black-150 {
  background-image: url('../images/Produkt-Highlights.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.search_result-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #1d1d1f;
  border-radius: .5rem;
  flex-flow: column;
  width: 100%;
  min-width: 35rem;
  height: auto;
  margin-top: .5em;
  padding: 0;
  display: none;
  position: absolute;
}

.search_result-wrapper.show {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  width: 100%;
  padding: 0;
  display: flex;
}

.filter_form_block {
  background-color: #1d1d1f;
  border-radius: .5rem;
  margin-bottom: 0;
}

.filter_form_block.light {
  background-color: #1d1d1f00;
}

.filter_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .5rem;
  display: grid;
}

.filter_form.helper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_search {
  color: #b9fd3b;
  background-color: #242424;
  background-image: url('../images/search-icon-white.svg');
  background-position: 16px 52%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 3.25rem;
  font-size: 1rem;
}

.filter_block_header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.filter_block_title {
  font-size: 1.125rem;
  font-weight: 600;
}

.fs-checkbox-5_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-checkbox-5_wrapper {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  padding: .25rem;
  display: flex;
  position: relative;
}

.fs-checkbox-5_dot {
  z-index: 2;
  background-color: #a1a1a1;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.fs-checkbox-5_button {
  border-radius: 999rem;
  width: 85%;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs-checkbox-5_button:focus-visible, .fs-checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-checkbox-5_label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fs-checkbox-5_mask {
  z-index: 1;
  opacity: 1;
  background-color: #4c4c4c;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.filter_clear {
  color: #a1a1a1;
  background-color: #414141;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .25rem .75rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.filter_clear:hover {
  background-color: #4c4c4c;
}

.filter_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.filter_list.is-1-col {
  grid-template-columns: 1fr;
}

.radio_field {
  color: #b7b7b7;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.radio_field:hover {
  color: #e1e1e1;
}

.radio_field.is-list-emptyfacet {
  opacity: .5;
}

.radio_button {
  border: 2px solid #4c4c4c;
  border-radius: 999rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .125rem;
  margin-left: 0;
  margin-right: .75rem;
}

.radio_button.w--redirected-checked {
  outline-offset: -1px;
  background-color: #b9fd3b80;
  background-image: none;
  border-width: 4px;
  border-color: #242424;
  outline: 2px solid #b9fd3b;
  box-shadow: 1px 1px 3px #0000;
}

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

.radio_button.w--redirected-focus-visible {
  outline-offset: 3px;
  outline: 2px solid #b9fd3b;
}

.radio_color {
  border-radius: .25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .125rem;
  margin-right: .5rem;
}

.radio_color.is-black {
  background-color: #000;
  margin-right: .5rem;
}

.radio_color.is-white {
  background-color: #fff;
}

.radio_color.is-gray {
  background-color: #8d8c8c;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-cream {
  background-color: #ffe198;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-yellow {
  background-color: #f0c435;
  background-image: linear-gradient(#0000001f, #ffffff26);
}

.radio_color.red {
  background-color: #e05058;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-green {
  background-color: #43a247;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_label {
  margin-bottom: 0;
  margin-right: .5rem;
}

.filter_facet-count {
  margin-left: auto;
  font-size: .875rem;
}

.filter_facet-count.helper {
  color: var(--white);
  font-size: .813rem;
}

.option-results {
  color: #6e30f7;
  display: none;
}

.filter_list-wrapper {
  width: 100%;
}

.filter_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  padding: 1.5em;
  display: flex;
}

.filter_item.no-padding {
  width: 100%;
  margin-bottom: 1em;
  padding: 0;
}

.filter-block-label {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.filter_select {
  color: #fff;
  cursor: pointer;
  background-color: #414141;
  border: 1px #000;
  border-radius: .25rem;
  min-height: 3.6rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.rangeslider_wrapper {
  align-items: center;
  padding: 1rem 1.5rem;
  display: block;
  position: relative;
}

.rangeslider_track {
  background-color: #4c4c4c;
  border-radius: 999rem;
  width: 96%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #b9fd3b;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.rangeslider_handle:focus {
  background-color: #b9fd3b;
  width: 1.2rem;
  height: 1.2rem;
}

.rangeslider_fill {
  background-color: #b9fd3b;
  width: 20%;
  height: 100%;
  position: absolute;
}

.rangeslider_input {
  display: none;
}

.range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.filter_clear-all {
  color: var(--gold);
  text-align: center;
  padding: 0 1rem;
  font-size: .8rem;
  text-decoration: none;
}

.filter_clear-all.helper {
  padding: 0;
}

.checkbox_field {
  color: var(--white);
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .8rem;
  font-weight: 400;
  display: flex;
}

.checkbox_field:hover {
  color: #e1e1e1;
}

.checkbox_field.is-list-emptyfacet.helper {
  font-size: .813rem;
}

.checkbox_input {
  border: 1px solid #525252;
  border-radius: .2rem;
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: .125rem;
  margin-left: 0;
  margin-right: .75rem;
}

.checkbox_input.w--redirected-checked {
  border-color: var(--gold);
  background-color: var(--gold);
  background-image: url('../images/check_white.svg');
  background-position: 50%;
  background-size: .6rem;
  box-shadow: 1px 1px 3px #0000;
}

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

.checkbox_input.w--redirected-focus-visible {
  outline-offset: 3px;
  outline: 2px solid #b9fd3b;
}

.dropdown-list {
  background-color: #ddd;
  min-width: 25rem;
}

.dropdown-list.w--open {
  z-index: 200;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #2f2f31;
  border-radius: .5rem;
  flex-flow: column;
  min-width: 25rem;
  max-height: 19.1rem;
  padding: 1rem;
  display: flex;
  top: 41px;
  overflow: scroll;
  box-shadow: 0 4px 8px #0006;
}

.filter_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.filter_content.is-hidden {
  display: none;
}

.filter_results {
  background-color: #242424;
  border-radius: .25rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 4.5rem;
  padding: 1rem;
  display: flex;
}

.filter_results.light {
  background-color: #24242400;
  padding: 0;
}

.filter_results_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter_results_text {
  margin-bottom: 0;
  font-size: .9375rem;
}

.filter_results_text.light {
  color: var(--gold);
  font-family: Redhatmono, Arial, sans-serif;
  font-size: .8rem;
}

.filter_results_span {
  color: #a1a1a1;
  text-align: center;
  background-color: #111;
  border-radius: .25rem;
  min-width: 1.5rem;
  margin-left: 0;
  margin-right: .5rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: inline-block;
}

.filter_results_span.light {
  background-color: var(--gold);
  color: var(--green-100);
  margin-right: .2rem;
}

.filter_dropdown {
  margin-left: 0;
  margin-right: 0;
}

.filter_dropdown_toggle {
  color: var(--gold);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 11.3rem;
  padding: .5rem 3.7rem .5rem 1.2rem;
  font-family: Redhatmono, Arial, sans-serif;
  font-size: .8rem;
  display: flex;
}

.filter_dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.filter_dropdown_list.w--open {
  background-color: #414141;
  border-radius: .5rem;
  margin-top: .25rem;
}

.filter_dropdown_link {
  color: var(--white);
  cursor: pointer;
  border-bottom: 1px #111;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: .8rem 2rem .8rem 1.5rem;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.filter_dropdown_link:hover {
  background-color: #4c4c4c;
}

.filter_dropdown_link.w--current {
  color: #828282;
  background-color: #313131;
}

.filter_tags {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: center start;
  align-items: center;
  min-height: 3.625rem;
  display: flex;
}

.filter_tags_label {
  color: #eee;
  margin-right: 1rem;
}

.filter_tags_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #a1a1a1;
  background-color: #414141;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.filter_tags_item:hover {
  background-color: #4c4c4c;
}

.filter_tags_text {
  text-transform: capitalize;
}

.filter_tags_remove {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.4rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .325rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cms_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms_list.is-product {
  grid-template-columns: 1fr;
}

.cms_list-item {
  max-width: 40rem;
}

.cms_list-item.is-product {
  max-width: 100%;
}

.hide {
  display: none;
}

.filter_empty {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #b7b7b7;
  text-align: center;
  background-color: #242424;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 12rem;
  padding: 3rem;
  display: flex;
}

.filter_empty.helper {
  color: var(--headings);
  background-color: #f8f6f2;
  font-size: .813rem;
  display: none;
}

.filter_empty_icon {
  width: 4rem;
  line-height: 0;
}

.card_info {
  color: #4c4c4c;
  background-color: #f6f6f6;
  border-radius: .25rem;
  width: 100%;
  padding: .25rem .25rem .25rem .5rem;
  font-size: .875rem;
}

.card_info.helper {
  font-size: .813rem;
}

.filter-hidden {
  display: none;
}

.produktfinder_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: .5em 1.5em;
  display: flex;
}

.produktfinder_wrap.last {
  padding-top: .5em;
  padding-bottom: 1.5em;
}

.produktfinder_wrap.first {
  padding-top: 1.5em;
}

.product_category-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.product_link {
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-right: 1rem;
  display: flex;
}

.product_link:hover {
  background-color: #ffffff0a;
}

.product-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.product_preview-img {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  width: 4rem;
  height: 4rem;
}

.product_infos-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5em .5em .5em 1em;
  display: flex;
}

.product_tag {
  background-color: var(--gold);
  color: var(--headings);
  text-transform: uppercase;
  border-radius: .25rem;
  padding-left: .5em;
  padding-right: .5em;
  font-family: Redhatmono, Arial, sans-serif;
  font-size: .6rem;
  font-weight: 700;
  display: inline-block;
}

.product_name {
  color: var(--white);
  font-size: .8rem;
  font-weight: 400;
}

.product_art-nr {
  text-transform: uppercase;
  margin-bottom: .5rem;
  margin-left: auto;
  font-family: Redhatmono, Arial, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  display: inline-flex;
}

.background-overlay {
  z-index: 500;
  background-color: #0c0c0cc4;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.background-overlay.show {
  display: flex;
}

.close_icon {
  width: 1rem;
  height: 1rem;
  display: none;
  position: absolute;
  inset: .9rem 1.25rem auto auto;
}

.close_icon.show {
  display: flex;
}

.consulting_img {
  width: 4.9em;
}

.jubi-hero {
  overflow: clip;
}

.jubi-hero.is-black-150 {
  background-image: url('../images/Produkt-Highlights.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.jubi-hero.is-no-img {
  background-color: #000;
}

.jubi-img {
  object-fit: cover;
  border-radius: 1rem;
}

.sticky-features__wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1.25em;
  padding-right: 0;
  display: flex;
  position: relative;
}

.sticky-features__scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.sticky-features__container {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sticky-feaures__col {
  flex: 1;
  position: relative;
}

.sticky-feaures__col.is--img {
  border-radius: .75em;
  overflow: hidden;
}

.sticky-features__img-collection {
  width: 100%;
}

.sticky-features__img-list {
  aspect-ratio: 1 / 1.3;
  width: 100%;
  height: 90vh;
  position: relative;
}

.sticky-features__img-item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-features__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sticky-features__progress-w {
  background-color: #f8f6f2;
  border-radius: 6px;
  width: 2px;
  height: 95%;
  position: absolute;
  inset: auto auto auto 0%;
  overflow: clip;
}

.sticky-features__progress-bar {
  background-color: var(--gold);
  transform-origin: 0%;
  transform-style: preserve-3d;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transform: scale3d(0, 1, 1);
}

.sticky-features__text-collection {
  width: 100%;
  height: 100%;
}

.sticky-features__text-list {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.sticky-features__text-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  visibility: hidden;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 38em;
  margin-left: 0;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
}

.sticky-features__tag {
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: .25em;
  margin-bottom: 0;
  padding: 0;
  font-family: Redhatmono, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
}

.sticky-features__heading {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4375rem;
  font-weight: 500;
  line-height: 1;
}

.sticky-features__p {
  color: var(--copy);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.sticky-features__p.is--link {
  color: #fff;
  text-decoration: underline;
}

.jubi_badge {
  color: var(--gold);
  background-color: #a88d5714;
  border-radius: 5rem;
  margin-bottom: 1.5em;
  padding: .3rem 1rem;
  font-weight: 700;
  display: inline-flex;
}

.jubi_badge-img {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 11em;
  height: 11em;
  display: flex;
  position: absolute;
  inset: 3rem 44% auto auto;
}

.products-wrap {
  width: 90%;
  position: relative;
}

.overlay-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--gold);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 35%;
  padding: 1.5em;
  display: block;
  position: absolute;
  inset: auto auto 3em 3em;
}

.overlay-wrap.is-lautsprecher, .overlay-wrap.is-verstaerker, .overlay-wrap.is-plattenspieler, .overlay-wrap.is-cd-player, .overlay-wrap.is-streamer, .overlay-wrap.is-stromfilter, .overlay-wrap.is-verkabelung, .overlay-wrap.is-endstufe, .overlay-wrap.is-terminal, .overlay-wrap.is-frequenzweiche, .overlay-wrap.is-pa-lautsprecher, .overlay-wrap.is-pa-verkabelung, .overlay-wrap.is-pa-verstaerker, .overlay-wrap.is-line-array, .overlay-wrap.is-frontfill, .overlay-wrap.is-monitor, .overlay-wrap.is-mischpult, .overlay-wrap.is-studio-verkabelung, .overlay-wrap.is-studio-lautsprecher, .overlay-wrap.is-spannungsstabiliesierung, .overlay-wrap.is-car-verkabelung, .overlay-wrap.is-car-lautsprecher, .overlay-wrap.is-cinema-lautsprecher, .overlay-wrap.is-cinema-verstaerker, .overlay-wrap.is-cinema-verkabelung {
  z-index: 10;
  display: none;
}

.modal_close-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-left: auto;
  display: flex;
}

.modal_heading-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.modal_heading {
  color: var(--green-100);
  margin-bottom: .5em;
  font-family: Redhatdisplay, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.modal_item-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--green-100);
  justify-content: flex-start;
  align-items: center;
  padding-top: .05em;
  padding-bottom: .05em;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.modal_icon {
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.pin {
  background-color: var(--gold);
  outline-offset: 0px;
  cursor: pointer;
  border-radius: 5em;
  outline: 8px solid #a88d5729;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: 23% auto auto 5%;
}

.pin.is-frequenzweiche {
  top: 54%;
}

.pin.is-terminal {
  top: 68%;
}

.pin.is-plattenspieler {
  transition: all .2s;
  top: 36%;
  left: 49%;
}

.pin.is-cd-player {
  top: 46%;
  left: 49%;
}

.pin.is-streamer {
  top: 57%;
  left: 49%;
}

.pin.is-vorverstaerker {
  top: 68%;
  left: 49%;
}

.pin.is-verkabelung {
  top: 77%;
  left: 40%;
}

.pin.is-stromfilter {
  top: 88%;
  left: 48.5%;
}

.pin.is-endstufe {
  top: 68%;
  left: 74%;
}

.pin.is-lautsprecher-right {
  left: auto;
  right: 5%;
}

.pin.is-frequenzweiche-right {
  top: 54%;
  left: auto;
  right: 5%;
}

.pin.is-terminal-right {
  top: 68%;
  left: auto;
  right: 5%;
}

.pin.is-pa-lautsprecher {
  top: 25%;
  left: 12%;
}

.pin.is-pa-lautsprecher-right {
  top: 25%;
  left: auto;
  right: 12%;
}

.pin.is-line-array {
  top: 54%;
  left: 14%;
}

.pin.is-line-array-right {
  top: 54%;
  left: auto;
  right: 14%;
}

.pin.is-pa-verstaerker {
  top: 84%;
  left: 14%;
}

.pin.is-frontfill {
  top: 93%;
  left: 28%;
}

.pin.is-monitor {
  top: 93%;
  left: 46%;
}

.pin.is-frontfill-right {
  top: 93%;
  left: 69%;
}

.pin.is-pa-verkabelung {
  top: 86%;
  left: 57%;
}

.pin.is-studio-lautsprecher {
  top: 9%;
  left: 21%;
}

.pin.is-studio-lautsprecher-right {
  top: 9%;
  left: auto;
  right: 21%;
}

.pin.is-mischpult {
  top: 49%;
  left: 48.5%;
}

.pin.is-studio-verkabelung {
  top: 75%;
  left: 9.5%;
}

.pin.is-car-verkabelung {
  top: 58%;
  left: 57.5%;
}

.pin.is-spannungsstabiliesierung {
  top: 40%;
  left: 15.5%;
}

.pin.is-car-lautsprecher {
  top: 38%;
  left: 63.5%;
}

.pin.is-spannungsstabiliesierung-right {
  top: 40%;
  left: 77.5%;
}

.pin.is-cinema-lautsprecher-1 {
  top: 20%;
  left: 9.5%;
}

.pin.is-cinema-lautsprecher-2 {
  top: 20%;
  left: 88.5%;
}

.pin.is-cinema-lautsprecher-3 {
  top: 44%;
  left: 70.5%;
}

.pin.is-cinema-lautsprecher-4 {
  top: 44%;
  left: 27%;
}

.pin.is-cinema-verstaerker {
  top: 50%;
  left: 48.7%;
}

.pin.is-cinema-verkabelung {
  top: 52%;
  left: 64.7%;
}

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

.is-contact-device-img {
  max-height: 36em;
}

.nav-link-white {
  color: var(--white);
  margin-left: 1.25em;
  padding: .25em 0;
  font-size: 1rem;
  font-weight: 700;
}

.nav-link-white.w--current {
  color: var(--gold);
  font-weight: 700;
}

.nav-link-white.is-txt-black-100 {
  color: var(--headings);
}

.sidebar_link {
  background-color: #f8f6f3;
  border-radius: .5em;
  width: 100%;
  margin-top: 1em;
  padding: 1em 1.5rem;
}

.lang_flag {
  width: 1.4rem;
  height: 1rem;
}

.div-block-6 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.slider_wrap {
  display: none;
}

.slider_content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 38em;
  margin-left: 0;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
}

.slider-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sticky-content {
  position: sticky;
  top: 4rem;
}

@media screen and (max-width: 991px) {
  .btn-sec--med {
    padding: 1em 1.75em;
  }

  .btn-sec--med.is-mb-align-centered {
    border-width: 1px;
  }

  .is-h2.is-txt-align-center.is-max-width-45 {
    max-width: 33rem;
    font-size: 3em;
  }

  .grid--6-6.is-content01, .grid--6-6.is-hero {
    grid-column-gap: 2em;
  }

  .grid--6-6.is-content02, .grid--6-6.is-cta-section {
    grid-column-gap: 2em;
    padding-left: 0;
  }

  .container-col-8 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dsg-subnav-menu {
    border-radius: 0;
    flex-direction: row;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .is-t-visible {
    display: block;
  }

  .is-txt-allcaps.is-txt-blue-100 {
    font-size: 1rem;
  }

  .dsg-nav_menu {
    background-color: #181818;
    flex-direction: column;
    justify-content: center;
  }

  .dsg-nav_menu.is-white {
    background-color: #18181800;
    flex-flow: row;
  }

  .is-t-hidden {
    display: none;
  }

  .container-col-4, .container-col-12 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .is-margin-tb-48.is-mb-0 {
    flex: none;
    width: auto;
  }

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

  .dsg-main-grid {
    grid-template-columns: 1fr;
  }

  .container-col-6 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dsg-subnav-link {
    font-size: .8rem;
  }

  .grid--3-3-3-3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .btn--prm-med.is-mb-fullwidth {
    border-radius: 50px;
  }

  .container-col-10 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dsg-sidebar {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .grid--4-4-4 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .grid--4-4-4.is-footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .grid--4-4-4.is-why {
    grid-column-gap: 4em;
  }

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

  .is-btn-t-fw {
    width: 100%;
  }

  .dsg-nav-link {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding: 2em 5vw;
    display: flex;
  }

  .cta-arrow {
    color: #dbf40c;
  }

  .content01_img {
    height: 100%;
  }

  .content01_img.is-left, .content01_img.is-right {
    width: 100%;
  }

  .dsg-popup {
    bottom: 1.5em;
    right: 1.5em;
  }

  .card05 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .card05_cta-icon {
    width: 2.7em;
  }

  .card05_cta-link {
    border-bottom-width: 1px;
  }

  .grid--start_bottom {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .content-hero_text-wrap.max-50 {
    max-width: 100%;
  }

  .is-pill-outlined {
    outline-offset: 0px;
    border: 2px solid #001ee1;
    outline: 2px #001ee1;
    padding-left: .8rem;
    padding-right: .8rem;
    display: inline-block;
  }

  .tab-icon {
    background-color: #0000;
    width: 18px;
    max-width: 80%;
    height: 18px;
  }

  .is-success-text {
    font-size: 1rem;
  }

  .content02_img-wrap {
    min-height: 29rem;
  }

  .hero-img {
    object-fit: cover;
    object-position: 0% 50%;
    flex: none;
    width: 120%;
    height: 100%;
    min-height: auto;
  }

  .popup-wrap {
    align-items: flex-end;
    padding-left: 0;
    display: none;
  }

  .close-icon {
    z-index: 10000;
    background-color: #fff;
    inset: 1rem 1rem auto auto;
  }

  .popup-form {
    width: 100%;
    margin-bottom: 0;
    padding: 2rem 1.4rem;
  }

  .popup-form-wrap {
    align-items: stretch;
    width: 100%;
    min-width: 15rem;
  }

  .content02_text-wrap {
    padding-left: 3.313rem;
  }

  .btn-sec--small.is-mb-align-centered {
    border-width: 1px;
  }

  .content-mb-slide {
    align-items: flex-start;
  }

  .is-pill-filled-red {
    display: inline-block;
  }

  .swiper-component.slider1.mb {
    display: block;
  }

  .swiper-slide {
    width: 50%;
    max-width: 28rem;
  }

  .swiper-horizontal.ui {
    margin-top: 0;
    display: none;
  }

  .tab-wrap {
    flex-direction: column;
    height: auto;
    display: none;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-link-wrap {
    flex-direction: column;
    min-height: 3rem;
    margin-bottom: .5rem;
  }

  .tab-dropdown-text {
    z-index: 50;
    position: relative;
  }

  .list {
    margin-top: 0;
    padding-left: 0;
  }

  .lis-item {
    padding: .8rem;
  }

  .tab-list-text {
    font-size: 1.2em;
  }

  .tab-content-wrap {
    order: 1;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .tab-img-1 {
    z-index: 0;
    width: auto;
    margin-bottom: -1rem;
  }

  .tab-img-2 {
    flex: none;
    width: 100%;
    margin-top: auto;
    transform: scale(.8);
  }

  .tab-img-3 {
    min-width: 20rem;
    margin-top: auto;
    transform: scale(.8);
  }

  .mobile-slider {
    background-color: #0000;
    width: 70%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    display: none;
  }

  .mobile-slider-mask {
    height: 100%;
    overflow: visible;
  }

  .slide-1 {
    height: 100%;
    min-height: 50rem;
  }

  .slider-head {
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    min-height: 20rem;
    display: flex;
  }

  .slider-content-wrap {
    grid-column-gap: 0rem;
    background-color: #fff;
    border-style: solid;
    border-color: #12121217;
    padding: .8rem;
    transform: translate(0);
  }

  .slide-2 {
    height: 100%;
    min-height: 50rem;
    padding-right: 0;
  }

  .slide-4 {
    height: 100%;
    min-height: 50rem;
  }

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

  .mobile-slider-nav {
    opacity: .51;
    color: #121212;
    position: absolute;
    inset: 0% 0% auto;
  }

  .grid--numbers {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .slider_grid--6-6.is-content01, .slider_grid--6-6.is-hero {
    grid-column-gap: 2em;
  }

  .slider_grid--6-6.is-content02 {
    grid-column-gap: 2em;
    padding-left: 0;
  }

  .products_tab-content {
    width: 100%;
  }

  .products_tab-mask {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .products_pill-wrap {
    max-width: 100%;
  }

  .procuts_img {
    height: 61vw;
  }

  .item {
    align-self: stretch;
  }

  .technology_img {
    object-fit: cover;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    width: 100%;
    max-height: 20em;
  }

  .technology_grid--6-6 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .technology_grid--6-6.is-content01, .technology_grid--6-6.is-hero {
    grid-column-gap: 2em;
  }

  .technology_grid--6-6.is-content02, .technology_grid--6-6.is-cta-section {
    grid-column-gap: 2em;
    padding-left: 0;
  }

  .arrow_img {
    width: 2rem;
    height: 2rem;
  }

  .technology_link-wrap {
    margin-top: 3em;
  }

  .sample_card-wrap, .newsletter_card-wrap {
    padding: 1.5rem;
  }

  .newsletter_grid--6-6.is-content01, .newsletter_grid--6-6.is-hero {
    grid-column-gap: 2em;
  }

  .newsletter_grid--6-6.is-content02, .newsletter_grid--6-6.is-cta-section {
    grid-column-gap: 2em;
    padding-left: 0;
  }

  .technolodie_grid--6-6.is-content01, .technolodie_grid--6-6.is-hero {
    grid-column-gap: 2em;
  }

  .technolodie_grid--6-6.is-content02, .technolodie_grid--6-6.is-cta-section {
    grid-column-gap: 2em;
    padding-left: 0;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }

  .product_card-wrap, .product_card-wrap.is-small {
    padding: 1.5rem;
  }

  .product_grid--6-6.is-content01, .product_grid--6-6.is-hero {
    grid-column-gap: 2em;
  }

  .product_grid--6-6.is-content02, .product_grid--6-6.is-cta-section {
    grid-column-gap: 2em;
    padding-left: 0;
  }

  .product_grid--4-4-4 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .product_grid--4-4-4.is-footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .product_grid--4-4-4.is-why {
    grid-column-gap: 4em;
  }

  .technologie_content_wrap {
    padding: 1.5rem;
  }

  .icon-container {
    width: 60%;
  }

  .icon-container:nth-child(odd) {
    margin-left: -7em;
  }

  .icon-container.is-right {
    width: 60%;
  }

  .icon-container.is-right:nth-child(2n) {
    margin-right: -10.9em;
  }

  .filter-list__item {
    width: 50%;
  }

  .product_categorie-card {
    max-width: 30vw;
  }

  .benefits_grid--4-4-4 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .benefits_grid--4-4-4.is-footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .benefits_grid--4-4-4.is-why {
    grid-column-gap: 4em;
  }

  .reasons_grid--3-3-3-3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .technologie_card-wrap, .technologie_card-wrap.is-small, .technologie_card-wrap.is-small-dark {
    padding: 1.5rem;
  }

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

  .categories_slider {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .table_row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .table_cell.is-first {
    width: 20%;
  }

  .is-txt-quote.is-txt-gold-100 {
    font-size: 2rem;
  }

  .img-slider {
    flex-flow: column;
  }

  .img-slider__list {
    width: 100%;
  }

  .img-slider__nav {
    flex-flow: row;
    order: 1;
  }

  .img-slider__thumb {
    flex: none;
  }

  .downloads_card-wrap, .downloads_card-wrap.is-small, .downloads_card-wrap.is-small-dark {
    padding: 1.5rem;
  }

  .downloads_grid--3-3-3-3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .services_content_wrap {
    padding: 1.5rem;
  }

  .about_grid--4-4-4 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .about_grid--4-4-4.is-footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .about_grid--4-4-4.is-why {
    grid-column-gap: 4em;
  }

  .certificate_card-wrap, .certificate_card-wrap.is-small, .certificate_card-wrap.is-small-dark {
    padding: 1.5rem;
  }

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

  .input_row, .input_row.is-intro {
    flex-flow: column;
  }

  .checkbox_label {
    margin-left: .5em;
  }

  .yt_content_wrap {
    padding: 1.5rem;
  }

  .fs-toc_richtext {
    margin-bottom: 3rem;
  }

  .cta_box-img {
    max-width: 15em;
    min-height: 18em;
  }

  .cta-boxed-wrap.is-bg-blue-gradient {
    background-image: linear-gradient(351deg, #105efb, #199afb);
  }

  .cta-boxed_headline-wrap {
    max-width: 39em;
    margin-bottom: 0;
  }

  .wrap-flex-hor-c-btn {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ratgeber-breaker-wrapper {
    flex-direction: column;
  }

  .glossarie_cta-wrap {
    position: static;
  }

  .is-pad-tb-lr-40 {
    margin-left: 0;
  }

  .fs-toc_sidebar {
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 0;
    position: sticky;
    top: 5rem;
  }

  .fs-toc_link.is-h6 {
    font-size: .9rem;
  }

  .list-img, .list-ap {
    margin-top: 0;
    padding-left: 0;
  }

  .filter_block_header {
    align-items: start;
    padding-left: 1rem;
  }

  .filter_tags {
    margin-top: .5rem;
  }

  .card_info {
    width: 100%;
  }

  .sticky-features__wrap {
    flex-flow: row;
  }

  .sticky-features__scroll {
    height: 100svh;
  }

  .sticky-features__container {
    flex-flow: row;
    width: 100%;
  }

  .sticky-feaures__col.is--img {
    width: 50%;
  }

  .sticky-features__img-list {
    aspect-ratio: auto;
    height: 94vh;
  }

  .sticky-features__text-collection {
    width: 100%;
  }

  .sticky-features__text-item {
    max-width: 100%;
  }

  .products-wrap {
    width: 100%;
  }

  .modal_close-icon {
    height: 2em;
  }

  .pin.is-lautsprecher {
    top: 25%;
  }

  .pin.is-terminal {
    top: 66%;
  }

  .pin.is-plattenspieler {
    top: 37%;
  }

  .pin.is-cd-player {
    top: 47%;
  }

  .pin.is-vorverstaerker {
    top: 67%;
  }

  .pin.is-verkabelung {
    top: 73%;
  }

  .pin.is-stromfilter {
    top: 85%;
  }

  .pin.is-lautsprecher-right {
    top: 25%;
  }

  .pin.is-terminal-right {
    top: 66%;
  }

  .grid--5c {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .is-contact-device-img {
    max-width: 70%;
  }

  .nav-link-white {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding: 2em 5vw;
    display: flex;
  }

  .nav-link-white.is-txt-black-100 {
    padding: 0 0;
  }

  .slider_content {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  ul {
    color: var(--headings);
    padding-left: 18px;
  }

  .is-pad-tb-144.is-mb-42 {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }

  .is-btn-l-fw {
    width: 100%;
  }

  .is-h5, .btn-sec--med {
    font-size: 1.1rem;
  }

  .btn-sec--med.is-mb-align-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .is-pad-tb-16.is-it-lexikon {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .dsg-table_row-spacing {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .is-l-visible {
    display: block;
  }

  .is-h6 {
    font-size: .9rem;
  }

  .list--links.is-footer {
    align-items: center;
  }

  .is-h2 {
    font-size: 2.5rem;
  }

  .is-h2.is-txt-align-center.is-mb-left {
    text-align: left;
  }

  .is-h2.is-txt-align-center.is-max-width-45 {
    max-width: 23rem;
    font-size: 2.5rem;
  }

  .is-h2.is-max-80 {
    width: 100%;
    margin-left: 0;
  }

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

  .grid--6-6.is-hero, .grid--6-6.is-content02, .grid--6-6.is-cta-section {
    grid-template-rows: auto auto;
  }

  .container-col-8 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .richt-text {
    padding-left: 16px;
    font-size: 1rem;
  }

  .is-h1 {
    font-size: 3rem;
  }

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 2.25fr;
  }

  .grid--8-4 {
    grid-template-columns: 1fr 1fr;
  }

  .is-txt-allcaps.is-txt-blue-100 {
    font-size: .875rem;
  }

  .is-h3 {
    font-size: 2rem;
  }

  .is-h3.is-txt-gold-100.is-max-80 {
    margin-left: 0;
  }

  .is-txt-small.is-txt-green-100.is-dsg-sample-label {
    display: none;
  }

  .is-txt-small.is-txt-align-center.is-mb-align-left {
    text-align: left;
  }

  .is-txt-small.is-txt-bold.is-txt-gold-100, .is-txt-small.is-txt-black-100, .is-txt-small.is-txt-white-150, .is-txt-small.is-txt-gold-100 {
    font-size: 1rem;
  }

  .container-col-4, .container-col-12 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-margin-tb-48.is-mb-0 {
    flex: none;
  }

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

  .dsg-table_header-headlines {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .is-txt-large.is-max-80 {
    width: 100%;
  }

  .is-txt-large.is-max-80.is-txt-white-150 {
    width: 100%;
    font-size: 1.25rem;
  }

  .is-txt-large.is-txt-black-100 {
    font-size: 1.25rem;
  }

  .is-txt-large.is-max-50 {
    width: 100%;
  }

  .grid--4-8 {
    grid-template-columns: 1fr 1fr;
  }

  .container-col-6 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .dsg-subnav-link {
    flex: none;
    padding-left: .5em;
    padding-right: .5em;
  }

  .btn--prm-med {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1.1em;
  }

  .btn--prm-med.is-bg-red-100 {
    font-size: 1.1rem;
  }

  .btn--prm-med.is-mb-fullwidth {
    width: 100%;
    padding-top: .55rem;
    padding-bottom: .55rem;
    font-size: .9rem;
  }

  .is-pad-t-16.is-footer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .is-margin-b-48.is-mb-16 {
    margin-bottom: 1em;
  }

  .is-pad-t-160.is-pad-b-120 {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container-col-10 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-l-hidden {
    display: none;
  }

  .dsg-sidebar {
    width: 100%;
    overflow: hidden;
  }

  .is-txt-medium.is-dsg-description {
    max-width: none;
  }

  .is-txt-medium.is-txt-align-center.is-max-500 {
    text-align: center;
  }

  .is-txt-medium.is-txt-bold {
    font-size: 1.18rem;
  }

  .is-pad-t-120 {
    padding-top: 5em;
  }

  .dsg-table-cell.is-dsg-aspect {
    width: 5em;
  }

  .grid--4-4-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .grid--4-4-4.is-footer, .grid--4-4-4.is-why {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .dsg-table_row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .dsg-table_row.is-colors {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .dsg-table_row.is-dsg-helper {
    grid-template-rows: auto;
    grid-template-columns: .6fr;
  }

  .dsg-table_row.is-button {
    grid-template-columns: 1fr;
  }

  .is-display {
    font-size: 3rem;
  }

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

  .is-pad-b-24 {
    padding-bottom: 1em;
  }

  .dsg-table_header-headlines-spacing, .dsg-table_header-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero02_content-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero02_content-wrapper.is-mb-align-left {
    align-items: flex-start;
  }

  .footer_branding {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  ._3columns03_subline-wrap {
    max-width: none;
  }

  .social-icon {
    width: 2.4em;
  }

  .footer_social-wrap {
    width: 100%;
    max-width: 18em;
  }

  .content01_img.is-right {
    margin-left: 0;
  }

  ._3columns03_headline-wrap {
    max-width: none;
    margin-bottom: 3em;
  }

  .btn-prm--med.is-white {
    font-size: 1.188rem;
  }

  ._3columsnso3_header-wrap {
    flex-direction: column;
  }

  .card04 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .card04.is-mb-left {
    text-align: left;
  }

  .card04.is-mb-left.is-mb-hidden {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .card04.is-align-left {
    align-items: stretch;
  }

  .card04.is-legal {
    flex-flow: column;
  }

  .dsg-popup {
    max-width: 19em;
  }

  .dsg-pop_cta {
    font-size: .85rem;
  }

  .card05 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .dsg-grid--start_top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .card05_cta-wrap {
    width: 100%;
  }

  .card05_cta-link {
    font-size: 1.1rem;
  }

  .fig2flow_cta-img {
    width: 26em;
  }

  .grid--start_bottom {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .hero01_content-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .home-hero {
    overflow: hidden;
  }

  .content-hero_text-wrap {
    padding-right: 5vw;
  }

  .is-pill-outlined {
    padding-left: .8rem;
    padding-right: .8rem;
    display: inline-block;
  }

  .try-mail-input {
    flex: 1;
    width: 50%;
    max-width: 100%;
    min-height: 2.25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
  }

  .success-message {
    padding: 0;
  }

  .tab-icon {
    max-width: 80%;
  }

  .is-success-text {
    font-size: 1rem;
  }

  .content02_img-wrap {
    width: 100%;
    min-height: 35rem;
    padding-top: 0;
    position: relative;
    overflow: visible;
  }

  .hero-img {
    object-fit: contain;
    object-position: 0% 50%;
    right: 0%;
  }

  .popup-wrap {
    padding: 0 0;
    overflow: auto;
  }

  .close-icon {
    top: .4rem;
    right: .3rem;
  }

  .popup-form {
    border: 1px #000;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 1.3rem 1.4rem .5rem;
  }

  .popup-form-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    min-width: 40vw;
  }

  .form-select {
    min-height: 2rem;
    margin-bottom: .3rem;
  }

  .textarea {
    margin-bottom: 0;
  }

  .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }

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

  .icon.is-medium {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .content02_text-wrap {
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .is-txt-subheading.is-txt-green-100.is-dsg-sample-label {
    display: none;
  }

  .is-txt-subheading.is-txt-align-center.is-mb-align-left {
    text-align: left;
  }

  .btn-sec--small {
    font-size: 1.1em;
  }

  .btn-sec--small.is-mb-align-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .content_heading-wrap {
    padding-right: 0;
  }

  .content_heading-wrap.is-align-center {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .content_heading-wrap.is-align-center.is-cta {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .content-mb-slide {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .is-pill-filled-red {
    display: inline-block;
  }

  .swiper-component.slider1.mb {
    margin-bottom: -2rem;
  }

  .swiper-component.slider1.mb.is-tab {
    margin-bottom: 0;
  }

  .swiper.swiper1 {
    margin-bottom: -2rem;
  }

  .swiper-slide {
    width: 100%;
    max-width: 33rem;
  }

  .swiper-slide.is-testimonial {
    flex: none;
  }

  .swiper-horizontal.ui {
    margin-top: 0;
    display: none;
  }

  .swiper-arrow.button-next {
    margin-top: -3rem;
  }

  .tab-wrap {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-link-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex: none;
    min-height: auto;
    padding-bottom: .5rem;
    display: flex;
  }

  .tab-dropdown-text {
    position: relative;
  }

  .list {
    padding-left: 0;
  }

  .lis-item {
    background-color: #f3f4ff;
    align-items: center;
    min-height: 4.5rem;
    padding-left: .8rem;
    padding-right: .8rem;
    display: flex;
  }

  .tab-list-text {
    font-size: 1.4em;
    line-height: 1.4;
  }

  .tab-content-wrap {
    order: 1;
    width: 100%;
    margin-left: 0;
  }

  .tab-img-2 {
    min-width: 10rem;
    margin-top: auto;
  }

  .tab-img-3 {
    min-width: 10rem;
  }

  .mobile-slider {
    width: 70%;
  }

  .slide-1 {
    min-height: 40rem;
  }

  .slider-head {
    justify-content: space-around;
    height: 100%;
    min-height: 15rem;
    display: flex;
  }

  .slide-2 {
    min-height: 40rem;
    padding-right: 0;
  }

  .slide-4 {
    min-height: 40rem;
  }

  .tab-list-subheading.is-txt-green-100.is-dsg-sample-label {
    display: none;
  }

  .tab-list-subheading.is-txt-align-center.is-mb-align-left {
    text-align: left;
  }

  .slider_grid--6-6 {
    grid-template-columns: 1fr;
  }

  .slider_grid--6-6.is-hero, .slider_grid--6-6.is-content02 {
    grid-template-rows: auto auto;
  }

  .search_field {
    width: 12em;
  }

  .products_tab-mask {
    padding-bottom: 0;
  }

  .item {
    padding-left: .5em;
    padding-right: .5em;
  }

  .item.is-technologie {
    width: 100%;
  }

  .item.is-product-slider {
    width: 60%;
  }

  .item.is-cases, .item.is-client-quote {
    width: 100%;
  }

  .technology_grid--6-6 {
    grid-template-columns: 1fr;
  }

  .technology_grid--6-6.is-hero, .technology_grid--6-6.is-content02, .technology_grid--6-6.is-cta-section {
    grid-template-rows: auto auto;
  }

  .solutions_card-wrap._1.is-light, .solutions_card-wrap._2.is-light, .solutions_card-wrap._3.is-light {
    flex-flow: column;
    position: relative;
    top: 0;
  }

  .cta_section {
    overflow: clip;
  }

  .sample_card-btn-wrap {
    margin-top: 2rem;
  }

  .is-subheading-small {
    font-size: .7rem;
  }

  .is-subheading-small.is-txt-green-100.is-dsg-sample-label {
    display: none;
  }

  .is-subheading-small.is-txt-align-center.is-mb-align-left {
    text-align: left;
  }

  .is-subheading-small.is-txt-white-150 {
    font-size: .7rem;
  }

  .social_links-wrap {
    margin-top: 2rem;
  }

  .newsletter_grid--6-6 {
    grid-template-columns: 1fr;
  }

  .newsletter_grid--6-6.is-hero, .newsletter_grid--6-6.is-content02, .newsletter_grid--6-6.is-cta-section {
    grid-template-rows: auto auto;
  }

  .technolodie_grid--6-6 {
    grid-template-columns: 1fr;
  }

  .technolodie_grid--6-6.is-hero, .technolodie_grid--6-6.is-content02, .technolodie_grid--6-6.is-cta-section {
    grid-template-rows: auto auto;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .product_grid--6-6 {
    grid-template-columns: 1fr;
  }

  .product_grid--6-6.is-hero, .product_grid--6-6.is-content02, .product_grid--6-6.is-cta-section {
    grid-template-rows: auto auto;
  }

  .product_grid--4-4-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .product_grid--4-4-4.is-footer, .product_grid--4-4-4.is-why {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .technologie_img {
    object-fit: cover;
    width: 100%;
    max-height: 20em;
  }

  .tech-hero {
    overflow: hidden;
  }

  .icon-container:nth-child(odd) {
    width: 60%;
  }

  .track-vertical {
    align-items: center;
  }

  .hero_marquee-wrap {
    overflow: clip;
  }

  .marquee-cover-2 {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .filter-list__item {
    width: 100%;
  }

  .benefits_card-wrap.is-quote, .benefits_card-wrap.is-quote-light {
    padding: 2.5em 2em;
  }

  .benefits_grid--4-4-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .benefits_grid--4-4-4.is-footer, .benefits_grid--4-4-4.is-why {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid {
    grid-column-gap: 1em;
  }

  .gallery-grid__item {
    width: calc(50% - .5em);
  }

  .gallery-item__img {
    object-fit: cover;
    height: 100%;
    min-height: 23em;
  }

  .grid_img {
    object-fit: cover;
  }

  .table_row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .table_cell {
    width: 45%;
  }

  .table_cell.is-first {
    width: 100%;
  }

  .is-txt-quote.is-txt-gold-100 {
    font-size: 1.5625rem;
  }

  .img-slider__nav {
    flex-flow: wrap;
  }

  .img-slider__thumb {
    border-radius: .25rem;
    width: 5rem;
  }

  .services_card-wrap._1 {
    flex-flow: column;
  }

  .section {
    overflow: clip;
  }

  .philosophie_img {
    object-fit: cover;
    width: 100%;
  }

  .about_grid--4-4-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .about_grid--4-4-4.is-footer, .about_grid--4-4-4.is-why {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .is-txt-nav-description.is-txt-green-100.is-dsg-sample-label {
    display: none;
  }

  .is-txt-nav-description.is-txt-align-center.is-mb-align-left {
    text-align: left;
  }

  .is-txt-nav-description.is-txt-bold.is-txt-gold-100, .is-txt-nav-description.is-txt-black-100, .is-txt-nav-description.is-txt-white-150, .is-txt-nav-description.is-txt-gold-100 {
    font-size: 1rem;
  }

  .yt_card._1 {
    flex-flow: column;
  }

  .fs-toc_richtext {
    margin-bottom: 2rem;
  }

  .download_wrap.is-glossarie, .download_wrap.is-glossarie-2, .download_wrap.is-glossarie-3 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    padding-right: 0;
    display: flex;
  }

  .cta_box-img {
    width: 100%;
    max-width: 100%;
    min-height: 15em;
    max-height: 15rem;
  }

  .cta-boxed-wrap.is-bg-blue-gradient {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .loesungen-cta_grid--6-6 {
    grid-template-columns: 1fr;
  }

  .cta-boxed_headline-wrap {
    max-width: none;
    margin-bottom: 3em;
  }

  .wrap-flex-hor-c-btn {
    align-items: flex-start;
  }

  .btn--prm-med-icon-right-boxed {
    padding-top: .45rem;
    padding-bottom: .45rem;
    font-size: 1.1rem;
  }

  .ratgeber-breaker-wrapper {
    flex-direction: column;
  }

  .glossarie_cta-wrap {
    position: static;
  }

  .is-pad-tb-lr-40 {
    margin-left: 0;
  }

  .fs-toc_sidebar {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .toc-wrap {
    border: 1px #000;
  }

  .fs-toc_link.is-h3, .fs-toc_link.is-h4, .fs-toc_link.is-h5 {
    font-size: 1rem;
  }

  .list-img, .list-ap {
    padding-left: 0;
  }

  .ap_section {
    overflow: clip;
  }

  .filter_tags {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .sticky-features__wrap {
    display: none;
  }

  .sticky-features__scroll {
    justify-content: center;
    align-items: stretch;
    padding-top: 1.25em;
    padding-bottom: 2.5em;
  }

  .sticky-features__container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .sticky-feaures__col {
    flex: none;
  }

  .sticky-features__img-list {
    aspect-ratio: 1;
    height: 20vh;
  }

  .sticky-features__text-list {
    min-height: 50vh;
  }

  .sticky-features__text-item {
    max-width: none;
  }

  .sticky-features__tag {
    margin-bottom: 0;
  }

  .sticky-features__heading {
    font-size: 2.5em;
  }

  .sticky-features__p {
    font-size: 1em;
  }

  .jubi_badge-img {
    inset: -3rem auto auto 0%;
  }

  .overlay-wrap.is-lautsprecher, .overlay-wrap.is-verstaerker, .overlay-wrap.is-plattenspieler, .overlay-wrap.is-cd-player, .overlay-wrap.is-streamer, .overlay-wrap.is-stromfilter, .overlay-wrap.is-verkabelung, .overlay-wrap.is-endstufe, .overlay-wrap.is-terminal, .overlay-wrap.is-frequenzweiche, .overlay-wrap.is-pa-lautsprecher {
    min-width: 90%;
    display: none;
    bottom: 5%;
    left: 5%;
  }

  .overlay-wrap.is-pa-verkabelung {
    min-width: 90%;
    bottom: 5%;
    left: 5%;
  }

  .overlay-wrap.is-pa-verstaerker, .overlay-wrap.is-line-array {
    min-width: 90%;
    display: none;
    bottom: 5%;
    left: 5%;
  }

  .overlay-wrap.is-frontfill, .overlay-wrap.is-monitor, .overlay-wrap.is-mischpult, .overlay-wrap.is-studio-verkabelung, .overlay-wrap.is-studio-lautsprecher {
    min-width: 90%;
    bottom: 5%;
    left: 5%;
  }

  .overlay-wrap.is-spannungsstabiliesierung, .overlay-wrap.is-car-verkabelung, .overlay-wrap.is-car-lautsprecher {
    min-width: 90%;
    display: none;
    bottom: 5%;
    left: 5%;
  }

  .overlay-wrap.is-cinema-lautsprecher, .overlay-wrap.is-cinema-verstaerker, .overlay-wrap.is-cinema-verkabelung {
    min-width: 90%;
    bottom: 5%;
    left: 5%;
  }

  .modal_close-icon {
    width: 2rem;
    height: 2rem;
  }

  .pin.is-verkabelung {
    top: 71%;
    left: 38%;
  }

  .pin.is-stromfilter {
    top: 81%;
  }

  .pin.is-pa-lautsprecher, .pin.is-pa-lautsprecher-right {
    top: 36%;
  }

  .pin.is-pa-verstaerker {
    top: 78%;
  }

  .pin.is-frontfill, .pin.is-monitor, .pin.is-frontfill-right {
    top: 83%;
  }

  .pin.is-pa-verkabelung {
    top: 76%;
  }

  .pin.is-studio-lautsprecher, .pin.is-studio-lautsprecher-right {
    top: 17%;
  }

  .grid--5c.is-team {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .is-contact-device-img {
    max-width: 90%;
    max-height: 23em;
  }

  .image {
    max-height: 9em;
  }

  .slider_dots {
    display: none;
  }

  .slide {
    width: 100%;
    height: auto;
  }

  .slider_mask {
    height: auto;
    overflow: hidden;
  }

  .slider_wrap {
    background-color: #fff0;
    height: 100%;
    margin-top: 5rem;
    display: block;
  }

  .slider_content {
    margin-top: 6rem;
    position: relative;
  }

  .slider-img {
    border-radius: 1rem;
    max-height: 25rem;
  }

  .slider_nav {
    color: var(--copy);
    background-color: #a88d571a;
    border-radius: 5rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-top: 26rem;
    font-size: 23px;
    transition: all .4s;
    display: flex;
  }

  .slider_nav:hover {
    background-color: var(--gold);
    color: var(--green-100);
  }

  .sticky-content {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .is-pad-tb-144.is-mb-42 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .is-btn-p-fw {
    width: 100%;
  }

  .is-h5 {
    font-size: 1.1em;
  }

  .btn-sec--med.is-mb-align-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .dsg-table_row-spacing {
    background-color: #1d1d1d;
  }

  .is-h6 {
    font-size: .9em;
  }

  .is-pad-b-48 {
    padding-bottom: 1em;
  }

  .list--links.is-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .is-h2 {
    font-size: 2.5em;
  }

  .is-h2.is-txt-align-center.is-max-width-45 {
    max-width: 23rem;
    font-size: 2.4em;
  }

  .is-h2.is-max-80 {
    text-align: left;
    width: 100%;
  }

  .dsg-table.is-dsg-helpers.is-dsg-aspect {
    grid-template-rows: .25fr;
    grid-auto-rows: 1fr;
  }

  .grid--6-6.is-content02 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .richt-text {
    padding-left: 16px;
    font-size: 1rem;
  }

  .richt-text ul {
    padding-left: 1rem;
  }

  .is-pad-tb-64.is-mb-tb-24 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .is-p-hidden {
    display: none;
  }

  .dsg-menu-button {
    padding: 6px;
  }

  .is-h1 {
    font-size: 3em;
  }

  .grid--dsg-lists {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid--8-4 {
    grid-template-columns: 1fr 1fr;
  }

  .is-pad-tb-120 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .is-h3 {
    font-size: 2rem;
  }

  .is-h3.is-txt-gold-100.is-max-80 {
    text-align: left;
    max-width: 100%;
  }

  .is-txt-xsmall.is-formfield-headline {
    font-size: 1em;
  }

  .is-txt-xsmall.is-txt-white-100.is-max-50 {
    max-width: 100%;
  }

  .dsg-nav_wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .is-txt-small {
    font-size: 1rem;
  }

  .is-txt-small.is-txt-bold.is-success {
    font-size: .9rem;
    line-height: 1.4;
  }

  .is-txt-small.is-txt-white-75 {
    font-size: 1rem;
  }

  .is-txt-small.is-txt-white-100 {
    color: var(--white);
  }

  .is-txt-small.is-txt-white-100.is-max-50, .is-txt-small.is-max-50, .is-txt-small.is-max-80 {
    max-width: 100%;
  }

  .is-txt-normal.is-max-400.is-txt-white-75 {
    font-size: 1rem;
  }

  .is-margin-tb-48.is-mb-tb-0 {
    margin-top: 0;
    margin-bottom: 3em;
  }

  .is-margin-tb-48.is-mb-0 {
    margin-bottom: 0;
  }

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

  .dsg-table_header-headlines.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .is-txt-large {
    font-size: 1.1rem;
  }

  .is-txt-large.is-max-80 {
    text-align: left;
    width: 100%;
    font-size: 1.1rem;
  }

  .is-txt-large.is-max-80.is-txt-white-150 {
    font-size: 1.1rem;
  }

  .is-txt-large.is-max-50 {
    width: 100%;
  }

  .grid--4-8 {
    grid-template-columns: 1fr 1fr;
  }

  .is-h4 {
    font-size: 1.5em;
  }

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

  .btn--prm-med.is-form-submit {
    font-size: 1.4em;
  }

  .btn--prm-med.is-bg-red-100 {
    z-index: 200;
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: .875rem;
    position: relative;
  }

  .btn--prm-med.is-mb-fullwidth {
    width: 100%;
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: .875rem;
  }

  .is-pad-t-16.is-dt-hidden {
    display: block;
  }

  .form-checkbox-label {
    font-size: 1rem;
  }

  .is-p-visible {
    display: block;
  }

  .is-txt-medium {
    font-size: 1rem;
  }

  .is-txt-medium.is-max-80 {
    width: 100%;
    font-size: 1.45em;
  }

  .is-txt-medium.is-txt-align-center.is-max-500.is-mb-align-left {
    text-align: left;
  }

  .dsg-table-cell {
    background-color: #1d1d1d;
  }

  .is-margin-b-16.is-mb-fullwidth, .is-margin-b-16.wrap-flex-hor-c.is-mb-fullwidth {
    align-self: stretch;
  }

  .grid--4-4-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid--4-4-4.is-footer {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid--4-4-4.is-why {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid--4-4-4.is-contact {
    grid-template-rows: auto auto;
  }

  .dsg-table_row.is-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .dsg-table_row.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .is-display {
    font-size: 3em;
  }

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

  .btn-prm--med.is-white {
    font-size: 1.1rem;
  }

  .dsg-projects-headline-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  ._3columsnso3_header-wrap {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .card04 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card04.is-mb-left.is-mb-hidden {
    display: none;
  }

  .card04.is-mb-left.is-dt-hidden {
    display: block;
  }

  .card04.is-align-left {
    grid-row-gap: .25rem;
  }

  .card04.is-legal {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .dsg-popup {
    z-index: 99999;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    width: 100%;
    max-width: none;
    bottom: -2px;
    right: auto;
  }

  .dsg-popup_logo {
    width: 1.8em;
  }

  .dsg-pop_cta {
    font-size: .7rem;
  }

  .dsg-hor-p-scroll-wrap {
    width: 100%;
    max-width: 90vw;
    overflow: scroll;
  }

  .dsg-grid--start_top {
    grid-template-columns: 1fr;
  }

  .card05_cta-link {
    font-size: 1.3em;
  }

  .grid--start_bottom {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .is-pill-outlined {
    border-radius: 40px;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .try-mail-input {
    flex: 1;
    width: auto;
  }

  .success-message {
    width: auto;
    padding: 0;
  }

  .tab-icon {
    background-color: #0000;
    width: 24px;
    max-width: 100%;
    height: 24px;
  }

  .is-success-text {
    font-size: .9rem;
  }

  .content02_img-wrap {
    min-height: auto;
  }

  .hero-img {
    object-fit: contain;
    align-self: stretch;
  }

  .popup-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .close-icon {
    top: .5rem;
    right: .5rem;
  }

  .popup-form {
    padding: 3em 2.3em 1rem;
  }

  .popup-form-wrap {
    grid-column-gap: .1em;
    grid-row-gap: .1em;
  }

  .form-select {
    min-height: 2.5em;
    margin-bottom: .45rem;
  }

  .textarea {
    margin-bottom: .2em;
  }

  .is-tag {
    font-size: .625rem;
  }

  .accordion-wrapper {
    margin-top: 0;
  }

  .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }

  .content02_text-wrap {
    padding-top: 2rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .is-txt-subheading {
    font-size: .75rem;
  }

  .is-txt-subheading.is-txt-bold.is-success {
    font-size: .9rem;
    line-height: 1.4;
  }

  .is-txt-subheading.is-txt-white-75 {
    font-size: 1rem;
  }

  .button-wrap {
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .btn-sec--small.is-mb-align-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .marquee, .marquee.right {
    justify-content: flex-start;
    align-items: center;
  }

  .content_heading-wrap.is-align-center {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .content_heading-wrap.is-align-center.is-mb-no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .content-mb-slide {
    position: static;
  }

  .swiper-component.slider1.mb {
    margin-bottom: 0;
  }

  .swiper.swiper1 {
    margin-bottom: -2rem;
  }

  .swiper-slide {
    align-self: center;
  }

  .swiper-slide.is-testimonial {
    flex: none;
  }

  .swiper-arrow.button-prev {
    margin-top: -1rem;
  }

  .swiper-arrow.button-next {
    margin-top: -3rem;
  }

  .tab-link {
    padding: .75rem;
  }

  .tab-link.w--current {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .tab-link-wrap {
    flex: 0 auto;
    margin-bottom: auto;
    display: flex;
  }

  .tab-dropdown-text {
    margin-top: 1rem;
    position: static;
    top: 0;
  }

  .list {
    margin-bottom: 0;
    padding-left: 0;
  }

  .lis-item {
    z-index: 100;
    background-color: #f3f4ff;
    align-items: center;
    min-height: 4.9rem;
    padding-left: .8rem;
    padding-right: .8rem;
    display: flex;
    position: static;
    top: -.5rem;
  }

  .tab-list-text {
    font-size: 1.3em;
    line-height: 1.3;
  }

  .tab-img-1 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .tab-img-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .tab-img-3 {
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .mobile-slider {
    justify-content: flex-start;
    width: 100vw;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile-slider-mask {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slide-1 {
    min-height: 37rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-head {
    grid-row-gap: 2rem;
    justify-content: space-around;
    min-height: 37rem;
  }

  .slider-content-wrap {
    border-color: #12121212;
    padding: .75rem;
    transform: none;
  }

  .slider-content-wrap.w--current {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .slide-2 {
    min-height: 37rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide-4 {
    min-height: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .right-arrow-2 {
    display: none;
  }

  .mobile-slider-nav {
    inset: 0% 0% auto;
  }

  .tab-list-subheading.is-txt-bold.is-success {
    font-size: .9rem;
    line-height: 1.4;
  }

  .tab-list-subheading.is-txt-white-75 {
    font-size: 1rem;
  }

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

  .grid {
    overflow: hidden;
  }

  .search_field {
    width: 3.5rem;
    padding: .5rem;
  }

  .search_field::placeholder {
    color: #52525200;
  }

  .product_tab {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .product_tab-nav {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding: .5em 5vw;
    overflow: scroll;
  }

  .product_tab-link {
    flex: none;
  }

  .products_tab-mask {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .procuts_img {
    width: 85vw;
    height: 70vw;
  }

  .textlink_wrap {
    font-size: 1rem;
  }

  .item {
    width: 88vw;
    min-width: 88vw;
  }

  .technology_grid--6-6.is-content02 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider_nav-wrap.is-flex-hor {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .link_block-wrap {
    font-size: 1rem;
  }

  .solutions_card-wrap.is-home {
    padding: 1.5rem;
  }

  .solutions_card-wrap._1, .solutions_card-wrap._2, .solutions_card-wrap._3 {
    flex-flow: column;
  }

  .solutions_cards-left {
    padding-top: 0;
  }

  .is-subheading-small {
    font-size: 1em;
  }

  .is-subheading-small.is-txt-bold.is-success {
    font-size: .9rem;
    line-height: 1.4;
  }

  .is-subheading-small.is-txt-white-75 {
    font-size: 1rem;
  }

  .legal_links-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .newsletter_grid--6-6.is-content02, .technolodie_grid--6-6.is-content02 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .product_grid--6-6.is-content02 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product_more-btn {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .product_grid--4-4-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .product_grid--4-4-4.is-footer, .product_grid--4-4-4.is-why {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .technologie_img {
    width: 100%;
  }

  .marquee-cover {
    display: block;
  }

  .flex-vertical {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .icon-container.is-right {
    justify-content: center;
    align-items: center;
    margin-right: -3rem;
  }

  .icon-container.is-right:nth-child(odd) {
    margin-right: 0;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .track-vertical {
    justify-content: center;
    align-items: center;
  }

  .filter-group, .filter-list__item {
    font-size: 1rem;
  }

  .filter_buttons-wrap {
    flex-flow: row;
    overflow: scroll;
  }

  .product_categories-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .product_categorie-card {
    max-width: 43vw;
  }

  .product_categorie-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .benefits_grid--4-4-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .benefits_grid--4-4-4.is-footer, .benefits_grid--4-4-4.is-why {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .gallery-grid {
    grid-column-gap: .75em;
    grid-row-gap: 3em;
  }

  .gallery-grid__item {
    width: calc(50% - .375em);
  }

  .gallery-item__img {
    min-height: 15em;
  }

  .reasons_grid--3-3-3-3 {
    grid-template-columns: 1fr;
  }

  .grid_img {
    max-width: 100%;
  }

  .table_header {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .table_row {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .is-txt-table-cell.is-formfield-headline {
    font-size: 1em;
  }

  .is-txt-quote.is-txt-gold-100 {
    font-size: 1.4rem;
  }

  .quote_wrap {
    padding-left: 2em;
  }

  .img-slider__thumb {
    width: 4.5rem;
  }

  .downloads_grid--3-3-3-3 {
    grid-template-columns: 1fr;
  }

  .services_card-wrap.is-home {
    padding: 1.5rem;
  }

  .services_card-wrap._1, .services_card-wrap._2, .services_card-wrap._3 {
    flex-flow: column;
  }

  .philosophie_img {
    width: 100%;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .about_grid--4-4-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about_grid--4-4-4.is-footer {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .about_grid--4-4-4.is-why {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .badge_icon {
    top: -71%;
    right: -75%;
  }

  .is-txt-nav_category-intro.is-formfield-headline {
    font-size: 1em;
  }

  .is-txt-nav_category-intro.is-txt-white-100.is-max-50, .is-txt-nav_category-intro.is-txt-white-100.is-max-80 {
    max-width: 100%;
  }

  .is-txt-nav-description {
    font-size: 1rem;
  }

  .is-txt-nav-description.is-txt-bold.is-success {
    font-size: .9rem;
    line-height: 1.4;
  }

  .is-txt-nav-description.is-txt-white-75 {
    font-size: 1rem;
  }

  .is-txt-nav-description.is-txt-white-100 {
    color: var(--white);
  }

  .is-txt-nav-description.is-txt-white-100.is-max-50, .is-txt-nav-description.is-max-50 {
    max-width: 100%;
  }

  .yt_content_wrap {
    grid-row-gap: 1rem;
  }

  .yt_card.is-home {
    padding: 1.5rem;
  }

  .yt_card._1, .yt_card._2, .yt_card._3 {
    flex-flow: column;
  }

  .ratgeber_grid {
    grid-template-columns: minmax(200px, 1fr);
  }

  .download_wrap.is-glossarie, .download_wrap.is-glossarie-2, .download_wrap.is-glossarie-3 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .cta_box-img {
    width: 100%;
  }

  .cta-boxed-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .cta-boxed-wrap.is-bg-blue-gradient {
    padding-top: 1.675rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wrap-flex-hor-c-btn {
    align-items: stretch;
  }

  .btn--prm-med-icon-right-boxed {
    font-size: 1.1rem;
  }

  .ratgeber-breaker-wrapper {
    flex-direction: column;
  }

  .glossarie_cta-wrap {
    position: static;
  }

  .is-pad-tb-lr-40 {
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-default-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-toc_sidebar {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-toc_link-wrapper.is-h2 {
    width: 100%;
  }

  .list-img, .list-ap {
    margin-bottom: 0;
    padding-left: 0;
  }

  .filter_results {
    flex-direction: column;
    align-items: flex-start;
  }

  .overlay-wrap.is-verstaerker {
    display: none;
  }

  .modal_heading {
    font-size: 1.2rem;
  }

  .modal_item-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pin.is-endstufe {
    top: 64%;
  }

  .pin.is-frontfill, .pin.is-monitor, .pin.is-frontfill-right {
    top: 78%;
  }

  .pin.is-cinema-lautsprecher-1 {
    top: 25%;
  }

  .pin.is-cinema-lautsprecher-2 {
    top: 25%;
    left: 85%;
  }

  .grid--5c {
    grid-template-columns: 1fr;
  }

  .slider_wrap {
    margin-top: 4rem;
  }

  .slider-img {
    min-height: 25rem;
  }

  .slider_nav {
    margin-top: 26.3rem;
  }
}

#w-node-_68b43fb8-f2d1-7c0f-3abb-7b53609b9eeb-fccd19f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_298de40b-6f41-8399-9e8c-cb75fcfc0e26-fccd19f4, #w-node-_604e39cd-761f-c1f8-cab2-717f140c1505-fccd19f4, #w-node-_2023972e-03c2-b96e-2f05-697923d80bf9-fccd19f4, #w-node-_7c10a8f7-372a-94d2-52ad-24ec25ac4a01-fccd19f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-fccd19f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_4ac566e0-edfb-8a1e-47cc-10fa9531bb5a-fccd19f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7505b409-7aa2-2ee9-01a9-05cea36e4eaa-fccd19f4, #w-node-_365bc009-46f8-9200-a5aa-f78cdf3b93b8-fccd19f4, #w-node-ef890c23-c25f-7f99-5fb7-ac1d6b654be5-fccd19f4, #w-node-_9c769799-c7c1-e158-3d55-38c1be439585-fccd19f4, #w-node-fc3293d0-c488-a7d9-1bad-499f41701757-fccd19f4, #w-node-f0a89a2e-a811-583b-621a-f3f3bf44b4fd-fccd19f4, #w-node-_24a1b34e-1404-6bf1-1e2d-8d1a5557525d-fccd19f4, #w-node-_54195f85-0aea-f0ce-4c69-90873373770c-fccd19f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-eab16768-1e9f-9a30-6465-0d7813fdadf9-fccd19f4, #w-node-_7a347be5-7940-4b34-b7d0-70bb94389d5e-fccd19f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0f5be94-4c19-4a61-fb39-e5733e225a0b-fccd19f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e0f5be94-4c19-4a61-fb39-e5733e225a16-fccd19f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-e0f5be94-4c19-4a61-fb39-e5733e225a24-fccd19f4 {
  justify-self: center;
}

#w-node-e0f5be94-4c19-4a61-fb39-e5733e225a35-fccd19f4 {
  justify-self: end;
}

#w-node-e0f5be94-4c19-4a61-fb39-e5733e225a3c-fccd19f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_21050a27-c3c2-25ad-00db-58a1af0f4021-af0f3ffd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_21050a27-c3c2-25ad-00db-58a1af0f405b-af0f3ffd {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2b7f-fccd19f7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bb6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bdb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bde-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bdf-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2beb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bec-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bef-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bfc-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bff-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c02-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c05-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c06-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c09-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c12-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c13-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c16-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c19-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c20-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c23-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c26-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c29-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c2c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c2d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c30-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c33-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c36-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c4c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c4d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c50-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c53-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c56-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c59-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c5a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c5d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c60-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c63-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c66-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c67-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c6a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c6d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c70-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c73-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c74-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c77-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c80-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c81-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c84-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c87-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c91-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c94-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c97-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cac-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2caf-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cba-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cbd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cbe-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ccb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ccc-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ccf-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cda-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cdd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ceb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cee-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cef-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cfc-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cfd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d00-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d10-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d12-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d13-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d15-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d1d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d1e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d28-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d29-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d60-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d61-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d62-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d65-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d68-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d6b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d6e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d71-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d72-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d7a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d83-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d8c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d95-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d9e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2da7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2da8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2db0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2db9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2dc2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2dcb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2dd4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ddd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2dde-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2de6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2def-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2df8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e01-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e0a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e1a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e1b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e1e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e21-fccd19f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e22-fccd19f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e25-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e28-fccd19f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e29-fccd19f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e2c-fccd19f7, #w-node-ee9d5a7a-9ec6-07fc-ecc7-c35c3495aa19-fccd19f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee9d5a7a-9ec6-07fc-ecc7-c35c3495aa1a-fccd19f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ee9d5a7a-9ec6-07fc-ecc7-c35c3495aa1d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e36-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e37-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e3a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e3d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e3e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e41-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e46-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e47-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e4a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e4f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e50-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e53-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e58-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e59-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e5c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2edd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ede-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ee5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ee6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2eed-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2eee-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ef5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ef6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ef7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2efe-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2eff-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f00-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f01-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f08-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f09-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f0a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f0b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f0c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f0d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f18-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f19-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f1c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f1f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f22-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f25-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f28-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f2b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f2c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f2f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f32-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f35-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f38-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f3b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f3d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f3e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f41-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f44-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f47-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f4a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f4d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f4f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f50-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f53-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f56-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f59-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f5c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f5f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f61-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f62-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f65-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f68-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f6b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f6e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f71-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f73-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f74-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f77-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f7a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f7d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f80-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f83-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f85-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f86-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f89-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f8c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f8f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f92-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f95-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f97-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f98-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f9b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f9e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fa1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fa4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fa7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fa9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2faa-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fad-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fb0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fb3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fb6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fb9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fbb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fbc-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fbf-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fc2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fc5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fc8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fcb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fcd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fce-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fd1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fd4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fd7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fda-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fdd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fdf-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fe0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fe3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fe6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fe9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fec-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fef-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ff1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ff2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ff5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ff8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ffb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ffe-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3001-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3003-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3004-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3007-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc300a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc300d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3010-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3013-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3015-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3016-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3019-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc301c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc301f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3022-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3025-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3027-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3028-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc302b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc302e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3031-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3034-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3037-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3039-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc303a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc303d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3040-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3043-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3046-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3049-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc304b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc304c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc304f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3052-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3055-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3058-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc305b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc305d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc305e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3061-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3064-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3067-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc306a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc306d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc306f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3070-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3073-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3076-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3079-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc307c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc307f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3081-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3082-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3085-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3088-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc308b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc308e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3091-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3093-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3094-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3097-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc309a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc309d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ac-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30af-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30b2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30b5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30b7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30b8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30bb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30be-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30c1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30c4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30c7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30c9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ca-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30cd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30d0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30d3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30d6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30d9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30db-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30dc-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30df-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30e2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30e5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30e8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30eb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ed-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ee-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30f1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30f4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30f7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30fa-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30fd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ff-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3100-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3103-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3106-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3109-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc310c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc310f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3111-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3112-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3115-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3118-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc311b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc311e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3121-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3123-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3124-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3127-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc312a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc312d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3130-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3133-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3135-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3136-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3139-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc313c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc313f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3142-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3145-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3147-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3148-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc314b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc314e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3151-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3154-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3157-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3159-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc315a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc315d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3160-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3163-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3166-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3169-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc316b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc316c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc316f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3172-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3175-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3178-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc317b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3184-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3185-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3188-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc318b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc318e-fccd19f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3191-fccd19f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3194-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3197-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3198-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc319b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc319e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31a1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31a4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31a7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31a9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31aa-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31ad-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31b0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31b3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31b6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31b9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31bb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31bc-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31bf-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31c2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31c5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31c8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31cb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31cd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31ce-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31d1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31d4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31d7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31da-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31dd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31df-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31e0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31e3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31e6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31e9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31ec-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31ef-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31f1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31f2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31f5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31f8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31fb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31fe-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3201-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3203-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3204-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3207-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc320a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc320d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3210-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3213-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3215-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3216-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3219-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc321c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc321f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3222-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3225-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3227-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3228-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc322b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc322e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3231-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3234-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3237-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3239-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc323a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc323d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3240-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3243-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3246-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3249-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc324b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc324c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc324f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3252-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3255-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3258-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc325b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc325d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc325e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3261-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3264-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3267-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc326a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc326d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc326f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3270-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3273-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3276-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3279-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc327c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc327f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3281-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3282-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3285-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3288-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc328b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc328e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3291-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3293-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3294-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3297-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc329a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc329d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ac-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32af-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32b2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32b5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32b7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32b8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32bb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32be-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32c1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32c4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32c7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32c9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ca-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32cd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32d0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32d3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32d6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32d9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32db-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32dc-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32df-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32e2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32e5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32e8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32eb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ed-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ee-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32f1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32f4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32f7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32fa-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32fd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ff-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3300-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3303-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3306-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3309-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc330c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc330f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3311-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3312-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3315-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3318-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc331b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc331e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3321-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3323-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3324-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3327-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc332a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc332d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3330-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3333-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3335-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3336-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3339-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc333c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc333f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3342-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3345-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3347-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3348-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc334b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc334e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3351-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3354-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3357-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3359-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc335a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc335d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3360-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3363-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3366-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3369-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc336b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc336c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc336f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3372-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3375-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3378-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc337b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc337d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc337e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3381-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3384-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3387-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc338a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc338d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc338f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3390-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3393-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3396-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3399-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc339c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc339f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33a1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33a2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33a5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33a8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33ab-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33ae-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33b1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33b3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33b4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33b7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33ba-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33bd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33cc-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33cf-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33d2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33d5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33d7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33d8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33db-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33de-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33e1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33e4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33e7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33f3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33f4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33f7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33fa-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33fd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33fe-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3401-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3404-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3407-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3408-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc340b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc340e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3411-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3412-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3415-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3418-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc341b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc341c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc341f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3422-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3425-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3426-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3429-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc342c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3436-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3437-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc343a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc343d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc343e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3441-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3444-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3445-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3448-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc344b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc344c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc344f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3452-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3453-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3456-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3460-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3461-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3464-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3467-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3468-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc346b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc346e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc346f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3472-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3475-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3476-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3479-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc347c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc347d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3480-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3483-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3484-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3487-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348b-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348e-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3491-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3492-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3495-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3498-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3499-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc349c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc349f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a7-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34aa-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34ad-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34ae-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b4-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34bb-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34bc-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34bf-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c3-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c9-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34ca-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34cd-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d0-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d1-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d4-fccd19f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d888659-093b-930c-5940-83aefbc5765e-fccd19f8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-be4b98e9-9d77-f792-1832-a4ee8cf42051-fccd19f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc77653-0fe5-a03a-041f-d90df9b722fe-b4ef470f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_03548023-3771-418b-2ba7-81570b5e2731-b4ef470f, #w-node-_69227791-0053-ea65-2375-3fc45da4c050-b4ef470f, #w-node-bcfd7327-e4b7-eff2-7dfc-2c9d355e86fd-b4ef470f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4fc77653-0fe5-a03a-041f-d90df9b724f3-b4ef470f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-faaae9a6-ede1-3625-1302-ee3de7b5ccfe-b4ef470f, #w-node-cf6ed22a-ff5c-67d0-c4fe-bd4cda87f61e-b4ef470f, #w-node-_82f45a93-85e9-e684-4c29-9687f2f24bfc-b4ef470f, #w-node-_78701409-c43d-f241-837c-5e112f865df5-b4ef470f, #w-node-_581a0f7d-71e7-028d-8f2b-b1ad592cc9a2-b4ef470f, #w-node-_7860eef5-3e86-85cf-cfd0-8d272db89891-b4ef470f, #w-node-_78a94da1-5363-63da-12b3-5bde106ff54e-b4ef470f, #w-node-_6d34f3d2-0bb8-a54e-cba8-c4b0fee22b54-b4ef470f, #w-node-_43dfa9f8-6d09-4552-9338-0308b0c570ef-b4ef470f, #w-node-e5922ad1-1add-cf48-cb5e-3c7f0f6a7043-b4ef470f, #w-node-_3ce06b44-15f6-84be-beb8-747ae34cc2ec-b4ef470f, #w-node-eb40b203-644c-ce52-0bd9-bb47d197d292-b4ef470f, #w-node-_9190f6c3-8dff-e57f-81a5-b2bf7f4f1f28-b4ef470f, #w-node-a694fe52-ad5a-4a15-a1cf-355bf1796691-b4ef470f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc77653-0fe5-a03a-041f-d90df9b724da-b4ef470f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_4fc77653-0fe5-a03a-041f-d90df9b724e0-b4ef470f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc77653-0fe5-a03a-041f-d90df9b724e1-b4ef470f, #w-node-_4fc77653-0fe5-a03a-041f-d90df9b724e2-b4ef470f, #w-node-_4fc77653-0fe5-a03a-041f-d90df9b724e3-b4ef470f, #w-node-_4fc77653-0fe5-a03a-041f-d90df9b724e4-b4ef470f, #w-node-_4fc77653-0fe5-a03a-041f-d90df9b724e5-b4ef470f, #w-node-_4fc77653-0fe5-a03a-041f-d90df9b724e6-b4ef470f, #w-node-_4fc77653-0fe5-a03a-041f-d90df9b724e7-b4ef470f, #w-node-_4fc77653-0fe5-a03a-041f-d90df9b724e8-b4ef470f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4fc77653-0fe5-a03a-041f-d90df9b72527-b4ef470f, #w-node-d74dafe8-7692-18d9-bce4-882334807182-4f983c6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_298de40b-6f41-8399-9e8c-cb75fcfc0e26-4f983c6b, #w-node-_604e39cd-761f-c1f8-cab2-717f140c1505-4f983c6b, #w-node-_2023972e-03c2-b96e-2f05-697923d80bf9-4f983c6b, #w-node-_7c10a8f7-372a-94d2-52ad-24ec25ac4a01-4f983c6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-4f983c6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_4ac566e0-edfb-8a1e-47cc-10fa9531bb5a-4f983c6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7505b409-7aa2-2ee9-01a9-05cea36e4eaa-4f983c6b, #w-node-_365bc009-46f8-9200-a5aa-f78cdf3b93b8-4f983c6b, #w-node-ef890c23-c25f-7f99-5fb7-ac1d6b654be5-4f983c6b, #w-node-_9c769799-c7c1-e158-3d55-38c1be439585-4f983c6b, #w-node-fc3293d0-c488-a7d9-1bad-499f41701757-4f983c6b, #w-node-f0a89a2e-a811-583b-621a-f3f3bf44b4fd-4f983c6b, #w-node-_24a1b34e-1404-6bf1-1e2d-8d1a5557525d-4f983c6b, #w-node-_54195f85-0aea-f0ce-4c69-90873373770c-4f983c6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_298de40b-6f41-8399-9e8c-cb75fcfc0e26-a074f79c, #w-node-_604e39cd-761f-c1f8-cab2-717f140c1505-a074f79c, #w-node-_2023972e-03c2-b96e-2f05-697923d80bf9-a074f79c, #w-node-_7c10a8f7-372a-94d2-52ad-24ec25ac4a01-a074f79c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-a074f79c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_4ac566e0-edfb-8a1e-47cc-10fa9531bb5a-a074f79c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7505b409-7aa2-2ee9-01a9-05cea36e4eaa-a074f79c, #w-node-_365bc009-46f8-9200-a5aa-f78cdf3b93b8-a074f79c, #w-node-ef890c23-c25f-7f99-5fb7-ac1d6b654be5-a074f79c, #w-node-_9c769799-c7c1-e158-3d55-38c1be439585-a074f79c, #w-node-fc3293d0-c488-a7d9-1bad-499f41701757-a074f79c, #w-node-f0a89a2e-a811-583b-621a-f3f3bf44b4fd-a074f79c, #w-node-_24a1b34e-1404-6bf1-1e2d-8d1a5557525d-a074f79c, #w-node-_54195f85-0aea-f0ce-4c69-90873373770c-a074f79c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_298de40b-6f41-8399-9e8c-cb75fcfc0e26-a68a6bdf, #w-node-_604e39cd-761f-c1f8-cab2-717f140c1505-a68a6bdf, #w-node-_2023972e-03c2-b96e-2f05-697923d80bf9-a68a6bdf, #w-node-_7c10a8f7-372a-94d2-52ad-24ec25ac4a01-a68a6bdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-a68a6bdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_4ac566e0-edfb-8a1e-47cc-10fa9531bb5a-a68a6bdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7505b409-7aa2-2ee9-01a9-05cea36e4eaa-a68a6bdf, #w-node-_365bc009-46f8-9200-a5aa-f78cdf3b93b8-a68a6bdf, #w-node-ef890c23-c25f-7f99-5fb7-ac1d6b654be5-a68a6bdf, #w-node-_9c769799-c7c1-e158-3d55-38c1be439585-a68a6bdf, #w-node-fc3293d0-c488-a7d9-1bad-499f41701757-a68a6bdf, #w-node-f0a89a2e-a811-583b-621a-f3f3bf44b4fd-a68a6bdf, #w-node-_24a1b34e-1404-6bf1-1e2d-8d1a5557525d-a68a6bdf, #w-node-_54195f85-0aea-f0ce-4c69-90873373770c-a68a6bdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_46ea0435-a0a9-d72c-ff93-7931ef46c93a-a68a6bdf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f19482a-263b-0f27-0c95-5d486d439528-ecc85a7a, #w-node-_5f648f5f-679d-0e9f-80f3-58a7683abef2-ecc85a7a, #w-node-_944a7b54-7d01-929f-ce20-96981c7fa381-ecc85a7a, #w-node-_9f5021d5-58d3-c64e-1044-4013420f4c4f-ecc85a7a, #w-node-_298de40b-6f41-8399-9e8c-cb75fcfc0e26-ecc85a7a, #w-node-_604e39cd-761f-c1f8-cab2-717f140c1505-ecc85a7a, #w-node-_2023972e-03c2-b96e-2f05-697923d80bf9-ecc85a7a, #w-node-_7c10a8f7-372a-94d2-52ad-24ec25ac4a01-ecc85a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-ecc85a7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_4ac566e0-edfb-8a1e-47cc-10fa9531bb5a-ecc85a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7505b409-7aa2-2ee9-01a9-05cea36e4eaa-ecc85a7a, #w-node-_365bc009-46f8-9200-a5aa-f78cdf3b93b8-ecc85a7a, #w-node-ef890c23-c25f-7f99-5fb7-ac1d6b654be5-ecc85a7a, #w-node-_9c769799-c7c1-e158-3d55-38c1be439585-ecc85a7a, #w-node-fc3293d0-c488-a7d9-1bad-499f41701757-ecc85a7a, #w-node-f0a89a2e-a811-583b-621a-f3f3bf44b4fd-ecc85a7a, #w-node-_24a1b34e-1404-6bf1-1e2d-8d1a5557525d-ecc85a7a, #w-node-_54195f85-0aea-f0ce-4c69-90873373770c-ecc85a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_46ea0435-a0a9-d72c-ff93-7931ef46c93a-ecc85a7a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9ce7345f-0986-cbdf-7043-e06b6d1cde3c-ecc85a7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd703aa2-72b4-ef2b-b23c-a604d8a4feae-2fb32831, #w-node-bd703aa2-72b4-ef2b-b23c-a604d8a4feb5-2fb32831, #w-node-bd703aa2-72b4-ef2b-b23c-a604d8a4febc-2fb32831, #w-node-bd703aa2-72b4-ef2b-b23c-a604d8a4fec3-2fb32831, #w-node-_298de40b-6f41-8399-9e8c-cb75fcfc0e26-2fb32831, #w-node-_604e39cd-761f-c1f8-cab2-717f140c1505-2fb32831, #w-node-_2023972e-03c2-b96e-2f05-697923d80bf9-2fb32831, #w-node-_7c10a8f7-372a-94d2-52ad-24ec25ac4a01-2fb32831 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-2fb32831 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_4ac566e0-edfb-8a1e-47cc-10fa9531bb5a-2fb32831 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7505b409-7aa2-2ee9-01a9-05cea36e4eaa-2fb32831, #w-node-_365bc009-46f8-9200-a5aa-f78cdf3b93b8-2fb32831, #w-node-ef890c23-c25f-7f99-5fb7-ac1d6b654be5-2fb32831, #w-node-_9c769799-c7c1-e158-3d55-38c1be439585-2fb32831, #w-node-fc3293d0-c488-a7d9-1bad-499f41701757-2fb32831, #w-node-f0a89a2e-a811-583b-621a-f3f3bf44b4fd-2fb32831, #w-node-_24a1b34e-1404-6bf1-1e2d-8d1a5557525d-2fb32831, #w-node-_54195f85-0aea-f0ce-4c69-90873373770c-2fb32831 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9ce7345f-0986-cbdf-7043-e06b6d1cde3c-2fb32831 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-7525b8b6 {
  align-self: center;
}

#w-node-_04ecf62d-3a8e-447c-b5de-b6d86ff720a9-7525b8b6 {
  justify-self: center;
}

#w-node-_298de40b-6f41-8399-9e8c-cb75fcfc0e26-7525b8b6, #w-node-_604e39cd-761f-c1f8-cab2-717f140c1505-7525b8b6, #w-node-_2023972e-03c2-b96e-2f05-697923d80bf9-7525b8b6, #w-node-_7c10a8f7-372a-94d2-52ad-24ec25ac4a01-7525b8b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-7525b8b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_4ac566e0-edfb-8a1e-47cc-10fa9531bb5a-7525b8b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7505b409-7aa2-2ee9-01a9-05cea36e4eaa-7525b8b6, #w-node-_365bc009-46f8-9200-a5aa-f78cdf3b93b8-7525b8b6, #w-node-ef890c23-c25f-7f99-5fb7-ac1d6b654be5-7525b8b6, #w-node-_9c769799-c7c1-e158-3d55-38c1be439585-7525b8b6, #w-node-fc3293d0-c488-a7d9-1bad-499f41701757-7525b8b6, #w-node-f0a89a2e-a811-583b-621a-f3f3bf44b4fd-7525b8b6, #w-node-_24a1b34e-1404-6bf1-1e2d-8d1a5557525d-7525b8b6, #w-node-_54195f85-0aea-f0ce-4c69-90873373770c-7525b8b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_420bced6-56ad-baa5-cf37-cd38fec92dfb-7525b8b6, #w-node-_4b8c95c9-ff52-e844-e8ff-44f44e5ed6ac-7525b8b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-18b9f0fb {
  align-self: center;
}

#w-node-_0d892bbd-5451-b3b9-1be7-ee04567841a8-18b9f0fb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_298de40b-6f41-8399-9e8c-cb75fcfc0e26-18b9f0fb, #w-node-_604e39cd-761f-c1f8-cab2-717f140c1505-18b9f0fb, #w-node-_2023972e-03c2-b96e-2f05-697923d80bf9-18b9f0fb, #w-node-_7c10a8f7-372a-94d2-52ad-24ec25ac4a01-18b9f0fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-18b9f0fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_4ac566e0-edfb-8a1e-47cc-10fa9531bb5a-18b9f0fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7505b409-7aa2-2ee9-01a9-05cea36e4eaa-18b9f0fb, #w-node-_365bc009-46f8-9200-a5aa-f78cdf3b93b8-18b9f0fb, #w-node-ef890c23-c25f-7f99-5fb7-ac1d6b654be5-18b9f0fb, #w-node-_9c769799-c7c1-e158-3d55-38c1be439585-18b9f0fb, #w-node-fc3293d0-c488-a7d9-1bad-499f41701757-18b9f0fb, #w-node-f0a89a2e-a811-583b-621a-f3f3bf44b4fd-18b9f0fb, #w-node-_24a1b34e-1404-6bf1-1e2d-8d1a5557525d-18b9f0fb, #w-node-_54195f85-0aea-f0ce-4c69-90873373770c-18b9f0fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5ba6614c-bb14-5e10-a9f3-0191d68dc4a9-18b9f0fb, #w-node-_420bced6-56ad-baa5-cf37-cd38fec92dfb-18b9f0fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_217d5126-9232-6722-1e43-78863a7e14c5-18b9f0fb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_247d8c34-58ab-4b66-744f-60c6538c9c0d-18b9f0fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a524906e-902b-eb24-2fc3-bbbb353143f0-18b9f0fb, #w-node-_3f288edb-8301-ab5c-9af5-bb394c86233c-18b9f0fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-81fa23dc {
  align-self: center;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019360-81fa23dc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-81fa23dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-81fa23dc, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-81fa23dc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_298de40b-6f41-8399-9e8c-cb75fcfc0e26-dcb547d7, #w-node-_604e39cd-761f-c1f8-cab2-717f140c1505-dcb547d7, #w-node-_2023972e-03c2-b96e-2f05-697923d80bf9-dcb547d7, #w-node-_7c10a8f7-372a-94d2-52ad-24ec25ac4a01-dcb547d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-dcb547d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_4ac566e0-edfb-8a1e-47cc-10fa9531bb5a-dcb547d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7505b409-7aa2-2ee9-01a9-05cea36e4eaa-dcb547d7, #w-node-_365bc009-46f8-9200-a5aa-f78cdf3b93b8-dcb547d7, #w-node-ef890c23-c25f-7f99-5fb7-ac1d6b654be5-dcb547d7, #w-node-_9c769799-c7c1-e158-3d55-38c1be439585-dcb547d7, #w-node-fc3293d0-c488-a7d9-1bad-499f41701757-dcb547d7, #w-node-f0a89a2e-a811-583b-621a-f3f3bf44b4fd-dcb547d7, #w-node-_24a1b34e-1404-6bf1-1e2d-8d1a5557525d-dcb547d7, #w-node-_54195f85-0aea-f0ce-4c69-90873373770c-dcb547d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-6f73afc2 {
  align-self: center;
}

#w-node-_0d892bbd-5451-b3b9-1be7-ee04567841a8-6f73afc2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_1062a024-9355-d689-3731-ae12f34a2c0a-6f73afc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_1062a024-9355-d689-3731-ae12f34a2c16-6f73afc2, #w-node-_1062a024-9355-d689-3731-ae12f34a2c22-6f73afc2, #w-node-_1062a024-9355-d689-3731-ae12f34a2c2d-6f73afc2, #w-node-db2b4228-b515-6bd1-dd49-9dd5363b1036-6f73afc2, #w-node-_420bced6-56ad-baa5-cf37-cd38fec92dfb-6f73afc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_217d5126-9232-6722-1e43-78863a7e14c5-6f73afc2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_247d8c34-58ab-4b66-744f-60c6538c9c0d-6f73afc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a524906e-902b-eb24-2fc3-bbbb353143f0-6f73afc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a164974-8b28-72a6-30bb-6360dbeb9a95-6f73afc2 {
  align-self: center;
}

#w-node-_533ef43c-ea12-f4b2-2c2c-c7cead5ea7b3-6f73afc2 {
  place-self: end center;
}

#w-node-_0f1d3476-dfad-87fd-5fca-026b54b1bc7d-54b1bc79 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0f1d3476-dfad-87fd-5fca-026b54b1bc93-54b1bc79 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start end;
}

#w-node-_0f1d3476-dfad-87fd-5fca-026b54b1bc9b-54b1bc79 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-bc7b25be {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-bc7b25be {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-bc7b25be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-bc7b25be, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-bc7b25be {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-709a63fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-709a63fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-709a63fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-709a63fe, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-709a63fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-b35413ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-b35413ed {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-b35413ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-b35413ed, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-b35413ed {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-c6793922 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-c6793922 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-c6793922 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-c6793922, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-c6793922 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-470afa5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-470afa5c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-470afa5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-470afa5c, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-470afa5c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-d1f05d97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-d1f05d97 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-d1f05d97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-d1f05d97, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-d1f05d97 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-1b6e0fb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-1b6e0fb1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-1b6e0fb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-1b6e0fb1, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-1b6e0fb1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-86b8e06a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-86b8e06a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-86b8e06a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-86b8e06a, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-86b8e06a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-abdc91eb {
  align-self: center;
}

#w-node-_0d892bbd-5451-b3b9-1be7-ee04567841a8-abdc91eb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_1062a024-9355-d689-3731-ae12f34a2c0a-abdc91eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_1062a024-9355-d689-3731-ae12f34a2c16-abdc91eb, #w-node-_1062a024-9355-d689-3731-ae12f34a2c22-abdc91eb, #w-node-_1062a024-9355-d689-3731-ae12f34a2c2d-abdc91eb, #w-node-c862ecf8-7eb1-b939-5b6e-2579b7ecdbbe-abdc91eb, #w-node-_420bced6-56ad-baa5-cf37-cd38fec92dfb-abdc91eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_217d5126-9232-6722-1e43-78863a7e14c5-abdc91eb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_247d8c34-58ab-4b66-744f-60c6538c9c0d-abdc91eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a524906e-902b-eb24-2fc3-bbbb353143f0-abdc91eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a164974-8b28-72a6-30bb-6360dbeb9a95-abdc91eb {
  align-self: center;
}

#w-node-_533ef43c-ea12-f4b2-2c2c-c7cead5ea7b3-abdc91eb {
  place-self: end center;
}

#w-node-_63a79195-c882-4306-1ed3-6846bb5aa413-bb5aa40f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_63a79195-c882-4306-1ed3-6846bb5aa429-bb5aa40f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start end;
}

#w-node-_63a79195-c882-4306-1ed3-6846bb5aa431-bb5aa40f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-e4029d84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-e4029d84 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-e4029d84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-e4029d84, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-e4029d84 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-76c6a3dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-76c6a3dc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-76c6a3dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-76c6a3dc, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-76c6a3dc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-a2ebf5c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-a2ebf5c6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-a2ebf5c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-a2ebf5c6, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-a2ebf5c6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-e9d8f2cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-e9d8f2cc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-e9d8f2cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-e9d8f2cc, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-e9d8f2cc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-5cfe6b58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-5cfe6b58 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-5cfe6b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-5cfe6b58, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-5cfe6b58 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b13d2acd-0fc0-b860-b447-444352c100f0-cb3366e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-cb3366e1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01936d-cb3366e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-cb3366e1, #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917b-cb3366e1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_68b43fb8-f2d1-7c0f-3abb-7b53609b9eeb-fccd19f4 {
    place-self: auto;
  }

  #w-node-e05bd354-8057-c22c-4fa4-6341164ecae4-fccd19f4, #w-node-_91b66ea6-14d6-6dd9-ca93-a05cc17ed267-fccd19f4, #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a0b-fccd19f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a16-fccd19f4 {
    justify-self: auto;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a24-fccd19f4 {
    justify-self: start;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a35-fccd19f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a3c-fccd19f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_21050a27-c3c2-25ad-00db-58a1af0f4001-af0f3ffd, #w-node-_21050a27-c3c2-25ad-00db-58a1af0f4021-af0f3ffd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21050a27-c3c2-25ad-00db-58a1af0f405b-af0f3ffd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9a9dbff4-3152-b2dd-7c55-40245d26fae2-5d26fae2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2b7f-fccd19f7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3498-fccd19f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce28c619-be20-c50f-c528-960a45a481e7-6f73afc2, #w-node-_1b6b5885-007c-f04e-361b-546a6992f21e-6f73afc2, #w-node-b8fa8a70-63d1-b726-a73b-ac355e7151ed-6f73afc2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_533ef43c-ea12-f4b2-2c2c-c7cead5ea7b3-6f73afc2 {
    align-self: end;
  }

  #w-node-_0f1d3476-dfad-87fd-5fca-026b54b1bc7d-54b1bc79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f1d3476-dfad-87fd-5fca-026b54b1bc9b-54b1bc79 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_48b5caa8-f713-74c8-268a-bc9a907e6627-907e6627 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63a79195-c882-4306-1ed3-6846bb5aa413-bb5aa40f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63a79195-c882-4306-1ed3-6846bb5aa431-bb5aa40f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b097742c-bbf1-61c9-5402-2f923d8943b2-3d8943b2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_68b43fb8-f2d1-7c0f-3abb-7b53609b9eeb-fccd19f4 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_5b4810ef-6961-774d-7808-1609736b6102-fccd19f4 {
    align-self: stretch;
  }

  #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-fccd19f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_97db2840-e9a1-b6a6-0c4a-e6e46050a322-fccd19f4, #w-node-_7a347be5-7940-4b34-b7d0-70bb94389d5e-fccd19f4, #w-node-_208917bc-c02b-702b-27f5-9576d81aab54-fccd19f4, #w-node-_86cf061b-7ea3-93ef-d41b-d2c509367d37-fccd19f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a0b-fccd19f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a16-fccd19f4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a24-fccd19f4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a35-fccd19f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a3c-fccd19f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_21050a27-c3c2-25ad-00db-58a1af0f4001-af0f3ffd, #w-node-_21050a27-c3c2-25ad-00db-58a1af0f4021-af0f3ffd, #w-node-_21050a27-c3c2-25ad-00db-58a1af0f403c-af0f3ffd {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c02-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c29-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c36-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c63-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c70-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c97-fccd19f7 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0f-fccd19f7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d12-fccd19f7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a6-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b4-fccd19f7, #w-node-_7d888659-093b-930c-5940-83aefbc5765e-fccd19f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4fc77653-0fe5-a03a-041f-d90df9b722fe-b4ef470f {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_4fc77653-0fe5-a03a-041f-d90df9b724f3-b4ef470f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4fc77653-0fe5-a03a-041f-d90df9b724da-b4ef470f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_4fc77653-0fe5-a03a-041f-d90df9b72527-b4ef470f, #w-node-_4fc77653-0fe5-a03a-041f-d90df9b7252d-b4ef470f, #w-node-_4fc77653-0fe5-a03a-041f-d90df9b7253b-b4ef470f, #w-node-e7cde0b3-2798-14eb-0481-ba4c748df91c-4f983c6b, #w-node-dbf6a710-ad3f-d3c4-d19d-0b757dc557d7-4f983c6b, #w-node-b3ccfbfd-f94b-7d60-50ba-3e07cd4eccba-4f983c6b, #w-node-b3ccfbfd-f94b-7d60-50ba-3e07cd4eccbb-4f983c6b, #w-node-_2933a598-209d-f187-2b16-4bb81148ddee-4f983c6b, #w-node-_2933a598-209d-f187-2b16-4bb81148ddef-4f983c6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a18fd54-1538-c7d9-564a-5d3cf6335ca8-4f983c6b {
    align-self: stretch;
  }

  #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-4f983c6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-e7cde0b3-2798-14eb-0481-ba4c748df91c-a074f79c, #w-node-dbf6a710-ad3f-d3c4-d19d-0b757dc557d7-a074f79c, #w-node-b3ccfbfd-f94b-7d60-50ba-3e07cd4eccba-a074f79c, #w-node-b3ccfbfd-f94b-7d60-50ba-3e07cd4eccbb-a074f79c, #w-node-_2933a598-209d-f187-2b16-4bb81148ddee-a074f79c, #w-node-_2933a598-209d-f187-2b16-4bb81148ddef-a074f79c, #w-node-f99019b2-5115-0d0a-3b46-46d291c7f453-a074f79c, #w-node-f99019b2-5115-0d0a-3b46-46d291c7f454-a074f79c, #w-node-_0bea925b-2e80-85b6-485c-02e32d1a1a9d-a074f79c, #w-node-_0bea925b-2e80-85b6-485c-02e32d1a1a9e-a074f79c, #w-node-a70acdc1-49fd-a865-5770-acae4c1b9a16-a074f79c, #w-node-a70acdc1-49fd-a865-5770-acae4c1b9a17-a074f79c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-a074f79c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-e7cde0b3-2798-14eb-0481-ba4c748df91c-a68a6bdf, #w-node-dbf6a710-ad3f-d3c4-d19d-0b757dc557d7-a68a6bdf, #w-node-d59f2a18-1dcc-e773-b69c-3785fc013dbc-a68a6bdf, #w-node-d59f2a18-1dcc-e773-b69c-3785fc013dbd-a68a6bdf, #w-node-_30827385-8804-68eb-997b-d301f9acacc8-a68a6bdf, #w-node-_30827385-8804-68eb-997b-d301f9acacc9-a68a6bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-a68a6bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_5cf601a1-3307-64d7-bb22-3c6e597e9a77-a68a6bdf, #w-node-_5cf601a1-3307-64d7-bb22-3c6e597e9a7f-a68a6bdf, #w-node-_5cf601a1-3307-64d7-bb22-3c6e597e9a87-a68a6bdf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8f0cabc3-d0ad-2c24-d2ed-2b537541c941-ecc85a7a {
    align-self: stretch;
  }

  #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-ecc85a7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_5cf601a1-3307-64d7-bb22-3c6e597e9a77-ecc85a7a, #w-node-_5cf601a1-3307-64d7-bb22-3c6e597e9a7f-ecc85a7a, #w-node-_5cf601a1-3307-64d7-bb22-3c6e597e9a87-ecc85a7a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9ce7345f-0986-cbdf-7043-e06b6d1cde3c-ecc85a7a, #w-node-_9ce7345f-0986-cbdf-7043-e06b6d1cde42-ecc85a7a, #w-node-_9ce7345f-0986-cbdf-7043-e06b6d1cde50-ecc85a7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8f0cabc3-d0ad-2c24-d2ed-2b537541c941-2fb32831 {
    align-self: stretch;
  }

  #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-2fb32831 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_9ce7345f-0986-cbdf-7043-e06b6d1cde3c-2fb32831, #w-node-_9ce7345f-0986-cbdf-7043-e06b6d1cde42-2fb32831, #w-node-_9ce7345f-0986-cbdf-7043-e06b6d1cde50-2fb32831 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04ecf62d-3a8e-447c-b5de-b6d86ff720a9-7525b8b6 {
    order: -9999;
  }

  #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-7525b8b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_4b8c95c9-ff52-e844-e8ff-44f44e5ed6a4-7525b8b6, #w-node-_4b8c95c9-ff52-e844-e8ff-44f44e5ed6ce-7525b8b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-18b9f0fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_3f288edb-8301-ab5c-9af5-bb394c862331-18b9f0fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019360-81fa23dc {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-81fa23dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-81fa23dc {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-e7cde0b3-2798-14eb-0481-ba4c748df91c-dcb547d7, #w-node-dbf6a710-ad3f-d3c4-d19d-0b757dc557d7-dcb547d7, #w-node-d59f2a18-1dcc-e773-b69c-3785fc013dbc-dcb547d7, #w-node-d59f2a18-1dcc-e773-b69c-3785fc013dbd-dcb547d7, #w-node-_30827385-8804-68eb-997b-d301f9acacc8-dcb547d7, #w-node-_30827385-8804-68eb-997b-d301f9acacc9-dcb547d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-dcb547d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-b13d2acd-0fc0-b860-b447-444352c100f0-6f73afc2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_1062a024-9355-d689-3731-ae12f34a2c0a-6f73afc2 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-ce28c619-be20-c50f-c528-960a45a481e7-6f73afc2, #w-node-_1b6b5885-007c-f04e-361b-546a6992f21e-6f73afc2, #w-node-b8fa8a70-63d1-b726-a73b-ac355e7151ed-6f73afc2, #w-node-_0f0ef698-84c1-4462-25de-304be590f221-6f73afc2, #w-node-_0f0ef698-84c1-4462-25de-304be590f228-6f73afc2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_66e6970c-dc2f-00c9-92a7-574b7d16146c-6f73afc2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a164974-8b28-72a6-30bb-6360dbeb9a95-6f73afc2 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_1bbc7b1a-87d8-e804-a692-25c3abe4d0a0-6f73afc2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_533ef43c-ea12-f4b2-2c2c-c7cead5ea7b3-6f73afc2 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }

  #w-node-_0f1d3476-dfad-87fd-5fca-026b54b1bc7d-54b1bc79 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_0f1d3476-dfad-87fd-5fca-026b54b1bc93-54b1bc79, #w-node-_0f1d3476-dfad-87fd-5fca-026b54b1bc9b-54b1bc79 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    justify-self: center;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-bc7b25be {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-bc7b25be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-bc7b25be {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-709a63fe {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-709a63fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-709a63fe {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-b35413ed {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-b35413ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-b35413ed {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-c6793922 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-c6793922 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-c6793922 {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-470afa5c {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-470afa5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-470afa5c {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-d1f05d97 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-d1f05d97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-d1f05d97 {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-1b6e0fb1 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-1b6e0fb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-1b6e0fb1 {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-86b8e06a {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-86b8e06a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-86b8e06a {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b13d2acd-0fc0-b860-b447-444352c100f0-abdc91eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_1062a024-9355-d689-3731-ae12f34a2c0a-abdc91eb {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-ce28c619-be20-c50f-c528-960a45a481e7-abdc91eb, #w-node-_1b6b5885-007c-f04e-361b-546a6992f21e-abdc91eb, #w-node-b8fa8a70-63d1-b726-a73b-ac355e7151ed-abdc91eb, #w-node-_0f0ef698-84c1-4462-25de-304be590f221-abdc91eb, #w-node-_0f0ef698-84c1-4462-25de-304be590f228-abdc91eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8a164974-8b28-72a6-30bb-6360dbeb9a95-abdc91eb {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-_1bbc7b1a-87d8-e804-a692-25c3abe4d0a0-abdc91eb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_533ef43c-ea12-f4b2-2c2c-c7cead5ea7b3-abdc91eb {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end;
  }

  #w-node-_63a79195-c882-4306-1ed3-6846bb5aa413-bb5aa40f, #w-node-_63a79195-c882-4306-1ed3-6846bb5aa429-bb5aa40f {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-e4029d84 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-e4029d84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-e4029d84 {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-76c6a3dc {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-76c6a3dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-76c6a3dc {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-a2ebf5c6 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-a2ebf5c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-a2ebf5c6 {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-e9d8f2cc {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-e9d8f2cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-e9d8f2cc {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-5cfe6b58 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-5cfe6b58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-5cfe6b58 {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-cb3366e1 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da019367-cb3366e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-cb3366e1 {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-fccd19f4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: center;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a0b-fccd19f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a16-fccd19f4, #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a24-fccd19f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a35-fccd19f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a39-fccd19f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0f5be94-4c19-4a61-fb39-e5733e225a3c-fccd19f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_21050a27-c3c2-25ad-00db-58a1af0f4001-af0f3ffd, #w-node-_21050a27-c3c2-25ad-00db-58a1af0f4021-af0f3ffd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21050a27-c3c2-25ad-00db-58a1af0f403c-af0f3ffd, #w-node-_21050a27-c3c2-25ad-00db-58a1af0f405b-af0f3ffd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be8-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf5-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c02-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0f-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1c-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c29-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c36-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c63-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c70-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7d-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8a-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c97-fccd19f7 {
    grid-column-end: 4;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0f-fccd19f7 {
    grid-row: 3 / 4;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d12-fccd19f7 {
    grid-row: 5 / 6;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d1d-fccd19f7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d28-fccd19f7 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c2-fccd19f7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d0-fccd19f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4fc77653-0fe5-a03a-041f-d90df9b724f3-b4ef470f {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_4fc77653-0fe5-a03a-041f-d90df9b724da-b4ef470f, #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-4f983c6b, #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-a074f79c, #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-a68a6bdf, #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-ecc85a7a, #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-2fb32831, #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-7525b8b6 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: center;
  }

  #w-node-_4b8c95c9-ff52-e844-e8ff-44f44e5ed6a4-7525b8b6, #w-node-_4b8c95c9-ff52-e844-e8ff-44f44e5ed6ac-7525b8b6, #w-node-_4b8c95c9-ff52-e844-e8ff-44f44e5ed6ce-7525b8b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f67b1ace-b9d1-5a46-5721-5993cbc2d2d9-18b9f0fb, #w-node-_0d892bbd-5451-b3b9-1be7-ee04567841a8-18b9f0fb, #w-node-a71df6bd-d839-4094-275b-73d6f29d828b-18b9f0fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-18b9f0fb {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: center;
  }

  #w-node-_8802f5a8-755a-7e84-9289-92fbf60fd188-18b9f0fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7f7c72eb-0173-1e4f-34ac-7c774412e675-dcb547d7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: center;
  }

  #w-node-f67b1ace-b9d1-5a46-5721-5993cbc2d2d9-6f73afc2, #w-node-_0d892bbd-5451-b3b9-1be7-ee04567841a8-6f73afc2, #w-node-a71df6bd-d839-4094-275b-73d6f29d828b-6f73afc2, #w-node-_8802f5a8-755a-7e84-9289-92fbf60fd188-6f73afc2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_533ef43c-ea12-f4b2-2c2c-c7cead5ea7b3-6f73afc2 {
    justify-self: center;
  }

  #w-node-_0f1d3476-dfad-87fd-5fca-026b54b1bc7d-54b1bc79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f1d3476-dfad-87fd-5fca-026b54b1bc93-54b1bc79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_0f1d3476-dfad-87fd-5fca-026b54b1bc9b-54b1bc79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-d6747d6f-1c7d-657a-99a8-5c8e7f9ff1bd-1b6e0fb1 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: start;
  }

  #w-node-_2ce40eb0-6ffd-412a-8cf0-5f05da01917a-1b6e0fb1 {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f67b1ace-b9d1-5a46-5721-5993cbc2d2d9-abdc91eb, #w-node-_0d892bbd-5451-b3b9-1be7-ee04567841a8-abdc91eb, #w-node-a71df6bd-d839-4094-275b-73d6f29d828b-abdc91eb, #w-node-_8802f5a8-755a-7e84-9289-92fbf60fd188-abdc91eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_533ef43c-ea12-f4b2-2c2c-c7cead5ea7b3-abdc91eb {
    justify-self: center;
  }

  #w-node-_63a79195-c882-4306-1ed3-6846bb5aa413-bb5aa40f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63a79195-c882-4306-1ed3-6846bb5aa429-bb5aa40f, #w-node-_63a79195-c882-4306-1ed3-6846bb5aa431-bb5aa40f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatmono';
  src: url('../fonts/RedHatMono-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatmono';
  src: url('../fonts/RedHatMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}