/* font yg di gunakan */

@font-face {
  font-family: "Cambon";
  src: url("https://uploads-ssl.webflow.com/62c5222c5c09949081182d4d/62c5222c5c09942d22182d7a_Cambon-ExtraLight.ttf")
    format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cambon";
  src: url("https://uploads-ssl.webflow.com/62c5222c5c09949081182d4d/62c5222c5c09946069182d7b_Cambon-Italic.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cambon";
  src: url("https://uploads-ssl.webflow.com/62c5222c5c09949081182d4d/62c5222c5c099479ec182d80_Cambon-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cambon";
  src: url("https://uploads-ssl.webflow.com/62c5222c5c09949081182d4d/62c5222c5c09944461182d7d_Cambon-LightItalic.ttf")
    format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cambon";
  src: url("https://uploads-ssl.webflow.com/62c5222c5c09949081182d4d/62c5222c5c09940b4b182d7e_Cambon-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cambon";
  src: url("https://uploads-ssl.webflow.com/62c5222c5c09949081182d4d/62c5222c5c0994e942182d7c_Cambon-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cambon";
  src: url("https://uploads-ssl.webflow.com/62c5222c5c09949081182d4d/62c5222c5c0994853a182d7f_Cambon-MediumItalic.ttf")
    format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cambon";
  src: url("https://uploads-ssl.webflow.com/62c5222c5c09949081182d4d/62c5222c5c099452b8182d81_Cambon-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cambon";
  src: url("https://uploads-ssl.webflow.com/62c5222c5c09949081182d4d/62c5222c5c09942ade182d82_Cambon-SemiBoldItalic.ttf")
    format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cambon";
  src: url("https://uploads-ssl.webflow.com/62c5222c5c09949081182d4d/62c5222c5c09948e19182d83_Cambon-ExtraLightItalic.ttf")
    format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neutra Text Bold";
  src: url("../font/text_neutura/Neutra_Text_Bold/Neutra_Text_Bold.otf");
}
@font-face {
  font-family: "Neutra Text bold italic";
  src: url("../font/text_neutura/Neutra_Text_Bold_Italic/Neutra_Text_Bold_Italic.otf");
}
@font-face {
  font-family: "Neutra Text book";
  src: url("../font/text_neutura/Neutra_Text_Book/Neutra_Text_Book.otf");
}
@font-face {
  font-family: "Neutra Text book italic";
  src: url("../font/text_neutura/Neutra_Text_Book_Italic_Alt/Neutra_Text_Book_Italic_Alt.otf");
}
@font-face {
  font-family: "roustel";
  src: url("../font/Roustel.ttf");
}
:root {
  --black-400: #484848;
  --black-100: #2f2f2e;
  --white-100: whitesmoke;
  --black-500: #787878;
  --gold: #bc9b61;
  --white-400: #e5e5e5;
  --text-gold: #a08556;
  --gold-gradient-1: #8c4e03;
  --gold-gradient-2: #d9ae5f;
  --gold-gradient-3: #f1e3b5;
  --white-500: #efece8;
  --white-300: #faf6f1;
  --white-400-401: #f2f0ec;
  --link-to: #06c;
  --dark-khaki: #0052a3;
  --white-500-501: #f1f0ed;
  --bright-gold: #f6dd84;
}
body {
  color: var(--black-400);
  background-color: #fff;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.doc-v-rounded {
  width: 100px;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  position: relative;
  padding: 10px;
}

a:hover {
  color: #ffffff !important;
}
.line-1 {
  height: 1px;
  width: 7em;
  margin: auto;
  position: relative;
  background: black;
}

h1 {
  color: #2f2f2e;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Cambon";
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  color: var(--black-100);
  font-family: Cambon, Times New Roman, sans-serif;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  color: var(--black-100);
  letter-spacing: 0.2px;
  margin-top: 10px;
  margin-bottom: 4px;
  font-family: Cambon, Times New Roman, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.4em;
}

h4 {
  color: var(--black-100);
  letter-spacing: 0.15px;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Cambon, Times New Roman, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3em;
}

h5 {
  color: var(--black-100);
  letter-spacing: 0.2px;
  font-family: Cambon, Times New Roman, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5em;
}

h6 {
  color: var(--black-100);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cambon, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

p {
  color: #383838;
  font-size: 1.1em;
  line-height: 1.5em;
}

a {
  color: #000;
  text-decoration: none;
}
.pembatas {
  height: 20px;
  background: goldenrod;
}
.hublok {
  color: white;
  cursor: pointer;
  margin-top: 5%;
}
#sosmed-top {
  max-width: 20px !important;
  max-height: 20px !important;
}

.hublok:hover {
  color: rgb(92, 90, 90);
  opacity: 0.5;
}
.card {
  padding: 0px !important;
}

.lokhub {
  font-family: "Cambon";
  font-size: 1.5vw;
  text-align: center;
}

.roustel {
  font-family: "roustel";
  font-size: 6vw;
  padding: 0px;
  margin: 0px;
  background: -webkit-radial-gradient(#d7cccc, #a37076);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.judul_tag {
  font-family: "Cambon";
  font-size: 2vw;
  text-align: center;
}
.judul_detail {
  font-family: "Cambon";
  font-size: 1.5vw;
  text-align: center;
}
.header {
  background: black;
  /* background: linear-gradient(to right, #a66d6c, #dfa7a3, #a66d6c); */
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 1fr);
}
.w-form {
  margin: 0 0 15px;
}
.form-field.half {
  width: 50%;
}
.form-field {
  color: var(--black-400);
  text-align: left;
  background-color: transparent;
  border: 0 solid #000;
  border-bottom-width: 1px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.form-field.no-margin {
  margin-bottom: 0;
}
.form-arrow {
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 0%;
}
.form-submitted-on-page {
  display: none;
}
.form-radio {
  width: 50%;
  grid-column-gap: 1em;
  align-items: center;
  display: flex;
}
.hide-at-second {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
  position: relative;
}
.form-radio-wrapper {
  grid-column-gap: 0.3em;
  align-items: center;
  padding-left: 14px;
  display: flex;
}
.div-block-360 {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
  position: relative;
}
.hint {
  color: rgba(72, 72, 72, 0.5);
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
}
.success-message-2 {
  background-color: var(--black-100);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2em;
}
.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}
.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}
label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}
.w-checkbox {
  padding-left: 26px;
  margin-bottom: 6px;
}

.w-checkbox-input {
  margin: 6px 0 0 -25px;
}
.container {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}
/* our discovery */
.container-image {
  position: relative;
  text-align: center;
  color: white;
}
.page_banner {
  content: url("../banner/home.jpg");
}
.text-centered {
  position: absolute;
  color: #606060;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.roustel-dokter {
  font-family: "roustel";
  font-size: 80px;
  background: -webkit-radial-gradient(#d7cccc, #a37076);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10%;
}
.goals {
  left: -20% !important;
}

.button_booked {
  border-radius: 20px;
  background: #000;
  /* background-image: radial-gradient(#eaeaea,#946b6f) ; */
  border: none;
  color: white;
  text-align: center;
  /* font-size: 22px; */
  font-weight: bolder;
  padding: 10px 50px;
  /* width: 550px; */
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family: "Neutra Text book";
  font-size: 22px;
}

.button_booked span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button_booked span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
}

.button_booked:hover span {
  padding-right: 25px;
  color: #714745;
}

.button_booked:hover span:after {
  opacity: 1;
  right: 0;
}
/* penawaran */
.penawaran {
  content: url("../materi/penawaran.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 130px;
  width: 100%;
}

/* scroll bar */
.sekrol::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
/* Before After Area */
.area_text {
  height: 100px;
  background-color: #f1e6e0;
}
.text_BA {
  font-size: 30px !important;
  background: -webkit-radial-gradient(#dfa7a3, #a66d6c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Track */
.sekrol::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.sekrol::-webkit-scrollbar-thumb {
  background: #b67069;
  border-radius: 10px;
}

/* Handle on hover */
.sekrol::-webkit-scrollbar-thumb:hover {
  background: #b67069;
}

/* footer */

.informasi_non-surgical {
  content: url("../banner/non_surgical.jpg");
  width: 100%;
  /* margin-left:-15px;  */
  /* max-height:350px;  */
  height: auto;
}
.informasi_surgical {
  content: url("../banner/surgical.jpg");
  width: 100%;
  /* margin-left:-15px;  */
  /* max-height:350px;  */
  height: auto;
}
.saggy_tummy_img {
  content: url("../banner/saggy-tummy.jpg");
  width: 100%;
  /* margin-left:-15px;  */
  /* max-height:350px;  */
  height: auto;
}
.face-contour {
  content: url("../banner/face-contour.jpg");
  width: 100%;
  /* margin-left:-15px; 
        max-height:350px;  */
  height: auto;
}
.man-six-pack {
  content: url("../banner/man-six-pack.jpg");
  width: 100%;
  /* margin-left:-15px; 
        max-height:350px;  */
  height: auto;
}
.informasi_25 {
  content: url("../materi/INFORMASI-25.webp");
  width: 100%;
  /* margin-left:-15px; 
        max-height:350px;  */
  height: auto;
}
.text-informasi {
  color: white;
  font-family: "Cambon";
  font-weight: bolder;
  text-decoration: underline;
  position: absolute;
  bottom: 8px;
  left: 0px;
}

.judul-informasi {
  color: white;
  font-family: "Cambon";
  font-size: 2.5vw;
}
.nav-item .nav-link.show.active {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  font-weight: bolder;
}
.nav-link {
  font-size: 1.4vw !important;
  font-weight: 300;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-link:hover {
  background-image: -moz-linear-ggradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  font-weight: bolder;
}
.nav-link-mobile {
  color: #ffffff !important;
  font-weight: bolder !important;
}
.nav-warna {
  /* background: linear-gradient(90deg, #d5a8a2, #b47169 90%); */
  background: rgba(255, 255, 255, 0.95);
}
.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
  max-height: 800px;
  visibility: visible;
}
.dropdown-menu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-top: 2px solid #3d1714;
}
ul li a {
  color: #3d1714 !important;
  font-weight: bolder;
}
.list-group-item {
  background-color: transparent !important;
  border: none;
  font-size: 14px;
  text-transform: uppercase !important;
  color: var(--black-100) !important;
  font-weight: 300 !important;
}
.list-group-item-action:hover {
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  color: #fff !important;
}
.title-menu {
  font-size: 25px;
  background: -moz-linear-gradient(
    90deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background: -o-linear-gradient(
    90deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background: -ms-linear-gradient(
    90deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9% rgb(252, 242, 5) 93.9%
  );
  background: linear-gradient(
    90deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 0;
  position: relative;
  font-weight: bolder;
}
.title-menu span {
  /* border-bottom: 2px solid rgba(0, 0, 0, 0.1); */
  margin-bottom: -2px;
  margin-right: 15px;
  padding-bottom: 7.5px;
}
.title-menu span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 100px;
  background-image: linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -moz-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
}
/* effect menu bar bawah */
.img-zoom {
  /* height: 50%; */
  height: 100%;
  overflow: hidden;
}
.img-zoom--brightness img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(50%);
}

.img-zoom--brightness:hover img {
  filter: brightness(100%);
  transform: scale(1.3);
}

.mobile {
  display: none;
}
.top_btn {
  display: none;
  position: fixed;
  bottom: 180px;
  right: 60px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: rgb(233, 188, 182) url("../../assets/img/icon/top_btn.png")
    no-repeat center / 25px;
  box-shadow: 0 5px 15px -5px;
  z-index: 100;
  transition: all 0.5s;
  opacity: 0;
}
.top_btn.show {
  opacity: 1;
}

.top_btn:hover {
  background-color: rgb(166, 109, 108);
}

.dokter-img {
  content: url("../materi/dokter_1.webp");
}
.info-perusahaan {
  margin-top: 20px;
  clear: both;
  overflow: hidden;
}
.info-perusahaan li {
  padding-right: 5px;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 350;
  color: #ddd;
  line-height: 1.2;
  letter-spacing: 0;
}

/* desktop */
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 36px;
  }
  .line-1 {
    width: 6vw;
  }
  .roustel {
    font-family: "roustel";
    font-size: 60px;
    background: -webkit-radial-gradient(#d7cccc, #a37076);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 60px 0px 0px 0px !important;
    padding: 0px;
  }
  .navbar {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
  .offcanvas {
    height: 93.5% !important;
    top: 46px !important;
    padding: 0px;
    margin: 0px;
  }
  .hiden {
    display: none;
  }

  .judul_tag {
    font-size: 14px;
    color: #606060;
  }
  .judul_detail {
    font-size: 10px;
    color: #606060;
  }
  .button_booked {
    border-radius: 20px;
    background: #000;
    border: none;
    color: white;
    text-align: center;
    font-weight: bolder;
    padding: 5px 15px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    font-family: "Cambon";
    font-size: 10px;
  }

  .button_booked span {
    cursor: pointer;
    display: inline;
    position: relative;
    transition: 0.5s;
  }

  .button_booked span:after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: -3.5px;
    right: -5px;
    transition: 0.5s;
  }

  .page_banner {
    content: url("../materi/page_mobile.jpg");
    width: 100%;
    height: 100% !important;
  }
  /* penawaran */
  .penawaran {
    content: url("../materi/penawaran.jpg");
    width: 100px;
    height: 30px;
    margin: 10px 0px 0px 0px;
  }
  .dokter_utama {
    font-size: 70px;
    background: -webkit-radial-gradient(#d7cccc, #a37076);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color: #a37076; */
  }
  .dokter_tag {
    font-size: 30px;
    color: #67494b;
  }

  .text_BA {
    font-size: 10px;
  }
  .area_text {
    height: 50px;
    background-color: #f1e6e0;
  }
  .dokter-img {
    content: url("../materi/dokter_mobile.png");
  }
  /* footer */
  .informasi_22 {
    content: url("../materi/INFORMASI-22_mobile.jpg");
    height: auto;
    width: 100%;
  }
  .informasi_23 {
    content: url("../materi/INFORMASI-23_mobile.jpg");
    height: auto;
    width: 100%;
  }
  .informasi_24 {
    content: url("../materi/INFORMASI-24_mobile.jpg");
    height: auto;
    width: 100%;
  }
  .informasi_25 {
    content: url("../materi/INFORMASI-25_mobile.jpg");
    height: auto;
    width: 100%;
  }
  .judul-informasi {
    color: white;
    font-family: "Cambon";
    font-size: 7vw;
  }

  .pembatas {
    height: 10px;
    background: goldenrod;
  }

  .top_btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    background: rgb(233, 188, 182) url("../../assets/img/icon/top_btn.png")
      no-repeat center / 20px;
    box-shadow: 0 5px 15px -5px;
    z-index: 100;
    transition: all 0.5s;
    opacity: 0;
  }
  .top_btn.show {
    opacity: 1;
  }

  .top_btn:hover {
    background-color: rgb(166, 109, 108);
  }
  .card_mb {
    height: 180px;
    padding: 0px;
    margin: 0px;
  }
  .text-informasi {
    color: white;
    font-family: "Cambon";
    font-weight: bolder;
    bottom: 5%;
    left: 10px;
    text-decoration: underline;
  }

  .list-group-light {
    --mdb-list-group-light-item-border: 2px solid #d2d2d2 !important;
  }
}

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}

/* youtube */

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 0;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 135%;
  top: 0%;
  left: -17%;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  display: block;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
.box-dokter {
  border: 1px solid #00000033;
  padding: 2em;
}

.list-bio-doc > li::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-image: url("https://assets-global.website-files.com/62c5222c5c09949081182d4d/6322f296859b967ec453378f_bullet%20point%20icon%20-%20gold.svg");
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: center center;
  vertical-align: middle;
  font-family: "Cambon";
}
ul#listBio li {
  list-style-image: url("../../../../assets/img/frontWeb/icon/icon-mahkota-li-1.svg");
}
.light {
  color: #fff;
  flex: none;
}

.contact-page-info {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 11em;
  display: flex;
}
.div-block-lla-7 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.div-lock-lla-797 {
  width: 100%;
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}
.image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.images_ {
  z-index: 1;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.mobile {
  display: none;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
}

.splide__arrows.is--center {
  justify-content: center;
  padding-left: 1em;
}

.splide__slide {
  flex: none;
  display: flex;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__track {
  width: 100%;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.custom-cursor.concerns-slider {
  padding-top: 20px;
}

.splide.custom-cursor.blog-footer-slider {
  height: 30vh;
}

.splide.custom-cursor.gallery-slider.bot-80.full-height {
  height: auto;
}
/* custome by jesen  */
.black-bg {
  background-color: #000;
  position: relative;
}
.page-header-padding {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 11em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}
.page-header-background {
  z-index: 1;
  opacity: 0.4;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.page-header-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-3 {
  z-index: 20;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}
.vertical-flex {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.vertical-flex.with-gap-6em,
.vertical-flex.with-gap-4em {
  grid-row-gap: 4em;
}
.header-slider-content {
  width: 100%;
  max-width: 85em;
  grid-column-gap: 5em;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.elipse-button {
  z-index: 1;
  width: 4em;
  height: 5em;
  border-radius: 50em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.elipse-button-border-3 {
  z-index: 5;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50em;
  transition: border-radius 0.4s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.elipse-button-content {
  z-index: 20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}
.main-elipse-button {
  z-index: 20;
  width: 6em;
  height: 8em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.elipse-button-icon-2 {
  z-index: 10;
  width: 1em;
  height: 6em;
  object-fit: contain;
  font-size: 1.2em;
  position: relative;
}
.elipse-button-text-1 {
  width: 8em;
  color: #d3b1b1;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.2em;
  display: none;
  position: absolute;
}
.elipse-circle {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #c49c9c;
  border-radius: 50em;
  position: absolute;
}

.elipse-circle.is-transparent {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.elipse-circle.is-transparent:hover {
  border-color: #fff;
}
img {
  max-width: 100%;
  display: inline-block;
}
span {
  line-height: 1.5em;
}
.big-h1 {
  z-index: 10;
  max-width: 13em;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 65px;
  position: relative;
}
.padding-n {
  width: 100%;
  padding: 6em 0;
}
.usp {
  color: #fff;
  flex: 0 auto;
  line-height: 1.5;
}

.usp.gold.right-40 {
  margin-right: 40px;
}

.usp-wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}
.link-button.right-10 {
  padding-right: 10px;
}
.button-icon.right {
  margin-left: 8px;
  margin-right: 0;
}

.button-icon.right.white-icon {
  filter: invert();
}
.small-text-caps {
  color: #3f3f3f;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.div-block-lla-1 {
  max-width: 80%;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.div-block-lla-2 {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.center-paragraph {
  max-width: 50em;
}
.title-with-line-left {
  width: 100%;
  max-width: 60em;
  grid-column-gap: 4em;
  text-align: left;
  align-items: center;
  margin-right: auto;
  display: flex;
}
.title-line-2 {
  width: 7em;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  flex: none;
  position: relative;
  overflow: hidden;
}
.button-2 {
  grid-column-gap: 0.1em;
  background-color: #222;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 60px;
  display: flex;
}
.button-7 {
  grid-column-gap: 0.1em;
  background-image: linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -moz-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  justify-content: flex-start;
  align-items: center;
  padding: 10px 50px;
  display: flex;
}
.button-article {
  grid-column-gap: 0.1em;
  background-image: linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -moz-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(114, 224, 213) 0%,
    rgb(164, 127, 240) 31%,
    rgb(236, 123, 105) 93.9%
  );
  justify-content: flex-start;
  align-items: center;
  padding: 10px 50px;
}
.button-inner-wrapper {
  align-items: center;
  display: flex;
}
.button-small-text-caps {
  color: #3f3f3f;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  flex: none;
  font-family: Jost, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.button-small-text-caps.light {
  color: #fff;
}
.button-big-text-caps {
  color: #3f3f3f;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  flex: none;
  font-family: Jost, sans-serif;
  font-size: 19px;
  font-weight: bold;
}
.button-big-text-caps.light {
  color: #fff;
}
.button-text-icon {
  height: 18px;
  margin-right: 12px;
}
.pattern {
  z-index: 1;
  opacity: 0.2;
  background-image: url(https://assets-global.website-files.com/62c5222c5c09949081182d4d/64f1aa1bf383f8bbe82b1c75_pattern.svg);
  background-position: 50%;
  background-size: 2em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.contact-form-background {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.contact-form {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
}
.contact-form-wrapper {
  z-index: 1;
  width: 50%;
  background-color: #fff;
  padding: 70px;
  position: relative;
}
.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.section.big-padding {
  padding-top: 14vh;
  padding-bottom: 14vh;
}
.big-padding {
  padding-top: 12vh;
  padding-bottom: 12vh;
}
.artisan-group-item-image {
  min-height: 40em;
  position: relative;
}
._3d-block {
  z-index: 1;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
._3d-trigger {
  z-index: 10;
  width: 110%;
  height: 115%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}
.image-animation-trigger-3 {
  z-index: 10;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}
.parallax-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.animation-color-bg {
  z-index: 15;
  background-color: #202020;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.cover-image-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.w-block {
  display: block;
}

.cover-image-2.is-parallax {
  height: 100%;
  top: auto;
  bottom: auto;
}
.form-wrapper {
  margin-bottom: 4px;
}
.form-input.long {
  min-height: 8em;
  background-color: #f2f1f4;
  border: 1px #000;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
.image-44 {
  transform: rotate(180deg);
}
.submit-button-5 {
  width: 100%;
  height: 100%;
  background-color: var(--black-100);
  font-size: 16px;
}
.form-back-arrow {
  cursor: pointer;
  touch-action: manipulation;
}
.form-back-arrow {
  width: 24px;
  height: 24px;
  display: flex;
}
.div-block-371 {
  grid-column-gap: 1em;
  display: flex;
}
.normal {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
  position: relative;
}
.hidden-at-first {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}
.div-block-373 {
  width: 100%;
  grid-column-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.footer {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 14vh;
  position: relative;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.collection-list.grid {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.grid.footer-treatments {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
}
.collection-list-wrapper {
  width: 100%;
}
.underline-link-wrapper {
  font-size: 0.9em;
}
.link-block {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 2px;
  text-decoration: none;
}

.link-block:hover,
.link-block:active,
.link-block:focus,
.link-block:visited {
  color: #000;
}
.footer-wrapper {
  display: flex;
}
.footer-left {
  width: 55%;
}
.footer-right {
  width: 45%;
  flex-direction: column;
  line-height: 1;
  display: flex;
}

.footer-right.mobile {
  display: none;
}

.footer-logo-wrapper {
  width: 280px;
}
.footer-clinic-info {
  padding-top: 20px;
  padding-bottom: 60px;
}

.footer-menu-title {
  color: #848484;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
}

.footer-menu-title.light.top-40 {
  margin-top: 40px;
}

.footer-bottom {
  width: 100%;
  background-color: #141414;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-clinic-name {
  color: #fff;
  letter-spacing: 0.2px;
  font-family: Cambon, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 1;
}

.footer-address {
  color: #848484;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
}

.footer-phone-number {
  color: #848484;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1;
}

.footer-bottom-left {
  display: flex;
}

.footer-bottom-column {
  width: 33.3333%;
}

.footer-bottom-column.right {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-bottom-link {
  color: #848484;
  align-items: center;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.footer-bottom-link.right-border {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom-link.right-border.first {
  padding-left: 0;
}

.footer-bottom-wrapper {
  color: #848484;
  align-items: center;
  display: flex;
}

.copyright {
  font-size: 12px;
}
.invert {
  filter: invert();
}

.social-media-icon {
  width: 28px;
  padding: 4px;
}

.social-media-icon.invert {
  filter: brightness(200%) invert();
}

.top-20 {
  padding-top: 20px;
}
.top-40 {
  padding-top: 40px;
}
.left-20 {
  padding-left: 20px;
}
.inline {
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}
.footer-info {
  color: #848484;
  font-size: 15px;
  line-height: 1.6;
}

.footer-info.inline {
  display: inline-block;
}

.footer-info.inline.white,
.white {
  color: #fff;
}
.link-underline.light {
  background-color: #fff;
}

.flex-horizontal {
  display: flex;
}
.underline-link-wrapper {
  font-size: 0.9em;
}
.link-block {
  padding-top: 8px;
  padding-bottom: 8px px;
  padding-right: 2px;
  text-decoration: none;
}
.fix-width-to-link {
  position: relative;
}
.link-text {
  white-space: nowrap;
  align-items: center;
  font-size: 1em;
  text-decoration: none;
  display: flex;
}
.link-underline {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.relative {
  z-index: 1;
  position: relative;
}

.indent-left {
  padding-left: 4.75vw;
}

.top-60 {
  padding-top: 60px;
}
.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: transparent;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}
.slide-nav-2,
.hide {
  display: none;
}
.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: 0.2em 0.5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*="\ w-icon-"],
.w-slider-arrow-right [class*="\ w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

.accordian-icon-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.footer-dropdown-toggle {
  width: 100%;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 10px;
  display: flex;
}

.footer-dropdown-toggle.w--open {
  justify-content: space-between;
}

.footer-dropdown-wrapper {
  width: 100%;
  margin-top: 4px;
}

.footer-dropdown {
  background-color: transparent;
  padding: 0 40px 30px;
  position: relative;
}

.footer-dropdown-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.menu-links-flex {
  width: 100%;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.menu-links-flex.top-2em {
  margin-top: 2em;
}
.menu-large-button-list {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.large-button-name {
  z-index: 10;
  font-family: Cambon, Times New Roman, sans-serif;
  font-size: 2.7em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.menu-template-button-text {
  color: #ccc;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.7em;
}

.large-button {
  grid-row-gap: 4em;
  color: #e7d2d2;
  text-align: left;
  background-color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em;
  transition: background-color 0.2s, border-color 0.2s;
  display: flex;
  position: relative;
}

.large-button:hover {
  color: #f5eaea;
  background-color: #2a2435;
}

.large-button.in-menu {
  grid-row-gap: 2em;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  background-size: cover;
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1),
    box-shadow 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0);
}

.large-button.in-menu:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.4);
}

.large-button-title-block {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 1.5em;
  color: #fff;
  flex-flow: column wrap-reverse;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.listing-button {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.4em;
  position: relative;
}

.listing-button.with-animations {
  width: auto;
  height: auto;
  font-size: 1em;
}
.arrow-2 {
  max-height: 20px;
  margin-left: 4px;
}

.arrow-2.button-icon-right {
  margin-left: 8px;
}

.parallax-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
.leaf-1 {
  z-index: 3;
  background-image: url(https://assets-global.website-files.com/62c5222c5c09949081182d4d/62c75b38fa6343e7bf303266_leaf%201.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.leaf-2 {
  z-index: 1;
  background-image: url(https://assets-global.website-files.com/62c5222c5c09949081182d4d/62c75b38dac142073c5c5f4e_leaf%202.webp);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.leaf-3 {
  z-index: 1;
  background-image: url(https://assets-global.website-files.com/62c5222c5c09949081182d4d/62c75b38870bb62562aa4561_leaf%203.webp);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.leaf-4 {
  z-index: 1;
  background-image: url(https://assets-global.website-files.com/62c5222c5c09949081182d4d/62c75b39b0d84c9f57adf6f6_leaf%204.webp);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.leaf-5 {
  z-index: 3;
  background-image: url(https://assets-global.website-files.com/62c5222c5c09949081182d4d/62c75b380255eae30ee7d783_leaf%205.webp);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.leaf-6 {
  z-index: 1;
  background-image: url(https://assets-global.website-files.com/62c5222c5c09949081182d4d/62c75b38c57c57a65add3727_leaf%206.webp);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.leaf-7 {
  z-index: 1;
  background-image: url(https://assets-global.website-files.com/62c5222c5c09949081182d4d/62c75b380c37de44c9172b12_leaf%207.webp);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.woman {
  z-index: 2;
  /* background-image: url(https://assets-global.website-files.com/62c5222c5c09949081182d4d/62c75d46dac14235755c6c99_woman.webp); */
  background-image: url("https://lalumiere-aesthetics.id/assets/img/bg/women-lla-bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-bg {
  background-image: url(https://assets-global.website-files.com/62c5222c5c09949081182d4d/632fb207e23912c5a7d0d4a3_white%20bg.webp);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.section-5 {
  z-index: 1;
  background-color: #fff;
  position: relative;
}
.center {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.width-70 {
  width: 70%;
}
.h2-large {
  letter-spacing: -0.6px;
  margin-bottom: 4px;
  font-size: 2.5vw;
  line-height: 1.2em;
}

.h2-pairing {
  opacity: 0.5;
  margin-top: 4px;
  font-style: italic;
}
.section-3 {
  overflow: hidden;
}
.parallax-overlay {
  z-index: 4;
  background-image: linear-gradient(
    #faf6f1,
    rgba(250, 246, 241, 0) 12%,
    rgba(250, 246, 241, 0) 80%,
    #faf6f1
  );
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.parallax-overlay._2 {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 75%, #fff 97%);
}
.bot-10 {
  margin-bottom: 10px;
}
.width-50 {
  width: 50%;
}
.width-33 {
  width: 33.33%;
}
.top-60 {
  padding-top: 60px;
}
.div-block-189 {
  width: 80%;
  grid-column-gap: 20px;
  display: flex;
}
.div-block-full {
  width: 100%;
  grid-column-gap: 20px;
  display: flex;
}

.div-block-190 {
  grid-column-gap: 20px;
  text-align: left;
  flex-direction: row;
  flex: 1;
  align-items: stretch;
  display: flex;
}
.usp-icon {
  width: 5.4vh;
}
.clinic-usp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}
.content {
  position: relative;
}
.slider-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background-image._3 {
  object-position: 50% 0%;
}
.blur-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.hero-background-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
}

.hero-background-image.blur.ultherapy {
  object-position: 0% 0%;
}
.dark-bg {
  background-color: #000;
}
.hero-slider {
  height: 100vh;
}
.slider-background-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.h1-pairing {
  font-size: 2.55vw;
  font-style: italic;
  font-weight: 300;
}

.h1-pairing.light {
  color: rgba(255, 255, 255, 0.7);
}

.home-hero-title-wrapper {
  z-index: 9;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 7vh;
  display: flex;
  position: relative;
}

.home-hero-title---animate.h1-pairing {
  margin-top: 6px;
  line-height: 1em;
}

.ad-background-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.ad-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ad-background-image.long {
  object-position: 100% 50%;
}

.top-4 {
  margin-top: 4px;
}
.hero-section-1 {
  width: 100%;
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.tc-2-left {
  width: 50%;
  margin-right: 140px;
}
.richtext-2 {
  color: #2f2f2e;
  font-size: 1.1em;
  line-height: 1.5em;
}
.hero-title {
  z-index: 3;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 4em;
  display: flex;
  position: relative;
}

.hero-title.indent-left.blur {
  padding-top: 10vh;
}
.hero-background-wrapper {
  z-index: 0;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.hero-background-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.slider-background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.move-up {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.move-up.no-bg {
  background-color: transparent;
}

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

.button-wrapper {
  display: flex;
}

.button-wrapper.top-40.hide {
  display: none;
}

.tc-1-right {
  width: 60%;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}
.tc-1-right-2 {
  width: 30%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}
.width-60 {
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.width-60.indent-left {
  padding-left: 4.75vw;
}

.width-50 {
  width: 50%;
}

.width-50.padding-100-left-right {
  padding-left: 100px;
  padding-right: 100px;
}

.width-50.padding-100-left-right.center-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.width-33 {
  width: 33.33%;
}

.width-33.padding-100-left-right {
  padding-left: 100px;
  padding-right: 100px;
}

.width-33.padding-100-left-right.center-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.treatment-content-1 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.treatment-image-tall {
  width: 50%;
  /* height: 80vh; */
  filter: brightness(80%);
  margin-top: 140px;
}

.treatment-content-2 {
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
}

.treatment-image-small {
  width: 100%;
  height: 40vh;
  filter: brightness(90%);
  margin-top: 80px;
}
.short-image-container {
  width: 100%;
  grid-column-gap: 20px;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
}

.short-image-container.no-bot {
  margin-bottom: 0;
}

.short-image-container.no-bot.hide {
  display: none;
}

.short-image-container.margin-top-20 {
  margin-top: 20px;
}

.short-image-container.mb-20 {
  margin-bottom: 20px;
}
.tc-1-left {
  width: 40%;
  flex-direction: column;
  display: flex;
}
.tc-1-left-2 {
  width: 70%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.who-is-it-for {
  width: 100%;
  height: 100%;
  display: flex;
}
.who-is-it-for-wrapper {
  z-index: 2;
  justify-content: flex-end;
  display: flex;
}
.subtitle-caps {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 0.9rem;
  line-height: 1;
}

.subtitle-caps.light {
  color: rgba(255, 255, 255, 0.5);
}

.subtitle-caps.no-margin-bottom {
  margin-bottom: 0;
}

.subtitle-caps.no-margin-bottom.top-4 {
  margin-top: 4px;
}

.subtitle-caps.bot-20 {
  margin-bottom: 20px;
}

.subtitle-caps.no-margin {
  margin-bottom: 0;
}
.background-wrapper {
  z-index: 0;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.div-block-186 {
  grid-column-gap: 20px;
  display: flex;
}
.accordian-toggle {
  grid-column-gap: 0.5em;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0;
  display: flex;
}

.accordian-2 {
  width: 100%;
}

.richtext-5 {
  color: #2f2f2e;
  font-size: 1.1em;
  line-height: 1.5em;
}
.profile-dropdown {
  background-color: transparent;
  padding: 20px 40px 0;
  position: relative;
}

.profile-dropdown.w--open {
  padding: 1em 2em;
}

.accordian-title {
  margin-top: 0;
}
.section-n {
  z-index: 10;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}

.section-n.section-white-bg {
  background-color: #fff;
}
/* responsive  */
@media screen and (min-width: 1920px) {
  .accordian-icon-2 {
    width: 1.2vw;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    letter-spacing: 0.2px;
    font-size: 1.4vw;
  }

  .usp {
    font-family: Jost, sans-serif;
  }

  .ad {
    padding-bottom: 2.4vw;
  }

  .hero-background-image.blur.ultherapy {
    object-position: 0% 0%;
  }

  .top-reads-in-blog {
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hero-background-overlay {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .contact-page-info,
  .contact-wrapper {
    grid-row-gap: 3em;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 18px;
    line-height: 26px;
  }

  .underline-link-wrapper {
    font-size: 16px;
  }

  .menu.w--open {
    filter: none;
  }

  .link-text {
    font-size: 15px;
  }

  .top-header-menu-link {
    font-size: 12px;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .container.big-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.small-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.small-padding.mobile-full-width {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.padding-top-bot-80 {
    padding-bottom: 20px;
  }

  .container.big-padding-top {
    padding-top: 60px;
  }

  .section.big-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.big-padding.no-big-padding-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-image-wrapper {
    height: 40vh;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .top-40 {
    padding-top: 30px;
  }

  .mobile {
    display: block;
  }

  .splide__slide {
    width: 50%;
  }

  .footer-left {
    width: 45%;
  }

  .footer-right {
    width: 55%;
  }

  .footer-menu-title {
    font-size: 11px;
  }

  .footer-clinic-name {
    font-size: 16px;
  }

  .footer-address,
  .footer-phone-number {
    font-size: 14px;
  }

  .footer-bottom-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .copyright {
    display: none;
  }

  .subtitle-caps {
    font-size: 14px;
  }

  .about-founder-wrapper {
    flex-direction: column;
  }

  .about-founder-image-wrapper {
    width: 100%;
    height: 500px;
    background-position: 50% 10%;
    background-size: cover;
  }

  .about-founder-description,
  .contact-form-wrapper {
    width: 100%;
    padding: 60px;
  }

  .hero-title {
    padding-left: 60px;
  }

  .hero-title.indent-left {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title.blur {
    padding-top: 8em;
  }

  .treatment-content-1 {
    grid-column-gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .badge {
    max-height: none;
  }

  .tc-1-right {
    width: 100%;
    /* flex-direction: row; */
    /* justify-content: flex-start; */
    padding-left: 0;
    padding-right: 0;
  }

  .width-60 {
    width: 100%;
  }

  .width-60.indent-left {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .width-50.padding-100-left-right {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .width-50.padding-100-left-right.center-vertical {
    padding-top: 20px;
  }

  .width-50.padding-100-left-right.center-vertical.no-padding-mobile {
    padding-top: 0;
  }
  .width-33 {
    width: 100%;
    padding-right: 0;
  }

  .width-33.padding-100-left-right {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .width-33.padding-100-left-right.center-vertical {
    padding-top: 20px;
  }

  .width-33.padding-100-left-right.center-vertical.no-padding-mobile {
    padding-top: 0;
  }

  .treatment-image-tall {
    width: 100%;
    /* height: 600px; */
    margin-top: 40px;
    top: 0;
  }

  .treatment-content-2 {
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .treatment-image-small {
    margin-top: 60px;
  }

  .div-block-141 {
    flex: none;
    overflow: auto;
  }

  .concern-sticky-menu {
    display: none;
  }

  .div-image-left {
    flex-direction: column;
  }

  .div-image-left.top-80 {
    padding-top: 40px;
  }

  .div-image-right {
    flex-direction: column-reverse;
  }

  .highlight-text {
    font-size: 16px;
  }

  .highlight-cta-image {
    max-height: 60px;
    margin-right: 14px;
  }

  .highlight-cta-buttons {
    flex-direction: row;
  }

  .highlight-cta-title {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 18px;
  }

  .div-block-145 {
    margin-left: 10px;
  }

  .div-block-146 {
    flex: none;
  }

  .div-block-148 {
    margin-top: 60px;
  }

  .center-content-wrapper {
    width: 100%;
  }

  .width-40 {
    width: 100%;
    padding-bottom: 0;
  }
  .width-70 {
    width: 100%;
    padding-bottom: 0;
  }

  .richtext p {
    padding-top: 20px;
  }

  .richtext h4 {
    margin-top: 20px;
  }

  .contact-form-background {
    width: 100%;
    height: 400px;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
    background-position: 100% 0;
    background-size: auto;
    display: block;
    position: relative;
  }

  .width-80 {
    width: 100%;
  }

  .button-text {
    font-size: 14px;
  }

  .indent-left {
    padding-left: 60px;
    padding-right: 60px;
  }

  .top-60 {
    padding-top: 60px;
  }

  .bullet-wrapper {
    margin-right: 40px;
  }

  .image.contact {
    object-position: 87% 0%;
  }

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

  .blog-hero {
    object-fit: cover;
  }

  .top-100 {
    padding-top: 60px;
  }

  .big-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-186 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .parallax-wrapper {
    height: 90vh;
    top: -10vh;
  }

  .div-block-189 {
    width: 100%;
    grid-column-gap: 40px;
  }

  .div-block-189.top-60 {
    width: 100%;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .div-block-full {
    width: 100%;
    grid-column-gap: 40px;
  }

  .div-block-full.top-60 {
    width: 100%;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .top-80 {
    padding-top: 40px;
  }

  .short-image-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .ad {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .ad-details-wrapper.long {
    width: 100%;
  }

  .footer-info {
    font-size: 14px;
  }

  .treatment-video-image.gouri {
    left: -90%;
  }

  .div-block-102 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-109 {
    justify-content: center;
  }

  .div-block-110 {
    margin-left: 40px;
  }

  .div-block-103 {
    padding-left: 40px;
  }

  .as-seen-on {
    font-size: 18.66px;
  }

  .hero-background-image {
    object-position: 60% 0%;
  }

  .hero-background-image.blur.ultherapy {
    object-position: 0% 0%;
  }

  .cursor {
    display: none;
  }

  .blog {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .blog-content-wrapper,
  .sidebar {
    width: 100%;
  }

  .blog-section {
    padding-bottom: 4vh;
  }

  .collection-list-3 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-block-233 {
    grid-row-gap: 10px;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-5-copy {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .new-nav-header {
    z-index: 999;
  }

  .new-nav-main {
    width: 100%;
  }

  .new-nav-treatments-submenu {
    height: 100%;
    display: none;
  }

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

  .new-nav-dropdown {
    z-index: 1;
  }

  .nav-link.big {
    font-size: 17px;
  }

  .nav-link.mb-20 {
    margin-bottom: 16px;
  }

  .nav-wrapper {
    width: 100%;
    padding-left: 4.16667vw;
    padding-right: 4.16667vw;
  }

  .div-block-16 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-13 {
    padding: 30px;
  }

  .new-nav-submenu.scrollbar {
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    flex: 0 auto;
    padding-top: 5vh;
    padding-left: 4.16667vw;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-10 {
    grid-column-gap: 16px;
  }

  .new-nav-footer {
    padding-bottom: 10vh;
  }

  .new-nav-concerns-submenu {
    height: 100%;
    padding-bottom: 10vh;
    display: none;
  }

  .new-nav-content {
    grid-column-gap: 20vw;
  }

  .new-nav-blog-submenu {
    display: none;
  }

  .new-nav-menu {
    z-index: 9999;
    width: 100vw;
    flex: 0 auto;
  }

  .body-overlay {
    z-index: 1;
  }

  .main-menu-wrap {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }

  .new-nav-social-media-text {
    font-size: 15px;
  }

  .new-nav-social-media-icon {
    width: 24px;
    height: 24px;
  }

  .feature-image {
    height: 130px;
  }

  .h1-pairing {
    font-size: 34px;
  }

  .home-hero-title-wrapper {
    padding-left: 60px;
  }

  .home-hero-title---animate.h1-pairing {
    font-size: 34px;
  }

  .concern-slider-link-text {
    font-size: 16px;
  }

  /* .section-5 {
    margin-top: -60px;
  } */

  .footer {
    padding-bottom: 100px;
    overflow: hidden;
  }

  .tc-1-left {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .tc-2-left {
    width: 100%;
    margin-right: 0;
  }

  .h2-large {
    margin-bottom: 0;
    font-size: 32px;
  }

  .big-padding-top {
    padding-top: 100px;
  }

  .embed-instagram.indent-left.top-40 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .dr-statement {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .gallery-slider {
    height: 60vh;
  }

  .desktop-hide {
    display: block;
  }

  .space-14vh {
    height: 14vh;
  }

  .mobile-hide {
    display: none;
  }

  .latest-post-wrapper.indent-left {
    padding-left: 0;
    padding-right: 0;
  }

  .concern-image-wrapper {
    height: 40vh;
    align-items: center;
    display: flex;
  }

  .concern-image {
    height: 100%;
  }

  .space.top-60 {
    padding-top: 40px;
  }

  .blog-content {
    padding: 20px 40px 60px;
  }

  .subtitle-caps-xs {
    font-size: 14px;
  }

  .section-6 {
    height: auto;
  }

  .media-feature {
    flex-direction: column;
  }

  .div-block-243 {
    padding-bottom: 0;
    overflow: hidden;
  }

  .mobile-padding {
    padding-top: 20px;
  }

  .container-desktop-only {
    padding-left: 4em;
    padding-right: 4em;
  }

  .div-block-269 {
    padding: 4em;
  }

  .padding {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .menu-explore-flex {
    color: #fff;
  }

  .image-43 {
    width: 10px;
  }

  .mobile-menu-clinic-info-text-2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .menu-template-button-wrap {
    padding: 2em 2em 2em 3em;
  }

  .book-appointment-button-2 {
    z-index: 86;
    display: none;
    position: absolute;
  }

  .top-bar-announcement-2 {
    height: 2em;
    grid-column-gap: 2em;
    color: #fff;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-line-2 {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .announcement-2 {
    font-size: 13px;
  }

  .div-block-270 {
    grid-row-gap: 2em;
    margin-top: 1em;
    display: flex;
  }

  .book-appointment-text {
    margin-top: -1px;
    font-size: 12px;
  }

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

  .main-menu-link-wrapper {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .main-menu-link-wrapper.underline-hover,
  .main-menu-link-wrapper.underline-hover:hover {
    border-bottom-style: none;
  }

  .menu-close {
    z-index: 999;
    display: none;
    position: absolute;
    top: 2.4em;
    left: 1.4em;
  }

  .main-nav-2 {
    height: auto;
    display: block;
  }

  .main-menu-link-text {
    margin-bottom: 0;
    line-height: 1.5em;
  }

  .book-appointment-button-mobile {
    z-index: 999;
    background-color: #222;
    justify-content: center;
    display: flex;
  }

  .divider-2 {
    background-color: rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dropdown-list-2 {
    z-index: 999;
    min-height: 100vh;
    box-shadow: none;
    background-color: #000;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dropdown-list-2.w--open {
    min-height: 100vh;
    box-shadow: none;
    background-color: #000;
    border-top: 1px solid rgba(18, 4, 44, 0.15);
    border-bottom: 1px solid rgba(18, 4, 44, 0.15);
    padding-top: 0;
    padding-left: 2em;
    padding-right: 2em;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-link-chevron-2.rotate-90 {
    margin-top: 0;
    transform: rotate(0);
  }

  .main-menu-2 {
    width: 100%;
    height: auto;
  }

  .switch-menu-2 {
    z-index: 999;
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    flex-direction: column;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
    display: none;
    position: relative;
  }

  .menu-template-button-text-2 {
    color: #fff;
  }

  .div-block-344 {
    width: 100%;
    grid-row-gap: 4em;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .back-button-2 {
    z-index: 999;
    grid-column-gap: 1px;
    align-items: center;
    margin-bottom: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
    position: relative;
  }

  .div-block-334 {
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .div-block-343 {
    grid-row-gap: 2em;
    flex-direction: column;
    display: flex;
  }

  .nav-center-panel-2 {
    flex: none;
    order: -1;
  }

  .navbar {
    background-color: #000;
  }

  .close-button-2 {
    display: flex;
  }

  .close-button-2.invert.hide {
    display: none;
  }

  .feature-procedure-image {
    width: 100%;
    object-position: 50% 50%;
  }

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

  .menu-links-grid,
  .menu-links-grid.blog {
    grid-template-columns: 1fr;
  }

  .back-arrow {
    transform: rotate(-180deg);
  }

  .image-42 {
    width: 12px;
  }

  .main-menu-wrapper {
    z-index: 1;
    width: 100%;
    height: auto;
    grid-column-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .book-form-wrapper {
    height: auto;
  }

  .booking-form {
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .div-block-318 {
    padding: 0.5em 1em;
  }

  .main-menu-link {
    z-index: 0;
    width: 100%;
    border-left-width: 0;
    border-left-color: transparent;
    flex-direction: row;
    order: -1;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3em;
  }

  .main-menu-link:hover {
    color: #12042c;
  }

  .mobile-menu-wrapper-2 {
    color: #fff;
  }

  .small-text-caps-2.dark-gray {
    color: rgba(255, 255, 255, 0.6);
  }

  .div-block-355 {
    display: flex;
  }

  .logo-block-2 {
    z-index: 90;
    height: 6em;
    background-color: #000;
    flex: 1;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .mobile-menu-clinic-info-2 {
    grid-row-gap: 0.25em;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .menu-links-flex-2 {
    z-index: 1;
    max-height: none;
    grid-row-gap: 2em;
    /* background-color: #000; */
    padding-bottom: 8em;
  }

  .mobile-menu-button-3 {
    z-index: 99;
    display: flex;
    position: absolute;
    top: 2em;
    left: 1em;
  }

  .container-2 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .procedures-menu-list-2 {
    margin-bottom: 0;
    padding-bottom: 2em;
  }

  .mobile-menu-clinic-info-wrapper {
    z-index: 2;
    background-color: #222;
    padding: 2em;
    display: flex;
  }

  .brand-link-block {
    height: 100%;
    align-items: stretch;
  }

  .book-appointment {
    height: auto;
    justify-content: flex-start;
    padding-top: 4em;
    padding-bottom: 4em;
    display: none;
    overflow: scroll;
  }

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

  .insurance-icon {
    width: 0.8em;
  }

  .mobile-menu-2 {
    color: #000;
    margin-top: -1px;
  }

  .mobile-menu-2.menu {
    z-index: 0;
    color: #fff;
    justify-content: center;
    margin-left: -4px;
    padding: 0;
    position: static;
  }

  .mobile-menu-2.light {
    color: #fff;
  }

  .text-area {
    min-height: 12em;
  }

  .div-block-359 {
    padding: 0.5em 1em;
  }

  .menu-template-link-block-2 {
    color: #fff;
  }

  .menu-template-button-wrap-3 {
    padding: 2em 2em 2em 3em;
  }

  .menu-explore-grid-3 {
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .form-back-arrow {
    display: none;
  }
  .form-arrow {
    display: none;
  }

  .content-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 0.5fr 1fr;
    margin-top: 0;
  }

  .large-text {
    font-size: 1.3em;
    line-height: 1.6em;
  }

  .background-video {
    min-height: 80vh;
  }

  .ads-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  }

  .h2-medium {
    margin-bottom: 0;
    font-size: 32px;
  }

  .page-header-padding {
    padding-top: 13em;
  }

  .container-3 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .title-line {
    width: 5em;
  }

  .title-with-line-center {
    grid-column-gap: 2em;
  }

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

  .padding-n {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .section.big-padding {
    padding-top: 14vh;
    padding-bottom: 14vh;
  }

  .artisan-group-item {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    font-size: 0.8em;
  }

  .menu-large-button-list {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    background-color: #fff;
    grid-template-columns: 1fr;
  }

  .menu-links-flex {
    z-index: 1;
    grid-row-gap: 2em;
    /* background-color: #000; */
  }

  .artisan-group-item-image {
    min-height: 40em;
  }

  .padding-61 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .contact-page-info {
    padding-left: 9em;
  }

  .title-line-2 {
    width: 5em;
  }

  .contact-block-1:hover {
    width: 100%;
  }

  .div-block-lla-7 {
    text-align: left;
  }

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

  .large-button-name {
    font-size: 2.2em;
  }

  .large-button {
    grid-row-gap: 2.75em;
    padding: 3em;
  }

  .large-button.in-menu {
    grid-row-gap: 1em;
    flex-direction: row;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 2em;
  }

  .large-button-title-block {
    grid-row-gap: 1em;
  }

  .mobile-menu-whatsapp-button {
    z-index: 99;
    width: 4em;
    height: 4em;
    display: flex;
    position: absolute;
    top: 1em;
    left: auto;
    right: 1em;
  }

  .h2-small {
    margin-bottom: 0;
    font-size: 32px;
  }

  .content-grid-1 {
    grid-column-gap: 5em;
    grid-template-columns: 1fr;
  }

  .content-grid-1.top-6em {
    padding-top: 4em;
  }

  .content-grid-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 0.5fr 1fr;
  }

  .badge-2 {
    width: 4.5em;
    max-height: none;
    left: 0;
  }

  .content-grid-1-image-1 {
    height: 35em;
  }

  .tc-1-left-2 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .tc-1-left-2.indent-left {
    padding-left: 0;
    padding-right: 0;
  }

  .treatment-content-3 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .content-grid-1-image-2 {
    height: 20em;
  }

  .tc-1-right-2 {
    width: 100%;
    grid-column-gap: 1em;
    text-align: left;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-275 {
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .highlight-box-wrapper-inner {
    padding: 2em;
  }

  .link-block-5 {
    grid-column-gap: 1em;
    flex-direction: row;
  }

  .consult-doct {
    font-size: 20px;
  }

  .link-block-6 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -0.2px;
  }

  h4 {
    letter-spacing: 0.15px;
    font-size: 18px;
  }

  .container.small-padding.mobile-full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .container.big-padding-top {
    padding-top: 40px;
  }

  .image-caption {
    font-size: 15px;
  }

  .dropdown-toggle {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordian-dropdown {
    padding-left: 30px;
  }

  .top-40 {
    padding-top: 20px;
  }

  .splide__slide {
    width: 100%;
  }

  .splide.custom-cursor.blog-footer-slider {
    height: 40vh;
  }

  .highlight-cta-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .footer-right.desktop {
    display: none;
  }

  .footer-right.mobile {
    display: block;
  }

  .footer-logo-wrapper {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .footer-menu-title {
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 15px;
  }

  .footer-menu-title.light {
    color: #fff;
  }

  .top-20 {
    padding-top: 20px;
  }

  .subtitle-caps {
    font-size: 13px;
    margin-left: 50px;
  }
  ul#listBio li {
    margin-left: 50px;
  }

  .about-founder-image-wrapper {
    height: 400px;
  }

  .about-founder-description {
    padding: 60px;
  }

  .contact-form-wrapper {
    padding: 40px 20px;
  }

  .hero-title {
    padding-left: 40px;
  }

  .tc-1-right {
    padding-left: 0;
    padding-right: 0;
  }

  .width-50.padding-100-left-right {
    padding-top: 60px;
  }
  .width-33.padding-100-left-right {
    padding-top: 60px;
  }

  .treatment-image-small {
    margin-top: 40px;
  }

  .padding-60,
  .image-full-row.top-100 {
    padding-top: 60px;
  }

  .text-block-4 {
    margin-top: -2px;
  }

  .button-text-icon {
    height: 16px;
  }

  .div-block-145 {
    margin-left: 10px;
  }

  .col {
    width: 100%;
  }

  .richtext h4 {
    margin-bottom: 10px;
  }

  .button {
    font-size: 14px;
  }

  .footer-dropdown-toggle {
    padding: 10px 0 0;
  }

  .footer-dropdown-wrapper {
    opacity: 0.5;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer-dropdown {
    padding-left: 70px;
  }

  .footer-dropdown.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dropdown-icon {
    margin-top: -16px;
  }

  .footer-dropdown-icon.light {
    filter: invert() brightness(200%);
    margin-right: 0;
  }

  .div-block-171 {
    margin-bottom: 30px;
  }

  .bullet-wrapper {
    margin-right: 30px;
  }

  .image.contact {
    object-position: 100% 0%;
  }

  .utility-page-wrap {
    height: 85vh;
  }

  .big-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-icon {
    height: 16px;
  }

  .footer-logo {
    width: 60%;
  }

  .div-block-189 {
    width: 100%;
    flex-direction: column;
  }

  .div-block-189.top-60 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .div-block-full {
    width: 100%;
    flex-direction: column;
  }

  .div-block-full.top-60 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-80 {
    padding-top: 40px;
  }

  .short-image-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .short-image-container.margin-top-20 {
    grid-row-gap: 26px;
  }

  .gallery-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ad {
    justify-content: flex-end;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ad-details-wrapper {
    width: 100%;
  }

  .treatment-video-button {
    font-size: 14px;
  }

  .clinic-usp {
    margin-bottom: 20px;
  }

  .div-block-103 {
    padding-left: 30px;
  }

  .as-seen-on {
    margin-bottom: 10px;
  }

  .slider-background-image._3 {
    object-position: 35% 50%;
  }

  .hero-background-image {
    object-position: 50% 0%;
  }

  .concern-slider-item {
    width: 200px;
  }

  .dark-gray.mobile-padding-left {
    padding-left: 20px;
  }

  .div-block-233 {
    padding-right: 20px;
  }

  .footer-blog-wrapper {
    flex-direction: column;
  }

  .footer-blog-image {
    height: 20vh;
  }

  .footer-blog-image-wrapper {
    width: 100%;
  }

  .div-block-235-copy {
    width: 100%;
    padding-top: 8px;
    padding-left: 0;
  }

  .nav-link.ml-8.hide-on-mobile {
    display: none;
  }

  .new-nav-content {
    grid-column-gap: 10vw;
  }

  .home-hero-title-wrapper {
    padding-left: 40px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .tc-1-left {
    margin-top: 20px;
  }

  .big-padding-top {
    padding-top: 60px;
  }

  .short-image-wrapper {
    height: auto;
    max-height: 20vh;
  }

  .short-image-wrapper.full-height-mobile {
    max-height: none;
  }

  .dr-statement {
    font-size: 15px;
  }

  .gallery-slider {
    height: 50vh;
  }

  .mb-4.mt-4-mobile {
    margin-top: 4px;
  }

  .subtitle-caps-xs {
    font-size: 13px;
  }

  .media-feature.indent-left {
    padding-left: 0;
    padding-right: 0;
  }

  .mac {
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .mac-button-wrapper {
    left: 18px;
  }

  .screen-wrapper {
    width: 100%;
    max-height: 50vh;
  }

  .div-block-243 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mobile-padding {
    padding-top: 60px;
  }

  .screen-image {
    min-height: 50vh;
  }

  .container-desktop-only {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-269 {
    grid-row-gap: 1.5em;
    margin-bottom: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  }

  .story-heading-wrapper {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .story-heading {
    width: 100%;
  }

  .story {
    font-size: 1.1em;
  }

  .book-appointment-button-2 {
    flex: 0 auto;
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .top-bar-announcement-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0.2em;
    flex-direction: column;
    justify-content: center;
  }

  .light-3 {
    font-weight: 400;
  }

  .announcement-2 {
    flex: none;
  }

  .image-40-copy {
    width: 12px;
  }

  .menu-close {
    top: 1.4em;
  }

  .main-nav-2 {
    justify-content: space-between;
    align-items: stretch;
  }

  .book-appointment-button-mobile {
    background-color: #222;
    flex: 0 auto;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    top: 4em;
  }

  .dropdown-list-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .dropdown-list-2.w--open {
    padding-left: 1em;
    padding-right: 1em;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .switch-menu-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-40 {
    width: 13px;
  }

  .div-block-344 {
    grid-row-gap: 2em;
  }

  .div-block-342 {
    flex-direction: column;
    align-items: stretch;
  }

  .calendar-icon {
    width: 18px;
    margin-top: 0;
  }

  .div-block-332 {
    align-items: flex-start;
  }

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

  .main-menu-wrapper {
    height: auto;
  }

  .booking-form {
    align-items: flex-start;
  }

  .booking-form.book-form-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-318 {
    background-color: transparent;
  }

  .book-form-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .logo-block-2 {
    height: 4em;
  }

  .mobile-menu-button-3 {
    top: 1em;
  }

  .menu-template-button-title {
    font-size: 1.6em;
  }

  .brand-link-block {
    padding-left: 0;
  }

  .div-block-359 {
    background-color: transparent;
  }

  .menu-template-link-block-2 {
    display: inline-block;
  }

  .div-block-371 {
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .form-radio {
    width: 100%;
  }

  .div-block-373 {
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: stretch;
  }

  .content-grid {
    grid-column-gap: 2em;
    grid-row-gap: 0.5em;
    grid-template-columns: 1fr;
  }

  .col-1 {
    margin-top: 2em;
  }

  .col-2 {
    margin-top: 0;
  }

  .large-text {
    line-height: 1.5em;
  }

  .gallery {
    min-height: 18em;
  }

  .background-video {
    min-height: 70vh;
  }

  .vertical-flex.with-gap-6em {
    grid-row-gap: 1em;
  }

  .main-elipse-button {
    width: 7em;
    height: 7em;
    font-size: 0.8em;
  }

  .page-header-padding {
    padding-top: 10em;
    padding-bottom: 3em;
  }

  .title-with-line-center {
    grid-column-gap: 1.5em;
  }

  .big-h1 {
    font-size: 42px;
    line-height: 44px;
  }

  .padding-n {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .artisan-group-item {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
    padding: 1.5em;
    font-size: 1em;
  }

  .artisan-group-item-description {
    grid-row-gap: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .menu-large-button-list {
    grid-row-gap: 0.5em;
    grid-template-columns: 1fr;
  }

  .read-container-2 {
    width: 100%;
  }

  .menu-links-flex {
    padding-bottom: 2em;
  }

  .artisan-group-item-image {
    min-height: 20em;
  }

  .div-lock-lla-797 {
    grid-row-gap: 2em;
  }
  .div-block-256 {
    grid-row-gap: 0.25em;
    text-align: left;
    flex-direction: column;
    display: flex;
  }

  .padding-61 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .contact-page-info {
    justify-content: center;
    padding-left: 0;
  }

  .title-with-line-left {
    text-align: center;
    flex-direction: column;
  }

  .button-2 {
    font-size: 14px;
  }
  .button-7 {
    font-size: 14px;
  }

  .title-line-2 {
    width: 1px;
    height: 3em;
  }

  .large-button {
    padding: 4em;
  }

  .large-button.in-menu {
    padding-left: 3em;
  }

  .mobile-menu-whatsapp-button {
    width: 3.8em;
    height: 3.8em;
    top: 0;
  }

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

  .content-grid-1.top-6em {
    grid-row-gap: 4em;
  }

  .content-grid-2 {
    grid-column-gap: 2em;
    grid-row-gap: 0.5em;
    grid-template-columns: 1fr;
  }

  .col-3 {
    margin-top: 2em;
  }

  .content-grid-1-image-1 {
    height: 30em;
  }

  .button-3 {
    font-size: 14px;
  }

  .col-4 {
    margin-top: 0;
  }

  .tc-1-right-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-wrapper {
    justify-content: center;
    padding-left: 0;
  }

  .button-4 {
    font-size: 14px;
  }

  .round-image-wrapper.full-height-mobile {
    max-height: none;
  }

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

  .highlight-box-wrapper-inner {
    grid-row-gap: 0.5em;
  }

  .consult-doct {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -0.2px;
    font-size: 36px;
  }

  h2 {
    margin-top: 10px;
    font-weight: 600;
  }

  h3 {
    letter-spacing: -0.2px;
    margin-top: 10px;
  }

  h4 {
    letter-spacing: 0.2px;
    font-size: 17px;
  }

  h5 {
    font-size: 16px;
  }

  em {
    font-weight: 400;
  }

  .menu {
    width: 30px;
    height: 16.5px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.small-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.padding-top-bot-80 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.dark-bg.hero-section {
    height: 65vh;
  }

  .section.big-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero-section.dark-bg {
    height: 55vh;
  }

  .section.center {
    margin-bottom: 0;
  }

  .section.big-padding-top {
    padding-top: 60px;
  }

  .read-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-toggle {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accordian-icon {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 0;
  }

  .accordian-dropdown {
    padding-left: 0;
  }

  .accordian-dropdown.w--open {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .form-field {
    font-size: 16px;
  }

  .splide__arrows {
    justify-content: center;
  }

  .center {
    flex-direction: column;
    flex: 0 auto;
  }

  .hero-slider {
    height: 100vh;
  }

  .highlight-box-wrapper {
    margin-bottom: 20px;
  }

  .highlight-box-wrapper.margin-top-60.gold.blog-cta {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .highlight-cta-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-wrapper {
    padding-bottom: 100px;
  }

  .footer-right {
    flex-direction: column;
  }

  .footer-logo-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-clinic-info {
    padding-top: 30px;
  }

  .footer-menu-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
  }

  .footer-menu-title.light.mobile-top-40 {
    margin-top: 40px;
  }

  .footer-bottom-left {
    justify-content: center;
  }

  .footer-bottom-column {
    width: 100%;
    margin-bottom: 2px;
  }

  .footer-bottom-column.right {
    justify-content: center;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
  }

  .about-founder-description {
    padding: 40px;
  }

  .usp-wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hint {
    font-size: 14px;
  }

  .hero-title {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-title.indent-left {
    padding-left: 0;
    padding-right: 0;
  }

  .treatment-content-1 {
    padding-top: 0;
  }

  .width-50.padding-100-left-right {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .width-50.padding-100-left-right.center-vertical {
    padding-top: 40px;
  }
  .width-33.padding-100-left-right {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .width-33.padding-100-left-right.center-vertical {
    padding-top: 40px;
  }

  .treatment-image-tall {
    margin-top: 10px;
  }

  .div-image-right.top-80.bot-80 {
    margin-bottom: 60px;
  }

  .padding-60 {
    padding: 40px;
  }

  .image-full-row.top-100 {
    padding-top: 60px;
  }

  .highlight-text.top-40 {
    margin-top: 20px;
  }

  .highlight-cta-image {
    margin-right: 10px;
  }

  .highlight-cta-content {
    flex-direction: row;
    align-items: center;
  }

  .text-block-4 {
    margin-top: 0;
    font-size: 12px;
  }

  .highlight-cta-title {
    font-size: 17px;
  }

  .highlight-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-145 {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }

  .arrow.hero-link-icon {
    width: 18px;
    height: 18px;
  }

  .richtext p {
    padding-top: 10px;
  }

  .bot-40 {
    padding-bottom: 30px;
  }

  .button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-inner-wrapper {
    flex: none;
  }

  .div-block-154.top-40 {
    padding-top: 40px;
  }

  .button-text {
    flex: none;
  }

  .indent-left {
    padding-left: 40px;
    padding-right: 0;
  }

  .footer-dropdown-toggle {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .footer-dropdown-wrapper {
    margin-top: 0;
  }

  .footer-dropdown.w--open {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-dropdown-icon {
    margin-top: 0;
  }

  .bullet-wrapper {
    margin-right: 20px;
  }

  .image-19 {
    width: 40px;
  }

  .image.contact {
    object-position: 100% 0%;
  }

  .image.contact-form-background {
    object-position: 90% 0%;
  }

  .usp-background {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), #000 50%);
  }

  .blog-hero {
    min-height: 300px;
  }

  .hero-section {
    height: 65vh;
  }

  .top-100 {
    padding-top: 40px;
  }

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

  .big-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-logo {
    width: 80%;
  }

  .slider-background-video {
    object-position: 75% 100%;
  }

  .div-block-189.top-60 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .div-block-full.top-60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .short-image-container {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .gallery-text-wrapper {
    padding-bottom: 0;
  }

  .ad {
    min-height: 40vh;
    padding: 30px;
  }

  .treatment-video-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .treatment-video {
    object-position: 0% 50%;
  }

  .top-6 {
    margin-top: 4px;
  }

  .div-block-102 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-109 {
    justify-content: center;
  }

  .div-block-110 {
    margin-left: 20px;
  }

  .div-block-103 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .slider-background-image {
    object-position: 75% 100%;
  }

  .slider-background-image._2 {
    object-position: 79% 100%;
  }

  .hero-background-image {
    object-position: 70% 0%;
  }

  .button-wrapper.top-40 {
    padding-top: 30px;
  }

  .sidebar.sticky {
    margin-top: 0;
  }

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

  .author-profile.left-20 {
    padding-left: 10px;
  }

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

  .author-profile-image {
    max-height: 40px;
  }

  .featured-blog-post-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-blog-wrapper {
    flex-direction: column;
  }

  .footer-blog-image-wrapper {
    width: 100%;
  }

  .div-block-235-copy {
    width: 100%;
    padding-top: 8px;
    padding-left: 0;
  }

  .new-nav-logo {
    width: 120px;
  }

  .new-nav-content {
    grid-column-gap: 5vw;
  }

  .h1-pairing {
    font-size: 26px;
  }

  .home-hero-title-wrapper {
    padding-bottom: 20vh;
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-title---animate.h1-pairing {
    font-size: 26px;
  }

  .footer {
    padding-bottom: 0;
  }

  .hero-section-1 {
    height: 55vh;
  }

  .h2-large {
    letter-spacing: -0.2px;
    font-size: 24px;
    line-height: 1.3em;
  }

  .big-padding-top {
    padding-top: 40px;
  }

  .dr-statement-wrapper {
    height: 13%;
    align-items: flex-start;
  }

  .dr-statement {
    margin-top: 0;
  }

  .blog-content {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .recent-post-image-wrapper {
    height: 180px;
  }

  .subtitle-caps-xs {
    font-size: 12px;
  }

  .breadcrumb {
    font-size: 14px;
  }

  .section-6.big-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mac {
    max-width: 80vw;
    padding-top: 36px;
  }

  .div-block-243 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-269 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .menu-template-button-wrap {
    padding-left: 2em;
  }

  .book-appointment-button-2 {
    grid-column-gap: 0.75em;
    flex-direction: row-reverse;
  }

  .main-menu-link-text {
    text-align: left;
  }

  .book-appointment-button-mobile {
    grid-column-gap: 0.75em;
    flex-direction: row-reverse;
  }

  .dropdown-list-2 {
    padding-top: 0;
  }

  .dropdown-list-2.w--open {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-template-button {
    overflow: hidden;
  }

  .navbar {
    position: fixed;
  }

  .main-menu-link {
    font-size: 1.1em;
  }

  .logo-block-2 {
    flex: 1;
  }

  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .brand-link-block {
    font-size: 0.8em;
  }

  .menu-template-button-wrap-3 {
    padding-left: 2em;
  }

  .menu-template-button-3 {
    overflow: hidden;
  }

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

  .h2-medium {
    letter-spacing: -0.2px;
    font-size: 26px;
    line-height: 1.3em;
  }

  .header-slider-content {
    grid-row-gap: 2em;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-3 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .title-line {
    width: 8vw;
  }

  .title-line.with-text {
    width: 6vw;
  }

  .big-h1 {
    font-size: 40px;
  }

  .menu-large-button-list {
    grid-row-gap: 1em;
  }

  .button-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .large-button-name {
    font-size: 1.9em;
  }

  .large-button {
    grid-row-gap: 2em;
    padding: 8vw;
  }

  .large-button.in-menu {
    padding-left: 2em;
  }

  .h2-small {
    letter-spacing: -0.2px;
    font-size: 26px;
    line-height: 1.3em;
  }

  .content-grid-1.top-6em {
    grid-row-gap: 3em;
  }

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

  .button-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .treatment-content-3 {
    padding-top: 0;
  }

  .button-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
