:root {
  --text-blue: #5f7886;
  --dark-goldenrod: #a47a24;
  --cornflower-blue: #6aacff;
  --slate-grey: #5f7886;
  --dark-slate-grey: #234255;
  --sub-headline-text: #005282;
  --copyright: #9b9b9b;
  --white-smoke: whitesmoke;
  --white: white;
  --black: black;
}

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

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

body {
  max-width: 2560px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #234255;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--text-blue);
  margin-bottom: 1.6em;
  font-size: 1.5em;
  line-height: 1.6em;
}

a {
  color: var(--dark-goldenrod);
  cursor: pointer;
  font-size: 1em;
  line-height: 1.6em;
  text-decoration: none;
  transition: color .275s;
}

a:hover {
  color: var(--cornflower-blue);
}

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

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

blockquote {
  border-left: 3px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 19px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}

.project-hero-copy {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-headline {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.body {
  font-size: 15px;
  line-height: 1.6em;
}

.button {
  height: 44px;
  color: #fff;
  letter-spacing: .5px;
  background-color: #3898ec;
  border-radius: 4px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 43px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.project-content {
  display: block;
}

.project-content figure {
  margin-top: 10px;
  margin-bottom: 50px;
}

.project-content img {
  display: block;
}

.project-hero-section {
  padding-top: 60px;
}

.project-hero-container {
  width: 90%;
  max-width: 1000px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-details-container {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-services {
  padding-left: 0;
}

.project-services ul {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.project-hero-logo {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.navbar {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  justify-content: center;
  display: flex;
  position: fixed;
}

.container-2 {
  width: 80%;
  height: 100%;
  max-width: 1000px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.back-button {
  height: 100%;
  float: left;
  align-items: center;
  display: flex;
}

.body {
  color: #222;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.color-block {
  height: 70px;
  background-color: #ebebeb;
  border-radius: 4px;
  margin-top: 30px;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f3f5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.input {
  height: 44px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.success-message {
  color: #20ce7b;
  background-color: rgba(32, 206, 123, .1);
  border-radius: 4px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.card-title {
  margin-top: 0;
}

.card-paragraph {
  margin-bottom: 0;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tab-link {
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px #333;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.logo {
  max-width: 320px;
  min-width: 260px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.wrap {
  max-width: 83.33%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.nav {
  max-width: 83.33%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider {
  height: auto;
  background-color: #fff;
  overflow: hidden;
}

.slider-blue-bg-01 {
  z-index: 5;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-partner {
  height: 120px;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-partner.hide {
  display: none;
}

.slider-headline-wrap {
  z-index: 10;
  width: 35%;
  position: absolute;
  top: 21%;
  bottom: 0%;
  left: auto;
  right: 11%;
}

.slider-headline {
  font-weight: 700;
}

.slider-headline-text {
  color: #fff;
}

.more-button {
  z-index: 10;
  float: left;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark-goldenrod);
  background-color: #f5f5f5;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.more-button:hover {
  background-color: var(--cornflower-blue);
}

.more-button.product-align {
  display: inline-block;
  position: relative;
  left: 50%;
}

.more-button.contact {
  background-color: #fff;
}

.more-button.contact._2 {
  flex: none;
  margin-left: 5px;
  margin-right: 5px;
}

.more-button.hide {
  display: none;
}

.s-headline {
  color: #fff;
  text-align: left;
  font-size: 3em;
  font-weight: 700;
}

.s-text {
  color: #fff;
  text-align: left;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4em;
}

.btn-blue-square {
  z-index: 11;
  width: 40px;
  height: 40px;
  float: left;
  clear: none;
  background-color: var(--cornflower-blue);
  order: -1;
  position: relative;
}

.btn-blue-square.contact {
  height: auto;
  flex: 0 auto;
  align-self: stretch;
}

.btn-more-wrap {
  height: 40px;
  float: right;
  align-items: center;
  display: flex;
}

.btn-more-wrap.contact {
  height: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.btn-more {
  z-index: 11;
  float: left;
  clear: none;
  color: var(--dark-goldenrod);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 2em;
  text-decoration: none;
  position: relative;
}

.btn-more.contact {
  text-transform: none;
  flex: 1;
  align-self: center;
}

.partner-logo-wrap {
  max-height: 150px;
}

.partner-logo {
  width: 170px;
  height: auto;
  filter: invert() grayscale();
  transition: filter .5s;
}

.partner-logo:hover {
  filter: invert(0%) grayscale(0%);
}

.partner-text {
  color: var(--slate-grey);
  text-transform: uppercase;
}

.text-block {
  padding: 25px 51px 25px 25px;
  font-size: 1.5em;
  font-weight: 700;
}

.text-with-headlines {
  width: 83.33%;
  margin: 30px auto 40px;
  padding-bottom: 20px;
}

.slide-img {
  width: 100%;
}

.big-headline {
  z-index: 10;
  width: 50%;
  color: var(--dark-slate-grey);
  font-size: 4.5em;
  position: relative;
  left: 50%;
}

.sub-headline-text {
  color: var(--sub-headline-text);
  font-size: 1.5em;
  font-weight: 700;
}

.sub-headline-text.product-text {
  z-index: 10;
  width: 50%;
  position: relative;
  left: 50%;
}

.sub-headline-text.sub-align {
  text-align: center;
  margin-top: 20px;
}

.sub-headline-text.anwendung {
  z-index: 10;
  width: 100%;
  position: relative;
  left: auto;
}

.raptor-product-img {
  z-index: 0;
  width: auto;
  max-height: 700px;
  max-width: 60%;
  float: none;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.product-paragraph {
  z-index: 10;
  width: 50%;
  margin-bottom: auto;
  position: relative;
  left: 50%;
}

.headline {
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
}

.headline.left {
  text-align: left;
}

.headline.white {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.section-wrap {
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
}

.section-wrap.contact {
  border-top: 1px none var(--copyright);
  padding-bottom: 20px;
  font-size: .9em;
  line-height: .9em;
}

.section-wrap.footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section-wrap.treffen {
  margin-top: 50px;
  margin-bottom: 10px;
}

.feature-item {
  min-height: 420px;
  background-color: #f5f5f5;
  padding: 20px;
}

.feature-item.why {
  min-height: 290px;
  background-color: #fff;
}

.icon {
  width: 45%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.feature-title {
  color: var(--dark-goldenrod);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

.feature-title.why {
  text-transform: none;
}

.feature-text {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
}

.icon-img {
  margin: 0;
  padding: 0;
}

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

.flex-align.contact {
  width: auto;
  max-width: none;
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1em;
  position: static;
}

.flex-align.more {
  margin-top: 30px;
  margin-bottom: 4em;
}

.flex-align.more.hide {
  display: none;
}

.flex-align.pics {
  object-fit: scale-down;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1em;
}

.flex-align.grid-0022 {
  margin-bottom: 1em;
}

._50-box {
  width: 50%;
  background-color: #f5f5f5;
  padding: 29px 60px 45px;
}

.anwendung-img {
  width: 50%;
}

.section-apply {
  margin-top: 60px;
  display: flex;
}

.slider-anw {
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
}

.headline-left {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.anwendung-button {
  background-color: var(--cornflower-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.5em;
}

.anwendung-button:hover {
  color: var(--dark-goldenrod);
  background-color: #fff;
}

.bold-text {
  line-height: 1.3em;
}

.event-item {
  border-top: 1px solid #ddd;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.event-item.hide {
  display: none;
}

.event-img {
  width: 100%;
}

.event-info-box {
  padding-top: 10px;
  padding-left: 30px;
}

.event-img-box {
  width: 100%;
}

.headline-event {
  margin-top: 10px;
}

.section-contact {
  background-color: var(--white-smoke);
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-wrap {
  margin-bottom: 1.5em;
  position: relative;
}

.standort-img {
  width: 100%;
  position: relative;
}

.impressum {
  margin-top: 30px;
  font-size: 1.3em;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.impressum-logo {
  width: 90%;
}

.section-footer {
  background-color: var(--white-smoke);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright {
  color: #707070;
  font-size: .8em;
}

.link-block {
  color: #707070;
}

.footer-link {
  color: #707070;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.3em;
  text-decoration: none;
}

.footer-link.last {
  border-left: 1px solid #707070;
}

.text-block-2 {
  color: var(--copyright);
  font-size: 1.5em;
}

.slide-anw {
  width: auto;
  height: 100%;
  max-height: 1000px;
  max-width: none;
  position: relative;
  left: -200px;
}

.arrow {
  display: none;
}

.feature-wrap-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.feature-wrap-grid.why {
  grid-template-rows: auto;
}

.feature-wrap-grid.highlights {
  grid-template-columns: 1fr 1fr 1fr;
}

.slide-anw-img {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  position: relative;
  left: -105px;
}

.section-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.logo-footer {
  width: 95%;
}

.big-headline-anw {
  z-index: 10;
  width: 100%;
  color: var(--dark-slate-grey);
  font-size: 4.5em;
  position: relative;
  left: auto;
}

.diagramm {
  width: 100%;
  margin-bottom: 10px;
}

.quote-slider {
  height: auto;
  min-height: 400px;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: row;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.quote-box {
  z-index: auto;
  width: 80%;
  height: 100%;
  min-height: 480px;
  float: none;
  clear: none;
  text-align: center;
  flex-flow: column;
  align-content: stretch;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.p-quote {
  width: auto;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.5em;
  display: inline;
}

.quote-heading {
  color: var(--dark-goldenrod);
  align-self: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.quote-author {
  color: var(--dark-slate-grey);
  flex: none;
  align-self: auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.1em;
}

.heading {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-style: italic;
}

.quote-title {
  color: var(--dark-goldenrod);
  margin-top: 0;
  display: block;
}

.section-quotes {
  background-color: var(--white-smoke);
  border: 1px #000;
  border-top-color: #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.icon-2 {
  background-color: var(--cornflower-blue);
}

.icon-2.hide-mobile {
  margin-top: auto;
  margin-bottom: auto;
}

.slide-nav-bullets {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-vergangene-eranstaltungen {
  background-color: var(--sub-headline-text);
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
}

._50col {
  width: 50%;
}

._50col.central {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-abstand {
  margin-top: 30px;
}

.anwendung-button-2 {
  background-color: #6aacff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.5em;
}

.anwendung-button-2:hover {
  color: #a47a24;
  background-color: #fff;
}

.text-span {
  text-decoration: underline;
}

.sub-headline-text-2 {
  color: #005282;
  font-size: 1.5em;
  font-weight: 700;
}

.sub-headline-text-2.sub-align {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 2.5em;
}

.btn-blue-square-2 {
  z-index: 11;
  width: 40px;
  height: 40px;
  float: left;
  clear: none;
  background-color: #6aacff;
  order: -1;
  position: relative;
}

.more-button-2 {
  z-index: 10;
  float: left;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #a47a24;
  text-align: center;
  background-color: #f5f5f5;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.more-button-2:hover {
  background-color: #6aacff;
}

.event-date-2 {
  color: #a47a24;
  font-size: 1.5em;
  font-weight: 700;
}

.btn-more-2 {
  z-index: 11;
  float: left;
  clear: none;
  color: #a47a24;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 2em;
  text-decoration: none;
  position: relative;
}

.link-event {
  color: var(--dark-goldenrod);
  transition: color .25s;
}

.link-event:hover {
  color: var(--cornflower-blue);
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
}

.navlink {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3em;
  font-weight: 700;
}

.navlink.w--current {
  color: var(--dark-goldenrod);
}

.navlink.hide {
  display: none;
}

.section-grey {
  background-color: var(--white-smoke);
}

.underline {
  text-decoration: underline;
}

.btn-blue-square3 {
  z-index: 11;
  width: 40px;
  height: 40px;
  float: left;
  clear: none;
  background-color: #6aacff;
  order: -1;
  position: relative;
}

.highlight-text {
  color: var(--dark-slate-grey);
  font-size: 1.5em;
  line-height: 1.6em;
}

.section-formular {
  margin-bottom: 60px;
}

.label {
  font-size: 1.2em;
}

.form-oneliner {
  display: flex;
}

.form-50 {
  flex: 1;
}

.form-50.formspace {
  padding-right: 25px;
}

.div-block {
  flex: 1;
}

.success-message-2 {
  background-color: #d6f1d3;
}

.radio-btn {
  margin-right: 15px;
}

.social_icon {
  max-width: 40px;
  filter: brightness(200%) grayscale();
  margin-left: 15px;
  transition: filter .2s;
}

.social_icon:hover {
  filter: brightness() grayscale(0%);
}

.social-block {
  float: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-block.hide {
  display: none;
}

.social {
  margin-top: 30px;
  font-size: 1.3em;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.accorionitem {
  border-top: 1px none var(--slate-grey);
  border-bottom: 1px solid var(--slate-grey);
  margin-top: 20px;
  display: block;
}

.accorionitem.hide {
  display: none;
}

.accordionitemtrigger {
  margin-bottom: 10px;
}

.text-block-3 {
  cursor: pointer;
  margin-bottom: 0;
}

.text-block-4 {
  color: var(--text-blue);
  font-size: 1.5em;
  line-height: 1.6em;
}

.accordionitemcontent {
  text-align: justify;
  overflow: hidden;
}

.paragraph, .paragraph-2 {
  text-align: justify;
  margin-bottom: auto;
}

.paragraph-3 {
  margin-bottom: 1.6em;
}

.paragraph-4 {
  text-align: left;
  margin-bottom: 0;
}

.paragraph-5 {
  margin-bottom: .25em;
}

.paragraph-6 {
  margin-bottom: 1em;
}

.paragraph-7 {
  margin-bottom: .25em;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1em;
  list-style-type: disc;
  display: block;
}

.list.hide {
  display: none;
}

.list.innerlist {
  margin-bottom: auto;
}

.nav-menu {
  text-align: right;
  flex: 0 auto;
  margin-left: 40px;
  margin-right: 40px;
}

.image {
  display: inline-block;
}

.paragraph-8 {
  margin-bottom: 1em;
}

.slide {
  margin-bottom: auto;
}

.bold-text-2 {
  display: block;
}

.mask {
  margin-top: auto;
  margin-bottom: auto;
}

.slide-2 {
  height: auto;
  text-align: left;
  position: static;
}

.paragraph-9, .paragraph-10, .paragraph-11 {
  margin-bottom: 1em;
}

.slide-wrap {
  height: 100%;
  min-height: 420px;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-2, .image-2 {
  width: 100%;
}

.text-block-regular {
  text-align: justify;
  margin-bottom: 1em;
}

.text-block-regular.hide {
  display: none;
}

.paragraph-13 {
  color: var(--dark-goldenrod);
}

.italic-text {
  font-style: normal;
}

.heading-2 {
  color: var(--dark-slate-grey);
  font-size: 35px;
}

.heading-2.center {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.heading-2.hide {
  display: none;
}

.text-block-end {
  text-align: justify;
}

.text-block-end.hide {
  display: none;
}

.pic-with-margin {
  text-align: center;
  object-fit: scale-down;
  margin-left: 3px;
  margin-right: 3px;
}

.image-4, .image-5, .image-6 {
  object-fit: scale-down;
}

.div-block-3 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 1em;
  display: flex;
}

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

.paragraph-14 {
  color: var(--dark-goldenrod);
  text-align: justify;
  margin-bottom: 1em;
}

.paragraph-15 {
  text-align: justify;
  object-fit: fill;
  margin-top: auto;
}

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

.div-block-4 {
  text-align: center;
}

.div-block-5 {
  border-radius: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
}

.paragraph-17 {
  margin-bottom: 20px;
}

.list-2 {
  margin-bottom: 20px;
  list-style-type: decimal;
}

.text-block-before-list, .paragraph-blocksatz {
  text-align: justify;
  margin-bottom: .5em;
}

.paragraph-18 {
  margin-bottom: 3em;
}

.text-headed {
  color: var(--dark-slate-grey);
  margin-bottom: .25em;
}

.paragraph-19 {
  margin-bottom: .5em;
}

.text-span-2 {
  color: var(--cornflower-blue);
  font-size: 30px;
  line-height: .7em;
}

.language {
  max-width: 80px;
  min-width: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-6 {
  flex: 0 auto;
}

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

  .slider-headline-wrap {
    width: 70%;
    left: 25%;
    right: auto;
  }

  .more-button.product-align {
    left: auto;
  }

  .btn-blue-square.contact {
    width: 38px;
  }

  .slide-img {
    width: auto;
    height: 500px;
    max-width: none;
    min-width: 100%;
  }

  .big-headline, .sub-headline-text.product-text, .sub-headline-text.anwendung {
    width: 100%;
    left: auto;
  }

  .raptor-product-img {
    width: 100%;
    max-height: none;
    max-width: 100%;
    position: relative;
  }

  .product-paragraph {
    width: 100%;
    left: auto;
  }

  .headline.white {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    display: none;
  }

  .section-wrap.contact {
    width: 83.33%;
  }

  .section-wrap.footer {
    flex-direction: column-reverse;
  }

  ._50-box, .anwendung-img {
    width: 100%;
  }

  .section-apply {
    width: 100%;
    flex-direction: column-reverse;
    position: relative;
  }

  .slider-anw {
    width: 100%;
    height: auto;
    display: block;
  }

  .event-item {
    flex-direction: column;
  }

  .event-info-box {
    padding-left: 0;
  }

  .impressum {
    margin-top: 30px;
  }

  .impressum-logo {
    width: 100%;
  }

  .copyright {
    margin-top: 30px;
  }

  .slide-anw {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    left: auto;
  }

  .feature-wrap-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-wrap-grid.why {
    grid-template-rows: auto auto;
  }

  .feature-wrap-grid.highlights {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .slide-anw-img {
    width: 100%;
    height: auto;
    max-height: none;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .section-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logo-footer {
    width: 400px;
    max-width: 100%;
    min-width: 400px;
  }

  .big-headline-anw {
    width: 100%;
    left: auto;
  }

  .quote-slider {
    height: 100%;
    min-height: auto;
  }

  .quote-box {
    width: 75%;
    min-height: 530px;
  }

  .p-quote {
    font-size: 1.2em;
  }

  .quote-title {
    font-size: 1em;
  }

  .section-quotes {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .slide-nav-bullets {
    position: relative;
    top: 0;
  }

  .section-vergangene-eranstaltungen {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .btn-more-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navlink {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

  .social {
    margin-top: 30px;
  }

  .heading-2, .heading-2.center {
    font-size: 33px;
  }

  .language {
    max-width: 70px;
    min-width: 70px;
  }

  .brand {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    flex: none;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    flex: 1;
  }

  .logo {
    min-width: 200px;
  }

  .slider-blue-bg-01 {
    z-index: 5;
    left: auto;
  }

  .section-partner {
    height: 200px;
    flex-direction: column;
  }

  .more-button.contact {
    min-width: 300px;
    align-self: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .more-button.contact._2 {
    min-width: auto;
    align-self: center;
  }

  .btn-blue-square {
    width: 42px;
    height: 42px;
  }

  .btn-more-wrap {
    height: auto;
    min-height: 40px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .btn-more-wrap.contact {
    justify-content: space-between;
  }

  .btn-more {
    line-height: 2em;
  }

  .btn-more.contact {
    line-height: 1.4em;
  }

  .slide-img {
    z-index: 0;
    height: 600px;
    position: relative;
  }

  .product-paragraph {
    text-align: left;
  }

  .section-wrap.contact {
    width: 83.33%;
  }

  .feature-title {
    font-size: 1.4em;
  }

  .flex-align.contact {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .headline-left.dsgvo {
    font-size: 2em;
  }

  .text-block-2 {
    text-align: center;
    line-height: 1.3em;
  }

  .feature-wrap-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-wrap-grid.why {
    grid-template-rows: auto auto auto;
  }

  .feature-wrap-grid.highlights {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-grid {
    grid-template-rows: auto auto auto;
  }

  .logo-footer {
    max-width: 100%;
    min-width: 300px;
  }

  .quote-slider {
    height: 100%;
  }

  .quote-box {
    width: 70%;
    height: 100%;
    min-height: 700px;
  }

  .p-quote {
    font-size: 1.15em;
  }

  .slide-nav-bullets {
    top: auto;
  }

  .section-vergangene-eranstaltungen {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  ._50col {
    width: 100%;
    display: none;
  }

  ._50col.central {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-blue-square-2 {
    width: 42px;
    height: 42px;
  }

  .more-button-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .btn-blue-square3 {
    height: 42px;
  }

  .form-oneliner {
    flex-direction: column;
  }

  .form-oneliner.anrede {
    flex-direction: row;
  }

  .form-50.formspace {
    padding-right: 0;
  }

  .social_icon {
    margin-left: auto;
  }

  .social-block {
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 31px;
  }

  .social {
    text-align: left;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 30px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-2.center {
    font-size: 28px;
  }

  .language {
    max-width: 60px;
    min-width: 60px;
  }

  .brand {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-6 {
    flex: none;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1.2em;
  }

  .logo {
    max-width: 220px;
    min-width: 180px;
  }

  .wrap.nav {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-blue-bg-01 {
    max-width: none;
    top: 0%;
    bottom: 0%;
    left: -70%;
    right: 0%;
  }

  .section-partner {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-headline-wrap {
    width: 90%;
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 5%;
    right: 0%;
  }

  .more-button.contact {
    width: 100%;
    min-width: auto;
    align-self: flex-start;
    font-size: 1.8em;
    display: inline-block;
  }

  .more-button.contact.w--current {
    display: block;
  }

  .more-button.contact._2 {
    width: auto;
    justify-content: flex-start;
    align-self: center;
  }

  .s-text {
    font-size: 1.5em;
  }

  .btn-blue-square {
    width: 30px;
    height: 30px;
  }

  .btn-blue-square.contact {
    width: 34px;
  }

  .btn-more-wrap {
    width: auto;
    height: 30px;
    min-height: 30px;
    flex-flow: row-reverse wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-size: 1em;
    display: block;
  }

  .btn-more-wrap.contact {
    height: auto;
    min-height: 30px;
    flex-direction: row;
    display: flex;
  }

  .btn-more {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .7em;
  }

  .btn-more.contact {
    direction: ltr;
    text-transform: none;
    flex: 1;
    font-size: .61em;
  }

  .btn-more.contact._2 {
    padding-top: 3px;
  }

  .partner-text {
    margin-left: auto;
    margin-right: auto;
  }

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

  .slide-img {
    left: -67%;
  }

  .big-headline {
    font-size: 2.4em;
  }

  .sub-headline-text.product-text, .sub-headline-text.sub-align, .sub-headline-text.anwendung, .product-paragraph {
    font-size: 1.2em;
  }

  .headline {
    font-size: 2.4em;
    line-height: 1em;
  }

  .section-wrap {
    width: 90%;
  }

  .section-wrap.contact {
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-item {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-title {
    font-size: 1.3em;
  }

  .feature-text {
    font-size: 1.1em;
  }

  .flex-align {
    flex-direction: row;
  }

  .flex-align.pics {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: scale-down;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  ._50-box {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .headline-left {
    text-align: center;
    font-size: 2.4em;
  }

  .headline-left.dsgvo {
    text-align: left;
    font-size: 100%;
    line-height: 2em;
  }

  .headline-event {
    font-size: 1.8em;
  }

  .impressum {
    margin-top: 10px;
    font-size: 1em;
  }

  .link-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-link {
    font-size: 1.3em;
  }

  .footer-link.last {
    border-left-style: none;
  }

  .text-block-2 {
    font-size: 1.3em;
  }

  .arrow {
    display: none;
  }

  .feature-wrap-grid {
    width: auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo-footer {
    width: 300px;
    max-width: 100%;
    min-width: 200px;
    margin-bottom: 15px;
  }

  .big-headline-anw {
    font-size: 2.4em;
  }

  .quote-box {
    width: 90%;
    min-height: 730px;
  }

  .p-quote {
    font-size: 1.05em;
  }

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

  .icon-2.hide-mobile {
    display: none;
  }

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

  .slide-nav-bullets {
    top: auto;
  }

  .sub-headline-text-2.sub-align {
    font-size: 1.2em;
  }

  .btn-blue-square-2 {
    width: 30px;
    height: 30px;
  }

  .event-date-2 {
    font-size: 1.3em;
  }

  .btn-more-2 {
    align-self: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .7em;
  }

  .btn-blue-square3 {
    width: 30px;
    height: 30px;
  }

  .social {
    margin-top: 10px;
    padding-right: 30px;
    font-size: 1em;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-2.center {
    font-size: 25px;
  }

  .bold-text-3 {
    font-size: 24px;
  }

  .language {
    max-width: 30px;
    min-width: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-6 {
    flex: 0 auto;
    margin-left: 15px;
  }

  .menu-button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-a4b73e5d-b826-4a3d-daba-c047dab45285-dab45283 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4b73e5d-b826-4a3d-daba-c047dab4528d-dab45283 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a4b73e5d-b826-4a3d-daba-c047dab452ab-dab45283 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5fe9f6eb-3387-52bf-dfb7-fbe87311213d-d1564fdf, #w-node-aa909a9f-2dd2-6936-7740-97b3f243cbd0-d1564fdf, #w-node-fdf97d5b-6f3c-da0f-06e3-0cdfa44be7da-d1564fdf, #w-node-_0b61cc1c-161e-f4ea-b41c-8b2565490ddb-65490d98, #w-node-_0b61cc1c-161e-f4ea-b41c-8b2565490db7-65490d98, #w-node-_0b61cc1c-161e-f4ea-b41c-8b2565490dc9-65490d98, #w-node-_6a91dd93-b244-4a0a-54fb-03106269f986-65490d98 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d3b-14ee2a61, #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d42-14ee2a61, #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d49-14ee2a61, #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d65-14ee2a61, #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d6c-14ee2a61, #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d74-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b01-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b78-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b70-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b47-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1af1-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b80-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b68-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b57-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b37-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccd5-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccdc-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533cce3-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccf3-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccfa-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccea-14ee2a61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5705921f-e2af-4691-b4e9-78cabad83223-65ee2a5d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5705921f-e2af-4691-b4e9-78cabad8322c-65ee2a5d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5705921f-e2af-4691-b4e9-78cabad83236-65ee2a5d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeada-65ee2a5d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeaf5-65ee2a5d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeafe-65ee2a5d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeae5-65ee2a5d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeaee-65ee2a5d {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfead1-65ee2a5d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeb09-65ee2a5d, #w-node-_598681b3-39f9-09dd-ca21-422805606106-2e976992, #w-node-ee1fff92-b61c-4ed8-7d09-2943a4febb5f-2e976992, #w-node-b4d49cf6-41c9-a952-f927-f468350cf65d-2e976992, #w-node-ca7b16a2-311b-7f83-156e-aa286164fa9f-2e976992, #w-node-d179ca7d-ddad-23da-d2c1-aa47f8e25293-2e976992, #w-node-eaca5781-e8ef-5d68-95fd-5148e4838c55-2e976992, #w-node-_6918899b-8394-651d-d56d-606eb203278c-2e976992, #w-node-_4e982bda-2b12-9aa0-2499-17aad0e8ff4d-2e976992, #w-node-cf26927a-d2b7-d3ad-3bdf-e2a2cfaf647f-2e976992, #w-node-f319eb4c-80e0-f801-0ffb-c92d31008958-2e976992, #w-node-_50487f0b-3ad7-2d25-3612-0352638c95ae-2e976992, #w-node-b5fe0a21-b5ce-4e40-eafc-bcecf4ccadba-2e976992, #w-node-_7ea30ae7-73a7-8d27-d3f5-b7c939b8d3b5-2e976992, #w-node-_99c0f8f7-b720-f930-224f-3dc000d5423c-2e976992, #w-node-_22711871-39c7-7957-1cc1-10d2f9a7d255-2e976992, #w-node-_6f868553-a5c6-d64c-95d4-61c4b4aa5ab6-2e976992, #w-node-_6f868553-a5c6-d64c-95d4-61c4b4aa5b06-2e976992, #w-node-_6f868553-a5c6-d64c-95d4-61c4b4aa5aec-2e976992, #w-node-_260af178-5e31-3648-88e8-a08417dc6bba-f6bba609 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-a4b73e5d-b826-4a3d-daba-c047dab45285-dab45283 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-a4b73e5d-b826-4a3d-daba-c047dab4528d-dab45283 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a4b73e5d-b826-4a3d-daba-c047dab452ab-dab45283 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d42-14ee2a61, #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d65-14ee2a61, #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d6c-14ee2a61, #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d74-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b01-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b78-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b70-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b68-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b57-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccd5-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccdc-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533cce3-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccf3-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccfa-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccea-14ee2a61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5705921f-e2af-4691-b4e9-78cabad83223-65ee2a5d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5705921f-e2af-4691-b4e9-78cabad83236-65ee2a5d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeaf5-65ee2a5d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeafe-65ee2a5d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeae5-65ee2a5d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeaee-65ee2a5d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfead1-65ee2a5d {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a4b73e5d-b826-4a3d-daba-c047dab45285-dab45283 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-a4b73e5d-b826-4a3d-daba-c047dab4528d-dab45283 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a4b73e5d-b826-4a3d-daba-c047dab452ab-dab45283 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-aa909a9f-2dd2-6936-7740-97b3f243cbd1-d1564fdf, #w-node-fdf97d5b-6f3c-da0f-06e3-0cdfa44be7db-d1564fdf, #w-node-_0b61cc1c-161e-f4ea-b41c-8b2565490ddc-65490d98, #w-node-_0b61cc1c-161e-f4ea-b41c-8b2565490db8-65490d98, #w-node-_0b61cc1c-161e-f4ea-b41c-8b2565490dca-65490d98, #w-node-_6a91dd93-b244-4a0a-54fb-03106269f987-65490d98 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d42-14ee2a61, #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d65-14ee2a61, #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d6c-14ee2a61, #w-node-_23bb0e24-a730-0ef0-0c7e-e48e7b0f5d74-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b01-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b78-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b70-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1af1-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b68-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b57-14ee2a61, #w-node-_6cdba5ef-1c38-d9b0-0249-c39031fd1b37-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccd5-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccdc-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533cce3-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccf3-14ee2a61, #w-node-_822bf4cf-1be9-c2a9-5b44-9ccf0533ccea-14ee2a61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5705921f-e2af-4691-b4e9-78cabad83223-65ee2a5d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5705921f-e2af-4691-b4e9-78cabad8322c-65ee2a5d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5705921f-e2af-4691-b4e9-78cabad83236-65ee2a5d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeada-65ee2a5d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeaf5-65ee2a5d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeafe-65ee2a5d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeae5-65ee2a5d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeaee-65ee2a5d {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfead1-65ee2a5d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_598681b3-39f9-09dd-ca21-422805606107-2e976992, #w-node-ee1fff92-b61c-4ed8-7d09-2943a4febb60-2e976992, #w-node-b4d49cf6-41c9-a952-f927-f468350cf65e-2e976992, #w-node-ca7b16a2-311b-7f83-156e-aa286164faa0-2e976992, #w-node-d179ca7d-ddad-23da-d2c1-aa47f8e25294-2e976992, #w-node-eaca5781-e8ef-5d68-95fd-5148e4838c56-2e976992, #w-node-_6918899b-8394-651d-d56d-606eb203278d-2e976992, #w-node-_4e982bda-2b12-9aa0-2499-17aad0e8ff4e-2e976992, #w-node-cf26927a-d2b7-d3ad-3bdf-e2a2cfaf6480-2e976992, #w-node-f319eb4c-80e0-f801-0ffb-c92d31008959-2e976992, #w-node-_50487f0b-3ad7-2d25-3612-0352638c95af-2e976992, #w-node-b5fe0a21-b5ce-4e40-eafc-bcecf4ccadbb-2e976992, #w-node-_7ea30ae7-73a7-8d27-d3f5-b7c939b8d3b6-2e976992, #w-node-_99c0f8f7-b720-f930-224f-3dc000d5423d-2e976992, #w-node-_22711871-39c7-7957-1cc1-10d2f9a7d256-2e976992, #w-node-_6f868553-a5c6-d64c-95d4-61c4b4aa5ab7-2e976992, #w-node-_6f868553-a5c6-d64c-95d4-61c4b4aa5aed-2e976992 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4b73e5d-b826-4a3d-daba-c047dab45285-dab45283 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a4b73e5d-b826-4a3d-daba-c047dab4528d-dab45283 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a4b73e5d-b826-4a3d-daba-c047dab452ab-dab45283 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5705921f-e2af-4691-b4e9-78cabad83223-65ee2a5d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeaf5-65ee2a5d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeafe-65ee2a5d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeae5-65ee2a5d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfeaee-65ee2a5d {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_477bdbcf-25fa-96e6-fdd8-05a440dfead1-65ee2a5d {
    grid-area: 3 / 1 / 4 / 2;
  }
}


