@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype"), url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: #fff;
  --black: #141414;
  --aqua: #7ac4c3;
  --darker-aqua: #64b5b7;
  --dark-grey: #5e5f64;
  --gold: #c4aa83;
  --cookies-bg: #25252580;
  --pale-yellow: #fffff9;
  --darkest-aqua: #46939c;
  --transparent: #fff0;
  --pale-grey: #f5f4e9;
  --pale-aqua: #d7eded;
  --treatment-grey: #f5f4e9;
  --footer-grey: #4f5051;
  --50-white: #ffffff80;
  --first-time: #e6e4cf;
  --dark-black: #000;
  --dm-blue: #001f3c;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: ltc-goudy-oldstyle-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.top-section {
  z-index: 1;
  background-color: var(--aqua);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.fa-social {
  width: 40px;
  height: 100%;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  background-color: var(--darker-aqua);
}

.announcement-contact-block {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-div {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.logo {
  background-color: #0000;
  width: 220px;
  padding-bottom: 0;
}

.co-logo-link.w--current {
  flex: none;
}

.dl-link-holder {
  width: 300px;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dl-link-holder.w--current {
  background-color: var(--black);
}

.navbar {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.header-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: flex;
}

.menu-link {
  color: var(--white);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: all .2s ease-in-out;
  display: flex;
}

.menu-link:hover {
  background-color: var(--darker-aqua);
  border-bottom: 1px #f7f7f2;
}

.menu-link.w--current {
  background-color: var(--darker-aqua);
  color: var(--white);
}

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

.h2 {
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 400;
  line-height: 56px;
}

.h2._20b {
  text-align: center;
  margin-bottom: 20px;
}

.h2.left {
  text-align: left;
}

.h2.left._20b {
  text-align: justify;
}

.h2.left._20b.c {
  text-align: center;
}

.h2.left.small {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 40px;
}

.h2.left.small.c {
  text-align: center;
  font-size: 27px;
}

.h2.left._30t-20b {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 30px;
}

.h2.left._30t-20b.h3 {
  padding-top: 30px;
}

.h2.left._30t-20b.c {
  text-align: center;
}

.h2.left._0b {
  margin-bottom: 0;
}

.h2.left._0b.c {
  text-align: center;
}

.h2.left._20p {
  margin-bottom: 20px;
  padding-top: 20px;
}

.h2.left._20p.c {
  text-align: center;
}

.h2._30t-20b {
  margin-top: 30px;
  margin-bottom: 20px;
}

.h2._30t-20b.c, .h2.centre {
  text-align: center;
}

.h2._0b {
  margin-bottom: 0;
}

.icon-3 {
  margin-right: 15px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--black);
  background-color: var(--black);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--black);
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: var(--aqua);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
  line-height: 22px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  background-color: var(--white);
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--aqua);
  line-height: 20px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_title {
  color: var(--aqua);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  background-color: var(--white);
  color: var(--aqua);
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--aqua);
  background-color: var(--aqua);
  min-width: 140px;
  color: var(--white);
  text-align: center;
  border-radius: 500px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button:hover {
  background-color: var(--darker-aqua);
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.nav-section {
  z-index: 10;
  background-color: var(--pale-yellow);
  position: relative;
  inset: 0% 0% auto;
}

.top-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.bottom-link {
  color: var(--white);
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.bottom-link.address {
  cursor: auto;
  max-width: 260px;
}

.bottom-link.opening {
  cursor: auto;
}

.dropdown-menu {
  justify-content: center;
  align-items: center;
}

.dropdown-menu:hover {
  background-color: var(--darker-aqua);
}

.dd-toggle {
  color: var(--white);
  padding: 11px 35px 11px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: all .2s;
}

.dd-link {
  background-color: var(--aqua);
  color: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 25px;
  transition: all .3s;
}

.dd-link:hover {
  background-color: var(--darker-aqua);
  color: var(--white);
}

.dd-link.w--current {
  background-color: var(--darkest-aqua);
  color: var(--white);
}

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

.dropdown-list.w--open {
  background-color: var(--transparent);
}

.white-section, .white-section._60p {
  padding-top: 60px;
  padding-bottom: 60px;
}

.white-section._0t {
  padding-top: 0;
}

.white-section._60t {
  padding-top: 60px;
  padding-bottom: 0;
}

.white-section._0b {
  padding-bottom: 0;
}

.body-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-div.centre {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-div._50t {
  margin-top: 50px;
}

.body-div.left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-div._100 {
  width: 100%;
}

.body-div.smaller {
  width: 50%;
}

._2-col-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-col-div.top {
  justify-content: space-between;
  align-items: flex-start;
}

._2-col-div.top.down {
  flex-flow: column;
}

._2-col-div.home {
  justify-content: space-between;
  align-items: stretch;
}

._2-col-div.full {
  width: 100%;
  margin-top: 40px;
}

._2-col-div.full.top._0t {
  margin-top: 0;
}

.right-img {
  filter: drop-shadow(0 2px 5px #000000b3);
  object-fit: cover;
  border-radius: 5px;
  width: 32%;
}

._66-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 66%;
  display: flex;
}

._66-div._100 {
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding-right: 40px;
}

.button {
  background-color: var(--darker-aqua);
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 9px 15px 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
}

.button.light {
  cursor: pointer;
  padding: 10px 15px;
  font-weight: 400;
  display: block;
}

.button.light:hover {
  background-color: var(--black);
}

.button.book {
  letter-spacing: 1px;
  padding: 10px 15px;
}

.button.book:hover {
  background-color: var(--black);
}

.button.book._0 {
  margin-top: 20px;
  display: block;
}

.button.top {
  margin-top: 20px;
}

.button._15r {
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.button._0b {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.hero-small {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.h1-black {
  color: var(--black);
  text-align: left;
  margin-top: 10px;
  font-family: ltc-goudy-oldstyle-pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.h1 {
  width: 100%;
  color: var(--gold);
  text-align: left;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Handlee, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 70px;
  display: flex;
}

.bg-section {
  background-image: url('../images/bg-turquoise.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grey-section {
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  background-color: var(--pale-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.grey-section.white {
  background-color: var(--white);
}

.sub-heading {
  color: var(--aqua);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.sub-heading.left {
  color: var(--darker-aqua);
  text-align: left;
  margin-bottom: 5px;
  line-height: 24px;
}

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

.treatments-grid._4 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.treatments-grid._7 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr 1fr;
}

.treatments-grid._3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid var(--pale-aqua);
  border-bottom: 1px solid var(--pale-aqua);
  grid-template-columns: 1fr 1fr 1fr;
}

._3-col-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-link-div {
  justify-content: flex-start;
  align-items: center;
  width: 33.3333%;
  padding: 60px;
  text-decoration: none;
  display: flex;
}

.contact-link-div._2, .contact-link-div._3 {
  width: 50%;
}

.box-icon {
  margin-right: 10px;
}

.treatment-div {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.treatment-div.white {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.treatment-div.grey {
  background-color: var(--treatment-grey);
  text-decoration: none;
}

.treatment-text {
  color: var(--aqua);
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.treatment-title {
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.treatment-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 125px;
  min-width: 125px;
  height: 125px;
  min-height: 125px;
  margin-bottom: 20px;
}

.treatment-img.antiwrikle {
  background-image: url('../images/treatments-anti-wrinkle-injections.webp');
}

.treatment-img.lip {
  background-image: url('../images/treatments-lip-enhancement.webp');
}

.treatment-img.cheek {
  background-image: url('../images/treatments-cheek-augmentation.webp');
}

.treatment-img.naso {
  background-image: url('../images/treatments-naso-labial-fold-treatment.webp');
}

.treatment-img.marionette {
  background-image: url('../images/treatments-marionette-line-augmentation.webp');
}

.treatment-img.chin {
  background-image: url('../images/treatments-chin-and-pre-jowl-sulcus-augmentation.webp');
}

.treatment-img.profhilo {
  background-image: url('../images/treatments-profhilo.webp');
}

.treatment-img.sunekos {
  background-image: url('../images/treatments-sunekos.webp');
  width: 125px;
}

.treatment-img.undereye {
  background-image: url('../images/treatments-sunekos-under-eye.webp');
}

.treatment-img.filler {
  background-image: url('../images/treatments-filler-dissolving.webp');
}

.treatment-img.tear {
  background-image: url('../images/treatments-tear-trough-treatment.webp');
}

.treatment-img.non {
  background-image: url('../images/treatments-non-surgical-rhinoplasty.webp');
}

.treatment-img.profile {
  background-image: url('../images/treatments-profile-harmonisation.webp');
}

.treatment-img.masculine {
  background-image: url('../images/treatments-masculinisation.webp');
}

.treatment-img.rejuv {
  background-image: url('../images/full-face-rejuvenation.webp');
}

.treatment-img.lg {
  background-image: url('../images/selfie.jpg');
  background-position: 0 0;
  background-size: 450px;
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
}

.logo-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-section {
  background-color: var(--footer-grey);
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottom-section {
  background-color: var(--dark-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.gift-card-div {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.gift-card-icon {
  margin-bottom: 10px;
  margin-right: 40px;
}

.gift-card-title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.more-info {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.gift-card-details {
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
}

.contact-title {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.contact-links {
  color: var(--darker-aqua);
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.logos-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.25fr 1fr 1fr 1.25fr 1fr;
  width: 100%;
  max-width: 1300px;
}

.trade-logo {
  width: 100%;
}

.bottom-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.3333%;
  display: flex;
}

.bottom-div._2 {
  width: 40%;
}

.bottom-div._3 {
  width: 20%;
}

.bottom-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.footer-text {
  width: 70%;
  color: var(--50-white);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.p {
  text-align: justify;
  width: 100%;
  margin-bottom: 10px;
}

.p.centre {
  text-align: justify;
}

.p.centre.mid {
  text-align: center;
}

.p._0b {
  margin-bottom: 0;
}

.p._0b.c {
  text-align: justify;
}

.p._0b.c.c1 {
  text-align: left;
}

.p._0b.bottom, .p._20b {
  margin-bottom: 20px;
}

.p._20b.centre {
  text-align: justify;
}

.p._20b.centre.mid {
  text-align: center;
}

.p._20b.lrg {
  font-size: 18px;
  font-weight: 700;
}

.p._30b {
  margin-bottom: 30px;
}

.p.top {
  margin-top: 20px;
}

.p._50b {
  margin-bottom: 50px;
}

.p.c {
  text-align: left;
}

.hyperlink {
  border-bottom: 1px solid var(--transparent);
  color: var(--darkest-aqua);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.hyperlink:hover {
  border-bottom-color: var(--aqua);
}

.lightgrey-section {
  background-color: var(--treatment-grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.lightgrey-section._60p.w, .lightgrey-section._60p.white, .lightgrey-section.white {
  background-color: var(--white);
}

.lightgrey-section.white._0 {
  padding-bottom: 0;
}

.lightgrey-section._60t-0b {
  padding-top: 60px;
  padding-bottom: 0;
}

.lightgrey-section._60t-0b.w, .lightgrey-section._60t-0b.white {
  background-color: var(--white);
}

.lightgrey-section._0t-60b {
  padding-top: 0;
  padding-bottom: 60px;
}

.lightgrey-section._0t-60b.w, .lightgrey-section._0t-60b.white {
  background-color: var(--white);
}

.lightgrey-section._0b {
  padding-bottom: 0;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list._3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.list.areas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.list._2col {
  grid-template-columns: 1fr 1fr;
}

.list._2col._0b {
  margin-bottom: 0;
}

.list._4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.list._100 {
  width: 100%;
}

.list.no-float {
  width: auto;
}

.list._0b {
  margin-bottom: 0;
}

.list._0t {
  margin-top: 0;
}

.list-item {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.bullet-heading.blue {
  color: var(--darker-aqua);
}

.bullet-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 10px;
}

.bullet-icon.tick {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
}

.h3 {
  color: var(--aqua);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.h3._30t {
  padding-top: 30px;
}

.h3.c {
  text-align: center;
}

.h3-link {
  color: var(--darker-aqua);
  text-decoration: none;
  transition: all .3s;
}

.h3-link:hover {
  color: var(--black);
}

.footer-link {
  color: var(--50-white);
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--white);
}

.bottom-container {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.footer-div {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.booking-form {
  outline-color: var(--white);
  outline-offset: -3px;
  outline-width: 3px;
  outline-style: solid;
  flex-flow: column;
  height: 90%;
  min-height: 800px;
  display: flex;
}

.h1-large {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 400;
  line-height: 45px;
}

.h1-large._0b {
  margin-bottom: 0;
}

.h1-large._60t {
  margin-top: 60px;
}

.h1-large._60t.c, .h1-large.c {
  text-align: center;
}

.lrg-heading {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 400;
  line-height: 56px;
}

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

.lrg-heading._10b {
  margin-bottom: 10px;
}

._100-div {
  width: 100%;
}

._100-div.centred {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._48-5 {
  width: 48.5%;
}

._48-5.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._48-5.sm {
  width: 25%;
}

._48-5._70 {
  width: 70%;
}

.sub-heading-div {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.sub-heading-div._30t {
  margin-top: 0;
  margin-bottom: 10px;
}

.sub-heading-div._10b {
  margin-bottom: 10px;
}

.sub-heading-div._100 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.sub-heading-div._20b {
  margin-top: 0;
  margin-bottom: 20px;
}

.treatment-heading {
  width: 100%;
  color: var(--darker-aqua);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.treatment-heading.small {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 27px;
}

.treatment-heading._20b {
  text-align: justify;
  margin-bottom: 20px;
  line-height: 38px;
}

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

.treatment-heading._10-20 {
  margin-top: -10px;
  margin-bottom: 20px;
}

.form-heading-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-heading-div._30t {
  margin-top: 30px;
}

.form-title-text {
  color: var(--darker-aqua);
  margin-bottom: 0;
  font-style: italic;
}

.form-title {
  color: var(--darkest-aqua);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.form-container {
  width: 48.5%;
}

.treatment-icon {
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  margin-right: 15px;
}

._4-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._4-image-grid._80t {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 80px;
}

.svs-lb-img {
  width: 100%;
}

.first-time-section {
  background-color: var(--first-time);
  padding-top: 10px;
  padding-bottom: 10px;
}

.first-time-div {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.comp-button {
  background-color: var(--darker-aqua);
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.comp-button:hover {
  background-color: var(--black);
}

.comp-button._0 {
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}

.first-time {
  margin-right: 10px;
  font-weight: 700;
}

.sunekos {
  float: right;
  width: 100%;
  max-width: 400px;
  margin-left: 30px;
}

.h1-img {
  float: right;
  filter: drop-shadow(0 2px 5px #000000b3);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  margin-bottom: 20px;
  margin-left: 30px;
}

.h1-img._250 {
  max-height: 250px;
}

.h1-img._0b, .h1-img.profhilo {
  margin-bottom: 0;
}

.card-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.areas-icon {
  color: var(--darkest-aqua);
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.reviews._100 {
  width: 100%;
  margin-top: 40px;
}

.bold-heading {
  margin-bottom: 5px;
  font-weight: 700;
}

.contact-link {
  color: var(--darkest-aqua);
  text-decoration: none;
  transition: all .2s;
}

.contact-link:hover {
  color: var(--black);
}

.socials-div {
  margin-bottom: 30px;
}

.social-link {
  color: var(--darker-aqua);
  margin-right: 15px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.contact-img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.site-map-link {
  color: var(--black);
  text-decoration: none;
}

.con-pop {
  z-index: 100;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.numbered-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: decimal;
  display: grid;
}

.numbered-list._50b {
  margin-bottom: 50px;
}

.numbered-list._20b {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.numbered-item, .numbered-item.c {
  text-align: center;
}

.consultation-form-div {
  background-color: var(--pale-grey);
  width: 100%;
  margin-top: 10px;
  padding: 20px;
}

.close-button {
  color: var(--darker-aqua);
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s;
  position: fixed;
  inset: 20px 20px auto auto;
}

.close-button:hover {
  color: var(--black);
}

.pop-up-form-container {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.lb-link {
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 6px #00000080;
}

.lb-text {
  background-color: var(--darkest-aqua);
  height: 100%;
  color: var(--white);
  text-align: center;
  padding: 10px;
}

._3-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._3-image-grid._80t {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 80px;
}

.voucher-pop {
  z-index: 100;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.book-link {
  border: 2px solid var(--pale-aqua);
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: all .2s ease-in-out;
}

.book-link:hover {
  background-color: var(--darker-aqua);
}

.book-link.w--current {
  background-color: var(--darker-aqua);
  color: var(--white);
}

.bottom-heading {
  color: var(--aqua);
  font-size: 28px;
  line-height: 38px;
}

.bottom-heading.c {
  text-align: center;
}

.pop-up-booking-form {
  width: 100%;
  margin-top: 30px;
}

.code-embed {
  width: 100%;
}

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

.bigimg {
  width: 100%;
  margin-top: 10px;
}

.anti-wrinkle {
  width: 90%;
}

.side-img {
  width: 100%;
  min-width: 350px;
  display: block;
}

.home-img-div {
  background-image: url('../images/Anita-inject.webp');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 480px;
}

.home-img {
  display: none;
}

.injection-img {
  width: 30%;
}

.home-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-inj-img {
  width: 50%;
}

.lrg-img {
  opacity: 1;
  filter: drop-shadow(0 2px 5px #000000b3);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 30%;
  box-shadow: 0 2px 5px #0003;
}

.guide-img {
  width: 100%;
}

.h1-blue {
  color: var(--darker-aqua);
  font-size: 36px;
  line-height: 46px;
}

.h1-lrg-blue {
  color: var(--darker-aqua);
  font-size: 31px;
  line-height: 28px;
}

._2-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.large-image {
  filter: drop-shadow(0 2px 11px #000000d4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 5px;
  width: 30%;
  height: auto;
  box-shadow: 0 2px 5px #00000069;
}

.single-img {
  object-fit: cover;
  width: 100%;
  max-width: 500px;
  height: 400px;
  margin-bottom: 20px;
}

.single-img._600 {
  max-width: 600px;
}

.single-img._300 {
  max-width: 300px;
}

.single-img.auto {
  height: auto;
}

.off-white-section {
  background-color: var(--treatment-grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

.off-white-section._60p {
  border-bottom: 1px solid var(--pale-grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

.off-white-section._0t {
  padding-top: 0;
}

.off-white-section.botcut {
  border-bottom: 5px solid var(--darker-aqua);
}

.false-section {
  background-color: var(--treatment-grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.process-div._0t {
  margin-top: 0;
}

.non-float-div._100 {
  width: 100%;
}

.bold-text {
  font-family: ltc-goudy-oldstyle-pro, sans-serif;
  line-height: 52px;
}

.text-span {
  color: var(--aqua);
  font-size: 30px;
  line-height: 21px;
}

.hidden-line {
  width: 100%;
  padding-top: 0;
  position: relative;
  top: -100px;
}

._2-button-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.top-link {
  min-width: 250px;
  color: var(--darker-aqua);
  text-decoration: none;
}

.top-email-link {
  min-width: 250px;
  color: var(--darker-aqua);
  text-align: right;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .social-div {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
  }

  .dl-link-holder {
    background-color: var(--black);
    width: 100%;
  }

  .navbar {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--aqua);
    padding-bottom: 20px;
  }

  .icon {
    font-size: 30px;
    line-height: 30px;
  }

  .header-div {
    flex-flow: column;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .menu-link {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--darker-aqua);
  }

  .logo-div {
    order: -9999;
  }

  .menu-button {
    border: 1px solid var(--dark-grey);
    background-color: var(--aqua);
    border-radius: 9px;
    padding: 10px;
    box-shadow: 0 2px 4px #0003;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--gold);
    text-align: right;
  }

  .h2, .h2.left._20b {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
  }

  .h2.left._30t-20b, .h2.left._20p {
    font-size: 40px;
    line-height: 50px;
  }

  .top-div {
    width: 100%;
  }

  .bottom-link {
    padding-bottom: 0;
  }

  .bottom-link.address {
    max-width: 210px;
  }

  .bottom-link.opening {
    max-width: 200px;
  }

  .dropdown-menu {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .dd-toggle {
    width: 100%;
    padding-left: 35px;
  }

  .dd-link {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .body-div.smaller {
    width: auto;
  }

  ._2-col-div {
    flex-flow: column;
  }

  ._2-col-div.top, ._2-col-div.home {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  ._2-col-div._1row {
    flex-flow: row;
  }

  .right-img {
    width: 80%;
    max-width: 500px;
  }

  ._66-div {
    width: 100%;
  }

  ._66-div._100 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .h1-black {
    font-size: 38px;
    line-height: 44px;
  }

  .h1 {
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 44px;
  }

  .treatments-grid._4 {
    grid-template-columns: 1fr 1fr;
  }

  .treatments-grid._7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .treatments-grid._3 {
    grid-template-columns: 1fr 1fr;
  }

  .contact-link-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-link-div._1, .contact-link-div._2 {
    width: 27%;
  }

  .contact-link-div._3 {
    width: 42%;
  }

  .box-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .gift-card-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .logos-grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 600px;
  }

  .bottom-div._1, .bottom-div._2 {
    width: 40%;
  }

  .bottom-div._3 {
    width: 20%;
  }

  .list._3col {
    grid-template-columns: 1fr 1fr;
  }

  .list.areas {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list._2col, .list._4col {
    grid-template-columns: 1fr 1fr;
  }

  .h3 {
    line-height: 36px;
  }

  .h1-large, .lrg-heading {
    font-size: 40px;
    line-height: 50px;
  }

  ._100-div, ._48-5 {
    width: 100%;
  }

  .form-container {
    width: 100%;
    height: 800px;
    margin-top: 40px;
  }

  ._4-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  ._4-image-grid._80t {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .sunekos {
    max-width: 400px;
  }

  .h1-img {
    max-width: 300px;
  }

  .card-div {
    flex-flow: column;
  }

  .contact-img {
    height: 250px;
  }

  .pop-up-form-container {
    width: 100%;
    height: 800px;
    margin-top: 40px;
  }

  ._3-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  ._3-image-grid._80t {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .book-link {
    width: 80%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    position: static;
  }

  .book-link:hover {
    background-color: var(--darker-aqua);
  }

  .bottom-heading {
    line-height: 36px;
  }

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

  .anti-wrinkle {
    width: 100%;
  }

  .side-img {
    width: 100%;
    min-width: 100%;
  }

  .home-img-div {
    background-image: none;
    background-size: auto;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-right: auto;
  }

  .home-img {
    width: 100%;
    display: block;
  }

  .injection-img {
    width: 100%;
  }

  .home-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h1-inj-img {
    width: 100%;
  }

  .guide-img {
    margin-top: 10px;
  }

  .h1-blue {
    font-size: 30px;
    line-height: 40px;
  }

  .large-image {
    width: 50%;
  }

  .single-img {
    height: 350px;
  }

  .bold-text {
    line-height: 48px;
  }

  ._2-button-div {
    margin-bottom: 10px;
  }

  .top-link {
    text-align: center;
    min-width: 100%;
    margin-top: 10px;
  }

  .top-email-link {
    text-align: center;
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact-block, .social-div {
    grid-template-columns: 1fr;
  }

  .menu-link {
    width: 90%;
  }

  .logo-div {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .h2.left._20b {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .h2.left._30t-20b, .h2.left._20p {
    font-size: 30px;
    line-height: 40px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .bottom-link.address {
    max-width: 280px;
  }

  .bottom-link.opening {
    max-width: 100%;
  }

  .dropdown-menu {
    width: 90%;
  }

  .white-section {
    padding-top: 40px;
  }

  .white-section._60p {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white-section.botcut {
    padding-bottom: 100px;
  }

  .white-section._60t {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._2-col-div._1row {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .right-img {
    max-width: 350px;
  }

  .button.light, .button.book {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-small {
    margin-bottom: 10px;
  }

  .h1-black {
    font-size: 30px;
    line-height: 35px;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .grey-section {
    padding-top: 40px;
  }

  .treatments-grid._4 {
    grid-template-columns: 1fr 1fr;
  }

  .treatments-grid._7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .treatments-grid._3 {
    grid-template-columns: 1fr 1fr;
  }

  ._3-col-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
  }

  .contact-link-div._1, .contact-link-div._2, .contact-link-div._3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .gift-card-icon {
    width: 150px;
    margin-right: 20px;
  }

  .gift-card-title {
    font-size: 26px;
    line-height: 32px;
  }

  .gift-card-details {
    margin-bottom: 20px;
  }

  .bottom-div._1 {
    width: 100%;
  }

  .bottom-div._2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bottom-div._3 {
    width: 100%;
  }

  .bottom-title {
    line-height: 22px;
  }

  .footer-text {
    text-align: right;
    width: 70%;
  }

  .p {
    text-align: left;
  }

  .p._50b {
    margin-bottom: 40px;
  }

  .lightgrey-section, .lightgrey-section._60p {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lightgrey-section._60t-0b {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .lightgrey-section._0t-60b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list._3col {
    grid-template-columns: 1fr;
  }

  .list.areas {
    grid-template-columns: 1fr 1fr;
  }

  .list._2col, .list._4col {
    grid-template-columns: 1fr;
  }

  .h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .bottom-container {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-div {
    justify-content: flex-end;
    align-items: center;
    width: 70%;
    margin-right: 0;
    display: flex;
  }

  .h1-large, .lrg-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .treatment-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .treatment-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  ._4-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._4-image-grid._80t {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .first-time-div {
    flex-flow: column;
  }

  .first-time {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .h1-img {
    float: none;
    max-width: 75%;
    margin-left: 0;
  }

  .h1-img._250._0b {
    margin-top: 10px;
  }

  .contact-img {
    height: 180px;
  }

  .lb-img {
    height: 240px;
  }

  ._3-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._3-image-grid._80t {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .book-link {
    width: 90%;
  }

  .bottom-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .home-img-div {
    width: 100%;
    max-width: 100%;
  }

  .h1-blue {
    font-size: 26px;
    line-height: 36px;
  }

  .off-white-section {
    padding-top: 40px;
  }

  .off-white-section._60p {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .process-div {
    margin-top: 10px;
  }

  .bold-text {
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .co-logo-link {
    text-align: center;
    width: 100%;
  }

  .co-logo-link.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .navbar {
    flex-flow: column;
  }

  .nav-menu {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
  }

  .icon {
    text-align: center;
  }

  .header-div {
    flex-direction: column;
    padding: 10px 0;
  }

  .menu-link {
    text-align: left;
    width: 100%;
  }

  .logo-div {
    align-items: center;
    width: 95%;
  }

  .menu-button {
    color: var(--black);
    display: flex;
  }

  .menu-button:hover {
    border-radius: 0;
  }

  .menu-button.w--open {
    width: auto;
  }

  .h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .h2.left._20b, .h2.left._30t-20b {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 34px;
  }

  .h2.left._30t-20b.c {
    padding-top: 10px;
  }

  .h2.left._20p {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 34px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .bottom-link {
    margin-bottom: 5px;
  }

  .dropdown-menu {
    width: 100%;
  }

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

  .dd-link {
    text-align: center;
  }

  .white-section, .white-section._60p {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .white-section.botcut {
    padding-bottom: 30px;
  }

  .white-section._60t {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._2-col-div.full {
    margin-top: 30px;
  }

  ._2-col-div.full.top {
    margin-top: 0;
  }

  .right-img {
    width: 90%;
    max-width: 250px;
  }

  .button {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    display: block;
  }

  .button._15r {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .button._0b {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .h1-black {
    font-size: 22px;
    line-height: 32px;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .grey-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sub-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .treatments-grid._4, .treatments-grid._7, .treatments-grid._3 {
    grid-template-columns: 1fr;
  }

  ._3-col-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-link-div {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-link-div._1, .contact-link-div._2 {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .contact-link-div._3 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .treatment-div.white, .treatment-div.grey {
    padding-bottom: 20px;
  }

  .treatment-title {
    margin-bottom: 5px;
  }

  .treatment-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    margin-bottom: 10px;
  }

  .treatment-img.sunekos {
    width: 100px;
    margin-left: 0;
  }

  .treatment-img.profile {
    width: 100px;
  }

  .bottom-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gift-card-div {
    flex-flow: column;
  }

  .gift-card-icon {
    width: 120px;
    margin-right: 0;
  }

  .gift-card-title {
    text-align: center;
    font-size: 22px;
  }

  .more-info {
    text-align: center;
  }

  .gift-card-details {
    text-align: center;
    margin-bottom: 10px;
  }

  .contact-title {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-links {
    text-align: center;
    font-size: 14px;
  }

  .logos-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 250px;
  }

  .trade-logo {
    max-width: 250px;
  }

  .bottom-div._1, .bottom-div._2, .bottom-div._3 {
    width: 100%;
  }

  .bottom-title {
    margin-bottom: 10px;
  }

  .p {
    font-size: 14px;
    line-height: 22px;
  }

  .p._20b {
    margin-bottom: 10px;
  }

  .p._50b {
    margin-bottom: 30px;
  }

  .lightgrey-section, .lightgrey-section._60p {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lightgrey-section._60t-0b {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .lightgrey-section._0t-60b {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .list.areas {
    grid-template-columns: 1fr;
  }

  .list._2col._30b {
    margin-bottom: 30px;
  }

  .bullet-heading {
    font-size: 14px;
    line-height: 24px;
  }

  .bullet-icon.tick {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .h3 {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .h3._10b {
    margin-bottom: 20px;
  }

  .h1-large {
    font-size: 22px;
    line-height: 30px;
  }

  .lrg-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .sub-heading-div {
    margin-bottom: 10px;
  }

  .treatment-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .form-title-text {
    font-size: 14px;
    line-height: 22px;
  }

  .form-title {
    font-size: 18px;
    line-height: 26px;
  }

  .form-container {
    height: auto;
    margin-top: 20px;
  }

  .treatment-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  ._4-image-grid, ._4-image-grid._80t {
    grid-template-columns: 1fr;
  }

  .first-time {
    text-align: center;
    line-height: 20px;
  }

  .sunekos {
    max-width: 100%;
  }

  .h1-img {
    max-width: 100%;
    max-height: 250px;
  }

  .areas-icon {
    font-size: 20px;
    line-height: 20px;
  }

  .contact-img {
    height: 250px;
  }

  .site-map-link {
    font-size: 14px;
    line-height: 22px;
  }

  .lb-img {
    height: 200px;
  }

  ._3-image-grid, ._3-image-grid._80t {
    grid-template-columns: 1fr;
  }

  .book-link {
    width: 100%;
  }

  .bottom-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .h1-blue {
    font-size: 20px;
    line-height: 30px;
  }

  .large-image {
    width: 100%;
  }

  .single-img {
    height: 250px;
  }

  .single-img._300 {
    max-width: 200px;
  }

  .off-white-section, .off-white-section._60p, .false-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bold-text {
    line-height: 34px;
  }

  ._2-button-div {
    flex-flow: column;
  }
}

#w-node-_63c09c36-f090-69bb-f130-db8166878a87-66878a84, #w-node-_63c09c36-f090-69bb-f130-db8166878a88-66878a84, #w-node-_63c09c36-f090-69bb-f130-db8166878a89-66878a84, #w-node-_63c09c36-f090-69bb-f130-db8166878a8c-66878a84 {
  place-self: center;
}

#w-node-_63c09c36-f090-69bb-f130-db8166878a8e-66878a84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_63c09c36-f090-69bb-f130-db8166878a8b-66878a84 {
  place-self: center;
}

#w-node-_63c09c36-f090-69bb-f130-db8166878a8d-66878a84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-acce097d-3196-cfb8-2db7-325965046116-b8d6abf6, #w-node-_1dd0d244-60ec-e71e-3b18-42d2cbd178af-b8d6abf6, #w-node-b1419e07-abe2-2fa8-e94a-f27c9e62bf65-b8d6abf6, #w-node-_15c2aec6-460f-c9cf-2385-11ef19c5a594-b8d6abf6, #w-node-_5d7ffe03-68ac-5270-a3dc-c5a5421e5f3d-b8d6abf6, #w-node-_5d7ffe03-68ac-5270-a3dc-c5a5421e5f43-b8d6abf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d7ffe03-68ac-5270-a3dc-c5a5421e5f49-b8d6abf6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-acce097d-3196-cfb8-2db7-325965046116-b8d6abf6, #w-node-_1dd0d244-60ec-e71e-3b18-42d2cbd178af-b8d6abf6, #w-node-b1419e07-abe2-2fa8-e94a-f27c9e62bf65-b8d6abf6, #w-node-_15c2aec6-460f-c9cf-2385-11ef19c5a594-b8d6abf6, #w-node-_5d7ffe03-68ac-5270-a3dc-c5a5421e5f3d-b8d6abf6, #w-node-_5d7ffe03-68ac-5270-a3dc-c5a5421e5f43-b8d6abf6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d7ffe03-68ac-5270-a3dc-c5a5421e5f49-b8d6abf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63c09c36-f090-69bb-f130-db8166878a8e-66878a84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}