:root {
  --slate-grey: #767195;
  --light-coral: #ed6c77;
  --midnight-blue: #1d2240;
  --silver: #c8c8c8;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 11em;
  display: block;
  box-shadow: 0 1px 5px #00000026;
}

.container {
  margin-top: 1em;
}

.nav-link {
  color: var(--slate-grey);
  flex-direction: row;
  padding-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-weight: 300;
  display: inline-block;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--light-coral);
}

.div-nav-linlk {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-bottom: .5em;
  display: flex;
}

.cell {
  display: block;
}

.div-block-logo {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.cell-2 {
  align-items: flex-end;
}

.hero-bild {
  background-image: url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist-hero.jpg');
  background-position: 50% 10%;
  background-size: cover;
  height: 58vh;
  position: relative;
}

.hero-bild.leistung {
  background-image: linear-gradient(99deg, #ed6c771f, #fff0), url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist-leistung.jpg');
  background-position: 0 0, 50% 55%;
  background-size: auto, cover;
  height: auto;
  min-height: 55svh;
}

.hero-bild.gesichtsbehandlung {
  background-image: url('../images/Weissmohn---Papaver-somniferum_dic_master-2.jpg');
  background-position: 50% 25%;
}

.hero-bild.fuss-haende {
  background-image: url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-fusspflege-haende-make-up-artist.jpg');
}

.hero-bild.koerperbehandlung {
  background-image: url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist-koerperbehandlung.png');
  background-position: 50% 8%;
}

.hero-bild.make-up {
  background-image: url('../images/Rizinus---Ricinus-communis-sanguineus_dic_master-3.jpg');
  background-position: 50% 67%;
}

.hero-bild.kontakt {
  background-image: url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist-kontakt-7.jpg'), url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist-kontakt-6.jpg'), url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist-kontakt-4.jpg'), url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist-kontakt.jpg');
  background-position: 50% 80%, 50% 5800%, 50% 80%, 50% 30%;
  background-size: cover, cover, cover, cover;
  height: auto;
  min-height: 55svh;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 6em 30px 2em;
  position: relative;
}

.hero-heading-right.ohne-animation {
  padding-bottom: 4em;
}

.hero-heading-right.leistung-handy {
  padding-top: 5.5em;
}

.hero-heading-right.lei {
  padding-top: 0;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  margin-top: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: var(--slate-grey);
  text-align: left;
  overflow-wrap: normal;
  margin-bottom: 24px;
  font-family: Gotham Light, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading {
  color: var(--light-coral);
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Gotham Book, sans-serif;
  font-size: 1.7em;
}

.div-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-hero.start {
  background-image: radial-gradient(circle, #1d224080, #0000 76%);
}

.div-hero.leistung {
  justify-content: flex-end;
}

.heading-2 {
  color: var(--slate-grey);
  font-family: Gotham Medium, sans-serif;
}

.bottom-section {
  background-color: #fff;
}

.div-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image {
  width: auto;
  max-width: 35svw;
}

.footer {
  box-shadow: inset 0 6px 10px -2px var(--slate-grey);
  background-color: #f7f7f7;
  height: 6em;
}

.div-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-link {
  color: var(--midnight-blue);
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
}

.text-block {
  font-family: Gotham Book, sans-serif;
  font-size: .85em;
  text-decoration: none;
}

.quick-stack-2 {
  height: 100%;
}

.quick-stack-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 100%;
  padding: 0;
}

.leistung-feld-div {
  background-color: var(--light-coral);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 14em;
  padding: 1em 1em .5em 1.5em;
  display: block;
}

.leistung-feld-div.small {
  height: 12em;
}

.heading-3 {
  color: #fff;
  font-family: Gotham Light, sans-serif;
  font-size: 1.7em;
  line-height: 1.4em;
}

.text-block-2 {
  color: #fff;
  padding-left: 1em;
  font-family: Gotham Book, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-block {
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.div-block-3 {
  width: 100%;
  height: 75%;
}

.div-block-3.small-div {
  height: 70%;
}

.container-text-hero {
  padding-bottom: 4.5em;
}

.heading-4 {
  color: var(--light-coral);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-size: 2.7em;
}

.heading-4._2 {
  margin-top: 2em;
}

.heading-4.home {
  color: #fff;
  margin-top: -1.6em;
  font-family: Gotham Book, sans-serif;
  font-size: 2.7em;
}

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

.h2-behandlung {
  color: var(--slate-grey);
  text-transform: none;
  align-self: auto;
  margin-top: 2.5em;
  margin-bottom: 0;
  font-family: Gotham Medium, sans-serif;
  font-size: 1.3em;
}

.h2-behandlung._1 {
  margin-top: 0;
}

.text-behandlung {
  color: var(--slate-grey);
  text-align: left;
  width: 40vw;
  padding-top: .3em;
  padding-bottom: .3em;
  font-family: Gotham Book, sans-serif;
  font-size: 1em;
}

.text-behandlung.kontakt {
  padding-top: 1em;
}

.text-behandlung.kontakt.k-w {
  text-transform: none;
}

.text-behandlung.kontakt.k-w.webdesign {
  border-top: 1px solid var(--midnight-blue);
  padding-top: 2.5em;
}

.text-behandlung.k-w {
  width: auto;
  line-height: 20px;
}

.text-behandlung-bold {
  color: var(--slate-grey);
  align-self: flex-end;
  font-family: Gotham Medium, sans-serif;
  font-size: 1em;
}

.text-behandlung-bold.zeit {
  color: var(--slate-grey);
  margin-right: 3em;
}

.flex-block-2 {
  justify-content: flex-end;
  padding-bottom: 10px;
}

.flex-block---behandlung {
  justify-content: space-between;
  align-items: flex-end;
}

.flex-block-3 {
  align-items: flex-end;
}

.text {
  color: var(--slate-grey);
  padding-bottom: 12px;
  padding-left: 10px;
  font-family: Gotham Book, sans-serif;
  font-size: 1em;
}

.link {
  color: #fff;
  font-family: Gotham Light, sans-serif;
  text-decoration: none;
}

.link-2, .link-3, .link-4 {
  color: #fff;
  text-decoration: none;
}

.text-block-3 {
  outline-offset: 0px;
  color: #fff;
  text-transform: none;
  border: 1px #000;
  outline: 3px #fff;
  margin-top: 0;
  padding-top: .125em;
  font-family: Gotham Light, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.maps-div {
  width: 100%;
  height: 15em;
}

.map {
  height: 100%;
}

.html-embed {
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
}

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

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

.link-5 {
  color: #fff;
  text-transform: uppercase;
  padding-left: .5em;
  font-family: Gotham Book, sans-serif;
  font-size: .9em;
  text-decoration: none;
}

.flex-block-4 {
  background-color: #0000;
  align-items: center;
  padding: 1em 1em 4em;
  display: inline-block;
}

.div-button {
  justify-content: center;
  align-items: flex-end;
  margin-top: -52px;
  display: flex;
  position: relative;
}

.image-2 {
  margin-left: -15px;
}

.link-6, .link-7 {
  color: var(--slate-grey);
  text-decoration: none;
}

.body-5 {
  background-color: #fff;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  text-transform: uppercase;
}

.text-block-4 {
  color: #fff;
  align-self: flex-end;
  margin-top: -21px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham Light, sans-serif;
  font-size: .65em;
  font-weight: 400;
  position: relative;
}

.html-embed-2 {
  color: var(--light-coral);
  align-self: center;
  width: 2em;
}

.text-block-5 {
  color: var(--slate-grey);
  align-self: center;
  margin-left: 2em;
  font-family: Gotham Book, sans-serif;
  font-size: .9em;
}

.bitte-beachten-sie {
  padding-top: 4em;
  padding-bottom: 0;
}

.bold-text-7 {
  color: #423f55;
}

.section {
  background-color: #030303;
}

.section-2 {
  background-color: #070707;
}

.section-3 {
  background-color: #dadada;
}

.section-4, .section-5, .section-6, .section-7, .section-8, .section-9, .section-10, .section-11, .section-12, .section-13, .section-14, .section-15, .section-16, .section-17 {
  background-color: #fff;
}

.section-18 {
  background-color: #fdfdfd;
}

.section-19, .section-20, .section-21 {
  background-color: #f1f1f1;
}

.section-22 {
  background-color: #f3f3f3;
}

.section-23 {
  background-color: #f7f7f7;
}

.section-24, .section-25, .section-26, .section-27 {
  background-color: #fff;
}

.section-28, .section-29, .section-30, .section-31, .section-32 {
  background-color: #f7f4f4;
}

.section-33, .section-34, .section-35, .section-36, .section-37, .section-38, .section-39, .section-40, .section-41, .section-42, .section-43 {
  background-color: #fff;
}

.section-43.lei {
  padding-top: 0;
}

.container-4 {
  background-color: #ffffffd9;
  border: 1px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 4em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  top: -43px;
}

.flex-block-9, .flex-block-10, .flex-block-11 {
  display: flex;
}

.link-8 {
  color: var(--slate-grey);
  text-transform: none;
  border: 1px #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3em;
  padding-right: 3em;
  font-family: Gotham Book, sans-serif;
  font-size: .9em;
  text-decoration: none;
}

.link-8.w--current {
  color: var(--light-coral);
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-4 {
  object-fit: fill;
  background-image: url('../images/Unterschrift_Kirsten.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 157px;
  height: 50px;
}

.div-block-5 {
  background-image: url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist.JPG');
  background-position: 50%;
  background-size: cover;
  width: 30em;
  height: 35em;
}

.image-4 {
  background-image: url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist.JPG');
  background-position: 0 0;
  background-size: auto;
}

.div-block-6 {
  background-image: url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist.JPG');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 35em;
}

.image-5 {
  background-image: url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist.JPG');
  background-position: 50%;
  background-size: cover;
}

.bold-text-8 {
  color: var(--light-coral);
}

@media screen and (max-width: 991px) {
  .hero-bild {
    background-image: url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist-mobiel.jpg');
    background-position: 50%;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu {
    padding-bottom: 1em;
  }

  .image-2 {
    margin-left: 0;
  }

  .text-block-4 {
    align-self: flex-start;
  }

  .link-8 {
    font-size: .8em;
  }

  .link-8.w--current {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
  }

  .div-block-6 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-right {
    padding: 60px 15px;
  }

  .container-4 {
    top: -64px;
  }

  .link-8 {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
  }

  .link-8.w--current {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: auto;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-logo {
    align-items: center;
  }

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

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

  .hero-bild {
    background-image: url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist-mobiel-2.jpg');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: 60vh;
    overflow: hidden;
  }

  .hero-bild.leistung, .hero-bild.gesichtsbehandlung, .hero-bild.fuss-haende, .hero-bild.koerperbehandlung, .hero-bild.make-up {
    height: 50vh;
  }

  .hero-bild.kontakt {
    background-image: url('../images/kristen-daugsch-dr-hauschka-naturkosmetikerin-make-up-artist-kontakt-handy.jpg');
    background-position: 50% 35%;
    background-size: cover;
  }

  .hero-heading-right {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 3em 1.6em 0;
    overflow: visible;
  }

  .hero-heading-right.leistung-handy {
    height: auto;
    min-height: 100svw;
    padding-top: 3em;
    overflow: visible;
  }

  .hero-heading-right.lei {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }

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

  .hero-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-split {
    width: 100%;
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    word-break: normal;
  }

  .heading {
    font-size: 1.3em;
  }

  .div-hero {
    overflow: hidden;
  }

  .div-hero.start {
    background-image: linear-gradient(151deg, #ed6c7726, #1d224066 48%);
    width: 100%;
    padding-left: 1.6em;
    padding-right: 1.6em;
    overflow: hidden;
  }

  .bottom-section {
    overflow: hidden;
  }

  .image {
    max-width: 50svw;
  }

  .quick-stack-2 {
    overflow: hidden;
  }

  .quick-stack-3 {
    flex: 0 auto;
    align-self: auto;
  }

  .leistung-feld-div {
    justify-content: flex-start;
    height: 11em;
    padding-top: .5em;
    padding-bottom: .125em;
    display: flex;
  }

  .leistung-feld-div.small {
    height: auto;
  }

  .heading-3 {
    font-size: 1.2em;
  }

  .div-block-2 {
    padding-top: .4em;
    padding-bottom: 0;
  }

  .div-block-3 {
    height: 70%;
    margin-bottom: 1em;
    padding-bottom: 0;
  }

  .container-text-hero {
    width: 100%;
    margin-top: -100px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 3em;
  }

  .container-text-hero.ohne {
    margin-top: 0;
  }

  .heading-4 {
    text-transform: uppercase;
    object-fit: fill;
    height: auto;
    margin-top: 0;
    padding-right: 0;
    font-family: Gotham Book, sans-serif;
    font-size: 1.4em;
    line-height: 1.4em;
    overflow: visible;
  }

  .heading-4._2.handy-ohne {
    margin-top: 6em;
  }

  .heading-4.home {
    text-align: center;
    margin-top: -1em;
    font-family: Gotham Book, sans-serif;
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .h2-behandlung {
    margin-top: 3em;
    font-size: 1em;
    line-height: 1.4em;
  }

  .h2-behandlung._1 {
    text-align: left;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.4em;
  }

  .text-behandlung {
    width: auto;
    padding-top: .5em;
    font-family: Gotham Light, sans-serif;
    font-size: .85em;
    line-height: 1.4em;
  }

  .text-behandlung-bold.zeit {
    font-size: .9em;
  }

  .flex-block-2 {
    align-self: flex-start;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .flex-block---behandlung, .flex-block-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text {
    text-align: left;
    align-self: auto;
    align-items: flex-end;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .link {
    font-size: 1em;
  }

  .text-block-3 {
    text-align: center;
    padding-top: .5em;
    font-family: Gotham Light, sans-serif;
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .cell-3 {
    align-items: flex-start;
    padding-bottom: 2em;
    padding-left: 0;
    display: flex;
  }

  .nav-menu {
    background-color: #f1f1f1;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .menu-button.w--open {
    background-color: var(--light-coral);
  }

  .body {
    font-size: 1em;
  }

  .container-3 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .link-5 {
    font-family: Gotham Medium, sans-serif;
  }

  .flex-block-4 {
    padding-bottom: 4em;
  }

  .image-2 {
    margin-left: 0;
  }

  .body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8 {
    font-size: 1em;
  }

  .image-3 {
    padding-bottom: 0;
  }

  .text-block-4 {
    align-self: flex-start;
    font-size: .65em;
  }

  .text-block-5 {
    text-align: center;
    margin-left: 0;
    font-size: .75em;
  }

  .flex-block-5, .flex-block-6, .flex-block-7, .flex-block-8 {
    flex-direction: column;
  }

  .container-4 {
    object-fit: fill;
    width: 100%;
    margin-bottom: 0;
    padding-top: .5em;
    top: -146px;
  }

  .flex-block-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .link-8 {
    padding-top: 1em;
    font-size: .8em;
  }

  .div-block-5 {
    width: 100%;
    height: 20em;
    position: relative;
  }

  .div-block-6 {
    width: 100%;
    height: 20em;
  }
}

#w-node-d0c14b31-8f25-ce27-e087-afa0f20b9c69-f20b9c68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d0c14b31-8f25-ce27-e087-afa0f20b9c6a-f20b9c68, #w-node-d0c14b31-8f25-ce27-e087-afa0f20b9c6b-f20b9c68, #w-node-d0c14b31-8f25-ce27-e087-afa0f20b9c73-f20b9c68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6232cc12-0e7f-237c-f09f-dd3b893edb9f-893edb9d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6232cc12-0e7f-237c-f09f-dd3b893edba0-893edb9d, #w-node-_6232cc12-0e7f-237c-f09f-dd3b893edba4-893edb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e13acec-1a77-2551-e508-f296692e1ead-54eba31a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7b2181ea-5be6-9261-2c6f-6822b0038970-54eba31a, #w-node-_8595cd0f-a16a-81c2-f5f6-f98419c3d69e-54eba31a, #w-node-_0546dbf8-2cac-35fb-655a-f3dc622faf9f-54eba31a, #w-node-_9586cf16-e0dd-cc78-03a7-25c190a9fdbf-54eba31a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_281ca9d3-5c86-8efa-46e1-f9f487eb3e16-907d5900 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_281ca9d3-5c86-8efa-46e1-f9f487eb3e17-907d5900, #w-node-_281ca9d3-5c86-8efa-46e1-f9f487eb3e18-907d5900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3e13acec-1a77-2551-e508-f296692e1ead-54eba31a {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6232cc12-0e7f-237c-f09f-dd3b893edb9f-893edb9d {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_3e13acec-1a77-2551-e508-f296692e1ead-54eba31a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7b2181ea-5be6-9261-2c6f-6822b0038970-54eba31a, #w-node-_8595cd0f-a16a-81c2-f5f6-f98419c3d69e-54eba31a, #w-node-_0546dbf8-2cac-35fb-655a-f3dc622faf9f-54eba31a, #w-node-_9586cf16-e0dd-cc78-03a7-25c190a9fdbf-54eba31a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_281ca9d3-5c86-8efa-46e1-f9f487eb3e16-907d5900 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    display: grid;
  }

  #w-node-_281ca9d3-5c86-8efa-46e1-f9f487eb3e17-907d5900, #w-node-_281ca9d3-5c86-8efa-46e1-f9f487eb3e18-907d5900 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}