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

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-Bold.ttf') format("truetype"), url('../fonts/Muli-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-BoldItalic.ttf') format("truetype"), url('../fonts/Muli-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --gainsboro: #e6e6e6;
  --grey: #757982;
  --dark-slate-grey: #464a57;
  --white: white;
  --gainsboro-2\<deleted\|variable-9663b27b\>: #d9d9d9;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--gainsboro);
  color: var(--grey);
  font-family: Muli, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--grey);
  text-decoration: underline;
}

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

strong {
  font-weight: bold;
}

.main-content-wrapper {
  background-color: var(--white);
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 81px 3vw 220px;
  position: relative;
  box-shadow: 0 0 40px #00000036;
}

.nav-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.brand {
  width: 90%;
  max-width: 372px;
}

.nav-menu {
  border-top: 1px solid var(--gainsboro-2\<deleted\|variable-9663b27b\>);
  border-bottom: 1px solid var(--gainsboro);
  justify-content: center;
  width: 90%;
  max-width: 960px;
  margin-top: 65px;
  display: flex;
}

.nav-link {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin: 16px 18px;
  padding: 0;
  font-weight: 600;
}

.nav-link.hidden {
  display: none;
}

.section {
  width: 90%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.start-img-wrapper {
  object-fit: cover;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.start-img {
  object-fit: cover;
  width: 100%;
  height: 500px;
  display: block;
}

.container {
  text-align: center;
  padding-bottom: 90px;
}

.container.hidden {
  display: none;
}

.heading {
  border-bottom: 1px solid var(--gainsboro);
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.heading.h-copy {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-bottom-width: 0;
  max-width: 1080px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.heading.h-copy.left-align {
  text-align: left;
}

.paragraph {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  line-height: 29px;
}

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

.paragraph.border-bottom {
  border-bottom: 1px solid var(--gainsboro);
}

.team-tile {
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-tile.is-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-bottom: 1px solid var(--gainsboro);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
  display: flex;
}

.team-tile.is-flex.is-last {
  border-bottom-width: 0;
  margin-bottom: 0;
}

.team-tile-img {
  width: 140px;
  height: 174px;
  margin-right: 40px;
}

.team-tile-text {
  flex: 1;
  margin-bottom: 50px;
}

.team-tile-text.border-bottom {
  border-bottom: 1px solid var(--gainsboro);
}

.team-tile-text.is-last {
  margin-bottom: 0;
}

.team-tile-text-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.team-tile-text-paragraph {
  text-align: left;
  width: 80%;
  margin-bottom: 12px;
  line-height: 28px;
}

.team-tile-img-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.form-section {
  flex: 0 auto;
}

.form-section.fs-r {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

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

.input {
  border: 1px solid var(--gainsboro-2\<deleted\|variable-9663b27b\>);
  text-align: left;
  width: 300px;
  height: 50px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 50px;
}

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

.input.textarea {
  width: 100%;
  height: 250px;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 40px;
}

.form-block {
  width: 90%;
  max-width: 770px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  width: 140px;
  height: 50px;
  padding-top: 7px;
  font-size: 17px;
  transition: opacity .1s;
}

.submit-button:hover {
  opacity: .8;
}

.checkbox-label {
  text-align: justify;
  font-size: 11px;
  line-height: 14px;
}

.pflichtfeld {
  text-align: left;
  max-width: 300px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 18px;
}

.checkbox-field {
  max-width: 300px;
  margin-bottom: 1px;
  padding-left: 25px;
}

.map-wrapper {
  width: 90%;
  max-width: 770px;
  height: 268px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.checkbox {
  margin-left: -25px;
}

.columns {
  padding-bottom: 40px;
}

.map-placeholder {
  background-image: url('../images/maps-holder.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.map-placeholder-content {
  width: 81%;
  max-width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-text {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.google {
  color: #00f;
  text-decoration: none;
}

.google:hover {
  text-decoration: underline;
}

.button {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  width: auto;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  transition: opacity .1s;
}

.button:hover {
  opacity: .8;
}

.map {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.contact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 770px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info-box {
  text-align: left;
  font-weight: 400;
  line-height: 32px;
}

.info-box.info-box-bold {
  font-weight: 700;
}

.link {
  color: var(--grey);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.footer {
  background-color: var(--dark-slate-grey);
  padding-top: 72px;
  padding-bottom: 62px;
  position: absolute;
  inset: auto 0% 0%;
}

.to-top {
  background-color: var(--gainsboro);
  width: 40px;
  height: 40px;
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.up-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%);
}

.footer-content {
  text-align: center;
}

.footer-link {
  color: var(--white);
  margin-left: 7px;
  margin-right: 7px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.form-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.25fr;
  width: 100%;
}

.column-top {
  padding-left: 0;
}

.mobile-menu {
  border-top: 1px solid var(--gainsboro-2\<deleted\|variable-9663b27b\>);
  border-bottom: 1px solid var(--gainsboro-2\<deleted\|variable-9663b27b\>);
  width: 90%;
  display: none;
}

.mobile-nav-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.mobile-nav-link {
  text-transform: uppercase;
  margin: 0 18px;
  padding: 0;
  font-size: 18px;
}

.burger-open, .burger {
  width: 30px;
}

.imprint-text {
  padding-top: 100px;
}

.imprint-text h3 {
  color: var(--dark-slate-grey);
  font-size: 2em;
  font-weight: 700;
}

.imprint-text p {
  font-size: 1em;
  line-height: 1.7rem;
}

.imprint-text h4 {
  color: var(--dark-slate-grey);
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
}

.imprint-text a {
  color: var(--grey);
  font-weight: 400;
  text-decoration: underline;
}

.text-span {
  height: 60px;
}

.text-span-2 {
  line-height: 50px;
}

.moremarge {
  margin-top: 20px;
  display: inline-block;
}

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

.column.first {
  padding-right: 10px;
}

.column.last {
  padding-left: 10px;
}

.column.mid {
  padding-left: 5px;
  padding-right: 5px;
}

.section-heading {
  position: absolute;
  inset: 50% auto auto -60px;
  transform: translate(-50%)translate(0, -50%)rotate(-90deg);
}

.top-img {
  margin-bottom: 15px;
}

.side-heading-span {
  color: #6eefea;
  font-weight: 600;
}

.rotated-heading {
  color: #c1c1c1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1;
}

.columns-2.show-mobile {
  display: none;
}

.container-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1300px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.hidden {
  opacity: 0;
  background-color: #ffffff82;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-5 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-container-3, .nav-container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.contact-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 770px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-contact {
  justify-content: flex-start;
  display: flex;
}

.flex-contact.bot-space {
  border-bottom: 1px solid #ecf0f9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.info-box-2 {
  text-align: left;
  width: 500px;
  font-weight: 400;
  line-height: 27px;
}

.info-box-2.info-box-bold {
  font-weight: 700;
}

.text-span-3 {
  color: var(--dark-slate-grey);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 700;
}

.imp-container {
  padding-top: 100px;
}

.heading-2 {
  margin-bottom: 2em;
  font-size: 2em;
}

.html-embed-cookie {
  font-size: 1em;
  line-height: 1.7rem;
}

.heading-3 {
  margin-bottom: 2em;
  font-size: 2em;
  font-weight: 700;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 0;
}

.list {
  text-align: left;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  background-image: url('../images/check-mark.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
}

.container-leftalign {
  text-align: left;
}

.heading-4 {
  color: var(--grey);
  text-align: center;
  letter-spacing: 0;
  max-width: 1080px;
  margin: -15px auto 15px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.heading-4.left-align {
  text-align: left;
}

.schwerpunkte-box {
  border-bottom: 1px solid var(--gainsboro);
  width: 90%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.schwerpunkte-box.is-last {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.column-2 {
  padding-top: 0;
  padding-left: 50px;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .main-content-wrapper {
    width: 90%;
  }

  .heading.h-copy {
    text-align: left;
    line-height: 30px;
  }

  .team-tile.is-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-width: 0;
    flex-flow: column;
    margin-bottom: 0;
  }

  .team-tile-text.is-last {
    margin-bottom: 50px;
  }

  .team-tile-text.is-last.distance-on-mobile {
    margin-bottom: 0;
  }

  .form {
    flex-direction: column;
  }

  .input {
    width: 100%;
  }

  .pflichtfeld, .checkbox-field {
    max-width: none;
  }

  .contact-wrapper {
    flex-wrap: wrap;
  }

  .form-grid {
    grid-row-gap: 16px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: column;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    width: 100%;
  }

  .column-top {
    margin-bottom: 0;
  }

  .section-heading {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .top-img {
    margin-top: 60px;
  }

  .rotated-heading {
    font-size: 35px;
  }

  .container-2 {
    width: 100%;
    max-width: none;
  }

  .image-5 {
    margin-top: 0;
  }

  .contact-wrapper-2 {
    flex-wrap: wrap;
  }

  .recaptcha {
    margin-bottom: 30px;
  }

  .list {
    margin-bottom: 0;
  }

  .heading-4 {
    text-align: left;
    margin-top: -6px;
  }

  .schwerpunkte-box {
    border-bottom-width: 0;
  }

  .schwerpunkte-box.is-last {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .schwerpunkte-box.is-last.distance-on-mobile {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .column-2 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-content-wrapper {
    width: 100%;
    padding-top: 50px;
  }

  .body {
    font-size: 16px;
    line-height: 28px;
  }

  .nav-container {
    width: 90%;
  }

  .brand {
    max-width: 320px;
  }

  .nav-menu {
    display: none;
  }

  .section {
    width: 100%;
  }

  .start-img-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .start-img {
    height: 300px;
  }

  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading.h-copy {
    text-align: left;
  }

  .heading.h-copy.left-align {
    margin-bottom: 5px;
    line-height: 40px;
  }

  .paragraph {
    line-height: 28px;
  }

  .team-tile {
    flex-direction: column;
    align-items: center;
  }

  .team-tile-img {
    margin-right: 0;
  }

  .team-tile-text {
    margin-top: 20px;
  }

  .team-tile-text-heading {
    text-align: left;
    margin-bottom: 5px;
  }

  .team-tile-text-paragraph {
    width: 100%;
  }

  .map-text {
    font-size: 14px;
    line-height: 1.2em;
  }

  .contact-wrapper {
    flex-direction: column;
    place-content: center flex-start;
    align-items: center;
  }

  .info-box {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .form-grid {
    max-width: 100%;
  }

  .menu-button {
    border-top: 1px solid var(--gainsboro-2\<deleted\|variable-9663b27b\>);
    border-bottom: 1px solid var(--gainsboro-2\<deleted\|variable-9663b27b\>);
    width: 100%;
    margin-top: 23px;
    padding: 8px 7px;
  }

  .icon {
    text-align: right;
    font-size: 34px;
  }

  .mobile-menu {
    height: 50px;
    margin-top: 60px;
    padding: 10px 5px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-nav-menu {
    z-index: 1;
    width: 100%;
    display: none;
  }

  .mobile-trigger {
    z-index: 2;
    align-self: flex-end;
    position: absolute;
    top: 24px;
    right: 10px;
    transform: translate(0%, -50%);
  }

  .burger-open {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .burger {
    width: 22px;
    height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .burger-close {
    width: 30px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .imprint-text {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .imprint-text h3 {
    font-weight: 700;
  }

  .hidden {
    width: 100%;
  }

  .image-5 {
    margin-top: 0;
  }

  .nav-container-3, .nav-container-4 {
    width: 90%;
  }

  .contact-wrapper-2 {
    flex-direction: column;
    place-content: center flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-contact, .flex-contact.bot-space {
    display: block;
  }

  .info-box-2 {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .info-box-2.info-box-bold {
    margin-bottom: 15px;
  }

  .text-span-3 {
    font-size: 17px;
  }

  .heading-4 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .form-section.fs-r {
    width: 100%;
    display: block;
  }

  .form-grid {
    grid-auto-columns: .25fr;
  }

  .rotated-heading {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-2.show-desktop {
    display: none;
  }

  .columns-2.show-mobile {
    display: block;
  }

  .image-5 {
    margin-top: 0;
  }

  .info-box-2 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_81770067-9f7f-a597-068f-3cfea9397b6a-a22fcaad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4f3edf8-09ad-8a63-6845-f780a61a5476-a22fcaad {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ec655a0e-fecc-6001-c726-1805c6aa8fa9-a22fcaad {
  justify-self: start;
}

#w-node-_40962f90-73f1-2da1-ada4-0a5c94b9d8ff-a22fcaad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_81770067-9f7f-a597-068f-3cfea9397b6a-a22fcaad {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c4f3edf8-09ad-8a63-6845-f780a61a5476-a22fcaad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ee8a224d-7206-3985-d2be-966b4e2e91f9-a22fcaad {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_40962f90-73f1-2da1-ada4-0a5c94b9d8ff-a22fcaad {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81770067-9f7f-a597-068f-3cfea9397b6a-a22fcaad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c4f3edf8-09ad-8a63-6845-f780a61a5476-a22fcaad {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-ee8a224d-7206-3985-d2be-966b4e2e91f9-a22fcaad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-BoldItalic.ttf') format('truetype'), url('../fonts/Muli-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}