:root {
  --slate-blue: #7d5d99;
  --black: black;
  --white: white;
  --dark-cyan: #2d9584;
  --linen: #f1e9df;
  --brown: #65313c;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.full-screen-social {
  padding: 32px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero-promo-social-link {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .3s;
  display: flex;
}

.hero-promo-social-link:hover {
  opacity: 1;
}

.hero-promo-social-link.twitter, .hero-promo-social-link.facebook, .hero-promo-social-link.instagram, .hero-promo-social-link.youtube {
  text-align: center;
  display: block;
}

.button {
  background-color: #ffa535;
  background-image: linear-gradient(to right, #ff753e, #ffb731);
  border-radius: 24px;
  height: 48px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: box-shadow .3s, transform .3s;
}

.button:hover {
  transform: translate(0, -1px);
  box-shadow: 0 5px 18px #ffa53580;
}

.button.full-screen-button {
  background-color: var(--slate-blue);
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  padding-bottom: 40px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.button.full-screen-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #000;
  border-color: #000;
  transform: none;
}

.button.ghost-button {
  background-color: #0000;
  background-image: none;
  transition: box-shadow .3s, background-color .3s, color .3s;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.ghost-button:hover {
  color: #2e323c;
  background-color: #fff;
  transform: none;
}

.button.ghost-button.hero-promo-button {
  box-shadow: none;
  color: #000;
  text-transform: capitalize;
  background-color: #fff0;
  border: 1px #fff;
  border-radius: 0;
  margin: 40px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.button.ghost-button.hero-promo-button:hover {
  box-shadow: none;
  background-color: #d4d4d4;
  border: 1px #3e3c54;
}

.full-screen-menu {
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff), url('../images/circle-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 16px 16px;
  display: block;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.full-screen-nav-link {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 55px;
  text-decoration: none;
}

.full-screen-nav-link:active {
  color: #000;
  text-decoration: none;
}

.full-screen-nav-link:focus {
  text-decoration: none;
}

.full-screen-nav-link:visited, .full-screen-nav-link.w--current {
  color: #000;
}

.menu-button.white-menu-button {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 0 12px 12px 0;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  background-color: #0000;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.hero-promo-bottom {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: -132px;
  padding-top: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-link {
  padding: 25px 16px 23px 14px;
}

.logo-link.full-screen-logo {
  position: absolute;
  top: 0;
  left: 25px;
}

.mouse-icon {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  padding-top: 6px;
  display: flex;
}

.menu-line {
  background-color: #fff;
  width: 24px;
  height: 2px;
  display: block;
}

.menu-line.menu-top-line {
  background-color: #000;
  width: 20px;
  margin-bottom: 4px;
}

.menu-line.menu-middle-line-2 {
  background-color: #000;
  margin: auto;
  position: absolute;
  inset: 0;
}

.menu-line.menu-middle-line-1 {
  background-color: #fff;
}

.menu-line.menu-bottom-line {
  background-color: #000;
  width: 12px;
  margin-top: 4px;
  top: 12px;
  left: 12px;
}

.hero-promo-section {
  background-color: #0000;
  background-image: url('../images/drPoffice.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.logo-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.menu-icon {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  width: 24px;
  height: 24px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.mouse-wheel-icon {
  background-color: #fff;
  border-radius: 2px;
  width: 4px;
  height: 8px;
}

.scroll-mouse-link {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-promotext {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  display: none;
  position: relative;
}

.hero-promo-intro {
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 100px;
  padding: 15px;
  display: block;
}

.logo-line {
  background-color: #fff;
  background-image: none;
  width: 62%;
  height: 2px;
}

.logo-line.white-line {
  background-color: #fff;
  background-image: none;
}

.logo-line.white-line:hover {
  display: block;
}

.logo-line.white-line.black-line {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 1px;
  padding-bottom: 2px;
  transition: width .3s;
  display: block;
  position: static;
}

.logo-line.white-line.black-line:hover {
  width: 35%;
}

.logo-line.white-line.black-line.black-line-2 {
  margin-top: -6px;
  margin-bottom: 10px;
  padding-bottom: 2px;
}

.logo-line.white-line.black-line.black-line-2.cta-black-line {
  text-align: center;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: -14px;
  left: 168px;
}

.logo-line.white-line.black-line.black-line-2.cta-black-line:hover {
  width: 45%;
}

.logo-line.white-line.black-line.black-line-2.cta-black-line.internal-line {
  flex-direction: column;
  width: 5%;
  padding-bottom: 2px;
  display: block;
  left: 400px;
}

.logo-line.white-line.black-line.black-line-2.cta-black-line.internal-line:hover {
  width: 15%;
}

.page-wrapper {
  overflow: hidden;
}

.full-screen-menu-list {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px #2e323c17;
}

.nav-bar.ghost-nav-bar {
  box-shadow: none;
  background-color: #fff;
  width: 100%;
  height: 70px;
  display: none;
  position: absolute;
}

.hero-promo-social {
  align-items: center;
  padding: 32px;
  display: flex;
}

.hero-promo-social.social-media {
  padding-left: 0;
}

.hero-heading {
  color: #000;
  letter-spacing: 0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 50px;
  position: relative;
}

.hero-promo-small-header {
  letter-spacing: 12px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1f1c1c;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.section-2 {
  color: #111;
  text-align: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding: 120px 24px;
}

.section-2.no-top-padding {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  padding-top: 115px;
  padding-bottom: 115px;
}

.section-2.no-top-padding.no-bottom-padding {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
  padding-top: 115px;
  padding-bottom: 115px;
  display: flex;
}

.section-2.testimonials-color-image {
  z-index: 0;
  background-color: #3f7f9e;
  background-image: url('../images/circle-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 115px;
  padding-bottom: 115px;
  display: block;
  position: static;
}

.footer-v2-about-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 49px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.footer-text-left-2 {
  color: #fff;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.footer-v2-heading {
  color: #111;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.footer-v2-heading.text-white {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.social-links-blue {
  background-image: none;
  flex: 1;
  justify-content: center;
  display: flex;
}

.footer-bottom-left-2 {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.applelinks {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.footer-v2-2 {
  color: #777;
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-v2-2.dark-bg {
  color: #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-22 {
  display: none;
}

.text-block-8 {
  color: #fff;
  padding-top: 0;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.footer-bottom-v2 {
  color: #7c8499;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-v2.dark-bg {
  color: #fff9;
  border-top-style: none;
  border-top-color: #fff3;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 0;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.link-8 {
  color: #fff;
  width: 1px;
  height: 1px;
}

.link-8.footerphone {
  margin-top: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 44px;
  text-decoration: none;
}

._wf-social-media-2 {
  margin-left: 12px;
  margin-right: 12px;
  padding: 20px 25px;
}

.section-small-header {
  color: #3e3c54;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}

.section-small-header.footer-header {
  color: #fff;
  padding-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}

.wrapper-2 {
  text-align: left;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  font-size: 28px;
  position: relative;
}

.paragraph-small-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.paragraph {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.wrapper {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.review-slide-card-wrapper {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.review-slide-card-avatar {
  border-radius: 50%;
  width: 64px;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.review-slide-card {
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  padding: 40px 56px;
  box-shadow: 0 5px 18px #2e323c45;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  transition: none;
  display: block;
}

.section-header-wrapper.testimonials-heading {
  flex-direction: column;
  padding-bottom: 40px;
  display: flex;
}

.section-small-header-2 {
  color: #3f7f9e;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.testimonials-slider-nav {
  height: 12px;
  margin-top: 25px;
  padding-top: 0;
  font-size: 11px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonials-slider-cards {
  background-color: #0000;
  height: auto;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 300;
}

.section-header.white-text.testimonials-header {
  color: #fff;
}

.testimonials-slider-cards-arrow {
  margin-bottom: 90px;
}

.testimonials-slider-cards-arrow.right-arrow-div {
  transform: none;
}

.testimonials-slider-cards-arrow.right-arrow-div:hover {
  transform: rotate(180deg);
}

.review-slide-card-author {
  color: #6d5b96;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 24px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.slider-arrow-button {
  max-height: auto;
  filter: grayscale();
  background-color: #0000;
  max-width: 80%;
  margin: auto;
  position: absolute;
  inset: 0% 0 0;
  box-shadow: 0 3px 9px #2e323c17;
}

.slider-arrow-button.arrow-right {
  filter: grayscale();
  max-width: 80%;
}

.service-side-blocks {
  margin-bottom: -120px;
}

.service-side-info {
  text-align: left;
  width: 50%;
  padding: 60px 8% 16px;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

.section {
  color: #111;
  text-align: center;
  background-color: #fff;
  padding: 120px 24px;
  overflow: hidden;
}

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

.section.intro.intro-1 {
  background-image: url('../images/circle-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 115px;
  padding-bottom: 115px;
}

.section-description {
  color: #000;
  text-align: justify;
  padding-top: 16px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.wrapper-3 {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-side-content {
  flex: 1;
  justify-content: flex-end;
  padding-left: 4.6%;
  display: flex;
}

.section-header-2 {
  clear: none;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  line-height: 60px;
}

.section-header-2.intro-h2 {
  text-align: left;
  margin-bottom: -6px;
  padding-bottom: 0;
}

.service-side-text {
  color: #000;
  text-align: justify;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 32px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.section-small-header-3 {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.service-side-block {
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.bold-text {
  color: #000;
}

.bold-text.test-name {
  color: #aaa;
}

.service-btn {
  color: #000;
  text-transform: none;
  background-color: #f2f2f200;
  margin-top: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.service-btn:hover {
  background-color: #000;
}

.heading {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 60px;
}

.logo-img, .image-23 {
  height: 55px;
}

.section-3 {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 70px 10px;
  display: flex;
  position: relative;
  top: -22px;
  bottom: 0;
}

.section-3.internal-section {
  padding-top: 115px;
  padding-bottom: 115px;
}

.section-3.internal-section.page-2, .section-3.internal-section.gallery-section {
  padding-bottom: 0;
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 29px;
}

.heading-4.internalh2 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.heading-4.internalh2.videotitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4.internalh2.headerh4 {
  text-align: center;
  margin-bottom: 25px;
}

.heading-4.internalh2-1 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.heading-4.internalh2-1.videotitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4.internalh2-1.headerh4, .heading-4.internalh2-1.headerh4-1 {
  text-align: center;
  margin-bottom: 25px;
}

.paragraph-4 {
  color: #000;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.paragraph-4.paratgraph-space {
  color: var(--black);
  text-align: left;
  margin-top: 25px;
  line-height: 32px;
}

.paragraph-4.paratgraph-space.tableheader {
  text-align: center;
}

.paragraph-4.p1 {
  margin-top: 25px;
}

.paragraph-4.paratgraph-space-copy {
  color: var(--black);
  text-align: left;
  margin-top: 25px;
  line-height: 32px;
}

.paragraph-4.paratgraph-space-copy.tableheader {
  text-align: center;
}

.hero-section {
  height: 350px;
}

.section-4 {
  background-color: #fff;
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/line-bg.png');
  background-position: 0 0, 0 0;
  background-size: auto, 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 6% 89px;
  display: flex;
  position: relative;
}

.section-4.about-v1-hero {
  color: #fff;
  background-color: #171717;
  background-image: linear-gradient(#1111114d, #1111114d), url('../images/internal-hero.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1660px;
  background-attachment: scroll, scroll;
  height: 449px;
  padding-bottom: 121px;
}

.section-4.about-v1-hero.hero-section {
  background-image: none;
  flex-direction: column;
}

.section-4.about-v1-hero.internal-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/circle-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  padding-top: 115px;
  padding-bottom: 115px;
}

.wrapper-4 {
  text-align: left;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  padding-top: 40px;
  font-size: 28px;
  position: relative;
}

.wrapper-4.internal-hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-top: 0;
  display: flex;
}

.heading-5 {
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.heading-5.internal-h1 {
  text-align: left;
  text-transform: capitalize;
  max-width: 100%;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  position: static;
}

.cont-div {
  width: 940px;
}

.two-tone {
  color: #000;
  font-weight: 300;
}

.two-tone.two-tone-white {
  color: var(--black);
  font-weight: 300;
}

.bold-text-2 {
  color: #000;
}

.bold-text-2.test-name {
  color: #aaa;
}

.city-span {
  color: #000;
}

.circle-div {
  z-index: 999;
  background-color: #aaaaaaa6;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  position: relative;
  inset: 0 0 25px 425px;
}

.circle-div.circle-footer-div {
  top: 38px;
}

.circle-div.circle-footer-div.internal-footer-circle {
  background-color: #afafaf8c;
}

.circle-div.circle-footer-div.internal-footer-circle.circle-footer-internal {
  background-color: var(--slate-blue);
  display: none;
  top: 59px;
}

.div-hero {
  justify-content: flex-start;
  width: 50%;
  height: 95%;
  margin-top: 156px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.div-block {
  clear: none;
  background-color: #a9a9a9;
  background-image: url('../images/circle-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.image-24 {
  float: left;
  height: 9px;
  margin-top: -19px;
}

.image-24.line-arrow-cta {
  float: none;
  filter: grayscale();
  width: 310px;
  height: 9px;
  margin-top: -76px;
  margin-left: 19px;
  display: none;
}

.image-24.line-arrow-cta.hero-arrow {
  filter: none;
  width: 250px;
  height: 12px;
  margin-top: -17px;
  margin-left: 320px;
  display: none;
}

.image-24.line2-arrow {
  filter: grayscale();
  width: 150px;
  height: 10px;
  margin-left: -2px;
  display: none;
}

.image-24.line2-arrow.job-line {
  width: 315px;
  height: 9px;
  margin-top: -24px;
  margin-left: -4px;
}

.image-24.line2-arrow.job-line.testimonials {
  width: 150px;
  height: 10px;
  margin-top: -50px;
  display: none;
}

.image-24.line2-arrow.internal-arrow {
  position: relative;
  top: -3px;
  left: 373px;
}

.image-24.line2-arrow.internal-arrow.int-arrow1 {
  height: 10px;
  margin-top: -22px;
  margin-left: -30px;
  margin-right: 0;
  top: 0;
}

.image-24.intro-arrow-1 {
  filter: grayscale();
  height: 9px;
  margin-top: -17px;
  display: none;
}

.large-letter {
  z-index: 0;
  color: var(--slate-blue);
  text-align: right;
  padding-top: 0;
  font-family: futura-pt, sans-serif;
  font-size: 400px;
  position: relative;
  top: -31px;
  bottom: 0;
}

.large-letter.internal-gray-letter {
  top: -282px;
  bottom: 66px;
}

.large-letter.internal-gray-letter.staffing-letter {
  top: -1302px;
}

.large-letter.internal-gray-letter.staffing-letter.internal-large-a {
  color: #d3d0d08c;
}

.large-letter.internal-gray-letter.staffing-letter.internal-large-a.staff-a {
  display: none;
  top: -1236px;
}

.large-letter.internal-gray-letter.internal-large-a {
  z-index: -1;
  color: #d3d0d08c;
  top: -472px;
}

.large-letter.internal-gray-letter.internal-large-a.contact-letter-a {
  top: -459px;
}

.large-letter.p-letter {
  margin-top: 40px;
  display: none;
}

.large-letter-intro {
  z-index: 0;
  color: var(--slate-blue);
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-size: 400px;
  font-weight: 400;
  display: none;
  position: relative;
  top: -137px;
}

.contact-form {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

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

.image-25 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-25.staff-group-image {
  display: none;
}

.columns {
  width: 940px;
  padding-top: 10px;
}

.address2 {
  background-color: #a9a9a9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.address1 {
  background-color: #afafaf8c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.coming-soon {
  padding-top: 26px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: none;
}

.badge {
  box-sizing: border-box;
  aspect-ratio: auto;
  filter: grayscale();
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  margin-top: 30px;
  display: block;
  position: relative;
}

.image-26, .image-27, .image-28 {
  filter: invert();
}

.heading-7 {
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 60px;
  display: block;
}

.before-and-after-gallery {
  text-decoration: none;
}

.before-and-after-columns {
  margin-top: 25px;
  margin-bottom: 25px;
}

.columns-2 {
  margin-top: 75px;
}

.text-block-10 {
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.heading-8 {
  text-align: left;
  margin-top: 75px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.heading-9 {
  text-align: left;
  margin-top: 75px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.columns-4 {
  margin-top: 125px;
}

.button-2 {
  color: var(--black);
  background-color: #f4f4f4;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 32px;
  display: flex;
}

.column {
  border-right: 1px solid #ccc;
}

.heading-10 {
  color: var(--black);
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-5 {
  color: var(--black);
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

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

.div-block-2 {
  background-color: #f1f1f1;
  padding: 25px 20px;
}

.button-3 {
  background-color: var(--black);
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.image-30 {
  margin-top: 75px;
  margin-bottom: 25px;
}

.heading-11 {
  text-align: left;
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.heading-12 {
  text-align: left;
  margin-top: 75px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.columns-5 {
  border-bottom: 1px solid #ccc;
  margin-top: 25px;
}

.columns-5.tab1 {
  margin-top: 0;
}

.tableheader {
  text-align: center;
}

.tablerow {
  text-align: left;
}

.columns-6 {
  margin-top: 75px;
}

.heading-13 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
}

.columns-7 {
  margin-top: 0;
}

.columns-7.topspace {
  margin-top: 75px;
}

.div-block-3 {
  background-color: #f3f3f3;
  margin-bottom: 25px;
  padding: 1px 20px 20px;
}

.div-block-4 {
  margin-bottom: 25px;
}

.paragraph-7 {
  text-align: left;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-8 {
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.bold-text-3 {
  overflow: visible;
}

.paragraph-9 {
  text-align: left;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.list-item-4 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.list-item-4.sitemap-h3 {
  background-color: #0000;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.list-2 {
  background-color: #0000;
  display: block;
}

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

.link-14:hover {
  color: var(--slate-blue);
}

.section-6 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.link-block-2 {
  color: #333;
  padding-bottom: 15px;
  font-family: futura-pt, sans-serif;
  text-decoration: none;
}

.link-block-2:hover {
  color: #7dc27e;
}

.sitemap-div {
  width: 940px;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
}

.heading-15.sitemap-h2 {
  font-family: futura-pt, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.heading-15.sitemap-h2:hover {
  color: var(--slate-blue);
}

.heading-15.sitemap-h3 {
  font-family: futura-pt, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.heading-15.sitemap-h3:hover {
  color: var(--slate-blue);
}

.sitemap {
  color: #fff;
  text-decoration: none;
}

.image-34, .image-35, .image-36, .image-37 {
  filter: invert();
}

.button-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #bb1020;
  border-radius: 0;
  height: 48px;
  padding: 13px 39px 11px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  position: relative;
  overflow: hidden;
}

.button-4:hover {
  background-color: #000;
}

.button-4.link-button {
  color: #111;
  background-color: #0000;
  transition: color .4s, background-color .4s;
  box-shadow: inset 3px 0 #64cb68;
}

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

.button-4.link-button.homephone {
  background-color: var(--slate-blue);
  box-shadow: none;
  color: #fff;
  margin-left: 21px;
  margin-right: 16px;
}

.button-4.link-button.homephone:hover {
  background-color: var(--black);
  margin-right: 16px;
}

.image-9 {
  width: 300px;
  height: auto;
  margin-left: 10%;
  padding: 10px 0;
}

.image-9.logo {
  width: 350px;
}

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

.nav-menu-top {
  color: #fff;
  text-align: right;
  flex: 1;
  margin-left: -21px;
  padding-left: 8px;
}

.line-button-text {
  z-index: 1;
  color: #fff;
  cursor: default;
  padding-left: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.line-button-text:hover {
  color: #fff;
  font-weight: 400;
}

.nav-link-2 {
  opacity: 1;
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  padding: 12px 14px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: opacity 1.325s;
  display: inline;
  position: static;
}

.nav-link-2:hover {
  opacity: 1;
  color: #6b6b6b;
}

.nav-link-2:focus {
  color: var(--slate-blue);
}

.nav-link-2.w--current {
  opacity: 1;
  color: var(--slate-blue);
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-bar-top {
  box-shadow: none;
  background-color: #fff;
  border-bottom: 1px solid #45454524;
  align-items: center;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar-top.labiaplasty-menu {
  margin-top: 65px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.color-hover {
  background-color: #faaf52;
  width: 100%;
  position: absolute;
  inset: 0;
}

.color-hover.left {
  background-color: #0000;
  width: 3px;
  display: none;
  position: absolute;
  inset: 0 auto 0 0;
}

.icon {
  opacity: 1;
  color: #000;
  margin-top: 5px;
  display: block;
  transform: rotate(0);
}

.icon:hover {
  color: var(--slate-blue);
}

.icon:focus {
  color: #c6dba9;
}

.dropdown {
  display: inline-block;
  position: relative;
}

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

.dropdown-list.w--open {
  opacity: 1;
  background-color: #f9f9f9;
  margin-top: 13px;
  padding: 5px 10px 10px;
  display: block;
}

.menu-button-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.menu-button-2.w--open {
  color: #111;
  background-color: #0000;
}

.text-block-4 {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-block-4:hover {
  color: #6b6b6b;
}

.text-block-4:focus {
  color: #c6dba9;
}

.dropdown-toggle {
  padding-top: 6px;
  padding-bottom: 4px;
}

.dropdown-toggle.top-line {
  color: #000;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.dropdown-link {
  color: #111;
  text-transform: uppercase;
  background-image: linear-gradient(#fff, #fff);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.dropdown-link.submenu {
  color: #000;
  background-image: none;
  padding-left: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

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

.html-embed.footer-contact-form {
  width: 80%;
}

.heading-16 {
  color: var(--black);
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
}

.button-5 {
  background-color: var(--slate-blue);
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.button-5:hover {
  background-color: #7d5d99ed;
}

.pagination {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 115px;
  display: flex;
}

.pagination-btn {
  background-color: var(--slate-blue);
  color: var(--white);
  border: 1px #000;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.pagination-btn:hover {
  background-color: #7d5d99e6;
}

.pagination-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 115px;
  display: flex;
}

.grid-content-overlay {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: block;
  position: absolute;
  inset: 0;
}

.grid-img {
  position: absolute;
  inset: 0;
}

.grid-img._1 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/labiaplasty-service.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.grid-img._3 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/vaginoplasty-service.jpg');
  background-position: 0 0, 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.grid-img._7 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/non-surgical-service.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.grid-img._5 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/health-beauty.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.grid-img._6 {
  background-color: #fff;
  background-image: url('../images/labiaplasty-logo-web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._6.logo-image {
  background-image: url('../images/labiaplasty-logo.png');
  background-size: contain;
}

.windmill-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.windmill-block {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 125px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.grid-smallsubheading {
  color: var(--white);
  border-top: 1px solid #f1e9df66;
  border-bottom: 1px solid #f1e9df66;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 20px 10px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.services {
  padding-top: 0;
  padding-bottom: 115px;
  overflow: hidden;
}

.grid-animation {
  color: #444f55;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}

.mb-0 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
}

.grid-smallheading {
  z-index: 999;
  color: #fff;
  margin-top: 0;
  margin-bottom: 180px;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: none;
  position: static;
}

.grid-smallheading.h4-vaginoplasty {
  margin-bottom: 260px;
}

.content-wrapper {
  flex-flow: column;
  padding: 0 20px 20px;
  display: flex;
}

.grid-content-overlay-block {
  opacity: 0;
  background-color: #a9a9a9;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-content-overlay-block:hover {
  opacity: 1;
}

.grid-img-wrapper {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  padding: 16px;
  position: absolute;
  inset: 0;
}

.list-item-5 {
  color: var(--black);
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.youtube-2 {
  margin-top: 20px;
}

.columns-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-6 {
  background-color: var(--slate-blue);
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

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

.service-link {
  color: #fff;
  flex-wrap: nowrap;
  margin-top: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: block;
}

.service-link:hover {
  color: #ffffffb3;
}

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

.image-38 {
  margin-top: 20px;
}

.faq {
  margin-top: 60px;
}

.columns-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-10 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-span {
  text-decoration: underline;
}

.link-21, .link-22, .link-23 {
  color: var(--slate-blue);
}

.proactive {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.avvo {
  margin-bottom: 20px;
}

.proactive-text {
  color: #fff;
  margin-top: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.link-41 {
  color: #fff;
  border: 1px #000;
  text-decoration: none;
}

.klara {
  filter: grayscale();
  margin-top: 60px;
}

.klara:hover {
  filter: none;
}

.link-42 {
  color: var(--slate-blue);
}

.link-43 {
  color: var(--slate-blue);
  text-decoration: none;
}

.image-39 {
  display: block;
}

.badge-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-7 {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.section-8 {
  background-color: var(--slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: static;
}

.heading-17 {
  color: var(--white);
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.sticky-nav {
  z-index: auto;
  background-color: #f4f4f4;
  padding: 20px;
  position: static;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.sticky-nav-2 {
  z-index: 1;
  background-color: #2d9584;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 75px;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-nav-2.text {
  margin-top: 85px;
}

.sticky-nav-2.text.register {
  background-color: var(--slate-blue);
  margin-top: 85px;
  padding-bottom: 15px;
  display: none;
  position: static;
}

.heading-18 {
  color: #fff;
  margin-top: 5px;
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.columns-11, .image-40 {
  padding-top: 20px;
}

.navbar-logo-center {
  z-index: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  background-color: #7d5d99;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

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

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

.nav-link-3[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: #1a1b1fbf;
}

.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-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: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  transition: all .2s;
}

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

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

.section-9 {
  flex: 0 auto;
  display: flex;
}

.navbar-logo-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #7d5d99;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar-wrapper {
  background-color: #a9a9a9;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

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

.text-block-top-bar {
  background-color: var(--black);
  color: #fff;
  margin-right: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-top-bar-1 {
  color: #000;
  background-color: #0000;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-5 {
  background-color: #7d5d99;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.link-44 {
  color: #000;
  background-color: #a9a9a9;
  margin-right: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

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

.heading-4-1 {
  margin-top: 20px;
  margin-bottom: 29px;
}

.heading-4-1.internalh2 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.heading-4-1.internalh2.videotitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-1.internalh2.headerh4 {
  text-align: center;
  margin-bottom: 25px;
}

.heading-4-1.internalh2-1 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.heading-4-1.internalh2-1.videotitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-1.internalh2-1.headerh4 {
  text-align: center;
  margin-bottom: 25px;
}

.heading-4-1.internalh2-1.headerh4-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.blog-box {
  text-align: left;
  background-color: #f3f3f3;
  margin-bottom: 30px;
  padding: 20px;
  display: block;
}

.button-5-1 {
  background-color: var(--slate-blue);
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  object-fit: fill;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  display: inline-block;
}

.button-5-1:hover {
  background-color: #7d5d99ed;
}

.blog-box-1 {
  text-align: left;
  background-color: #fff;
  padding: 20px;
  display: block;
}

.heading-4-2 {
  margin-top: 20px;
  margin-bottom: 29px;
}

.heading-4-2.internalh2 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.heading-4-2.internalh2.videotitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-2.internalh2.headerh4 {
  text-align: center;
  margin-bottom: 25px;
}

.heading-4-2.internalh2-1 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.heading-4-2.internalh2-1.videotitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-2.internalh2-1.headerh4 {
  text-align: center;
  margin-bottom: 25px;
}

.heading-4-2.internalh2-1.headerh4-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-2.internalh2-2 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.heading-4-2.internalh2-2.videotitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-2.internalh2-2.headerh4 {
  text-align: center;
  margin-bottom: 25px;
}

.heading-4-2.internalh2-2.headerh4-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-2.internalh2-2.headerh4-2 {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
}

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

.html-embed-2 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-11 {
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.link-45 {
  color: #fdfcfc;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

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

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  color: var(--black);
  margin-bottom: 24px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-19 {
  color: var(--black);
  font-family: futura-pt, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.link-block-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.columns-12 {
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.section-small-header-3-copy {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

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

.image-41 {
  object-fit: fill;
}

.columns-13 {
  padding-bottom: 25px;
}

.heading-4-2-copy {
  margin-top: 20px;
  margin-bottom: 29px;
}

.heading-4-2-copy.internalh2 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.heading-4-2-copy.internalh2.videotitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2.headerh4 {
  text-align: center;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2-1 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.heading-4-2-copy.internalh2-1.videotitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2-1.headerh4 {
  text-align: center;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2-1.headerh4-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2-2 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.heading-4-2-copy.internalh2-2.videotitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2-2.headerh4 {
  text-align: center;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2-2.headerh4-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2-2.headerh4-2 {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2-2-copy {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  background-image: none;
  margin-top: 75px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.heading-4-2-copy.internalh2-2-copy.videotitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2-2-copy.headerh4 {
  text-align: center;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2-2-copy.headerh4-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2-2-copy.headerh4-2 {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
}

.heading-4-2-copy.internalh2-2-copy.headerh4-2-copy {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 26px;
}

.link-46 {
  color: #fff;
  text-decoration: none;
}

.columns-4-copy {
  margin-top: 0;
}

.div-block-8 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 90px;
  padding-right: 90px;
}

.div-block-9 {
  background-image: url('../images/labiaplasty-before-after10-20.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 940px 470px;
  height: 470px;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/labiaplasty-before-after10-20.jpg');
  background-position: 50%;
  background-size: auto 470px;
  height: 470px;
}

.paragraph-4-copy {
  color: #000;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.paragraph-4-copy.paratgraph-space {
  color: var(--black);
  text-align: left;
  margin-top: 25px;
  line-height: 32px;
}

.paragraph-4-copy.paratgraph-space.tableheader {
  text-align: center;
}

.paragraph-4-copy.p1 {
  margin-top: 25px;
}

.paragraph-4-copy.paratgraph-space-copy {
  color: var(--black);
  text-align: left;
  margin-top: 25px;
  line-height: 32px;
  position: static;
}

.paragraph-4-copy.paratgraph-space-copy.tableheader {
  text-align: center;
}

.div-block-12 {
  z-index: 10;
  position: absolute;
}

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

.heading-20 {
  color: #000;
}

.col {
  position: relative;
}

.colorbox {
  background-color: #797979;
  height: 100%;
  position: absolute;
}

.gallery-column1 {
  background-color: #f8fafd;
  border-bottom: 4px solid #ccc;
  padding: 20px;
  display: block;
}

.gallery-column1:hover {
  outline-offset: 0px;
  border: 0 solid #000;
  border-bottom: 4px solid #7d5d99;
  outline: 3px #333;
}

.gallery-column2 {
  background-color: #f8fafd;
  border-bottom: 4px solid #ccc;
  padding: 20px;
}

.gallery-column2:hover {
  border-bottom-color: #7d5d99;
  border-left: 4px #7d5d99;
}

.columns-gallery {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  margin-bottom: 30px;
  display: flex;
  overflow: visible;
}

.div-block-13 {
  margin-bottom: 40px;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.link-47 {
  color: var(--white);
  text-decoration: none;
}

.link-48 {
  color: #fff;
  text-decoration: none;
}

.error-msg {
  text-align: center;
  background-color: #282828;
  border: 1px solid #282828;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.popup-terms-text {
  text-align: center;
  margin-top: 30px;
  font-family: futura-pt, sans-serif;
}

.age-verif-parent {
  z-index: 99;
  background-color: #000000e8;
  border: 1px solid #000;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
}

.age-popup {
  background-color: #fff;
  border-radius: 15px;
  align-self: center;
  width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 30px;
  position: relative;
  top: 0%;
  left: 0;
}

.popup-verify-text {
  text-align: center;
  margin-bottom: 15px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.popup-button-div {
  text-align: center;
}

.overage-butt {
  background-color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.popup-head {
  text-align: center;
  margin-top: 15px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
}

.error-text {
  color: #fff;
  font-size: 18px;
}

.underage-butt {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  margin-left: 15px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
}

.slide-nav {
  display: none;
}

.slide {
  box-sizing: border-box;
}

.slider {
  height: 195px;
  display: block;
}

.left-arrow {
  width: 40px;
  overflow: hidden;
}

.right-arrow {
  width: 40px;
}

.hero-promo-social-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 32px 0;
  display: flex;
}

.hero-promo-social-copy.social-media {
  padding-left: 0;
}

.container-5 {
  margin-left: 0;
}

.grid-smallsubheading-copy {
  color: var(--white);
  border-top: 1px solid #f1e9df66;
  border-bottom: 1px solid #f1e9df66;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 80px 10px 20px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.image-42 {
  color: #000;
}

.hero-promo-bottom-copy {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-43 {
  color: #000;
}

.container-6, .section-10 {
  display: none;
}

.container-7 {
  padding-top: 0;
  padding-bottom: 20px;
}

.image-44 {
  text-align: center;
  display: block;
}

.container-8 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

html.w-mod-js [data-ix="page-wrapper-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-up-2"], html.w-mod-js [data-ix="fade-up-4"], html.w-mod-js [data-ix="fade-up-1"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="fade-right"] {
  opacity: 0;
  transform: translate(-60px);
}

@media screen and (max-width: 991px) {
  .full-screen-social {
    padding: 24px;
  }

  .button.full-screen-button {
    bottom: 24px;
    right: 24px;
  }

  .button.ghost-button.hero-promo-button {
    margin: 24px;
  }

  .full-screen-menu {
    max-height: 100vh;
  }

  .full-screen-nav-link {
    font-size: 28px;
    line-height: 50px;
  }

  .menu-button {
    color: #2e323c;
  }

  .menu-button.w--open {
    color: #2e323c;
    background-color: #0000;
  }

  .logo-link {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .hero-promo-section {
    background-position: 50%;
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

  .hero-promotext {
    font-size: 18px;
    line-height: 32px;
  }

  .hero-promo-intro {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .nav-bar {
    padding-left: 2px;
    padding-right: 0;
  }

  .nav-bar.ghost-nav-bar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-promo-social {
    padding: 24px;
  }

  .hero-promo-small-header {
    font-size: 18px;
    line-height: 32px;
  }

  .section-2 {
    padding: 100px 8px;
  }

  .footer-v2-about-2 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 8px;
  }

  .footer-bottom-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  ._wf-social-media-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-2 {
    flex: 0 auto;
  }

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

  .review-slide-card-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-slide-card {
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 5px 18px #2e323c2e;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .testimonials-slider-nav {
    margin-top: 64px;
  }

  .testimonials-slider-cards {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .service-side-blocks {
    margin-bottom: -100px;
  }

  .service-side-info {
    padding: 0 3%;
  }

  .section {
    padding: 100px 8px;
  }

  .section-description {
    font-size: 18px;
  }

  .service-side-content {
    padding-left: 0%;
  }

  .service-side-text {
    padding-right: 8px;
    font-size: 18px;
  }

  .service-side-block {
    align-items: center;
    padding-bottom: 88px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading {
    font-size: 28px;
  }

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

  .section-4 {
    padding: 80px 3%;
  }

  .section-4.about-v1-hero {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/internal-hero.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, 1170px;
    height: 305px;
  }

  .image-24.line-arrow-cta, .image-24.line-arrow-cta.hero-arrow, .image-24.line2-arrow, .image-24.line2-arrow.job-line.testimonials {
    display: none;
  }

  .image-24.line2-arrow.internal-arrow {
    left: 267px;
  }

  .image-24.line2-arrow.internal-arrow.int-arrow1, .image-24.intro-arrow-1 {
    display: none;
  }

  .large-letter.internal-gray-letter.staffing-letter {
    top: -1584px;
  }

  .columns, .sitemap-div {
    width: 100%;
  }

  .image-9 {
    margin-left: 5%;
  }

  .nav-menu-top {
    background-color: #fff;
    margin-left: auto;
    padding-left: 0;
    display: block;
    overflow: auto;
  }

  .nav-link-2 {
    opacity: 1;
    color: #111;
    text-align: left;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: -1px;
    transition: opacity .4s;
    display: block;
  }

  .nav-link-2.w--current {
    color: #111;
  }

  .nav-bar-top {
    background-image: linear-gradient(to right, #ebeff0 51%, #fff 51%), linear-gradient(#fff, #fff);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding-right: 64px;
    position: absolute;
  }

  .nav-bar-top.labiaplasty-menu {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .icon {
    opacity: 1;
    color: #000;
  }

  .dropdown {
    display: block;
  }

  .dropdown-list.w--open {
    margin-top: 0;
  }

  .menu-button-2 {
    color: #fff;
    width: 64px;
    height: 64px;
    padding: 20px;
    top: auto;
    bottom: auto;
    right: 0;
  }

  .menu-button-2.w--open {
    color: #111;
    background-color: #0000;
  }

  .text-block-4 {
    opacity: 1;
    color: #111;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 14px;
    display: block;
  }

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

  .dropdown-toggle.top-line {
    text-align: left;
    text-align: left;
    border-style: solid none none;
    border-top-width: 1px;
    border-top-color: #e7e7e7;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .icon-2 {
    color: #000;
  }

  .dropdown-link {
    text-align: center;
    background-image: linear-gradient(#f1f1f1, #f1f1f1);
  }

  .dropdown-link.submenu {
    text-align: left;
  }

  .grid-smallsubheading {
    font-size: 14px;
    line-height: 18px;
  }

  .grid-smallheading {
    margin-bottom: 180px;
  }

  .grid-smallheading.h4-vaginoplasty {
    margin-bottom: 300px;
  }

  .container-2 {
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

  .navbar-logo-left {
    align-items: center;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    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 #0000000d;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .slider {
    height: 150px;
  }

  .hero-promo-social-copy {
    padding: 24px;
  }

  .grid-smallsubheading-copy {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .full-screen-social {
    padding: 16px;
  }

  .button.full-screen-button {
    bottom: 16px;
    right: 16px;
  }

  .button.ghost-button.hero-promo-button {
    margin: 16px;
  }

  .full-screen-nav-link {
    font-size: 28px;
    line-height: 50px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .menu-button.white-menu-button {
    margin-top: 10px;
    margin-right: 0;
  }

  .hero-promo-bottom {
    margin-bottom: 0;
    position: absolute;
  }

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

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .hero-promo-section {
    background-image: linear-gradient(#0000001a, #0000001a), url('../images/Dr-Poucher-Main-Hero-Image.jpg');
    background-position: 0 0, 50% 40%;
    height: 100vh;
    max-height: 440px;
    position: relative;
  }

  .logo-wrapper {
    float: left;
    display: inline-block;
  }

  .scroll-mouse-link {
    display: none;
  }

  .hero-promotext {
    width: 100%;
    padding-top: 5px;
  }

  .hero-promo-intro {
    max-width: 500px;
    height: 200px;
    margin-top: 60px;
    margin-bottom: 0;
    padding: 0 16%;
  }

  .nav-bar.ghost-nav-bar {
    display: block;
  }

  .hero-promo-social {
    padding: 16px;
  }

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

  .hero-promo-small-header {
    letter-spacing: 6px;
    margin-top: 25px;
    font-size: 14px;
    display: none;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section-2.testimonials-color-image {
    width: 100%;
    min-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: visible;
  }

  .footer-v2-about-2 {
    padding-bottom: 0;
  }

  .footer-text-left-2 {
    text-align: center;
    font-size: 11px;
  }

  .footer-bottom-left-2 {
    text-align: center;
  }

  .footer-bottom-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-bottom-v2.dark-bg {
    text-align: center;
    align-items: center;
  }

  .section-small-header {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }

  .wrapper-2 {
    padding-top: 0;
  }

  .wrapper {
    flex-direction: row;
    display: block;
  }

  .review-slide-card-wrapper {
    width: 100%;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .section-small-header-2 {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }

  .testimonials-slider-nav {
    margin-top: 40px;
    font-size: 9px;
  }

  .section-header {
    margin-top: 16px;
  }

  .testimonials-slider-cards-arrow {
    margin-bottom: 52px;
  }

  .service-side-blocks {
    margin-bottom: -60px;
  }

  .service-side-info {
    text-align: center;
    width: 100%;
    padding: 48px 8.33% 0;
  }

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

  .section.intro, .section.intro.intro-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-description {
    font-size: 18px;
    line-height: 30px;
  }

  .service-side-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section-header-2 {
    margin-top: 16px;
  }

  .section-small-header-3 {
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 16px;
  }

  .service-side-block {
    flex-direction: column-reverse;
    padding-bottom: 48px;
  }

  .logo-img {
    height: 35px;
  }

  .section-3 {
    padding-top: 13px;
  }

  .section-3.internal-section {
    width: 100%;
  }

  .section-4.about-v1-hero {
    background-color: #1a1a1a;
    background-image: linear-gradient(#0000, #0000), url('../images/internal-hero.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, 630px;
    height: 259px;
  }

  .wrapper-4 {
    padding-top: 161px;
  }

  .cont-div {
    width: 100%;
  }

  .div-hero {
    height: 90%;
    margin-top: 45px;
  }

  .image-24 {
    float: none;
    margin-top: -49px;
    margin-right: 118px;
  }

  .image-24.line-arrow-cta {
    margin-left: 63px;
  }

  .image-24.line-arrow-cta.hero-arrow {
    margin-left: 186px;
  }

  .image-24.line2-arrow {
    margin-top: -55px;
    margin-right: -41px;
  }

  .image-24.line2-arrow.job-line {
    margin-top: -61px;
    margin-left: 0;
    margin-right: -95px;
  }

  .image-24.line2-arrow.internal-arrow {
    left: 0;
  }

  .image-24.line2-arrow.internal-arrow.int-arrow1 {
    margin-top: -55px;
    margin-left: -11px;
  }

  .large-letter, .large-letter-intro {
    font-size: 200px;
  }

  .address2 {
    padding-top: 25px;
  }

  .badge {
    height: 120px;
    margin-top: 10px;
  }

  .button-4.link-button.homephone {
    opacity: 0;
  }

  .image-9 {
    width: 300px;
  }

  .nav-link-2 {
    color: #111;
    line-height: 18px;
  }

  .nav-bar-top {
    height: auto;
    position: absolute;
  }

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

  .menu-button-2 {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

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

  .dropdown-toggle {
    line-height: 18px;
  }

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

  .dropdown-link.submenu {
    font-size: 14px;
    line-height: 18px;
  }

  .windmill-grid {
    grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    grid-template-columns: 1fr 1fr 2fr 2fr 1fr 1fr;
  }

  .grid-smallsubheading {
    font-size: 11px;
  }

  .grid-smallheading {
    font-size: 24px;
  }

  .grid-smallheading.h4-vaginoplasty {
    margin-bottom: 100px;
  }

  .column-2, .column-3 {
    margin-bottom: 20px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .sticky-nav-2.text.register {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .heading-18 {
    text-align: center;
    font-size: 23px;
  }

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-3 {
    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 #0000000d;
  }

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

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

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

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-top-bar-1 {
    padding-left: 20px;
  }

  .hero-heading-right, .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .section-small-header-3-copy {
    letter-spacing: 3px;
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 16px;
  }

  .hero-promo-social-copy {
    padding: 16px;
  }

  .grid-smallsubheading-copy {
    font-size: 11px;
  }

  .hero-promo-bottom-copy {
    margin-bottom: 0;
    position: absolute;
  }
}

@media screen and (max-width: 479px) {
  .full-screen-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button.full-screen-button, .button.ghost-button.hero-promo-button {
    font-size: 18px;
  }

  .full-screen-nav-link {
    font-size: 22px;
    line-height: 40px;
  }

  .logo-link {
    padding-top: 20px;
    padding-left: 5px;
  }

  .logo-link.w--current, .logo-link.full-screen-logo {
    padding-top: 20px;
  }

  .hero-promo-section {
    background-image: linear-gradient(#0000001a, #0000001a), url('../images/drPoffice.jpg');
    background-position: 0 0, 95% 100%;
    background-size: auto, cover;
    height: 100vh;
    max-height: none;
    overflow: hidden;
  }

  .hero-promo-intro {
    max-width: 100%;
    margin-top: 140px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .hero-promo-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-heading {
    font-size: 28px;
  }

  .section-2.no-top-padding, .section-2.no-top-padding.no-bottom-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-2.testimonials-color-image {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .footer-v2-about-2 {
    width: 100%;
  }

  .footer-v2-heading.text-white {
    font-size: 19px;
    line-height: 25px;
  }

  .footer-bottom-left-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .wrapper-2 {
    padding-top: 0;
  }

  .paragraph-small-3 {
    color: #ffffffb3;
    text-decoration: none;
  }

  .wrapper {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .review-slide-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-slider-cards {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-slider-cards-arrow {
    display: none;
  }

  .service-side-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.intro {
    padding-bottom: 60px;
  }

  .section-description {
    text-align: left;
  }

  .service-side-text {
    text-align: left;
    padding-top: 0;
  }

  .service-side-block {
    width: 100%;
  }

  .heading {
    text-align: left;
  }

  .logo-img {
    width: 215px;
    height: auto;
    display: inline-block;
  }

  .image-23 {
    width: 200px;
    height: auto;
  }

  .section-3 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .heading-4.internalh2 {
    margin-top: 16px;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    font-size: 32px;
    line-height: 22px;
  }

  .heading-4.internalh2.headerh4 {
    margin-top: 40px;
    line-height: 32px;
  }

  .heading-4.internalh2-1 {
    margin-top: 16px;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    font-size: 32px;
    line-height: 22px;
  }

  .heading-4.internalh2-1.headerh4, .heading-4.internalh2-1.headerh4-1 {
    margin-top: 40px;
    line-height: 32px;
  }

  .paragraph-4 {
    text-align: justify;
    margin-bottom: 6px;
    padding: 30px 10px 10px;
  }

  .section-4 {
    padding-top: 41px;
  }

  .section-4.about-v1-hero {
    background-image: linear-gradient(#0000, #0000), url('../images/internal-hero.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, 550px;
    height: 158px;
    padding-top: 135px;
    padding-bottom: 30px;
  }

  .wrapper-4 {
    padding-top: 17px;
  }

  .heading-5 {
    margin-bottom: 59px;
    font-size: 23px;
  }

  .heading-5.internal-h1 {
    font-size: 38px;
  }

  .cont-div {
    width: 100%;
  }

  .circle-div {
    overflow: hidden;
  }

  .div-hero {
    height: 97%;
    margin-top: 30px;
  }

  .image-24 {
    float: left;
  }

  .image-24.line-arrow-cta {
    margin-left: 17px;
    margin-right: 0;
  }

  .image-24.line-arrow-cta.hero-arrow {
    height: 10px;
    margin-top: -20px;
    margin-left: 33px;
  }

  .image-24.line2-arrow {
    float: none;
    margin-top: -57px;
    margin-right: 59px;
  }

  .image-24.line2-arrow.job-line {
    margin-right: 91px;
  }

  .image-24.line2-arrow.internal-arrow {
    top: 6px;
  }

  .image-24.line2-arrow.internal-arrow.int-arrow1 {
    margin-top: -44px;
    margin-left: -8px;
  }

  .image-24.intro-arrow-1 {
    margin-top: -17px;
  }

  .badge {
    height: 140px;
  }

  .section-6 {
    height: auto;
    padding: 30px 0 50px;
  }

  .sitemap {
    color: #fff;
  }

  .image-9 {
    width: 200px;
    height: auto;
    margin-bottom: 0;
    margin-left: 20px;
    padding-left: 0;
    display: block;
    transform: translate(-45px);
  }

  .nav-menu-top {
    z-index: 1;
    padding-top: 0;
  }

  .nav-link-2 {
    color: var(--black);
    background-color: #f9f9f9;
    border-bottom-style: none;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-bar-top {
    background-color: #ebeff0;
    background-image: none;
    justify-content: space-between;
    height: 94px;
    padding: 0 1px 0 31px;
  }

  .nav-bar-top.labiaplasty-menu {
    background-color: var(--white);
    margin-top: 100px;
    margin-bottom: 10px;
  }

  .dropdown {
    border-top: 1px #e7e7e7;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    padding: 5px 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .menu-button-2 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    position: static;
    transform: translate(25px);
  }

  .text-block-4 {
    color: var(--black);
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .dropdown-toggle {
    background-color: #f9f9f9;
    padding-left: 30px;
  }

  .dropdown-toggle.w--open {
    height: 50px;
    padding-top: 6px;
    padding-bottom: 4px;
  }

  .dropdown-toggle.top-line {
    background-color: #f9f9f9;
    border-style: solid none none;
    border-top-width: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
    line-height: 16px;
  }

  .icon-2 {
    color: #000;
  }

  .dropdown-link.submenu {
    padding: 12px 11px;
    font-size: 13px;
    line-height: 16px;
  }

  .dropdown-link.submenu.w--current {
    color: #cf2828;
    font-size: 13px;
    line-height: 16px;
  }

  .body {
    overflow: hidden;
  }

  .pagination, .pagination-2 {
    padding-bottom: 60px;
  }

  .grid-content-overlay {
    width: 100%;
    display: block;
  }

  .windmill-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    grid-template-columns: 1fr 1fr 2fr 2fr;
    grid-auto-rows: minmax(100px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .windmill-block {
    width: 100%;
    display: flex;
  }

  .grid-smallsubheading {
    display: none;
  }

  .grid-smallheading {
    margin-bottom: 115px;
    font-size: 28px;
  }

  .grid-smallheading.h4-vaginoplasty {
    margin-bottom: 115px;
  }

  .content-wrapper {
    margin-top: 40px;
  }

  .service-link {
    font-size: 18px;
  }

  .sticky-nav {
    padding: 0;
  }

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

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sticky-nav-2 {
    padding: 0;
  }

  .sticky-nav-2.text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-18 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-link-3 {
    display: flex;
  }

  .menu-button-3, .navbar-logo-left-container.shadow-three {
    display: block;
  }

  .navbar-wrapper {
    text-align: center;
    flex-wrap: wrap;
    flex: 1;
    place-content: center;
    width: 100%;
    max-width: 100%;
    height: 100px;
    padding-bottom: 10px;
    display: block;
  }

  .nav-menu-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    cursor: auto;
    mix-blend-mode: normal;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    list-style-type: disc;
    display: flex;
  }

  .text-block-top-bar {
    margin-top: 10px;
  }

  .text-block-top-bar-1 {
    flex-flow: wrap;
    flex: 1;
    order: -1;
    place-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-bottom: 15px;
    display: block;
  }

  .div-block-5 {
    flex-direction: row;
    flex: 1;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .heading-4-1.internalh2 {
    margin-top: 16px;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    font-size: 32px;
    line-height: 22px;
  }

  .heading-4-1.internalh2.headerh4 {
    margin-top: 40px;
    line-height: 32px;
  }

  .heading-4-1.internalh2-1 {
    margin-top: 16px;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    font-size: 32px;
    line-height: 22px;
  }

  .heading-4-1.internalh2-1.headerh4, .heading-4-1.internalh2-1.headerh4-1 {
    margin-top: 40px;
    line-height: 32px;
  }

  .heading-4-2.internalh2 {
    margin-top: 16px;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    font-size: 32px;
    line-height: 22px;
  }

  .heading-4-2.internalh2.headerh4 {
    margin-top: 40px;
    line-height: 32px;
  }

  .heading-4-2.internalh2-1 {
    margin-top: 16px;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    font-size: 32px;
    line-height: 22px;
  }

  .heading-4-2.internalh2-1.headerh4, .heading-4-2.internalh2-1.headerh4-1 {
    margin-top: 40px;
    line-height: 32px;
  }

  .heading-4-2.internalh2-2 {
    margin-top: 16px;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    font-size: 32px;
    line-height: 22px;
  }

  .heading-4-2.internalh2-2.headerh4, .heading-4-2.internalh2-2.headerh4-1, .heading-4-2.internalh2-2.headerh4-2 {
    margin-top: 40px;
    line-height: 32px;
  }

  .container-3, .container-4 {
    max-width: none;
  }

  .heading-4-2-copy.internalh2 {
    margin-top: 16px;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    font-size: 32px;
    line-height: 22px;
  }

  .heading-4-2-copy.internalh2.headerh4 {
    margin-top: 40px;
    line-height: 32px;
  }

  .heading-4-2-copy.internalh2-1 {
    margin-top: 16px;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    font-size: 32px;
    line-height: 22px;
  }

  .heading-4-2-copy.internalh2-1.headerh4, .heading-4-2-copy.internalh2-1.headerh4-1 {
    margin-top: 40px;
    line-height: 32px;
  }

  .heading-4-2-copy.internalh2-2 {
    margin-top: 16px;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    font-size: 32px;
    line-height: 22px;
  }

  .heading-4-2-copy.internalh2-2.headerh4, .heading-4-2-copy.internalh2-2.headerh4-1, .heading-4-2-copy.internalh2-2.headerh4-2 {
    margin-top: 40px;
    line-height: 32px;
  }

  .heading-4-2-copy.internalh2-2-copy {
    margin-top: 16px;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    font-size: 32px;
    line-height: 22px;
  }

  .heading-4-2-copy.internalh2-2-copy.headerh4, .heading-4-2-copy.internalh2-2-copy.headerh4-1, .heading-4-2-copy.internalh2-2-copy.headerh4-2, .heading-4-2-copy.internalh2-2-copy.headerh4-2-copy {
    margin-top: 40px;
    line-height: 32px;
  }

  .paragraph-4-copy {
    text-align: justify;
    margin-bottom: 6px;
    padding: 30px 10px 10px;
  }

  .columns-gallery {
    display: block;
  }

  .slider {
    height: 122px;
  }

  .hero-promo-social-copy {
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
  }

  .grid-smallsubheading-copy {
    display: none;
  }
}

#w-node-b3ae1726-885f-f2ad-65f5-6f6d6551037b-03a622c2 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-b3ae1726-885f-f2ad-65f5-6f6d65510385-03a622c2 {
  grid-area: 3 / 1 / 7 / 3;
}

#w-node-b3ae1726-885f-f2ad-65f5-6f6d6551038f-03a622c2 {
  grid-area: 3 / 3 / 5 / 5;
}

#w-node-b3ae1726-885f-f2ad-65f5-6f6d65510399-03a622c2 {
  grid-area: 1 / 5 / 5 / 7;
}

#w-node-b3ae1726-885f-f2ad-65f5-6f6d655103a3-03a622c2 {
  grid-area: 5 / 3 / 7 / 7;
}

#w-node-b3ae1726-885f-f2ad-65f5-6f6d6551037b-1ef289de {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-b3ae1726-885f-f2ad-65f5-6f6d65510385-1ef289de {
  grid-area: 3 / 1 / 7 / 3;
}

#w-node-b3ae1726-885f-f2ad-65f5-6f6d6551038f-1ef289de {
  grid-area: 3 / 3 / 5 / 5;
}

#w-node-b3ae1726-885f-f2ad-65f5-6f6d65510399-1ef289de {
  grid-area: 1 / 5 / 5 / 7;
}

#w-node-b3ae1726-885f-f2ad-65f5-6f6d655103a3-1ef289de {
  grid-area: 5 / 3 / 7 / 7;
}

#w-node-d53eaed4-441b-8369-f6d2-9f54f3af938f-1ef289de {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-d53eaed4-441b-8369-f6d2-9f54f3af939d-1ef289de {
  grid-area: 3 / 1 / 7 / 3;
}

#w-node-d53eaed4-441b-8369-f6d2-9f54f3af93a9-1ef289de {
  grid-area: 3 / 3 / 5 / 5;
}

#w-node-d53eaed4-441b-8369-f6d2-9f54f3af93ad-1ef289de {
  grid-area: 1 / 5 / 5 / 7;
}

#w-node-d53eaed4-441b-8369-f6d2-9f54f3af93b9-1ef289de {
  grid-area: 5 / 3 / 7 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-b3ae1726-885f-f2ad-65f5-6f6d6551037b-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d65510385-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d6551038f-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d65510399-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d655103a3-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d6551037b-1ef289de, #w-node-b3ae1726-885f-f2ad-65f5-6f6d65510385-1ef289de, #w-node-b3ae1726-885f-f2ad-65f5-6f6d6551038f-1ef289de, #w-node-b3ae1726-885f-f2ad-65f5-6f6d65510399-1ef289de, #w-node-b3ae1726-885f-f2ad-65f5-6f6d655103a3-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af938f-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af939d-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af93a9-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af93ad-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af93b9-1ef289de {
    grid-area: span 4 / span 6 / span 4 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b3ae1726-885f-f2ad-65f5-6f6d6551037b-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d65510385-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d6551038f-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d65510399-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d655103a3-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d6551037b-1ef289de, #w-node-b3ae1726-885f-f2ad-65f5-6f6d65510385-1ef289de, #w-node-b3ae1726-885f-f2ad-65f5-6f6d6551038f-1ef289de, #w-node-b3ae1726-885f-f2ad-65f5-6f6d65510399-1ef289de, #w-node-b3ae1726-885f-f2ad-65f5-6f6d655103a3-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af938f-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af939d-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af93a9-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af93ad-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af93b9-1ef289de {
    grid-area: span 4 / span 6 / span 4 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b3ae1726-885f-f2ad-65f5-6f6d6551037b-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d65510385-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d6551038f-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d65510399-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d655103a3-03a622c2, #w-node-b3ae1726-885f-f2ad-65f5-6f6d6551037b-1ef289de, #w-node-b3ae1726-885f-f2ad-65f5-6f6d65510385-1ef289de, #w-node-b3ae1726-885f-f2ad-65f5-6f6d6551038f-1ef289de, #w-node-b3ae1726-885f-f2ad-65f5-6f6d65510399-1ef289de, #w-node-b3ae1726-885f-f2ad-65f5-6f6d655103a3-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af938f-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af939d-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af93a9-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af93ad-1ef289de, #w-node-d53eaed4-441b-8369-f6d2-9f54f3af93b9-1ef289de {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }
}


