@charset "UTF-8";:root{--c-white: #ffffff;--c-offwhite: #F6F5FB;--c-black: #111111;--c-ultra-light-gray: #DFDFDF;--c-light-gray: #8F8F8F;--c-gray: #4A4A4A;--c-accent: #1c485d;--c-primary: var(--c-black);--c-secondary: var(--c-light-gray);--c-light: var(--c-white);--c-dark: var(--c-black);--text-color: var(--c-black);--text-color-inverted: var(--c-white);--efx-opacity-hover: .6;--efx-transition: .3s;--container-width-xs: 480px;--container-width-sm: 768px;--container-width-md: 960px;--container-width: 1200px;--container-width-lg: 1400px;--container-width-xl: 1700px;--container-width-full: 100%;--container-padding-lr: 30px}html{font-size:62.5%}body .editor-styles-wrapper :root{--f-primary: poppins, sans-serif;--f-secondary: haboro-contrast-extended, serif;--body-copy: 1.5rem}body .editor-styles-wrapper html{font-size:62.5%}body .editor-styles-wrapper body{font-family:var(--f-primary);font-size:var(--body-copy);color:var(--text-color);font-weight:400;line-height:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body .editor-styles-wrapper h1,body .editor-styles-wrapper .h1,body .editor-styles-wrapper h2,body .editor-styles-wrapper .h2,body .editor-styles-wrapper h3,body .editor-styles-wrapper .h3,body .editor-styles-wrapper h4,body .editor-styles-wrapper .h4{font-family:var(--f-secondary);font-size:clamp(var(--h-min),var(--h-var),var(--h-max));font-weight:500;margin-bottom:30px;color:var(--text-color);text-transform:uppercase;line-height:1.1}body .editor-styles-wrapper h1,body .editor-styles-wrapper .h1{--h-min: 3.6rem;--h-var: 6vw;--h-max: 5rem}body .editor-styles-wrapper h1 span,body .editor-styles-wrapper .h1 span{display:block;font-size:2.4rem}body .editor-styles-wrapper h2,body .editor-styles-wrapper .h2{--h-min: 3.2rem;--h-var: 6vw;--h-max: 5rem}body .editor-styles-wrapper h3,body .editor-styles-wrapper .h3{--h-min: 3rem;--h-var: 6vw;--h-max: 3.5rem}body .editor-styles-wrapper h4,body .editor-styles-wrapper .h4{--h-min: 2rem;--h-var: 6vw;--h-max: 3.2rem}body .editor-styles-wrapper ul,body .editor-styles-wrapper ol,body .editor-styles-wrapper p{font-family:var(--f-primary);font-size:var(--body-copy);color:var(--text-color);line-height:1.8}body .editor-styles-wrapper ol{list-style-position:inside}body .editor-styles-wrapper ol li{list-style-position:inside;list-style-type:decimal;margin-bottom:20px}body .editor-styles-wrapper ul{list-style-position:inside}body .editor-styles-wrapper ul li{list-style-type:disc;list-style-position:inside;margin-bottom:20px}body .editor-styles-wrapper p{font-family:var(--f-primary);font-size:var(--body-copy);font-weight:300;line-height:1.8;margin-bottom:30px}body .editor-styles-wrapper a:not(.btn),body .editor-styles-wrapper button{color:var(--text-color);text-decoration:none}body .editor-styles-wrapper a:not(.btn):visited,body .editor-styles-wrapper button:visited{color:var(--text-color)}body .editor-styles-wrapper a:not(.btn):active,body .editor-styles-wrapper button:active{color:var(--text-color)}body .editor-styles-wrapper .main a:not(.btn){color:var(--text-color);text-decoration:none;position:relative;transition:all var(--efx-transition) ease-in-out;font-weight:600;opacity:1}body .editor-styles-wrapper .main a:not(.btn):visited{color:var(--text-color)}body .editor-styles-wrapper .main a:not(.btn):hover{color:var(--c-accent);opacity:var(--efx-opacity-hover)}body .editor-styles-wrapper .main a:not(.btn):hover:after{width:100%}body .editor-styles-wrapper .main a:not(.btn):active{color:var(--text-color)}body .editor-styles-wrapper .main>ul:not(.accordion){margin-left:2rem}body .editor-styles-wrapper blockquote{font-size:4rem;line-height:4.8rem;text-align:center;color:var(--text-color)}body .editor-styles-wrapper .eyebrow{--text-color: #BBBBBB;font-size:2rem;font-weight:400;text-transform:uppercase;letter-spacing:3px;margin-bottom:12px;line-height:1.4}body .editor-styles-wrapper .text-left,body .editor-styles-wrapper .has-text-align-left{text-align:left}@media only screen and (max-width: 768px){body .editor-styles-wrapper .text-left-mobile{text-align:left}}body .editor-styles-wrapper .text-center,body .editor-styles-wrapper .has-text-align-center{text-align:center}@media only screen and (max-width: 768px){body .editor-styles-wrapper .text-center-mobile{text-align:center}}body .editor-styles-wrapper .text-right,body .editor-styles-wrapper .has-text-align-right{text-align:right}@media only screen and (max-width: 768px){body .editor-styles-wrapper .text-right-mobile{text-align:right}}body .editor-styles-wrapper .container{max-width:var(--container-width);margin-left:auto;margin-right:auto;width:calc(100% - var(--container-padding-lr) * 2)}body .editor-styles-wrapper .container--xs{max-width:var(--container-width-xs)}body .editor-styles-wrapper .container--sm{max-width:var(--container-width-sm)}body .editor-styles-wrapper .container--md{max-width:var(--container-width-md)}body .editor-styles-wrapper .container--lg{max-width:var(--container-width-lg)}body .editor-styles-wrapper .container--xl{max-width:var(--container-width-xl)}body .editor-styles-wrapper .container--full{max-width:var(--container-width-full);width:100%}body .editor-styles-wrapper .container--full-width-padding{max-width:var(--container-width-full);padding-left:30px;padding-right:30px}body .editor-styles-wrapper .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:20px;align-items:flex-start}@media only screen and (max-width: 768px){body .editor-styles-wrapper .grid{grid-template-columns:1fr}}body .editor-styles-wrapper .grid.no-gap{gap:unset}body .editor-styles-wrapper .grid-v-align-center .container{align-items:center}body .editor-styles-wrapper .grid-v-align-bottom .container{align-items:end}body .editor-styles-wrapper .grid-v-align-evenly-spaced .container{align-items:space-between}body .editor-styles-wrapper :root{--mt-0: 0;--mb-0: 0;--ml-0: 0;--mr-0: 0;--pt-0: 0;--pb-0: 0;--pl-0: 0;--pr-0: 0;--mt-xs: 4rem;--mb-xs: 4rem;--ml-xs: 4rem;--mr-xs: 4rem;--pt-xs: 4rem;--pb-xs: 4rem;--pl-xs: 4rem;--pr-xs: 4rem;--mt-sm: 6rem;--mb-sm: 6rem;--ml-sm: 6rem;--mr-sm: 6rem;--pt-sm: 6rem;--pb-sm: 6rem;--pl-sm: 6rem;--pr-sm: 6rem;--mt-md-sm: 8rem;--mb-md-sm: 8rem;--ml-md-sm: 8rem;--mr-md-sm: 8rem;--pt-md-sm: 8rem;--pb-md-sm: 8rem;--pl-md-sm: 8rem;--pr-md-sm: 8rem;--mt-md: 10rem;--mb-md: 10rem;--ml-md: 10rem;--mr-md: 10rem;--pt-md: 10rem;--pb-md: 10rem;--pl-md: 10rem;--pr-md: 10rem;--mt-lg: 16rem;--mb-lg: 16rem;--ml-lg: 16rem;--mr-lg: 16rem;--pt-lg: 16rem;--pb-lg: 16rem;--pl-lg: 16rem;--pr-lg: 16rem;--mt-xl: 20rem;--mb-xl: 20rem;--ml-xl: 20rem;--mr-xl: 20rem;--pt-xl: 20rem;--pb-xl: 20rem;--pl-xl: 20rem;--pr-xl: 20rem}body .editor-styles-wrapper .mt-0{margin-top:0}body .editor-styles-wrapper .mb-0{margin-bottom:0}body .editor-styles-wrapper .ml-0{margin-left:0}body .editor-styles-wrapper .mr-0{margin-right:0}body .editor-styles-wrapper .pt-0{padding-top:0}body .editor-styles-wrapper .pb-0{padding-bottom:0}body .editor-styles-wrapper .pl-0{padding-left:0}body .editor-styles-wrapper .pr-0{padding-right:0}body .editor-styles-wrapper .mt-xs{margin-top:4rem}body .editor-styles-wrapper .mb-xs{margin-bottom:4rem}body .editor-styles-wrapper .ml-xs{margin-left:4rem}body .editor-styles-wrapper .mr-xs{margin-right:4rem}body .editor-styles-wrapper .pt-xs{padding-top:4rem}body .editor-styles-wrapper .pb-xs{padding-bottom:4rem}body .editor-styles-wrapper .pl-xs{padding-left:4rem}body .editor-styles-wrapper .pr-xs{padding-right:4rem}body .editor-styles-wrapper .mt-sm{margin-top:6rem}body .editor-styles-wrapper .mb-sm{margin-bottom:6rem}body .editor-styles-wrapper .ml-sm{margin-left:6rem}body .editor-styles-wrapper .mr-sm{margin-right:6rem}body .editor-styles-wrapper .pt-sm{padding-top:6rem}body .editor-styles-wrapper .pb-sm{padding-bottom:6rem}body .editor-styles-wrapper .pl-sm{padding-left:6rem}body .editor-styles-wrapper .pr-sm{padding-right:6rem}body .editor-styles-wrapper .mt-md-sm{margin-top:8rem}body .editor-styles-wrapper .mb-md-sm{margin-bottom:8rem}body .editor-styles-wrapper .ml-md-sm{margin-left:8rem}body .editor-styles-wrapper .mr-md-sm{margin-right:8rem}body .editor-styles-wrapper .pt-md-sm{padding-top:8rem}body .editor-styles-wrapper .pb-md-sm{padding-bottom:8rem}body .editor-styles-wrapper .pl-md-sm{padding-left:8rem}body .editor-styles-wrapper .pr-md-sm{padding-right:8rem}body .editor-styles-wrapper .mt-md{margin-top:10rem}body .editor-styles-wrapper .mb-md{margin-bottom:10rem}body .editor-styles-wrapper .ml-md{margin-left:10rem}body .editor-styles-wrapper .mr-md{margin-right:10rem}body .editor-styles-wrapper .pt-md{padding-top:10rem}body .editor-styles-wrapper .pb-md{padding-bottom:10rem}body .editor-styles-wrapper .pl-md{padding-left:10rem}body .editor-styles-wrapper .pr-md{padding-right:10rem}body .editor-styles-wrapper .mt-lg{margin-top:16rem}body .editor-styles-wrapper .mb-lg{margin-bottom:16rem}body .editor-styles-wrapper .ml-lg{margin-left:16rem}body .editor-styles-wrapper .mr-lg{margin-right:16rem}body .editor-styles-wrapper .pt-lg{padding-top:16rem}body .editor-styles-wrapper .pb-lg{padding-bottom:16rem}body .editor-styles-wrapper .pl-lg{padding-left:16rem}body .editor-styles-wrapper .pr-lg{padding-right:16rem}body .editor-styles-wrapper .mt-xl{margin-top:20rem}body .editor-styles-wrapper .mb-xl{margin-bottom:20rem}body .editor-styles-wrapper .ml-xl{margin-left:20rem}body .editor-styles-wrapper .mr-xl{margin-right:20rem}body .editor-styles-wrapper .pt-xl{padding-top:20rem}body .editor-styles-wrapper .pb-xl{padding-bottom:20rem}body .editor-styles-wrapper .pl-xl{padding-left:20rem}body .editor-styles-wrapper .pr-xl{padding-right:20rem}body .editor-styles-wrapper .accordion{text-align:left;list-style:none;padding:0;margin-left:0}body .editor-styles-wrapper .accordion:not(:first-child){margin-top:5.6rem}body .editor-styles-wrapper .accordion .accordion__item{border-top:2px solid #ddd;margin-bottom:12px;list-style:none;transition:border-color .3s ease-in-out}body .editor-styles-wrapper .accordion .accordion__item:before{display:none}body .editor-styles-wrapper .accordion .accordion__header{margin:0}body .editor-styles-wrapper .accordion .accordion__header button{display:flex;transition:color .2s ease-in-out;text-align:left;width:100%;height:100%;background:transparent;border:none;position:relative;padding:2.6rem 6rem 2.6rem 4rem;font-family:var(--f-secondary);font-size:2.5rem;color:var(--text-color);cursor:pointer}@media only screen and (max-width: 768px){body .editor-styles-wrapper .accordion .accordion__header button{padding-left:0;padding-right:50px}}body .editor-styles-wrapper .accordion .accordion__header button .accordion__icon{display:flex;align-items:center;justify-content:center;width:4.4rem;min-width:4.4rem;height:2.4rem;position:relative;position:absolute;right:2rem;top:2.5rem}@media only screen and (max-width: 768px){body .editor-styles-wrapper .accordion .accordion__header button .accordion__icon{margin-top:0;right:1rem}}body .editor-styles-wrapper .accordion .accordion__header button .accordion__icon:before,body .editor-styles-wrapper .accordion .accordion__header button .accordion__icon:after{display:block;content:"";position:absolute;background:var(--text-color);width:.1rem;height:2.4rem;transition:transform .2s ease-in-out,opacity .2s ease-in-out,background-color .2s ease-in-out}@media only screen and (max-width: 768px){body .editor-styles-wrapper .accordion .accordion__header button .accordion__icon:before,body .editor-styles-wrapper .accordion .accordion__header button .accordion__icon:after{height:2.5rem}}body .editor-styles-wrapper .accordion .accordion__header button .accordion__icon:before{transform:rotate(90deg)}body .editor-styles-wrapper .accordion .accordion__header button:hover{color:var(--c-black)}body .editor-styles-wrapper .accordion .accordion__header button:hover .accordion__icon:before,body .editor-styles-wrapper .accordion .accordion__header button:hover .accordion__icon:after{background:var(--c-black)}body .editor-styles-wrapper .accordion .accordion__header button:active{color:var(--c-dark);transition-duration:0s}body .editor-styles-wrapper .accordion .accordion__header button:active .accordion__icon:before,body .editor-styles-wrapper .accordion .accordion__header button:active .accordion__icon:after{background:var(--c-dark);transition-duration:0s}body .editor-styles-wrapper .accordion .accordion__panel{height:0;overflow:hidden;transition:height .2s ease-in-out}body .editor-styles-wrapper .accordion .accordion__panel .accordion__content{padding:0 4rem 3.2rem;opacity:0;position:relative;transition:opacity .2s ease-in-out;font-size:1.6rem;line-height:1.8}@media only screen and (max-width: 768px){body .editor-styles-wrapper .accordion .accordion__panel .accordion__content{padding:2rem 4.8rem 3rem 0}}body .editor-styles-wrapper .accordion .accordion__panel ul{list-style-type:disc}body .editor-styles-wrapper .accordion .accordion__panel ul ul{list-style-type:circle}body .editor-styles-wrapper .accordion .accordion__panel ul ul ul{list-style-type:square}body .editor-styles-wrapper .accordion .accordion__panel ul{margin-left:14px!important;margin-top:30px;margin-bottom:30px}body .editor-styles-wrapper .accordion .accordion__panel ul li{list-style:disc;line-height:1.5;margin:0 0 10px}body .editor-styles-wrapper .accordion .accordion__item--expanding .accordion__content{opacity:1}body .editor-styles-wrapper .accordion .accordion__item--expanded{border-color:#000}body .editor-styles-wrapper .accordion .accordion__item--expanded .accordion__panel{overflow:visible;height:auto}body .editor-styles-wrapper .accordion .accordion__item--expanded .accordion__panel .accordion__content{opacity:1}body .editor-styles-wrapper .accordion .accordion__item--expanding .accordion__header button .accordion__icon:after,body .editor-styles-wrapper .accordion .accordion__item--expanded .accordion__header button .accordion__icon:after{transform:rotate(90deg);opacity:0}body .editor-styles-wrapper ol.accordion{counter-reset:counter}body .editor-styles-wrapper ol.accordion>li{counter-increment:counter}body .editor-styles-wrapper ol.accordion>li .accordion__header button span:first-child:before{content:counter(counter,decimal-leading-zero);padding-right:1.2rem;opacity:.33}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}body .editor-styles-wrapper .splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}body .editor-styles-wrapper .splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}body .editor-styles-wrapper .splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}body .editor-styles-wrapper .splide--rtl{direction:rtl}body .editor-styles-wrapper .splide__track--ttb>.splide__list{display:block}body .editor-styles-wrapper .splide__container{box-sizing:border-box;position:relative}body .editor-styles-wrapper .splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}body .editor-styles-wrapper .splide.is-initialized:not(.is-active) .splide__list{display:block}body .editor-styles-wrapper .splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}body .editor-styles-wrapper .splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}body .editor-styles-wrapper .splide:not(.is-overflow) .splide__pagination{display:none}body .editor-styles-wrapper .splide__progress__bar{width:0}body .editor-styles-wrapper .splide{position:relative;visibility:hidden}body .editor-styles-wrapper .splide.is-initialized,body .editor-styles-wrapper .splide.is-rendered{visibility:visible}body .editor-styles-wrapper .splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}body .editor-styles-wrapper .splide__slide img{vertical-align:bottom}body .editor-styles-wrapper .splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;contain:strict;display:inline-block;height:20px;inset:0;margin:auto;position:absolute;width:20px}body .editor-styles-wrapper .splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}body .editor-styles-wrapper .splide__toggle.is-active .splide__toggle__play,body .editor-styles-wrapper .splide__toggle__pause{display:none}body .editor-styles-wrapper .splide__toggle.is-active .splide__toggle__pause{display:inline}body .editor-styles-wrapper .splide__track{overflow:hidden;position:relative;z-index:0}body .editor-styles-wrapper body.single .hero h1{font-size:5.2rem;max-width:1120px;margin:0 auto}body .editor-styles-wrapper main.blog{--padding-tb: 12rem;padding-top:var(--padding-tb);padding-bottom:var(--padding-tb)}@media only screen and (max-width: 768px){body .editor-styles-wrapper main.blog{--padding-tb: 8rem}}body .editor-styles-wrapper main.blog .container--blog-nav .prev-post a{font-weight:900}body .editor-styles-wrapper main.blog .container--blog-nav .next-post{text-align:right}body .editor-styles-wrapper main.blog .container--blog-nav .next-post a{font-weight:900}body .editor-styles-wrapper main.blog h1{font-size:5.4rem}body .editor-styles-wrapper main.blog h2{font-size:4.8rem}body .editor-styles-wrapper main.blog .wp-block-image{margin:0 0 30px}body .editor-styles-wrapper main.blog figure{margin-bottom:30px}body .editor-styles-wrapper main.blog figure img{margin-bottom:15px}body .editor-styles-wrapper main.blog article{margin-bottom:6rem}body .editor-styles-wrapper main.blog__author{margin:0 0 10px}body .editor-styles-wrapper main.blog a.page-numbers,body .editor-styles-wrapper main.blog span.page-numbers{padding:1rem;border:1px solid rgba(0,0,0,.2);transition:all .3s ease-in-out}body .editor-styles-wrapper main.blog a.page-numbers:hover,body .editor-styles-wrapper main.blog span.page-numbers:hover{color:var(--c-white);background-color:var(--c-light-gray)}body .editor-styles-wrapper main.blog span.page-numbers:not(.dots){border:1px solid rgba(0,0,0,.3);color:var(--c-white);background-color:var(--c-ultra-light-gray)}body .editor-styles-wrapper main.blog--grid .container--blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7rem 3rem}@media only screen and (max-width: 1180px){body .editor-styles-wrapper main.blog--grid .container--blog-grid{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 768px){body .editor-styles-wrapper main.blog--grid .container--blog-grid{grid-template-columns:1fr}}body .editor-styles-wrapper main.blog--grid .container--blog-grid article{margin-bottom:unset;display:flex;flex-direction:column;align-content:baseline;height:100%}body .editor-styles-wrapper main.blog--grid .container--blog-grid .summary{margin-bottom:25px}body .editor-styles-wrapper main.blog--grid .container--blog-grid .media-logo img{width:auto;height:auto;margin-bottom:15px}body .editor-styles-wrapper main.blog--grid .container--blog-grid .media-link{margin-top:auto;margin-bottom:unset}body .editor-styles-wrapper main.blog--grid .container--blog-grid img.feat-img{width:100%;min-height:270px;max-height:270px;object-fit:cover;margin-bottom:20px}body .editor-styles-wrapper main.blog--grid .container--blog-grid img.default-height{height:auto}body .editor-styles-wrapper main.blog--grid .container--blog-grid .cta-view-article{margin-top:auto;margin-bottom:unset}body .editor-styles-wrapper .gallery .gallery__cases{grid-template-columns:repeat(2,1fr)}@media only screen and (max-width: 768px){body .editor-styles-wrapper .gallery .gallery__cases{grid-template-columns:repeat(1,1fr)}}body .editor-styles-wrapper .gallery .gallery__case__images.double{width:100%;max-width:fit-content;margin:0 auto}@media only screen and (max-width: 768px){body .editor-styles-wrapper .gallery .gallery__case__images.double .patient-photos{grid-template-columns:repeat(1,1fr)}}body .editor-styles-wrapper .gallery--home .procedures-nav{display:block;flex-wrap:unset;justify-content:unset;align-items:unset;gap:unset}body .editor-styles-wrapper .gallery--home .procedures-nav ul li.menu-item{list-style:none}body .editor-styles-wrapper .gallery--home .procedures-nav #menu-photo-gallery-navigation{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:var(--grid-gap);color:#fff}body .editor-styles-wrapper .gallery--home .procedures-nav #menu-photo-gallery-navigation .menu-item-has-children{flex:0 1 25%;background-color:var(--pbox-bg-color);padding:4rem 2%;text-align:center;color:var(--text-color)}@media screen and (max-width: 960px){body .editor-styles-wrapper .gallery--home .procedures-nav #menu-photo-gallery-navigation .menu-item-has-children{flex:0 1 100%}}body .editor-styles-wrapper .gallery--home .procedures-nav #menu-photo-gallery-navigation .menu-item-has-children h3,body .editor-styles-wrapper .gallery--home .procedures-nav #menu-photo-gallery-navigation .menu-item-has-children a{font-family:var(--f-secondary);font-size:clamp(2.8rem,2.6vw,3.6rem);font-weight:500;text-align:center;color:#fff;text-transform:uppercase;line-height:1.1}body .editor-styles-wrapper .gallery--home .procedures-nav #menu-photo-gallery-navigation .menu-item-has-children ul{background-color:var(--pbox-bg-color);padding:var(--box-padding);text-align:center;color:var(--text-color)}body .editor-styles-wrapper .gallery--home .procedures-nav #menu-photo-gallery-navigation .menu-item-has-children ul li{list-style:none}body .editor-styles-wrapper .gallery--home .procedures-nav #menu-photo-gallery-navigation .menu-item-has-children ul.sub-menu{margin:30px 0 0;padding:0!important}body .editor-styles-wrapper .gallery--home .procedures-nav #menu-photo-gallery-navigation .menu-item-has-children ul.sub-menu li{list-style:none;margin:0 0 12px}body .editor-styles-wrapper .gallery--home .procedures-nav #menu-photo-gallery-navigation .menu-item-has-children ul.sub-menu li a{font-family:var(--f-primary);color:var(--pbox-text-color)!important;font-size:1.6rem;text-transform:uppercase;transition:all .3s ease-in-out}body .editor-styles-wrapper .gallery--home .procedures-nav #menu-photo-gallery-navigation .menu-item-has-children ul.sub-menu li a:hover{opacity:.6}body .editor-styles-wrapper .btn,body .editor-styles-wrapper a.btn,body .editor-styles-wrapper .wp-block-search__button,body .editor-styles-wrapper input[type=submit],body .editor-styles-wrapper button.btn--search{--bg-color: transparent;--text-color: var(--c-black);--text-color-inverted: var(--c-white);--border-color: transparent;--border-radius: 0;--btn-padding: .5em 0;background:var(--bg-color);border-radius:var(--border-radius);border:1px solid var(--border-color);color:var(--text-color);padding:var(--btn-padding);font-family:var(--f-primary);font-size:1.6rem;text-transform:uppercase;text-decoration:none;display:inline-block;transition:all .2s ease-in-out;box-sizing:border-box;width:fit-content}body .editor-styles-wrapper .btn,body .editor-styles-wrapper a.btn{position:relative}body .editor-styles-wrapper .btn:after,body .editor-styles-wrapper a.btn:after{content:"";position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:100%;height:1px;background:var(--text-color);transition:width .2s ease-in-out}body .editor-styles-wrapper .btn:hover:after,body .editor-styles-wrapper a.btn:hover:after{width:60%}body .editor-styles-wrapper .btn--light,body .editor-styles-wrapper a.btn--light{--text-color: var(--text-color-inverted)}body .editor-styles-wrapper .btn--solid,body .editor-styles-wrapper a.btn--solid{padding:2rem 6rem;text-transform:uppercase;font-size:1.6rem;font-weight:700;letter-spacing:2px;color:var(--c-white);background-color:var(--c-gray);border:none;margin:0 auto 3rem}body .editor-styles-wrapper .btn--solid:hover,body .editor-styles-wrapper a.btn--solid:hover{cursor:pointer;background-color:var(--c-accent)}body .editor-styles-wrapper .wp-block-search__input{margin-bottom:2rem}body .editor-styles-wrapper form .grid-2-col{gap:24px 16px;margin-bottom:24px;display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width: 768px){body .editor-styles-wrapper form .grid-2-col{grid-template-columns:1fr}}body .editor-styles-wrapper form label{display:block;margin-bottom:6px;color:var(--text-color)}body .editor-styles-wrapper form input[type=text],body .editor-styles-wrapper form input[type=email],body .editor-styles-wrapper form input[type=tel],body .editor-styles-wrapper form input[type=date],body .editor-styles-wrapper form input[type=url],body .editor-styles-wrapper form input[type=search],body .editor-styles-wrapper form textarea,body .editor-styles-wrapper form select{box-sizing:border-box;display:block;appearance:none;border:none;border-bottom:2px solid rgba(0,0,0,.3);background:transparent;padding:1.6rem 2rem;font-family:var(--f-primary);font-size:1.8rem;font-weight:400;width:100%;height:100%;color:var(--text-color)}body .editor-styles-wrapper form input[type=text]::placeholder,body .editor-styles-wrapper form input[type=email]::placeholder,body .editor-styles-wrapper form input[type=tel]::placeholder,body .editor-styles-wrapper form input[type=date]::placeholder,body .editor-styles-wrapper form input[type=url]::placeholder,body .editor-styles-wrapper form input[type=search]::placeholder,body .editor-styles-wrapper form textarea::placeholder,body .editor-styles-wrapper form select::placeholder{color:var(--text-color)}body .editor-styles-wrapper form input[type=text]:hover:not(:focus),body .editor-styles-wrapper form input[type=email]:hover:not(:focus),body .editor-styles-wrapper form input[type=tel]:hover:not(:focus),body .editor-styles-wrapper form input[type=date]:hover:not(:focus),body .editor-styles-wrapper form input[type=url]:hover:not(:focus),body .editor-styles-wrapper form input[type=search]:hover:not(:focus),body .editor-styles-wrapper form textarea:hover:not(:focus),body .editor-styles-wrapper form select:hover:not(:focus){outline-color:var(--text-color)}body .editor-styles-wrapper form .wp-block-search__label{color:var(--c-black)}body .editor-styles-wrapper form .wp-block-search__input{color:var(--c-black)!important;border-bottom:2px solid var(--c-light-gray)!important}body .editor-styles-wrapper form textarea{margin-top:50px;border:2px solid rgba(0,0,0,.3)}body .editor-styles-wrapper form select{cursor:pointer;padding-right:80px}body .editor-styles-wrapper form label{font-weight:300}body .editor-styles-wrapper form label.date{display:grid!important;grid-template-columns:1fr 5fr!important;align-items:center}body .editor-styles-wrapper form label.date span:first-of-type{text-align:right;margin-right:2rem}body .editor-styles-wrapper form textarea{resize:vertical;min-height:240px!important}body .editor-styles-wrapper form input::placeholder,body .editor-styles-wrapper form textarea::placeholder,body .editor-styles-wrapper form select::placeholder{font-family:var(--f-primary);color:var(--text-color);font-weight:400;line-height:normal}body .editor-styles-wrapper form .btn{cursor:pointer;margin:40px auto 0;display:table}body .editor-styles-wrapper form-acceptance .wpcf7-list-item label{display:grid;grid-template-columns:1fr 3fr;align-items:start}body .editor-styles-wrapper form .wpcf7-checkbox{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 20px;margin-bottom:15px}@media only screen and (max-width: 768px){body .editor-styles-wrapper form .wpcf7-checkbox{grid-template-columns:1fr}}body .editor-styles-wrapper form .wpcf7-checkbox label{display:flex;width:100%;align-items:center;font-size:1.6rem}body .editor-styles-wrapper form .wpcf7-checkbox span.wpcf7-list-item{display:block;margin-top:2rem}body .editor-styles-wrapper form input[type=checkbox]{max-height:21px;width:21px;height:21px;margin-right:1rem;padding:0;outline-color:var(--c-light-gray);border:1px solid var(--c-light-gray)}body .editor-styles-wrapper form .grid{margin-bottom:15px}body .editor-styles-wrapper .wp-block-search button{display:inline-block}body .editor-styles-wrapper .wp-block-search__input{margin-bottom:2rem}body .editor-styles-wrapper :target{scroll-margin-top:8rem}body .editor-styles-wrapper *,body .editor-styles-wrapper *:before,body .editor-styles-wrapper *:after{box-sizing:border-box;margin:0;padding:0}body .editor-styles-wrapper html{scroll-behavior:smooth}body .editor-styles-wrapper body{overflow-x:hidden}body .editor-styles-wrapper body.scroll-lock{overflow:hidden}body .editor-styles-wrapper body.has-background-img{background:var(--body-bg-image) no-repeat center top var(--body-bg-color);background-size:100% auto}body .editor-styles-wrapper main,body .editor-styles-wrapper #smooth-content{display:flex;flex-direction:column}body .editor-styles-wrapper div.image{line-height:0}body .editor-styles-wrapper img{max-width:100%;height:auto}body .editor-styles-wrapper .video-container{position:relative;padding-bottom:56.25%;height:0}body .editor-styles-wrapper .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}body .editor-styles-wrapper .video-container video{width:100%;height:auto}body .editor-styles-wrapper .procedures-box{--text-color: var(--c-black);background:var(--c-white);padding:5rem}body .editor-styles-wrapper .procedures-box ul li a{text-transform:uppercase;font-size:2.5rem;font-family:var(--f-secondary)}body .editor-styles-wrapper .procedures-box ul li a:hover{color:#bbb}body .editor-styles-wrapper .box{background:var(--c-white);padding:2em}body .editor-styles-wrapper .box ul{line-height:2.4}body .editor-styles-wrapper .box a{font-size:1.6rem}body .editor-styles-wrapper .hide-on-desktop{display:none}@media only screen and (max-width: 768px){body .editor-styles-wrapper .hide-on-desktop{display:block}}@media only screen and (max-width: 768px){body .editor-styles-wrapper .hide-on-mobile{display:none}}@media only screen and (max-width: 768px){body .editor-styles-wrapper div#all{overflow-x:hidden}}body .editor-styles-wrapper .section-container h2 a{text-decoration:none}body .editor-styles-wrapper .section-container .align-left{text-align:left}body .editor-styles-wrapper .section-container .align-center{text-align:center}body .editor-styles-wrapper .section-container .align-center p.cta-btn-block{text-align:center;margin:unset}body .editor-styles-wrapper .section-container .align-center p.cta-btn-block a{margin-left:auto;margin-right:auto;margin-top:unset;margin-bottom:25px}body .editor-styles-wrapper .section-container .align-right{text-align:right}body .editor-styles-wrapper .section-container ul{margin-left:14px!important;margin-bottom:30px}body .editor-styles-wrapper .section-container ul li{list-style:disc;list-style-position:inside;line-height:1.5;margin:0 0 15px}body .editor-styles-wrapper .grid-container{--grid-columns: repeat(auto-fit, minmax(0, 1fr));--grid-row-gap: 20px;--grid-column-gap: 20px}body .editor-styles-wrapper .grid-container>.acf-innerblocks-container{display:grid;grid-template-columns:var(--grid-columns);gap:var(--grid-row-gap) var(--grid-column-gap)}@media only screen and (max-width: 768px){body .editor-styles-wrapper .grid-container>.acf-innerblocks-container{--grid-columns: 1fr}}body .editor-styles-wrapper .grid-container--justify-start>.acf-innerblocks-container{justify-content:start}body .editor-styles-wrapper .grid-container--justify-center>.acf-innerblocks-container{justify-content:center}body .editor-styles-wrapper .grid-container--justify-end>.acf-innerblocks-container{justify-content:end}body .editor-styles-wrapper .grid-container--justify-stretch>.acf-innerblocks-container{justify-content:stretch}body .editor-styles-wrapper .grid-container--justify-space-between>.acf-innerblocks-container{justify-content:space-between}body .editor-styles-wrapper .grid-container--align-start>.acf-innerblocks-container{align-content:start}body .editor-styles-wrapper .grid-container--align-center>.acf-innerblocks-container{align-content:center}body .editor-styles-wrapper .grid-container--align-end>.acf-innerblocks-container{align-content:end}body .editor-styles-wrapper .grid-container--align-stretch>.acf-innerblocks-container{align-content:stretch}body .editor-styles-wrapper .grid-container--align-space-between>.acf-innerblocks-container{align-content:space-between}body .editor-styles-wrapper .flex-container{--flex-direction: row;--flex-wrap: wrap;--flex-justify: flex-start;--flex-align: flex-start;--flex-align-content: flex-start;--flex-row-gap: 0;--flex-column-gap: 0}body .editor-styles-wrapper .flex-container>.acf-innerblocks-container{display:flex;flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--flex-justify);align-items:var(--flex-align);align-content:var(--flex-align-content);gap:var(--flex-row-gap) var(--flex-column-gap)}body .editor-styles-wrapper .responsive-video:first-child{margin-top:0}body .editor-styles-wrapper .responsive-video:last-child{margin-bottom:0}body .editor-styles-wrapper .responsive-video__trigger{display:block;width:100%;height:100%;opacity:1;z-index:2;transition:opacity .3s ease-in-out}body .editor-styles-wrapper .responsive-video__trigger.fade-out{opacity:0}body .editor-styles-wrapper .responsive-video__trigger:before{content:"";display:block;background:#000;opacity:0;z-index:1;transition:opacity .3s ease-in-out}body .editor-styles-wrapper .responsive-video__trigger svg{position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%)}body .editor-styles-wrapper .responsive-video__trigger:hover:before,body .editor-styles-wrapper .responsive-video__trigger:focus:before{opacity:.5}body .editor-styles-wrapper .responsive-video__trigger:hover rect,body .editor-styles-wrapper .responsive-video__trigger:focus rect{fill:var(--c-white)}body .editor-styles-wrapper .responsive-video__caption{max-width:900px;margin:50px auto 0}@media only screen and (max-width: 768px){body .editor-styles-wrapper .responsive-video__caption{padding-bottom:50px}body .editor-styles-wrapper .responsive-video__caption:after{content:"";display:block;height:1px;width:100%;position:absolute;bottom:0;left:0;background:rgba(255,255,255,.45)}}body .editor-styles-wrapper .responsive-video__caption a:hover,body .editor-styles-wrapper .responsive-video__caption a:focus{opacity:.6}body .editor-styles-wrapper .responsive-video__caption>*:last-child{margin-bottom:0}body .editor-styles-wrapper .responsive-video .video-wrap{position:relative;padding-bottom:56.25%;padding-top:25px}body .editor-styles-wrapper .responsive-video .video-wrap img,body .editor-styles-wrapper .responsive-video .video-wrap video,body .editor-styles-wrapper .responsive-video .video-wrap iframe,body .editor-styles-wrapper .responsive-video .video-wrap embed,body .editor-styles-wrapper .responsive-video .video-wrap object{position:absolute;top:0;left:0;width:100%;height:100%}body .editor-styles-wrapper .responsive-video .screen-reader-text{display:none}body .editor-styles-wrapper .blog-feed{--margin-tb: 10rem;margin-top:var(--margin-tb);margin-bottom:var(--margin-tb)}@media only screen and (max-width: 768px){body .editor-styles-wrapper .blog-feed{--margin-tb: 6rem}}body .editor-styles-wrapper .blog-feed .grid{grid-template-columns:1fr 1fr;gap:40px 10%}@media only screen and (max-width: 768px){body .editor-styles-wrapper .blog-feed .grid{grid-template-columns:1fr}}body .editor-styles-wrapper .main-navigation{--text-color: var(--c-white);--text-color-inverted: var(--c-black);--nav-height: 100vh;--nav-columns-padding: 90px 60px;--nav-font-size: 4rem;--nav-font-size-sm: 1.7rem;--nav-items-spacing: 2px;--nav-dropdown-arrow-size: 1.2rem;--nav-dropdown-arrow-size-sm: .8rem;--nav-slidein-speed: .6s;--nav-scrollbar-bg: #000;--nav-scrollbar-color: #555;--subnav-indent-mobile: 0;display:grid;grid-template-columns:2.7fr 1fr;align-content:center;justify-content:space-between;width:100%;position:fixed;top:0;height:var(--nav-height);transform:translate(100%);transition:transform var(--nav-slidein-speed) ease-in-out;z-index:9990;background-image:var(--lc-bg-img);background-color:var(--lc-bg-color);background-position:center center;background-repeat:no-repeat;background-size:cover}@media only screen and (max-width: 960px){body .editor-styles-wrapper .main-navigation{grid-template-columns:1fr;align-items:flex-start}}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation{--nav-columns-padding: 40px 20px;--nav-font-size: 1.8rem;align-content:unset}}body .editor-styles-wrapper .main-navigation.hide{display:none}body .editor-styles-wrapper .main-navigation__left-column{display:grid;align-items:center;height:var(--nav-height);padding:var(--nav-columns-padding);overflow-y:auto}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__left-column{align-items:unset;padding-top:100px;padding-bottom:70px}}body .editor-styles-wrapper .main-navigation__left-column::-webkit-scrollbar{width:11px;scrollbar-width:thin;scrollbar-color:var(--nav-scrollbar-color) var(--nav-scrollbar-bg)}body .editor-styles-wrapper .main-navigation__left-column::-webkit-scrollbar-track{background:var(--nav-scrollbar-bg)}body .editor-styles-wrapper .main-navigation__left-column::-webkit-scrollbar-thumb{background-color:var(--nav-scrollbar-color);border-radius:0;border:3px solid var(--nav-scrollbar-bg)}body .editor-styles-wrapper .main-navigation__nav{margin:0;width:fit-content;position:relative}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav{width:100%;padding-left:0}}body .editor-styles-wrapper .main-navigation__nav ul{margin-top:unset;margin-bottom:unset;padding-left:0}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav ul{padding-left:0}}body .editor-styles-wrapper .main-navigation__nav li{list-style:none;line-height:1.7;margin-bottom:unset}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li{line-height:1.3}}body .editor-styles-wrapper .main-navigation__nav li.has-submenu .submenu-container{z-index:-1}body .editor-styles-wrapper .main-navigation__nav li.has-submenu:hover .submenu-container{opacity:1;visibility:visible;overflow:visible;z-index:99999}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li.has-submenu:hover .submenu-container{opacity:unset;visibility:unset}}body .editor-styles-wrapper .main-navigation__nav li a{display:block;color:var(--text-color);text-decoration:none;font-family:inherit;font-size:var(--nav-font-size-sm);padding:var(--nav-items-spacing) 60px var(--nav-items-spacing) 0;opacity:.7;transition:color .2s ease-in-out}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li a{--nav-items-spacing: 8px;padding:calc(var(--nav-items-spacing) - 2px) 60px calc(var(--nav-items-spacing) - 2px) 0}}body .editor-styles-wrapper .main-navigation__nav li:hover a{opacity:1}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li:hover>a{color:var(--text-color)}}body .editor-styles-wrapper .main-navigation__nav li.title-only a{font-size:2.1rem;font-weight:400!important;pointer-events:none}body .editor-styles-wrapper .main-navigation__nav li.title-only:not(:first-of-type){margin-top:30px}body .editor-styles-wrapper .main-navigation__nav li .submenu-container{--subnav-animation-shift: 15px;position:absolute;top:0;left:100%;opacity:0;visibility:hidden;overflow:hidden;transition:all .2s ease-in}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li .submenu-container{opacity:1;visibility:visible;position:unset;width:calc(100% - var(--subnav-indent-mobile));margin-left:var(--subnav-indent-mobile)}}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu{position:absolute;top:0;width:max-content;min-width:200px;transform:translate(calc(-1 * var(--subnav-animation-shift)));transition:all .2s ease-in-out}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu{position:unset;transform:unset;width:100%;opacity:unset;visibility:unset;display:none;height:0}}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu ul{padding:5px 0 15px}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu ul li a{font-weight:300}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu ul li a{font-size:calc(var(--nav-font-size) - .3rem)}}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu ul li.has-submenu{position:relative}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu.show{opacity:1;visibility:visible;transform:translate(0)}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu.show{display:block;height:unset}}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu.hide{opacity:0;visibility:hidden;transform:translate(calc(-1 * var(--subnav-animation-shift)))}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu.hide{transform:unset}}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu--second-level{opacity:0;visibility:hidden}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu--second-level{position:unset;width:calc(100% - (var(--subnav-indent-mobile)));margin-left:calc(var(--subnav-indent-mobile) + var(--subnav-indent-mobile) / 2)}}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu--second-level ul li:first-of-type{position:relative;color:var(--text-color)}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu--second-level ul li:first-of-type{display:none}}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu--second-level.mobile{display:none}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu--second-level.mobile.show{display:block;height:unset}}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu__btn{--nav-btn-height: 30px;cursor:pointer;position:absolute;right:0;top:calc(50% - var(--nav-btn-height) / 2);z-index:10;color:var(--text-color);background:transparent;min-width:var(--nav-btn-height);height:var(--nav-btn-height);border:none}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu__btn{top:0}}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu__btn:after{content:"";position:absolute;width:var(--nav-dropdown-arrow-size);height:var(--nav-dropdown-arrow-size);top:calc(50% - var(--nav-dropdown-arrow-size) / 2);left:0;right:0;margin:0 auto;display:inline-block;border-right:calc(var(--nav-dropdown-arrow-size) / 6) solid var(--text-color);border-top:calc(var(--nav-dropdown-arrow-size) / 6) solid var(--text-color);border-left:transparent;border-bottom:transparent;transform:rotate(45deg)}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu__btn--next{font-size:0;z-index:10}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu__btn--next:after{z-index:0;transition:transform .2s ease-in-out;transform-origin:center}}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu__btn--next.active:after{transform:rotate(135deg)}}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu__btn--back{padding:2px 4px 2px 42px;top:-20px;right:-12px}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu__btn--back:after{display:none}body .editor-styles-wrapper .main-navigation__nav li .submenu-container .submenu__btn--back:before{content:"";position:relative;display:inline-block;width:var(--nav-dropdown-arrow-size-sm);height:var(--nav-dropdown-arrow-size-sm);border-right:calc(var(--nav-dropdown-arrow-size) / 6) solid var(--text-color);border-top:calc(var(--nav-dropdown-arrow-size) / 6) solid var(--text-color);transform:rotate(-135deg);transform-origin:center;margin-right:4px;top:-1px}body .editor-styles-wrapper .main-navigation__nav>li{padding-right:30px;position:relative}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav>li{padding-right:unset}}body .editor-styles-wrapper .main-navigation__nav>li>a{font-size:2.6rem;font-family:var(--f-primary);font-weight:300;transition:opacity .3s ease-in-out}body .editor-styles-wrapper .main-navigation__nav>li.featured>a{font-size:3.4rem;font-family:var(--f-secondary);text-transform:uppercase}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav>li.featured>a{font-size:2rem}}body .editor-styles-wrapper .main-navigation__nav>li.featured--last{margin-bottom:30px}body .editor-styles-wrapper .main-navigation__nav>li.has-submenu>a{position:relative}body .editor-styles-wrapper .main-navigation__nav>li.has-submenu>a:after{content:"";position:absolute;right:0;width:var(--nav-dropdown-arrow-size);height:var(--nav-dropdown-arrow-size);top:calc(50% - var(--nav-dropdown-arrow-size) / 2);display:none;border-right:calc(var(--nav-dropdown-arrow-size) / 6) solid var(--text-color);border-top:calc(var(--nav-dropdown-arrow-size) / 6) solid var(--text-color);border-left:transparent;border-bottom:transparent;transform:rotate(45deg);margin-right:20px}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav>li.has-submenu>a:after{margin-right:8px;margin-left:auto;transition:transform .2s ease-in-out;display:inline-block}}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav>li.has-submenu>a.active:after{transform:rotate(135deg)}}body .editor-styles-wrapper .main-navigation__nav>li.align-top .submenu-container{top:unset;margin-top:-50%}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav>li.align-top .submenu-container{margin-top:unset}}body .editor-styles-wrapper .main-navigation__nav>li.align-top-lg .submenu-container{top:unset;margin-top:-100%}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav>li.align-top-lg .submenu-container{margin-top:unset}}body .editor-styles-wrapper .main-navigation__nav>li.align-top-sm .submenu-container{top:unset;margin-top:-30%}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation__nav>li.align-top-sm .submenu-container{margin-top:unset}}body .editor-styles-wrapper .main-navigation__right-column{display:grid;align-content:center;align-items:center;height:var(--nav-height);color:var(--text-color-inverted);font-size:var(--nav-font-size);padding:80px 12%;position:relative}@media only screen and (max-width: 960px){body .editor-styles-wrapper .main-navigation__right-column{display:none}}body .editor-styles-wrapper .main-navigation__right-column:before{content:"";position:absolute;top:0;left:0;width:1px;height:var(--nav-height);background-color:#fff3;z-index:-1}body .editor-styles-wrapper .main-navigation__right-column__logo{max-width:100%;height:auto;margin-bottom:80px}body .editor-styles-wrapper .main-navigation__right-column__logo a{color:var(--text-color-inverted)}body .editor-styles-wrapper .main-navigation__right-column__logo svg{width:100%;height:auto;max-width:300px}body .editor-styles-wrapper .main-navigation__right-column .btn{--text-color: var(--c-black);--text-color-inverted: var(--c-white);margin:0 5px}body .editor-styles-wrapper .main-navigation__right-column p.phone-link a{font-family:var(--f-secondary);font-size:4.5rem}body .editor-styles-wrapper .main-navigation__right-column a.whatsapp{display:flex}body .editor-styles-wrapper .main-navigation__right-column a.whatsapp svg{width:2rem;height:auto;margin-right:.5rem}body .editor-styles-wrapper .main-navigation__right-column .social{margin-bottom:40px}body .editor-styles-wrapper .main-navigation__right-column .social ul{justify-content:center;line-height:normal}body .editor-styles-wrapper .main-navigation__right-column .social ul li{display:inline-block;margin:0 7px}body .editor-styles-wrapper .main-navigation__right-column .social ul li a{display:block;width:22px;height:22px}body .editor-styles-wrapper .main-navigation__right-column .social ul li a svg{width:100%;height:auto}body .editor-styles-wrapper .main-navigation__right-column .bottom{text-align:center;margin-bottom:4rem}body .editor-styles-wrapper .main-navigation.active{transform:translate(0);height:var(--nav-height)!important}body .editor-styles-wrapper .main-navigation .btn-mobile-toggle{display:none;width:30px;height:30px;position:absolute;top:calc(var(--nav-items-spacing) / 2);right:-4px;cursor:pointer;z-index:10}@media only screen and (max-width: 768px){body .editor-styles-wrapper .main-navigation .btn-mobile-toggle{display:block}}body .editor-styles-wrapper .menu-toggle{--btn-size: auto;width:var(--btn-size);height:var(--btn-size);cursor:pointer;z-index:9999;border:none;background:none;padding:5px 12px;box-sizing:border-box;display:flex;align-items:center;text-transform:uppercase}body .editor-styles-wrapper .menu-toggle strong{line-height:normal;font-size:1.7rem;display:inline-block;font-family:var(--f-primary);width:100%;margin:unset;color:var(--text-color);font-weight:400;line-height:0}body .editor-styles-wrapper .menu-toggle svg{max-width:100%;max-height:100%;transition:fill .2s ease-in-out;fill:currentColor;max-width:25px;margin-right:8px}body .editor-styles-wrapper .menu-toggle svg rect{transition:all .3s ease-in-out;color:var(--text-color)}body .editor-styles-wrapper .menu-toggle svg rect:first-of-type{transform:translateY(1px)}body .editor-styles-wrapper .menu-toggle svg rect:nth-of-type(2){transform:translateY(5.5px)}body .editor-styles-wrapper .menu-toggle svg rect:last-of-type{transform:translateY(10px)}body .editor-styles-wrapper .menu-toggle.active strong{display:none}body .editor-styles-wrapper .menu-toggle.active svg{max-width:35px}body .editor-styles-wrapper .menu-toggle.active svg rect:first-child{transform:rotate(45deg) translateY(0)}body .editor-styles-wrapper .menu-toggle.active svg rect:nth-child(2){transform:scale(0)}body .editor-styles-wrapper .menu-toggle.active svg rect:last-child{transform:rotate(-45deg) translateY(-68.5px);transform-origin:right}body .editor-styles-wrapper body.nav-active #menu-header-menu,body .editor-styles-wrapper body.nav-active .header__container__logo{display:none}body .editor-styles-wrapper body.nav-active .right-column{position:fixed;top:25px;right:0}body .editor-styles-wrapper body.nav-active .right-column a.whatsapp{display:none}body .editor-styles-wrapper body.nav-active .menu-toggle svg rect{--text-color: var(--c-white)}body .editor-styles-wrapper body.nav-active .mobile-fixed-cta,body .editor-styles-wrapper body.nav-active .userway_buttons_wrapper{display:none!important}body .editor-styles-wrapper .two-column-content{--padding-tb: 14rem;padding-top:var(--padding-tb);padding-bottom:var(--padding-tb)}@media only screen and (max-width: 960px){body .editor-styles-wrapper .two-column-content{--padding-tb: 6rem}}body .editor-styles-wrapper .two-column-content .container{display:grid;grid-template-columns:1fr 1fr;gap:1em 10em}@media only screen and (max-width: 960px){body .editor-styles-wrapper .two-column-content .container{gap:1em 5em}}@media only screen and (max-width: 768px){body .editor-styles-wrapper .two-column-content .container{grid-template-columns:1fr;gap:1em}}body .editor-styles-wrapper .two-column-content ul{padding-left:25px;border-left:3px solid var(--c-accent);line-height:1.4}body .editor-styles-wrapper .two-column-content ul li{list-style:none}body .editor-styles-wrapper .two-column-content h2{font-size:2.5rem}body .editor-styles-wrapper .two-column-content--offset .container div:first-of-type{margin-top:8.7rem}@media only screen and (max-width: 960px){body .editor-styles-wrapper .two-column-content--offset .container div:first-of-type{margin-top:unset}}body .editor-styles-wrapper .two-column-image .container{grid-template-columns:2fr 1.4fr;gap:2em 8em}@media only screen and (max-width: 960px){body .editor-styles-wrapper .two-column-image .container{grid-template-columns:1fr}}body .editor-styles-wrapper .two-column-image h3{font-size:2.4rem;letter-spacing:2.4px;line-height:36px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .two-column-image h3{font-size:2rem}}body .editor-styles-wrapper .two-column-image ul{padding-left:25px;border-left:3px solid var(--c-accent);line-height:1.4}body .editor-styles-wrapper .two-column-image ul li{list-style:none}body .editor-styles-wrapper .two-column-image__image{margin-left:-25px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .two-column-image__image{order:2;margin-left:unset}}body .editor-styles-wrapper .two-column-image--invert .container{grid-template-columns:1.4fr 2fr}@media only screen and (max-width: 960px){body .editor-styles-wrapper .two-column-image--invert .container{grid-template-columns:1fr}}body .editor-styles-wrapper .two-column-image--invert .two-column-image__image{order:2;margin-left:unset;margin-right:-25px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .two-column-image--invert .two-column-image__image{order:2;margin-right:unset}}body .editor-styles-wrapper .one-column-content .container--custom{max-width:var(--custom-container-width)}body .editor-styles-wrapper .block-breadcrumbs{background-color:var(--bg-color);padding:4rem 0}@media only screen and (max-width: 960px){body .editor-styles-wrapper .block-breadcrumbs{display:none}}body .editor-styles-wrapper .block-breadcrumbs .container--custom{max-width:var(--custom-container-width)}body .editor-styles-wrapper .block-breadcrumbs ol{margin-left:unset;line-height:1}body .editor-styles-wrapper .block-breadcrumbs ol li{display:inline-block;margin:0 15px;position:relative;padding-right:9px;line-height:1;color:#999;font-size:1.5rem}body .editor-styles-wrapper .block-breadcrumbs ol li:after{content:"|";position:absolute;right:-15px;top:0;display:block;padding:unset}body .editor-styles-wrapper .block-breadcrumbs ol li:last-child:after{display:none}body .editor-styles-wrapper .block-breadcrumbs ol li a{font-weight:400!important}body .editor-styles-wrapper .before-after-comparison .container{display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width: 960px){body .editor-styles-wrapper .before-after-comparison .container{grid-template-columns:1fr}}body .editor-styles-wrapper .before-after-comparison .container--custom{max-width:var(--custom-container-width)}body .editor-styles-wrapper .before-after-comparison h2{--h-min: 2rem}body .editor-styles-wrapper .before-after-comparison .content{--text-color: var(--c-black);background:var(--c-white);padding:8%;text-align:center}body .editor-styles-wrapper .before-after-comparison .slider-wrapper{--position: 50%;display:grid;place-content:center;position:relative;overflow:hidden}body .editor-styles-wrapper .before-after-comparison .slider-image{width:100%;height:100%;object-fit:cover;object-position:left}body .editor-styles-wrapper .before-after-comparison .image-before{position:absolute;inset:0;width:var(--position)}body .editor-styles-wrapper .before-after-comparison .slider{position:absolute;inset:0;cursor:pointer;opacity:0;width:100%;height:100%}body .editor-styles-wrapper .before-after-comparison .slider:focus-visible~.slider-button{outline:5px solid black;outline-offset:3px}body .editor-styles-wrapper .before-after-comparison .slider-line{position:absolute;inset:0;width:.1rem;height:100%;background-color:#fff;left:var(--position);transform:translate(-50%);pointer-events:none}body .editor-styles-wrapper .before-after-comparison .slider-button{position:absolute;background-color:var(--c-black);color:var(--c-white);padding:.5rem;border-radius:100vw;display:grid;place-items:center;top:50%;left:var(--position);transform:translate(-50%,-50%);pointer-events:none;box-shadow:1px 1px 1px #08030380}body .editor-styles-wrapper .before-after-comparison .cta-button-wrapper{margin-top:3rem}body .editor-styles-wrapper .slider-block .container--custom{max-width:var(--custom-container-width)}body .editor-styles-wrapper .slider-block .splide{display:grid}body .editor-styles-wrapper .slider-block .splide__arrows{display:flex;justify-content:center;gap:20px;margin-top:30px}body .editor-styles-wrapper .slider-block .splide__arrows .splide__arrow{border:none;background-color:transparent;cursor:pointer}body .editor-styles-wrapper .slider-block .splide__arrows .splide__arrow--next,body .editor-styles-wrapper .slider-block .splide__arrows.inverse .splide__arrow--prev{transform:scaleX(-1)}body .editor-styles-wrapper .slider-block .splide__arrows.inverse .splide__arrow--next{transform:unset}body .editor-styles-wrapper .slider-block .splide__pagination{margin-top:30px;gap:7px}body .editor-styles-wrapper .slider-block .splide__pagination__page{display:block;width:14px;height:14px;border:none;border-radius:50%;cursor:pointer;background-color:#ddd}body .editor-styles-wrapper .slider-block .splide__pagination__page.is-active{background-color:#999}body .editor-styles-wrapper .slider-block .splide__pagination.text-pagination{gap:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));justify-items:center;justify-self:unset}body .editor-styles-wrapper .slider-block .splide__pagination.text-pagination .splide__pagination__page{width:unset;height:unset;background-color:transparent;border-radius:unset;display:block}body .editor-styles-wrapper .slider-block--arrows--bottom .splide__arrows{order:2}body .editor-styles-wrapper .slider-block--arrows--top .splide__arrows{order:-1}body .editor-styles-wrapper .slider-block--arrows--left .splide__arrows{justify-self:start}body .editor-styles-wrapper .slider-block--arrows--center .splide__arrows{justify-self:center}body .editor-styles-wrapper .slider-block--arrows--right .splide__arrows{justify-self:end}body .editor-styles-wrapper .slider-block--pagination--left .splide__pagination{justify-self:start}body .editor-styles-wrapper .slider-block--pagination--center .splide__pagination{justify-self:center}body .editor-styles-wrapper .slider-block--pagination--right .splide__pagination{justify-self:end}body .editor-styles-wrapper .gallery-home-procedures--custom-grid .gallery-home-procedures__wrapper>div{flex:0 1 calc(var(--grid-columns) - var(--grid-gap))}@media only screen and (max-width: 960px){body .editor-styles-wrapper .gallery-home-procedures--custom-grid .gallery-home-procedures__wrapper>div{flex:0 1 100%}}body .editor-styles-wrapper .gallery-home-procedures .acf-innerblocks-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:20px;justify-content:center;justify-items:center}@media only screen and (max-width: 960px){body .editor-styles-wrapper .gallery-home-procedures .acf-innerblocks-container{grid-template-columns:1fr}}body .editor-styles-wrapper .gallery-home-procedures__procedures h3{--h-max: 3.6rem;color:var(--pbox-text-color);text-align:center}body .editor-styles-wrapper .gallery-home-procedures__procedures__box{background-color:var(--pbox-bg-color);background-image:var(--pbox-bg-img);background-repeat:no-repeat;background-position:center center;color:var(--pbox-text-color);padding:var(--box-padding);text-align:center;height:100%}body .editor-styles-wrapper .gallery-home-procedures__procedures__box ul{margin:0!important;padding:0!important}body .editor-styles-wrapper .gallery-home-procedures__procedures__box ul li{list-style:none}body .editor-styles-wrapper .gallery-home-procedures__procedures__box ul a{color:var(--pbox-text-color)!important;font-size:1.6rem;text-transform:uppercase}body .editor-styles-wrapper .gallery-home-procedures__procedures p{color:var(--pbox-text-color);margin:unset}body .editor-styles-wrapper .gallery-patient{--grid-columns: 2}body .editor-styles-wrapper .gallery-patient__grid{display:grid;grid-template-columns:repeat(var(--grid-columns),minmax(0,1fr));gap:10px 5%;justify-items:center}@media only screen and (max-width: 768px){body .editor-styles-wrapper .gallery-patient__grid{--grid-columns: 2 !important}}body .editor-styles-wrapper .gallery-patient__grid__photo{display:grid;align-content:space-between}body .editor-styles-wrapper .gallery-patient__grid__photo p{text-align:center;margin:15px 0 0}body .editor-styles-wrapper .gallery-patient__grid__photo p.labels{display:grid;grid-template-columns:1fr 1fr}body .editor-styles-wrapper .gallery-patient__details{margin-top:60px;line-height:32px}body .editor-styles-wrapper .header{--text-color: var(--c-white);--text-color-inverted: var(--c-black);background:transparent;position:absolute;top:0;left:0;width:100%;padding:11px 0;z-index:9999}body .editor-styles-wrapper .header__container{display:grid;grid-template-columns:1fr 2fr 1.4fr;min-height:0;align-items:center}@media only screen and (max-width: 1180px){body .editor-styles-wrapper .header__container{grid-template-columns:1fr 1fr;padding-left:0;padding-right:0}}body .editor-styles-wrapper .header__container a{color:var(--text-color);text-decoration:none;opacity:1;transition:all var(--efx-transition) ease-in-out}body .editor-styles-wrapper .header__container a:hover{opacity:var(--efx-opacity-hover)}body .editor-styles-wrapper .header__container__links{justify-self:center;display:flex;text-transform:uppercase;color:var(--text-color);align-items:center;font-size:1.6rem}@media only screen and (max-width: 1180px){body .editor-styles-wrapper .header__container__links{display:none}}body .editor-styles-wrapper .header__container__links ul{list-style-type:none}body .editor-styles-wrapper .header__container__links ul li{display:inline-block;margin:0 20px 0 0;font-size:1.6rem}@media only screen and (max-width: 960px){body .editor-styles-wrapper .header__container__links ul li{font-size:1.4rem;margin-right:5px}}body .editor-styles-wrapper .header__container__links ul li a{color:var(--text-color);transition:all var(--efx-transition) ease-in-out;opacity:1}body .editor-styles-wrapper .header__container__links ul li a:hover{opacity:var(--efx-opacity-hover);border-color:var(--text-color-inverted)}body .editor-styles-wrapper .header__container__links ul li.border:after{content:"";display:inline-block;width:1px;background-color:var(--c-ultra-light-gray);height:2rem;margin-left:3rem;position:relative;top:4px}body .editor-styles-wrapper .header__container__logo{justify-self:flex-start}body .editor-styles-wrapper .header__container__logo a{display:block;max-width:186px}body .editor-styles-wrapper .header__container__logo a:hover{opacity:1;color:var(--text-color)}body .editor-styles-wrapper .header__container__logo a:hover:after{display:none}body .editor-styles-wrapper .header__container__logo svg{min-width:175px}body .editor-styles-wrapper .header__container .right-column{justify-self:end;display:flex;align-items:center}body .editor-styles-wrapper .header__container .right-column a.whatsapp{display:flex;margin-right:1.5rem}@media only screen and (max-width: 960px){body .editor-styles-wrapper .header__container .right-column a.whatsapp{display:none}}body .editor-styles-wrapper .header__container .right-column a.whatsapp svg{width:2.5rem;height:auto;margin-right:.5rem}body .editor-styles-wrapper .header__container .right-column .phone{margin-right:20px;padding-right:20px;position:relative;line-height:normal}@media only screen and (max-width: 768px){body .editor-styles-wrapper .header__container .right-column .phone{display:none}}body .editor-styles-wrapper .header__container .right-column .phone:after{content:"";position:absolute;top:0;right:0;width:1px;height:100%;border-right:1px solid var(--text-color)}body .editor-styles-wrapper .header__container .right-column .phone svg{color:var(--text-color);margin-right:5px;transform:translateY(5px)}body .editor-styles-wrapper .header__container__nav-cta{display:flex;justify-content:flex-end;align-content:center}body .editor-styles-wrapper .header__container__nav-cta a.btn{margin-right:20px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .header__container__nav-cta a.btn{display:none}}body .editor-styles-wrapper body.nav-active .header{--text-color: var(--c-black)}body .editor-styles-wrapper body.nav-active .phone{display:none}body .editor-styles-wrapper body.sticky-menu .header{--text-color: var(--c-black);--text-color-inverted: var(--c-white);background-color:var(--text-color-inverted);position:fixed;animation:slideDown .3s ease-out}body .editor-styles-wrapper body.sticky-menu .header .header__container__logo img{filter:invert(1)}body .editor-styles-wrapper body.sticky-menu .header .header__container__logo svg{fill:var(--c-black)}body .editor-styles-wrapper body.sticky-menu .menu-toggle strong{color:var(--text-color)}body .editor-styles-wrapper body.sticky-menu .modal-search__icon svg{fill:var(--c-black)}body .editor-styles-wrapper body.header-style--transparent-inverted .header{--text-color: var(--c-black);--text-color-inverted: var(--c-white)}body .editor-styles-wrapper body.header-style--transparent-inverted .header .header__container__logo img{filter:invert(1)}body .editor-styles-wrapper body.header-style--transparent-inverted .header .header__container__logo svg{fill:var(--c-black)}body .editor-styles-wrapper body.sticky-menu.nav-active .header{--text-color: var(--c-white);--text-color-inverted: var(--c-black);background-color:transparent}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}body .editor-styles-wrapper .footer{padding-top:6rem;padding-bottom:3rem}body .editor-styles-wrapper .footer a{transition:color .2s ease-in-out}body .editor-styles-wrapper .footer a:hover{color:#888}body .editor-styles-wrapper .footer ul{list-style-type:none}body .editor-styles-wrapper .footer ul li{list-style:none;margin-bottom:unset}body .editor-styles-wrapper .footer ul li::marker{content:""}body .editor-styles-wrapper .footer .social li{list-style:none;display:inline-block;padding:4px}body .editor-styles-wrapper .footer .social li a svg{--social-icon-size: 28px;max-width:var(--social-icon-size);max-height:var(--social-icon-size);width:100%;min-width:50px;height:auto;fill:currentColor}body .editor-styles-wrapper .footer .social li a svg:hover{fill:var(--c-accent)}body .editor-styles-wrapper .footer__top{background-color:#fff;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px 5%;padding-bottom:26px}@media only screen and (max-width: 1180px){body .editor-styles-wrapper .footer__top{grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width: 768px){body .editor-styles-wrapper .footer__top{grid-template-columns:1fr}}body .editor-styles-wrapper .footer__top ul#menu-footer-menu{justify-self:end}@media only screen and (max-width: 1180px){body .editor-styles-wrapper .footer__top ul#menu-footer-menu{justify-self:unset}}body .editor-styles-wrapper .footer__top .logo-invert{filter:invert(1)}body .editor-styles-wrapper .footer__top a.footer-logo svg{max-width:300px}body .editor-styles-wrapper .footer__top ul.hours{margin-bottom:30px}body .editor-styles-wrapper .footer__top .ctc-info{justify-self:end}@media only screen and (max-width: 1180px){body .editor-styles-wrapper .footer__top .ctc-info{justify-self:unset}}body .editor-styles-wrapper .footer__top a.whatsapp{display:flex}body .editor-styles-wrapper .footer__top a.whatsapp svg{width:2rem;height:auto;margin-right:.5rem}body .editor-styles-wrapper .footer__bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;font-size:1.4rem;background-color:var(--c-white);padding-top:40px;padding-bottom:40px;border-top:1px solid #D9D9D9}@media only screen and (max-width: 768px){body .editor-styles-wrapper .footer__bottom{grid-template-columns:1fr;text-align:center}}body .editor-styles-wrapper .footer__bottom .links{justify-self:center;text-align:center}@media only screen and (max-width: 768px){body .editor-styles-wrapper .footer__bottom .links{justify-self:unset}}body .editor-styles-wrapper .footer__bottom .credits{justify-self:end}@media only screen and (max-width: 768px){body .editor-styles-wrapper .footer__bottom .credits{justify-self:unset}}body .editor-styles-wrapper .footer__bottom .credits a:hover{color:var(--c-accent)}body .editor-styles-wrapper .footer__bottom .credits svg{transform:translateY(4px)}body .editor-styles-wrapper .hero{--hero-height: 84vh;--container-ptb: 10em;--text-color: var(--c-white);--overlay-opacity: .3;width:100%;height:var(--hero-height);text-align:center;position:relative;overflow:hidden}@media only screen and (max-width: 768px){body .editor-styles-wrapper .hero{--hero-height: 66vh;--container-ptb: 3em}}body .editor-styles-wrapper .hero:before{content:"";display:block;background:var(--bg-image) center top no-repeat;background-size:cover;height:100%;width:100%;position:absolute;z-index:1}@media only screen and (max-width: 768px){body .editor-styles-wrapper .hero:before{background-image:var(--bg-image-mobile)}}body .editor-styles-wrapper .hero__container{display:grid;grid-template-columns:1fr;padding-top:var(--container-ptb);padding-bottom:var(--container-ptb);height:var(--hero-height);position:relative;z-index:10}body .editor-styles-wrapper .hero__container__content{margin-top:16rem;align-self:center}body .editor-styles-wrapper .hero__eyebrow{font-size:1.8rem;font-weight:600;color:var(--text-color);margin-bottom:10px}body .editor-styles-wrapper .hero h1{text-align:unset;color:var(--text-color);margin-bottom:0}body .editor-styles-wrapper .hero p{font-size:1.6rem;color:var(--text-color)}body .editor-styles-wrapper .hero p:last-of-type{margin-bottom:unset}body .editor-styles-wrapper .hero p.subtitle{--text-color: var(--c-white);font-size:2rem;margin:2rem}body .editor-styles-wrapper .hero .cta-button-wrapper{margin-top:2rem}body .editor-styles-wrapper .hero--overlay{position:relative}body .editor-styles-wrapper .hero--overlay:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,var(--overlay-opacity));z-index:2}body .editor-styles-wrapper .hero--overlay .container{position:relative;z-index:5}body .editor-styles-wrapper .hero--animation:before{animation:heroBGAnimation 1.8s cubic-bezier(.34,.615,.4,.985);transition-delay:.1s}@keyframes heroBGAnimation{0%{opacity:.1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}body .editor-styles-wrapper .hero--home{--hero-height: 100vh;height:var(--hero-height);height:100svh}body .editor-styles-wrapper .hero--home h1{margin-bottom:10px;max-width:700px;margin-left:auto;margin-right:auto}body .editor-styles-wrapper .hero--home .container{height:100%}body .editor-styles-wrapper .hero--home .hero__container__content{align-self:end}body .editor-styles-wrapper .hero--slider .hero__slider{--hero-height: 100vh;height:var(--hero-height);height:100svh;position:absolute;top:0;left:0;width:100%;z-index:0}body .editor-styles-wrapper .hero--slider .hero__slider img{--hero-height: 100vh;height:var(--hero-height);height:100svh;width:100%;object-fit:cover}body .editor-styles-wrapper .hero--slider .hero__slider .splide__slide.is-active img{animation:heroBGAnimation 1.8s cubic-bezier(.34,.615,.4,.985);transition-delay:.1s}@keyframes heroBGAnimation{0%{opacity:.1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}body .editor-styles-wrapper .hero--none{--container-ptb: 10em;--hero-height: auto;--text-color: var(--c-black)}body .editor-styles-wrapper .hero--none .container{height:auto;padding-bottom:0}body .editor-styles-wrapper .hero--none .hero__cta-btns{display:none}body .editor-styles-wrapper .hero--none p{--text-color: var(--c-black);max-width:716px;margin-left:auto;margin-right:auto}body .editor-styles-wrapper .hero--none p.subtitle{color:var(--c-black);margin-bottom:20px}body .editor-styles-wrapper .hero .breadcrumbs ol{list-style-type:none;margin:0 0 3rem}body .editor-styles-wrapper .hero .breadcrumbs ol li{color:var(--text-color);display:inline-block;font-size:1.8rem;font-weight:600}body .editor-styles-wrapper .hero .breadcrumbs ol li:after{content:"|";padding-left:1rem;padding-right:1rem}body .editor-styles-wrapper .hero .breadcrumbs ol li:last-of-type:after{content:"";padding:0}body .editor-styles-wrapper .hero .breadcrumbs ol li a{color:var(--text-color);font-weight:600;font-size:1.8rem}body .editor-styles-wrapper .hero .breadcrumbs ol li a:hover{color:var(--c-accent)}body .editor-styles-wrapper .hero video{position:absolute;width:100%;height:100%;object-fit:cover;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}body .editor-styles-wrapper .procedure-intro{--margin-tb: 2em;margin-top:var(--margin-tb);margin-bottom:var(--margin-tb)}body .editor-styles-wrapper .procedure-intro .content{text-align:center;max-width:685px;margin-left:auto;margin-right:auto}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-intro .content{max-width:unset}}body .editor-styles-wrapper .procedure-intro--parent .procedures{margin-top:5rem}body .editor-styles-wrapper .procedure-intro--parent .procedures ul{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 3rem}@media only screen and (max-width: 768px){body .editor-styles-wrapper .procedure-intro--parent .procedures ul{grid-template-columns:100%}}body .editor-styles-wrapper .procedure-intro--parent .procedures ul li{list-style:none;margin:0}body .editor-styles-wrapper .procedure-intro--parent .procedures ul li a{display:block;text-transform:uppercase;font-size:1.5rem;text-align:center;padding:2rem;line-height:.9;border:2px solid #B5B5B5;transition:all .2s ease-in-out}body .editor-styles-wrapper .procedure-intro--parent .procedures ul li a:hover{background:#B5B5B5;color:var(--c-white)}body .editor-styles-wrapper .procedure-intro--child .eyebrow{display:none}body .editor-styles-wrapper .procedure-intro--child h2{font-family:var(--f-primary);text-transform:uppercase;font-size:2rem;letter-spacing:3px}body .editor-styles-wrapper .photo-gallery-section{--margin-tb: 15rem;margin-top:var(--margin-tb);margin-bottom:var(--margin-tb);position:relative}@media only screen and (max-width: 960px){body .editor-styles-wrapper .photo-gallery-section{padding-top:unset}}@media only screen and (max-width: 960px){body .editor-styles-wrapper .photo-gallery-section{--margin-tb: 6rem}}body .editor-styles-wrapper .photo-gallery-section h2{text-align:center}body .editor-styles-wrapper .photo-gallery-section .eyebrow{text-align:center;text-transform:uppercase}body .editor-styles-wrapper .photo-gallery-section a.btn{margin:0 auto}body .editor-styles-wrapper .photo-gallery-section__bna{margin-bottom:40px}body .editor-styles-wrapper .photo-gallery-section__bna__slider li{--flex-gap: .8%;text-align:center;justify-content:center;display:flex;gap:var(--flex-gap)}body .editor-styles-wrapper .photo-gallery-section__bna__slider li img{width:calc(100% / var(--total-images));height:auto;object-fit:cover}body .editor-styles-wrapper .photo-gallery-section__bna .slider-info{width:91%;display:inline-block;text-align:right;margin-right:1.2%;margin-bottom:35px;font-size:1.4rem;transform:translateY(-10px)}@media only screen and (max-width: 420px){body .editor-styles-wrapper .photo-gallery-section__bna .slider-info{width:71%}}body .editor-styles-wrapper .photo-gallery-section__bna .splide__arrows{text-align:right;display:inline-block}@media only screen and (max-width: 768px){body .editor-styles-wrapper .photo-gallery-section__bna .splide__arrows{padding-bottom:1rem}}body .editor-styles-wrapper .photo-gallery-section__bna .splide__arrows .splide__arrow--next{transform:scaleX(-1)}body .editor-styles-wrapper .photo-gallery-section__bna .splide__arrows button.splide__arrow{--button-size: 39px;border:none;background-color:var(--c-black);margin-right:2px;color:var(--c-white);position:relative;display:inline-block;width:var(--button-size);height:var(--button-size);cursor:pointer;overflow:hidden}body .editor-styles-wrapper .photo-gallery-section__bna .splide__arrows button.splide__arrow svg{fill:currentColor;position:absolute;top:28%;left:33%}body .editor-styles-wrapper .photo-gallery-section__bna .splide__arrows button.splide__arrow[disabled]{background-color:#ddd}body .editor-styles-wrapper .photo-gallery-section--default body .editor-styles-wrapper .photo-gallery-section__bna{display:block;text-align:center}body .editor-styles-wrapper .photo-gallery-section--default body .editor-styles-wrapper .photo-gallery-section__bna img{max-width:686px;width:100%}body .editor-styles-wrapper .photo-gallery-section--default body .editor-styles-wrapper .photo-gallery-section__bna a{bottom:50%;margin-bottom:-3%}body .editor-styles-wrapper .photo-gallery-section--blur{--blur-amount: 8px}body .editor-styles-wrapper .photo-gallery-section--blur .photo-gallery-section__bna img{filter:blur(var(--blur-amount))}body .editor-styles-wrapper .procedure-first-steps .container{display:grid;grid-template-columns:1fr 2fr;gap:1px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-first-steps .container{grid-template-columns:1fr}}body .editor-styles-wrapper .procedure-first-steps .container .content{--text-color: var(--c-white);padding:15%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-first-steps .container .content{padding:10% 30px}}body .editor-styles-wrapper .procedure-first-steps .container .content p{max-width:70%}@media only screen and (max-width: 1460px){body .editor-styles-wrapper .procedure-first-steps .container .content p{max-width:unset}}body .editor-styles-wrapper .procedure-first-steps .container .content ul{padding-left:25px;border-left:3px solid var(--c-accent);line-height:1.4}body .editor-styles-wrapper .procedure-first-steps .container .content ul li{list-style:none}body .editor-styles-wrapper .procedure-first-steps .container .image{width:100%;height:100%;object-fit:cover;line-height:0}body .editor-styles-wrapper .procedure-cost{--padding-tb: 8%;padding-top:var(--padding-tb);padding-bottom:var(--padding-tb)}body .editor-styles-wrapper .procedure-cost .container{display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-cost .container{grid-template-columns:100%}}body .editor-styles-wrapper .procedure-cost .eyebrow{color:var(--c-white)}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-cost .filler{display:none}}body .editor-styles-wrapper .procedure-cost ul{padding-left:25px;border-left:3px solid var(--c-accent);line-height:1.4}body .editor-styles-wrapper .procedure-cost ul li{list-style:none}body .editor-styles-wrapper .procedure-with-links .container{display:grid;grid-template-columns:1fr 1fr;gap:1em 6em}@media only screen and (max-width: 768px){body .editor-styles-wrapper .procedure-with-links .container{grid-template-columns:1fr;gap:4em 0}}body .editor-styles-wrapper .procedure-with-links p{font-size:1.6rem;line-height:25px}body .editor-styles-wrapper .procedure-with-links p.eyebrow{border-bottom:1px solid var(--c-text-color);padding-top:3em;padding-bottom:1.5em;font-size:1.8rem;font-weight:700}body .editor-styles-wrapper .procedure-with-links .col{order:1;padding-top:1em}body .editor-styles-wrapper .procedure-with-links .col2{order:2;position:relative;padding-right:1em}body .editor-styles-wrapper .procedure-with-links .col2 img{width:100%;max-width:569px}body .editor-styles-wrapper .procedure-with-links .col2 img.bg-img{position:absolute;top:-3em;right:-3.5em;z-index:-1;max-width:341px}@media only screen and (max-width: 768px){body .editor-styles-wrapper .procedure-with-links .col2 img.bg-img{top:-1em;right:-1em}}body .editor-styles-wrapper .procedure-with-links .col2 .box{position:absolute;bottom:-2em;right:-2em}@media only screen and (max-width: 768px){body .editor-styles-wrapper .procedure-with-links .col2 .box{right:0}}@media only screen and (max-width: 768px){body .editor-styles-wrapper .procedure-with-links--inverted .container{gap:0}}body .editor-styles-wrapper .procedure-with-links--inverted .container .col1{order:2}body .editor-styles-wrapper .procedure-with-links--inverted .container .col2{order:1;padding:unset}body .editor-styles-wrapper .procedure-with-links--inverted .container .col2 .box{right:0;bottom:15%}body .editor-styles-wrapper .procedure-with-links--full-width{background-image:var(--bg-img);background-size:cover;background-repeat:no-repeat;background-position:center top;color:var(--text-color-inverted);padding-bottom:2em;position:relative}@media only screen and (max-width: 768px){body .editor-styles-wrapper .procedure-with-links--full-width{margin-bottom:4em}}body .editor-styles-wrapper .procedure-with-links--full-width:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:35%;background:linear-gradient(to bottom,transparent 0%,#1D0903 100%);z-index:0}body .editor-styles-wrapper .procedure-with-links--full-width .container{grid-template-columns:1fr 1.2fr;gap:0 6em;max-width:var(--container-width-lg);position:relative;z-index:10}@media screen and (max-width: 1380px){body .editor-styles-wrapper .procedure-with-links--full-width .container{grid-template-columns:1fr 1.6fr}}@media screen and (max-width: 1240px){body .editor-styles-wrapper .procedure-with-links--full-width .container{grid-template-columns:1fr 3fr}}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-with-links--full-width .container{grid-template-columns:1fr}}body .editor-styles-wrapper .procedure-with-links--full-width p{color:var(--text-color-inverted)}body .editor-styles-wrapper .procedure-with-links--full-width p.eyebrow{border-color:var(--text-color-inverted);padding-top:unset}body .editor-styles-wrapper .procedure-with-links--full-width a.btn{color:var(--text-color-inverted)}body .editor-styles-wrapper .procedure-with-links--full-width .col1{order:1;background-color:#000000e6;position:relative;top:-3em;padding:4em 6em}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-with-links--full-width .col1{top:unset}}@media only screen and (max-width: 768px){body .editor-styles-wrapper .procedure-with-links--full-width .col1{padding:3em 2em}}body .editor-styles-wrapper .procedure-with-links--full-width .col2{order:2;padding:unset}body .editor-styles-wrapper .procedure-with-links--full-width .box{background:none;bottom:unset;right:unset;text-align:center}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-with-links--full-width .box{order:3}}@media only screen and (min-width: 960px){body .editor-styles-wrapper .procedure-with-links--full-width .box{grid-column:1/-1;grid-row:2}}body .editor-styles-wrapper .procedure-with-links--full-width .box ul li{display:inline-block;margin:0 1.5em}@media screen and (max-width: 480px){body .editor-styles-wrapper .procedure-with-links--full-width .box ul li{display:block}}body .editor-styles-wrapper .procedure-with-links--full-width .box a{color:var(--text-color-inverted)}body .editor-styles-wrapper .procedure-with-links--full-widthbody .editor-styles-wrapper .procedure-with-links--inverted .col1{order:2}body .editor-styles-wrapper .procedure-with-links--full-widthbody .editor-styles-wrapper .procedure-with-links--inverted .col2{order:1}body .editor-styles-wrapper .procedure-why .container{display:grid;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-why .container{grid-template-columns:100%}}body .editor-styles-wrapper .procedure-why .container .content{padding:10% 20%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-why .container .content{padding:0 30px}}body .editor-styles-wrapper .procedure-why .container .content ul{padding-left:25px;border-left:3px solid var(--c-accent);line-height:1.4}body .editor-styles-wrapper .procedure-why .container .content ul li{list-style:none}body .editor-styles-wrapper .procedure-why .container .image img{width:100%;height:auto;max-height:75vh;object-fit:cover}body .editor-styles-wrapper .procedure-why--invert .content{order:2}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-why--invert .content{order:1}}body .editor-styles-wrapper .procedure-why--invert .image{order:1}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-why--invert .image{order:2}}body .editor-styles-wrapper .doctor-achievements{overflow:hidden}body .editor-styles-wrapper .doctor-achievements .container{display:grid;grid-template-columns:1fr 2fr;gap:0 5%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .doctor-achievements .container{grid-template-columns:100%}}body .editor-styles-wrapper .doctor-achievements .container--custom{max-width:var(--custom-container-width)}body .editor-styles-wrapper .doctor-achievements__nav{list-style:none}@media only screen and (max-width: 960px){body .editor-styles-wrapper .doctor-achievements__nav{display:none}}body .editor-styles-wrapper .doctor-achievements__nav li{list-style:none}body .editor-styles-wrapper .doctor-achievements__nav li button{all:unset;display:inline-block;cursor:pointer;color:var(--text-color);transition:all .2s ease-in-out;opacity:.5;font-size:clamp(2rem,6vw,3.4rem);font-family:var(--f-secondary);background-color:inherit}body .editor-styles-wrapper .doctor-achievements__nav li button:hover,body .editor-styles-wrapper .doctor-achievements__nav li button.active{color:var(--text-color);opacity:1}body .editor-styles-wrapper .doctor-achievements__nav li button sup{font-size:1.6rem;font-weight:400;position:relative;margin-left:5px;top:-5px}body .editor-styles-wrapper .doctor-achievements__block{position:relative}@media only screen and (max-width: 960px){body .editor-styles-wrapper .doctor-achievements__block{display:none}}body .editor-styles-wrapper .doctor-achievements__block__content{opacity:0;transition:opacity .3s ease-in-out;height:0;position:relative;z-index:unset}body .editor-styles-wrapper .doctor-achievements__block__content p{margin-bottom:unset}body .editor-styles-wrapper .doctor-achievements__block__content.active{height:auto;opacity:1;z-index:9}@media only screen and (max-width: 768px){body .editor-styles-wrapper .doctor-achievements__block__content.active{position:relative}}body .editor-styles-wrapper .doctor-achievements__block__content.active p{color:var(--c-white)}body .editor-styles-wrapper .doctor-achievements__block__content ul li{list-style:none;font-size:1.6rem;border-bottom:1px solid rgba(255,255,255,.15);padding:25px 0;line-height:26px;margin-bottom:unset}body .editor-styles-wrapper .doctor-achievements__block__content ul li:first-of-type{padding-top:unset}body .editor-styles-wrapper .doctor-achievements__block__content ul li:last-of-type{border-bottom:unset}body .editor-styles-wrapper .doctor-achievements .accordion{display:none;margin-top:0}@media only screen and (max-width: 960px){body .editor-styles-wrapper .doctor-achievements .accordion{display:block}}body .editor-styles-wrapper .doctor-achievements .accordion__item{border-color:#ffffff26}body .editor-styles-wrapper .doctor-achievements .accordion h3 button,body .editor-styles-wrapper .doctor-achievements .accordion h3 button:hover,body .editor-styles-wrapper .doctor-achievements .accordion a,body .editor-styles-wrapper .doctor-achievements .accordion a:hover,body .editor-styles-wrapper .doctor-achievements .accordion ul,body .editor-styles-wrapper .doctor-achievements .accordion p{color:var(--text-color)}body .editor-styles-wrapper .doctor-achievements .accordion button .accordion__icon:before,body .editor-styles-wrapper .doctor-achievements .accordion button .accordion__icon:after,body .editor-styles-wrapper .doctor-achievements .accordion button:hover .accordion__icon:before,body .editor-styles-wrapper .doctor-achievements .accordion button:hover .accordion__icon:after{background-color:var(--text-color)}body .editor-styles-wrapper .doctor-credentials{padding:60px 0 30px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .doctor-credentials{padding:30px 0}}body .editor-styles-wrapper .doctor-credentials ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));margin-left:unset!important;align-items:center;text-align:center}@media only screen and (max-width: 1180px){body .editor-styles-wrapper .doctor-credentials ul{gap:25px}}@media only screen and (max-width: 768px){body .editor-styles-wrapper .doctor-credentials ul{grid-template-columns:repeat(2,1fr)}}body .editor-styles-wrapper .doctor-credentials ul li{list-style:none;margin:0}body .editor-styles-wrapper .doctor-credentials ul li img{width:100%;max-width:297px;max-height:147px;height:100%;object-fit:contain}@media only screen and (max-width: 768px){body .editor-styles-wrapper .doctor-credentials ul li img{max-height:97px}}body .editor-styles-wrapper .team-card{--margin-tb: 6em;margin-top:var(--margin-tb);margin-bottom:var(--margin-tb)}body .editor-styles-wrapper .team-card__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2em 6em}@media only screen and (max-width: 768px){body .editor-styles-wrapper .team-card__grid{grid-template-columns:1fr}}body .editor-styles-wrapper .team-card__grid__img img{width:100%}body .editor-styles-wrapper .team-card__grid__content .team-title{font-weight:700;color:var(--c-accent)}body .editor-styles-wrapper .team-card--inverted .team-card__grid__img{order:2}body .editor-styles-wrapper .contact-locations{--text-color: var(--c-white);position:relative;margin-bottom:15rem}@media only screen and (max-width: 768px){body .editor-styles-wrapper .contact-locations{margin-bottom:10rem}}body .editor-styles-wrapper .contact-locations .container{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}body .editor-styles-wrapper .contact-locations img{width:100%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .contact-locations__outer-box{position:relative}}body .editor-styles-wrapper .contact-locations__box{position:relative}@media only screen and (max-width: 960px){body .editor-styles-wrapper .contact-locations__box{position:unset}}body .editor-styles-wrapper .contact-locations__info{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0 auto;width:100%;max-width:518px;padding:3em 2em;text-align:left;background:var(--c-white)}@media only screen and (max-width: 960px){body .editor-styles-wrapper .contact-locations__info{top:100%;width:80%;text-align:center}}body .editor-styles-wrapper .contact-locations__info h2{font-size:2.4rem;font-family:var(--f-primary);color:var(--c-black);margin:0 0 10px}body .editor-styles-wrapper .contact-locations__info p{font-size:var(--body-copy);color:var(--c-black);margin-bottom:unset;line-height:25px}body .editor-styles-wrapper .contact-locations__info .eyebrow{color:var(--c-gray);margin-bottom:4rem}body .editor-styles-wrapper .contact-locations__info .phone{margin-bottom:1rem}body .editor-styles-wrapper .contact-locations__info .phone a{font-weight:300}body .editor-styles-wrapper .contact-locations__info a.whatsapp{display:flex}body .editor-styles-wrapper .contact-locations__info a.whatsapp svg{width:2rem;height:auto;margin-right:.5rem}body .editor-styles-wrapper .contact-locations__info a{color:var(--c-black)!important;text-decoration:none;transition:all var(--efx-transition) ease-in-out}body .editor-styles-wrapper .contact-locations__info a:hover{color:var(--c-accent)}body .editor-styles-wrapper .resources-patient-forms{margin-bottom:15rem}@media only screen and (max-width: 768px){body .editor-styles-wrapper .resources-patient-forms{margin-bottom:8rem}}body .editor-styles-wrapper .resources-patient-forms h2{text-align:center;grid-column:1/-1}body .editor-styles-wrapper .resources-patient-forms .forms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));justify-items:center;gap:16px;max-width:1050px;margin:0 auto}@media only screen and (max-width: 768px){body .editor-styles-wrapper .resources-patient-forms .forms-grid{grid-template-columns:1fr}}body .editor-styles-wrapper .resources-patient-forms .forms-grid__box{--text-color: var(--c-white);background:var(--c-black);color:var(--text-color);text-align:center;display:grid;align-items:center;max-width:700px}body .editor-styles-wrapper .resources-patient-forms .forms-grid__box a{position:relative;padding:60px;display:block}body .editor-styles-wrapper .resources-patient-forms .forms-grid__box h3{font-family:var(--f-primary);color:var(--text-color);text-transform:uppercase;font-size:1.8rem;letter-spacing:1.08px;font-weight:700;margin-bottom:15px}body .editor-styles-wrapper .resources-patient-forms .forms-grid__box p{color:var(--text-color);margin-bottom:unset;padding:0 10%}body .editor-styles-wrapper .resources-patient-forms .forms-grid__box svg{position:absolute;top:30px;left:30px}body .editor-styles-wrapper .resources-care-credit{text-align:center}body .editor-styles-wrapper .resources-care-credit .container{max-width:570px;margin:0 auto}body .editor-styles-wrapper .resources-care-credit img{margin-bottom:4.5rem}body .editor-styles-wrapper .resources-reviews h2{text-align:center}body .editor-styles-wrapper .resources-reviews p{text-align:center;max-width:570px;margin:0 auto}body .editor-styles-wrapper .resources-reviews .social-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:16px;margin:60px auto 0}body .editor-styles-wrapper .resources-reviews .social-grid__box{background-color:var(--c-black)}body .editor-styles-wrapper .resources-reviews .social-grid__box a{background:var(--theme-color);color:var(--c-white);font-weight:700;display:block;align-items:center;max-width:518px;min-height:189px;padding:58px 40px;position:relative;overflow:hidden}body .editor-styles-wrapper .resources-reviews .social-grid__box a:after{display:none}body .editor-styles-wrapper .resources-reviews .social-grid__box__icon{position:absolute;right:0;bottom:0;line-height:0}body .editor-styles-wrapper .resources-reviews .social-grid__box__icon svg{opacity:.2}body .editor-styles-wrapper .resources-reviews .social-grid__box span{display:block;text-transform:uppercase;color:var(--c-white);font-size:1.8rem;line-height:.8}@media only screen and (max-width: 768px){body .editor-styles-wrapper .resources-reviews--boxes .social-grid{grid-template-columns:1fr}}body .editor-styles-wrapper .resources-reviews--circles .social-grid{max-width:900px;margin-left:auto;margin-right:auto}body .editor-styles-wrapper .resources-reviews--circles .social-grid a{color:var(--theme-color);display:block;text-align:center;position:relative;bottom:0;transition:bottom .2s ease-in-out}body .editor-styles-wrapper .resources-reviews--circles .social-grid a:hover{filter:brightness(140%);bottom:12px}body .editor-styles-wrapper .resources-reviews--circles .social-grid a span{text-transform:uppercase;letter-spacing:3px;display:block;margin-top:14px}@media only screen and (max-width: 768px){body .editor-styles-wrapper .resources-reviews--circles .social-grid a span{font-size:1.4rem;letter-spacing:unset;display:none}}@media only screen and (max-width: 768px){body .editor-styles-wrapper .resources-reviews--circles .social-grid a svg{max-width:85px;width:100%;height:auto}}@media only screen and (max-width: 420px){body .editor-styles-wrapper .resources-reviews--circles .social-grid a svg{max-width:45px}}body .editor-styles-wrapper .block-patient-resources{--padding-tb: 20rem;padding-top:var(--padding-tb);padding-bottom:var(--padding-tb);margin-top:0;margin-bottom:0}@media only screen and (max-width: 768px){body .editor-styles-wrapper .block-patient-resources{--padding-tb: 6rem}}body .editor-styles-wrapper .block-patient-resources h2{margin-bottom:0}body .editor-styles-wrapper .block-patient-resources div>p{max-width:686px}@media only screen and (max-width: 768px){body .editor-styles-wrapper .block-patient-resources div>p{max-width:unset}}body .editor-styles-wrapper .block-patient-resources__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:23px;margin-top:8rem}@media only screen and (max-width: 768px){body .editor-styles-wrapper .block-patient-resources__grid{grid-template-columns:1fr}}body .editor-styles-wrapper .block-patient-resources__grid__card{background:#363636;color:var(--text-color);padding:5.2rem 5.7rem}body .editor-styles-wrapper .block-patient-resources__grid__card h3{font-size:2.7rem;font-family:var(--f-primary-heavy);text-transform:uppercase;letter-spacing:1.89px;margin:0 0 10px}@media only screen and (max-width: 768px){body .editor-styles-wrapper .block-patient-resources__grid__card h3{font-size:2.3rem}}body .editor-styles-wrapper .block-patient-resources__grid__card p{margin:unset;border-left:6px solid var(--c-accent);padding:5px 0 5px 20px;font-size:1.6rem}body .editor-styles-wrapper .block-patient-resources__grid__card a{color:var(--text-color);text-transform:uppercase}body .editor-styles-wrapper .block-patient-resources__grid__card a:hover{color:var(--c-accent)}body .editor-styles-wrapper .out-of-town .container{display:grid;grid-template-columns:1fr 1fr;gap:2rem 8%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .out-of-town .container{grid-template-columns:100%}}body .editor-styles-wrapper .out-of-town .container .amenity{position:relative;margin-bottom:10px}body .editor-styles-wrapper .out-of-town .container .amenity:last-of-type{margin-bottom:unset}body .editor-styles-wrapper .out-of-town .container .amenity a{--text-color: var(--c-white);position:relative;display:block}body .editor-styles-wrapper .out-of-town .container .amenity a:hover img{filter:brightness(150%)}body .editor-styles-wrapper .out-of-town .container .amenity a h3{--text-color: var(--c-white);position:absolute;left:50px;bottom:25px;margin:unset;z-index:20}@media only screen and (max-width: 960px){body .editor-styles-wrapper .out-of-town .container .amenity a h3{left:15px;bottom:10px}}body .editor-styles-wrapper .faq-section{--margin-tb: 8rem;margin-top:var(--margin-tb);margin-bottom:var(--margin-tb)}@media only screen and (max-width: 960px){body .editor-styles-wrapper .faq-section{--margin-tb: 4rem}}body .editor-styles-wrapper .faq-section h2{text-align:center;margin-bottom:50px}body .editor-styles-wrapper .reviews-slider{--padding-top: 9rem;padding-top:var(--padding-top);padding-bottom:var(--padding-top);padding-left:26px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .reviews-slider{padding-top:0}}body .editor-styles-wrapper .reviews-slider .container--custom{max-width:var(--custom-container-width)}body .editor-styles-wrapper .reviews-slider h3{font-size:2.5rem;margin-bottom:7rem}@media only screen and (max-width: 768px){body .editor-styles-wrapper .reviews-slider h3{margin-bottom:2rem}}body .editor-styles-wrapper .reviews-slider h3:before{content:"\201c"}body .editor-styles-wrapper .reviews-slider h3:after{content:"\201d"}body .editor-styles-wrapper .reviews-slider .splide__list{padding:3rem 0 0!important}body .editor-styles-wrapper .reviews-slider .splide__list li{background:var(--c-white);padding:5rem}@media only screen and (max-width: 768px){body .editor-styles-wrapper .reviews-slider .splide__list li{padding:2.5rem}}body .editor-styles-wrapper .reviews-slider .splide__list li svg{margin-bottom:15rem}@media only screen and (max-width: 768px){body .editor-styles-wrapper .reviews-slider .splide__list li svg{margin-bottom:5rem}}body .editor-styles-wrapper .reviews-slider .slider-arrows{display:flex;justify-content:end;align-items:center;text-transform:uppercase;gap:2rem;margin:3.8rem 10% 0 0}body .editor-styles-wrapper .reviews-slider .slider-arrows .splide__arrows{text-align:right;display:inline-block}body .editor-styles-wrapper .reviews-slider .slider-arrows .splide__arrows .splide__arrow--next{transform:scaleX(-1)}body .editor-styles-wrapper .reviews-slider .slider-arrows .splide__arrows button.splide__arrow{--button-size: 39px;border:none;background-color:var(--c-black);margin-right:2px;color:var(--c-white);position:relative;display:inline-block;width:var(--button-size);height:var(--button-size);cursor:pointer;overflow:hidden}body .editor-styles-wrapper .reviews-slider .slider-arrows .splide__arrows button.splide__arrow svg{fill:currentColor;position:absolute;top:28%;left:33%}body .editor-styles-wrapper .reviews-slider .slider-arrows .splide__arrows button.splide__arrow[disabled]{background-color:#a5a5a5}body .editor-styles-wrapper .reviews-slider--light{background:transparent linear-gradient(180deg,#FFFFFF 0%,#EFEFEF 100%) 0% 0% no-repeat padding-box}body .editor-styles-wrapper .reviews-slider--dark .splide__list{padding:3rem 0 0!important}body .editor-styles-wrapper .reviews-slider--dark .splide__list li{background:#F2F2F2;padding:5rem}body .editor-styles-wrapper .video-carousel{--container-offset: 5%;width:calc(100% - var(--container-offset));margin-left:var(--container-offset)}body .editor-styles-wrapper .video-carousel .top{display:grid;grid-template-columns:1fr 1fr;gap:0 5%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .video-carousel .top{grid-template-columns:1fr}}body .editor-styles-wrapper .video-carousel .top h2{--h-max: 8rem}body .editor-styles-wrapper .video-carousel .top .content{max-width:500px}body .editor-styles-wrapper .video-carousel .splide__slide{position:relative}body .editor-styles-wrapper .video-carousel .splide__slide .video-container{transition:all .3s ease-in-out}body .editor-styles-wrapper .video-carousel .splide__slide .video-container img{width:100%}body .editor-styles-wrapper .video-carousel .splide__slide .video-info{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}body .editor-styles-wrapper .video-carousel .splide__slide .video-info h3{font-family:var(--f-primary);font-size:2.4rem;color:var(--c-text-color-inverted);font-weight:700;text-shadow:2px 2px 7px rgba(0,0,0,.6)}@media screen and (max-width: 1200px){body .editor-styles-wrapper .video-carousel .splide__slide .video-info h3{font-size:2rem}}body .editor-styles-wrapper .video-carousel .splide__slide .video-info p{font-size:1.6rem;color:var(--c-text-color-inverted);text-shadow:2px 2px 7px rgba(0,0,0,.6)}@media screen and (max-width: 1200px){body .editor-styles-wrapper .video-carousel .splide__slide.is-active .video-info{bottom:6%}}@media only screen and (max-width: 960px){body .editor-styles-wrapper .video-carousel .splide__slide.is-active .video-info{left:0;right:0;margin:0 auto}}body .editor-styles-wrapper .video-carousel .splide__arrows{text-align:right;width:50%;margin:30px auto 0}body .editor-styles-wrapper .video-carousel .splide__arrows button{background:transparent;border:none;cursor:pointer}body .editor-styles-wrapper .video-carousel .splide__arrows .splide__arrow--prev{transform:scaleX(-1);margin-right:15px}body .editor-styles-wrapper .video-carousel .btn-wrapper{margin-top:3.5rem}body .editor-styles-wrapper .schedule-consultation{text-align:center;margin-top:10rem;margin-bottom:1rem;padding-top:18%;padding-bottom:10%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .schedule-consultation{margin-top:10rem;padding-top:10%}}body .editor-styles-wrapper .schedule-consultation h2{max-width:430px;margin-left:auto;margin-right:auto}body .editor-styles-wrapper .schedule-consultation h2 a:after{display:none}body .editor-styles-wrapper .procedures-box{--box-padding: 15% 10%;width:fit-content;padding:var(--box-padding);text-align:center}@media only screen and (max-width: 768px){body .editor-styles-wrapper .procedures-box{--box-padding: 10%}}body .editor-styles-wrapper .procedures-box .container--custom{max-width:var(--custom-container-width)}body .editor-styles-wrapper .procedures-box h3{color:var(--text-color)}body .editor-styles-wrapper .procedures-box ul{margin:0!important;padding:0!important}body .editor-styles-wrapper .procedures-box ul li{list-style:none}body .editor-styles-wrapper .procedures-box ul a{color:var(--text-color);font-size:1.6rem;text-transform:uppercase}body .editor-styles-wrapper .procedures-box ul a:hover{color:#bbb}body .editor-styles-wrapper .instagram-feed{margin-top:5px}body .editor-styles-wrapper .instagram-feed .container{text-align:center}body .editor-styles-wrapper .instagram-feed__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:20px}@media only screen and (max-width: 1180px){body .editor-styles-wrapper .instagram-feed__grid{gap:10px}}@media only screen and (max-width: 768px){body .editor-styles-wrapper .instagram-feed__grid{gap:5px}}body .editor-styles-wrapper .instagram-feed__grid img{width:100%}body .editor-styles-wrapper .instagram-feed__grid a:hover:after{display:none}body .editor-styles-wrapper .instagram-feed__ig-handle{font-size:2rem;letter-spacing:2.2px;font-weight:400;text-transform:uppercase;line-height:normal;margin-top:15px}body .editor-styles-wrapper .in-the-media .container--custom{max-width:var(--custom-container-width)}body .editor-styles-wrapper .in-the-media h2,body .editor-styles-wrapper .in-the-media .eyebrow{text-align:center}body .editor-styles-wrapper .in-the-media .media{display:grid;grid-template-columns:repeat(3,1fr);gap:1%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .in-the-media .media{grid-template-columns:1fr}}body .editor-styles-wrapper .in-the-media .media-image{margin-bottom:25px}body .editor-styles-wrapper .in-the-media .media-logo{margin-bottom:15px}body .editor-styles-wrapper .testimonials .container--custom{max-width:var(--custom-container-width)}body .editor-styles-wrapper .testimonials .heading{text-align:center;margin:0}body .editor-styles-wrapper .testimonials__testimonial{padding:5rem 0;position:relative}@media only screen and (max-width: 960px){body .editor-styles-wrapper .testimonials__testimonial{padding:3rem 0}}body .editor-styles-wrapper .testimonials__testimonial:after{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid var(--text-color);opacity:.3}body .editor-styles-wrapper .testimonials__testimonial:last-of-type:after{display:none}body .editor-styles-wrapper .testimonials__testimonial h4{margin:0 0 20px}body .editor-styles-wrapper .testimonials__testimonial p{font-size:1.8rem}body .editor-styles-wrapper .testimonials__testimonial p:last-of-type{margin-bottom:unset}body .editor-styles-wrapper .testimonials__testimonial .stars{line-height:0;margin:0 0 20px}body .editor-styles-wrapper .testimonials__testimonial .stars svg{--icon-size: 20px;fill:var(--text-color);max-width:var(--icon-size);width:100%;max-height:var(--icon-size);height:100%}body .editor-styles-wrapper .testimonials__testimonial footer{font-size:1.6rem;text-align:right}body .editor-styles-wrapper .testimonials__testimonial footer cite{font-style:normal;font-weight:300}body .editor-styles-wrapper .testimonials .testimonial-image{margin-top:30px}body .editor-styles-wrapper .home-face{padding-top:10%;padding-bottom:4.6rem}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-face{padding-top:6rem}}@media only screen and (max-width: 420px){body .editor-styles-wrapper .home-face{background-position:right 40% top!important}}body .editor-styles-wrapper .home-face .container{padding-left:10%;padding-right:46px;display:grid;grid-template-columns:1fr 1fr;gap:0 10%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-face .container{grid-template-columns:100%;padding-left:30px;padding-right:30px}}body .editor-styles-wrapper .home-face .container h2{max-width:420px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-face .container h2{max-width:unset}}body .editor-styles-wrapper .home-face .container .eyebrow{color:var(--c-white)}body .editor-styles-wrapper .home-face .container p{max-width:460px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-face .container p{max-width:unset}}body .editor-styles-wrapper .home-face .procedures-container{display:grid;justify-items:end;align-self:end;margin-top:28%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-face .procedures-container{margin-top:unset;justify-items:unset}}body .editor-styles-wrapper .home-face .procedures-container .procedures-box{text-align:left;padding:5rem;min-width:320px}body .editor-styles-wrapper .home-face .procedures-container .procedures-box p.eyebrow{color:#bbb;margin-bottom:10rem}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-face .procedures-container .procedures-box p.eyebrow{margin-bottom:2rem}}body .editor-styles-wrapper .home-face .procedures-container .procedures-box ul{line-height:1}body .editor-styles-wrapper .home-face .procedures-container .procedures-box ul li{margin-bottom:25px}body .editor-styles-wrapper .home-face .procedures-container .procedures-box ul li:last-of-type{margin-bottom:unset}body .editor-styles-wrapper .home-face .procedures-container .procedures-box ul li a{font-weight:300}body .editor-styles-wrapper .home-face .procedures-container .procedures-box ul li a:hover{color:#bbb}body .editor-styles-wrapper .home-breast .container--custom,body .editor-styles-wrapper .home-body .container--custom,body .editor-styles-wrapper .home-male .container--custom,body .editor-styles-wrapper .home-non-surgical .container--custom{max-width:var(--custom-container-width)}body .editor-styles-wrapper .popup{align-items:center;justify-content:center;display:none;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:9998;background-color:var(--popup-bg)}body .editor-styles-wrapper .popup__content{--bg-image: initial;--bg-color: initial;--bg-size: cover;--bg-position: left top;--bg-repeat: no-repeat;--bg-attachment: scroll;--text-color: var(--c-dark);background-image:var(--bg-image);background-color:var(--bg-color);background-size:var(--bg-size);background-position:var(--bg-position);background-repeat:var(--bg-repeat);background-attachment:var(--bg-attachment);position:relative}body .editor-styles-wrapper .popup__content h2,body .editor-styles-wrapper .popup__content h3,body .editor-styles-wrapper .popup__content p{color:var(--text-color)}@keyframes slideIn{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}body .editor-styles-wrapper .popup__content--close-box{position:absolute;top:2rem;right:2rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;z-index:9999}@media only screen and (max-width: 768px){body .editor-styles-wrapper .popup__content--close-box{top:1rem;right:1rem}}body .editor-styles-wrapper .popup__content--close-btn{color:var(--c-white);background-color:var(--c-black);font-size:2rem;line-height:1;padding:.2rem 1rem .5rem;transition:all .3s ease-in-out;cursor:pointer}body .editor-styles-wrapper .popup__content--close-btn:hover,body .editor-styles-wrapper .popup__content--close-btn:focus{color:var(--c-white);background-color:var(--c-gray);cursor:pointer}body .editor-styles-wrapper .popup__content--cta ul li{list-style:none;display:inline}@media only screen and (max-width: 768px){body .editor-styles-wrapper .popup.hide-on-mobile{display:none!important}}body .editor-styles-wrapper #announcement-bar.scrolling,body .editor-styles-wrapper #menu-trigger.scrolling{transform:translateY(var(--announcement-offset))}body .editor-styles-wrapper .header.scrolling,body .editor-styles-wrapper .header.fixed{transform:translateY(var(--announcement-header-offset))}@media only screen and (max-width: 960px){body .editor-styles-wrapper body.nav-active .header.scrolling{transform:revert}body .editor-styles-wrapper body.nav-active .announcement.scrolling{display:none}}body .editor-styles-wrapper .announcement{position:absolute;top:var(--announcement-top);left:0;width:100%;z-index:var(--announcement-z-index);background-color:var(--announcement-bg-color);padding-top:var(--announcement-pt);padding-bottom:var(--announcement-pb);padding-left:var(--announcement-pl);padding-right:var(--announcement-pr);text-align:var(--announcement-txt-align);box-sizing:border-box;transition:transform .3s ease}body .editor-styles-wrapper .announcement.scrolling,body .editor-styles-wrapper .announcement.fixed{position:fixed;transform:translateY(var(--announcement-offset))}body .editor-styles-wrapper .announcement p{letter-spacing:5px;color:var(--announcement-text-color);text-transform:uppercase;margin-bottom:unset}@media only screen and (max-width: 960px){body .editor-styles-wrapper .announcement p{font-size:1rem;letter-spacing:0;white-space:nowrap;line-height:2.8}}body .editor-styles-wrapper .announcement a{letter-spacing:5px;color:var(--announcement-text-color);opacity:.7;font-weight:700;text-transform:uppercase;transition:opacity .3s ease}@media only screen and (max-width: 960px){body .editor-styles-wrapper .announcement a{letter-spacing:0;white-space:nowrap;line-height:2.8}}body .editor-styles-wrapper .announcement a:hover{opacity:1;cursor:pointer}body .editor-styles-wrapper .header__content{position:relative}@media only screen and (max-width: 960px){body .editor-styles-wrapper #menu-trigger{top:1rem}}@media only screen and (max-width: 960px){body .editor-styles-wrapper .section__banner{height:60vh!important}}@media only screen and (max-width: 960px){body .editor-styles-wrapper ul.main-navigation__nav{margin:0!important}}body .editor-styles-wrapper .home-meet{--margin-tb: 7rem;margin-top:var(--margin-tb)}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-meet{--margin-tb: 4rem}}body .editor-styles-wrapper .home-meet .container{display:grid;grid-template-columns:1fr 2.5fr}@media only screen and (max-width: 1460px){body .editor-styles-wrapper .home-meet .container{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-meet .container{grid-template-columns:100%}}body .editor-styles-wrapper .home-meet .content{display:grid;align-items:center;margin-right:-30%}@media only screen and (max-width: 1460px){body .editor-styles-wrapper .home-meet .content{margin-right:unset}}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-meet .content{margin-right:unset}}body .editor-styles-wrapper .home-meet .sub-content{padding:0 20%}@media only screen and (max-width: 1460px){body .editor-styles-wrapper .home-meet .sub-content{padding:unset}}body .editor-styles-wrapper .home-meet .content-wrapper{padding:15% 10%;background:var(--c-white);z-index:10;transform:translate(25%)}@media only screen and (max-width: 1460px){body .editor-styles-wrapper .home-meet .content-wrapper{transform:unset}}body .editor-styles-wrapper .home-meet p.eyebrow{text-align:center}@media only screen and (max-width: 1460px){body .editor-styles-wrapper .home-meet p.eyebrow{text-align:unset}}body .editor-styles-wrapper .home-meet .title{position:relative;margin:0 0 30px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-meet .title{padding-bottom:5%;margin:0 0 20px}}body .editor-styles-wrapper .home-meet .title h2{margin:unset;font-size:clamp(3rem,2.5vw,5rem)}@media only screen and (max-width: 420px){body .editor-styles-wrapper .home-meet .title h2{font-size:4rem;text-align:center}}body .editor-styles-wrapper .home-meet .title h2 span{font-size:2.5rem;display:inline-block;transform:translateY(-3px)}body .editor-styles-wrapper .home-meet .title .dr-signature{max-width:247px;height:auto;position:absolute;bottom:-20px;right:30px;width:13vw}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-meet .title .dr-signature{display:none}}body .editor-styles-wrapper .home-meet .image img{width:100%;height:100%;object-fit:cover}body .editor-styles-wrapper .home-eyelid{--padding-tb: 10rem;padding-top:var(--padding-tb);padding-bottom:var(--padding-tb)}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-eyelid{--padding-tb: 6rem}}body .editor-styles-wrapper .home-eyelid .top{max-width:70%;margin:0 auto 8rem}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-eyelid .top{max-width:100%;padding-left:30px;padding-right:30px}}body .editor-styles-wrapper .home-eyelid .top h2{max-width:640px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-eyelid .top h2{max-width:unset}}body .editor-styles-wrapper .home-eyelid .bottom{padding-left:28px}body .editor-styles-wrapper .home-eyelid .procedures ul{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 5%}body .editor-styles-wrapper .home-eyelid .procedures ul li{list-style:none}body .editor-styles-wrapper .home-eyelid .procedures ul li:nth-of-type(2){margin-top:15%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-eyelid .procedures ul li:nth-of-type(2){margin-top:0}}body .editor-styles-wrapper .home-eyelid .procedures ul li a{position:relative;display:block;padding-left:45px;font-weight:300}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-eyelid .procedures ul li a{padding-right:45px}}body .editor-styles-wrapper .home-eyelid .procedures ul li a:hover .image img{transform:scale(1.15) rotate(-2deg)}body .editor-styles-wrapper .home-eyelid .procedures ul li a .image{overflow:hidden}body .editor-styles-wrapper .home-eyelid .procedures ul li a .image img{width:100%;height:auto;transition:all .6s ease-in-out}body .editor-styles-wrapper .home-eyelid .procedures ul li a span.procedure-label{color:#bbb;font-size:2rem;letter-spacing:3px;text-transform:uppercase;display:inline-block;transform:rotate(-90deg);transform-origin:right top;position:absolute;top:0;right:100%;z-index:20}body .editor-styles-wrapper .home-eyelid .procedures ul li a span.procedure-title{text-transform:uppercase;font-size:2.5rem;font-family:var(--f-secondary);display:block;margin-top:12px;line-height:normal}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-eyelid .procedures ul{grid-template-columns:100%}}body .editor-styles-wrapper .home-injectables{margin-top:6.3rem;margin-bottom:6.3rem}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-injectables{margin-top:0}}body .editor-styles-wrapper .home-injectables .container{display:grid;grid-template-columns:1fr 1.2fr}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-injectables .container{grid-template-columns:100%}}body .editor-styles-wrapper .home-injectables .image{position:relative}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-injectables .image{order:2}}@media screen and (max-width: 520px){body .editor-styles-wrapper .home-injectables .image{margin-bottom:35%}}body .editor-styles-wrapper .home-injectables .image img{width:100%;height:auto;max-height:100vh;object-fit:cover}body .editor-styles-wrapper .home-injectables .image .procedures-box{position:absolute;bottom:4.6rem;right:4.6rem;z-index:50;text-align:left;padding:5rem;min-width:320px}body .editor-styles-wrapper .home-injectables .image .procedures-box li:last-of-type{margin-bottom:unset}body .editor-styles-wrapper .home-injectables .image .procedures-box li a{font-weight:300}body .editor-styles-wrapper .home-injectables .image .procedures-box li a:hover{color:#bbb}@media screen and (max-width: 520px){body .editor-styles-wrapper .home-injectables .image .procedures-box{right:0;bottom:0;transform:translateY(50%)}}body .editor-styles-wrapper .home-injectables .content{padding:20%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-injectables .content{padding:60px 30px}}body .editor-styles-wrapper .home-skin{padding-top:10%;padding-bottom:4.6rem}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-skin{padding-top:6rem}}body .editor-styles-wrapper .home-skin .container{padding-left:46px;padding-right:10%;display:grid;grid-template-columns:1fr 1fr;gap:0 10%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-skin .container{grid-template-columns:100%;padding-left:30px;padding-right:30px}}body .editor-styles-wrapper .home-skin .container h2{max-width:420px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-skin .container h2{max-width:unset}}body .editor-styles-wrapper .home-skin .container .eyebrow{color:var(--c-white)}body .editor-styles-wrapper .home-skin .container p{max-width:460px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-skin .container p{max-width:unset}}body .editor-styles-wrapper .home-skin .procedures-container{display:grid;align-self:end;margin-top:20%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-skin .procedures-container{margin-top:unset;order:2}}body .editor-styles-wrapper .home-skin .procedures-container .procedures-box{text-align:left;padding:5rem;min-width:320px}body .editor-styles-wrapper .home-skin .procedures-container .procedures-box p.eyebrow{color:#bbb;margin-bottom:10rem}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-skin .procedures-container .procedures-box p.eyebrow{margin-bottom:2rem}}body .editor-styles-wrapper .home-skin .procedures-container .procedures-box ul{line-height:1}body .editor-styles-wrapper .home-skin .procedures-container .procedures-box ul li{margin-bottom:25px}body .editor-styles-wrapper .home-skin .procedures-container .procedures-box ul li:last-of-type{margin-bottom:unset}body .editor-styles-wrapper .home-skin .procedures-container .procedures-box ul li a{font-weight:300}body .editor-styles-wrapper .home-skin .procedures-container .procedures-box ul li a:hover{color:#bbb}body .editor-styles-wrapper .home-about{--padding-tb: 9rem;padding-top:var(--padding-tb);padding-bottom:var(--padding-tb)}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-about{--padding-tb: 6rem}}body .editor-styles-wrapper .home-about .container{display:grid;grid-template-columns:1fr 1.2fr;align-items:center}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-about .container{grid-template-columns:100%}}body .editor-styles-wrapper .home-about .image{display:grid;justify-self:end;align-items:center;position:relative;max-width:500px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-about .image{justify-self:unset;order:2}}body .editor-styles-wrapper .home-about .image img{width:100%;height:auto}body .editor-styles-wrapper .home-about .image img.logo-icon{position:absolute;top:0;right:0;max-width:148px;transform:translate(50%,-50%);z-index:20}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-about .image img.logo-icon{width:30vw;left:0;margin:0 auto;transform:translateY(-50%)}}body .editor-styles-wrapper .home-about .image svg{max-width:100px;position:absolute;top:0;right:0;max-width:148px;transform:translate(50%,-50%);z-index:20}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-about .image svg{width:30vw;left:0;margin:0 auto;transform:translateY(-50%)}}body .editor-styles-wrapper .home-about .image .procedures-box{position:absolute;bottom:4.6rem;right:4.6rem;z-index:50}body .editor-styles-wrapper .home-about .image .procedures-box a:hover{color:#bbb}body .editor-styles-wrapper .home-about .content{padding:16%;background:var(--c-white)}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-about .content{padding:60px 30px}}body .editor-styles-wrapper .home-recommended{--padding-tb: 7rem;padding:var(--padding-tb) 10%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-recommended{padding:var(--padding-tb) 30px}}body .editor-styles-wrapper .home-recommended .eyebrow{color:var(--c-white)}@media only screen and (max-width: 768px){body .editor-styles-wrapper .home-recommended .eyebrow{display:none}}body .editor-styles-wrapper .home-recommended .bottom{display:grid;grid-template-columns:repeat(3,1fr);margin-top:20%;gap:0 3rem}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-recommended .bottom{grid-template-columns:100%;margin-top:8rem}}body .editor-styles-wrapper .home-recommended .bottom .box{--text-color: var(--c-white);padding:5.2rem;background-color:transparent;border-top:1px solid var(--c-white);transition:all .3s ease-in-out;min-height:402px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-recommended .bottom .box{padding:2.5rem;min-height:unset}}body .editor-styles-wrapper .home-recommended .bottom .box:hover{--text-color: var(--c-black);background-color:var(--c-white)}body .editor-styles-wrapper .home-recommended .bottom .box:hover ul{display:block}body .editor-styles-wrapper .home-recommended .bottom .box:hover ul li a{--text-color: var(--c-black)}body .editor-styles-wrapper .home-recommended .bottom .box h3{font-size:2.5rem}body .editor-styles-wrapper .home-recommended .bottom .box ul{line-height:1;display:none}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-recommended .bottom .box ul{display:block}}body .editor-styles-wrapper .home-recommended .bottom .box ul li{display:block;line-height:0}body .editor-styles-wrapper .home-recommended .bottom .box ul li:last-of-type{margin-bottom:unset}body .editor-styles-wrapper .home-recommended .bottom .box ul li a{--text-color: var(--c-black)}@media only screen and (max-width: 960px){body .editor-styles-wrapper .home-recommended .bottom .box ul li a{--text-color: var(--c-white)}}body .editor-styles-wrapper .home-recommended .bottom .box ul li a:after{display:none}body .editor-styles-wrapper .home-recommended .bottom .box ul li a:hover{color:#bbb}body .editor-styles-wrapper .doctor-about .container{display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width: 960px){body .editor-styles-wrapper .doctor-about .container{grid-template-columns:100%}}@media only screen and (max-width: 960px){body .editor-styles-wrapper .doctor-about .image{order:2}}body .editor-styles-wrapper .doctor-about .image img{width:100%;height:auto;max-height:100vh;object-fit:cover}body .editor-styles-wrapper .doctor-about .content{padding:4rem 50px 0 15%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .doctor-about .content{padding:6rem 3rem}}body .editor-styles-wrapper .doctor-about .content .eyebrow{color:var(--c-black)}body .editor-styles-wrapper .doctor-about .content p{max-width:80%}@media only screen and (max-width: 1180px){body .editor-styles-wrapper .doctor-about .content p{max-width:100%}}body .editor-styles-wrapper .doctor-experience{--margin-tb: 16rem;margin-top:var(--margin-tb);margin-bottom:calc(var(--margin-tb) / 2.3)}@media only screen and (max-width: 960px){body .editor-styles-wrapper .doctor-experience{--margin-tb: 8rem}}body .editor-styles-wrapper .doctor-experience .container{display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width: 960px){body .editor-styles-wrapper .doctor-experience .container{grid-template-columns:100%}}body .editor-styles-wrapper .doctor-experience .content{padding:0 10%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .doctor-experience .content{padding:0 30px}}body .editor-styles-wrapper .doctor-experience .content .eyebrow{color:var(--c-black)}body .editor-styles-wrapper .doctor-experience .content h2{max-width:520px}body .editor-styles-wrapper .doctor-experience .content p,body .editor-styles-wrapper .doctor-experience .content ul{max-width:80%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .doctor-experience .content p,body .editor-styles-wrapper .doctor-experience .content ul{max-width:100%}}body .editor-styles-wrapper .doctor-experience .content ul{position:relative;padding:2.5rem 0 2.5rem 2rem;margin:0 0 3rem;line-height:1}body .editor-styles-wrapper .doctor-experience .content ul:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:transparent linear-gradient(180deg,#012957 0%,#0065A1 100%) 0% 0% no-repeat padding-box}body .editor-styles-wrapper .doctor-experience .content ul li{list-style-type:none;font-style:italic;line-height:1.5}body .editor-styles-wrapper .doctor-experience .content ul li:last-of-type{margin-bottom:0}body .editor-styles-wrapper .doctor-experience .image img{width:100%;height:auto;max-height:100vh;object-fit:cover}body .editor-styles-wrapper .featured-procedures .content{text-align:center}body .editor-styles-wrapper .featured-procedures .content .eyebrow{color:var(--c-black)}body .editor-styles-wrapper .featured-procedures .procedures{--text-color: var(--c-white);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6rem;margin:5rem 0}@media only screen and (max-width: 960px){body .editor-styles-wrapper .featured-procedures .procedures{grid-template-columns:1fr;margin:0}}body .editor-styles-wrapper .featured-procedures .procedures a{color:var(--text-color)}body .editor-styles-wrapper .featured-procedures .procedures a:hover{color:#ccc}body .editor-styles-wrapper .featured-procedures .procedures>div{display:block;width:100%;height:100%;max-height:566px;overflow:hidden;position:relative}body .editor-styles-wrapper .featured-procedures .procedures>div .content{position:absolute;top:0;left:0;padding:8%;z-index:5;display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:end;width:100%;height:100%}body .editor-styles-wrapper .featured-procedures .procedures>div .content p.eyebrow{color:var(--text-color);font-size:1.6rem}body .editor-styles-wrapper .featured-procedures .procedures>div .content h3{font-size:clamp(3.4rem,8vw,6rem);margin:unset}body .editor-styles-wrapper .featured-procedures .procedures>div .content .links ul{margin-left:unset;text-align:right;line-height:1.2}body .editor-styles-wrapper .featured-procedures .procedures>div .content .links ul li{list-style:none;margin:0 0 15px;font-size:1.5rem}body .editor-styles-wrapper .featured-procedures .procedures>div img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-in-out;position:relative;z-index:1}body .editor-styles-wrapper .featured-procedures .procedures>div:hover img{transform:scale(1.2)}body .editor-styles-wrapper .procedure-what .container{display:grid;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-what .container{grid-template-columns:100%}}body .editor-styles-wrapper .procedure-what .container .content{padding:10% 20%}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-what .container .content{padding:0 30px}}body .editor-styles-wrapper .procedure-what .container .content ul{padding-left:25px;border-left:3px solid var(--c-accent);line-height:1.4}body .editor-styles-wrapper .procedure-what .container .content ul li{list-style:none}body .editor-styles-wrapper .procedure-what .container .image img{width:100%;height:auto;max-height:75vh;object-fit:cover}body .editor-styles-wrapper .procedure-what--invert .content{order:2}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-what--invert .content{order:1}}body .editor-styles-wrapper .procedure-what--invert .image{order:1}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-what--invert .image{order:2}}body .editor-styles-wrapper .procedure-types .eyebrow{text-align:center;font-weight:400}body .editor-styles-wrapper .procedure-types h2{text-align:center;margin-bottom:6rem}body .editor-styles-wrapper .procedure-types .text{text-align:center}body .editor-styles-wrapper .procedure-types .procedures{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-types .procedures{grid-template-columns:100%}}body .editor-styles-wrapper .procedure-types .procedures .procedure{padding:6rem;border:1px solid #E2E2E2}@media only screen and (max-width: 960px){body .editor-styles-wrapper .procedure-types .procedures .procedure{padding:4rem}}body .editor-styles-wrapper .procedure-types .procedures .procedure h3{--h-max: 3.5rem;margin-bottom:2rem}body .editor-styles-wrapper .procedure-types .procedures .procedure p:last-of-type{margin-bottom:0}body .editor-styles-wrapper .procedure-types .procedures .procedure ul{padding-left:25px;border-left:3px solid var(--c-accent);line-height:1.4}body .editor-styles-wrapper .procedure-types .procedures .procedure ul li{list-style:none}body .editor-styles-wrapper .main-navigation.hide{display:grid!important;position:relative;transform:unset}body .editor-styles-wrapper .popup{align-items:unset;background-color:unset;display:block;height:auto;justify-content:unset;left:unset;overflow:visible;position:relative;top:auto;width:unset;z-index:1}body .editor-styles-wrapper{--f-primary: poppins, sans-serif;--f-secondary: haboro-contrast-extended, serif;--body-copy: 1.5rem;font-family:var(--f-primary);font-size:var(--body-copy);color:var(--c-primary);font-weight:400;line-height:normal;min-height:200px}body .editor-styles-wrapper .block-editor__typewriter{overflow:hidden}body .editor-styles-wrapper .wp-block{max-width:100%;margin-left:unset;margin-right:unset}body .editor-styles-wrapper .wp-block a,body .editor-styles-wrapper .wp-block .responsive-video .video-wrap{pointer-events:none;cursor:default}body .editor-styles-wrapper .wp-block.wp-block-post-title{box-shadow:unset}body .editor-styles-wrapper .wp-block:not(.block-list-appender,.wp-block-post-title){box-shadow:0 0 0 1px #00000026;min-height:30px}body .editor-styles-wrapper .splide{visibility:visible}body .editor-styles-wrapper .animate{opacity:1}body .editor-styles-wrapper .c-title div{opacity:1;transform:unset}body .editor-styles-wrapper .menu{position:unset}body .editor-styles-wrapper .hide{display:block!important}.editor-resizable-editor.is-resizable{height:unset!important}.wp-core-ui select{max-width:unset!important}.block-editor .edit-post-sidebar .acf-fields>.acf-field[data-width="50"]{width:50%!important}.block-editor .edit-post-sidebar .acf-fields>.acf-field.-c0[data-width="50"]{clear:unset!important;float:left!important}.edit-post-layout .interface-interface-skeleton__sidebar,.edit-post-layout .editor-sidebar{width:510px!important}.edit-post-layout .acf-field-repeater .acf-row:nth-of-type(even) .acf-row-handle{background:#ccc;color:#fff}@media (max-width: 1100px){.edit-post-layout .interface-interface-skeleton__sidebar,.edit-post-layout .editor-sidebar{width:310px!important}}#edittag .acf-field-67b647a604f4f .acf-input-wrap{width:5rem}
/*# sourceMappingURL=app-editor.css.map */
