:root {
  --white-smoke-3: #edeff2;
  --white-smoke-2: #f0f0f0;
  --black: black;
  --silver: #bec3c7;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  background-color: #b76e79;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: var(--white-smoke-3);
  margin-top: 17px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  transition: all .3s ease-in-out;
  overflow: visible;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: var(--white-smoke-3);
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
}

.navigation-bar {
  height: 65px;
  float: none;
  clear: none;
  object-fit: contain;
  background-color: rgba(95, 97, 99, .93);
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 0;
  padding-bottom: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.brand-text {
  height: 0;
  color: var(--white-smoke-3);
  letter-spacing: 4px;
  text-transform: uppercase;
  object-position: 50% 0%;
  margin-top: -10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
}

.membership-section {
  text-align: center;
  -webkit-text-stroke-color: #3695e6;
  background-color: #20ac99;
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(156, 228, 199, .84)), url('../images/mel_home.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: 0;
  padding: 0 10px 109px;
  position: relative;
}

.membership-section.accent {
  background-color: #1d1d1d;
  margin-top: 0;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.hero-section {
  color: #050505;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.hero-section.centered {
  width: 1900px;
  height: 690px;
  max-height: 690px;
  max-width: 1630px;
  min-height: 690px;
  min-width: 1630px;
  text-align: center;
  object-fit: cover;
  background-color: #b6bbbe;
  border-bottom: 4px solid #69b9ff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 140px;
  padding-top: 195px;
  padding-bottom: 195px;
  overflow: hidden;
}

.hero-heading {
  color: var(--white-smoke-2);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #ecf0f3;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.hollow-button {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 400px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  color: var(--white-smoke-2);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-heading {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-weight: 400;
}

.section-heading.centered {
  color: #000;
  text-align: justify;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 28px;
  padding-top: 1px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #000;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.section-title-group {
  text-align: left;
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer-section {
  background-color: var(--black);
  margin-top: 0;
  margin-bottom: -62px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-section.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
  margin-top: 60px;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.grid-image {
  width: 35%;
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
  margin-top: 20px;
}

.footer-link {
  color: var(--white-smoke-2);
  border-bottom: 1px solid #d5d5e0;
  margin-top: 20px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.button-2 {
  background-color: #81aed6;
  border-radius: 11px;
  transition: background-color .3s;
}

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

.image {
  float: left;
}

.text-span {
  text-align: center;
  margin-right: 220px;
  padding-right: 140px;
}

.text-block-2 {
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  margin-left: 600px;
  margin-right: 200px;
  padding-top: 145px;
  padding-left: 60px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  display: flex;
}

.image-2 {
  float: left;
  margin-left: 300px;
}

.text-block-3 {
  color: #f0f5f8;
  text-align: center;
  margin-left: 60px;
  margin-right: 40px;
  font-size: 35px;
}

.button-3 {
  text-align: center;
}

.text-block-4 {
  color: #e9eff5;
  margin-top: 40px;
  margin-left: 220px;
  margin-right: 220px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.image-3 {
  margin-top: 60px;
}

.text-block-5 {
  color: #e8f1f8;
  margin-top: 60px;
  font-size: 35px;
}

.image-4 {
  margin-top: 40px;
}

.image-5 {
  margin-top: 60px;
}

.text-block-6 {
  color: #eff4f8;
  margin-top: 60px;
  margin-left: 220px;
  margin-right: 220px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.section-2 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #f2f2f2;
  background-clip: border-box;
  border: 1px solid #bfd9d6;
  transition: opacity .2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-6 {
  text-align: left;
  margin-left: 560px;
  margin-right: 560px;
}

.image-6.button {
  background-color: var(--silver);
  box-shadow: -4px -4px 9px -3px #fff, 11px 11px 9px -15px #000;
}

.image-6.button.hover {
  width: 500px;
  height: 400px;
  background-color: #f2f2f2;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin: 40px 140px 60px 160px;
  padding: 5px;
  transition: box-shadow .5s, background-color .3s;
  transform: translate(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 14px 14px 36px -10px #a4a4a6;
}

.image-6.button.hover:hover {
  mix-blend-mode: normal;
  display: block;
}

.image-6.button.hover:active {
  mix-blend-mode: normal;
  transform: translate(0);
}

.text-block-7 {
  color: var(--black);
  text-align: center;
}

.image-7 {
  float: left;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 60px;
  margin-right: 140px;
}

.columns {
  margin-left: 0;
  margin-right: -11px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.text-block-8 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph {
  font-style: italic;
  font-weight: 400;
}

.link {
  float: none;
  clear: none;
}

.link-2 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
}

.button-4 {
  float: none;
  text-align: center;
  margin-right: 0;
  position: absolute;
}

.button-4.hollow-button {
  color: #070000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #45d8cc;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-8 {
  width: 1110px;
  height: 710px;
  max-height: 690px;
  max-width: 1650%;
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  overflow: visible;
  box-shadow: 0 6px 16px 15px rgba(0, 0, 0, .2);
}

.text-block-9 {
  color: #fffefe;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
}

.text-block-10 {
  color: #fdfcfc;
  text-align: left;
  margin: 20px 0 20px 460px;
  padding-right: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.image-9 {
  width: 450px;
  height: 350px;
  float: left;
}

.text-block-11 {
  color: #f4f8ff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
}

.text-block-12 {
  color: #f8fafc;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 460px;
  padding-right: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.image-10 {
  width: 450px;
  height: 375px;
  float: left;
}

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

.container {
  width: 1625px;
  height: 900px;
  max-height: 900px;
  max-width: 1625px;
  object-fit: cover;
}

.image-11 {
  width: 960px;
}

.quick-stack {
  background-color: rgba(191, 217, 214, .5);
  padding-top: 40px;
}

.image-12 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-13 {
  width: 200px;
  margin-left: 204px;
}

.paragraph-2 {
  margin-right: 26px;
  padding-right: 325px;
}

.bk-image {
  width: 1450px;
  background-color: rgba(191, 217, 214, .5);
  margin-top: 100px;
  margin-left: 190px;
  margin-right: 140px;
  padding: 20px;
}

.image-15 {
  text-align: left;
}

.circle-logo {
  float: left;
  margin-left: 450px;
}

.mac-logo-div {
  height: 0;
  background-color: rgba(191, 217, 214, .5);
}

.melange-div {
  color: var(--black);
  overflow-wrap: normal;
  margin-top: 75px;
  margin-bottom: 30px;
  margin-left: 750px;
  font-size: 18px;
}

.grid {
  background-color: rgba(190, 195, 199, .55);
  grid-template: "Area" minmax(498px, .25fr)
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-left: 0;
}

.link-3 {
  margin-left: 150px;
  font-size: 18px;
}

.text-block-14 {
  color: var(--black);
  text-align: center;
  background-color: rgba(191, 217, 214, .5);
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 60px;
  font-size: 45px;
}

.text-block-15 {
  text-align: center;
  background-color: rgba(191, 217, 214, .5);
  margin-bottom: 0;
  font-size: 40px;
}

.div-block-2 {
  background-color: rgba(191, 217, 214, .5);
  margin-bottom: 60px;
}

.welcome {
  background-color: rgba(255, 255, 255, .89);
  margin-top: -208px;
  margin-left: 30px;
  margin-right: 30px;
}

.div-block-3 {
  margin-top: 0;
  margin-bottom: 60px;
}

.text-block-16 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-size: 45px;
}

.container-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.welcome-block {
  width: 1492px;
  color: var(--black);
  text-align: center;
  object-fit: contain;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 45px;
}

.div-block-4 {
  background-color: var(--silver);
  display: block;
}

.image-17 {
  margin-left: 240px;
  margin-right: 210px;
}

.text-block-18 {
  float: none;
  margin-top: 40px;
  margin-left: 240px;
  margin-right: 300px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.image-18 {
  float: left;
  margin-top: 90px;
  margin-bottom: 0;
  margin-left: 240px;
}

.image-19 {
  object-fit: none;
  object-position: 50% 50%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.banner-image {
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-4 {
  background-color: rgba(211, 212, 214, .57);
  background-image: linear-gradient(rgba(59, 134, 90, .83), rgba(59, 134, 90, .83)), url('../images/black-stones-background-free-photo.jpg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.text-block-19 {
  text-align: center;
  margin: 20px 350px 20px 225px;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 35px;
}

.image-21 {
  float: right;
  clear: none;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 300px;
}

.text-block-20 {
  clear: none;
  margin: 60px 300px 60px 240px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.div-block-5 {
  margin-top: 0;
}

.italic-text {
  color: var(--white-smoke-2);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
}

.container-3 {
  margin-top: 65px;
}

.text-block-21 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-bottom: 60px;
  margin-left: -200px;
  margin-right: -200px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 22px;
}

.image-22 {
  float: none;
  margin-left: 40px;
}

.paragraph-3 {
  margin-left: 140px;
}

.container-4 {
  width: 650px;
  float: left;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: -233px;
}

.image-23 {
  float: left;
  border: 10px solid #b76e79;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 40px;
}

.text-block-22 {
  color: rgba(25, 32, 36, .83);
  margin-top: 20px;
  margin-left: 615px;
  font-family: Droid Serif, serif;
  font-size: 18px;
}

.section-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/mel_home_2-2-2-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: -100px;
  margin-bottom: 0;
  padding-top: 0;
}

.image-24 {
  float: none;
  margin-top: 35px;
  margin-left: 40px;
}

.container-5 {
  margin: 100px 100px 0 700px;
  padding-bottom: 0;
}

.text-block-23 {
  color: rgba(25, 32, 36, .83);
  margin-top: 20px;
  margin-right: 615px;
  font-family: Droid Serif, serif;
  font-size: 18px;
}

.text-block-24 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-family: PT Serif, serif;
  font-size: 30px;
}

.text-block-25 {
  float: none;
  text-align: right;
  margin-left: 220px;
}

.text-block-26 {
  float: none;
  clear: none;
  direction: ltr;
  color: var(--black);
  text-align: center;
  font-family: Droid Serif, serif;
  font-size: 30px;
}

.service-home {
  height: auto;
  background-color: rgba(190, 195, 199, .75);
}

.srvc-image {
  width: 500px;
  height: 400px;
  text-align: left;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-top: 132px;
  margin-left: 20px;
  transition: background-color .3s, box-shadow .5s;
  transform: translate(-2px);
  box-shadow: 0 18px 20px rgba(0, 0, 0, .2), 0 20px 36px -10px rgba(247, 244, 244, .5);
}

.cell-2 {
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.services-stack {
  grid-column-gap: 21px;
  grid-row-gap: 44px;
  justify-content: center;
  padding: 0;
}

.dermal-fillers {
  margin-left: 0;
  padding-left: 0;
}

.cell-3, .cell-4, .cell-5 {
  padding-left: 40px;
}

.container-6 {
  width: 1452px;
  height: 627px;
}

.image-25 {
  width: 1952px;
  border: 10px solid #b76e79;
}

.container-7 {
  width: 1452px;
  height: 1700px;
  margin-top: 60px;
  padding-bottom: 0;
}

.heading {
  margin-top: 20px;
}

.text-block-27 {
  width: 940px;
  height: 320px;
  color: rgba(25, 32, 36, .81);
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Calibri, sans-serif;
  font-size: 20px;
}

.heading-2 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 55px;
}

.div-block-6 {
  height: 1680px;
  margin-bottom: 0;
}

.container-8 {
  margin-top: 0;
}

.section-7 {
  background-color: rgba(162, 228, 182, .5);
  background-image: linear-gradient(rgba(32, 172, 153, .65), rgba(32, 172, 153, .65)), url('../images/mel_home_2-2-2-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-bottom: 20px;
}

.image-26 {
  border: 10px solid #b76e79;
  margin-left: 20px;
  padding-bottom: 0;
}

.heading-3 {
  margin-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
  font-weight: 700;
}

.text-block-28 {
  color: #676770;
  margin-top: 20px;
  margin-left: -250px;
  margin-right: -250px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.section-8 {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .88), rgba(0, 0, 0, .88)), url('../images/black-stones-background-free-photo.jpg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: -19px;
}

.heading-4 {
  margin-top: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
  font-weight: 700;
}

.text-block-29 {
  color: #676770;
  margin-top: 20px;
  margin-left: -250px;
  margin-right: -250px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.heading-5 {
  margin-top: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
  font-weight: 700;
}

.text-block-30 {
  color: #676770;
  text-align: center;
  margin-top: 20px;
  margin-left: -250px;
  margin-right: -250px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.heading-6 {
  margin-top: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
}

.text-block-31, .text-block-32, .text-block-33 {
  color: #676770;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-34 {
  color: #676770;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

.text-block-35 {
  color: #676770;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.section-9 {
  background-color: rgba(190, 195, 199, .95);
}

.paragraph-4 {
  color: #676770;
  margin-left: -100px;
  margin-right: -100px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.columns-2 {
  padding-bottom: 10px;
}

.text-block-36, .text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41 {
  color: #676770;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.text-block-42 {
  color: #676770;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-43, .text-block-44, .text-block-45, .text-block-46, .list-item {
  color: #676770;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.list {
  margin-top: 10px;
}

.list-item-2 {
  color: #676770;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.list-2 {
  margin-top: 10px;
}

.mac-logo {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 440px;
  padding-bottom: 0;
}

.melange-text {
  width: 560px;
  color: var(--black);
  text-align: justify;
  margin-top: -200px;
  margin-left: 750px;
  margin-right: 400px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
}

.button-5 {
  margin-top: 20px;
  margin-left: 140px;
}

.about-melange {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  margin-left: 140px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.about-melange.hollow-button {
  align-items: flex-end;
  margin-top: 220px;
  margin-left: 910px;
  display: flex;
}

.heading-7 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 65px;
}

.heading-8 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 60px;
  font-family: Great Vibes, cursive;
  font-size: 70px;
  font-weight: 400;
}

.heading-9 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 65px;
}

.heading-10 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 40px;
}

.section-10 {
  background-image: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/mel_home_2-2-2-1.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  margin-top: 0;
}

.image-28 {
  margin-left: 20px;
}

.image-29 {
  margin-left: 160px;
}

.container-9 {
  margin-top: 40px;
  padding-top: 40px;
}

.text-block-47 {
  color: var(--black);
  margin-bottom: 10px;
}

.text-block-48, .list-3, .text-block-49 {
  color: var(--black);
}

.section-11 {
  background-color: #909294;
  margin-bottom: 0;
}

.text-block-50 {
  color: #9fbbd3;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.heading-11 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 100px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 55px;
  font-weight: 600;
}

.section-12 {
  background-image: linear-gradient(rgba(32, 172, 153, .79), rgba(32, 172, 153, .79)), url('../images/black-stones-background-free-photo.jpg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.image-30 {
  border: 10px solid #b76e79;
  margin-left: 175px;
  padding-top: 0;
}

.section-13 {
  background-color: #bac0c5;
  background-image: linear-gradient(rgba(0, 0, 0, .46), rgba(0, 0, 0, .46)), url('../images/mel_home_2-2-2-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.text-block-51 {
  color: var(--black);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
}

.heading-12 {
  height: 70px;
  float: none;
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: #2c3a42;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: flex-end;
  margin: 0 auto 40px;
  padding-top: 11px;
  padding-left: 20px;
  font-family: Mtcorsva, sans-serif;
  font-size: 55px;
  font-weight: 400;
  display: block;
}

.image-header-2 {
  max-width: none;
  opacity: 1;
  mix-blend-mode: normal;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.youtube {
  width: 95%;
  margin-top: 60px;
  margin-left: 40px;
  overflow: visible;
}

.home-wrapper {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.header {
  margin-top: 0;
  padding-top: 0;
}

.header-image {
  height: 613px;
  max-width: 100%;
  margin: 0 0 59px;
  padding-top: 0;
  display: block;
  position: static;
}

.top-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 148px;
  display: block;
}

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

.welcome-text {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.image-31 {
  width: 20%;
  margin-left: 100px;
  padding-left: 0;
}

.text-block-52 {
  clear: none;
  text-align: center;
  text-transform: none;
  font-size: 30px;
  font-style: normal;
  line-height: 1.2;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-9, .div-block-10, .div-block-11 {
  float: left;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
                 ". ."
                 / .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  height: 980px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.dermal {
  width: 555px;
  height: 400px;
  margin-top: 46px;
  margin-left: 96px;
  box-shadow: -3px -1px 7px 4px rgba(0, 0, 0, .2);
}

.botox {
  width: 550px;
  height: 400px;
  margin-top: 48px;
  margin-bottom: -22px;
  margin-left: 117px;
  padding-bottom: 7px;
  box-shadow: -3px -1px 7px 4px rgba(0, 0, 0, .2);
}

.image-34 {
  width: 555px;
  height: 400px;
  margin-left: 95px;
  box-shadow: -3px -1px 7px 4px rgba(0, 0, 0, .2);
}

.image-35 {
  width: 550px;
  height: 400px;
  margin-left: 118px;
  box-shadow: -3px -1px 7px 4px rgba(0, 0, 0, .2);
}

.dermal-text {
  width: 510px;
  height: 440px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/service_button01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin: auto;
  padding-top: 190px;
  padding-bottom: 0;
  box-shadow: -3px -1px 7px 4px rgba(0, 0, 0, .2);
}

.image-36 {
  width: 200px;
  height: 200px;
}

.container-12 {
  max-width: none;
  float: left;
  margin-top: 20px;
  margin-left: 60px;
}

.container-13 {
  float: left;
  margin-top: 40px;
  margin-left: 200px;
}

.container-14 {
  float: left;
  margin-top: 40px;
  margin-left: 225px;
}

.container-15 {
  float: left;
  margin-top: 20px;
  margin-left: 200px;
}

.image-37 {
  width: 250px;
  height: 250px;
  margin-top: 0;
  margin-left: 40px;
}

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

.heading-13 {
  color: var(--white-smoke-2);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-53 {
  color: var(--white-smoke-2);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-14 {
  color: var(--white-smoke-2);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.container-16 {
  width: 650px;
  margin-top: 40px;
  margin-left: 700px;
}

.text-block-54 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 87px;
  margin-left: -203px;
  margin-right: -381px;
  padding-top: 19px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
}

.text-block-55 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 10px;
  margin-left: -165px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.container-17 {
  float: left;
  clear: none;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 300px;
  padding-bottom: 0;
}

.text-block-56 {
  float: none;
  margin-left: 40px;
  margin-right: 240px;
}

.container-18 {
  float: none;
  margin-left: 700px;
  margin-right: 100px;
}

.image-38 {
  padding-top: 0;
}

.container-19 {
  float: left;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 750px;
}

.image-39 {
  margin-left: 40px;
}

.text-block-57 {
  float: none;
}

.container-20 {
  float: right;
  margin-left: 700px;
  margin-right: 140px;
}

.text-block-58 {
  margin-right: 250px;
}

.container-21 {
  float: left;
  margin-top: 40px;
  margin-left: 40px;
}

.container-22 {
  margin-top: 40px;
  margin-left: 700px;
  margin-right: 100px;
}

.text-block-59 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 163px;
  margin-left: -213px;
  margin-right: -99px;
  padding-top: 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-40 {
  border: 10px solid #b76e79;
  margin-top: 20px;
  margin-left: 33px;
}

.text-block-60 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 20px;
  margin-left: 23px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.heading-15 {
  color: var(--white-smoke-2);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.container-23 {
  float: none;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 0;
  padding-right: 0;
}

.container-24 {
  float: right;
  margin-top: 20px;
  margin-right: 60px;
}

.heading-16 {
  margin-right: 400px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.paragraph-5 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-17 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.paragraph-6 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.container-25 {
  float: left;
  margin-left: 60px;
}

.container-26 {
  float: right;
  margin-right: 60px;
}

.heading-18 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.paragraph-7 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-19 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.paragraph-8 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-61 {
  margin-left: 60px;
  margin-right: 220px;
  padding-right: 0;
  font-size: 18px;
}

.heading-20 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.div-block-14 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-15 {
  float: left;
  clear: none;
  margin-left: 100px;
  margin-right: 600px;
}

.heading-21 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.div-block-16 {
  margin-left: 650px;
}

.heading-22 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.faq {
  width: 100%;
}

.question {
  color: var(--black);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 700;
}

.accordian-toggle {
  width: 100%;
  height: 80%;
  align-items: center;
  display: flex;
}

.accordian-item {
  width: 100%;
  overflow: hidden;
}

.dropdown-link {
  position: static;
}

.div-block-17 {
  float: left;
  margin-left: 100px;
  margin-right: 1050px;
}

.div-block-18 {
  float: left;
  margin-left: 800px;
}

.heading-23, .heading-24 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.container-27 {
  margin-left: auto;
}

.container-28 {
  margin-top: 0;
  padding-top: 0;
}

.text-block-62 {
  color: var(--black);
  font-family: Calibri, sans-serif;
  font-size: 20px;
}

.dermal-fillers-details {
  color: var(--white-smoke-2);
  margin-top: 0;
  margin-left: 0;
  padding: 20px 5px 10px 310px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 20px;
}

.text-block-64 {
  color: var(--black);
  font-family: Calibri, sans-serif;
  font-size: 20px;
}

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

.heading-25 {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 70px;
}

.section-15 {
  background-color: rgba(191, 195, 199, .44);
}

.quick-stack-2 {
  margin-top: 20px;
  margin-left: 120px;
}

.holl {
  text-align: left;
  margin-left: 350px;
}

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

.section-16 {
  background-color: rgba(106, 158, 108, .5);
}

.text-block-65 {
  float: none;
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
}

.heading-26 {
  text-align: center;
  margin-top: 0;
}

.section-17 {
  background-color: rgba(106, 158, 108, .5);
}

.image-41 {
  transition: opacity .3s, opacity .5s;
  transform: translate(-2px);
  box-shadow: 0 20px 36px -10px rgba(0, 0, 0, .2), 0 18px 20px rgba(190, 195, 199, .98), 0 2px 5px rgba(250, 250, 250, .01);
}

.image-42 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

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

.heading-27 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-66 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 20px;
}

.collection-list-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-29 {
  margin-top: 100px;
}

.container-30 {
  margin-top: 15px;
  margin-right: 475px;
  padding-right: 30px;
}

.link-block {
  float: left;
  margin-left: 20px;
}

.container-31 {
  margin-top: 60px;
  padding-bottom: 20px;
}

.faq-list-wrapper {
  font-size: 16px;
}

.faq-list {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-wrap {
  cursor: pointer;
  background-color: rgba(190, 195, 199, .28);
  border-radius: 10px;
  padding: 20px;
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.arrowhead-wrap {
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrowhead-lessthan {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 195, 199, .19);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.answer {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.image-43 {
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.image-44 {
  margin-top: 24px;
}

.html-embed {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
}

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

.grid-2 {
  float: none;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
}

.service-container-iv, .service-container-uf {
  margin-top: 20px;
}

.image-45 {
  float: none;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  transition: box-shadow .5s, background-color .3s;
  transform: translate(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 0 20px 36px -10px #161616;
}

.image-46 {
  float: left;
  position: static;
}

.text-block-67 {
  color: var(--black);
  margin-top: 60px;
  margin-left: 625px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
}

.text-block-68 {
  color: var(--black);
  margin-top: 80px;
  margin-left: 610px;
  font-family: Calibri, sans-serif;
  font-size: 35px;
}

.text-block-69 {
  color: var(--black);
  margin-top: 20px;
  margin-left: 610px;
  font-family: Calibri, sans-serif;
  font-size: 22px;
}

.text-block-70 {
  color: var(--black);
  margin-top: 60px;
  margin-left: 410px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.text-block-71 {
  color: var(--black);
  margin-top: 40px;
  margin-left: 610px;
  font-family: Calibri, sans-serif;
  font-size: 20px;
}

.image-47 {
  float: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  transition: box-shadow .5s, background-color .3s;
  transform: translate(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 0 20px 36px -10px #161616;
}

.text-block-72 {
  color: var(--black);
  margin-top: 15px;
  margin-right: 410px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
}

.derma-filler-link-block {
  float: left;
  margin-top: 20px;
}

.boxtox-link-block {
  float: right;
  margin-top: 20px;
}

.facial-link-block {
  float: left;
  margin-top: 20px;
}

.ivinfusion-link-block {
  float: right;
  margin-top: 20px;
}

.image-48 {
  float: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  transition: box-shadow .5s, background-color .3s;
  transform: translate(-2px);
  box-shadow: 0 2px 5px rgba(226, 222, 222, 0), 0 18px 20px #888686, 0 20px 36px -10px rgba(0, 0, 0, .2);
}

.image-49 {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  transition: box-shadow .5s, background-color .3s;
  transform: translate(-2px);
  box-shadow: 0 2px 5px rgba(226, 222, 222, 0), 0 18px 20px #888686, 0 20px 36px -10px rgba(0, 0, 0, .2);
}

.image-50, .image-51 {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  transition: box-shadow .5s, background-color .3s;
  transform: translate(-2px);
  box-shadow: 0 2px 5px rgba(226, 222, 222, 0), 0 18px 20px 5px #888686, 0 20px 36px -10px rgba(0, 0, 0, .2);
}

.text-block-73 {
  color: var(--black);
  margin-top: 60px;
  margin-left: 410px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.text-block-74 {
  color: var(--black);
  margin-top: 40px;
  margin-right: 410px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.text-block-75 {
  color: var(--black);
  margin-top: 40px;
  margin-left: 410px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.text-block-76 {
  color: var(--black);
  margin-top: 40px;
  margin-right: 410px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.bold-text {
  color: var(--white-smoke-2);
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 25px;
}

.membership-list {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.membership-option-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.membership-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: rgba(183, 110, 121, .82);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.membership-option {
  color: var(--black);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
}

.arrowhead {
  width: 22px;
  height: 22px;
  position: relative;
}

.membership-option-detail {
  color: var(--black);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
}

.membership-item {
  background-color: rgba(190, 195, 199, .44);
}

.membership-option-wrap {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.membership-rosegold-option {
  color: var(--black);
  text-align: left;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 100px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 76px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.left-chevron {
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.membership-option-detsils {
  color: var(--black);
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.infusion-therapy-1 {
  background-color: rgba(190, 195, 199, .71);
}

.infusion-therapy-2 {
  background-color: rgba(0, 0, 0, .1);
}

.infusion-therapy-3 {
  background-color: rgba(190, 195, 199, .71);
}

.infusion-therapy-4 {
  background-color: rgba(0, 0, 0, .1);
}

.infusion-therapy-5 {
  background-color: rgba(190, 195, 199, .71);
}

.infusion-therapy-6 {
  background-color: rgba(0, 0, 0, .1);
}

.infusion-therapy-7 {
  background-color: rgba(190, 195, 199, .71);
}

.infusion-therapy-8 {
  background-color: rgba(0, 0, 0, .1);
}

.div-block-21 {
  background-color: rgba(190, 195, 199, .71);
  padding-top: 40px;
  padding-bottom: 20px;
}

.heading-28, .text-block-77, .heading-29, .text-block-78, .heading-30, .text-block-79 {
  text-align: center;
}

.grid-3 {
  background-color: rgba(190, 195, 199, .18);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.heading-31 {
  color: var(--white-smoke-2);
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.text-block-80 {
  color: var(--white-smoke-2);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
}

.heading-32 {
  color: var(--white-smoke-2);
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.text-block-81 {
  color: var(--white-smoke-2);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
}

.heading-33 {
  color: var(--white-smoke-2);
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.text-block-82 {
  color: var(--white-smoke-2);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-34 {
  color: var(--white-smoke-2);
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.text-block-83 {
  color: var(--white-smoke-2);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-35 {
  color: var(--white-smoke-2);
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.text-block-84 {
  color: var(--white-smoke-2);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
}

.heading-36 {
  color: var(--white-smoke-2);
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.text-block-85 {
  color: var(--white-smoke-2);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-37 {
  color: var(--white-smoke-2);
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.text-block-86 {
  color: var(--white-smoke-2);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-38 {
  color: var(--white-smoke-2);
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.text-block-87 {
  color: var(--white-smoke-2);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-39 {
  color: #000;
  text-align: center;
  padding-right: 80px;
  font-family: Montserrat, sans-serif;
}

.heading-40 {
  text-align: center;
  padding-right: 232px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.heading-41, .heading-42 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-block-88, .text-block-89 {
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.text-block-90 {
  margin-right: 51px;
  padding-left: 71px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
}

.text-block-91, .text-block-92 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.div-block-22 {
  color: var(--black);
}

.div-block-23 {
  float: none;
  color: var(--black);
}

.div-block-24, .div-block-25 {
  color: var(--black);
}

.div-block-26 {
  margin-top: 0;
}

.text-block-93, .text-block-94, .text-block-95, .text-block-96 {
  color: var(--black);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.heading-43 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.botox-party-div {
  background-color: var(--black);
}

.navbar-no-shadow {
  padding-bottom: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.heading-44 {
  font-family: Bod R, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

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

.image-52 {
  float: none;
  flex: 0 auto;
}

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

.button-6 {
  float: none;
  text-align: left;
  margin-top: 10px;
  margin-left: 600px;
  margin-right: 600px;
  display: inline-block;
  position: static;
}

.div-block-29 {
  background-image: linear-gradient(rgba(0, 0, 0, .73), rgba(0, 0, 0, .73)), url('../images/black-stones-background-free-photo.jpg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  display: flex;
}

.section-18 {
  background-color: var(--black);
}

.div-block-30 {
  background-image: url('../images/border.png');
  background-position: 0 0;
  background-size: auto;
}

.section-19 {
  background-image: url('../images/mel_home_2-2-2-1.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-31 {
  margin-bottom: 0;
}

.button-7, .button-8 {
  margin-left: auto;
  margin-right: auto;
}

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

.border-section-01 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.section-21 {
  background-image: linear-gradient(rgba(32, 172, 153, .69), rgba(32, 172, 153, .69)), url('../images/mel_home_2-2-2-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
  position: static;
}

.border-section-02 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/border.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-bottom: 0;
}

.html-embed-2 {
  padding-bottom: 190px;
}

.image-53 {
  background-image: linear-gradient(rgba(0, 0, 0, .88), rgba(0, 0, 0, .88)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex: 0 auto;
  padding-bottom: 0;
}

.section-22 {
  background-image: linear-gradient(rgba(3, 3, 3, .8), rgba(3, 3, 3, .8)), url('../images/black-stones-background-free-photo.jpg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.heading-45 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 55px;
}

.container-33 {
  color: var(--white-smoke-2);
}

.grid-4 {
  grid-column-gap: 12px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-54 {
  width: auto;
  border-radius: 0;
}

.link-block-3 {
  border: 5px solid #b76e79;
  border-radius: 0;
}

.text-block-97 {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
}

.heading-46 {
  color: var(--white-smoke-2);
  margin-top: 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-weight: 400;
}

.heading-47, .heading-48 {
  color: var(--white-smoke-2);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-49, .heading-50, .heading-51 {
  text-align: center;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  font-weight: 400;
}

.heading-52 {
  text-align: center;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
}

.services-button {
  width: 150px;
  text-align: center;
  background-color: #b76e79;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 382px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.section-23 {
  background-image: linear-gradient(rgba(18, 124, 110, .89), rgba(18, 124, 110, .89)), url('../images/black-stones-background-free-photo.jpg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.text-block-98 {
  color: var(--white-smoke-2);
  margin-top: 180px;
  margin-right: 410px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.image-55 {
  float: none;
  border: 10px solid #b76e79;
}

.div-block-32 {
  float: right;
  margin-top: 40px;
  margin-bottom: 40px;
}

.botox-button {
  width: 150px;
  text-align: center;
  background-color: #b76e79;
  border-style: solid;
  border-color: #000;
  border-radius: 20px;
  margin-top: 40px;
  margin-left: 150px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-24 {
  background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)), url('../images/mel_home_2-2-2-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.text-block-99 {
  color: var(--white-smoke-2);
  margin-top: 180px;
  margin-left: 600px;
  margin-right: -80px;
  padding-right: 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
}

.div-block-33 {
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-34 {
  float: none;
  margin-top: 0;
}

.button-9 {
  width: 150px;
  color: var(--white-smoke-2);
  text-align: center;
  background-color: #b76e79;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 116px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.container-34 {
  margin-top: 0;
}

.heading-53 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 55px;
  font-weight: 700;
}

.heading-54 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 55px;
  font-weight: 700;
}

.body {
  background-color: rgba(0, 0, 0, .22);
}

.section-25 {
  background-image: linear-gradient(rgba(0, 0, 0, .84), rgba(0, 0, 0, .84)), url('../images/black-stones-background-free-photo.jpg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-bottom: 40px;
}

.dermal-fillers-image {
  float: left;
  border: 10px solid rgba(183, 110, 121, .82);
  margin-top: 0;
  padding-top: 0;
}

.dermal-filler-div {
  margin-top: 20px;
}

.botox-injection-div {
  margin-top: 40px;
  padding-top: 0;
}

.ultimate-facial-div {
  margin-top: 40px;
}

.infusion-therapy-div {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.section-26 {
  background-image: linear-gradient(rgba(32, 172, 153, .8), rgba(32, 172, 153, .8)), url('../images/black-stones-background-free-photo.jpg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-bottom: 20px;
}

.button-10 {
  width: 150px;
  text-align: center;
  background-color: #b76e79;
  border: 0 solid #000;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 421px;
  padding-left: 15px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.image-57 {
  border: 10px solid #b76e79;
  padding-top: 0;
  padding-bottom: 0;
}

.section-27 {
  background-color: rgba(190, 195, 199, .47);
  margin-top: -40px;
}

.div-block-35 {
  padding-bottom: 40px;
}

.image-58 {
  width: auto;
  height: 46px;
  max-width: none;
  min-width: 0;
  float: none;
  text-align: left;
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.border {
  width: 1900px;
  height: 46px;
  margin-top: -24px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-59 {
  width: 1900px;
  height: 46px;
  margin-top: -5px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-60 {
  padding-bottom: 15px;
}

.image-61 {
  width: 1900px;
  height: 46px;
  margin-top: -30px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-62 {
  width: 1900px;
  height: 46px;
  margin-top: -26px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-63 {
  width: 1900px;
  height: 49px;
  margin-top: -25px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper-2 {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 52px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-link-4 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-4:hover {
  color: rgba(26, 27, 31, .75);
}

.image-64 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

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

.link-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-36 {
  text-align: right;
  padding-top: 20px;
}

.link-5 {
  color: var(--white-smoke-2);
  font-family: Montserrat Variablefont Wght, sans-serif;
}

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

.image-65, .image-66 {
  border: 10px solid #b76e79;
}

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

.footer-content-3 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-small-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-5 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-5:hover {
  color: rgba(26, 27, 31, .75);
}

.text-block-100 {
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.iv-infusion-therapy-details {
  color: var(--white-smoke-2);
  margin-top: 0;
  margin-left: 0;
  padding: 5px 5px 5px 310px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 20px;
}

.radio-button-label {
  color: #fff;
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.radio-button-field {
  text-align: left;
}

.button-11 {
  float: right;
  position: relative;
}

.contact-us {
  color: #f8f5f5;
  background-color: #b76e79;
  border-radius: 20px;
  margin-top: 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 5%;
}

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

.heading-56 {
  text-align: right;
  justify-content: space-around;
  display: flex;
}

.heading-57 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 45px;
  font-weight: 500;
  display: flex;
}

.paragraph-9 {
  color: #fefeff;
  margin-top: 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
}

.section-28 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(32, 172, 153, .84) 100%, #fff), url('../images/black-stones-background-free-photo.jpg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section-29 {
  background-image: linear-gradient(rgba(18, 20, 20, .66) 100%, #fff), url('../images/mel_home.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.image-67 {
  border: 10px solid #b76e79;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 200px;
  display: inline-block;
}

.membership-wrapper {
  width: 800px;
  position: relative;
}

.membership-rosegold-option-details {
  color: var(--black);
  text-align: left;
  align-self: auto;
  margin-left: 100px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.rose-gold-option {
  color: var(--white-smoke-3);
  text-align: center;
  background-color: rgba(183, 110, 121, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  font-size: 30px;
  display: block;
}

.text-block-102 {
  color: var(--white-smoke-3);
  text-align: center;
  background-color: rgba(183, 110, 121, .55);
  margin-top: 0;
  font-weight: 400;
}

.div-block-38 {
  justify-content: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.rose-gold-details {
  color: var(--white-smoke-3);
  text-align: center;
  font-weight: 400;
}

.grid-6 {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr;
}

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

.mac-membership-option {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.mac-membership-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.mac-membership-option1-wrap {
  background-color: rgba(183, 110, 121, .77);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px;
}

.rosegold-option-wrap {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-left: 140px;
  display: flex;
}

.rosegold-option-name {
  color: #fff;
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.rosegold-details-block {
  color: #fff;
}

.rosegold-details {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
}

.mac-membership-option2-wrap {
  background-color: rgba(183, 110, 121, .77);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px;
}

.gold-option-wrap {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-left: 140px;
  display: flex;
}

.gold-option-name {
  color: #fff;
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.gold-details {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
}

.mac-membership-option3-wrap {
  background-color: rgba(183, 110, 121, .77);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px;
}

.platinum-option-wrap {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-left: 140px;
  display: flex;
}

.platinum-option-name {
  color: #fff;
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.platinum-details {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
}

.mac-membership-option4-wrap {
  background-color: rgba(183, 110, 121, .77);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px;
}

.diamond-option-wrap {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-left: 140px;
  display: flex;
}

.diamond-option-name {
  color: #fff;
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.diamond-details {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
}

.mac-membership-option1-wrap-copy {
  background-color: rgba(183, 110, 121, .77);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px;
}

.rosegold-option-wrap-copy {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-left: 140px;
  display: flex;
}

.mac-gold-membership-option-wrap {
  background-color: rgba(183, 110, 121, .77);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px;
}

.mac-gold-option-wrap {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-left: 140px;
  display: flex;
}

.mac-gold-option-name {
  color: #fff;
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.mac-gold-details {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
}

.heading-58 {
  color: #fff;
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 40px;
}

.section-30 {
  background-image: linear-gradient(#000, rgba(37, 36, 36, .45)), url('../images/mel_home.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.image-68 {
  border: 10px solid #b76e79;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 120px;
  display: inline-block;
}

.div-block-39 {
  display: block;
}

.section-31 {
  background-color: #bdb5b5;
}

.mac-faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.mac-faq-option1-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(183, 110, 121, .58);
  border-radius: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.mac-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-question01 {
  color: #fff;
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.faq-answer {
  color: #fff;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mac-faq-option2-wrap, .mac-faq-option3-wrap, .mac-faq-option3a-wrap, .mac-faq-option4-wrap, .mac-faq-option5-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(183, 110, 121, .58);
  border-radius: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.div-block-40 {
  margin-top: 0;
}

.image-69 {
  border: 10px solid #b76e79;
  margin-top: 10px;
  margin-bottom: 30px;
}

.heading-59 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.section-32 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, rgba(69, 243, 121, .63) 84%), url('../images/mel_home.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.text-block-103, .field-label, .field-label-2 {
  color: #fff;
}

.heading-60 {
  color: #fff;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.heading-61 {
  color: #fff;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.botox-details {
  color: var(--white-smoke-2);
  margin-top: 0;
  margin-left: 0;
  padding: 15px 5px 15px 310px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 20px;
}

.ultimate-facial-details {
  color: var(--white-smoke-2);
  margin-top: 0;
  margin-left: 0;
  padding: 20px 5px 10px 310px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 20px;
}

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

.image-70, .div-block-41 {
  padding-top: 0;
}

.section-33 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(91, 235, 129, .72) 100%, #fff), url('../images/mel_home.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.text-block-104 {
  color: #fff;
  text-align: center;
  margin-top: 140px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.image-71 {
  float: left;
}

.container-37 {
  margin-top: 0;
}

.div-block-42 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-34 {
  background-image: linear-gradient(rgba(95, 156, 37, .8) 100%, #fff), url('../images/mel_home.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.text-block-105 {
  color: #fff;
  text-align: center;
  margin-top: 140px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-72 {
  float: left;
}

.button-12 {
  background-color: #b76e79;
  border-style: solid;
  border-color: #000;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 160px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.button-13 {
  float: none;
  clear: none;
  background-color: #b76e79;
  border: 0 solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: absolute;
  top: 17%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.link-block-5 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-106 {
  color: #fefeff;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

.link-block-6 {
  margin-top: 26px;
  margin-left: 2px;
  text-decoration: none;
}

.container-38 {
  margin-left: 242.5px;
  margin-right: 230.5px;
  padding-right: 0;
}

.brand {
  margin-left: -240px;
}

.navbar {
  background-color: #7a7474;
}

.nav-menu-2 {
  margin-top: 233px;
  margin-left: 148px;
}

.heading-62 {
  color: #fff;
}

.melange-nav-bar {
  background-color: #8d8989;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.navbar-brand-2 {
  margin-left: -238px;
}

.nav-menu-wrapper-2 {
  align-self: auto;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 27px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b76e79;
  border-radius: 20px;
  margin-top: -10px;
  margin-left: 48px;
  margin-right: -86px;
  padding: 12px 25px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.link-block-7 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -533px;
  text-decoration: none;
  position: absolute;
}

.heading-63 {
  color: #fff;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.list-item-3 {
  align-self: auto;
}

.botox-image, .ultimate-facial-image, .iv-infusion-image {
  float: left;
  border: 10px solid rgba(183, 110, 121, .82);
  margin-top: 0;
  padding-top: 0;
}

.text-block-107, .text-block-108, .text-block-109, .text-block-110 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-111 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-weight: 600;
}

.text-block-112 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-113, .text-block-114 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-weight: 600;
}

.heading-64 {
  color: #000;
  text-align: center;
  padding-right: 233px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.text-block-115 {
  color: #000;
  padding-left: 71px;
  font-size: 18px;
}

.div-block-44 {
  float: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column {
  clear: none;
}

.grid-8 {
  grid-column-gap: 16px;
  background-color: rgba(190, 195, 199, .72);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.heading-65 {
  color: #000;
  text-align: center;
  padding-right: 65px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.text-block-116 {
  color: #000;
}

.text-block-117, .text-block-118 {
  color: var(--black);
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.div-block-45 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-66, .heading-67 {
  color: var(--black);
  text-align: center;
}

.text-block-119, .heading-68, .text-block-120 {
  color: var(--black);
}

.heading-69 {
  color: var(--black);
  text-align: center;
  margin-right: 100px;
  padding-right: 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.text-block-121 {
  color: var(--black);
  padding-left: 60px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.heading-70 {
  color: var(--black);
  text-align: center;
  margin-right: 110px;
  padding-right: 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.text-block-122 {
  color: var(--black);
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.heading-71 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.text-block-123 {
  color: var(--black);
  text-align: center;
  padding-bottom: 5px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.heading-72 {
  color: var(--black);
  font-style: normal;
}

.heading-73 {
  color: var(--black);
}

.heading-74 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.text-block-124 {
  color: var(--black);
  text-align: center;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.div-block-46, .div-block-47, .div-block-48, .div-block-49 {
  margin-top: 5px;
}

.bold-text-3 {
  margin-left: -8px;
}

.bold-text-4 {
  margin-left: -5px;
}

.bold-text-5 {
  margin-left: -9px;
}

.bold-text-6 {
  margin-left: -6px;
}

.faq-question02, .faq-question03, .faq-question04, .faq-question05 {
  color: #fff;
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .text-block-21 {
    margin-left: -21px;
    margin-right: -22px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-23 {
    margin-left: 150px;
  }

  .image-26 {
    margin-left: 3px;
  }

  .paragraph-4 {
    margin-left: -15px;
    margin-right: -18px;
  }

  .heading-8, .heading-11 {
    font-size: 50px;
  }

  .image-30 {
    margin-left: 75px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-13 {
    margin-left: 265px;
  }

  .container-14 {
    margin-left: 294px;
  }

  .image-37 {
    margin-left: 194px;
  }

  .text-block-54 {
    margin-top: 540px;
    margin-left: -699px;
    margin-right: 581px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-55 {
    margin-left: 54px;
  }

  .text-block-59 {
    margin-top: 577px;
    margin-left: -638px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-40 {
    margin-left: 142px;
  }

  .text-block-60 {
    margin-left: 132px;
  }

  .text-block-88 {
    padding-left: 9px;
  }

  .text-block-89 {
    margin-top: 86px;
    margin-left: -76px;
    padding-left: 0;
  }

  .text-block-90 {
    padding-left: 0;
  }

  .text-block-91 {
    text-align: left;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .services-button {
    margin-left: 282px;
  }

  .text-block-99 {
    margin-top: 571px;
    margin-left: 132px;
    margin-right: 120px;
  }

  .button-9 {
    margin-left: 290px;
  }

  .dermal-fillers-image {
    margin-top: 60px;
  }

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

  .border {
    width: 920px;
  }

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

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .image-66 {
    margin-left: 75px;
  }

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

  .footer-content-3 {
    grid-column-gap: 60px;
  }

  .image-67 {
    margin-left: 110px;
  }

  .rosegold-option-name {
    margin-left: -42px;
    font-size: 25px;
  }

  .platinum-option-name {
    margin-left: -38px;
    font-size: 25px;
  }

  .diamond-option-name {
    margin-left: -32px;
    font-size: 25px;
  }

  .mac-gold-option-name {
    margin-left: -15px;
    font-size: 25px;
  }

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

  .heading-62 {
    margin-top: -13px;
    margin-left: -24px;
  }

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

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #999696;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    margin-left: 52px;
    margin-right: -2px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .button-primary-2 {
    width: 100px;
    margin-top: -10px;
    margin-left: 55px;
    margin-right: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .link-block-7 {
    margin-top: 10px;
    margin-left: -294px;
  }

  .list-item-3 {
    margin-top: 10px;
  }

  .icon-2 {
    color: #000;
  }

  .list-item-4, .list-item-5, .list-item-6 {
    margin-top: 10px;
  }

  .botox-image, .ultimate-facial-image, .iv-infusion-image {
    margin-top: 60px;
  }

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

  .heading-65 {
    margin-left: 0;
    padding-right: 0;
  }

  .text-block-117 {
    margin-left: 1px;
  }

  .text-block-118 {
    margin-top: 82px;
    margin-left: -100px;
    margin-right: 0;
  }

  .heading-69 {
    margin-left: 0;
    padding-right: 0;
  }

  .text-block-121 {
    margin-left: -15px;
    margin-right: 0;
  }

  .heading-70 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-122 {
    margin-left: 0;
  }

  .heading-71 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-123 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-74 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-124 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-48 {
    margin-top: 0;
  }

  .div-block-49 {
    margin-top: 0;
    margin-left: 0;
  }

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

  .column-3 {
    padding-left: 18px;
  }

  .bold-text-2 {
    margin-left: 5px;
  }

  .bold-text-3 {
    margin-left: -4px;
  }

  .bold-text-4 {
    margin-left: -5px;
  }

  .bold-text-5 {
    margin-left: -8px;
  }

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

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

  .bold-text-6 {
    margin-left: -1px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .container-4 {
    margin-left: 0;
    margin-right: -203px;
  }

  .image-23 {
    margin-left: 166px;
  }

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

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

  .paragraph-4 {
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .container-13 {
    margin-left: 149px;
  }

  .container-14 {
    margin-left: 187px;
  }

  .container-15 {
    margin-left: 65px;
  }

  .image-37 {
    margin-left: 95px;
  }

  .text-block-54 {
    margin-left: -698px;
    margin-right: 627px;
  }

  .text-block-55 {
    margin-left: 82px;
  }

  .text-block-59 {
    margin-left: -698px;
    margin-right: -22px;
  }

  .image-40 {
    margin-left: 103px;
  }

  .text-block-60 {
    margin-left: 96px;
  }

  .text-block-66 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .text-block-80, .text-block-81, .text-block-83, .text-block-84, .text-block-85 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-86 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .heading-39 {
    padding-left: 52px;
  }

  .heading-40 {
    margin-top: 15px;
    padding-right: 44px;
  }

  .heading-41 {
    margin-top: 15px;
    margin-left: -41px;
    padding-left: 0;
  }

  .heading-42 {
    margin-top: 15px;
    margin-left: -40px;
  }

  .text-block-88 {
    padding-left: 198px;
  }

  .text-block-89 {
    margin-top: 5px;
    margin-left: -1px;
    margin-right: 48px;
    padding-left: 199px;
  }

  .text-block-90 {
    padding-left: 207px;
  }

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading-45, .text-block-97 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .services-button {
    margin-left: 192px;
  }

  .text-block-98 {
    margin-top: 690px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-55 {
    margin-left: 75px;
    margin-right: 132px;
  }

  .div-block-32 {
    margin-right: 29px;
  }

  .text-block-99 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-33 {
    margin-left: 7px;
    margin-right: -2px;
    padding-right: 0;
  }

  .button-9 {
    margin-left: 207px;
  }

  .dermal-fillers-image {
    margin-top: 154px;
  }

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

  .border {
    width: 800px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-3:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-link-4:hover {
    color: rgba(26, 27, 31, .75);
  }

  .link-5 {
    margin-left: 0;
    margin-right: 233px;
  }

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

  .footer-content-3 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-link-5:hover {
    color: rgba(26, 27, 31, .75);
  }

  .image-67 {
    margin-left: 35px;
  }

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

  .text-block-104 {
    font-weight: 400;
  }

  .button-13 {
    right: 6%;
  }

  .menu-button-2 {
    margin-right: -44px;
  }

  .heading-62 {
    margin-top: -15px;
    margin-left: -122px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    margin-left: -42px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .button-primary-2 {
    margin-left: -22px;
  }

  .heading-63 {
    margin-left: 45px;
  }

  .div-block-43 {
    margin-bottom: 39px;
  }

  .botox-image {
    margin-top: 182px;
  }

  .ultimate-facial-image {
    margin-top: 160px;
  }

  .iv-infusion-image {
    margin-top: 169px;
  }

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

  .heading-65 {
    padding-right: 0;
  }

  .text-block-118 {
    margin-top: 3px;
    margin-left: 1px;
  }

  .heading-69 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-121 {
    margin-left: 0;
    padding-left: 200px;
  }

  .heading-70 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-122 {
    margin-left: 0;
    padding-left: 150px;
  }

  .heading-71 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-123 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-74 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-124 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-46, .div-block-47, .div-block-48 {
    margin-top: 20px;
  }

  .div-block-49 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-2, .column-3 {
    padding-left: 200px;
  }

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

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

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-link {
    color: #000;
    background-color: #b76e79;
  }

  .hamburger-button {
    margin-top: 16px;
    margin-left: 90px;
    margin-right: -161px;
  }

  .navigation-menu {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .brand-text {
    text-align: center;
    margin-top: -5px;
    margin-left: -11px;
  }

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

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .text-block-21 {
    margin-left: -3px;
    margin-right: 4px;
  }

  .image-23 {
    float: none;
    margin-left: 12px;
    margin-right: 5px;
  }

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

  .paragraph-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

  .image-30 {
    margin-left: 1px;
  }

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

  .container-13 {
    margin-left: 37px;
  }

  .container-14 {
    margin-left: 61px;
  }

  .container-15 {
    margin-left: 10px;
  }

  .image-37 {
    margin-left: -20px;
  }

  .text-block-53, .heading-14 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-54 {
    margin-top: 471px;
    margin-left: -699px;
    margin-right: 926px;
    padding-left: 12px;
    padding-right: 6px;
  }

  .text-block-55 {
    margin-left: -255px;
    font-size: 45px;
  }

  .container-21 {
    float: none;
  }

  .text-block-59 {
    margin-top: -11px;
    margin-left: -697px;
    margin-right: 270px;
    padding-left: 19px;
    padding-right: 38px;
  }

  .image-40 {
    margin-left: -17px;
  }

  .text-block-60 {
    margin-left: -38px;
    padding-right: 0;
    font-size: 40px;
    line-height: 20px;
  }

  .dermal-fillers-details {
    margin-top: 304px;
    margin-left: -307px;
    margin-right: 1px;
    padding-left: 315px;
  }

  .membership-rosegold-option {
    margin-left: -66px;
  }

  .grid-3 {
    grid-template-columns: minmax(150px, 1fr);
  }

  .heading-31 {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 35px;
  }

  .text-block-80 {
    margin-right: 0;
  }

  .heading-32 {
    margin-top: 0;
    margin-bottom: -3px;
    margin-left: 0;
    font-size: 35px;
  }

  .text-block-81 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-33 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .text-block-82 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-34 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 35px;
  }

  .text-block-83 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-35 {
    margin-top: 0;
    margin-left: 0;
    font-size: 35px;
  }

  .text-block-84 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-36 {
    margin-top: 0;
    margin-left: 0;
    font-size: 35px;
  }

  .text-block-85 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-37 {
    margin-top: 0;
    margin-left: 0;
    font-size: 35px;
  }

  .text-block-86 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-38 {
    margin-top: 0;
    margin-left: 0;
    font-size: 35px;
  }

  .text-block-87 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-40 {
    margin-top: 27px;
    padding-right: 9px;
  }

  .heading-41 {
    margin-left: -5px;
  }

  .heading-42 {
    margin-left: -6px;
  }

  .text-block-88 {
    padding-left: 112px;
  }

  .text-block-89 {
    margin-right: -11px;
    padding-left: 112px;
  }

  .text-block-90 {
    margin-right: -8px;
    padding-left: 105px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .services-button {
    margin-left: 81px;
    margin-right: 0;
  }

  .text-block-98 {
    text-align: center;
    margin: 33px 0 35px 3px;
  }

  .image-55 {
    margin-left: 15px;
    margin-right: 0;
  }

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

  .div-block-34 {
    margin-bottom: 140px;
  }

  .button-9 {
    margin-top: 20px;
    margin-left: 80px;
  }

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

  .section-25 {
    padding-bottom: 0;
  }

  .dermal-fillers-image {
    margin-top: 0;
    margin-left: 10px;
  }

  .button-10 {
    margin-left: 78px;
    margin-right: 0;
  }

  .border {
    width: 430px;
  }

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

  .link-5 {
    margin-left: 0;
    margin-right: 107px;
  }

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

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

  .iv-infusion-therapy-details {
    margin-top: 302px;
    margin-left: -304px;
    padding-left: 315px;
  }

  .contact-us {
    margin-top: 40px;
  }

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

  .rosegold-option-name {
    margin-left: -155px;
    padding-left: 20px;
    font-size: 20px;
  }

  .rosegold-details {
    margin-left: -22px;
    margin-right: -21px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .platinum-option-name {
    margin-left: -155px;
    padding-left: 50px;
    font-size: 20px;
  }

  .platinum-details {
    margin-left: 0;
    margin-right: 0;
  }

  .diamond-option-name {
    margin-left: -155px;
    padding-left: 50px;
    font-size: 20px;
  }

  .mac-gold-option-name {
    margin-left: -154px;
    padding-left: 20px;
    font-size: 20px;
  }

  .mac-gold-details {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-question01 {
    padding-left: 20px;
    font-size: 22px;
  }

  .botox-details {
    margin-top: 292px;
    margin-left: -306px;
    padding-left: 315px;
  }

  .ultimate-facial-details {
    margin-top: 304px;
    margin-left: -302px;
    padding-left: 315px;
  }

  .image-70 {
    margin-top: 55px;
    margin-bottom: 20px;
  }

  .button-13 {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .text-block-106 {
    text-align: center;
    padding-top: 0;
    font-size: 20px;
  }

  .link-block-6 {
    margin-left: -157px;
  }

  .brand {
    margin-top: 7px;
  }

  .menu-button-2 {
    margin-top: 43px;
    margin-left: 34px;
    margin-right: -69px;
  }

  .nav-menu-2 {
    background-color: #b76e79;
  }

  .icon {
    color: #000;
  }

  .heading-62 {
    margin-left: 20px;
    font-size: 25px;
  }

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

  .nav-menu-two {
    color: #fff;
    background-color: #90898a;
    flex-direction: column;
  }

  .nav-link-2 {
    margin-left: -9px;
  }

  .button-primary-2 {
    margin-left: 11px;
  }

  .link-block-7 {
    margin-top: -116px;
    margin-left: -293px;
  }

  .heading-63 {
    text-align: left;
    margin-left: 210px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .icon-2 {
    color: #000;
  }

  .botox-image {
    margin-top: 0;
    margin-left: 10px;
  }

  .ultimate-facial-image {
    margin-top: -2px;
    margin-left: 10px;
  }

  .iv-infusion-image {
    margin-top: 0;
    margin-left: 10px;
  }

  .container-40 {
    margin-top: 20px;
  }

  .text-block-107, .text-block-108, .text-block-109, .text-block-110 {
    margin-left: 0;
  }

  .text-block-111, .text-block-112 {
    margin-left: 0;
    font-size: 18px;
  }

  .text-block-113 {
    margin-left: 0;
  }

  .text-block-114 {
    margin-left: 0;
    font-size: 18px;
  }

  .heading-65 {
    margin-left: 0;
  }

  .text-block-117, .text-block-118 {
    margin-left: 40px;
  }

  .heading-69 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-121 {
    margin-left: 0;
    padding-left: 80px;
  }

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

  .text-block-122 {
    padding-left: 40px;
  }

  .heading-71 {
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-123 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-74 {
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-124 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-2, .column-3 {
    padding-left: 40px;
    padding-right: 0;
  }

  .div-block-50, .div-block-51 {
    margin-top: 20px;
    padding-top: 0;
  }

  .div-block-52, .div-block-53, .div-block-54, .div-block-55, .div-block-56, .container-41, .container-42, .container-43, .container-44, .container-45, .container-46 {
    margin-top: 20px;
  }

  .bold-text-2 {
    margin-left: 5px;
  }

  .bold-text-3, .bold-text-4 {
    margin-left: -4px;
  }

  .bold-text-5 {
    margin-left: -8px;
  }

  .faq-question02 {
    padding-left: 30px;
    font-size: 22px;
  }

  .faq-question03, .faq-question04 {
    padding-left: 50px;
    font-size: 22px;
  }

  .faq-question05 {
    padding-left: 20px;
    font-size: 22px;
  }
}

#w-node-c44183a8-0b56-01c5-bee6-54b177dbde5d-393bc39e, #w-node-bf48fab5-f27c-2219-c5fc-f7e37ca6b4d0-393bc39e, #w-node-_6be43d99-4075-988c-e8d9-9f6d0874cb07-393bc39e, #w-node-_7f830753-d518-23d7-6bc3-f3d36d98c823-393bc39e, #w-node-f4ac2706-b7bf-699d-0b69-90dc7d9292e9-393bc39e, #w-node-_21de91db-2382-904e-93c8-60e3059e2588-393bc39e, #w-node-a1b9096c-3d88-3a7e-b381-94d2bb4f6ab7-393bc39e, #w-node-_80ef7f12-190a-3be8-5f93-a61340798276-393bc39e, #w-node-_4c89dec5-9413-c6b0-bb7d-057dc1b1c4ad-393bc39e, #w-node-a7ccfba6-cdb0-6bc7-4ec8-c59e37f16840-393bc39e, #w-node-_2e1badb4-7e3b-20da-e29a-bb5f9412a032-393bc39e, #w-node-_2acdcf69-86d8-5aae-0809-942ab2800aba-393bc39e, #w-node-ab8e401b-f412-ad26-b15d-2bc61f22c0fc-393bc39e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-bf48fab5-f27c-2219-c5fc-f7e37ca6b4d0-393bc39e {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Bod R';
  src: url('../fonts/BOD_R.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mtcorsva';
  src: url('../fonts/MTCORSVA.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greatvibes';
  src: url('../fonts/GreatVibes-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}