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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Fontsfree net brittanysignature;
  src: url('../fonts/FontsFree-Net-BrittanySignature.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

@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-dark {
  opacity: 1;
  background-color: #d9cdbd;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-dark.sarah {
  background-color: #dbcdbc;
  border-bottom: 1px solid #000;
  display: block;
}

.navbar-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-dark-brand {
  flex: 1;
  align-self: center;
}

.nav-menu {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #d9cdbd;
  background-clip: border-box;
  border: 1px solid #afadad;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.navmen-punkt {
  color: #050505;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #afadad;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  position: static;
}

.navmen-punkt:hover {
  color: #fff;
}

.navbar-dark-nav-button {
  opacity: .77;
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #a0a0a0;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding: 20px 30px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.navbar-dark-nav-button:hover {
  background-color: #fffc;
}

.navbar-dark-menu-button.w--open {
  background-color: #2e2e2e;
}

.image {
  margin-top: 10px;
  display: inline-block;
}

.hero.logo {
  background-color: #dcccbb;
  justify-content: center;
  align-items: center;
  display: flex;
}

._3x2-1x6 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.div-block {
  background-image: url('../images/Logo-1-Jpeg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 300px;
  display: block;
}

.div-block.bild-logo-1 {
  display: flex;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  padding-right: 0;
}

.grid.katgeorien {
  background-color: #dcccbb;
  border: 2px solid #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.grid.katgeorien.teil-1 {
  margin-bottom: 40px;
}

.grid.katgeorien.teil-2-kato {
  border-width: 0;
  margin-top: 0;
}

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

.footer-high-gloss-car {
  background-color: #dcccbb;
  border-top: 1px solid #646464;
  min-height: 20vh;
}

.footer-high-gloss-car.sarah-make-up-artist {
  background-color: #dbcdbc;
  display: block;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-template: "Area"
                 "."
                 / 6fr 3.25fr 3.25fr 4fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.link {
  color: #fff;
}

.heading-18 {
  color: #131313;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-18.terminanfragen {
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.div-block-40 {
  border-top: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-40.pelk {
  margin-left: 25px;
  margin-right: 25px;
}

.lottie-animation-4 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: block;
}

.grid-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  place-items: center stretch;
  display: grid;
}

.heading-15 {
  color: #131313;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-14 {
  color: #666;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 400;
}

.heading-13 {
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.kalender-bilder {
  background-color: #dbcdbb;
}

.grid-10 {
  background-color: #dbcdbb;
  border-radius: 13px;
  grid-template-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kalender {
  background-color: #fff;
  border-radius: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-link {
  border: 1px solid #afadad;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-size: 12px;
}

.nav-link:hover {
  color: #fff;
}

.nav-link-2 {
  border: 1px solid #afadad;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-size: 12px;
}

.nav-link-2:hover {
  color: #fff;
}

.nav-link-3 {
  border: 1px solid #afadad;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-size: 12px;
}

.nav-link-3:hover {
  color: #fff;
}

.nav-link-4 {
  border: 1px solid #afadad;
  border-radius: 1px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-size: 12px;
}

.nav-link-4:hover {
  color: #fff;
}

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

.grid-11 {
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.kategorien {
  background-color: #f1e7dc;
  border: 2px solid #000;
  border-radius: 10px;
}

.grid-12 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}

.ber-mich-text {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.ber-mich-bild {
  opacity: 1;
  outline-offset: 5px;
  mix-blend-mode: normal;
  background-image: url('../images/Sarah-191.jpg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #000;
  outline: 2px #fff4f4;
  width: 400px;
  height: 500px;
}

.hallo-zuk-nftige-braut {
  background-color: #f1e7dc;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 150px;
  display: flex;
}

.hallo-zuk-nftige-braut.makeup {
  font-family: Raleway, sans-serif;
}

.hallo-zuk-nftige-braut.haarsytling-main {
  display: none;
}

.heading-19 {
  color: #000;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 500;
  display: block;
}

.heading-19.gallerie {
  padding-top: 20px;
  font-family: Fontsfree net brittanysignature, sans-serif;
}

.heading-19.gallerie.studio.impressum {
  padding-bottom: 20px;
}

.heading-19.makeup {
  white-space: normal;
  border-width: 0 0 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
}

.heading-19.makeup.haarstyling {
  padding-bottom: 20px;
}

.heading-19.makeup.haarstyling.lifting {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-19.braut {
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
}

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

.grid-14, .grid-15 {
  grid-template-columns: 1fr;
}

.braut-makeup {
  display: none;
}

.grid-16, .grid-17, .grid-18 {
  grid-template-columns: 1fr;
}

.gallerie-bersicht {
  margin-top: 20px;
}

.grid-19 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.berschrift {
  border-bottom: 1px solid #fff;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  padding-right: 0;
}

.berschrift.berschrift-hauptseite {
  width: auto;
  height: auto;
  font-size: 20px;
  overflow: visible;
}

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

.grid-20.team {
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-bottom: 40px;
}

.text-anfrage {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.link-anfrage-formular {
  color: #444;
  background-color: #c5b8ad;
  border: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-anfrage-formular.braut {
  background-color: #c5b8ad;
}

.social-media {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bild-haarstyling {
  background-image: url('../images/haarstyling-x.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bild-haarstyling.team {
  background-image: url('../images/Unser-Team---Neu-1.jpeg');
  background-position: 50% 30%;
  width: 600px;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.bild-haarstyling.team.schulungen {
  background-image: url('../images/Sarah-33.jpg');
  background-position: 50%;
}

.lash-lifting {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.bild-lash-lifting {
  background-image: url('../images/lash--brow-lifting-2.0.JPG');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-preis-lash-lifting {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.grid-21 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.grid-21.makeupworkshop {
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.text-preis-einzelcoaching {
  background-image: url('../images/coaching-1.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.text-preis-einzelcoaching.workshop-makeup {
  background-image: url('../images/makeup-2.jpeg');
}

.text-preis-einzelcoaching.schulungen {
  background-image: url('../images/BL-Bild-1.JPG');
}

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

.bild-gruppenocaching {
  background-image: url('../images/erklären-1.JPG');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.bild-gruppenocaching.schulungen {
  background-image: url('../images/Waxing-Augenbraue-3.jpg');
}

.grid-23 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
}

.berschrift-sudio {
  background-image: url('../images/Sarah-6.jpg');
  background-position: 50%;
  background-size: cover;
  width: 940px;
  height: 400px;
}

.bilder-studio {
  background-color: #f1e7dc;
}

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

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

.text-ber-mich {
  text-align: center;
}

.heading-20 {
  color: #000;
  text-align: center;
  padding-bottom: 0;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 70px;
}

.text-block {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.container {
  display: block;
}

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

.grid-27 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: 12px;
  margin-right: 12px;
}

.braustyling {
  background-image: url('../images/einzelcoaching-2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #000;
  width: 300px;
  height: 300px;
}

.haarstyling {
  background-image: url('../images/bild-ft.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  width: 300px;
  height: 300px;
  box-shadow: 0 11px 11px 1px #00000087;
}

.haarstyling.box {
  box-shadow: none;
  border-width: 0;
}

.make-up {
  background-image: url('../images/haarstyling-x.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #000;
  width: 300px;
  height: 300px;
}

.grid-28 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.gallerie {
  background-image: url('../images/d2d6262b-bd6e-4ffa-b191-e04280aa8473.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  width: 300px;
  height: 300px;
  box-shadow: 0 5px 10px 4px #00000094;
}

.gallerie.box {
  box-shadow: none;
  border-width: 0;
}

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

.coaching {
  background-image: url('../images/probestyling-1.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #000;
  width: 300px;
  height: 300px;
  box-shadow: 0 5px 9px 5px #00000070;
}

.coaching.box {
  box-shadow: none;
  background-image: url('../images/erklären-20.jpg');
  background-position: 50%;
  background-size: cover;
  border-width: 0;
}

.studio, .texte-lifting-und-studio {
  color: #000;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.slide {
  background-image: url('../images/ElopementAustria-AnnaBernhard-KatjaKollerPhotography-186.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slider {
  border: 2px solid #fff;
  border-radius: 6px;
  width: 700px;
  height: 800px;
}

.slide-2 {
  background-image: url('../images/ElopementAustria-AnnaBernhard-KatjaKollerPhotography-30---Kopie.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-3 {
  background-image: url('../images/Lovely-Spring-Clara-137.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
}

.slide-4 {
  background-image: url('../images/Lovely-Spring-Clara-121.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-5 {
  background-image: url('../images/Lovely-Spring-Clara-98.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
}

.slide-6 {
  background-image: url('../images/17---JKO_2746---Kopie.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

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

.hero-text {
  mix-blend-mode: normal;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-left: 60px;
  margin-right: 60px;
}

.little-text-bersicht {
  text-align: center;
  background-color: #f1e7dc;
  border: 1px solid #000;
  border-radius: 6px;
  margin: 20px 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  box-shadow: 0 10px 12px 4px #0003;
}

.little-text-bersicht.teil-2 {
  box-shadow: none;
  color: #000;
  background-color: #dcccbb;
  border-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.heading-21 {
  color: #000;
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
}

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

.heading-22 {
  color: #000;
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-block-2 {
  color: #000;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 700;
}

.div-block-41 {
  border-bottom: 1px solid #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
}

.body {
  justify-content: center;
  align-items: center;
  display: block;
}

.container-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  background-color: #dbcdbb;
}

.heading-23 {
  color: #000;
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.div-block-42, .div-block-43 {
  border-bottom: 1px solid #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-24 {
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
}

.grid-32 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-44 {
  border-bottom: 1px solid #fff;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-45 {
  border-bottom: 1px solid #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-46 {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-left: 40px;
  margin-right: 40px;
}

.heading-25 {
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
}

.heading-25.haarstyling-bersicht {
  border-bottom: 1px solid #fafafa;
}

.heading-25.make-up-bersicht {
  border-bottom: 1px solid #fff;
}

.heading-26 {
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
}

.grid-33 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-47 {
  color: #000;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-left: 40px;
  margin-right: 40px;
  text-decoration: none;
}

.div-block-48 {
  border-bottom: 1px solid #fff;
  margin-left: 40px;
  margin-right: 40px;
}

.grid-34 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.div-block-49 {
  background-image: url('../images/lash--brow-lifting-3.0.JPG');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #000;
  width: 300px;
  height: 300px;
}

.div-block-50 {
  background-image: url('../images/studio-1.0.jpg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #000;
  width: 300px;
  height: 300px;
}

.heading-27, .heading-28 {
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
}

.heading-29 {
  text-align: center;
  border-bottom: 1px solid #000;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.heading-30 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.div-block-51 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-35 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  margin-bottom: 40px;
}

.image-2 {
  mix-blend-mode: luminosity;
}

.link-block-10 {
  text-align: center;
  text-decoration: none;
}

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

.link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16 {
  color: #000;
  text-decoration: none;
}

.slide-7 {
  background-image: url('../images/lash-lifting.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/lash--brow-lifting.JPG');
  background-position: 50%;
  background-size: cover;
}

.heading-31 {
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

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

.heading-32 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 400;
}

.brow-lifting-bild {
  background-image: url('../images/Lifting-open-2.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brow-lifting-bild.korean {
  background-image: url('../images/WhatsApp-Image-2026-01-19-at-13.09.42.jpeg');
}

.brow-lifting-text {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.heading-33 {
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.heading-33.korean {
  text-align: center;
  padding-top: 0;
  line-height: 120px;
}

.heading-34 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 400;
}

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

.brow-styling-bild {
  background-image: url('../images/brow-lifting-1.0.JPG');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brow-styling-bild.men {
  background-image: url('../images/menbrowsytling-2.JPG');
}

.brow-styling-text {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.brow-styling-preis {
  text-align: center;
}

.heading-35 {
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.heading-35.men {
  text-align: center;
  line-height: 120px;
}

.heading-36 {
  background-color: #f1e7dc;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 400;
}

.grid-38 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}

.waxing-bild {
  background-image: url('../images/aaaDSC_0438-1.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.waxing-text {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

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

.heading-37 {
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.heading-38, .heading-39 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-40 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.heading-41 {
  text-align: center;
  margin-top: 10px;
}

.heading-41.braut {
  color: #000;
}

.link-block-17 {
  color: #000;
  font-family: Raleway, sans-serif;
  text-decoration: none;
}

.bild-1.probestyling {
  background-image: url('../images/probestyling-1.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bild-1.braut-gesamt {
  background-image: url('../images/Sarah-Bild-2----Kopie.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bild-1.braut-makeup {
  background-image: url('../images/Braut-Anna-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.bild-1.breaut-haare {
  background-image: url('../images/Braut-Carmen-2.jpg');
  background-position: 50% 20%;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bild-1.g-stestyling {
  background-image: url('../images/Lovely-Spring-Clara-137.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-1.probestyling {
  text-align: center;
  background-color: #f1e7dc;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.text-1.braut-gesamt {
  text-align: center;
  background-color: #f1e7dc;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.text-1.braut-make-up, .text-1.braut-haare, .text-1.g-stestyling {
  text-align: center;
  background-color: #f1e7dc;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
}

.heading-42 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.container-4 {
  margin-bottom: 20px;
}

.heading-43 {
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.heading-44, .heading-45, .heading-46, .heading-47 {
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

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

.bild-2 {
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bild-2.tagesmakeup {
  background-image: url('../images/Tagesmakeup.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bild-2.abendmakeup {
  background-image: url('../images/Abendmakeup.jpg');
  background-position: 50%;
  background-size: cover;
}

.bild-2.ballmakeup {
  background-image: url('../images/Ball-Makeup-Foto-.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.bild-2.fotoshooting {
  background-image: url('../images/Fotoshooting-1.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.bild-2.lashes {
  background-image: url('../images/lashes-.JPG');
  background-position: 50% 0;
  background-size: cover;
}

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

.text-2.abendmakeuop, .text-2.ballmakeup, .text-2.fotoshooting {
  text-align: center;
  font-family: Raleway, sans-serif;
}

.heading-48 {
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.heading-49 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 400;
}

.heading-50 {
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.heading-51 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 400;
}

.heading-52 {
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.heading-53 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 400;
}

.heading-54 {
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.heading-55 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.heading-56 {
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.grid-41 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-block-3 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-4, .text-block-5 {
  text-align: center;
  font-family: Raleway, sans-serif;
}

.grid-42 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.heading-57, .heading-58 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 400;
}

.section-2 {
  margin-bottom: 40px;
}

.heading-59 {
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 130px;
}

.heading-60 {
  background-color: #f1e7dc;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 400;
}

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

.div-block-52 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-61 {
  margin-top: 0;
}

.heading-62 {
  color: #000;
  text-align: left;
  border: 0 solid #000;
  font-size: 8px;
  line-height: 8px;
}

.div-block-53 {
  background-image: url('../images/erklären-20.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.div-block-53.schulungen {
  background-image: url('../images/LL-Bild-1.jpg');
}

.div-block-54 {
  background-image: url('../images/erklären-3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.div-block-54.schulungen {
  background-image: url('../images/LL-Bild-2.jpg');
}

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

.grid-44.makeupworkshop {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  display: block;
}

.heading-63 {
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.text-block-6 {
  text-align: center;
  padding: 10px;
  font-family: Raleway, sans-serif;
}

.text-block-6.makeupworkshop {
  text-align: center;
  background-color: #dbcdbc;
}

.heading-64 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 400;
}

.div-block-55 {
  background-image: url('../images/gruppencoaching-1.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.div-block-55.schulungen {
  background-image: url('../images/Waxing-.jpg');
}

.div-block-56 {
  background-image: url('../images/gruppencoaching-4.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.div-block-56.schulungen {
  background-image: url('../images/Waxing-Braue-1.jpg');
}

.section-3 {
  margin-bottom: 40px;
}

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

.heading-65 {
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.text-block-7 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.heading-66 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 400;
}

.div-block-57 {
  margin-bottom: 20px;
}

.berschrift-gallerie {
  background-image: url('../images/makeup-2.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 940px;
  height: 400px;
}

.section-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.grid-46 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f1e7dc;
  padding-bottom: 20px;
}

.heading-67 {
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 70px;
}

.heading-68 {
  color: #3a3939;
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
}

.heading-69, .heading-70 {
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 70px;
}

.link-block-18 {
  color: #313131;
  text-decoration: none;
}

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

.link-block-20 {
  color: #383838;
  text-decoration: none;
}

.link-block-21 {
  color: #333;
  text-decoration: none;
}

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

.div-block-58 {
  margin-top: 20px;
}

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

.heading-71 {
  color: #000;
  text-align: center;
  background-color: #f1e7dc;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
  line-height: 100px;
}

.div-block-59 {
  background-image: url('../images/IMG_4407.jpeg');
  background-position: 50% 40%;
  background-size: cover;
  width: 900px;
  height: 600px;
}

.div-block-59.neu-24 {
  background-image: url('../images/2608B7CE-D6AB-4662-9E5D-482247AE9894.jpeg');
  background-position: 50% 30%;
}

.div-block-60 {
  background-image: url('../images/F588521F-97AD-4B9C-8786-0B5953F26D7A.jpeg');
  background-position: 50% 20%;
  background-size: cover;
  width: 900px;
  height: 600px;
}

.div-block-61 {
  background-image: url('../images/5ee71a4c-b16b-407d-8d50-fd32883b2c42.jpeg');
  background-position: 50% 20%;
  background-size: cover;
  width: 900px;
  height: 600px;
}

.div-block-62 {
  background-image: url('../images/IMG_2081.jpeg');
  background-position: 50% 0;
  background-size: cover;
  width: 900px;
  height: 600px;
}

.div-block-62.neu-24 {
  background-image: url('../images/73c69f34-290f-4881-a424-dcbd810f0071.jpeg');
}

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

.heading-72 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
  line-height: 100px;
}

.div-block-63 {
  background-image: url('../images/make-up-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 900px;
  height: 600px;
}

.div-block-64 {
  background-image: url('../images/make-up-3.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 900px;
  height: 600px;
}

.div-block-65 {
  background-image: url('../images/einzelcoaching-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 900px;
  height: 600px;
}

.div-block-66 {
  background-image: url('../images/coaching-1.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 900px;
  height: 600px;
}

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

.heading-73 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
  line-height: 100px;
}

.div-block-67 {
  background-image: url('../images/IMG_2890.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  width: 900px;
  height: 600px;
}

.div-block-67.neu-24._1 {
  background-image: url('../images/IMG_6112.jpeg');
}

.div-block-67.neu-24._2 {
  background-image: url('../images/IMG_2231.jpeg');
}

.div-block-68 {
  background-image: url('../images/IMG_6585.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  width: 900px;
  height: 600px;
  font-family: Fontsfree net brittanysignature, sans-serif;
}

.div-block-69 {
  background-image: url('../images/IMG_9229.jpeg');
  background-position: 50% 37%;
  background-size: cover;
  width: 900px;
  height: 600px;
  font-family: Fontsfree net brittanysignature, sans-serif;
}

.div-block-70 {
  background-image: url('../images/IMG_1832.jpeg');
  background-position: 50% 15%;
  background-size: cover;
  width: 900px;
  height: 600px;
}

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

.heading-74 {
  text-align: center;
  background-color: #f1e7dc;
  font-family: Fontsfree net brittanysignature, sans-serif;
  line-height: 100px;
}

.div-block-71 {
  background-image: url('../images/photo-output_5.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 700px;
  height: 700px;
}

.div-block-71.neu-24._1 {
  background-image: url('../images/photo-output_4.jpeg');
}

.div-block-71.neu-24._2 {
  background-image: url('../images/photo-output_1.jpeg');
}

.div-block-72 {
  background-image: url('../images/photo-output_2.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 700px;
  height: 700px;
}

.div-block-73 {
  background-image: url('../images/photo-output_3.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 700px;
  height: 700px;
}

.div-block-74 {
  background-image: url('../images/photo-output.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 700px;
  height: 700px;
}

.heading-75 {
  text-align: center;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-8 {
  color: #797979;
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid-52 {
  grid-column-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.grid-53 {
  grid-column-gap: 0px;
  grid-template-rows: auto auto auto;
}

.div-block-75 {
  background-image: url('../images/Sarah-1_1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.div-block-76 {
  background-image: url('../images/Sarah-5.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.div-block-77 {
  background-image: url('../images/Sarah-176.jpg');
  background-position: 50% 40%;
  background-size: cover;
  width: 875px;
  height: 400px;
}

.div-block-78 {
  background-image: url('../images/Sarah-4.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.div-block-79 {
  background-image: url('../images/Sarah-55.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.div-block-80 {
  background-image: url('../images/Sarah-40.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.div-block-81 {
  background-image: url('../images/Sarah-178.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.div-block-82 {
  background-image: url('../images/Sarah-44.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.div-block-83 {
  background-image: url('../images/Sarah-6.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.grid-54 {
  grid-column-gap: 0px;
  grid-template-rows: auto auto auto auto;
}

.div-block-84 {
  background-image: url('../images/Studio-13.jpeg');
  background-position: 50% 65%;
  background-size: cover;
  width: 875px;
  height: 400px;
}

.div-block-85 {
  background-image: url('../images/Sarah-180.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.div-block-86 {
  background-image: url('../images/Sarah-179.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.div-block-87 {
  background-image: url('../images/Sarah-191.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.div-block-88 {
  background-image: url('../images/Sarah-176.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.grid-55 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  margin-top: 20px;
}

.div-block-89 {
  background-image: url('../images/Braut-Kontaktformular-Foto.jpg');
  background-position: 50% 30%;
  background-size: cover;
  width: 950px;
  height: 400px;
}

.div-block-89.kontakt {
  background-image: url('../images/Kontakt-1.jpeg');
  background-position: 50% 40%;
}

.heading-76, .heading-77 {
  text-align: center;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
}

.div-block-90, .div-block-91 {
  text-align: center;
  background-color: #dbcdbc;
}

.section-5 {
  margin-top: 40px;
}

.link-block-22 {
  color: #2e2e2e;
  text-align: center;
  text-decoration: none;
}

.link-block-23 {
  color: #302f2f;
  text-decoration: none;
}

.form {
  text-align: center;
}

.field-label {
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.field-label-2 {
  font-family: Raleway, sans-serif;
}

.field-label-2.uhrzeit, .field-label-2.mail {
  color: #000;
}

.field-label-3 {
  color: #000;
  font-family: Raleway, sans-serif;
}

.select-field, .text-field, .text-field-2 {
  text-align: left;
  margin-bottom: 20px;
}

.submit-button {
  background-color: #c5b8ad;
}

.datum, .adresse {
  color: #000;
  font-family: Raleway, sans-serif;
}

.checkbox-field {
  color: #000;
  text-align: left;
  font-family: Raleway, sans-serif;
}

.checkbox-field-2 {
  text-align: left;
}

.checkbox-field-3 {
  text-align: left;
  margin-bottom: 20px;
}

.welches-styling-h-ttest-du-gerne, .checkbox-label {
  color: #000;
  font-family: Raleway, sans-serif;
}

.checkbox-label-2, .checkbox-label-3 {
  font-family: Raleway, sans-serif;
}

.success-message {
  color: #000;
  background-color: #b1e7a6;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.text-block-9 {
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.error-message {
  background-color: #f89393;
}

.deine-nachricht {
  color: #000;
  font-family: Raleway, sans-serif;
}

.heading-78 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
}

.container-5 {
  background-color: #c5b8ad;
  border: 0 solid #000;
}

.link-block-24 {
  text-align: center;
  text-decoration: none;
}

.div-block-92 {
  text-align: center;
  border: 1px solid #000;
  display: none;
}

.text-field-3, .text-field-4, .text-field-5, .text-field-6, .textarea {
  margin-bottom: 20px;
}

.submit-button-2 {
  background-color: #c5b8ad;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.um-was-gehts {
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.field-label-4, .field-label-5 {
  color: #000;
  font-family: Raleway, sans-serif;
}

.telefonnummer {
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.text-field-7 {
  margin-bottom: 20px;
}

.gefunden {
  color: #000;
  font-family: Raleway, sans-serif;
}

.select-field-2, .text-field-8, .text-field-9, .select-field-3, .textarea-2 {
  margin-bottom: 20px;
}

.text-block-10 {
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.success-message-2 {
  color: #333;
  background-color: #4f9659;
}

.text-block-11, .error-message-2 {
  text-align: center;
}

.heading-79 {
  background-color: #dbcdbc6e;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.cta-wrapper-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Website-Phone.png');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center;
  width: 335px;
  height: 680px;
  padding: 100px 17px;
  display: grid;
  position: static;
  top: 0;
}

.cta-wrapper-main-text {
  background-image: url('../images/Manuel-Maier-Screenshot-Instagram---Fertigstellung.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 275px;
  height: 490px;
  display: block;
}

.cta-wrapper-main-text.home {
  background-image: url('../images/Insta-Bild-1-Sarah---Website-Überarbeitung.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-94, .container-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown.services {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 0;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-size: 12px;
}

.dropdown.services.nur {
  display: flex;
}

.dropdown-toggle {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.text-block-12 {
  font-family: "Monsterrat rgular 400", sans-serif;
}

.text-block-13 {
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-13.haar {
  display: none;
}

.link-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: block;
}

.dropdown-list.w--open {
  background-color: #f1e7dc;
  border: 1px solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  display: block;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: #f1e7dc;
  border: 1px solid #000;
}

.link-block-26 {
  grid-column-gap: 31px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mehr-dazu-button {
  background-color: #4a4b4d;
  border: 3px solid #fff;
  margin-left: 40px;
  font-family: "Monsterrat rgular 400", sans-serif;
}

.cell {
  justify-content: center;
  align-items: center;
}

.brautstyling-neu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.makeup-neu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.wrapper-neu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.berschrift-neu {
  justify-content: center;
  align-items: center;
}

.berschrift-neu.braut {
  border-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 20px;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
}

.bild-1-neu, .bild-2-neu {
  justify-content: center;
  align-items: center;
}

.text-neu {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-bersicht-neu, .text-bersicht-neu.haare-neu {
  text-align: left;
}

.bild-1-bersicht-neu {
  background-image: url('../images/bild-ft.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.bild-1-bersicht-neu.haare-neu {
  background-image: url('../images/probestyling-1.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.bild-1-bersicht-neu.makeup-bild-1-neu {
  background-image: url('../images/braut-makeup-2.0.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.bild-1-bersicht-neu.lifting-bild-1-neu {
  background-image: url('../images/brow-lifting.JPG');
  background-position: 50%;
  background-size: cover;
}

.bild-1-bersicht-neu.coaching-bild-1-neu {
  background-image: url('../images/gruppencoaching-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.bild-1-bersicht-neu.studio-bild-1-neu {
  background-image: url('../images/Studio-13.jpeg');
  background-position: 50%;
  background-size: cover;
}

.bild-1-bersicht-neu.gallerie-bild-1-neu {
  background-image: url('../images/gruppencoaching-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.bild-2-bersicht-neu {
  background-image: url('../images/bild-gh.jpeg');
  background-position: 50% 0;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.bild-2-bersicht-neu.haare-neu-2 {
  background-image: url('../images/braut-haarstyling-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.bild-2-bersicht-neu.makeup-bild-2-neu {
  background-image: url('../images/make-up-1.jpg');
  background-position: 80%;
  background-size: cover;
}

.bild-2-bersicht-neu.lifting-bild-2-neu {
  background-image: url('../images/Lifting-open-2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.bild-2-bersicht-neu.coaching-bild-2-neu {
  background-image: url('../images/Sarah-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.bild-2-bersicht-neu.studio-bild-2-neu {
  background-image: url('../images/Studio-8.jpeg');
  background-position: 50%;
  background-size: cover;
}

.bild-2-bersicht-neu.gallerie-bild-2-neu {
  background-image: url('../images/Gästestyling-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.button {
  background-color: #585c5f;
  border: 2px solid #fff;
}

.bold-text {
  color: #000;
  font-family: "Monsterrat rgular 400", sans-serif;
  font-weight: 400;
}

.bold-text.haare-neu {
  text-align: center;
}

.text-block-14 {
  text-align: center;
  background-color: #dbcdbc;
  padding: 10px;
  font-family: Raleway, sans-serif;
}

.div-block-95 {
  background-image: url('../images/erklären-3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.div-block-96 {
  background-image: url('../images/make-up-3.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.button-2 {
  background-color: #585c5f;
  border: 0 solid #dbcdbc;
}

.heading-80 {
  display: none;
}

.grid-56 {
  border-bottom: 0 solid #4b4b4b;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.sarah-bild {
  background-image: url('../images/Sarah-149.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 500px;
  margin-bottom: 100px;
}

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

.stephanie-text {
  text-align: center;
  position: static;
}

.stephanie-bild {
  background-image: url('../images/Sarah-145.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 500px;
  margin-top: 10px;
}

.section-6 {
  margin-top: 40px;
}

.team-berschrift {
  border-bottom: 0px solid var(--white);
  color: #000;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
}

.div-block-97 {
  background-color: #dbcdbc;
  border: 1px solid gray;
  margin-left: 100px;
  margin-right: 100px;
}

.text-block-15 {
  background-color: #dbcdbc;
  margin-bottom: 0;
  padding: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  line-height: 18px;
}

.text-block-16 {
  background-color: #dbcdbc;
  padding: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  line-height: 18px;
}

.section-7 {
  border-bottom: 1px solid gray;
  padding-bottom: 20px;
}

.stephanie-berschrift {
  text-align: center;
  background-color: #dbcdbc;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin-top: 10px;
  display: flex;
}

.sarah-berschrift {
  color: #fff;
  text-align: center;
  background-color: #dbcdbc;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  display: flex;
}

.heading-81 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
}

.heading-82 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fontsfree net brittanysignature, sans-serif;
  font-weight: 400;
  display: block;
}

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

.section-8, .section-9, .section-10 {
  display: none;
}

.div-block-98, .div-block-99 {
  margin-top: 20px;
}

.text-block-17 {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.div-block-100 {
  border: 2px solid #000;
  border-radius: 7px;
}

.image-3 {
  border: 2px solid #000;
  border-radius: 11px;
}

.image-4 {
  border: 2px solid #000;
  border-radius: 5px;
}

.section-11 {
  background-color: #efe7dd;
  border-bottom: 1px solid #000;
}

.cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.image-6, .image-7 {
  border: 2px solid #000;
  border-radius: 3px;
  flex: 1;
}

.image-8 {
  border: 2px solid #000;
  border-radius: 6px;
}

.image-9 {
  border: 2px solid #000;
  border-radius: 3px;
}

.heading-83 {
  text-align: center;
  margin-top: 60px;
  font-family: "Monsterrat rgular 400", sans-serif;
}

.container-7 {
  overflow: visible;
}

.slide-9 {
  background-image: url('../images/Sarah-Bild-6---Kopie.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Sarah-Bild-5---Kopie.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Sarah-Bild-2----Kopie.jpg');
  background-position: 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .navmen-punkt {
    flex: 0 auto;
    display: flex;
  }

  .navbar-dark-nav-button {
    flex-flow: row;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .navbar-dark-icon {
    color: #fff;
    justify-content: flex-end;
    display: flex;
  }

  ._3x2-1x6 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .grid-20.team {
    grid-row-gap: 34px;
  }

  .text-anfrage {
    font-size: 20px;
    line-height: 30px;
  }

  .text-preis-einzelcoaching, .bild-gruppenocaching {
    width: 225px;
    height: 225px;
  }

  .berschrift-sudio {
    width: 700px;
  }

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

  .braustyling {
    width: 250px;
    height: 250px;
  }

  .haarstyling {
    width: 225px;
    height: 225px;
  }

  .haarstyling.box, .make-up, .gallerie, .coaching {
    width: 250px;
    height: 250px;
  }

  .little-text-bersicht {
    font-size: 12px;
  }

  .heading-23, .heading-24 {
    font-size: 30px;
  }

  .div-block-49, .div-block-50 {
    width: 250px;
    height: 250px;
  }

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

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

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

  .heading-31, .heading-33 {
    text-align: center;
    font-size: 55px;
    line-height: 50px;
  }

  .heading-35 {
    text-align: center;
    font-size: 55px;
  }

  .heading-37 {
    font-size: 55px;
  }

  .heading-38, .heading-39 {
    font-size: 20px;
  }

  .heading-40 {
    font-size: 18px;
  }

  .heading-43 {
    font-size: 60px;
  }

  .heading-44 {
    text-align: center;
    font-size: 40px;
  }

  .heading-45, .heading-46 {
    text-align: center;
    font-size: 45px;
  }

  .heading-47 {
    text-align: center;
    font-size: 50px;
  }

  .heading-48 {
    text-align: center;
    font-size: 60px;
  }

  .heading-50, .heading-52, .heading-54, .heading-56 {
    font-size: 60px;
  }

  .heading-59 {
    font-size: 55px;
  }

  .div-block-53, .div-block-54 {
    width: 225px;
    height: 225px;
  }

  .heading-63 {
    font-size: 50px;
    line-height: 70px;
  }

  .text-block-6 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-55, .div-block-56 {
    width: 225px;
    height: 225px;
  }

  .heading-65 {
    font-size: 50px;
  }

  .text-block-7 {
    font-size: 12px;
    line-height: 18px;
  }

  .berschrift-gallerie, .div-block-59, .div-block-60, .div-block-61, .div-block-62, .div-block-63, .div-block-64, .div-block-65, .div-block-66, .div-block-67 {
    width: 700px;
  }

  .div-block-68 {
    width: 700px;
    height: 600px;
  }

  .div-block-69, .div-block-70, .div-block-71 {
    width: 700px;
  }

  .grid-53 {
    grid-column-gap: 0px;
  }

  .div-block-75, .div-block-76 {
    width: 300px;
  }

  .div-block-77 {
    width: 675px;
  }

  .div-block-78, .div-block-79 {
    width: 300px;
  }

  .div-block-80 {
    width: 300px;
    height: 400px;
  }

  .div-block-81, .div-block-82, .div-block-83 {
    width: 300px;
  }

  .div-block-84 {
    width: 675px;
  }

  .div-block-85, .div-block-86, .div-block-87, .div-block-88 {
    width: 300px;
  }

  .div-block-89 {
    width: 725px;
  }

  .heading-76, .heading-77 {
    font-size: 30px;
  }

  .section-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-78 {
    font-size: 25px;
  }

  .bild-1-bersicht-neu, .bild-2-bersicht-neu {
    width: 350px;
    height: 350px;
  }

  .text-block-14 {
    font-size: 12px;
  }

  .div-block-95, .div-block-96 {
    width: 225px;
    height: 225px;
  }

  .text-block-15, .text-block-16 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-dark-nav-button {
    flex-direction: row;
  }

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

  .heading-18, .heading-15, .heading-13 {
    font-size: 15px;
  }

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

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

  .bild-haarstyling {
    width: 300px;
    height: 300px;
    margin-left: 10px;
  }

  .bild-haarstyling.team {
    width: 400px;
    height: 300px;
    margin-left: 0;
  }

  .bild-haarstyling.team.schulungen {
    width: 500px;
  }

  .bild-lash-lifting {
    width: 300px;
    height: 300px;
    margin-left: 10px;
  }

  .text-preis-einzelcoaching {
    width: 175px;
    height: 175px;
  }

  .text-preis-einzelcoaching.workshop-makeup {
    width: 200px;
    height: 200px;
  }

  .bild-gruppenocaching {
    width: 175px;
    height: 175px;
  }

  .berschrift-sudio {
    width: 550px;
  }

  .bilder-studio {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-25 {
    place-items: stretch stretch;
  }

  .text-block {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .braustyling {
    width: 200px;
    height: 200px;
  }

  .haarstyling {
    width: 150px;
    height: 150px;
  }

  .haarstyling.box, .make-up, .gallerie, .coaching {
    width: 200px;
    height: 200px;
  }

  .studio {
    color: #000;
  }

  .slider {
    width: 400px;
    height: 600px;
  }

  .little-text-bersicht {
    font-size: 12px;
  }

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

  .heading-22 {
    font-size: 25px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .heading-23, .heading-24 {
    font-size: 25px;
  }

  .heading-25, .heading-26 {
    font-size: 30px;
  }

  .div-block-49, .div-block-50 {
    width: 200px;
    height: 200px;
  }

  .heading-27, .heading-28, .heading-29 {
    font-size: 30px;
  }

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

  .heading-31 {
    font-size: 45px;
  }

  .heading-32 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brow-lifting-bild {
    width: 300px;
    height: 300px;
    margin-left: 10px;
  }

  .heading-33 {
    font-size: 45px;
  }

  .heading-34 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brow-styling-bild {
    width: 300px;
    height: 300px;
    margin-left: 10px;
  }

  .heading-35 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-36 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .waxing-bild {
    width: 300px;
    height: 300px;
    margin-left: 10px;
  }

  .heading-38 {
    margin-left: 10px;
    font-size: 15px;
  }

  .heading-39 {
    font-size: 15px;
  }

  .heading-40 {
    margin-right: 10px;
    font-size: 13px;
  }

  .heading-41.braut {
    font-size: 30px;
    line-height: 35px;
  }

  .bild-1.probestyling, .bild-1.braut-gesamt, .bild-1.braut-makeup, .bild-1.breaut-haare, .bild-1.g-stestyling {
    width: 300px;
    height: 300px;
  }

  .heading-42 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px;
  }

  .heading-43 {
    font-size: 50px;
  }

  .heading-45 {
    font-size: 35px;
    line-height: 60px;
  }

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

  .heading-47 {
    font-size: 45px;
  }

  .bild-2.tagesmakeup, .bild-2.abendmakeup, .bild-2.ballmakeup, .bild-2.fotoshooting, .bild-2.lashes {
    width: 300px;
    height: 300px;
    margin-left: 10px;
  }

  .heading-48 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-49 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-50 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-51 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-52 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-53 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-54 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-55 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 40px;
  }

  .heading-56 {
    font-size: 45px;
    line-height: 40px;
  }

  .heading-57 {
    margin-left: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-58 {
    margin-right: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-59 {
    font-size: 45px;
  }

  .heading-60 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-53 {
    width: 175px;
    height: 175px;
  }

  .div-block-53.makeup-workshop {
    width: 200px;
    height: 200px;
  }

  .div-block-54 {
    width: 175px;
    height: 175px;
  }

  .heading-63 {
    font-size: 40px;
  }

  .text-block-6 {
    line-height: 16px;
  }

  .text-block-6.schulungen {
    margin-right: 10px;
  }

  .heading-64 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-55, .div-block-56 {
    width: 175px;
    height: 175px;
  }

  .heading-65 {
    font-size: 40px;
  }

  .text-block-7 {
    line-height: 16px;
  }

  .text-block-7.schulungen {
    margin-right: 10px;
    padding: 10px;
  }

  .heading-66 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .berschrift-gallerie {
    width: 550px;
    height: 400px;
  }

  .grid-46, .heading-71 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-59, .div-block-60 {
    width: 550px;
  }

  .div-block-61 {
    background-image: url('../images/5ee71a4c-b16b-407d-8d50-fd32883b2c42.jpeg');
    width: 550px;
  }

  .div-block-62 {
    width: 550px;
  }

  .heading-72 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-63, .div-block-64, .div-block-65, .div-block-66 {
    width: 550px;
  }

  .heading-73 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-67, .div-block-68, .div-block-69, .div-block-70 {
    width: 550px;
  }

  .heading-74 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-71, .div-block-72, .div-block-73, .div-block-74 {
    width: 550px;
  }

  .heading-75 {
    font-size: 15px;
    line-height: 30px;
  }

  .text-block-8 {
    font-size: 12px;
    line-height: 18px;
  }

  .grid-53 {
    grid-column-gap: 0px;
  }

  .div-block-75, .div-block-76 {
    width: 200px;
    height: 400px;
  }

  .div-block-77 {
    width: 475px;
  }

  .div-block-78 {
    width: 200px;
    height: 400px;
  }

  .div-block-79, .div-block-80, .div-block-81, .div-block-82, .div-block-83 {
    width: 200px;
  }

  .div-block-84 {
    width: 475px;
  }

  .div-block-85, .div-block-86, .div-block-87, .div-block-88 {
    width: 200px;
  }

  .div-block-89 {
    width: 575px;
  }

  .section-5, .form {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-78 {
    font-size: 20px;
  }

  .container-5 {
    background-color: #0000;
    border-width: 0;
  }

  .div-block-92 {
    background-color: #c5b8ad;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-79 {
    font-size: 20px;
    line-height: 30px;
  }

  .dropdown-list {
    flex-wrap: nowrap;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .bild-1-bersicht-neu, .bild-2-bersicht-neu {
    width: 250px;
    height: 300px;
  }

  .text-block-14 {
    line-height: 16px;
  }

  .div-block-95, .div-block-96 {
    width: 200px;
    height: 200px;
  }

  .sarah-bild, .stephanie-bild {
    width: 300px;
    height: 400px;
  }

  .team-berschrift {
    font-size: 35px;
    line-height: 50px;
  }

  .text-block-15, .text-block-16 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10px;
    line-height: 12px;
  }

  .stephanie-berschrift, .sarah-berschrift {
    width: 150px;
    height: 75px;
  }

  .heading-81, .heading-82 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-17, .image-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-2 {
    flex-flow: column;
  }

  .cell-3 {
    flex-flow: row;
  }

  .image-7 {
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .navbar-dark {
    opacity: 1;
  }

  .navbar-dark.sarah {
    display: block;
  }

  .navmen-punkt:active {
    background-color: #0000001a;
  }

  .navbar-dark-nav-button {
    flex-direction: row;
  }

  .navbar-dark-nav-button:hover {
    background-color: #fff;
  }

  .div-block.bild-logo-1 {
    width: 300px;
    height: 200px;
  }

  .footer-high-gloss-car.sarah-make-up-artist {
    display: block;
  }

  .heading-18 {
    font-size: 10px;
  }

  .grid-9 {
    grid-column-gap: 10px;
  }

  .heading-15, .heading-14, .heading-13 {
    font-size: 10px;
  }

  .grid-12 {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
  }

  .ber-mich-bild {
    text-align: center;
    background-image: none;
    width: 250px;
    height: 400px;
  }

  .heading-19.makeup {
    font-size: 30px;
  }

  .heading-19.braut {
    font-size: 25px;
    line-height: 30px;
  }

  .grid-19 {
    grid-row-gap: 0px;
  }

  .grid-20.team {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .text-anfrage {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 19px;
  }

  .bild-haarstyling {
    width: 200px;
    height: 250px;
  }

  .bild-haarstyling.team {
    width: 300px;
  }

  .bild-haarstyling.team.schulungen {
    background-position: 50% 100%;
    width: 300px;
    height: 400px;
  }

  .lash-lifting {
    grid-column-gap: 0px;
  }

  .bild-lash-lifting {
    width: 200px;
    height: 250px;
    margin-left: 10px;
    margin-right: 0;
  }

  .text-preis-lash-lifting {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
  }

  .grid-21 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-preis-einzelcoaching {
    width: 100px;
    height: 125px;
  }

  .text-preis-einzelcoaching.workshop-makeup {
    width: 150px;
    height: 250px;
  }

  .text-preis-einzelcoaching.schulungen {
    background-position: 0%;
    height: 150px;
  }

  .grid-22 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .bild-gruppenocaching {
    width: 100px;
    height: 125px;
  }

  .bild-gruppenocaching.schulungen {
    height: 150px;
  }

  .berschrift-sudio {
    width: 320px;
  }

  .text-ber-mich {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 0 solid #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .heading-20 {
    font-size: 25px;
    line-height: 40px;
  }

  .text-block {
    color: #000;
    text-align: center;
    column-count: auto;
    white-space: normal;
    direction: ltr;
    padding-left: 30px;
    padding-right: 5px;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 10px;
  }

  .text-block.award {
    font-weight: 300;
    line-height: 25px;
  }

  .text-block.award.main {
    font-weight: 300;
  }

  .text-block.home {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 20px;
  }

  .grid-26 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .grid-27 {
    grid-column-gap: 0px;
    place-items: center;
  }

  .braustyling {
    width: 150px;
    height: 150px;
    margin-left: 10px;
  }

  .haarstyling {
    width: 100px;
    height: 100px;
  }

  .haarstyling.box {
    width: 150px;
    height: 150px;
  }

  .make-up {
    width: 150px;
    height: 150px;
    margin-right: 10px;
  }

  .gallerie, .coaching {
    width: 150px;
    height: 150px;
  }

  .studio, .texte-lifting-und-studio {
    font-size: 10px;
  }

  .slider {
    width: 300px;
    height: 400px;
  }

  .grid-30 {
    place-content: center;
    place-items: center;
  }

  .hero-text {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .little-text-bersicht {
    margin-left: 0;
    margin-right: 0;
    font-size: 10px;
  }

  .little-text-bersicht.teil-2 {
    color: #000;
  }

  .heading-21 {
    font-size: 35px;
    line-height: 50px;
  }

  .heading-22 {
    font-size: 18px;
    line-height: 50px;
  }

  .text-block-2 {
    font-size: 10px;
  }

  .heading-23 {
    color: #000;
    font-size: 25px;
  }

  .heading-24 {
    color: #000;
    font-size: 18px;
  }

  .heading-25, .heading-26 {
    color: #000;
    font-size: 25px;
  }

  .div-block-49, .div-block-50 {
    width: 150px;
    height: 150px;
  }

  .heading-27, .heading-28 {
    color: #000;
    font-size: 25px;
  }

  .heading-29 {
    font-size: 25px;
  }

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

  .div-block-51 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .image-2 {
    width: 75px;
    height: 75px;
  }

  .slide-7 {
    background-position: 50%;
    width: 150px;
    height: 150px;
  }

  .slide-8 {
    width: 150px;
    height: 150px;
  }

  .heading-31 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 80px;
  }

  .grid-36 {
    grid-column-gap: 0px;
  }

  .heading-32 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    line-height: 40px;
  }

  .brow-lifting-bild {
    background-image: url('../images/Lifting-open-2.jpeg');
    width: 200px;
    height: 250px;
    margin-left: 10px;
  }

  .brow-lifting-text {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-33 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 80px;
  }

  .heading-34 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    line-height: 40px;
  }

  .brow-styling-bild {
    width: 200px;
    height: 250px;
  }

  .brow-styling-text {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-35 {
    font-size: 30px;
    line-height: 80px;
  }

  .heading-35.men {
    line-height: 50px;
  }

  .heading-36 {
    font-size: 25px;
    line-height: 40px;
  }

  .waxing-bild {
    width: 200px;
    height: 250px;
  }

  .waxing-text {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-37 {
    font-size: 30px;
    line-height: 80px;
  }

  .heading-38, .heading-39 {
    font-size: 9px;
  }

  .heading-40 {
    font-size: 7px;
  }

  .heading-41 {
    font-size: 25px;
    line-height: 40px;
  }

  .heading-41.braut {
    font-size: 22px;
    line-height: 30px;
  }

  .bild-1.probestyling {
    width: 200px;
    height: 250px;
    margin-left: 10px;
  }

  .bild-1.braut-gesamt {
    background-image: url('../images/Sarah-Bild-2----Kopie.jpg');
    background-position: 50% 100%;
    width: 200px;
    height: 250px;
    margin-left: 10px;
  }

  .bild-1.braut-makeup, .bild-1.breaut-haare, .bild-1.g-stestyling {
    width: 200px;
    height: 250px;
    margin-left: 10px;
  }

  .text-1.probestyling {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  .text-1.braut-gesamt, .text-1.braut-make-up, .text-1.braut-haare {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .text-1.g-stestyling {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-42 {
    font-size: 18px;
    line-height: 30px;
  }

  .heading-43 {
    font-size: 25px;
    line-height: 80px;
  }

  .heading-44 {
    font-size: 25px;
    font-weight: 400;
    line-height: 80px;
  }

  .heading-45 {
    font-size: 30px;
    line-height: 80px;
  }

  .heading-46 {
    font-size: 25px;
    line-height: 80px;
  }

  .heading-47 {
    font-size: 30px;
    line-height: 80px;
  }

  .grid-40 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bild-2.tagesmakeup {
    width: 200px;
    height: 250px;
  }

  .bild-2.abendmakeup, .bild-2.ballmakeup {
    width: 200px;
    height: 250px;
    margin-left: 10px;
  }

  .bild-2.fotoshooting {
    background-image: url('../images/Fotoshooting-1.jpeg');
    width: 200px;
    height: 250px;
    margin-left: 10px;
  }

  .bild-2.lashes {
    width: 200px;
    height: 250px;
    margin-left: 10px;
  }

  .text-2.tagesmakeup {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Raleway, sans-serif;
    font-size: 11px;
    line-height: 18px;
  }

  .text-2.abendmakeuop, .text-2.ballmakeup, .text-2.fotoshooting {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-48 {
    text-align: center;
    font-size: 33px;
    line-height: 80px;
  }

  .heading-49 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-50 {
    text-align: center;
    font-size: 30px;
    line-height: 80px;
  }

  .heading-51 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-52 {
    text-align: center;
    font-size: 30px;
    line-height: 80px;
  }

  .heading-53 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-54 {
    font-size: 30px;
    line-height: 80px;
  }

  .heading-55 {
    font-size: 9px;
    line-height: 30px;
  }

  .heading-56 {
    font-size: 40px;
    line-height: 80px;
  }

  .text-block-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-4, .text-block-5 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-57, .heading-58 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-59 {
    font-size: 25px;
    line-height: 80px;
  }

  .heading-60 {
    font-size: 20px;
    line-height: 30px;
  }

  .grid-43 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .slider-2 {
    width: 150px;
    height: 150px;
  }

  .heading-62 {
    line-height: 8.5px;
  }

  .div-block-53 {
    width: 100px;
    height: 125px;
  }

  .div-block-53.makeup-workshop {
    width: 150px;
    height: 250px;
  }

  .div-block-53.schulungen {
    height: 150px;
  }

  .div-block-54 {
    width: 100px;
    height: 125px;
  }

  .div-block-54.schulungen {
    height: 150px;
  }

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

  .heading-63.schulungen {
    font-size: 30px;
    line-height: 50px;
  }

  .text-block-6.makeupworkshop {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-64 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-55 {
    width: 100px;
    height: 125px;
  }

  .div-block-55.schulungen {
    background-position: 80%;
    height: 150px;
  }

  .div-block-56 {
    width: 100px;
    height: 125px;
  }

  .div-block-56.schulungen {
    height: 150px;
  }

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

  .heading-65.schulungen {
    font-size: 30px;
    line-height: 50px;
  }

  .text-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-66 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    line-height: 40px;
  }

  .berschrift-gallerie {
    width: 360px;
    height: 300px;
  }

  .heading-67, .heading-68, .heading-69, .heading-70 {
    font-size: 25px;
  }

  .heading-71 {
    font-size: 25px;
    line-height: 80px;
  }

  .div-block-59, .div-block-60, .div-block-61, .div-block-62 {
    width: 360px;
  }

  .heading-72 {
    font-size: 25px;
    line-height: 80px;
  }

  .div-block-63 {
    width: 360px;
    height: 400px;
  }

  .div-block-64 {
    width: 360px;
  }

  .div-block-65 {
    width: 360px;
    height: 400px;
  }

  .div-block-66 {
    width: 360px;
  }

  .heading-73 {
    font-size: 25px;
    line-height: 80px;
  }

  .div-block-67 {
    width: 360px;
  }

  .div-block-68 {
    background-position: 100%;
    width: 360px;
  }

  .div-block-69, .div-block-70 {
    width: 360px;
  }

  .heading-74 {
    font-size: 25px;
    font-weight: 400;
    line-height: 80px;
  }

  .div-block-71 {
    background-image: url('../images/photo-output_5.jpeg');
    background-position: 0%;
    width: 360px;
  }

  .div-block-72, .div-block-73, .div-block-74 {
    width: 360px;
    height: 400px;
  }

  .heading-75 {
    line-height: 25px;
  }

  .text-block-8 {
    padding: 10px 20px 20px;
  }

  .grid-53 {
    grid-column-gap: 0px;
  }

  .div-block-75, .div-block-76 {
    width: 160px;
    height: 300px;
  }

  .div-block-77 {
    width: 320px;
  }

  .div-block-78, .div-block-79, .div-block-80, .div-block-81, .div-block-82, .div-block-83 {
    width: 160px;
    height: 300px;
  }

  .div-block-84 {
    width: 320px;
  }

  .div-block-85, .div-block-86, .div-block-87, .div-block-88 {
    width: 160px;
    height: 300px;
  }

  .div-block-89 {
    width: 360px;
  }

  .heading-76 {
    font-size: 25px;
  }

  .heading-77 {
    font-size: 23px;
  }

  .heading-78 {
    font-size: 15px;
  }

  .heading-79 {
    font-size: 15px;
    line-height: 20px;
  }

  .berschrift-neu.braut {
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
  }

  .text-neu, .mehr-dazu-button-neu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-bersicht-neu {
    line-height: 10px;
  }

  .bild-1-bersicht-neu, .bild-2-bersicht-neu {
    width: 175px;
    height: 200px;
  }

  .bold-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .text-block-14 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-95, .div-block-96 {
    width: 150px;
    height: 250px;
  }

  .button-2 {
    margin-left: 10px;
  }

  .grid-56 {
    place-content: center;
    place-items: center;
  }

  .sarah-bild {
    width: 300px;
    height: 400px;
    margin: 10px;
  }

  .stephanie-text {
    margin-top: 0;
  }

  .stephanie-bild {
    width: 300px;
    margin: 10px;
  }

  .team-berschrift {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-97.schulungen {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-15 {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 15px;
  }

  .text-block-16 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .stephanie-berschrift {
    width: 150px;
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .sarah-berschrift {
    width: 150px;
    height: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-81 {
    margin-bottom: 0;
  }

  .quick-stack {
    padding: 10px;
  }

  .text-block-17 {
    color: #000;
    padding-left: 30px;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
  }

  .text-block-17.braut-winning {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-width: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-3 {
    vertical-align: baseline;
  }

  .image-5 {
    border: 2px solid #000;
    border-radius: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-6, .image-8, .image-9 {
    flex: 1;
  }

  .heading-83 {
    margin-top: 20px;
    font-size: 20px;
  }
}

#w-node-_2d771fb3-13d0-f21b-bef7-533fe56502db-8a1127ca {
  place-self: center;
}

#w-node-_0ab001fb-794d-546e-13af-dbe276f96850-8a1127ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c0118250-c9c2-9f40-1070-2542c201cf01-8a1127ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa571378-8d7e-6dc0-cb44-73760a41fbf6-8a1127ca {
  place-self: center;
}

#w-node-_00a9fb50-8e9c-271a-de20-d67109c5f9df-8a1127ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_28d1f1a4-f702-e9d8-eba9-a441962dcdfb-8a1127ca, #w-node-de9272d1-59cc-aab8-ece1-c7f3ea7ea8ab-8a1127ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_353d153e-4643-4f87-5445-921340839ec0-8a1127ca {
  align-self: center;
}

#w-node-_5de81212-e261-d79c-6e29-7e696ba905f5-8a1127ca, #w-node-b7b07e17-d7a9-d748-0a50-9bc162d6788d-8a1127ca, #w-node-_4128c80a-b8ad-a3b2-512a-65e0f97c1b29-8a1127ca {
  place-self: center;
}

#w-node-_3865e3c4-227b-99de-d4b1-17f6f8c4d6dd-8a1127ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-f3a9080c-c1c6-70f8-2107-54eae620a718-8a1127ca {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a09be9-a1bd-6b29-1d4d-1ed8966fc466-8a1127ca, #w-node-e78290b9-c185-117f-e28c-83d33a98c0c6-8a1127ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05aa0c50-0afa-05da-9339-b2752fd54c52-8a1127ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_282a601d-62d6-23d5-2cb1-ed6bd10c3249-8a1127ca {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3ddf834f-b0b5-3520-c4e2-8cbb75252461-8a1127ca {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-edddb835-b04d-f1ac-c844-c903a7a2665f-8a1127ca, #w-node-b0ded296-6dfa-93b7-fb1a-15a9ca2ef7ec-8a1127ca, #w-node-_44bdb560-aac4-6c93-45a5-5f05502ffd15-8a1127ca {
  grid-column: span 2 / span 2;
}

#w-node-_7c3c0e5e-825d-1009-f321-b5245ea23f7f-8a1127ca {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7c3c0e5e-825d-1009-f321-b5245ea23f80-8a1127ca, #w-node-_7c3c0e5e-825d-1009-f321-b5245ea23f87-8a1127ca, #w-node-_7c3c0e5e-825d-1009-f321-b5245ea23f8c-8a1127ca {
  grid-column: span 2 / span 2;
}

#w-node-fecf3f94-d8be-1066-4ff9-0f1788bdcaa9-8a1127ca {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fecf3f94-d8be-1066-4ff9-0f1788bdcaaa-8a1127ca, #w-node-fecf3f94-d8be-1066-4ff9-0f1788bdcab1-8a1127ca, #w-node-fecf3f94-d8be-1066-4ff9-0f1788bdcabc-8a1127ca {
  grid-column: span 2 / span 2;
}

#w-node-f2de2111-f32f-e742-515a-a756c4034b3b-8a1127ca {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f2de2111-f32f-e742-515a-a756c4034b3c-8a1127ca, #w-node-f2de2111-f32f-e742-515a-a756c4034b43-8a1127ca, #w-node-f2de2111-f32f-e742-515a-a756c4034b4e-8a1127ca {
  grid-column: span 2 / span 2;
}

#w-node-_9ce06f25-0dcb-7946-58a2-ba5b61b9eada-8a1127ca {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9ce06f25-0dcb-7946-58a2-ba5b61b9eadb-8a1127ca, #w-node-_9ce06f25-0dcb-7946-58a2-ba5b61b9eae2-8a1127ca, #w-node-_9ce06f25-0dcb-7946-58a2-ba5b61b9eaed-8a1127ca {
  grid-column: span 2 / span 2;
}

#w-node-_0198d91f-cea1-4450-9791-2726078246c9-8a1127ca {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0198d91f-cea1-4450-9791-2726078246ca-8a1127ca, #w-node-_0198d91f-cea1-4450-9791-2726078246d1-8a1127ca, #w-node-_0198d91f-cea1-4450-9791-2726078246dc-8a1127ca {
  grid-column: span 2 / span 2;
}

#w-node-f3297f31-1144-d7d4-03ff-34fed0aebe68-8a1127ca {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f3297f31-1144-d7d4-03ff-34fed0aebe69-8a1127ca, #w-node-f3297f31-1144-d7d4-03ff-34fed0aebe70-8a1127ca, #w-node-f3297f31-1144-d7d4-03ff-34fed0aebe7b-8a1127ca {
  grid-column: span 2 / span 2;
}

#w-node-_96832f97-6759-76bc-4123-2ed3f26fa29f-8a1127ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d9ff5fd-431a-5b41-0ce8-1f8ea79259f0-8a1127ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_1e5eaf0d-6193-c7d2-b7d2-9d1e5d392a79-8a1127ca {
  place-self: center;
}

#w-node-_7bf65b1e-1f73-9e16-471f-2c407e3dfdd4-8a1127ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbb8a9c9-a7a3-ef87-4ce4-36ee7a58f4c4-8a1127ca, #w-node-bbb8a9c9-a7a3-ef87-4ce4-36ee7a58f4c8-8a1127ca, #w-node-bbb8a9c9-a7a3-ef87-4ce4-36ee7a58f4cb-8a1127ca, #w-node-bbb8a9c9-a7a3-ef87-4ce4-36ee7a58f4cf-8a1127ca, #w-node-bbb8a9c9-a7a3-ef87-4ce4-36ee7a58f4d3-8a1127ca {
  place-self: center;
}

#w-node-bbb8a9c9-a7a3-ef87-4ce4-36ee7a58f4d7-8a1127ca, #w-node-bbb8a9c9-a7a3-ef87-4ce4-36ee7a58f4da-8a1127ca {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-bbb8a9c9-a7a3-ef87-4ce4-36ee7a58f4e0-8a1127ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec999694-1498-7c82-2e9f-ebfdad834f7a-fc9a0fd5 {
  align-self: center;
}

#w-node-_1f6ecb20-9291-9986-740e-8d3157f9a98a-fc9a0fd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec999694-1498-7c82-2e9f-ebfdad834f82-fc9a0fd5 {
  place-self: center;
}

#w-node-ec999694-1498-7c82-2e9f-ebfdad834f84-fc9a0fd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-ec999694-1498-7c82-2e9f-ebfdad834f87-fc9a0fd5 {
  place-self: center;
}

#w-node-ec999694-1498-7c82-2e9f-ebfdad834f89-fc9a0fd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_0bc3ba8a-dbfb-467b-fd66-df4a59fd484a-fc9a0fd5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e8d444d-52d5-695b-ab43-a983423bcd70-fc9a0fd5, #w-node-cfd27890-a719-ba83-2402-ba11893cde6f-fc9a0fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0dfddaae-e687-ce64-7c0b-83bde7f99d46-fc9a0fd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_99156852-b3ec-2b3f-1c1c-198fee5cdbfc-fc9a0fd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6616cb38-31ea-ba44-2c1d-90a643c74929-fc9a0fd5, #w-node-_6616cb38-31ea-ba44-2c1d-90a643c7492a-fc9a0fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6616cb38-31ea-ba44-2c1d-90a643c7492b-fc9a0fd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_6616cb38-31ea-ba44-2c1d-90a643c7492c-fc9a0fd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2291db1a-28f3-d508-09dd-6a34d3306a9b-fc9a0fd5, #w-node-_2291db1a-28f3-d508-09dd-6a34d3306a9c-fc9a0fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2291db1a-28f3-d508-09dd-6a34d3306a9d-fc9a0fd5, #w-node-_2291db1a-28f3-d508-09dd-6a34d3306a9e-fc9a0fd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38a2725a-43eb-5236-3245-8fc6e2943d9e-fc9a0fd5, #w-node-_38a2725a-43eb-5236-3245-8fc6e2943d9f-fc9a0fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38a2725a-43eb-5236-3245-8fc6e2943da0-fc9a0fd5, #w-node-_38a2725a-43eb-5236-3245-8fc6e2943da1-fc9a0fd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_53cc2887-620e-92d9-c564-3d1500382de7-fc9a0fd5, #w-node-_53cc2887-620e-92d9-c564-3d1500382de8-fc9a0fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_53cc2887-620e-92d9-c564-3d1500382de9-fc9a0fd5, #w-node-_53cc2887-620e-92d9-c564-3d1500382dea-fc9a0fd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4aa2137f-08a1-86e3-bc0c-8b931b59e2bf-fc9a0fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4aa2137f-08a1-86e3-bc0c-8b931b59e2c0-fc9a0fd5 {
  place-self: center;
}

#w-node-_4aa2137f-08a1-86e3-bc0c-8b931b59e2c1-fc9a0fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_64f791b6-125e-cbba-4371-f4b3572a05d4-fc9a0fd5, #w-node-_64f791b6-125e-cbba-4371-f4b3572a05d8-fc9a0fd5, #w-node-_64f791b6-125e-cbba-4371-f4b3572a05dc-fc9a0fd5, #w-node-_64f791b6-125e-cbba-4371-f4b3572a05e0-fc9a0fd5, #w-node-_64f791b6-125e-cbba-4371-f4b3572a05e4-fc9a0fd5 {
  place-self: center;
}

#w-node-_64f791b6-125e-cbba-4371-f4b3572a05e8-fc9a0fd5, #w-node-_64f791b6-125e-cbba-4371-f4b3572a05eb-fc9a0fd5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-_64f791b6-125e-cbba-4371-f4b3572a05f1-fc9a0fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5037d8a6-3142-85ab-00c8-c98357339cd3-4bb783ce, #w-node-_41051da5-6517-8e4e-c7f8-b4bb4033f277-4bb783ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_298e550b-5cd7-b34e-8600-b4c3fd9fe268-4bb783ce, #w-node-c430eda6-7030-66c2-790e-d7eaebea70c5-4bb783ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b855a4d-563c-abcb-d9cb-a7bcb2df6662-4bb783ce, #w-node-_1b855a4d-563c-abcb-d9cb-a7bcb2df6663-4bb783ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1b855a4d-563c-abcb-d9cb-a7bcb2df6664-4bb783ce, #w-node-_1b855a4d-563c-abcb-d9cb-a7bcb2df6665-4bb783ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5b6b5f2-e0b0-5e97-bdac-1b9c77684d3a-4bb783ce, #w-node-d5b6b5f2-e0b0-5e97-bdac-1b9c77684d3b-4bb783ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d5b6b5f2-e0b0-5e97-bdac-1b9c77684d3c-4bb783ce, #w-node-d5b6b5f2-e0b0-5e97-bdac-1b9c77684d3d-4bb783ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8e05668-4aa9-1129-57e8-80ed5eeca4f7-4bb783ce, #w-node-e8e05668-4aa9-1129-57e8-80ed5eeca4f8-4bb783ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e8e05668-4aa9-1129-57e8-80ed5eeca4f9-4bb783ce, #w-node-e8e05668-4aa9-1129-57e8-80ed5eeca4fa-4bb783ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f551ad8-6061-291e-ed07-f711d22477ee-4bb783ce, #w-node-_6f551ad8-6061-291e-ed07-f711d22477ef-4bb783ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6f551ad8-6061-291e-ed07-f711d22477f0-4bb783ce, #w-node-d7a4fb33-cd27-310d-c80c-4159bcb6d6f8-4bb783ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-beda8c1f-0231-235d-1efe-24f728e34b08-4bb783ce, #w-node-ded558b0-7ad5-62f1-7273-1b49aa29519f-4bb783ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6f551ad8-6061-291e-ed07-f711d22477f1-4bb783ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_697bce0a-f6df-55db-43f4-66695609d638-4bb783ce, #w-node-_8d1e14cf-93bc-c72e-ab32-38c726c303bc-4bb783ce, #w-node-_11a65a3c-30b3-2b02-146d-ad17bb8298d5-4bb783ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11a65a3c-30b3-2b02-146d-ad17bb8298d6-4bb783ce {
  place-self: center;
}

#w-node-_11a65a3c-30b3-2b02-146d-ad17bb8298d7-4bb783ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1c94d15e-5568-31e2-2db7-53cfd5987757-4bb783ce, #w-node-_1c94d15e-5568-31e2-2db7-53cfd598775b-4bb783ce, #w-node-_1c94d15e-5568-31e2-2db7-53cfd598775f-4bb783ce, #w-node-_1c94d15e-5568-31e2-2db7-53cfd5987763-4bb783ce, #w-node-_1c94d15e-5568-31e2-2db7-53cfd5987767-4bb783ce {
  place-self: center;
}

#w-node-_1c94d15e-5568-31e2-2db7-53cfd598776b-4bb783ce, #w-node-_1c94d15e-5568-31e2-2db7-53cfd598776e-4bb783ce {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-_1c94d15e-5568-31e2-2db7-53cfd5987774-4bb783ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8930b41-ed29-8d91-4db4-e5f2e2fb6358-d0879dcb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_3fcd75f7-3410-b203-9233-ea912d106dce-d0879dcb, #w-node-cfe23a40-48da-d2eb-2c8f-b2f744ce539d-d0879dcb, #w-node-_53e13e20-bd49-1391-c3e0-aa11540311c9-d0879dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6d0b000e-9886-9a11-c752-d5e854a8d125-d0879dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d0b000e-9886-9a11-c752-d5e854a8d126-d0879dcb {
  place-self: center;
}

#w-node-_6d0b000e-9886-9a11-c752-d5e854a8d127-d0879dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bfd765e8-0856-3f06-0b3c-7c43cdc03f6f-d0879dcb, #w-node-bfd765e8-0856-3f06-0b3c-7c43cdc03f73-d0879dcb, #w-node-bfd765e8-0856-3f06-0b3c-7c43cdc03f77-d0879dcb, #w-node-bfd765e8-0856-3f06-0b3c-7c43cdc03f7b-d0879dcb, #w-node-bfd765e8-0856-3f06-0b3c-7c43cdc03f7f-d0879dcb {
  place-self: center;
}

#w-node-bfd765e8-0856-3f06-0b3c-7c43cdc03f83-d0879dcb, #w-node-bfd765e8-0856-3f06-0b3c-7c43cdc03f86-d0879dcb {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-bfd765e8-0856-3f06-0b3c-7c43cdc03f8c-d0879dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88bf8201-ae9c-ff31-ef6f-e07c8ab78157-3cea2781, #w-node-ff94750a-6706-1a28-d0e8-6f89d3d57552-3cea2781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9c91b6d6-f96b-b07a-10f8-5b371fc595ab-3cea2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-b3dfbb74-56b4-e985-7b56-78a0f18322c3-3cea2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b31bf76-d3ec-cdea-f7e5-b1842a9c4bd9-3cea2781, #w-node-_9b31bf76-d3ec-cdea-f7e5-b1842a9c4bda-3cea2781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9b31bf76-d3ec-cdea-f7e5-b1842a9c4bdd-3cea2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_9b31bf76-d3ec-cdea-f7e5-b1842a9c4be5-3cea2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_0d96d7cf-d4d4-8799-6e3f-8f89f898d975-3cea2781, #w-node-_0d96d7cf-d4d4-8799-6e3f-8f89f898d976-3cea2781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d96d7cf-d4d4-8799-6e3f-8f89f898d977-3cea2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_1c13e2fa-3d7b-0673-7b54-48176ecdd8ff-3cea2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-e8491797-a362-1776-5b68-5aac59211ee5-3cea2781, #w-node-e8491797-a362-1776-5b68-5aac59211ee6-3cea2781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e8491797-a362-1776-5b68-5aac59211ee7-3cea2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_4c65ef8f-936b-d7ae-d5a5-aac46b9061f6-3cea2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37d3f371-6636-1627-b73f-1a8dd3846d2d-3cea2781, #w-node-_37d3f371-6636-1627-b73f-1a8dd3846d2e-3cea2781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37d3f371-6636-1627-b73f-1a8dd3846d31-3cea2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_37d3f371-6636-1627-b73f-1a8dd3846d3d-3cea2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf241331-79e5-8f58-2d0f-a84022b83105-3cea2781, #w-node-cf241331-79e5-8f58-2d0f-a84022b83106-3cea2781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cf241331-79e5-8f58-2d0f-a84022b83107-3cea2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_87b01d2d-eedc-9c69-6232-6f26176866cd-3cea2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60ef402a-16de-b1f8-7cb7-47d86a918e01-3cea2781, #w-node-f6922d7f-b7c9-6160-9fcf-b51af23942b7-3cea2781, #w-node-_0e6ad427-790e-11cb-ed29-121371cc7344-3cea2781, #w-node-db6320f0-0715-19f6-bdbc-e5e11bebe519-3cea2781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b433b19-3a76-a2d7-d67a-0a3c203ca5c9-3cea2781 {
  place-self: center;
}

#w-node-db6320f0-0715-19f6-bdbc-e5e11bebe51a-3cea2781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-eeece24b-b4da-ebb8-2ab5-b9e86c84d86d-3cea2781, #w-node-eeece24b-b4da-ebb8-2ab5-b9e86c84d871-3cea2781, #w-node-eeece24b-b4da-ebb8-2ab5-b9e86c84d875-3cea2781, #w-node-eeece24b-b4da-ebb8-2ab5-b9e86c84d879-3cea2781, #w-node-eeece24b-b4da-ebb8-2ab5-b9e86c84d87d-3cea2781 {
  place-self: center;
}

#w-node-eeece24b-b4da-ebb8-2ab5-b9e86c84d881-3cea2781, #w-node-eeece24b-b4da-ebb8-2ab5-b9e86c84d884-3cea2781 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-eeece24b-b4da-ebb8-2ab5-b9e86c84d88a-3cea2781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a033629-62bc-d6d9-b82e-fce30118e455-811476a3, #w-node-_3638e444-84ab-da35-336d-bf375ff31471-811476a3, #w-node-_3d86e599-abbb-a15e-6cbe-1c26c0cbed96-811476a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e81e4530-b0fe-788c-aafa-b6fdc168a1b0-811476a3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4849e68e-22e5-f78c-0acc-146ea343ca40-811476a3, #w-node-d896bbf4-67e3-fe64-d384-ff83059b72ff-811476a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0b6b9345-e27c-637d-da4f-405c7eb69668-811476a3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_320ab1df-4430-9885-6faa-1e0bdcc4926c-811476a3, #w-node-_4954d2ae-ea19-f35b-447e-b03e5dda7a2c-811476a3, #w-node-_060b6ead-37c0-8e03-b94c-e8ff1d76135f-811476a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ae999166-ee7f-3cc5-39e7-63bb914a0b6d-811476a3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1db31013-9e3f-22a8-9ad1-af65db80830e-811476a3, #w-node-_2924ce75-7ab9-a930-d86a-eaeec843850c-811476a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a52e1b2c-fff5-7f23-4d23-72ccbd0f0107-811476a3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_99e0f4ce-ba7a-acfd-d16e-6abfe347735e-811476a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99e0f4ce-ba7a-acfd-d16e-6abfe347735f-811476a3 {
  place-self: center;
}

#w-node-_99e0f4ce-ba7a-acfd-d16e-6abfe3477360-811476a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c981c67c-956a-31f3-799a-003edb2db126-811476a3, #w-node-c981c67c-956a-31f3-799a-003edb2db12a-811476a3, #w-node-c981c67c-956a-31f3-799a-003edb2db12e-811476a3, #w-node-c981c67c-956a-31f3-799a-003edb2db132-811476a3, #w-node-c981c67c-956a-31f3-799a-003edb2db136-811476a3 {
  place-self: center;
}

#w-node-c981c67c-956a-31f3-799a-003edb2db13a-811476a3, #w-node-c981c67c-956a-31f3-799a-003edb2db13d-811476a3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-c981c67c-956a-31f3-799a-003edb2db143-811476a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa32f9f7-71cc-7c9e-483a-abc7bd264388-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3131d05b-dd92-16bf-86e7-f78a178ddb09-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0577cb1-d191-912c-19f0-210236b1d1c4-4d1a83aa, #w-node-_914b8e9d-de94-2f76-fc2e-5c5f154c1629-4d1a83aa, #w-node-_1c4cdc0c-62ed-449a-60a8-7ef9cec50605-4d1a83aa, #w-node-_76347184-92a8-a985-a60b-a1f3f476ecf9-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7b5f3aa9-be6a-8cd4-c87d-4998a897b5c0-4d1a83aa, #w-node-_49aad3bc-0960-3fa7-f595-1ac55680af4a-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62f41052-0f1f-c382-ac9a-830bd9b80d8c-4d1a83aa, #w-node-_84183e5f-e531-d9f8-88c2-9a52068ed288-4d1a83aa, #w-node-_3665cf99-2bd0-fc68-365c-a22c6bd13b77-4d1a83aa, #w-node-cdf1c1ef-2bdb-1eb1-288e-3858ddaebd49-4d1a83aa, #w-node-_82a7373b-fb37-65ec-3664-afd3129b2fd0-4d1a83aa, #w-node-_3b51a750-779a-4192-14a7-30c24f98aeca-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5321658f-8b3e-a7f9-0a0f-6b6b7a7fdbbc-4d1a83aa, #w-node-_758eb496-f1c8-8aa3-5853-7173efb5ed16-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22ddd1be-264c-544a-d4eb-3b7c3d77a6dd-4d1a83aa, #w-node-be791203-08ae-022a-b2c3-906d7a3acb6f-4d1a83aa, #w-node-_66363c8f-2527-9f62-159a-55e75101df58-4d1a83aa, #w-node-f58151d8-5f8f-c8da-31f8-5f35e298fdbb-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_63d78c18-8441-c162-e71c-e1454f0bdcbe-4d1a83aa, #w-node-_47d18d05-9671-3997-259b-1296def8a431-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22bdfed4-f057-0bcc-b9fe-f5d8c54700fe-4d1a83aa, #w-node-fb9b01e5-0d68-5d27-2c26-8ea2ac024039-4d1a83aa, #w-node-de38cfdf-8770-bee3-48db-b81f79171c2f-4d1a83aa, #w-node-_030a80f1-cdc7-0457-9439-9458b5da0b0a-4d1a83aa, #w-node-_7d265730-8ec7-8610-e6c5-5d3ae940d77c-4d1a83aa, #w-node-b39b45d2-1eab-c6f5-9bf5-b32873f4520a-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bd9a05c8-de11-d4e5-ca08-576f14483f1d-4d1a83aa, #w-node-_1fa3acba-0f25-d94d-99ae-20663b6cf919-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94b44e42-fdae-92b7-2f5a-1fcfd7fd897d-4d1a83aa, #w-node-c9e79af5-22e6-720f-390c-6b0123be37a0-4d1a83aa, #w-node-_8e803b5b-adb7-6dcf-ba9a-bedca12a2f24-4d1a83aa, #w-node-_85ecdc36-2d36-fd19-d789-76809a20416d-4d1a83aa, #w-node-_302523f2-7573-1825-d10a-1c2525c572ac-4d1a83aa, #w-node-_8db2c5b1-fcc0-4056-72ea-6b6045807566-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_91e69035-3deb-644e-bbf8-c02e84373791-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91e69035-3deb-644e-bbf8-c02e84373792-4d1a83aa {
  place-self: center;
}

#w-node-_91e69035-3deb-644e-bbf8-c02e84373793-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1316f71c-0d11-76c7-59f0-33581cce7f07-4d1a83aa, #w-node-_1316f71c-0d11-76c7-59f0-33581cce7f0b-4d1a83aa, #w-node-_1316f71c-0d11-76c7-59f0-33581cce7f0f-4d1a83aa, #w-node-_1316f71c-0d11-76c7-59f0-33581cce7f13-4d1a83aa, #w-node-_1316f71c-0d11-76c7-59f0-33581cce7f17-4d1a83aa {
  place-self: center;
}

#w-node-_1316f71c-0d11-76c7-59f0-33581cce7f1b-4d1a83aa, #w-node-_1316f71c-0d11-76c7-59f0-33581cce7f1e-4d1a83aa {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-_1316f71c-0d11-76c7-59f0-33581cce7f24-4d1a83aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9eecaac5-844a-a9b1-a6b6-10d992a61c36-6efd78ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17c42688-7915-4d5d-ca39-8f124fb3fdc7-6efd78ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66e76d17-6762-670a-6cc6-c77e6129d7f8-6efd78ae, #w-node-c0d17d1e-1ce3-b578-f764-3f8a8236b797-6efd78ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d9529d7a-d3cf-b256-83c9-273f593057e3-6efd78ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-f1828168-9065-aac8-c038-b46dcf73bf5d-6efd78ae, #w-node-_57e4d2fb-3222-915e-2cd8-131d98db13a2-6efd78ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d2d823da-bf31-6144-f8e0-3b59f676c2e4-6efd78ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_702f9f73-1079-aa6e-a9f7-61936fcc4436-6efd78ae, #w-node-cc639714-263e-ecc8-0920-74e67be2085c-6efd78ae, #w-node-_7dd0f68f-0bc8-dda9-7396-a49538bec255-6efd78ae, #w-node-_812e4dff-f0c8-f254-74ea-a6aa5f2c738e-6efd78ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_819d625c-1ac6-5322-0be6-0c129b12adec-6efd78ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cee9fe06-3f6e-0486-514b-4a40be69065d-6efd78ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-f6691437-edd2-5b2c-89ba-ac6b39581b4c-6efd78ae, #w-node-ea04c801-1173-0a36-65a1-d9add4139e2e-6efd78ae, #w-node-_0302c5bf-f02c-759f-1eb7-578ef95c8c28-6efd78ae, #w-node-cdb919c8-f48c-4d8e-87c6-8c12fa346f5a-6efd78ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b0633ee5-b29f-97a9-bf39-cee1bb7c4a6a-6efd78ae {
  place-self: center;
}

#w-node-b0633ee5-b29f-97a9-bf39-cee1bb7c4a6b-6efd78ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d7574c93-03e1-c8d4-7488-22d94488bf88-6efd78ae, #w-node-d7574c93-03e1-c8d4-7488-22d94488bf8c-6efd78ae, #w-node-d7574c93-03e1-c8d4-7488-22d94488bf90-6efd78ae, #w-node-d7574c93-03e1-c8d4-7488-22d94488bf94-6efd78ae, #w-node-d7574c93-03e1-c8d4-7488-22d94488bf98-6efd78ae {
  place-self: center;
}

#w-node-d7574c93-03e1-c8d4-7488-22d94488bf9c-6efd78ae, #w-node-d7574c93-03e1-c8d4-7488-22d94488bf9f-6efd78ae {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-d7574c93-03e1-c8d4-7488-22d94488bfa5-6efd78ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1cd983-4098-6ced-d527-a6650dc6ad99-e8eae533 {
  place-self: center;
}

#w-node-_0b1cd983-4098-6ced-d527-a6650dc6ad9a-e8eae533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b2f66c18-e1ac-5703-59d9-f04bef7991e8-e8eae533, #w-node-b2f66c18-e1ac-5703-59d9-f04bef7991ec-e8eae533, #w-node-b2f66c18-e1ac-5703-59d9-f04bef7991f0-e8eae533, #w-node-b2f66c18-e1ac-5703-59d9-f04bef7991f4-e8eae533, #w-node-b2f66c18-e1ac-5703-59d9-f04bef7991f8-e8eae533 {
  place-self: center;
}

#w-node-b2f66c18-e1ac-5703-59d9-f04bef7991fc-e8eae533, #w-node-b2f66c18-e1ac-5703-59d9-f04bef7991ff-e8eae533 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-b2f66c18-e1ac-5703-59d9-f04bef799205-e8eae533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f6423f2-ccc5-4a2e-0907-43aaace724ce-1fae6909 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-e891a20b-9b21-bb10-7e79-63d4863dea77-1fae6909, #w-node-d2c959a5-4170-774a-502c-a668e6362a2b-1fae6909 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39baf88-c982-cb71-61ee-8007eab9edad-1fae6909, #w-node-d39baf88-c982-cb71-61ee-8007eab9edb1-1fae6909, #w-node-d39baf88-c982-cb71-61ee-8007eab9edb5-1fae6909, #w-node-d39baf88-c982-cb71-61ee-8007eab9edb9-1fae6909, #w-node-d39baf88-c982-cb71-61ee-8007eab9edbd-1fae6909 {
  place-self: center;
}

#w-node-d39baf88-c982-cb71-61ee-8007eab9edc1-1fae6909, #w-node-d39baf88-c982-cb71-61ee-8007eab9edc4-1fae6909 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-d39baf88-c982-cb71-61ee-8007eab9edca-1fae6909 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7b99dd5-2d77-c526-ad28-3d7cc5dda8c8-f61ba347 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-e7b99dd5-2d77-c526-ad28-3d7cc5dda8c9-f61ba347, #w-node-e7b99dd5-2d77-c526-ad28-3d7cc5dda8cd-f61ba347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6817e0e-9389-f676-5fd0-7cb761859328-f61ba347, #w-node-e6817e0e-9389-f676-5fd0-7cb76185932c-f61ba347, #w-node-e6817e0e-9389-f676-5fd0-7cb761859330-f61ba347, #w-node-e6817e0e-9389-f676-5fd0-7cb761859334-f61ba347, #w-node-e6817e0e-9389-f676-5fd0-7cb761859338-f61ba347 {
  place-self: center;
}

#w-node-e6817e0e-9389-f676-5fd0-7cb76185933c-f61ba347, #w-node-e6817e0e-9389-f676-5fd0-7cb76185933f-f61ba347 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-e6817e0e-9389-f676-5fd0-7cb761859345-f61ba347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9935392d-526e-97e6-acb2-671b4f992822-4e1338bd, #w-node-_9935392d-526e-97e6-acb2-671b4f992823-4e1338bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9935392d-526e-97e6-acb2-671b4f992825-4e1338bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9935392d-526e-97e6-acb2-671b4f99282a-4e1338bd, #w-node-_4f9807d0-daa3-d36b-3fa1-425468a99c13-4e1338bd, #w-node-dcfa3594-d53c-c83e-3cdc-d91e2c09348b-4e1338bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5bb056fb-3099-8b59-fe6c-724dcb4f0825-4e1338bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-f3b664c7-3ebb-cb2d-78b9-ce01c7a73d38-4e1338bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5196f9f9-1e6f-8f46-c9b3-92aae5a29546-4e1338bd, #w-node-_5196f9f9-1e6f-8f46-c9b3-92aae5a2954a-4e1338bd, #w-node-_5196f9f9-1e6f-8f46-c9b3-92aae5a2954e-4e1338bd, #w-node-_5196f9f9-1e6f-8f46-c9b3-92aae5a29552-4e1338bd, #w-node-_5196f9f9-1e6f-8f46-c9b3-92aae5a29556-4e1338bd {
  place-self: center;
}

#w-node-_5196f9f9-1e6f-8f46-c9b3-92aae5a2955a-4e1338bd, #w-node-_5196f9f9-1e6f-8f46-c9b3-92aae5a2955d-4e1338bd {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-_5196f9f9-1e6f-8f46-c9b3-92aae5a29563-4e1338bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_351d1795-8237-72fb-35eb-833ace0429e3-95ec2621 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_9518c2a5-4093-2312-ad7a-919e252cc8bf-95ec2621, #w-node-_9fed5d04-9223-dc56-a5b1-bc66f889a5bf-95ec2621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8e0258b8-22b7-5538-9dd3-33732543f152-95ec2621 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-c67a64a7-2c2d-15d8-8696-2bc842577f43-95ec2621, #w-node-_1a8a3370-7529-b2fc-d1a0-0c4dd7c9c49f-95ec2621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6ab95cb1-e437-2fdc-b7ba-cebca1fded2b-95ec2621 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-a1db22df-6c45-65f5-beb1-77f396f04d9a-95ec2621, #w-node-a1db22df-6c45-65f5-beb1-77f396f04d9e-95ec2621, #w-node-a1db22df-6c45-65f5-beb1-77f396f04da2-95ec2621, #w-node-a1db22df-6c45-65f5-beb1-77f396f04da6-95ec2621, #w-node-a1db22df-6c45-65f5-beb1-77f396f04daa-95ec2621 {
  place-self: center;
}

#w-node-a1db22df-6c45-65f5-beb1-77f396f04dae-95ec2621, #w-node-a1db22df-6c45-65f5-beb1-77f396f04db1-95ec2621 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-a1db22df-6c45-65f5-beb1-77f396f04db7-95ec2621 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d577f251-ed69-5911-34de-6e1a72d54ebb-8dd34dd7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_1b4c0d13-7bc5-65e4-1bf3-6ea51d4e2021-8dd34dd7, #w-node-_1b4c0d13-7bc5-65e4-1bf3-6ea51d4e2022-8dd34dd7, #w-node-_1b4c0d13-7bc5-65e4-1bf3-6ea51d4e2023-8dd34dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1b4c0d13-7bc5-65e4-1bf3-6ea51d4e2024-8dd34dd7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1b4c0d13-7bc5-65e4-1bf3-6ea51d4e2026-8dd34dd7, #w-node-_1b4c0d13-7bc5-65e4-1bf3-6ea51d4e2029-8dd34dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1b4c0d13-7bc5-65e4-1bf3-6ea51d4e2037-8dd34dd7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b2afdf3a-a0d5-8e52-9249-e5c15901bfda-8dd34dd7, #w-node-b2afdf3a-a0d5-8e52-9249-e5c15901bfdb-8dd34dd7, #w-node-b2afdf3a-a0d5-8e52-9249-e5c15901bfdc-8dd34dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b2afdf3a-a0d5-8e52-9249-e5c15901bfdd-8dd34dd7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b2afdf3a-a0d5-8e52-9249-e5c15901bfdf-8dd34dd7, #w-node-b2afdf3a-a0d5-8e52-9249-e5c15901bfe2-8dd34dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b2afdf3a-a0d5-8e52-9249-e5c15901bff2-8dd34dd7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_789f4e5a-3a94-0f71-e243-7fa879878c21-8dd34dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_789f4e5a-3a94-0f71-e243-7fa879878c22-8dd34dd7 {
  place-self: center;
}

#w-node-_789f4e5a-3a94-0f71-e243-7fa879878c23-8dd34dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_897c3d82-703f-a2e1-6cd4-7f04078246ad-8dd34dd7, #w-node-_897c3d82-703f-a2e1-6cd4-7f04078246b1-8dd34dd7, #w-node-_897c3d82-703f-a2e1-6cd4-7f04078246b5-8dd34dd7, #w-node-_897c3d82-703f-a2e1-6cd4-7f04078246b9-8dd34dd7, #w-node-_897c3d82-703f-a2e1-6cd4-7f04078246bd-8dd34dd7 {
  place-self: center;
}

#w-node-_897c3d82-703f-a2e1-6cd4-7f04078246c1-8dd34dd7, #w-node-_897c3d82-703f-a2e1-6cd4-7f04078246c4-8dd34dd7 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-_897c3d82-703f-a2e1-6cd4-7f04078246ca-8dd34dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fff5bd9f-1454-9723-7a30-d466fd040708-8a1127ca {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0bc3ba8a-dbfb-467b-fd66-df4a59fd484d-fc9a0fd5 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aa571378-8d7e-6dc0-cb44-73760a41fbf6-8a1127ca {
    place-self: center;
  }

  #w-node-_00a9fb50-8e9c-271a-de20-d67109c5f9df-8a1127ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-de9272d1-59cc-aab8-ece1-c7f3ea7ea8ab-8a1127ca {
    place-self: center;
  }

  #w-node-f3a9080c-c1c6-70f8-2107-54eae620a71a-8a1127ca {
    order: 9999;
  }

  #w-node-b2a09be9-a1bd-6b29-1d4d-1ed8966fc466-8a1127ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec999694-1498-7c82-2e9f-ebfdad834f87-fc9a0fd5 {
    place-self: center;
  }

  #w-node-_0bc3ba8a-dbfb-467b-fd66-df4a59fd484d-fc9a0fd5 {
    order: 9999;
  }

  #w-node-_88bf8201-ae9c-ff31-ef6f-e07c8ab78157-3cea2781 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9c91b6d6-f96b-b07a-10f8-5b371fc595ab-3cea2781 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-d577f251-ed69-5911-34de-6e1a72d54ebb-8dd34dd7, #w-node-b2afdf3a-a0d5-8e52-9249-e5c15901bfdc-8dd34dd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Monsterrat rgular 400';
  src: url('../fonts/Monsterrat-Rgular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-BoldItalic.ttf') format('truetype'), url('../fonts/Raleway-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree net brittanysignature';
  src: url('../fonts/FontsFree-Net-BrittanySignature.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}