:root {
  --black: black;
  --dark: #1d1d1d;
  --white: white;
  --light: rgba(255, 255, 255, .6);
  --primary: #cebf8c;
  --gold\<deleted\|variable-30b0feb5-15b7-60aa-4167-2375214f0d7f\>: #cebf8c;
  --grey: rgba(57, 61, 71, .6);
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--black);
  color: var(--dark);
  letter-spacing: -.03em;
  font-family: Suisseintl, sans-serif;
  font-size: 1.1vw;
  line-height: 2.1;
}

h1 {
  color: var(--white);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.3vw;
  font-weight: 500;
  line-height: .9375;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.67vw;
  font-weight: 500;
  line-height: 1.55;
}

h4, h5 {
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.66;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--dark);
  text-decoration: none;
}

.is--small {
  font-size: .9375vw;
  line-height: 1.95;
}

.is--small.service_card-description {
  color: var(--light);
  margin-bottom: 2vw;
}

.is--small.service_card-replace-description {
  margin-bottom: 2vw;
  font-size: 1vw;
}

.is--small.footer_menu-item {
  color: var(--light);
  margin-bottom: 0;
}

.is--small.footer_menu-item.is--link {
  cursor: pointer;
  transition: all .2s;
}

.is--small.footer_menu-item.is--link:hover {
  color: var(--primary);
}

.is--small.footer_menu-item.is--link.hide {
  display: none;
}

.is--tag {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
}

.is--tag.nav_menu-link {
  color: var(--white);
  margin-right: 28px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.is--tag.nav_menu-link:hover {
  color: var(--gold\<deleted\|variable-30b0feb5-15b7-60aa-4167-2375214f0d7f\>);
}

.is--tag.hero_tag {
  color: var(--primary);
  margin-bottom: 24px;
}

.is--tag.section_info-number.is--green-text {
  color: var(--primary);
}

.is--tag.section_info-title {
  font-size: 1vw;
}

.is--tag.service_card-number {
  color: rgba(255, 255, 255, 0);
}

.is--tag.form_label {
  margin-bottom: 12px;
}

.nav {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_brand {
  cursor: pointer;
}

.nav_brand-logo {
  height: 70px;
  border: 1px #000;
  border-radius: 300px;
  box-shadow: 0 5px 16px #000;
}

.nav_brand-logo.footer {
  box-shadow: 0 0 16px #c9bb88;
}

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

.nav_menu {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, .4);
  border-radius: 200px;
  justify-content: flex-end;
  align-items: center;
  padding: 6px 6px 6px 28px;
  display: flex;
}

.is--light-text {
  color: var(--light);
}

.is--light-text:hover, .is--white-text {
  color: var(--white);
}

.is--white-text.benefits_title {
  margin-top: 0;
}

.button {
  z-index: 1;
  background-color: var(--gold\<deleted\|variable-30b0feb5-15b7-60aa-4167-2375214f0d7f\>);
  color: var(--dark);
  letter-spacing: -.02em;
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 1.3em 1.8em;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button.is--secondary {
  border: 2px solid var(--dark);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 36px;
}

.button.is--secondary.is--36tm {
  cursor: pointer;
}

.button.is--secondary.is--36tm.is--legal {
  padding: 1em 1em .9em 1.5em;
}

.button.is--secondary.is--white {
  border-color: var(--white);
  color: var(--white);
}

.button.is--secondary.no--tm {
  border-width: 2px;
  margin-top: 0;
  font-size: 14px;
}

.button.is--secondary.ueberuns {
  background-color: var(--primary);
  margin-left: auto;
  margin-right: auto;
}

.button.is--cta {
  z-index: 2;
  color: var(--black);
  letter-spacing: .3em;
  background-color: #cec08c;
  border: 2px #000;
  margin-top: 24px;
  position: relative;
}

.button_text {
  color: var(--dark);
  letter-spacing: .2em;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 14px;
  font-weight: 500;
}

.button_icon {
  width: 18px;
}

.button_icon.is--close {
  width: 12px;
}

.hero_section {
  width: 100vw;
  height: 100vh;
  transform-origin: 50% 100%;
  background-image: linear-gradient(58deg, rgba(0, 0, 0, .76) 30%, rgba(0, 0, 0, 0) 53%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/ghs-gbeäude.webp');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  align-items: flex-end;
  padding: 5%;
  display: flex;
  position: relative;
}

.hero_subtext {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 0;
}

.hero_subtext.is--top {
  width: 500px;
  margin-top: 24px;
}

.hero_button {
  width: 3.75vw;
  height: 3.75vw;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 5%;
}

.hero_button.is--footer {
  border: 2px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 6px;
  position: static;
}

.hero_button-icon {
  width: 10px;
  transform: rotate(180deg);
}

.hero_button-icon.is--no-rotate {
  transform: none;
}

.section {
  transform-origin: 50% 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.section_wrapper {
  background-color: var(--white);
  border-radius: 12px;
  margin-top: 16px;
  padding-top: 10vw;
  padding-left: 5%;
  padding-right: 5%;
}

.section_wrapper.is--dark {
  background-color: #1d1d1d;
}

.section_wrapper.is--cta {
  background-color: var(--primary);
  background-image: linear-gradient(32deg, rgba(12, 12, 12, .38), rgba(0, 0, 0, .53)), url('../images/noise.png'), url('../images/security-foto-ghs-background.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_wrapper.is--primary {
  background-color: var(--primary);
  padding-bottom: 5vw;
}

.section_wrapper.is--footer {
  background-color: rgba(0, 0, 0, 0);
}

.section_content {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5vw;
  display: flex;
}

.section_content.is--centered {
  align-items: center;
}

.section_content.is--vertical {
  background-image: linear-gradient(rgba(29, 29, 29, .85), rgba(29, 29, 29, .85)), url('../images/1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.section_content.is--form-submit {
  padding-bottom: 0;
}

.section_content.is--bp {
  padding-bottom: 3vw;
}

.section_content.about {
  background-image: linear-gradient(104deg, rgba(0, 0, 0, 0) 38%, #fff 66%), linear-gradient(233deg, #fff 29%, rgba(255, 255, 255, .66) 65%, rgba(255, 255, 255, .05)), url('../images/GHS-Backgorund-2.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  box-shadow: inset 1px 40px 40px 17px #fff;
}

.section_content.upper {
  padding-bottom: 2vw;
}

.section_content.unten {
  width: 80%;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_info {
  align-items: center;
  display: flex;
}

.section_info-circle {
  width: 60px;
  height: 60px;
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.section_info-circle.is--black {
  background-color: var(--black);
}

.section_text {
  width: 45%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5%;
  display: flex;
}

.section_text.is--left {
  margin-left: 5%;
  margin-right: 0%;
}

.section_text.is--footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.section_text.kontakt {
  align-items: center;
  margin-right: 0%;
}

.section_text.kntkt {
  width: 50%;
  text-align: center;
  margin-right: 0%;
}

.section_text.referenzen {
  width: 50%;
  margin-right: 0%;
}

.hero_h1 {
  font-size: 5.3vw;
}

.section_text-title {
  width: 100%;
  text-align: left;
  margin-bottom: 16px;
  font-size: 2vw;
  line-height: 1.2;
}

.section_text-title.is--cta {
  z-index: 2;
  color: var(--white);
  text-align: center;
  font-size: 1.75vw;
  position: relative;
}

.section_text-title.kontakt {
  text-align: right;
  margin-bottom: 0;
  font-size: 1.5vw;
}

.section_text-title.partner {
  text-align: center;
  font-weight: 400;
}

.is--grey-text {
  color: var(--grey);
}

.section_text-p {
  width: 100%;
  margin-top: 6px;
}

.section_text-p.is--grey-text.centered {
  text-align: center;
}

.section_text-p.is--grey-text.kontakt {
  color: var(--dark);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.section_text-p.is--light-text.centered {
  text-align: center;
}

.media-full {
  width: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.media-full.is--adjusted {
  height: 700px;
  object-fit: cover;
}

.media_image {
  width: 100%;
}

.video_overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_button {
  width: 8vw;
  height: 8vw;
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.video_play-icon {
  width: 20px;
}

.section_image-half {
  width: 45%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.cta_image-left {
  z-index: 1;
  width: 300px;
  position: absolute;
  top: 108px;
  bottom: auto;
  left: 0;
  right: auto;
  transform: rotate(-90deg);
}

.cta_image-right {
  z-index: 1;
  width: 400px;
  position: absolute;
  top: -130px;
  right: -260px;
}

.service_grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.service_wrapper {
  background-color: var(--dark);
  position: relative;
}

.service_wrapper._1 {
  background-color: #1d1d1d;
}

.service_card {
  z-index: 1;
  height: 38vw;
  background-color: rgba(29, 29, 29, 0);
  background-image: linear-gradient(rgba(29, 29, 29, .81), rgba(29, 29, 29, .81)), url('../images/9.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 48px 48px 88px;
  display: flex;
  position: relative;
}

.service_card-icon-wrapper {
  width: 80px;
  height: 80px;
  background-color: var(--primary);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  display: flex;
}

.service_card-title {
  color: var(--white);
  margin-bottom: 20px;
}

.service_card-button {
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 2px solid var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: 48px;
  right: auto;
}

.service_card-button-icon {
  width: 13px;
}

.service_card-replace {
  z-index: 2;
  background-color: var(--primary);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 48px 48px 88px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service_card-content {
  width: 200px;
  height: 180px;
}

.benefits_item {
  width: 100%;
  border-top: 1px solid var(--grey);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.benefits_item.is--last {
  border-bottom: 1px solid var(--grey);
}

.benefits_description-wrapper {
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5%;
  display: flex;
}

.form_field {
  width: 100%;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--dark);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 32px;
  padding-top: 12px;
  padding-bottom: 24px;
  font-size: 1.25vw;
  line-height: 1.67;
}

.form_field:focus {
  border-bottom-color: var(--black);
}

.form_field::-ms-input-placeholder {
  color: var(--grey);
}

.form_field::placeholder {
  color: var(--grey);
}

.form_field.is--message {
  padding-bottom: 160px;
}

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

.form_checkbox {
  width: 24px;
  height: 24px;
  border-width: 2px;
  border-color: var(--dark);
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
}

.form_checkbox.w--redirected-checked {
  background-color: var(--dark);
  background-size: 12px;
  border-style: none;
}

.form_legal-link {
  cursor: pointer;
  text-decoration: underline;
}

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

.footer_menu-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
}

.footer_link-inline {
  color: var(--white);
  transition: all .2s;
}

.footer_link-inline:hover {
  color: var(--primary);
}

.legal-popup {
  z-index: 200;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.legal-popup.datenschutz {
  display: none;
}

.legal_wrapper {
  width: 90vw;
  height: 90vh;
  background-color: var(--white);
  border-radius: 12px;
  padding: 8vw 12vw 0%;
  position: relative;
  overflow: scroll;
}

.legal_content {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 8vw;
  display: flex;
}

.legal_title {
  margin-bottom: 40px;
  font-size: 3vw;
}

.legal_text {
  overflow: visible;
}

.legal_close-icon {
  z-index: 100;
  width: 36px;
  cursor: pointer;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.btn_wrapper {
  border: 1px solid var(--dark);
  background-color: rgba(0, 255, 255, 0);
  border-radius: 12px;
  margin-top: 24px;
  padding: .8em 1.8em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form_success {
  background-color: var(--light);
  border-radius: 12px;
}

.form_error {
  background-color: #fcc;
  border-radius: 12px;
}

.service_card-icon {
  width: 30px;
}

.style-guide {
  background-color: #cacaca;
}

.image_mobile-only, .mobile-menu_icon, .mobile-menu, .mobile_icon-wrapper {
  display: none;
}

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

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

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

.bold-text-2 {
  letter-spacing: 0;
}

.container {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bold-text-3 {
  font-weight: 500;
}

.logo-link.mod--footer {
  filter: grayscale() contrast(140%);
  margin-bottom: 60px;
}

.footer__list-item {
  color: #2d3c49;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.5em;
}

.section-2 {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section-2.mod--footer {
  color: #181f25;
  background-color: #34cfca;
  padding-top: 112px;
  padding-bottom: 0;
  transition: all .5s;
  display: none;
}

.form__result-anim {
  width: 0;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.form__result-anim.active {
  width: 1rem;
  transition: all 1s;
}

.footer__nav-link {
  color: #2d3c49;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__nav-link:hover {
  opacity: 1;
  color: #181f25;
}

.footer__col {
  flex: 1;
}

.footer__col.mod--1 {
  max-width: 340px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer__col.mod--2 {
  padding-left: 170px;
}

.footer__col.mod--2.mod--social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__copyright-link {
  color: rgba(24, 31, 37, .8);
  align-items: center;
  font-size: 14px;
  line-height: 1.6em;
  text-decoration: none;
  display: flex;
}

.footer__list {
  column-count: 2;
  column-gap: 55px;
  margin-bottom: -28px;
  padding-left: 0;
  list-style-type: none;
}

.form__btn-arrow {
  display: block;
  position: relative;
  bottom: 0;
}

.form__btn-arrow.mod--2 {
  position: absolute;
  bottom: 0;
  left: -1.5rem;
}

.form-2 {
  position: relative;
}

.footer__heading-anim {
  opacity: .4;
  position: relative;
  bottom: 0;
}

.overflow__anim {
  transition: all .4s;
  position: relative;
  right: 0;
}

.footer__follow-link {
  color: #fff;
  display: inline-block;
}

.footer__follow-and {
  color: #fff;
}

.footer__form-wrap {
  width: 100%;
}

.footer__follow-heart {
  z-index: -1;
  width: 40px;
  height: 40px;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
}

.footer__heading-wrap {
  margin-top: -25px;
  margin-bottom: 88px;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--footer {
  margin-top: -15px;
  padding-top: 15px;
  overflow: hidden;
}

.form__submit-wrap {
  width: 40px;
  height: 40px;
  background-color: #181f25;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 0;
  overflow: hidden;
}

.footer__notice {
  max-width: 210px;
  color: rgba(24, 31, 37, .8);
  letter-spacing: .02em;
  font-size: 14px;
}

.footer__list-titile {
  margin-bottom: 40px;
  font-size: 26px;
}

.footer__form-title {
  margin-bottom: 42px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.mod--submit {
  z-index: 2;
  opacity: 1;
  transition: all .2s;
  position: relative;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.footer__heading {
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 55px;
  line-height: 1.05em;
}

.footer__heading.mod--2 {
  position: absolute;
  top: 100%;
  left: 0;
}

.footer__heading.mod--3 {
  position: absolute;
  top: 200%;
  left: 0;
}

.form__submit-result-ico {
  width: 1rem;
  max-width: none;
  flex: none;
  display: block;
}

.footer__soc-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(24, 31, 37, .25);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.footer__soc-link:hover {
  border-color: rgba(24, 31, 37, .5);
}

.footer__follow {
  z-index: 1;
  color: rgba(255, 255, 255, .8);
  padding-left: 35px;
  line-height: 1.5em;
  position: relative;
}

.footer__list-txt {
  color: #2d3c49;
  text-decoration: none;
  display: inline-block;
}

.footer__heading-link {
  color: #181f25;
  line-height: 1.15em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__heading-link:hover {
  color: rgba(24, 31, 37, .8);
}

.footer__inside-col.mod--2 {
  max-width: 370px;
  flex: 1;
}

.footer__follow-wrap {
  min-height: 56px;
  background-color: #2d3c49;
  border-top: 1px solid rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  margin-left: -60px;
  margin-right: -60px;
  font-size: 16px;
  display: flex;
}

.footer__inside-columns {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.footer__soc-img {
  width: 100%;
  height: 100%;
  filter: none;
  object-fit: scale-down;
  transition: all .2s;
  display: block;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.footer__columns {
  justify-content: space-between;
  display: flex;
}

.footer__columns.mod--1 {
  margin-bottom: 88px;
}

.input {
  height: 62px;
  color: #181f25;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #181f25;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
}

.input:focus {
  border-bottom-color: #181f25;
}

.input::-ms-input-placeholder {
  color: #181f25;
}

.input::placeholder {
  color: #181f25;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.from-block {
  margin-bottom: 0;
  position: relative;
}

.form__result {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: .8rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form__result.active {
  opacity: 1;
}

.container-2 {
  width: auto;
  height: auto;
  margin-left: 0;
}

.hero-card {
  z-index: 0;
  width: 81.5rem;
  max-width: none;
  display: block;
  position: absolute;
  top: -7.4rem;
  bottom: auto;
  left: auto;
  right: -33rem;
}

.btn-borders {
  width: 8.33rem;
  height: 11.74rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.btn-borders.pointer-evets-n {
  opacity: .6;
}

.about-img {
  width: 63.13rem;
  height: 34.51rem;
  display: block;
}

.about-column {
  z-index: 1;
  width: 100%;
  position: relative;
}

.about-column.about-column__first {
  max-width: 12.92rem;
}

.about-column.about-column__second {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.hero-icon {
  z-index: 1;
  width: 10.24rem;
  height: 10.24rem;
  position: relative;
  top: 1rem;
  left: -1rem;
}

.footer__logo-img {
  width: 7.2rem;
  height: 2.79rem;
}

.navbar__link-wrapper {
  grid-column-gap: 3.33rem;
  grid-row-gap: 3.33rem;
  display: flex;
}

.footer-row {
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.footer-row.mab80 {
  margin-bottom: 5.56rem;
}

.about-icon {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.dev-text {
  max-width: 9.31rem;
  color: rgba(255, 255, 255, .8);
  letter-spacing: .02em;
  margin-left: .97rem;
  font-size: 1.04rem;
  line-height: 1.4;
}

.footer-text {
  letter-spacing: .02em;
  line-height: 1.38889;
}

.phones__shadow-bg {
  z-index: 1;
  width: 120%;
  background-image: linear-gradient(rgba(0, 5, 18, 0) 40%, #000512);
  margin-left: -1rem;
  padding-left: 5.42rem;
  padding-right: 5.42rem;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: auto;
  right: auto;
  overflow: hidden;
}

.footer__link-text {
  line-height: 1.38889;
}

.footer__follow-link-2 {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}

.cta-title {
  max-width: 39.58rem;
  line-height: 1.38889;
}

.hero__icon-wrapper {
  z-index: 2;
  padding-top: 28px;
  display: flex;
  position: absolute;
}

.footer-subtitle {
  text-transform: uppercase;
  margin-bottom: 4.3rem;
  font-size: 1.53rem;
  font-weight: 500;
  line-height: 1.18182;
}

.navbar {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.89rem;
  display: flex;
  position: relative;
}

.hero-btn {
  width: 8.33rem;
  height: 11.74rem;
  padding-top: 3.3rem;
  padding-bottom: 5.3rem;
  padding-right: 3.7rem;
  position: relative;
}

.navbar__logo-link {
  width: 6.4rem;
  height: 2.49rem;
}

.about__gradient {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 5, 18, 0) 40%, #000512);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-title {
  line-height: 1.38889;
}

.gradient__link-line {
  width: 100%;
  height: .07rem;
  background-image: linear-gradient(93.3deg, #66b3c5, #825da7 47.52%, #bb6571);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero {
  z-index: 0;
  height: 57.15rem;
  padding-top: .63rem;
  display: flex;
  position: relative;
}

.phones-title {
  max-width: 43.13rem;
  margin-top: -.76rem;
  line-height: 1.38889;
}

.cta__card-link {
  align-items: center;
  padding-bottom: .28rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta__card-link.card-pad {
  padding-right: .2rem;
}

.cta__card-link.card-pad.mal-auto {
  margin-left: auto;
}

.hero__btns-wrap {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  margin: auto -7rem 20rem auto;
  padding-right: 1.49rem;
  display: flex;
  position: relative;
}

.navbar-wrapper {
  grid-column-gap: 6.45rem;
  align-items: center;
  display: flex;
}

.about-desc {
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
}

.cta__card-line {
  width: 100%;
  height: .07rem;
  background-color: #fff;
  margin-top: 1.94rem;
  margin-bottom: 1.67rem;
}

.footer-line {
  width: 100%;
  height: .07rem;
  max-width: 1282px;
  background-color: #1c212b;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.footer__social-card {
  width: 2.78rem;
  height: 2.78rem;
  border: .07rem solid rgba(255, 255, 255, .25);
  justify-content: center;
  align-items: center;
  transition: border-color .3s linear;
  display: flex;
}

.footer__social-card:hover {
  border-color: #fff;
}

.about-row {
  z-index: 1;
  width: 100%;
  grid-column-gap: 14.31rem;
  display: flex;
  position: relative;
  top: -2.64rem;
}

.cta-column {
  width: 50%;
}

.cta-column.cta-column__second {
  grid-column-gap: 8.33rem;
  justify-content: flex-end;
  padding-right: 4.17rem;
  display: flex;
}

.hero-title.h1 {
  text-transform: uppercase;
  font-size: 18.75rem;
  font-weight: 700;
  line-height: .73;
}

.hero-title.h2 {
  text-transform: uppercase;
  font-size: 12.5rem;
  font-weight: 700;
  line-height: .73;
}

.social-icon {
  width: 1.04rem;
  height: 1.04rem;
  display: flex;
}

.btn__img-wrapper {
  height: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn__img-wrapper.img-wrapper__two {
  height: 4.6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta__card-vertical {
  width: 10.42rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer__follow-wrap-2 {
  z-index: 1;
  width: 100%;
  height: 3.11rem;
  background-image: linear-gradient(to right, #4c7983, #785257);
  border-top: 1px solid rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  font-size: .88rem;
  display: flex;
  position: relative;
}

.about__bg-circle {
  z-index: 0;
  width: 10.81rem;
  height: 10.81rem;
  filter: blur(68.9875px);
  background-image: linear-gradient(rgba(221, 17, 17, .5), rgba(221, 17, 115, .5));
  position: absolute;
  top: 5.5rem;
  bottom: auto;
  left: 3.61rem;
  right: 0%;
}

.root {
  z-index: 20;
  position: relative;
  overflow: hidden;
}

.logo-img {
  width: 100%;
  height: 100%;
}

.footer__follow-2 {
  z-index: 1;
  color: rgba(255, 255, 255, .8);
  padding-left: 1.94rem;
  line-height: 1.5em;
  position: relative;
}

.phones__bg-img {
  width: 100%;
  height: 43.68rem;
}

.about-subtitle {
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  line-height: 1.38889;
}

.hero-text {
  max-width: 28.2rem;
  text-transform: uppercase;
  font-size: 2.43rem;
  font-weight: 700;
}

.footer__follow-heart-2 {
  z-index: -1;
  width: 2.22rem;
  height: 2.22rem;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -.5rem;
  left: 0;
}

.navbar-link {
  color: rgba(188, 243, 255, .8);
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-bottom: .28rem;
  line-height: 1.38889;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer__dev-link {
  align-items: center;
  display: flex;
}

.hero-content {
  z-index: 1;
  margin-top: 11.88rem;
  margin-left: 12.63rem;
}

.phones__img-container {
  width: 88.96rem;
  height: 43.7rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.footer__contact-link {
  line-height: 1.38889;
}

.cta-subtitle {
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
}

.hero__icon-bg {
  width: 10.81rem;
  height: 10.81rem;
  filter: blur(68.9875px);
  background-image: linear-gradient(325deg, rgba(221, 17, 17, .5), rgba(221, 17, 115, .5));
  border-radius: 50%;
  position: absolute;
  left: -1rem;
}

.footer__logo-link {
  width: 8.47rem;
  height: 2.79rem;
  margin-bottom: 3.32rem;
}

.cta__card-number {
  width: 8.23rem;
  height: 5.07rem;
}

.cta__card-number.card-number__two {
  width: 7.96rem;
  height: 5.12rem;
}

.navbar-btn {
  z-index: 1;
  color: #bcf3ff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: .07rem solid #bcf3ff;
  justify-content: center;
  align-items: center;
  padding: 1.53rem 2.99rem 1.39rem 3.06rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about__icon-wrapper {
  width: 12.92rem;
  height: 12.92rem;
  margin-bottom: 3.33rem;
  overflow: hidden;
}

.phones__bg-container {
  width: 133.33rem;
  height: 43.7rem;
  justify-content: center;
  font-size: 1vw;
  transition: width .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.footer-link {
  padding-bottom: .28rem;
  position: relative;
}

.section-3 {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12.5rem;
  display: flex;
  overflow: hidden;
}

.section-3.section--hero {
  margin-bottom: 0;
}

.section-3.section--footer {
  z-index: 11;
  margin-bottom: 0;
}

.section-3.cta {
  background-image: linear-gradient(126.06deg, #4c7983 25.5%, #6c6276 51.53%, #7b555a 80.28%);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.navbar__btn-text {
  mix-blend-mode: difference;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.phones-wrapper {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 5.42rem;
  padding-right: 5.42rem;
  display: flex;
  position: relative;
}

.phones-desc {
  width: 7.57rem;
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  margin-right: 18.28rem;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  padding-left: 5.56rem;
  padding-right: 5.56rem;
  position: relative;
}

.wrapper.wrapper--footer {
  flex-direction: column;
  padding-top: 5.56rem;
  padding-bottom: 5.76rem;
  display: flex;
}

.wrapper.wrapper--about {
  grid-column-gap: 12.92rem;
  padding-top: 12.5rem;
  display: flex;
}

.wrapper.wrapper--cta {
  align-items: center;
  padding-top: 5.56rem;
  padding-bottom: 5.56rem;
  display: flex;
}

.phones__text-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 88.19rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .76rem;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  top: -4.9rem;
}

.footer__grid-links {
  grid-column-gap: 4.44rem;
  grid-row-gap: 1.45rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer__grid-links.second {
  grid-row-gap: 1.75rem;
}

.phones-img {
  z-index: 0;
  width: 93.37rem;
  height: 93.75rem;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  position: relative;
  top: -4.1rem;
}

.navbar__btn-circle {
  width: 200px;
  height: 200px;
  background-color: #bcf3ff;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.footer__dev-logo {
  width: 2.78rem;
  height: 2.78rem;
}

.cta__link-text {
  text-transform: uppercase;
  margin-right: .83rem;
  font-weight: 600;
}

.hero__title-wrapper {
  display: flex;
}

.hero__title-wrapper.h195 {
  z-index: 1;
  max-height: 13.54rem;
  margin-bottom: 1.81rem;
  position: relative;
}

.hero__title-wrapper.h132 {
  z-index: 5;
  max-height: 9.17rem;
  position: relative;
}

.cta__link-img {
  width: .6rem;
  height: .69rem;
}

.hero__text-wrapper {
  align-items: flex-end;
  margin-left: 13.54rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-column.mar124 {
  margin-right: 8.61rem;
}

.footer-column.social-wrapper {
  grid-column-gap: 1.67rem;
  display: flex;
}

.footer-column.w224 {
  width: 15.56rem;
  margin-right: 10.8rem;
}

.footer-column.w224.flex {
  display: flex;
}

.btn__img-arrow {
  z-index: 1;
  width: 13px;
  position: relative;
}

.col-50-left {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-button-bg {
  z-index: auto;
  width: 40px;
  height: 40px;
  background-color: #778959;
  border-radius: 1000px;
  position: absolute;
  top: auto;
  bottom: -80%;
  left: -20%;
  right: auto;
}

.subhero-h2 {
  text-transform: capitalize;
  line-height: 48px;
}

.subhero-button {
  width: auto;
  height: 50px;
  min-width: 150px;
  color: #000;
  letter-spacing: .2em;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px #000;
}

.subhero-button:hover {
  color: #fff;
}

.customize-text {
  color: #000;
  font-size: 12px;
}

.col-50-right {
  width: 50%;
  max-width: 50%;
  flex-flow: row;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.subhero-text-wrapper {
  margin-right: 120px;
}

.toggle-circle {
  width: 18px;
  height: 18px;
  background-color: #b1b1b1;
  border-radius: 1000px;
}

.section-device {
  width: 100%;
  height: auto;
  background-color: #807575;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  position: relative;
}

.device-logo {
  width: 60px;
}

.customize-row-text {
  width: 66%;
}

.notifiction-icon-wrapper {
  width: 36px;
  height: 36px;
  background-color: #778959;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.notifiction-timestamp {
  color: #a8a8a8;
  padding-bottom: 2px;
  font-size: 10px;
  line-height: 10px;
}

.device-hamburger-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 2px;
  margin-bottom: 2px;
}

.notification-icon {
  color: #fff;
}

.device-hamburger {
  width: 20px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.bg-blob-2 {
  z-index: -1;
  background-image: url('../images/BG_Blob1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.customize-row {
  height: 40px;
  justify-content: space-between;
  align-items: center;
  margin: 5px 15px;
  display: flex;
}

.button-text {
  z-index: 2;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.device-body {
  width: 266px;
  height: 500px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.subhero-buttons-wrapper {
  justify-content: flex-start;
  display: flex;
}

.customize-toglle {
  width: 48px;
  height: 24px;
  background-color: #ececec;
  border-radius: 1000px;
  align-items: center;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: relative;
}

.product-image {
  width: 100%;
  height: 160px;
  background-image: url('../images/DeviceProductImage.jpg');
  background-position: 50% 80%;
  background-size: cover;
  margin-bottom: 20px;
}

.subhero-preamble {
  color: #000;
  letter-spacing: 0;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.device-header {
  width: auto;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.device-button {
  width: auto;
  height: 38px;
  color: #000;
  letter-spacing: .2em;
  background-color: #99a781;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px #000;
}

.device-button:hover {
  color: #fff;
}

.device-notification {
  width: 180px;
  height: 60px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 13px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: 10%;
  right: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.notification-text {
  padding-top: 2px;
  font-size: 12px;
  line-height: 10px;
}

.container-3 {
  justify-content: flex-end;
  margin-left: 40px;
  margin-right: 0;
  padding-right: 0%;
  display: flex;
}

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

.section-partner {
  background-color: #f5f4f3;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-2 {
  color: #3a8bb4;
  text-align: center;
  margin-top: 0;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 300;
}

.horizontal-marquee {
  align-items: center;
  display: flex;
}

.inner-marquee {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.logo-partner {
  max-width: 7%;
  margin-left: 45px;
  margin-right: 45px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  width: 2200px;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
  overflow: hidden;
}

.logo-slider-img {
  width: 120px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding: 2em 5%;
}

.logo-slide_section {
  height: 40vh;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin: 20px 16px;
  display: flex;
}

.heading-3 {
  font-size: 2vw;
}

.div-block {
  padding-bottom: 10px;
}

.project-item-desc-wrap {
  width: 80%;
  border-right: 1px solid rgba(0, 0, 0, .2);
  flex: 1;
  align-items: center;
  padding: 10px 25px;
  display: flex;
}

.project-item-desc-wrap._20 {
  width: 20%;
}

.project-item-desc-wrap._20.modal {
  border-right-style: none;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  padding-left: 25px;
  padding-right: 25px;
}

.project-item-desc-wrap.modal {
  border-right-style: none;
  padding-left: 0;
  padding-right: 50px;
}

.project-item-desc-wrap.noborder {
  border-right-style: none;
}

.referenz-image {
  width: 100%;
}

.project-modal-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: row-reverse;
  display: flex;
}

.project-wrap {
  width: 100%;
  color: #333;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 6px 12px -8px rgba(0, 0, 0, .21);
}

.project-wrap:hover {
  transform: translate(0, -5px);
  box-shadow: 0 15px 20px -4px rgba(0, 0, 0, .26);
}

.section-title-wrap {
  justify-content: flex-start;
  margin-bottom: 70px;
}

.bar-link {
  text-align: center;
  flex: 1;
  justify-content: center;
  margin-left: 70px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.project-bar {
  width: 100%;
  height: 30px;
  background-color: #fafafa;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.project-bar._06, .project-bar._05 {
  background-color: var(--primary);
}

.project-bar.modal {
  background-color: #001fff;
}

.project-bar.modal.hca {
  height: 32px;
  background-color: #fff;
  border-style: none;
  align-items: flex-start;
}

.project-bar.modal.chimera {
  height: 32px;
  background-color: #ecebe9;
  border-style: none;
  align-items: flex-start;
  padding-bottom: 0;
}

.modal-check-icon {
  width: 30px;
}

.stark {
  font-size: 32px;
  font-weight: 700;
}

.projet-item {
  width: 50%;
  padding: 25px;
}

.projet-item._05, .projet-item._06 {
  width: 47%;
  cursor: pointer;
  background-color: #fff;
}

.project-modal {
  z-index: 9998;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-modal._06, .project-modal._05 {
  display: none;
}

._1280 {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.project-item-row {
  display: flex;
}

.project-item-row.modal {
  padding-top: 15px;
}

.project-item-row.modal.info {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding-bottom: 15px;
}

.bar-icon {
  height: 12px;
}

.section-4 {
  background-color: #1d1d1d;
  border-radius: 12px;
  margin: 20px 16px;
  padding: 120px 25px 100px;
  display: none;
  position: relative;
}

.bar-text {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 12px;
}

.bar-text.claim {
  text-align: center;
  letter-spacing: 2px;
  flex: 1;
  font-weight: 500;
}

.section-paragraph {
  width: 66.6667%;
  color: #666;
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4em;
}

.section-paragraph.is--grey-text.referenzen {
  width: 100%;
  font-size: 16px;
}

.project-item-title-wrap {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  align-items: center;
  padding: 25px 15px 25px 25px;
  display: flex;
}

.project-item-title-wrap.modal {
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 20%;
}

.project-modal-overlay {
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #001fff;
  border: 1px solid #000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-modal-overlay._06 {
  background-color: #fff;
  display: none;
}

.project-modal-overlay._05 {
  background-color: #ecebe9;
}

.referenz-heading {
  color: #001fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.referenz-heading.hca {
  color: var(--primary);
}

.referenz-heading.hca.modal {
  margin-right: auto;
}

.referenz-heading.chimera {
  color: var(--primary);
}

.referenz-heading.chimera.modal {
  margin-right: auto;
}

.bar-claim-wrap {
  display: flex;
}

.project-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.project-bar-icon {
  filter: invert();
}

.project-img {
  width: 80%;
  padding: 1% 5%;
}

.project-modal-left {
  flex: 1;
}

.project-bar-wrapper {
  width: 100%;
  height: 30px;
  max-width: 1280px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.project-close {
  width: 15px;
  height: 20px;
  cursor: pointer;
}

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

.section-heading {
  width: 66.6667%;
  color: #001fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}

.project-text.desc {
  color: rgba(51, 51, 51, .35);
}

.project-text.check {
  font-size: 18px;
  line-height: 25px;
}

.project-modal-right {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-modal-right._05 {
  background-color: #ecebe9;
  border-top: 1px solid rgba(0, 0, 0, .14);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.project-modal-right._06 {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, .14);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.project-info {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-top-style: none;
}

.container-4 {
  width: 14%;
  margin-left: 0;
  margin-right: 10px;
}

.image {
  border-radius: 300px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .56);
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr 1fr;
}

.flex-block {
  width: 2px;
  background-color: var(--primary);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.legalphoto {
  border-radius: 12px;
  box-shadow: -3px 3px 17px 2px rgba(0, 0, 0, .1);
}

.legal-pop-up-datenschutz {
  display: none;
}

.flex-block-2 {
  width: 2px;
  height: auto;
  background-color: #000;
  justify-content: center;
  padding-top: 15%;
  padding-bottom: 25%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  .is--small {
    font-size: 14px;
    line-height: 1.8;
  }

  .is--small.service_card-description {
    margin-bottom: 0;
  }

  .is--small.service_card-replace-description {
    font-size: 12px;
    line-height: 1.5;
  }

  .is--small.footer_menu-item.is--16bm {
    margin-bottom: 16px;
  }

  .is--tag {
    font-size: 14px;
  }

  .is--tag.service_card-number {
    margin-bottom: 64px;
  }

  .nav_brand.is--footer {
    margin-bottom: 48px;
  }

  .nav_menu {
    padding-bottom: 6px;
    display: none;
  }

  .is--white-text.benefits_title {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .button, .button.is--secondary.is--36tm.is--legal {
    padding: 12px 16px;
  }

  .button.is--secondary.no--tm {
    font-size: 14px;
  }

  .button_text {
    margin-right: 24px;
  }

  .button_icon.is--close {
    width: 12px;
  }

  .hero_button {
    display: none;
  }

  .section_content {
    flex-direction: column;
    justify-content: flex-start;
  }

  .section_info {
    margin-bottom: 48px;
  }

  .section_info-circle {
    width: 50px;
    height: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section_text {
    width: 90%;
  }

  .section_text.is--footer {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0%;
  }

  .media-full.is--adjusted {
    height: auto;
  }

  .video_button {
    padding: 12px;
  }

  .video_play-icon {
    width: 14px;
  }

  .section_image-half {
    width: 80%;
    margin-top: 10vw;
  }

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

  .service_card {
    height: auto;
    padding: 24px 24px 80px;
  }

  .service_card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .service_card-button {
    margin-top: 0;
    top: auto;
    bottom: 24px;
    left: 24px;
    right: auto;
  }

  .service_card-replace {
    padding: 24px 24px 80px;
    display: none;
  }

  .benefits_item {
    flex-direction: column;
  }

  .benefits_description-wrapper {
    width: 100%;
  }

  .form_field {
    font-size: 16px;
  }

  .form_checkbox-field {
    margin-bottom: 32px;
  }

  .btn_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .service_card-icon {
    width: 24px;
  }

  .mobile-menu_icon {
    z-index: 2;
    width: 40px;
    filter: invert();
    cursor: pointer;
    display: block;
    position: relative;
  }

  .mobile-menu {
    z-index: 1;
    transform-origin: 100%;
    background-color: rgba(0, 0, 0, .8);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 128px 5% 128px 128px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .mobile-menu_link {
    color: #fff;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1;
  }

  .mobile-menu_divider {
    width: 100%;
    height: 1px;
    background-color: var(--grey);
  }

  .mobile_icon-wrapper {
    z-index: 500;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .mobile_icon {
    height: 40px;
  }

  .section-partner, .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 174px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .project-modal-wrapper {
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    display: block;
  }

  .stark {
    width: 100%;
    font-size: 28px;
  }

  .projet-item {
    width: 1000%;
    padding: 10px;
  }

  .project-modal {
    height: auto;
  }

  .project-modal._06 {
    overflow: scroll;
  }

  .project-modal._05 {
    display: none;
    overflow: scroll;
  }

  .section-4 {
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-paragraph {
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
  }

  .project-item-title-wrap {
    padding: 25px;
  }

  .referenz-heading {
    font-size: 18px;
    line-height: 1.1em;
  }

  .referenz-heading.hca.modal, .referenz-heading.chimera.modal {
    font-size: 22px;
  }

  .project-modal-left {
    height: 100%;
  }

  .section-heading {
    width: 100%;
    font-size: 28px;
  }

  .project-modal-right {
    flex: 0 auto;
    display: block;
  }

  .project-modal-right._05, .project-modal-right._06 {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
    line-height: .95;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 18px;
    line-height: 1.66;
  }

  h4 {
    font-size: 16px;
    line-height: 1.2;
  }

  h5 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
    line-height: 1.8;
  }

  .is--small {
    font-size: 14px;
  }

  .is--tag {
    font-size: 12px;
  }

  .nav_brand-logo {
    height: 40px;
  }

  .button.is--secondary.is--36tm.is--legal {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .hero_subtext.is--top {
    width: 90%;
  }

  .video_play-icon {
    width: 12px;
  }

  .section_image-half {
    width: 60%;
  }

  .legal_wrapper {
    height: 80vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .legal_content {
    padding-bottom: 16vw;
  }

  .mobile-menu {
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 100px;
  }

  .mobile-menu_link {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .mobile_icon {
    height: 30px;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer__follow {
    text-align: center;
    margin-top: 22px;
  }

  .footer__social {
    margin-bottom: 24px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .footer__follow-2 {
    text-align: center;
    margin-top: 22px;
  }

  .section-partner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-2 {
    margin-bottom: -11px;
    padding-top: 0;
    font-size: 14px;
  }

  .logo-partner {
    max-width: 6%;
    margin-left: 32px;
    margin-right: 32px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 125px;
  }

  .section-title-wrap {
    width: 100%;
  }

  .stark {
    font-size: 22px;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-paragraph {
    width: 100%;
    line-height: 1.4em;
  }

  .section-heading {
    width: 100%;
    font-size: 22px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p, .is--small {
    font-size: 16px;
  }

  .is--small.footer_menu-item.is--16bm {
    margin-top: 16px;
  }

  .is--small.is--light-text {
    font-size: 16px;
  }

  .is--tag {
    font-size: 14px;
  }

  .is--tag.hero_tag {
    margin-bottom: 24px;
  }

  .is--tag.section_info-title {
    font-size: 3vw;
  }

  .nav {
    width: 100%;
    min-width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav_brand-logo {
    height: 50px;
  }

  .is--light-text {
    font-size: 14px;
  }

  .button.is--secondary {
    padding: 6px 10px;
  }

  .button.is--secondary.is--36tm.is--legal {
    padding: 8px 16px 7px;
  }

  .button.is--secondary.ueberuns {
    margin-left: 0;
  }

  .button.is--cta {
    margin-top: 16px;
    padding: 10px 18px;
  }

  .hero_section {
    height: 50vh;
    background-image: linear-gradient(58deg, rgba(0, 0, 0, .76) 30%, rgba(0, 0, 0, 0) 79%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/ghs-gbeäude.webp');
    background-position: 0 0, 0 0, 50% 100%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    padding: 12px;
  }

  .hero_content {
    padding-bottom: 0;
  }

  .hero_subtext.is--top {
    margin-top: 0;
  }

  .hero_subtext.hide {
    display: none;
  }

  .section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section_content.is--footer {
    padding-bottom: 24px;
  }

  .section_content.unten {
    width: 90%;
    flex-direction: column;
  }

  .section_info-circle {
    width: 50px;
    height: 50px;
  }

  .section_text {
    width: 100%;
    margin-right: 0%;
  }

  .section_text.is--left {
    margin-left: 0%;
  }

  .section_text.is--footer {
    flex-direction: column;
  }

  .section_text.kntkt {
    width: 90%;
  }

  .section_text.referenzen {
    width: 100%;
  }

  .hero_h1 {
    padding-bottom: 0;
    font-size: 8vw;
  }

  .section_text-title {
    font-size: 3vw;
  }

  .section_text-title.is--cta {
    width: 230px;
    text-align: center;
    font-size: 3vw;
  }

  .section_text-title.kontakt, .section_text-title.partner {
    font-size: 4vw;
  }

  .section_text-p.is--grey-text, .section_text-p.is--light-text.centered {
    font-size: 14px;
  }

  .media-full {
    height: 300px;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .media-full.is--adjusted {
    display: none;
  }

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

  .video_button {
    width: 50px;
    height: 50px;
    padding: 8px;
  }

  .section_image-half {
    width: 100%;
    margin-top: 20vw;
    margin-bottom: 10vw;
  }

  .cta_image-left {
    width: 160px;
    top: 111px;
    left: -18px;
  }

  .cta_image-right {
    width: 160px;
    top: 0;
    right: -120px;
  }

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

  .service_wrapper {
    border-radius: 12px;
  }

  .footer_menu {
    margin-bottom: 24px;
  }

  .legal-popup {
    display: none;
  }

  .legal_wrapper {
    padding: 32px 24px 24px;
  }

  .legal_text {
    font-size: 14px;
  }

  .legal_close-icon {
    top: 32px;
    right: 16px;
  }

  .image_mobile-only {
    width: 100%;
    margin-top: 10vw;
    display: block;
  }

  .mobile-menu_icon {
    width: auto;
    height: 40px;
    margin-top: 0;
    margin-right: 0;
  }

  .mobile-menu {
    z-index: 1;
    background-color: rgba(0, 0, 0, .9);
    display: none;
    right: 0%;
  }

  .mobile-menu_divider {
    width: 36px;
  }

  .mobile-menu_icon-wrapper {
    z-index: 120;
    position: relative;
  }

  .mobile_icon {
    height: 30px;
    position: relative;
  }

  .bold-text {
    font-size: 3.7vw;
  }

  .footer__follow-heart {
    top: -7px;
    right: -3px;
  }

  .footer__follow {
    max-width: 230px;
    align-items: flex-start;
  }

  .container-2 {
    margin-bottom: 10px;
  }

  .footer__follow-2 {
    max-width: 230px;
    align-items: flex-start;
  }

  .footer__follow-heart-2 {
    top: -7px;
    right: -3px;
  }

  .col-50-left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .subhero-h2 {
    font-size: 28px;
    line-height: 28px;
  }

  .subhero-button {
    width: 100%;
    margin-bottom: 20px;
  }

  .col-50-right {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .subhero-text-wrapper {
    margin-right: 0;
  }

  .section-device {
    flex-direction: column-reverse;
  }

  .device-body {
    width: 100%;
    height: 600px;
  }

  .product-image {
    height: 240px;
  }

  .device-button {
    width: 88%;
    margin-bottom: 20px;
  }

  .device-notification {
    top: 30%;
    left: 32%;
  }

  .container-3 {
    margin-right: auto;
    padding-right: 0%;
  }

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

  .bold-text-4 {
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.5;
  }

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

  .section-partner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2 {
    margin-bottom: -10px;
    font-size: 12px;
  }

  .inner-marquee {
    margin-bottom: 15px;
  }

  .logo-partner {
    max-width: 12%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .project-item-desc-wrap {
    width: 100%;
  }

  .project-item-desc-wrap._20.modal {
    display: none;
  }

  .project-item-desc-wrap.modal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-wrap {
    width: 100%;
  }

  .project-bar {
    height: 20px;
  }

  .stark {
    font-size: 18px;
  }

  .projet-item._05, .projet-item._06 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .project-modal._06 {
    display: none;
  }

  .project-modal._05 {
    overflow: scroll;
  }

  .project-item-row {
    flex-direction: row;
  }

  .section-4 {
    padding: 50px 20px;
  }

  .section-paragraph {
    width: 100%;
  }

  .project-item-title-wrap {
    width: 100%;
    padding: 15px;
  }

  .project-item-title-wrap.modal {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .referenz-heading {
    font-size: 16px;
    line-height: 1.5em;
  }

  .referenz-heading.hca {
    line-height: 1.2em;
  }

  .referenz-heading.hca.modal {
    font-size: 18px;
  }

  .referenz-heading.chimera {
    line-height: 1.2em;
  }

  .referenz-heading.chimera.modal {
    font-size: 18px;
  }

  .section-heading {
    width: 100%;
    font-size: 18px;
  }

  .project-text {
    font-size: 2vw;
  }

  .project-text.desc {
    font-size: 3vw;
  }

  .project-text.check {
    font-size: 14px;
    line-height: 18px;
  }
}

#w-node-aa571d57-f438-aad4-304c-ca7679fb9ab4-7ccd7ac2, #w-node-_23baf7d2-f253-0558-568a-89dde4517478-7ccd7ac2, #w-node-_2e784ccf-eeaa-4c76-2f4b-6d39d13606d7-7ccd7ac2, #w-node-_606ae206-e921-0290-b11a-4b44fc52b78d-7ccd7ac2, #w-node-bf2c3b85-a1c3-e666-b7c6-ff1bde75b0b6-7ccd7ac2, #w-node-_294a7339-0477-b3fa-f9c9-21437f3fe18c-7ccd7ac2, #w-node-_294a7339-0477-b3fa-f9c9-21437f3fe19e-7ccd7ac2, #w-node-_294a7339-0477-b3fa-f9c9-21437f3fe1b0-7ccd7ac2, #w-node-_294a7339-0477-b3fa-f9c9-21437f3fe1c2-7ccd7ac2, #w-node-_294a7339-0477-b3fa-f9c9-21437f3fe1d4-7ccd7ac2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd6719b5-0220-772b-fdd9-c3747e1da5e6-7ccd7ac2, #w-node-f7b69cf7-90d4-a6c8-9368-202ace177a3d-7ccd7ac2, #w-node-be22fbd3-2346-0b79-ebf5-b6c0c06d5870-7ccd7ac2, #w-node-_5e59ea28-06ca-d54d-0a84-71303439bd14-7ccd7ac2 {
  align-self: center;
}

#w-node-_1b3e61c1-0ecc-c622-e720-85de258ad87b-7ccd7ac2, #w-node-c1e6b780-74e9-8c04-af45-e47792137750-7ccd7ac2, #w-node-_47d1cb42-9a43-db9d-1c62-421d19840588-7ccd7ac2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_8e84622b-5dd2-d329-b29a-4427496dc98e-7ccd7ac2, #w-node-cd6719b5-0220-772b-fdd9-c3747e1da5e6-7ccd7ac2, #w-node-_681807e4-dbb5-bda9-1647-10539eec4038-7ccd7ac2, #w-node-_8e4eede3-cb11-1597-39e0-09e81dd114e8-7ccd7ac2, #w-node-_8f840fdd-a18d-6e2e-b4ea-198cba01c0c1-7ccd7ac2 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.7328f72.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Medium.79b7a6f.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}