@charset "UTF-8";
/*!☺
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("https://use.typekit.net/xyx7lak.css");
.single-price ul {
  position: relative;
  list-style-type: "✓";
  list-style-position: outside;
  padding-left: 20px;
}
.single-price ul li {
  padding-left: 20px;
  position: relative;
  display: list-item;
  line-height: 30px;
  color: inherit;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  .single-price ul li {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .single-price ul li {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.single-price ul li:before {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  top: 0px;
}
@media only screen and (max-width: 736px) {
  .single-price ul li:before {
    top: 0px;
  }
}
@-webkit-keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(6);
    transform: scale(6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}
@keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(6);
    transform: scale(6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}
#review .vc_single_image-wrapper:before, #review .vc_single_image-wrapper:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  content: "";
  position: absolute;
  z-index: -2;
}
#review .vc_single_image-wrapper:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

#review:before, #video-402 .html5vid:before,
#video-79 .html5vid:before,
#video-41 .html5vid:before, #image-right-1 rs-layer:before,
#image-right-2 rs-layer:before,
#image-right-3 rs-layer:before, .image-right:before, #before-after .vc_inner .wpb_single_image:before, .mwg_effect031-content:before, .mwg_effect001-card:before, .mwg_effect001-container:before, .mwg_effect025 .card:nth-child(1) .content025:before, .single-price .wpb_single_image:before, #pricing-hero:before, #mokform:before, .procedure-video .wp-video:before, .before-after figure:before, #before:before, .banner:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}

::selection {
  background: #006666;
  color: #fff;
}

::-moz-selection {
  background: #006666;
  color: #fff;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #006666;
}

.mejs-controls {
  background-color: #f6f6f6 !important;
}

a:hover, p a:hover {
  color: #006666;
  text-decoration: none;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}

.wpcf7 form .wpcf7-response-output,
div.wpcf7-response-output {
  box-sizing: border-box;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  display: block;
  padding: 3px 15px;
  background-color: #f2dede;
  color: #b94a48;
  border-left: 5px solid #c73412;
  max-width: 100%;
  margin: 5px 0 0;
}

.wpcf7 span[data-name*=menu] {
  position: relative;
}
.wpcf7 span[data-name*=menu]:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 15px;
  bottom: 25px;
}

#back_to_top {
  bottom: 260px;
  right: 2px !important;
}
#back_to_top span {
  border-width: 1px;
  border-color: #9cb5d4;
}
#back_to_top span i:before {
  content: "↑";
  color: #9cb5d4;
}
#back_to_top:hover span {
  background-color: transparent;
}

:root {
  --grid-margin: 25px;
}
@media only screen and (max-width: 736px) {
  :root {
    --grid-margin: 15px;
  }
}

html {
  font-size: 16px;
  scrollbar-gutter: stable;
}

@supports not (scrollbar-gutter: stable) {
  html {
    overflow-y: scroll;
  } /* резервируем дорожку всегда */
}
html {
  scroll-behavior: auto !important;
}

body {
  font-family: "houschka-pro", sans-serif;
  color: #525252;
  cursor: none;
}

body,
.wrapper,
.content,
.full_width,
.content .container {
  background-color: #f5d6eb;
  background-color: #ffe6f9;
  background-color: #f5d6eb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  letter-spacing: normal;
}

@media only screen and (max-width: 736px) {
  .home header {
    position: fixed !important;
  }
}

h2 {
  font-size: 4rem;
  color: #006666;
}

.sub-title-area p {
  font-size: 2vw;
  line-height: 1.2;
}

.header_bottom {
  background-color: rgba(244, 245, 240, 0.5);
  background-color: transparent;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .header_bottom {
    padding: 0;
  }
}

nav.main_menu > ul > li > a {
  font-family: "houschka-pro", sans-serif;
  text-transform: none;
  color: white;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  nav.main_menu > ul > li > a {
    font-size: 1.15rem;
  }
}

.main_menu .onlymob {
  display: none !important;
}

.show-sm {
  display: none;
}
@media only screen and (max-width: 736px) {
  .show-sm {
    display: block;
  }
}

.popup_menu_holder {
  background-color: rgba(0, 102, 102, 0.95);
}

nav.popup_menu ul li a,
nav.popup_menu ul li h6 {
  text-transform: none;
  font-family: "houschka-pro", sans-serif;
  text-transform: none;
  color: white;
  font-size: 2.25rem;
  letter-spacing: -0.02em;
  font-weight: 900;
}

nav.popup_menu ul li a:hover,
nav.popup_menu ul li h6:hover {
  color: rgba(255, 255, 255, 0.7);
}

nav.popup_menu ul li ul li a,
nav.popup_menu ul li ul li h6 {
  font-size: 1.75rem;
}

.popup_menu .line {
  height: 2px;
  background-color: #fff;
  width: 40px;
  left: -30px;
}
.popup_menu .line:before, .popup_menu .line:after {
  height: 2px;
  width: 40px;
  background-color: #fff;
}
.popup_menu .line:before {
  top: -8px;
}
.popup_menu .line:after {
  top: 8px;
}

#home-title {
  margin-left: 0;
  margin-right: 0;
}

.popup_menu_inner {
  top: -10px;
}

.drop_down .narrow .second .inner ul li {
  width: 275px;
}

.drop_down .second .inner ul li a,
.drop_down .second .inner ul li h5 {
  text-transform: none;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  transition: opacity 0.1s ease-in-out;
  line-height: 1.25;
}
.drop_down .second .inner ul li a:hover,
.drop_down .second .inner ul li h5:hover {
  opacity: 0.8;
}

.drop_down .second .inner > ul,
li.narrow .second .inner ul {
  background-color: #006666;
  border-radius: 3px;
}

nav.main_menu > ul > li.active > a {
  color: #fff;
}

#breast,
#breast2 {
  max-height: 600px !important;
  margin: 0 auto;
  display: block;
}

.text-area .wpb_text_column {
  max-width: calc(50vw - 50px);
  padding-right: 5vw;
  box-sizing: border-box;
}

.mwg_effect031-button:hover {
  color: #006666;
}
.mwg_effect031-button + .mwg_effect031-button {
  margin-top: 10px;
}
@media only screen and (max-width: 736px) {
  .mwg_effect031-button + .mwg_effect031-button {
    margin-top: 0;
    line-height: 1;
  }
}

#whitty {
  width: 100vw;
  width: 100%;
  height: 100vh;
  position: absolute;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  background: url(svg/mok.svg) no-repeat;
  background-color: #f5d6eb;
  background-size: 33vw;
  background-position: center center;
}

#home-24 {
  margin-bottom: 50vh !important;
}
.home #home-24 {
  margin-bottom: 25vh !important;
  margin-top: 15vh !important;
}

#home-24 h2 {
  font-size: 9vw;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.2;
}

.group-proc {
  padding: 0 var(--grid-margin);
}
.group-proc .wp-video {
  max-width: calc(50vw - 50px) !important;
}
.group-proc .vc_column-inner > .wpb_wrapper {
  display: flex;
  width: max-content;
  gap: 100px;
}

.sub-title-area {
  padding: 0 var(--grid-margin);
  padding-bottom: 5vh !important;
}
.sub-title-area h2 {
  font-size: 10rem;
  text-transform: lowercase;
  font-weight: 800;
}

.text-fx .char,
.text-fx .word {
  display: inline-block;
  position: relative;
}
.text-fx h2 {
  font-size: 15rem;
  text-align: center;
  font-weight: 800;
  line-height: 1;
}
.text-fx p {
  font-size: 40vw;
  font-weight: 800;
  z-index: -1;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  white-space: nowrap;
  line-height: 1;
}

#test {
  display: flex;
  align-items: center;
  justify-content: center;
}

.houschka {
  font-family: "houschka-pro", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -0.06em !important;
}

#fraze h1 {
  min-height: 600px;
  text-align: center;
  font-size: 10rem;
  height: 100vh;
}
#fraze h1 > div:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

.pin-height {
  height: 300vh;
}
@media only screen and (max-width: 736px) {
  .pin-height {
    height: 290vh;
  }
}

.pin-height2 {
  height: 300vh;
}

.pin-height .container {
  display: flex;
  align-items: center;
  height: 100vh;
}
@media only screen and (max-width: 736px) {
  .pin-height .container {
    height: 100vh;
  }
}

.pin-height2 .container2 {
  display: flex;
  align-items: center;
  height: 100vh;
}

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

#home-video,
#clinic-video {
  padding: var(--grid-margin);
  padding-top: 0;
}
@media only screen and (max-width: 736px) {
  #home-video,
  #clinic-video {
    padding: 0;
  }
}
#home-video video,
#clinic-video video {
  max-width: 100%;
}
#home-video .wpb_raw_html,
#clinic-video .wpb_raw_html {
  transform-origin: 0 100%;
  padding: 100px 0;
  padding-top: 0;
}
@media only screen and (max-width: 736px) {
  #home-video .wpb_raw_html,
  #clinic-video .wpb_raw_html {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 736px) {
  #home-video video,
  #clinic-video video {
    max-width: 100%;
  }
}

#home-fraze {
  background-color: #B78270;
  background-color: #E3AF9C;
  background-color: #c6ab9f;
  background-color: #367b04;
  background-color: #00b3b3;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
#home-fraze h2 {
  color: white;
}

.home .mwg_effect024 a {
  color: #006666;
}

.sentence,
.sentence2 {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: "houschka-pro", sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 1;
  color: #204A02;
  color: #0165FC;
  color: #006666;
}

.sentence2 {
  color: #fff;
}

.sentence span,
.sentence2 span {
  display: inline-block;
  letter-spacing: -0.06em;
}

.sentence2:not(:first-child),
.sentence:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

.sentence .char,
.sentence .word,
.sentence2 .char,
.sentence2 .word {
  display: inline-block;
  position: relative;
}

#rev_slider_3_2_forcefullwidth,
#rev_slider_4_2_forcefullwidth {
  position: absolute;
  z-index: -1;
}

#home-fraze {
  padding: 0 var(--grid-margin);
  margin-top: 50vh;
  margin-bottom: 20vh !important;
}
@media only screen and (max-width: 736px) {
  #home-fraze {
    margin-top: 25vh;
  }
}
#home-fraze h2 {
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1.2;
}
@media only screen and (max-width: 736px) {
  #home-fraze h2 {
    font-size: 2.5rem;
    line-height: 1.35;
  }
}
#home-fraze .word-mask {
  position: relative;
  overflow: hidden;
  margin: -0.1em 0;
  display: inline-block;
}
#home-fraze .word-mask:first-child .word:first-child {
  text-indent: 500px;
}
@media only screen and (max-width: 736px) {
  #home-fraze .word-mask:first-child .word:first-child {
    text-indent: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #home-fraze .word-mask:first-child .word:first-child {
    text-indent: 30vw;
  }
}
#home-fraze .word {
  transform: translate(0, 100%);
  will-change: transform;
  display: inline-block;
  padding: 0.1em;
}

.before-after-area .wpb_single_image img {
  max-width: 25vw;
}

.text-area h2 {
  font-weight: 800;
  margin-bottom: 2rem;
  line-height: 1.2;
  letter-spacing: -0.06em;
}
.text-area p {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

/* CARDS */
.banners {
  display: flex;
  width: max-content;
  white-space: nowrap;
  gap: 5vw;
  will-change: transform;
  padding: 0 50vw;
  position: absolute;
  opacity: 1;
}
@media only screen and (max-width: 736px) {
  .banners {
    gap: 25vw;
    padding: 0 15vw 0 50vw;
  }
}

.image-right {
  border-radius: 1.5vw !important;
}

.banner {
  position: relative;
  width: 25vw;
  aspect-ratio: 0.75;
  border-radius: 2vw;
  overflow: hidden;
  object-fit: cover;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 736px) {
  .banner {
    width: 75vw;
  }
}
.banner:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.banner-content p {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 1em;
}

.from {
  border: 0.2em solid currentColor;
  border-radius: 100%;
  padding: 0.28em 0.3em;
}

.banner-content h3 {
  color: white;
  letter-spacing: -0.06em;
  z-index: 9999;
  position: absolute;
  bottom: 0;
  font-size: 2vw;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  display: block;
  padding: 30px;
  line-height: 1.15;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  .banner-content h3 {
    font-size: 1.5rem;
  }
}

.banner:nth-child(1) {
  color: #BCEFFF;
}

.banner:nth-child(2) {
  color: #C9FE6E;
}

.banner:nth-child(3) {
  color: #FAFF9E;
}

.banner:nth-child(4) {
  color: #FC4C3B;
}

.banner:nth-child(5) {
  color: #F1F1F1;
}

.banner:nth-child(6) {
  color: #8CEDFF;
}

.banner:nth-child(7) {
  color: #FAFF9E;
}

.logo_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  .logo_wrapper {
    justify-content: flex-start;
    left: 0%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .logo_wrapper {
    transform: translateX(-20%);
  }
}

#menu-new {
  padding-right: 5vw;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #menu-new {
    padding-right: 0;
  }
}

.q_logo {
  top: 0;
  left: 2vw;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .q_logo {
    left: 0;
  }
}
.q_logo a {
  height: 70px !important;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .q_logo a {
    height: 60px !important;
  }
}
@media only screen and (max-width: 736px) {
  .q_logo a {
    height: 50px !important;
    left: 0 !important;
  }
}
.q_logo a svg {
  width: 100%;
  height: 100%;
}
#home-24 h2 {
  font-size: 10vw;
  line-height: 1.1;
  display: inline-block;
}
@media only screen and (max-width: 736px) {
  #home-24 h2 {
    font-size: 15vw;
    line-height: 1.25;
  }
}
#home-24 h2 em {
  font-style: normal;
}
#home-24 .line {
  display: inline-block;
}
#home-24 .line:first-child {
  opacity: 0.2;
}
#home-24 .line-mask {
  line-height: 1;
  display: inline-block;
  position: relative;
  clip-path: polygon(0 6%, 0 98%, 100% 98%, 100% 6%);
  /* Depends on the font */
}
#home-24 .line-mask .line:last-child {
  position: absolute !important;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  /* Translate it -100% of its height on the y-axis */
}

.page-id-152 .content,
.page-id-363 .content,
.page-id-834 .content,
.page-id-838 .content {
  margin-top: -100px !important;
}

#procedures {
  background-color: #DCC1BC;
  background-color: #f5d6eb;
  background-color: #f0c1e0;
}
@media only screen and (max-width: 736px) {
  #procedures {
    padding-top: 100px;
  }
}

#before {
  background-color: #F1DADA;
  background-color: #DCC1BC;
  background-color: #b78270;
  background-color: #f0c1e0;
  padding: 100px var(--grid-margin);
  padding-top: 200px;
}
#before:before {
  background: url(svg/mok.svg), linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(220, 193, 188, 0) 50%, rgba(220, 193, 188, 0.8) 100%), url(svg/mok.svg);
  background-size: cover;
  opacity: 0.05;
}
#before h2 {
  font-size: 10vw;
  letter-spacing: -0.08em;
  z-index: -1;
  font-weight: 700;
  opacity: 1;
  color: rgb(0, 102, 102);
  line-height: 1.15;
}
#before .line {
  display: inline-block;
}
#before .line:first-child {
  opacity: 0.2;
}
#before .line-mask {
  line-height: 1.15;
  display: inline-block;
  position: relative;
  clip-path: polygon(0 6%, 0 98%, 100% 98%, 100% 6%);
}
#before .line-mask .line:last-child {
  position: absolute !important;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  /* Translate it -100% of its height on the y-axis */
}

.procedures-list {
  padding: 0 var(--grid-margin);
  display: grid;
  gap: 60px;
}

.procedures-item {
  display: flex;
}

.scrolltween {
  display: flex;
  width: max-content;
  gap: 100px;
}
@media only screen and (max-width: 736px) {
  .scrolltween {
    gap: 40px;
  }
}

.before-instagram {
  width: 30vw;
}
.before-instagram:before {
  display: none !important;
}
.before-instagram h3 {
  font-size: 3vw;
  letter-spacing: -0.06em;
  line-height: 1.25;
  font-weight: 900;
  color: #006666;
  text-align: center;
  margin-top: 3vw;
}

.before-after .instagram-widget {
  gap: 30px;
  width: 25vw;
}
@media only screen and (max-width: 736px) {
  .before-after .instagram-widget {
    width: 90vw;
    padding-left: 10vw;
  }
}
.before-after .instagram-widget:before {
  display: none !important;
}
.before-after .instagram-widget h3 {
  font-size: 1.65rem;
  letter-spacing: -0.06em;
  line-height: 1.25;
  font-weight: 900;
  color: #006666;
  text-align: center;
}
.before-after .instagram-widget img {
  max-width: 18vw !important;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 736px) {
  .before-after .instagram-widget img {
    max-width: 50vw !important;
  }
}

.before-after {
  display: flex;
  gap: 3vw;
  align-items: flex-start;
}
@media only screen and (max-width: 736px) {
  .before-after {
    gap: 15vw;
  }
}
.before-after figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 60px;
  border-radius: 1.5vw;
  overflow: hidden;
}
.before-after figure:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.before-after figcaption {
  text-align: center;
  display: inline-flex;
  gap: 5px;
  white-space: nowrap;
  justify-content: center;
  position: absolute;
  bottom: 0;
  color: white;
  letter-spacing: -0.06em;
  z-index: 9999;
  position: absolute;
  bottom: 0;
  font-size: 1.5vw;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  display: block;
  padding: 20px;
  line-height: 1.15;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  .before-after figcaption {
    font-size: 1.25rem;
  }
}
.before-after img {
  max-width: 33vw;
  height: auto;
  box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 736px) {
  .before-after img {
    max-width: 90vw;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .before-after img {
    max-width: 45vw;
  }
}

#mini-facelift .before-after img {
  max-width: 25vw;
}
@media only screen and (max-width: 736px) {
  #mini-facelift .before-after img {
    max-width: 90vw;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #mini-facelift .before-after img {
    max-width: 33vw;
  }
}
#mini-facelift .before-after figure:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}
#mini-facelift .before-after figcaption {
  bottom: unset;
  top: 0;
}

#minimally-invasive .img-250,
#minimally-invasive .img-248,
#minimally-invasive .img-699,
#minimally-invasive .img-701 {
  width: 20vw;
}
@media only screen and (max-width: 736px) {
  #minimally-invasive .img-250,
  #minimally-invasive .img-248,
  #minimally-invasive .img-699,
  #minimally-invasive .img-701 {
    width: 60vw;
  }
}

html[lang=fr-FR] .home .cta-text h2 {
  max-width: 90%;
  margin-left: 5%;
}

.procedure-heading {
  max-width: calc(100vw - 20px);
  padding-bottom: 7vh !important;
}
@media only screen and (max-width: 736px) {
  .procedure-heading {
    padding-bottom: 10vh !important;
  }
}
.procedure-heading h2 {
  font-size: 10rem;
  text-transform: lowercase;
  font-weight: 800;
  letter-spacing: -0.06em;
  transform-origin: top left;
  white-space: nowrap;
}
@media only screen and (max-width: 736px) {
  .procedure-heading h2 {
    font-size: 3.5rem;
    max-width: 95vw;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    white-space: normal;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .procedure-heading h2 {
    font-size: 7re;
  }
}
.procedure-heading p {
  font-size: 2vw;
  line-height: 1.2;
}
@media only screen and (max-width: 736px) {
  .procedure-heading p {
    font-size: 1.25rem;
    line-height: 1.5;
    max-width: 90vw;
  }
  .procedure-heading p br {
    display: none;
  }
}

.procedure-text {
  align-self: center;
}
@media only screen and (max-width: 736px) {
  .procedure-text {
    align-self: flex-start;
  }
}
.procedure-text h3 {
  font-weight: 800;
  margin-bottom: 2rem;
  line-height: 1.2;
  letter-spacing: -0.06em;
  font-size: 3rem;
  color: #009999;
}
@media only screen and (max-width: 736px) {
  .procedure-text h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .procedure-text h3 {
    font-size: 2.5rem;
  }
}
.procedure-text p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 736px) {
  .procedure-text p {
    font-size: 1rem;
  }
}

.mejs-overlay-button {
  background: url(svg/play.svg) no-repeat center center;
  width: 100px;
  height: 100px;
}

.mejs-overlay:hover > .mejs-overlay-button {
  background-position: center center;
}

.procedure-video,
.procedure-text {
  width: calc(50vw - 50px);
}
@media only screen and (max-width: 736px) {
  .procedure-video,
  .procedure-text {
    width: 100vw;
  }
}

.procedure-video .wp-video {
  position: relative;
  border-radius: 2vw;
  overflow: hidden;
  position: relative;
}
.procedure-video .wp-video:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0.5;
  z-index: 1;
}
.procedure-video .mejs-controls {
  display: none;
}

.procedure-text {
  padding-right: 5vw;
  box-sizing: border-box;
}
.procedure-text p:last-of-type {
  font-weight: bold;
  letter-spacing: -0.06em;
}

.procedure-heading .line {
  display: inline-block;
}
.procedure-heading .line:first-child {
  opacity: 0.2;
}
.procedure-heading .line-mask {
  line-height: 1;
  display: inline-block;
  position: relative;
  clip-path: polygon(0 6%, 0 98%, 100% 98%, 100% 6%);
  /* Depends on the font */
}
.procedure-heading .line-mask .line:last-child {
  position: absolute !important;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  /* Translate it -100% of its height on the y-axis */
}

.mwg_effect027 {
  padding: 10vh 0;
}
@media only screen and (max-width: 736px) {
  .mwg_effect027 {
    padding-top: 20vh;
    padding-bottom: 0;
  }
}

.mwg_effect027 ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mwg_effect027 li {
  font: 700 12rem/1.1 "houschka-pro", sans-serif;
  letter-spacing: -0.06em;
  overflow: hidden;
  display: flex;
  margin-bottom: -4rem;
  color: #006666;
}
html[lang=fr-FR] .mwg_effect027 li {
  font: 700 11rem/1.1 "houschka-pro", sans-serif;
}

@media only screen and (max-width: 736px) {
  .mwg_effect027 li {
    font-size: 3.25rem;
    max-width: 95vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .mwg_effect027 li {
    font-size: 10rem;
    line-height: 1.25;
  }
}

.mwg_effect027 .letter {
  position: relative;
  /* Establishes a reference for the child with absolute positioning */
  display: inline-block;
}

.mwg_effect027 .letter span:last-child {
  position: absolute;
  bottom: 100%;
  left: 0;
}

.mwg_effect024 .pin-height {
  height: 200vh;
}
@media only screen and (max-width: 736px) {
  .mwg_effect024 .pin-height {
    height: 30vh;
  }
}

.mwg_effect024 .container {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 736px) {
  .mwg_effect024 .container {
    height: 30vh;
  }
}

.mwg_effect024 .sentes {
  position: relative;
  font: 600 normal 10vw/1.2 "houschka-pro", sans-serif;
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 736px) {
  .mwg_effect024 .sentes {
    line-height: 1.75;
  }
}

.mwg_effect024 .sentec {
  overflow: hidden;
}

.mwg_effect024 .sentec a {
  display: flex;
  white-space: nowrap;
  width: max-content;
  will-change: transform;
  position: relative;
  z-index: 9;
}

.home .sentec a span {
  position: relative;
}
.home .sentec a span:after {
  content: "";
  width: 100%;
  height: 1vh;
  background-color: #006666;
  position: absolute;
  left: 0;
  bottom: 2vh;
  width: 0;
  transition: 0.3s ease-in-out;
}
.home .sentec a:hover span:after {
  width: 100%;
}

.mwg_effect024 .sentec2 {
  position: absolute;
  top: 0;
  left: 0;
}

.mwg_effect024 .sentec2 a {
  transform: translate(0, 100%);
}

.mwg_effect024 .glyph {
  width: 10vw;
  height: auto;
  margin: 0 2vw;
}

.cursor-ball {
  width: 15px;
  height: 15px;
  background-color: #08DDD3;
  transition: 0.1s opacity ease-in-out;
}
.cursor-ball svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  width: 80px;
  fill: #08DDD3;
}
.cursor-ball #right-arrow {
  opacity: 0;
  visibility: hidden;
  transition: 0.1s opacity ease-in-out;
}
.cursor-ball.right {
  opacity: 0;
  visibility: hidden;
}
.cursor-ball.right #right-arrow {
  opacity: 1;
  visibility: visible;
}
.cursor-ball.left {
  opacity: 0;
  visibility: hidden;
}
.cursor-ball.left #left-arrow {
  opacity: 1;
  visibility: visible;
}

.left-detector,
.right-detector {
  z-index: 999 !important;
}

.cursor-outline {
  width: 14rem;
  height: 14rem;
  border: 1px solid #006666;
}

.cursor-ball,
.cursor-outline {
  border-radius: 50%;
  will-change: transform;
  position: fixed;
  z-index: 100;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
}
.cursor-ball.active,
.cursor-outline.active {
  opacity: 1;
}
@media only screen and (max-width: 736px) {
  .cursor-ball,
  .cursor-outline {
    display: none;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .cursor-ball,
  .cursor-outline {
    display: none;
  }
}

#clinic-video {
  margin-top: -100px;
  padding: 0;
}
#clinic-video video {
  max-width: 100%;
}

#clinic-after {
  padding-bottom: 15vh;
}
@media only screen and (max-width: 736px) {
  #clinic-after {
    padding-bottom: 0;
  }
}
#clinic-after p {
  font-size: 5vw;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  letter-spacing: -0.06em;
  line-height: 1.1;
  color: #006666;
  padding-right: 2vw;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 736px) {
  #clinic-after p {
    font-size: 3rem;
    text-align: center;
    padding-top: 40px;
  }
}
#clinic-after p:first-of-type {
  font-weight: 900;
}

#clinicpic {
  padding: 0 var(--grid-margin);
}
#clinicpic .wpb_single_image {
  border-radius: 2vw;
  overflow: hidden;
  max-width: clamp(200px, 80vw, 1600px);
  margin: 0 auto;
}

.page-id-253 #clinic-title, .page-id-842 #clinic-title {
  margin-top: -50vh !important;
}
@media only screen and (max-width: 736px) {
  .page-id-253 #clinic-title, .page-id-842 #clinic-title {
    margin-top: 0 !important;
  }
}
.page-id-253 #mokform + .pin-spacer, .page-id-842 #mokform + .pin-spacer {
  z-index: 99 !important;
}
@media only screen and (max-width: 736px) {
  .page-id-253 #mokform, .page-id-253 #clinicpic, .page-id-842 #mokform, .page-id-842 #clinicpic {
    padding-bottom: 10vh;
  }
}

#mokform {
  padding: 15vh var(--grid-margin);
}
#mokform h2 .word1,
#mokform h2 .word2,
#mokform h2 .word3 {
  font-weight: 900;
}
#mokform:before {
  background-image: url(./svg/mok.svg);
  background-size: contain;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 736px) {
  #mokform:before {
    width: 90%;
    left: 5%;
  }
}
#mokform svg {
  display: block;
  margin: 0 auto;
  width: 30vw;
  height: auto;
}
#mokform h2 {
  letter-spacing: -0.06em;
  font-size: 5vw;
}
@media only screen and (max-width: 736px) {
  #mokform h2 {
    font-size: 2rem;
  }
}
#mokform p {
  font-size: 3vw;
  line-height: 1.75;
}
@media only screen and (max-width: 736px) {
  #mokform p {
    font-size: 1.5rem;
  }
}
#mokform p em {
  display: inline-block;
  font-style: normal;
}

@media only screen and (max-width: 736px) {
  .page-id-285 #title-section,
  .page-id-863 #title-section {
    padding: 40px var(--grid-margin);
  }
}
@media only screen and (max-width: 736px) {
  .page-id-285 #title-section h2,
  .page-id-863 #title-section h2 {
    font-size: 3rem;
  }
}
.page-id-285 #title-section p,
.page-id-863 #title-section p {
  max-width: 80%;
  margin-left: 10%;
  line-height: 1.35;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 736px) {
  .page-id-285 #title-section p,
  .page-id-863 #title-section p {
    font-size: 1.35rem;
    line-height: 1.5;
  }
}
.page-id-285 #title-section p:last-child,
.page-id-863 #title-section p:last-child {
  margin-bottom: 0;
}
.page-id-285 #title-section p a[href*=tel] span,
.page-id-863 #title-section p a[href*=tel] span {
  letter-spacing: -0.06em;
  font-weight: 600;
  color: #006666;
}
.page-id-285 #title-section p a[href*=tel] span:before,
.page-id-863 #title-section p a[href*=tel] span:before {
  content: "\f095";
  font-family: FontAwesome;
  margin-right: 10px;
}

.text-column {
  padding-bottom: 40vh;
}
.text-column p {
  max-width: 80vw;
  margin-left: 10vw;
  text-align: center;
  font-size: 3vw;
  line-height: 1.5;
  margin-bottom: 2rem;
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 736px) {
  .text-column p {
    font-size: 1.5rem;
  }
}
.text-column p:first-of-type {
  font-weight: 900;
  font-size: 4vw;
  color: #303030;
  color: #009999;
  color: #006666;
}
@media only screen and (max-width: 736px) {
  .text-column p:first-of-type {
    font-size: 2rem;
  }
}
.text-column .word-mask {
  position: relative;
  overflow: hidden;
  margin: -0.1em 0;
  display: inline-block;
}
.text-column .word {
  transform: translate(0, 100%);
  will-change: transform;
  display: inline-block;
  padding: 0.1em;
}

.single-price + #cta {
  margin-top: 0;
}

.single-price.last-price .wpb_column:nth-child(2) {
  min-height: auto;
}

#pricing-hero {
  padding: 100px 5vw;
}
@media only screen and (max-width: 736px) {
  #pricing-hero {
    padding: 40px var(--grid-margin);
  }
}
#pricing-hero:before {
  background: url(svg/mok.svg), linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.05;
}
#pricing-hero h1 {
  font-size: 12vw;
  letter-spacing: -0.08em;
  color: #006666;
  line-height: 1;
  text-align: left !important;
}
@media only screen and (max-width: 736px) {
  #pricing-hero h1 {
    font-size: 3.5rem;
  }
}
#pricing-hero h1 + h3 {
  font-size: 6vw;
  margin-bottom: 1rem;
  text-align: left !important;
  transform: translateX(20%);
  font-weight: 900;
  letter-spacing: -0.08em;
  color: #006666;
  max-width: 80%;
}
#pricing-hero em {
  font-size: 1.5rem;
}
@media only screen and (max-width: 736px) {
  #pricing-hero em {
    font-size: 1.25rem;
  }
}

.single-price {
  padding: 100px 0;
  padding-left: var(--grid-margin);
  padding-right: var(--grid-margin);
}
@media only screen and (max-width: 736px) {
  .single-price {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 736px) {
  .single-price .wpb_raw_code {
    text-align: right;
  }
}
.single-price:not(.last-price) figcaption {
  text-align: center;
  display: inline-flex;
  gap: 5px;
  white-space: nowrap;
  justify-content: center;
  position: absolute;
  bottom: 0;
  color: white;
  letter-spacing: -0.06em;
  z-index: 9999;
  position: absolute;
  bottom: 0;
  font-size: 1.5vw;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  display: block;
  padding: 20px;
  line-height: 1.15;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  .single-price:not(.last-price) figcaption {
    font-size: 1.25rem;
  }
}
.single-price .full_section_inner {
  display: flex;
  gap: 5vw;
}
@media only screen and (max-width: 736px) {
  .single-price .full_section_inner {
    flex-direction: column;
    gap: 5vh;
  }
}
.single-price .full_section_inner:before, .single-price .full_section_inner:after {
  display: none;
}
.single-price .wpb_column:nth-child(2) {
  min-height: 100vh;
  padding-top: 5vh;
}
@media only screen and (max-width: 736px) {
  .single-price .wpb_column:nth-child(2) {
    min-height: unset;
  }
}
.single-price .wpb_single_image {
  border-radius: 2vw;
  overflow: hidden;
  position: relative;
}
.single-price .wpb_single_image:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.single-price p,
.single-price li {
  font-size: 1.5rem;
  line-height: 1.75;
  color: #525252;
}
@media only screen and (max-width: 736px) {
  .single-price p,
  .single-price li {
    font-size: 1.25rem;
  }
}
.single-price ul {
  margin: 2rem 0 2rem 2rem !important;
}
.single-price ul li::marker {
  color: #006666;
}
.single-price ul li {
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
.single-price h2 {
  font-size: 5vw;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 736px) {
  .single-price h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem !important;
  }
}
.single-price p {
  margin-bottom: 2rem;
}
.single-price p strong {
  display: block;
  color: #006666;
  margin-top: 0.5rem;
}
.single-price .prices p {
  line-height: 1.5;
  gap: 1rem;
}

#team-video .wp-video {
  height: 100vh;
  width: 56.25vh !important;
  margin: 0 auto;
}

.home #deeply .team-text, .home #aboutmok .team-text {
  padding: 0;
}

.team-text {
  padding: 0 0 40vh 0;
}
.team-text .wpb_text_column {
  padding: 0 5vw;
}
.team-text h2 {
  margin-bottom: 2rem;
  line-height: 1.2;
  font-size: 4vw;
  letter-spacing: -0.06em;
  font-weight: 700;
}
.team-text p {
  font-size: 2vw;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 736px) {
  .team-text p {
    font-size: 1.5rem;
  }
}
.team-text .word-mask {
  position: relative;
  overflow: hidden;
  margin: -0.1em 0;
  display: inline-block;
}
.team-text .word {
  transform: translate(0, 100%);
  will-change: transform;
  display: inline-block;
  padding: 0.1em;
}

#title-section {
  padding: 100px 0;
}
@media only screen and (max-width: 736px) {
  #title-section {
    padding: 60px var(--grid-margin);
  }
}
#title-section svg {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  opacity: 0.05;
}
#title-section h2 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #title-section h2 {
    font-size: max(3.5rem, 4vw);
  }
}
#title-section p {
  font-size: 2vw;
}

#contact {
  padding-bottom: 100px;
}
#contact .wpcf7-submit {
  font-family: "houschka-pro", sans-serif;
  border: 0;
  font-weight: 900;
  letter-spacing: -0.06em;
  font-size: 2rem;
  background-color: #006666;
  color: white;
  text-transform: none;
  padding: 1.15rem 3rem;
  border-radius: 0.85rem;
  line-height: 1;
}
@media only screen and (max-width: 736px) {
  #contact .wpcf7-submit {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }
}
#contact .wpcf7-submit:hover {
  opacity: 0.7 !important;
}
#contact .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 736px) {
  #contact .grid-3 {
    display: flex;
    flex-direction: column;
  }
}
#contact input:not([type=submit]),
#contact textarea, #contact select {
  background-color: #ededed;
  border-radius: 3px;
  border-bottom: 1px solid #dbdbdb;
  font-family: "houschka-pro", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  color: #303030 !important;
}
#contact input:not([type=submit]).placeholder,
#contact textarea.placeholder, #contact select.placeholder {
  font-family: "houschka-pro", sans-serif;
}
#contact input:not([type=submit]):-moz-placeholder,
#contact textarea:-moz-placeholder, #contact select:-moz-placeholder {
  font-family: "houschka-pro", sans-serif;
}
#contact input:not([type=submit])::-moz-placeholder,
#contact textarea::-moz-placeholder, #contact select::-moz-placeholder {
  font-family: "houschka-pro", sans-serif;
}
#contact input:not([type=submit]):-ms-input-placeholder,
#contact textarea:-ms-input-placeholder, #contact select:-ms-input-placeholder {
  font-family: "houschka-pro", sans-serif;
}
#contact input:not([type=submit])::-webkit-input-placeholder,
#contact textarea::-webkit-input-placeholder, #contact select::-webkit-input-placeholder {
  font-family: "houschka-pro", sans-serif;
}
#contact select {
  line-height: 27px;
  color: #303030;
}
#contact select option {
  font-weight: 900;
}
#contact select option[value=""] {
  color: #757575;
}
#contact label {
  font-family: "houschka-pro", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 1rem;
}
#contact .wpcf7-submit {
  margin-top: 2rem;
  font-family: "houschka-pro", sans-serif;
}

#pricing-hero .line {
  display: inline-block;
}
#pricing-hero .line:first-child {
  opacity: 0.2;
}
#pricing-hero .line-mask {
  line-height: 1.1;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  /* Depends on the font */
}
#pricing-hero .line-mask .line:last-child {
  position: absolute !important;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  /* Translate it -100% of its height on the y-axis */
}

#title-section .line {
  display: inline-block;
}
#title-section .line:first-child {
  opacity: 0.2;
}
#title-section .line-mask {
  line-height: 1.1;
  display: inline-block;
  position: relative;
  /* Depends on the font */
}
#title-section .line-mask .line:last-child {
  position: absolute !important;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  /* Translate it -100% of its height on the y-axis */
}
#title-section .word {
  display: inline-block;
}
#title-section h3 {
  font-size: 3vw;
  letter-spacing: -0.2rem;
}

.page-id-288 #cta,
.page-id-859 #cta {
  margin-top: 10vh;
}
.page-id-288 #title-section h2,
.page-id-859 #title-section h2 {
  margin-bottom: 0;
  font-size: 6vw;
}
@media only screen and (max-width: 736px) {
  .page-id-288 #title-section h2,
  .page-id-859 #title-section h2 {
    font-size: 3.5rem;
  }
}
.page-id-288 #title-section h3,
.page-id-859 #title-section h3 {
  margin-bottom: 2rem;
  color: #525252;
}
@media only screen and (max-width: 736px) {
  .page-id-288 #title-section h3,
  .page-id-859 #title-section h3 {
    font-size: 1.75rem;
  }
}
.page-id-288 #title-section p,
.page-id-859 #title-section p {
  max-width: 60%;
  line-height: 1.35;
  font-size: 2vw;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .page-id-288 #title-section p,
  .page-id-859 #title-section p {
    font-size: 1.25rem;
    max-width: 90%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .page-id-288 #title-section p,
  .page-id-859 #title-section p {
    line-height: 1.5;
    font-size: max(1.5rem, 2vw);
    max-width: 80%;
  }
}
.page-id-288 .lin-mask,
.page-id-859 .lin-mask {
  overflow: hidden;
  display: inline-block;
}
.page-id-288 .lin,
.page-id-859 .lin {
  display: inline-block;
  transform: translateY(-100%);
}

.mwg_effect025 {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  .mwg_effect025 {
    padding: 60px 0;
  }
}

.mwg_effect025 .container025 {
  display: flex;
}
@media only screen and (max-width: 736px) {
  .mwg_effect025 .container025 {
    flex-direction: column;
    gap: 40px;
  }
}

.mwg_effect025 .title {
  position: absolute;
  top: 25px;
  left: 25px;
  font: 500 normal 4vw/0.9 "houschka-pro", sans-serif;
  letter-spacing: -0.03em;
}

.mwg_effect025 .card {
  width: 20vw;
  aspect-ratio: 0.8;
}
@media only screen and (max-width: 736px) {
  .mwg_effect025 .card {
    width: 80vw;
  }
}
.mwg_effect025 .card .top {
  font-family: "houschka-pro", sans-serif;
  letter-spacing: -0.06em;
  font-weight: 700;
  text-align: center;
  padding: 30px;
}
.mwg_effect025 .card p {
  font-weight: 700;
  font-size: 1.5rem;
}
.mwg_effect025 .card p.job {
  font-weight: 400;
  margin-top: 10px;
  font-size: 0.8em;
  letter-spacing: 2px;
}
@media only screen and (max-width: 736px) {
  .mwg_effect025 .card p.job {
    font-size: 1rem;
  }
}

.mwg_effect025 .card:not(:first-child) {
  margin: 0 0 0 -10vw;
}
@media only screen and (max-width: 736px) {
  .mwg_effect025 .card:not(:first-child) {
    margin: 0;
  }
}

.mwg_effect025 .card .content025 {
  width: 100%;
  height: 100%;
  border-radius: 2vw;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}
@media only screen and (max-width: 736px) {
  .mwg_effect025 .card .content025 {
    box-sizing: border-box;
  }
}
.mwg_effect025 .card .content025 a[href*=tel] {
  color: #006666;
}

.mwg_effect025 .card .content025 .top {
  font: 500 normal 1.9vw/0.9 "houschka-pro", sans-serif;
  letter-spacing: -0.03em;
}

.mwg_effect025 .card .content025 .bottom {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font: 500 normal 1.1vw/0.9 "houschka-pro", sans-serif;
  letter-spacing: -0.03em;
  border-top: 1px dashed #000;
  padding: 25px 0 0;
}

.mwg_effect025 .card .content025 .bubble {
  width: 3.3vw;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #FFF;
  display: grid;
  place-items: center;
}
@media only screen and (max-width: 736px) {
  .mwg_effect025 .card .content025 .bubble {
    width: 60px;
  }
}

.mwg_effect025 .card .content025 .bubble img {
  max-width: 80%;
  max-height: 60%;
  object-fit: contain;
}

.mwg_effect025 .card .content025 .job {
  text-transform: uppercase;
}

.mwg_effect025 .card .content025 .top {
  font-family: "houschka-pro", sans-serif;
  letter-spacing: -0.06em;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 736px) {
  .mwg_effect025 .card .content025 .top {
    font-size: 2rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mwg_effect025 .card:nth-child(3) .top {
  color: #006666;
}

.mwg_effect025 .card:nth-child(1) {
  z-index: 3;
}
.mwg_effect025 .card:nth-child(1) .top {
  color: #fff;
  font-family: "houschka-pro", sans-serif;
  letter-spacing: -0.06em;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  .mwg_effect025 .card:nth-child(1) .top {
    font-size: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mwg_effect025 .card:nth-child(1) .bottom {
  border-top-color: #fff;
}
.mwg_effect025 .card:nth-child(1) p {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}
.mwg_effect025 .card:nth-child(1) p.job {
  font-weight: 400;
  margin-top: 10px;
  font-size: 0.8em;
  letter-spacing: 2px;
}
@media only screen and (max-width: 736px) {
  .mwg_effect025 .card:nth-child(1) p.job {
    font-size: 1rem;
  }
}

.mwg_effect025 .card:nth-child(2) .top {
  color: #fff;
  font-family: "houschka-pro", sans-serif;
  letter-spacing: -0.06em;
  font-weight: 700;
  text-align: center;
  padding: 30px;
}
@media only screen and (max-width: 736px) {
  .mwg_effect025 .card:nth-child(2) .top {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 2rem;
  }
}
.mwg_effect025 .card:nth-child(2) .bottom {
  border-top-color: #fff;
}
.mwg_effect025 .card:nth-child(2) p {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}
.mwg_effect025 .card:nth-child(2) p.job {
  font-weight: 400;
  margin-top: 10px;
  font-size: 0.8em;
  letter-spacing: 2px;
}
@media only screen and (max-width: 736px) {
  .mwg_effect025 .card:nth-child(2) p.job {
    font-size: 1rem;
  }
}

.mwg_effect025 .card:nth-child(1) .content025 {
  background-color: #367b04;
  background: url(/wp-content/uploads/2025/06/office.jpg);
  background-size: cover;
}
.mwg_effect025 .card:nth-child(1) .content025:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 1;
  z-index: -1;
  border-radius: 2vw;
}

#beverly .mwg_effect025 .card:nth-child(1) .content025 {
  background: url(/wp-content/uploads/2025/06/about_left.jpg);
  background-size: cover;
}

.location-row h2 {
  letter-spacing: -0.06em;
  font-weight: 900;
  max-width: 60%;
  line-height: 1.35;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .location-row h2 {
    font-size: 2.5rem;
    max-width: 90%;
    text-align: center;
  }
}

.mwg_effect025 .card:nth-child(2) {
  z-index: 2;
}

.mwg_effect025 .card:nth-child(2) .content025 {
  background-color: #c6ab9f;
  background-color: #367b04;
}

.mwg_effect025 .card:nth-child(3) {
  z-index: 7;
}

.mwg_effect025 .card:nth-child(3) .content025 {
  background-color: #b78270;
  background-color: #f0c1e0;
}

.mwg_effect025 .card:nth-child(4) {
  z-index: 1;
}

.mwg_effect025 .card:nth-child(4) .content025 {
  background-color: #FFDF40;
  background-color: #b78270;
  justify-content: center;
}

.mwg_effect025 .card:nth-child(5) {
  z-index: 4;
}

.mwg_effect025 .card:nth-child(5) .content025 {
  background-color: #DEDA8D;
}

.mwg_effect025 .card:nth-child(6) {
  z-index: 5;
}

.mwg_effect025 .card:nth-child(6) .content025 {
  background-color: #71CFA3;
}

.mwg_effect025 .card:nth-child(7) {
  z-index: 8;
}

.mwg_effect025 .card:nth-child(7) .content025 {
  background-color: #C4EF7A;
}

.mwg_effect025 .card:nth-child(8) {
  z-index: 6;
}

.mwg_effect025 .card:nth-child(8) .content025 {
  background-color: #BCEFFF;
}

.mwg_effect001 {
  overflow: hidden;
  position: relative;
}
.mwg_effect001 .line {
  display: inline-block;
}
.mwg_effect001 .line:first-child {
  opacity: 0.2;
}
.mwg_effect001 .line-mask {
  line-height: 1;
  display: inline-block;
  position: relative;
  clip-path: polygon(0 6%, 0 98%, 100% 98%, 100% 6%);
  padding-right: 10px;
  /* Depends on the font */
}
.mwg_effect001 .line-mask .line:last-child {
  position: absolute !important;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  /* Translate it -100% of its height on the y-axis */
}
.mwg_effect001-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 100%;
  font-size: 1vw;
}
.mwg_effect001-container:before {
  background: url(svg/mok.svg), linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(220, 193, 188, 0) 50%, rgba(220, 193, 188, 0.8) 100%), url(svg/mok.svg);
  background-size: cover;
  opacity: 0.05;
}
.mwg_effect001-cards {
  display: flex;
  width: max-content;
  white-space: nowrap;
  gap: 1vw;
  will-change: transform;
  padding: 0 80vw;
}
@media only screen and (max-width: 736px) {
  .mwg_effect001-cards {
    gap: 20vw;
    padding: 0 0vw;
    padding-top: 20vh;
    padding-left: 20vw;
  }
}
.mwg_effect001-card {
  position: relative;
  width: 25vw;
  aspect-ratio: 0.75;
  border-radius: 2vw;
  overflow: hidden;
  object-fit: cover;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 736px) {
  .mwg_effect001-card {
    width: 80vw;
  }
}
.mwg_effect001-card:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.mwg_effect001-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.mwg_effect001-card-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.mwg_effect001-card-card-content p {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 1em;
}
.mwg_effect001 h2 {
  color: white;
  letter-spacing: -0.06em;
  z-index: 9999;
  position: relative;
  font-size: 2vw;
  max-width: 100%;
  white-space: normal;
  display: block;
  padding: 30px;
  line-height: 1.15;
}
@media only screen and (max-width: 736px) {
  .mwg_effect001 h2 {
    font-size: 1.75rem;
  }
}
.mwg_effect001 h1 {
  position: absolute;
  font-size: 10vw;
  letter-spacing: -0.08em;
  z-index: -1;
  line-height: 1;
  width: 50vw;
  left: 5vw;
  line-height: 0.8;
  font-weight: 700;
  opacity: 1;
  color: #006666;
  line-height: 1;
}
@media only screen and (max-width: 736px) {
  .mwg_effect001 h1 {
    font-size: 3.5rem;
    width: 80vw;
    top: 20px;
  }
}

#slide5 .svg-img,
#slide12 .svg-img {
  width: 25vw;
  max-width: 20vw;
}
@media only screen and (max-width: 736px) {
  #slide5 .svg-img,
  #slide12 .svg-img {
    max-width: 25vw;
  }
}
@media only screen and (max-width: 736px) {
  #slide5 .mwg_effect031-text,
  #slide12 .mwg_effect031-text {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1181px) and (max-width: 1399px) {
  #slide5 .mwg_effect031-text,
  #slide12 .mwg_effect031-text {
    transform: translateX(0);
  }
}

@media only screen and (min-width: 1181px) and (max-width: 1399px) {
  html[lang=fr-FR] .header_bottom {
    padding: 0 20px;
  }
  html[lang=fr-FR] .q_logo {
    transform: translateX(-20%);
  }
}
@media only screen and (max-width: 736px) {
  #slide5 .svg-img {
    max-width: 50vw;
    width: 50vw;
  }
}

#slide7 .svg-img {
  width: 20vw;
  max-width: 18vw;
}

#slide11 .svg-img {
  width: 13vw;
}

.mwg_effect031 {
  padding: var(--grid-margin);
  padding-top: 80px;
}
.mwg_effect031-slide {
  height: 100vh;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .mwg_effect031-slide {
    height: 90svh;
  }
}
.mwg_effect031 .svg-img {
  width: 15vw;
}
@media only screen and (max-width: 736px) {
  .mwg_effect031 .svg-img {
    width: 40vw;
    order: -2;
    position: absolute;
    opacity: 0.15;
    left: -20px;
    bottom: 60px;
    z-index: -1;
  }
}
.mwg_effect031-content-wrapper {
  width: 100%;
  height: 100%;
  perspective: 250vw;
}
.mwg_effect031-content {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  /* inherits the perspective from the parent */
  transform-origin: 50% 10%;
  padding: 50px 50px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}
@media only screen and (max-width: 736px) {
  .mwg_effect031-content {
    padding: 30px;
    justify-content: space-around;
    gap: 10px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .mwg_effect031-content {
    justify-content: space-evenly;
  }
}
.mwg_effect031-content:before {
  background: linear-gradient(to bottom, rgba(220, 193, 188, 0) 50%, rgba(220, 193, 188, 0.8) 100%), url(svg/mok.svg);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.05;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  .mwg_effect031-content:before {
    display: none;
  }
}
.mwg_effect031-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mwg_effect031-top h2 {
  font-size: 6vw;
  letter-spacing: -0.06em;
  line-height: 1.1;
}
@media only screen and (max-width: 736px) {
  .mwg_effect031-top h2 {
    font-size: 2.25rem;
  }
}
.mwg_effect031-bottom {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  gap: 5vw;
  align-items: center;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  .mwg_effect031-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.mwg_effect031-text {
  width: 32vw;
  display: flex;
  font: 500 normal 1.6vw/1.5 "houschka-pro", sans-serif;
  letter-spacing: -0.03em;
  flex-direction: column;
  text-align: right;
}
@media only screen and (max-width: 736px) {
  .mwg_effect031-text {
    transform: translateX(0);
    width: 100%;
    grid-column: span 2;
    font-size: 1rem !important;
  }
}
.mwg_effect031-text strong {
  margin-bottom: 1.5rem !important;
  font-size: 2.5vw !important;
  letter-spacing: -0.06em;
  line-height: 1;
}
@media only screen and (max-width: 736px) {
  .mwg_effect031-text strong {
    font-size: 1.75rem !important;
    margin-bottom: 1rem !important;
  }
}
.mwg_effect031-button {
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  color: #006666;
}
@media only screen and (max-width: 736px) {
  .mwg_effect031-button {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .mwg_effect031-button {
    font-size: 1.25rem;
  }
}
.mwg_effect031-button:after {
  content: "→";
  font-size: 2rem;
  margin-left: 5px;
}
.mwg_effect031-bottom > div:last-child {
  display: flex;
  font: 500 normal 10.5vw/0.9 "houschka-pro", sans-serif;
  letter-spacing: -0.06em;
  gap: 25px;
  justify-content: flex-end;
}
@media only screen and (max-width: 736px) {
  .mwg_effect031-bottom > div:last-child {
    order: -1;
    grid-column: span 2;
  }
}
.mwg_effect031-bottom img {
  width: 25vw;
  border-radius: 0.02em;
}
@media only screen and (max-width: 736px) {
  .mwg_effect031-bottom img {
    width: 65%;
  }
}
.mwg_effect031-top p {
  font: 500 normal 5vw/0.9 "houschka-pro", sans-serif;
  letter-spacing: -0.06em;
  opacity: 0.3;
}
.mwg_effect031-top svg {
  width: 5.7vw;
  height: auto;
  display: block;
}
.mwg_effect031-slide {
  color: #121212;
}
.mwg_effect031-slide:nth-child(1) .mwg_effect031-content, .mwg_effect031-slide:nth-child(4) .mwg_effect031-content, .mwg_effect031-slide:nth-child(7) .mwg_effect031-content, .mwg_effect031-slide:nth-child(10) .mwg_effect031-content {
  background: #ECE3DF;
  background: #faeaf5;
}
.mwg_effect031-slide:nth-child(2) .mwg_effect031-content, .mwg_effect031-slide:nth-child(5) .mwg_effect031-content, .mwg_effect031-slide:nth-child(8) .mwg_effect031-content, .mwg_effect031-slide:nth-child(11) .mwg_effect031-content {
  background: #C6ECC6;
}
.mwg_effect031-slide:nth-child(3) .mwg_effect031-content, .mwg_effect031-slide:nth-child(6) .mwg_effect031-content, .mwg_effect031-slide:nth-child(9) .mwg_effect031-content, .mwg_effect031-slide:nth-child(12) .mwg_effect031-content {
  background: #F1DADA;
}

#disclaimer {
  padding: 100px 0;
}
.page-id-363 #disclaimer {
  background-color: #faeaf5;
}

.page-id-559 #disclaimer {
  padding-top: 0;
}

.page-id-838 #disclaimer {
  background-color: #faeaf5;
}

.page-id-853 #disclaimer {
  padding-top: 0;
}

#disclaimer + #cta {
  margin-top: 0;
}
#disclaimer p {
  text-align: center;
  color: #006666;
  font-style: italic;
}

#before-after {
  background-color: #ECE3DF;
  background-color: #faeaf5;
}
#before-after + #cta {
  margin-top: 0;
}
#before-after .vc_inner {
  padding: 100px var(--grid-margin);
}
#before-after .vc_inner img {
  display: inline-block;
}
#before-after .vc_inner h2 {
  line-height: 1;
  letter-spacing: -0.06em;
  margin-bottom: 2rem;
  font-size: 3vw;
}
@media only screen and (max-width: 736px) {
  #before-after .vc_inner h2 {
    font-size: 2.25rem;
  }
}
#before-after .vc_inner em {
  font-size: 1.15vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  margin-bottom: 1rem;
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 736px) {
  #before-after .vc_inner em {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0;
  }
  #before-after .vc_inner em br {
    display: none;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #before-after .vc_inner em {
    font-size: 1.25rem;
  }
}
#before-after .vc_inner p {
  font-size: 1.25rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 736px) {
  #before-after .vc_inner p {
    font-size: 1rem;
  }
}
#before-after .vc_inner .wpb_column:nth-child(3),
#before-after .vc_inner .wpb_column:nth-child(2) {
  padding-left: 2vw;
  padding-right: 2vw;
}
#before-after .vc_inner .wpb_single_image {
  position: relative;
  border-radius: 2vw;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  #before-after .vc_inner .wpb_single_image {
    margin-bottom: 2rem !important;
  }
}
#before-after .vc_inner .wpb_single_image:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0.5;
  z-index: 1;
}
#before-after .vc_inner strong {
  font-weight: 400;
  display: inline-flex;
  gap: 5px;
}
#before-after .vc_inner strong:before {
  content: "[";
}
#before-after .vc_inner strong:after {
  content: "]";
}

@media only screen and (max-width: 736px) {
  .header_inner_right {
    display: block;
  }
}

.side_menu_button {
  visibility: hidden;
}
@media only screen and (max-width: 736px) {
  .side_menu_button {
    visibility: visible;
  }
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
  color: #fff;
  font-weight: 900;
  padding: 10px 15px;
  font-size: 1.5rem;
}
.popup_menu_opened .wpml-ls-legacy-list-horizontal a {
  color: #fff !important;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-first-item {
  position: relative;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-first-item:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  bottom: 0;
  right: 0;
  transform: rotate(25deg);
  transform-origin: center center;
}
.popup_menu_opened .wpml-ls-legacy-list-horizontal .wpml-ls-first-item:after {
  background-color: #fff !important;
}

.mwg_effect030 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  font: 400 normal 15px/normal "Inter", sans-serif;
  letter-spacing: -0.03em;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 736px) {
  .mwg_effect030 {
    display: none;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .mwg_effect030 {
    display: none;
  }
}

@media only screen and (min-width: 1181px) and (max-width: 1399px) {
  .mwg_effect031-text {
    transform: translateX(10%);
  }
}
.mwg_effect030 .media-container {
  position: absolute;
  width: 20vw;
  height: 28vw;
  right: 40%;
  top: 200px;
  border-radius: 2%;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  z-index: 99999;
}

.mwg_effect030 .media-container.on {
  visibility: visible;
}

.mwg_effect030 .media-container div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Hides anything overflowing during the animation */
  transform: translate(0, -100%);
  /* Starts above the mask */
}

.mwg_effect030 .media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 90%);
}

.mwg_effect030 .medias img {
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #revtitle1 {
    margin-right: 0 !important;
  }
}

.image-right:before {
  display: none;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .image-right:before {
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
  }
}

#image-right-1 rs-layer:before,
#image-right-2 rs-layer:before,
#image-right-3 rs-layer:before {
  display: block;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 3;
}

#video-402,
#video-79,
#video-41 {
  height: 100vh !important;
  width: 56.25vh !important;
}
#video-402 video,
#video-79 video,
#video-41 video {
  height: 100vh !important;
  width: 56.25vh !important;
}
#video-402 .html5vid:before,
#video-79 .html5vid:before,
#video-41 .html5vid:before {
  display: none;
}
@media only screen and (max-width: 736px) {
  #video-402,
  #video-79,
  #video-41 {
    height: 50vh !important;
    width: auto !important;
    aspect-ratio: 9/16;
  }
  #video-402 video,
  #video-79 video,
  #video-41 video {
    height: 50vh !important;
    width: auto !important;
    aspect-ratio: 9/16;
  }
  #video-402 .html5vid:before,
  #video-79 .html5vid:before,
  #video-41 .html5vid:before {
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #video-402 .html5vid:before,
  #video-79 .html5vid:before,
  #video-41 .html5vid:before {
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  }
}

@media only screen and (max-width: 736px) {
  #video-41-wrap,
  #video-79-wrap {
    left: 0 !important;
  }
}
#particles {
  width: 100vw;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  position: absolute;
  display: none;
}

#ctalogo {
  opacity: 0;
}

.particles-wrapper {
  position: absolute !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.particles-wrapper .wpb_text_column {
  transform: translateY(-20%);
}
@media only screen and (max-width: 736px) {
  .particles-wrapper {
    position: static !important;
    transform: none !important;
    height: auto;
    margin-bottom: -20vw !important;
    justify-content: center;
  }
  .particles-wrapper .wpb_text_column {
    transform: translateY(0%);
  }
}

.cta-text {
  z-index: 999;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  .cta-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.home .cta-text h2 {
  line-height: 1.1;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 736px) {
  .home .cta-text h2 {
    max-width: 100%;
    margin-left: 0;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 3rem;
  }
}

.cta-text h2 {
  font-size: 9vw;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.1;
}
@media only screen and (max-width: 736px) {
  .cta-text h2 {
    font-size: 2.5rem;
  }
}
.cta-text h2 + p {
  text-align: center;
  font-size: 3vw;
  color: #006666;
  letter-spacing: -0.06em;
  line-height: 1.25;
}
@media only screen and (max-width: 736px) {
  .cta-text h2 + p {
    font-size: 2rem;
    line-height: 1.35;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .cta-text h2 + p {
    line-height: 1.5;
  }
}
.cta-text .button {
  margin-top: 4rem !important;
}

#cta {
  margin-top: 50vh;
}
@media only screen and (max-width: 736px) {
  #cta {
    padding-bottom: 100px;
  }
}
#cta .cta-wrapper > .vc_column-inner > .wpb_wrapper {
  display: flex;
  width: 100vw;
  width: 100%;
  height: 100vh;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  #cta .cta-wrapper > .vc_column-inner > .wpb_wrapper {
    flex-flow: column;
    flex-direction: column-reverse;
    height: clamp(50vh, 100vh, 667px);
  }
}

#cta {
  background-color: #a3c7c7;
}

.home #cta {
  background-color: #a3c7c7;
}
.button {
  pointer-events: auto;
  cursor: pointer;
  background: #e7e7e7;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--bestia {
  font-size: 1.15rem;
  color: #fff;
  color: #006666;
  background: none;
  padding: 0;
}
.button--bestia:hover {
  color: white;
}

.button--bestia .button__bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.85rem;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--bestia:hover .button__bg {
  transform: scale3d(1.2, 1.2, 1);
}

.button--bestia .button__bg::before,
.button--bestia .button__bg::after {
  content: "";
  position: absolute;
  background: #006666;
}

.button--bestia .button__bg::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

.button--bestia:hover .button__bg::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.button--bestia .button__bg::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.button--bestia:hover .button__bg::after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.3s;
}

.button--bestia span {
  display: block;
  position: relative;
  padding: 1.5rem 3rem;
  text-transform: none;
  font-weight: 900;
  letter-spacing: -0.06em;
  font-size: 2rem;
}

footer {
  background-color: #006666;
}
footer .footer_top_holder,
footer .footer_bottom_holder {
  background: none;
}
footer #logomok {
  width: 100%;
}
footer #logomok .st0,
footer #logomok .st4,
footer #logomok .st1,
footer #logomok .st3 {
  stroke: #fff !important;
}
footer #logomok .st2,
footer #logomok .st3 {
  fill: #fff !important;
}

.footer_bottom p {
  color: rgba(255, 255, 255, 0.7);
}
.footer_bottom p:last-child {
  padding-top: 5px;
}
@media only screen and (max-width: 736px) {
  .footer_bottom p {
    line-height: 1.5;
    margin-bottom: 1rem !important;
    display: inline-block;
    padding: 0 15px;
  }
}
.footer_bottom p a {
  color: white;
}

.footer_top.footer_top_full {
  padding-bottom: 20px;
}

.foo {
  display: flex;
  gap: 80px;
  justify-content: space-evenly;
  width: 100%;
  padding-right: 20px;
}
@media only screen and (max-width: 736px) {
  .foo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .foo {
    gap: 30px;
  }
}
.foo li {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  text-align: center;
}
.foo li:last-child {
  text-align: right;
}
.foo a {
  font-size: 2rem;
  letter-spacing: -0.06em;
  font-weight: 600;
  color: white;
  display: inline-block;
  transition: 0.1s ease-in-out;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .foo a {
    font-size: 1.5rem;
  }
}
.foo a:hover {
  opacity: 0.5;
}
.foo a:before {
  content: "\f16d";
  font-family: FontAwesome;
  margin-right: 10px;
}
.foo a[href*=tel] {
  font-size: 2rem;
  letter-spacing: -0.06em;
  font-weight: 600;
  color: white;
}
.foo a[href*=tel]:before {
  content: "\f095";
  font-family: FontAwesome;
  margin-right: 10px;
}

.footer_col1 {
  width: 25% !important;
}
@media only screen and (max-width: 736px) {
  .footer_col1 {
    width: 100% !important;
  }
}

.footer_col2 {
  width: 75% !important;
}
@media only screen and (max-width: 736px) {
  .footer_col2 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .footer_col2 {
    width: 100% !important;
  }
}

.page-id-285 .popup_menu .line,
.page-id-863 .popup_menu .line,
.page-id-288 .popup_menu .line,
.page-id-859 .popup_menu .line,
.elementor-page .popup_menu .line {
  background-color: #006666;
}
.page-id-285 .popup_menu .line:before, .page-id-285 .popup_menu .line:after,
.page-id-863 .popup_menu .line:before,
.page-id-863 .popup_menu .line:after,
.page-id-288 .popup_menu .line:before,
.page-id-288 .popup_menu .line:after,
.page-id-859 .popup_menu .line:before,
.page-id-859 .popup_menu .line:after,
.elementor-page .popup_menu .line:before,
.elementor-page .popup_menu .line:after {
  background-color: #006666;
}
.page-id-285 .header_bottom nav.main_menu > ul > li > a,
.page-id-863 .header_bottom nav.main_menu > ul > li > a,
.page-id-288 .header_bottom nav.main_menu > ul > li > a,
.page-id-859 .header_bottom nav.main_menu > ul > li > a,
.elementor-page .header_bottom nav.main_menu > ul > li > a {
  color: #006666;
}
.page-id-285 .header_bottom .q_logo svg path,
.page-id-285 .header_bottom .q_logo svg line,
.page-id-863 .header_bottom .q_logo svg path,
.page-id-863 .header_bottom .q_logo svg line,
.page-id-288 .header_bottom .q_logo svg path,
.page-id-288 .header_bottom .q_logo svg line,
.page-id-859 .header_bottom .q_logo svg path,
.page-id-859 .header_bottom .q_logo svg line,
.elementor-page .header_bottom .q_logo svg path,
.elementor-page .header_bottom .q_logo svg line {
  stroke: #006666 !important;
}
.page-id-285 .header_bottom .q_logo svg .mk2,
.page-id-285 .header_bottom .q_logo svg .mk3,
.page-id-863 .header_bottom .q_logo svg .mk2,
.page-id-863 .header_bottom .q_logo svg .mk3,
.page-id-288 .header_bottom .q_logo svg .mk2,
.page-id-288 .header_bottom .q_logo svg .mk3,
.page-id-859 .header_bottom .q_logo svg .mk2,
.page-id-859 .header_bottom .q_logo svg .mk3,
.elementor-page .header_bottom .q_logo svg .mk2,
.elementor-page .header_bottom .q_logo svg .mk3 {
  fill: #006666 !important;
}
.page-id-285 .wpml-ls-legacy-list-horizontal a,
.page-id-863 .wpml-ls-legacy-list-horizontal a,
.page-id-288 .wpml-ls-legacy-list-horizontal a,
.page-id-859 .wpml-ls-legacy-list-horizontal a,
.elementor-page .wpml-ls-legacy-list-horizontal a {
  color: #006666;
}
.page-id-285 .wpml-ls-legacy-list-horizontal .wpml-ls-first-item:after,
.page-id-863 .wpml-ls-legacy-list-horizontal .wpml-ls-first-item:after,
.page-id-288 .wpml-ls-legacy-list-horizontal .wpml-ls-first-item:after,
.page-id-859 .wpml-ls-legacy-list-horizontal .wpml-ls-first-item:after,
.elementor-page .wpml-ls-legacy-list-horizontal .wpml-ls-first-item:after {
  background-color: #006666;
}

.page:not(.home) .pin-spacer-whi {
  display: none !important;
}

#review {
  padding: 100px var(--grid-margin);
  padding-top: 0;
}
#review:before {
  background: url(svg/mok.svg), linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(220, 193, 188, 0) 50%, rgba(220, 193, 188, 0.8) 100%), url(svg/mok.svg);
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.05;
}
#review + #cta {
  margin-top: 0;
}
@media only screen and (max-width: 736px) {
  #review {
    padding-bottom: 0;
  }
}
#review .full_section_inner {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 736px) {
  #review .full_section_inner {
    flex-direction: column;
  }
}
#review .vc_single_image-wrapper {
  background: #fff;
  position: relative;
}
#review p {
  font-weight: 900;
  font-size: 4vw;
  color: #303030;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: #006666;
}
@media only screen and (max-width: 736px) {
  #review p {
    font-size: 2.5rem;
  }
}
#review p:last-child {
  font-weight: 600;
  margin-top: 2rem;
  font-size: 3.5vw;
}
@media only screen and (max-width: 736px) {
  #review p:last-child {
    font-size: 2rem;
  }
}

.page-id-253 #team-video,
.page-id-842 #team-video {
  padding-bottom: 100px;
}
@media only screen and (max-width: 736px) {
  .page-id-253 #team-video .full_section_inner:after,
  .page-id-842 #team-video .full_section_inner:after {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  .page-id-253 #team-video,
  .page-id-842 #team-video {
    padding-bottom: 0;
  }
}
.page-id-253 #team-video .team-text,
.page-id-842 #team-video .team-text {
  padding-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  .page-id-253 #team-video .team-text,
  .page-id-842 #team-video .team-text {
    padding-bottom: 0;
  }
}
.page-id-253 .text-column,
.page-id-842 .text-column {
  padding-bottom: 140px;
}
@media only screen and (max-width: 736px) {
  .page-id-253 .text-column,
  .page-id-842 .text-column {
    padding-bottom: 70px;
  }
}

#deeply + #cta {
  margin-top: 100px;
}
@media only screen and (max-width: 736px) {
  #deeply + #cta {
    margin-top: 0px;
  }
}

#back_to_top {
  display: none;
}

#team-video,
#deeply, #aboutmok {
  padding-left: var(--grid-margin);
  padding-right: var(--grid-margin);
}
#team-video .full_section_inner,
#deeply .full_section_inner, #aboutmok .full_section_inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #team-video .full_section_inner,
  #deeply .full_section_inner, #aboutmok .full_section_inner {
    flex-direction: column;
    gap: 60px;
  }
}
#team-video .full_section_inner .wpb_column:nth-child(2) .wpb_text_column,
#deeply .full_section_inner .wpb_column:nth-child(2) .wpb_text_column, #aboutmok .full_section_inner .wpb_column:nth-child(2) .wpb_text_column {
  max-width: 80%;
}
@media only screen and (max-width: 736px) {
  #team-video .full_section_inner .wpb_column:nth-child(2) .wpb_text_column,
  #deeply .full_section_inner .wpb_column:nth-child(2) .wpb_text_column, #aboutmok .full_section_inner .wpb_column:nth-child(2) .wpb_text_column {
    max-width: 100%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #team-video .full_section_inner .wpb_column:nth-child(2) .wpb_text_column,
  #deeply .full_section_inner .wpb_column:nth-child(2) .wpb_text_column, #aboutmok .full_section_inner .wpb_column:nth-child(2) .wpb_text_column {
    max-width: 100%;
  }
}
#team-video video,
#deeply video, #aboutmok video {
  max-width: 25vw;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #team-video video,
  #deeply video, #aboutmok video {
    max-width: 90vw;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #team-video video,
  #deeply video, #aboutmok video {
    max-width: 40vw;
  }
}
#team-video h2,
#deeply h2, #aboutmok h2 {
  font-weight: 800;
  margin-bottom: 2rem;
  line-height: 1.2;
  letter-spacing: -0.06em;
  font-size: 3vw;
}
@media only screen and (max-width: 736px) {
  #team-video h2,
  #deeply h2, #aboutmok h2 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #team-video h2,
  #deeply h2, #aboutmok h2 {
    font-size: 3rem;
  }
}
#team-video p,
#deeply p, #aboutmok p {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 736px) {
  #team-video p,
  #deeply p, #aboutmok p {
    font-size: 1.5rem;
    margin-bottom: 0;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 736px) {
  .page-id-253 #clinic-title, .page-id-842 #clinic-title {
    display: none;
  }
}
.page-id-253 #clinic-title .banners, .page-id-842 #clinic-title .banners {
  opacity: 0 !important;
  visibility: hidden;
}

#insta {
  bottom: 50%;
  display: block;
  height: 48px;
  position: fixed;
  right: 2px;
  width: 48px;
  z-index: 9999;
  right: 10px;
}

#mess {
  bottom: calc(50% - 54px);
  display: block;
  height: 48px;
  position: fixed;
  right: 2px;
  width: 48px;
  z-index: 9999;
  right: 10px;
}

#phn {
  bottom: calc(50% - 108px);
  display: block;
  height: 48px;
  position: fixed;
  right: 2px;
  width: 48px;
  z-index: 9999;
  right: 10px;
}

#insta,
#mess,
#phn {
  transition: 0.1s ease-in-out;
}
#insta:hover,
#mess:hover,
#phn:hover {
  transform: translateY(-3px) scale(1.1);
}
#insta span,
#mess span,
#phn span {
  position: absolute;
  white-space: nowrap;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "houschka-pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #006666;
  will-change: transform, opacity;
  visibility: hidden;
}
#insta span div,
#mess span div,
#phn span div {
  will-change: transform, opacity;
  opacity: 0;
  visibility: hidden;
}

#totop {
  position: fixed;
  bottom: 100px;
  z-index: 9999;
  right: 20px;
  fill: #004d4d;
  visibility: hidden;
}

@media only screen and (max-width: 736px) {
  .mobile_menu_button {
    display: none;
  }
  .page-id-363 #clinic-after,
  .page-id-838 #clinic-after {
    padding-bottom: 0;
  }
  .page-id-363 #clinic-after p,
  .page-id-838 #clinic-after p {
    font-size: 3rem;
    text-align: center;
  }
  .page-id-363 #clinic-after p:first-of-type,
  .page-id-838 #clinic-after p:first-of-type {
    font-size: 3.5rem;
    padding-top: 120px;
    margin-bottom: 5rem;
  }
  .page-id-363 #clinic-video .wpb_raw_html,
  .page-id-838 #clinic-video .wpb_raw_html {
    padding: 0;
    padding-top: 10vh;
  }
  .home .q_slider {
    overflow: visible;
  }
  .header_bottom {
    background-color: transparent !important;
  }
  #image-right-1 .image-right {
    margin-bottom: 10px !important;
  }
  #home-title .sentence {
    font-size: 18vw;
  }
  #home-title .sentence:last-child {
    font-size: 9vw;
  }
  .before-instagram {
    display: none !important;
  }
  footer .two_columns_50_50 {
    display: flex;
    flex-direction: column;
  }
  footer .two_columns_50_50 .column1,
  footer .two_columns_50_50 .column2 {
    width: 90vw;
  }
  footer .foo li:last-child {
    font-size: 1.2rem;
    text-align: center;
  }
  .popup_menu_opened.page-id-285 .header_bottom .q_logo svg path, .popup_menu_opened.page-id-285 .header_bottom .q_logo svg line, .popup_menu_opened.page-id-863 .header_bottom .q_logo svg path, .popup_menu_opened.page-id-863 .header_bottom .q_logo svg line, .popup_menu_opened.page-id-288 .header_bottom .q_logo svg path, .popup_menu_opened.page-id-288 .header_bottom .q_logo svg line, .popup_menu_opened.page-id-859 .header_bottom .q_logo svg path, .popup_menu_opened.page-id-859 .header_bottom .q_logo svg line {
    stroke: #fff !important;
  }
  .popup_menu_opened .popup_menu .line {
    background-color: #fff;
  }
  .popup_menu_opened .popup_menu .line:before, .popup_menu_opened .popup_menu .line:after {
    background-color: #fff;
  }
  .popup_menu_opened #insta,
  .popup_menu_opened #mess,
  .popup_menu_opened #phn {
    visibility: hidden;
    opacity: 0;
  }
  .page-id-253 #clinic-video .wpb_raw_html,
  .page-id-842 #clinic-video .wpb_raw_html {
    padding-top: 100px;
  }
  #beverly {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html {
    overflow: hidden;
  }
  body {
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
  }
  body:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMywyYzcuNzQ2LDAsMTUuMDI4LDMuMDE3LDIwLjUwNSw4LjQ5NGMxMC4xMzgsMTAuMTM3LDExLjMxLDI2LjM5NiwyLjc0LDM3Ljg0OUw1Miw1Mi41ODlWNDRoLTJ2MTFsMSwxaDExdi0yaC04LjU4Mmw0LjI5Mi00LjI5M2wwLjA5Mi0wLjEwNmM5LjIxMS0xMi4yNDcsNy45NzItMjkuNjY3LTIuODgzLTQwLjUyMUM0OS4wNjQsMy4yMjUsNDEuMjgsMCwzMywwVjJ6Ii8+PHBhdGggZD0iTTcuNzU1LDE1LjY1N0wxMiwxMS40MTFWMjBoMlY5bC0xLTFIMnYyaDguNTgyTDYuMjksMTQuMjkzbC0wLjA5MiwwLjEwNkMtMy4wMTMsMjYuNjQ2LTEuNzczLDQ0LjA2Niw5LjA4MSw1NC45MkMxNC45MzYsNjAuNzc1LDIyLjcyLDY0LDMxLDY0di0yYy03Ljc0NiwwLTE1LjAyOC0zLjAxNy0yMC41MDUtOC40OTRDMC4zNTcsNDMuMzY5LTAuODE0LDI3LjExLDcuNzU1LDE1LjY1N3oiLz48L2c+PC9zdmc+);
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center 63%;
    background-size: 100px;
  }
  body:after {
    content: "Please rotate";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #303030;
    font-size: 80px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.single-price .word-mask {
  position: relative;
  overflow: hidden;
  margin: -0.1em 0;
  display: inline-block;
}
.single-price .word {
  transform: translate(0, 100%);
  will-change: transform;
  display: inline-block;
  padding: 0.1em;
}

.educate .elementor-column {
  border-bottom: 1px solid rgba(0, 102, 102, 0.2);
}
.educate h4 {
  font-family: "houschka-pro", sans-serif !important;
  color: #006666 !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  letter-spacing: -0.06em !important;
  line-height: 1.35 !important;
}
.educate h4 em {
  display: block;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9em !important;
  letter-spacing: 0;
  line-height: 2;
}
.educate .elementor-widget-wrap {
  background-color: #faeaf5;
  padding: 40px !important;
}

.elementor-widget-bridge_separator_with_icon {
  width: min(400px, 70vw) !important;
  margin: 0 auto;
}

h1.elementor-heading-title {
  font-family: "houschka-pro", sans-serif !important;
  color: #006666 !important;
  font-weight: 900 !important;
  letter-spacing: -0.06em !important;
  font-size: 4rem !important;
  line-height: 1.25 !important;
}
@media only screen and (max-width: 736px) {
  h1.elementor-heading-title {
    font-size: 2.25rem !important;
    line-height: 1.15 !important;
  }
}
h1.elementor-heading-title > em {
  font-size: 0.8em !important;
  font-weight: normal !important;
}

#mok-hero:before {
  background: url(/wp-content/uploads/2025/08/drmok.svg) no-repeat;
  background-position: 50%;
  content: "";
  height: 60%;
  mix-blend-mode: darken;
  opacity: 0.05;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 60%;
}
@media only screen and (max-width: 736px) {
  #mok-hero:before {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  #mok-hero .elementor-column:last-child {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    padding: var(--grid-margin);
  }
}

.about-mok + section {
  margin-top: 0 !important;
}

.about-mok + #mok-faq {
  margin-top: 0 !important;
}
.about-mok:before {
  background: url(/wp-content/uploads/2025/08/drmok.svg) no-repeat;
  background-position: 50%;
  content: "";
  height: 60%;
  mix-blend-mode: darken;
  opacity: 0.05;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 60%;
}
@media only screen and (max-width: 736px) {
  .about-mok:before {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  .about-mok .elementor-column:last-child {
    padding: 10px !important;
  }
}

.elementor-page .full_width_inner p {
  line-height: 1.75 !important;
  font-family: "houschka-pro", sans-serif !important;
  font-weight: normal !important;
  color: #525252 !important;
  font-size: 1.25rem !important;
  margin-bottom: 1.5rem !important;
}
.elementor-page .full_width_inner p:last-child {
  margin-bottom: 0 !important;
}
.elementor-page .full_width_inner h2.elementor-heading-title, .elementor-page .full_width_inner .more-testim h2 {
  font-family: "houschka-pro", sans-serif !important;
  font-weight: 900 !important;
  color: #006666 !important;
  letter-spacing: -0.06em !important;
}
.elementor-page .full_width_inner .button--bestia .button__bg {
  background: #006666;
}
.elementor-page .full_width_inner .button--bestia .button__bg + span {
  color: white;
}
@media only screen and (max-width: 736px) {
  .elementor-page .full_width_inner .button--bestia .button__bg + span {
    line-height: 1.15;
    font-size: 1.5rem;
    padding: 1.5rem 3rem;
  }
}

#rev_slider_7_1_wrapper .hebe .tp-tab-desc,
#rev_slider_8_1_wrapper .hebe .tp-tab-desc {
  font-family: "houschka-pro", sans-serif !important;
  color: #006666 !important;
  font-weight: 800 !important;
  letter-spacing: -0.06em !important;
}
@media only screen and (max-width: 736px) {
  #rev_slider_7_1_wrapper .hebe .tp-tab-desc,
  #rev_slider_8_1_wrapper .hebe .tp-tab-desc {
    font-size: 14px !important;
  }
}

#mok-after-hero {
  background-color: #faeaf5;
}
#mok-after-hero p {
  line-height: 1.75 !important;
}

.this-text {
  font-family: "houschka-pro", sans-serif !important;
  font-weight: bold !important;
  color: #303030 !important;
}

#mok-icons {
  background-color: #faeaf5;
  padding-bottom: 2rem;
}
#mok-icons h3 {
  font-family: "houschka-pro", sans-serif !important;
  font-weight: 900 !important;
  color: #006666 !important;
  letter-spacing: -0.06em !important;
}
#mok-icons p {
  color: #006666;
}

#mok-faq {
  margin-top: 60px !important;
  background-color: #faeaf5;
}
#mok-faq .elementor-widget-toggle {
  padding: 0;
}
#mok-faq .elementor-tab-content {
  font-family: "houschka-pro", sans-serif !important;
}
#mok-faq .elementor-toggle-title {
  font-family: "houschka-pro", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -0.06em !important;
  color: #006666;
  font-style: normal;
}
#mok-faq .elementor-toggle-item {
  background-color: #dddddd;
  background-color: #fff;
  margin-bottom: 5px;
  padding: 10px 20px;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px;
}
#mok-faq .elementor-toggle-item .elementor-toggle-title {
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
}
#mok-faq .elementor-toggle-item .elementor-tab-title {
  border: 0;
}
#mok-faq .elementor-tab-content {
  font-family: "houschka-pro", sans-serif !important;
  font-weight: 300 !important;
  border: 0;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInLeft {
  animation-name: fadeLeft;
}

.separator_with_icon:before, .separator_with_icon:after {
  max-width: calc((100% - 80px) / 2);
}
.separator_with_icon i {
  display: inline-block;
  background: url(/wp-content/uploads/2025/08/drmok.svg) no-repeat center center;
  width: 52px;
  height: 20px;
  opacity: 0.7;
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInRight {
  animation-name: fadeRight;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInUp {
  animation-name: fadeUp;
}

#mok-cta {
  padding-bottom: 100px;
}
#mok-cta p {
  font-weight: 900 !important;
  color: #006666 !important;
  font-size: 2rem !important;
  letter-spacing: -0.06em !important;
}
@media only screen and (max-width: 736px) {
  #mok-cta p {
    font-size: 1.5rem !important;
  }
}
#mok-cta .button--bestia .button__bg {
  background: #006666;
}
#mok-cta .button--bestia .button__bg + span {
  color: white;
}
@media only screen and (max-width: 736px) {
  #mok-cta .button--bestia .button__bg + span {
    line-height: 1.15;
    font-size: 1.5rem;
    padding: 1.5rem 3rem;
  }
}

.page-id-1085 div[data-elementor-type=wp-page] {
  margin-top: -100px;
}

#mok-conz .button--bestia .button__bg {
  background: #006666;
}
#mok-conz .button--bestia .button__bg + span {
  color: white;
}
@media only screen and (max-width: 736px) {
  #mok-conz .button--bestia .button__bg + span {
    line-height: 1.15;
  }
}

@media only screen and (max-width: 736px) {
  #mok-results {
    padding-bottom: 20px;
  }
}
#mok-results .elementor-widget-image {
  border-radius: 1.5vw;
  box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#mok-results section:last-of-type {
  padding-top: 60px;
}
@media only screen and (max-width: 736px) {
  #mok-results .elementor-widget-image {
    margin-bottom: 2rem !important;
  }
}

.zones {
  --e-global-color-text: #525252 !important;
}
.zones h5 {
  font-family: "houschka-pro", sans-serif !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  letter-spacing: -0.06em !important;
  color: #006666 !important;
  margin-bottom: 1rem !important;
}
.zones ul {
  margin-left: 2rem;
  column-count: 2;
}
@media only screen and (max-width: 736px) {
  .zones ul {
    column-count: 1;
  }
}
.zones ul li {
  font-family: "houschka-pro", sans-serif !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}
.zones ul li::marker {
  color: #006666 !important;
}

#res-inner .elementor-widget-image {
  border-radius: 1.5vw;
  box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#mok-testiz .elementor-star-full {
  visibility: hidden;
}
#mok-testiz .elementor-star-full:before {
  visibility: visible;
  content: "★";
  font-size: 2rem;
  color: #006666;
}
#mok-testiz .elementor-widget-wrap > .elementor-element:nth-child(even) {
  border-bottom: 1px dotted rgba(0, 102, 102, 0.5);
}
#mok-testiz .elementor-widget-wrap > .elementor-element:last-child {
  border: 0;
}

/* hide elements*/
.otgs-development-site-front-end {
  display: none !important;
}

.home body {
  overflow-anchor: none;
}
.home .wpb-content-wrapper {
  overflow: hidden;
}
.home .wpb-content-wrapper > .vc_row {
  margin-right: 0;
  margin-left: 0;
  box-sizing: border-box;
}

.page-id-834 .mwg_effect001-cards, .page-id-152 .mwg_effect001-cards {
  gap: 3vw;
}
.page-id-834 .mwg_effect001-card:nth-child(3n+1), .page-id-152 .mwg_effect001-card:nth-child(3n+1) {
  background-color: #c6ecc6;
}
.page-id-834 .mwg_effect001-card:nth-child(3n+2), .page-id-152 .mwg_effect001-card:nth-child(3n+2) {
  background-color: #faeaf5;
}
.page-id-834 .mwg_effect001-card:nth-child(3n), .page-id-152 .mwg_effect001-card:nth-child(3n) {
  background-color: #F1DADA;
}
.page-id-834 .mwg_effect001-card img, .page-id-152 .mwg_effect001-card img {
  filter: brightness(0);
  width: 80%;
  height: 80%;
  left: 50%;
  top: 3%;
  transform: translateX(-50%);
  object-fit: contain;
}
.page-id-834 .mwg_effect001-card:before, .page-id-152 .mwg_effect001-card:before {
  background: none;
}
.page-id-834 .mwg_effect001 h2, .page-id-152 .mwg_effect001 h2 {
  color: #006666;
}

@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .header_bottom_right_widget_holder {
    padding: 0;
  }
  #plastic-surgery-men h2 {
    font-size: 6rem;
  }
  .footer_col1 {
    display: none !important;
  }
}
#disclaimer .wpb_text_column {
  padding: 0 10px;
}
/*# sourceMappingURL=style.css.map */
