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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

a {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
}

.body {
  background-color: #fff;
}

.tab-button-container {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 10px #505a641a;
}

.tab-button-container:hover {
  box-shadow: 0 13px 20px #505a6438;
}

.preview-image {
  padding-top: 0;
  display: block;
  position: relative;
}

.heading-3 {
  text-align: center;
  white-space: normal;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.heading-4 {
  text-transform: none;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.heading-5 {
  font-family: Open Sans, sans-serif;
}

.timer-1 {
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.arrow {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-h1-2 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14vh;
  font-weight: 400;
  line-height: 16vh;
  position: relative;
}

.main-h1-2.home {
  text-align: center;
  text-align: center;
  padding-bottom: 5px;
  font-size: 15vh;
  line-height: 15vh;
  display: flex;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.nav-home {
  background-color: #0000;
}

.paragraph-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-socials {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto auto;
}

.socials {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.facebook {
  margin-top: 5px;
  padding: 5px;
}

.mail {
  margin-top: 5px;
  margin-right: 0;
  padding: 5px;
}

.phone {
  margin-top: 5px;
  padding: 5px;
}

.main-h1 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14vh;
  font-weight: 400;
  line-height: 16vh;
  position: relative;
}

.main-h1.home {
  text-align: center;
  font-size: 25vh;
  line-height: 22vh;
  display: flex;
}

.main-h1.bold {
  font-weight: 900;
}

.main-h1.bold.home {
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 30px;
  font-size: 18vh;
  line-height: 18vh;
}

.main-h1.home {
  text-align: center;
  font-size: 20vh;
  line-height: 22vh;
}

.footer {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.agenda-icon {
  width: 30px;
  height: 30px;
  margin-top: 13px;
  margin-left: 13px;
  display: block;
}

.heading-9-1 {
  margin-top: -10px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.grid-1-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  justify-items: stretch;
  margin-left: -100px;
  margin-right: -100px;
  display: grid;
}

.tab-button-container-2 {
  background-color: #fff;
  background-image: url('../images/fb1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 350px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 10px #505a641a;
}

.tab-button-container-2:hover {
  box-shadow: 0 13px 20px #505a6438;
}

.tab-button-container-2-1 {
  background-color: #fff;
  background-image: url('../images/in1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 350px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 10px #505a641a;
}

.tab-button-container-2-1:hover {
  box-shadow: 0 13px 20px #505a6438;
}

.tab-button-container-2-3 {
  background-color: #fff;
  background-image: url('../images/fb2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 350px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 10px #505a641a;
}

.tab-button-container-2-3:hover {
  box-shadow: 0 13px 20px #505a6438;
}

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

.heading-10 {
  font-family: Open Sans, sans-serif;
}

.t-footer-head {
  color: #181818;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-link1 {
  color: #333;
  flex: 0 auto;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  position: static;
}

.footer-link1:hover {
  font-weight: 600;
}

.t-footer2-copyright {
  opacity: 1;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.bold-text-2 {
  color: #333;
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-9 {
  display: inline-block;
}

.home-button {
  z-index: 999;
  background-color: #f8f8f8;
  border-radius: 30px;
  align-items: center;
  padding: 10px 15px;
  display: flex;
  position: fixed;
  inset: 1% auto auto 1%;
}

.home-button:hover {
  box-shadow: 1px 1px 20px #505a6438;
}

.image-10 {
  width: 10px;
  height: 10px;
}

.text-block-9 {
  color: #333;
  text-transform: uppercase;
  margin-top: 1px;
  margin-left: 5px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.footer-link2 {
  color: #333;
  flex: 0 auto;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: none;
  position: static;
}

.footer-link2:hover {
  font-weight: 600;
}

.footer-link3 {
  color: #333;
  flex: 0 auto;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  position: static;
}

.footer-link3:hover {
  font-weight: 600;
}

.text-block-10 {
  font-family: Montserrat, sans-serif;
}

._w-appointment {
  background-color: #333;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 9px #00000029;
}

.b-appointment {
  z-index: 98;
  align-items: center;
  padding: 10px;
  display: flex;
  position: fixed;
  bottom: 80px;
  right: 80px;
}

.s-home {
  z-index: 10;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

._w-title {
  background-color: #0000;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw 8vw;
  display: flex;
  overflow: hidden;
}

.l-appointment {
  z-index: 99;
  position: absolute;
  inset: 0;
}

.t-appointment {
  color: #333;
  text-align: right;
  letter-spacing: 1.2px;
  max-width: 400px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.t-welcome, .t-skinns {
  position: relative;
  overflow: hidden;
}

.t-info {
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  margin-top: 30px;
  display: flex;
}

.c-menu {
  text-align: center;
  margin-bottom: 60px;
}

.g-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  justify-items: stretch;
  margin-left: -100px;
  margin-right: -100px;
  display: grid;
}

.l-menu-appointment {
  color: #333;
  text-decoration: none;
}

.l-menu-treatments {
  perspective-origin: 50%;
  color: #333;
  text-decoration: none;
}

.l-menu-products {
  color: #333;
  text-decoration: none;
}

.s-reviews {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  align-items: center;
  max-width: 1450%;
  height: auto;
  min-height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 92px;
  padding-right: 92px;
  display: flex;
}

.t-head-reviews {
  margin-top: -10px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.c-facebook {
  text-align: center;
  flex-direction: column;
  margin-bottom: 100px;
  display: flex;
}

.lottie-facebook {
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.lottie-reviews {
  flex: none;
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
}

.l-facebook-1 {
  color: #333;
  text-decoration: none;
}

.l-facebook-2 {
  perspective-origin: 50%;
  color: #333;
  text-decoration: none;
}

.l-facebook-3 {
  color: #333;
  text-decoration: none;
}

.s-info {
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 30px;
  max-width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 92px;
}

.g-info {
  grid-template-rows: auto;
  justify-items: center;
}

.i-info {
  border: 1px #0000;
  border-radius: 30px;
  max-width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  display: block;
}

.d-info {
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
  display: flex;
}

.t-head-info {
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.t-info-info {
  color: #181818;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.g-footer {
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  max-width: 1450px;
  margin: 60px auto;
}

.d-footer {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.d-footer2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1450px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  display: flex;
}

.s-plist-1 {
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 30px;
  max-width: 80%;
  margin: 15px auto 60px;
  padding: 60px 92px;
}

.logo-top {
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.g-plist-1 {
  grid-template-rows: auto;
  justify-items: center;
}

.d-t-pl1 {
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
  display: flex;
}

.t-head-pl1 {
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.t-info-pl1 {
  color: #181818;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.l-pl1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.i-pl1 {
  border: 1px #0000;
  border-radius: 30px;
  max-width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: block;
}

.s-plist-2 {
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 30px;
  max-width: 80%;
  margin: 15px auto 45px;
  padding: 60px 92px;
}

.g-plist-2 {
  grid-template-rows: auto;
  justify-items: center;
}

.i-pl2 {
  border: 1px #0000;
  border-radius: 30px;
  max-width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  display: block;
}

.d-t-pl2 {
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
  display: flex;
}

.html-embed-2 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex: 0 auto;
  max-width: none;
  padding: 35px 45px 0;
  display: block;
}

.wrapper3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-7 {
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  align-items: stretch;
  margin-left: 92px;
  margin-right: 92px;
}

.tab-button-container2 {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 325px;
  max-width: 325px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 10px #505a641a;
}

.tab-button-container2:hover {
  box-shadow: 0 13px 20px #505a6438;
}

.l-menu-treatments-2 {
  color: #333;
  text-decoration: none;
}

.div-block-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-15 {
  background-color: #f7f7f7;
  border-radius: 30px;
}

.s-popular {
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 30px;
  max-width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 92px;
}

.g-popular {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  max-width: none;
}

.t-head-popular2 {
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.l-popular {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.d-t-popular {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.t-head-popular {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.t-popular {
  color: #181818;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-12 {
  border-radius: 30px;
  max-width: 250px;
  max-height: 250px;
}

.div-block-16 {
  justify-content: center;
  display: flex;
}

.t-dropdown {
  overflow: hidden;
}

.t-head-dropdown {
  color: #181818;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph {
  color: #333;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

._w-dropdown {
  flex-direction: column;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b-dropdown {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 20px -6px #505a6438;
}

._w-info-dropdown {
  margin-bottom: 35px;
}

.t-readmore {
  opacity: 1;
  color: #333;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.section {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-12 {
  margin-top: 16px;
  margin-bottom: 15px;
}

.t-additional-info {
  opacity: 1;
  color: #333;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.div-block-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.list-indicaties, .list-contra-indicaties {
  margin-top: -12px;
  margin-bottom: 0;
  padding-left: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.l-menu-products-2, .l-menu-appointment-2 {
  color: #333;
  text-decoration: none;
}

.disclaimer {
  opacity: 1;
  font-family: Montserrat, sans-serif;
}

.disclaimer-2 {
  opacity: 1;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.div-block-18 {
  background-color: #f7f7f7;
  border-radius: 30px;
  max-width: 325px;
  margin-bottom: 20px;
  padding: 30px 40px;
}

.text-block-12 {
  opacity: 1;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.div-block-19 {
  justify-content: space-between;
  max-width: 325px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.text-block-14 {
  text-align: justify;
  white-space: normal;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.html-embed-3 {
  width: auto;
  height: auto;
  max-height: none;
}

.div-block-20 {
  flex: none;
  width: 300px;
  height: auto;
  max-height: none;
}

.html-embed-4 {
  opacity: 0;
  width: auto;
  height: 0;
  max-height: 0;
  display: none;
}

.div-block-21 {
  opacity: 0;
  flex: none;
  width: 300px;
  height: 0;
  max-height: 0;
  display: none;
}

.footer-link4 {
  color: #333;
  flex: 0 auto;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  position: static;
}

.footer-link4:hover {
  font-weight: 600;
}

.i-pl3 {
  border: 1px #0000;
  border-radius: 30px;
  max-width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  display: block;
}

.instagram {
  margin-top: 5px;
  margin-right: 5px;
  padding: 5px;
}

.product-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  margin-top: 10px;
}

.product {
  color: #333;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.amount {
  color: #333;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.price {
  color: #333;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.information {
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.information-extra-size {
  margin-bottom: 5px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.category-information {
  color: #333;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.price-without-amount {
  color: #333;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  .main-h1-2 {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1-2.home {
    font-size: 17vh;
    line-height: 15vh;
  }

  .main-h1 {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1.bold {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1.bold.home {
    width: 80vh;
    font-size: 16vh;
    line-height: 15vh;
  }

  .main-h1.home {
    font-size: 18vh;
    line-height: 15vh;
  }

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

  .grid-1-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .t-footer2-copyright {
    font-size: 10px;
    line-height: 16px;
  }

  .b-appointment {
    bottom: 35px;
    right: 35px;
  }

  ._w-title {
    width: 100vw;
  }

  .t-info {
    width: 50vw;
  }

  .g-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .s-reviews {
    flex: 1;
  }

  .t-head-reviews {
    text-align: center;
  }

  .g-info {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .i-info {
    border-radius: 10px;
    max-width: 250px;
    margin-left: auto;
  }

  .d-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .t-info-info {
    text-align: center;
    font-size: 22px;
  }

  .g-plist-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .d-t-pl1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .t-info-pl1 {
    text-align: center;
    font-size: 26px;
  }

  .i-pl1 {
    border-radius: 10px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .g-plist-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .i-pl2 {
    border-radius: 10px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .d-t-pl2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .html-embed-2 {
    padding: 30px;
  }

  .grid-7 {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
  }

  .tab-button-container2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .g-popular {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .t-head-popular2 {
    text-align: center;
  }

  .l-popular {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .t-head-popular {
    text-align: center;
  }

  .t-popular {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .section {
    flex-direction: column;
    align-items: stretch;
  }

  .heading-12 {
    text-align: center;
  }

  .div-block-17 {
    flex-direction: row;
  }

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

  .html-embed-3 {
    margin-bottom: 40px;
  }

  .div-block-20 {
    flex: 1;
  }

  .html-embed-4 {
    margin-bottom: 40px;
  }

  .div-block-21 {
    display: none;
  }

  .i-pl3 {
    border-radius: 10px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .tab-button-container {
    box-shadow: 0 5px 10px 5px #505a641a;
  }

  .main-h1-2.home {
    font-size: 10.5vh;
  }

  .main-h1.bold.home {
    width: 50vh;
    height: 11vh;
    font-size: 10vh;
    line-height: 8vh;
    display: flex;
  }

  .main-h1.home {
    font-size: 11vh;
  }

  .grid-1-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "."
                         "Area";
  }

  .tab-button-container-2, .tab-button-container-2-1, .tab-button-container-2-3 {
    box-shadow: 0 5px 10px 5px #505a641a;
  }

  .logo {
    margin-top: 50px;
  }

  .t-footer2-copyright {
    margin-top: 0;
    font-size: 10px;
  }

  .footer-link2 {
    display: block;
  }

  .footer-link3 {
    display: none;
  }

  ._w-title {
    align-items: center;
  }

  .c-menu {
    padding: 10px;
  }

  .g-menu {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "."
                         "Area";
  }

  .s-reviews {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding: 30px 20px;
  }

  .c-facebook {
    padding: 10px;
  }

  .s-info {
    padding: 30px 20px;
  }

  .g-info {
    grid-column-gap: 0px;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: .5fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-items: stretch;
    position: static;
  }

  .i-info {
    max-width: 200px;
    padding-left: 0;
  }

  .d-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .t-head-info {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: static;
  }

  .t-info-info {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
    display: flex;
  }

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

  .d-footer2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-plist-1 {
    padding: 30px 20px;
  }

  .logo-top {
    margin-top: 25px;
  }

  .g-plist-1 {
    grid-column-gap: 0px;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: .5fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-items: stretch;
    position: static;
  }

  .d-t-pl1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .t-head-pl1 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: static;
  }

  .t-info-pl1 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
    display: flex;
  }

  .i-pl1 {
    max-width: 100%;
    padding-left: 0;
  }

  .s-plist-2 {
    padding: 30px 20px;
  }

  .g-plist-2 {
    grid-column-gap: 0px;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: .5fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-items: stretch;
    position: static;
  }

  .i-pl2 {
    max-width: 100%;
    padding-left: 0;
  }

  .d-t-pl2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .html-embed-2 {
    padding: 15px 15px 40px;
  }

  .tab-button-container2 {
    width: 325px;
    max-width: 325px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 5px 10px 5px #505a641a;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .s-popular {
    padding: 30px 20px;
  }

  .g-popular {
    grid-column-gap: 0px;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: .5fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-items: stretch;
    position: static;
  }

  ._w-dropdown {
    align-self: stretch;
  }

  .b-dropdown {
    align-self: stretch;
    min-width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  ._w-info-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section {
    flex-direction: column;
  }

  .heading-12 {
    text-align: center;
  }

  .div-block-17 {
    flex-direction: column;
  }

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

  .html-embed-3 {
    height: 0;
    max-height: 0;
    margin-bottom: 0;
    display: none;
  }

  .div-block-20 {
    height: auto;
    max-height: none;
    margin-left: 3%;
    margin-right: auto;
    display: none;
  }

  .html-embed-4 {
    opacity: 1;
    height: auto;
    max-height: none;
    display: block;
  }

  .div-block-21 {
    opacity: 1;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .i-pl3 {
    max-width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .tab-button-container {
    margin-bottom: 10px;
    box-shadow: 0 5px 10px #505a641a;
  }

  .tab-button-container:hover {
    position: static;
  }

  .timer-1 {
    font-size: 12px;
  }

  .arrow {
    margin-bottom: 30%;
  }

  .main-h1-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .main-h1-2.home {
    margin-left: auto;
    margin-right: auto;
    font-size: 7vh;
    line-height: 7vh;
  }

  .paragraph-3 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .facebook {
    padding-left: 5px;
  }

  .mail {
    margin-right: 0;
  }

  .phone {
    padding-left: 5px;
  }

  .main-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .main-h1.bold {
    font-size: 60px;
    line-height: 50px;
  }

  .main-h1.bold.home {
    text-align: center;
    width: 32vh;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 6.4vh;
    line-height: 5.9vh;
  }

  .main-h1.home {
    font-size: 7.3vh;
    line-height: 8vh;
  }

  .footer {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9-1 {
    text-align: center;
  }

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

  .tab-button-container-2 {
    margin-bottom: 10px;
    box-shadow: 0 5px 10px #505a641a;
  }

  .tab-button-container-2:hover {
    position: static;
  }

  .tab-button-container-2-1 {
    margin-bottom: 10px;
    box-shadow: 0 5px 10px #505a641a;
  }

  .tab-button-container-2-1:hover {
    position: static;
  }

  .tab-button-container-2-3 {
    margin-bottom: 10px;
    box-shadow: 0 5px 10px #505a641a;
  }

  .tab-button-container-2-3:hover {
    position: static;
  }

  .logo {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .t-footer2-copyright {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
  }

  .home-button {
    position: fixed;
    inset: 1% auto auto 1%;
  }

  .footer-link2 {
    text-align: left;
    display: block;
  }

  .footer-link3 {
    display: none;
  }

  .b-appointment {
    margin-right: -25px;
  }

  ._w-title {
    justify-content: flex-start;
  }

  .t-appointment {
    display: none;
  }

  .t-info {
    width: auto;
  }

  .c-menu {
    margin-top: -100px;
    margin-bottom: 40px;
  }

  .g-menu {
    grid-template-columns: 1fr;
  }

  .s-reviews {
    flex: 1;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 20px 0;
  }

  .t-head-reviews {
    text-align: center;
    font-size: 35px;
  }

  .c-facebook {
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
  }

  .s-info {
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 20px 0;
  }

  .g-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 134px;
    grid-template-columns: .25fr 4.25fr;
    grid-auto-columns: .25fr;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 0;
    display: grid;
  }

  .i-info {
    border-radius: 10px;
    max-width: 175px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .d-info {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .t-head-info {
    text-align: center;
    margin-top: 60px;
    font-size: 35px;
  }

  .t-info-info {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }

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

  .d-footer {
    align-items: flex-start;
    margin-left: 15px;
  }

  .d-footer2 {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .s-plist-1 {
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 50px 0 20px;
  }

  .logo-top {
    margin-top: 50px;
  }

  .g-plist-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 134px;
    grid-template-columns: .25fr 4.25fr;
    grid-auto-columns: .25fr;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 0;
    display: grid;
  }

  .d-t-pl1 {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .t-head-pl1 {
    text-align: center;
    margin-top: 60px;
    font-size: 35px;
  }

  .t-info-pl1 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }

  .l-pl1 {
    justify-content: flex-start;
    align-items: center;
  }

  .i-pl1 {
    border-radius: 10px;
    max-width: 250px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .s-plist-2 {
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 50px 0 20px;
  }

  .g-plist-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 134px;
    grid-template-columns: .25fr 4.25fr;
    grid-auto-columns: .25fr;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 0;
    display: grid;
  }

  .i-pl2 {
    border-radius: 10px;
    max-width: 250px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .d-t-pl2 {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .html-embed-2 {
    margin-right: auto;
    padding: 20px 10px 40px;
  }

  .grid-7 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .tab-button-container2 {
    align-items: center;
    width: auto;
    max-width: none;
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 5px 10px #505a641a;
  }

  .tab-button-container2:hover {
    position: static;
  }

  .l-menu-treatments-2 {
    flex: 1;
    align-self: stretch;
    margin-bottom: 10px;
  }

  .div-block-14 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .s-popular {
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 20px 0 0;
  }

  .g-popular {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 1fr);
    grid-auto-columns: .25fr;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .t-head-popular2 {
    text-align: center;
    font-size: 28px;
    line-height: 25px;
  }

  .l-popular {
    margin-top: 20px;
    margin-bottom: 25px;
    display: flex;
  }

  .d-t-popular {
    align-items: center;
    min-width: auto;
    max-width: none;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .t-head-popular {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 35px;
  }

  .t-popular {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12 {
    max-width: 250px;
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .t-head-dropdown {
    flex: 1;
  }

  ._w-dropdown {
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .b-dropdown {
    justify-content: space-between;
    align-self: stretch;
    min-width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  ._w-info-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .t-readmore {
    margin-left: 10px;
  }

  .section {
    flex-direction: column;
  }

  .heading-12 {
    text-align: center;
    font-size: 28px;
  }

  .div-block-17 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .list-indicaties, .list-contra-indicaties {
    padding-right: 10px;
  }

  .l-menu-products-2 {
    flex: 1;
    align-self: stretch;
    margin-bottom: 10px;
  }

  .l-menu-appointment-2 {
    align-self: stretch;
    display: block;
  }

  .disclaimer, .disclaimer-2 {
    opacity: .6;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18 {
    margin-bottom: 10px;
  }

  .text-block-13, .text-block-14 {
    font-size: 16px;
  }

  .html-embed-3 {
    width: auto;
    height: 0;
    max-height: 0;
    margin-bottom: 0;
  }

  .div-block-20 {
    height: auto;
    max-height: none;
    margin-left: 3%;
    margin-right: auto;
    display: none;
  }

  .html-embed-4 {
    opacity: 1;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-21 {
    opacity: 1;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .i-pl3 {
    border-radius: 10px;
    max-width: 250px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .instagram {
    padding-left: 5px;
  }

  .product-grid {
    grid-template-columns: 1.25fr;
  }

  .product {
    margin-bottom: 0;
  }

  .price {
    margin-left: 25px;
  }

  .information {
    margin: -5px 25px 15px;
  }

  .information-extra-size {
    margin-bottom: 5px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .price-without-amount {
    margin-left: 0;
  }
}

#w-node-abe77714-cd4b-3880-1206-89d7921f2b9c-31ed599b {
  place-self: center;
}

#w-node-_9ece5f60-907e-17f8-39bd-5f3e5df67e53-31ed599b, #w-node-_9ece5f60-907e-17f8-39bd-5f3e5df67e5e-31ed599b {
  place-self: start center;
}

#w-node-c449244f-6c8b-dbf1-ee54-f886a2ebd5f0-2c5f1bc4 {
  place-self: start;
}

#w-node-c449244f-6c8b-dbf1-ee54-f886a2ebd5fa-2c5f1bc4, #w-node-ab41665d-386f-a294-96a0-1e325cb5a3e6-2c5f1bc4 {
  place-self: center;
}

#w-node-ab41665d-386f-a294-96a0-1e325cb5a3dc-2c5f1bc4 {
  place-self: start;
}

#w-node-_349e035b-67b0-5ae0-9b9a-17dd7f73bee6-2c5f1bc4 {
  place-self: center;
}

#w-node-_349e035b-67b0-5ae0-9b9a-17dd7f73bed7-2c5f1bc4 {
  place-self: start;
}

#w-node-_869e8865-f1db-6032-641e-b756891a2207-2c5f1bc4, #w-node-_869e8865-f1db-6032-641e-b756891a2212-2c5f1bc4, #w-node-ba1f68bc-1ab1-242e-323a-14af536b493b-550fcf76, #w-node-ba1f68bc-1ab1-242e-323a-14af536b4946-550fcf76, #w-node-eacc157c-7ebe-6c66-88ba-e0c22f76af80-dfb092b6, #w-node-eacc157c-7ebe-6c66-88ba-e0c22f76af8b-dfb092b6 {
  place-self: start center;
}

@media screen and (max-width: 991px) {
  #w-node-_40fadfcd-093d-9757-1650-4f96870b85e2-31ed599b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1659c089-0a11-ba92-4bc3-f0e97dc14848-31ed599b {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_323a7b79-c703-4f2b-1a1d-e4efeae6132e-31ed599b {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-a48e22a3-5b9f-d0cf-faac-1392d0c5df66-31ed599b {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-a09dd11e-1446-b19c-6d56-2883508b7cf9-31ed599b {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-b07a0fc4-04ec-c100-a3c1-575d15bced05-31ed599b {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-abe77714-cd4b-3880-1206-89d7921f2b9c-31ed599b {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-b2e94c66-d2e8-8a9d-ae59-022588e93c8a-31ed599b, #w-node-c449244f-6c8b-dbf1-ee54-f886a2ebd5f0-2c5f1bc4 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-c449244f-6c8b-dbf1-ee54-f886a2ebd5fa-2c5f1bc4, #w-node-ab41665d-386f-a294-96a0-1e325cb5a3e6-2c5f1bc4 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-ab41665d-386f-a294-96a0-1e325cb5a3dc-2c5f1bc4 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_349e035b-67b0-5ae0-9b9a-17dd7f73bee6-2c5f1bc4 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_349e035b-67b0-5ae0-9b9a-17dd7f73bed7-2c5f1bc4 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_6c462fb3-166e-55e4-6963-321691307711-550fcf76 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_082da9d9-d1d6-9db6-62e1-2b24874b3e4d-550fcf76 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-abe77714-cd4b-3880-1206-89d7921f2b9c-31ed599b {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-b2e94c66-d2e8-8a9d-ae59-022588e93c8a-31ed599b, #w-node-c449244f-6c8b-dbf1-ee54-f886a2ebd5f0-2c5f1bc4 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: start center;
  }

  #w-node-c449244f-6c8b-dbf1-ee54-f886a2ebd5fa-2c5f1bc4, #w-node-ab41665d-386f-a294-96a0-1e325cb5a3e6-2c5f1bc4 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-ab41665d-386f-a294-96a0-1e325cb5a3dc-2c5f1bc4 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: start center;
  }

  #w-node-_349e035b-67b0-5ae0-9b9a-17dd7f73bee6-2c5f1bc4 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_349e035b-67b0-5ae0-9b9a-17dd7f73bed7-2c5f1bc4 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: start center;
  }

  #w-node-_082da9d9-d1d6-9db6-62e1-2b24874b3e4d-550fcf76 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_40fadfcd-093d-9757-1650-4f96870b85e2-31ed599b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1659c089-0a11-ba92-4bc3-f0e97dc14848-31ed599b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_323a7b79-c703-4f2b-1a1d-e4efeae6132e-31ed599b {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a48e22a3-5b9f-d0cf-faac-1392d0c5df66-31ed599b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a09dd11e-1446-b19c-6d56-2883508b7cf9-31ed599b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b07a0fc4-04ec-c100-a3c1-575d15bced05-31ed599b {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-abe77714-cd4b-3880-1206-89d7921f2b9c-31ed599b {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_9ece5f60-907e-17f8-39bd-5f3e5df67e53-31ed599b {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_9ece5f60-907e-17f8-39bd-5f3e5df67e5e-31ed599b {
    grid-area: 2 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-c449244f-6c8b-dbf1-ee54-f886a2ebd5fa-2c5f1bc4 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_1ff1d013-e6cd-2f91-3dd1-abe45d7c44cd-2c5f1bc4, #w-node-_12dc7580-0a2c-1cf6-9ad7-9164a9bfe36b-2c5f1bc4, #w-node-_70cb6d50-f9b6-2d27-cff9-3eb7489c1fde-2c5f1bc4, #w-node-da2fb449-3b19-4feb-65ff-584c7be50be9-2c5f1bc4, #w-node-_10bd40eb-9eeb-9deb-f59b-85df45ceb009-2c5f1bc4, #w-node-_8ef4cb7e-1cc2-6e2f-1ef2-59ac8742581b-2c5f1bc4, #w-node-f97fa495-96ef-a4cd-11c5-b229bd76f5f6-2c5f1bc4, #w-node-_2caabfc2-7524-2890-06f8-f5332d75d82e-2c5f1bc4, #w-node-_36aa42e5-c92c-f2d6-32d4-1f2886caf6f4-2c5f1bc4, #w-node-_36aa42e5-c92c-f2d6-32d4-1f2886caf701-2c5f1bc4, #w-node-_36aa42e5-c92c-f2d6-32d4-1f2886caf717-2c5f1bc4, #w-node-_36aa42e5-c92c-f2d6-32d4-1f2886caf72d-2c5f1bc4, #w-node-_36aa42e5-c92c-f2d6-32d4-1f2886caf744-2c5f1bc4, #w-node-da35bccb-2276-b82f-8703-71f472030169-2c5f1bc4, #w-node-da35bccb-2276-b82f-8703-71f472030176-2c5f1bc4, #w-node-da35bccb-2276-b82f-8703-71f47203018c-2c5f1bc4, #w-node-da35bccb-2276-b82f-8703-71f4720301a2-2c5f1bc4, #w-node-da35bccb-2276-b82f-8703-71f4720301b9-2c5f1bc4, #w-node-da35bccb-2276-b82f-8703-71f4720301c6-2c5f1bc4, #w-node-d90e5c0c-18b4-6e42-ab3b-7ebe260808cd-2c5f1bc4, #w-node-_5aa2e67b-d709-e43f-5bf8-6f6f9aa61cdb-2c5f1bc4, #w-node-_5aa2e67b-d709-e43f-5bf8-6f6f9aa61ce8-2c5f1bc4, #w-node-_5aa2e67b-d709-e43f-5bf8-6f6f9aa61cf5-2c5f1bc4, #w-node-_5aa2e67b-d709-e43f-5bf8-6f6f9aa61d02-2c5f1bc4, #w-node-_5aa2e67b-d709-e43f-5bf8-6f6f9aa61d0f-2c5f1bc4, #w-node-_5aa2e67b-d709-e43f-5bf8-6f6f9aa61d1c-2c5f1bc4, #w-node-_5aa2e67b-d709-e43f-5bf8-6f6f9aa61d29-2c5f1bc4, #w-node-d9ad8333-c56a-c8ea-9eb9-8241522ef349-2c5f1bc4, #w-node-dc44fd75-29c1-e730-3077-0ab0e4df7599-2c5f1bc4, #w-node-dc44fd75-29c1-e730-3077-0ab0e4df75a6-2c5f1bc4, #w-node-dc44fd75-29c1-e730-3077-0ab0e4df75b3-2c5f1bc4, #w-node-e4af5521-9bf7-0aee-20f2-db68dda675de-2c5f1bc4, #w-node-e4af5521-9bf7-0aee-20f2-db68dda675eb-2c5f1bc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab41665d-386f-a294-96a0-1e325cb5a3e6-2c5f1bc4, #w-node-_349e035b-67b0-5ae0-9b9a-17dd7f73bee6-2c5f1bc4 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_869e8865-f1db-6032-641e-b756891a2207-2c5f1bc4 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_869e8865-f1db-6032-641e-b756891a2212-2c5f1bc4 {
    grid-area: 2 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_6c462fb3-166e-55e4-6963-321691307711-550fcf76 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_082da9d9-d1d6-9db6-62e1-2b24874b3e4d-550fcf76 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-ba1f68bc-1ab1-242e-323a-14af536b493b-550fcf76 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-ba1f68bc-1ab1-242e-323a-14af536b4946-550fcf76 {
    grid-area: 2 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_8d69e5e6-7eda-530f-a02e-eed13860f653-dfb092b6, #w-node-_8d69e5e6-7eda-530f-a02e-eed13860f660-dfb092b6, #w-node-_8d69e5e6-7eda-530f-a02e-eed13860f676-dfb092b6, #w-node-_8d69e5e6-7eda-530f-a02e-eed13860f68c-dfb092b6, #w-node-_8d69e5e6-7eda-530f-a02e-eed13860f699-dfb092b6, #w-node-_8d69e5e6-7eda-530f-a02e-eed13860f6a3-dfb092b6, #w-node-_8d69e5e6-7eda-530f-a02e-eed13860f6b0-dfb092b6, #w-node-c92f6c0e-2f9d-578a-300c-e8e5a1f4617b-dfb092b6, #w-node-_97c90124-b697-5e89-f495-a642c654ab29-dfb092b6, #w-node-a03fca75-3d82-e3e1-8757-59b7f3773173-dfb092b6, #w-node-f1198c56-ad9b-61f9-858d-9c45dd24cb87-dfb092b6, #w-node-ae8ac849-2ef1-69da-65ef-ef6f5013c697-dfb092b6, #w-node-eada130b-c2c4-21b6-7d76-a5244475c946-dfb092b6, #w-node-eada130b-c2c4-21b6-7d76-a5244475c952-dfb092b6, #w-node-eada130b-c2c4-21b6-7d76-a5244475c95e-dfb092b6, #w-node-eada130b-c2c4-21b6-7d76-a5244475c96a-dfb092b6, #w-node-eada130b-c2c4-21b6-7d76-a5244475c976-dfb092b6, #w-node-eada130b-c2c4-21b6-7d76-a5244475c982-dfb092b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eacc157c-7ebe-6c66-88ba-e0c22f76af80-dfb092b6 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-eacc157c-7ebe-6c66-88ba-e0c22f76af8b-dfb092b6 {
    grid-area: 2 / 1 / 2 / 2;
    justify-self: start;
  }
}


