:root{--base:clamp(1.19rem,calc(0.98rem + 1.04vw),1.81rem);--h6:clamp(1.43rem,calc(1.15rem + 1.37vw),2.25rem);--h5:clamp(1.71rem,calc(1.35rem + 1.79vw),2.79rem);--h4:clamp(2.05rem,calc(1.58rem + 2.34vw),3.46rem);--h3:clamp(2.46rem,calc(1.86rem + 3.04vw),4.29rem);--h2:clamp(2.96rem,calc(2.17rem + 3.93vw),5.31rem);--h1:clamp(3.55rem,calc(2.53rem + 5.07vw),6.59rem);--primary:#0095DA;--secondary:#007AAF;--light-grey:#F5F5F5;--dark-grey:#949BAA;--gold:#A47C21;--black:#000;--black-80:#313131;--black-60:#626262;--black-40:#939393;--black-20:#C4C4C4;--black-10:#DDD;--black-5:#E8E8E8;--black-2:#F7F7F7;--white:#fff;--spaceOutside:calc(calc(100vw - 1280px) / 2);--spaceOutsideMob:calc(calc(100vw - 100%) / 2)}.pad-none.ct-section>.ct-section-inner-wrap{padding:0}.w-100.ct-section>.ct-section-inner-wrap{max-width:100%}.pad-none{padding:0}.h-100{height:100vh}.w-100{width:100%}.relative{position:relative}body{overflow-x:clip}p{margin:0}h1{font-size:var(--h1)}h2{font-size:var(--h2)}h3{font-size:var(--h3)}h4{font-size:var(--h4)}h5{font-size:var(--h5)}h6{font-size:var(--h6)}.g-1.ct-div-block{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}.g-2.ct-div-block{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.g-3.ct-div-block{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.g-4.ct-div-block{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.g-5.ct-div-block{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.g-6.ct-div-block{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}.g-7.ct-div-block{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.g-8.ct-div-block{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}.g-9.ct-div-block{display:grid;grid-template-columns:repeat(9,minmax(0,1fr))}.g-10.ct-div-block{display:grid;grid-template-columns:repeat(10,minmax(0,1fr))}.g-11.ct-div-block{display:grid;grid-template-columns:repeat(11,minmax(0,1fr))}.g-12.ct-div-block{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}.col-1{grid-column:span 1}.col-2{grid-column:span 2}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}.col-9{grid-column:span 9}.col-10{grid-column:span 10}.col-11{grid-column:span 11}.col-12{grid-column:span 12}.row-1{grid-row:span 1}.row-2{grid-row:span 2}.row-3{grid-row:span 3}.row-4{grid-row:span 4}.row-5{grid-row:span 5}.row-6{grid-row:span 6}.row-7{grid-row:span 7}.row-8{grid-row:span 8}.row-9{grid-row:span 9}.row-10{grid-row:span 10}.row-11{grid-row:span 11}.row-12{grid-row:span 12}.pad-none.ct-section>.ct-section-inner-wrap{padding:0}.w-100.ct-section>.ct-section-inner-wrap{max-width:100%}.pad-none{padding:0}.h-100{height:100vh}.w-100{width:100%}.relative{position:relative}.row{width:100%}.btn-primary{display:flex!important;flex-direction:row!important;align-items:center!important;gap:1rem;text-transform:uppercase;letter-spacing:.2rem;font-size:calc(var(--base) - .3rem);font-family:Figtree;font-weight:800;background-color:var(--primary);color:var(--white);padding:1.25rem 2.25rem;line-height:1;border:.1rem solid var(--primary)!important}.btn-primary path{stroke:var(--white)}.btn-primary svg{position:relative;right:0;transition:all .3s cubic-bezier(0.2,1,.3,1)}.btn-primary:hover svg{right:-.5rem}.btn-secondary{display:flex!important;flex-direction:row!important;align-items:center!important;gap:1rem;text-transform:uppercase;letter-spacing:.2rem;font-family:Figtree;font-weight:800;background-color:var(--white);color:var(--primary);padding:1.25rem 2.25rem;line-height:1;transition:all .3s cubic-bezier(0.2,1,.3,1);border:.1rem solid var(--white)!important}.btn-secondary path{stroke:var(--primary)}.btn-secondary svg{position:relative;right:0;transition:all .3s cubic-bezier(0.2,1,.3,1)}.btn-secondary:hover svg{right:-.5rem}.ct-section:not(header,footer)>.ct-section-inner-wrap{padding:10rem 0}.ct-section:not(header,footer)>.ct-section-inner-wrap>.row{width:100%}@media only screen and (max-width:1280px){.ct-section:not(header,footer)>.ct-section-inner-wrap{padding:10rem 4rem}}@media only screen and (max-width:767px){.ct-section:not(header,footer)>.ct-section-inner-wrap{padding:5rem 3rem}}body.no-scroll{overflow:hidden}body #smooth-wrapper,body #smooth-content{width:100%}body #main{width:100%}.header{position:fixed;top:0;z-index:4;transition:background-color .3s cubic-bezier(0.2,1,.3,1)}.header::before{content:'';position:fixed;background-color:rgba(0,0,0,.5);left:0;top:0;width:100vw;height:100vh;z-index:1;transform:translateX(100%);transition:transform 1s cubic-bezier(0.2,1,.3,1)}@media only screen and (max-width:992px){.header::before{display:none}}.header.scrolled{background-color:var(--white)}@media only screen and (max-width:992px){.header.overlay{background-color:var(--white)}}.header.overlay::before{transform:translateX(0%)}.header .ct-section-inner-wrap{padding:2rem 0}@media only screen and (max-width:1280px){.header .ct-section-inner-wrap{padding:2rem}}@media only screen and (max-width:767px){.header .ct-section-inner-wrap{padding:1rem 2rem}}.header .row{flex-direction:row;align-items:center;gap:2rem}.header .header__logo-img{max-width:20rem;transition:max-width .3s cubic-bezier(0.2,1,.3,1)}.header .header__logo-img.scrolled{max-width:12rem}@media only screen and (max-width:767px){.header .header__logo-img{max-width:12rem}}.header .header__menu-nav .oxy-nav-menu-list{gap:1rem}.header .header__menu-nav .menu-item a{color:var(--primary);font-weight:400;font-size:calc(var(--base) - .2rem);text-transform:uppercase;padding:1rem 1.5rem;transition:all .3s ease-in;position:relative}.header .header__menu-nav .menu-item a::before{content:'';position:absolute;bottom:0;left:1.5rem;width:0;height:.2rem;transition:all .3s ease-out;background-color:var(--primary);z-index:-1}.header .header__menu-nav .menu-item a:hover::before{width:calc(100% - 3rem)}.header .header__menu-nav .menu-item:last-child a{font-weight:700}.header .header__menu-nav .menu-item:last-child a::before{width:100%;left:0}.header .header__menu-nav .menu-item:last-child a:hover{color:var(--white)}.header .header__menu-nav .menu-item:last-child a:hover::before{height:100%}@media only screen and (max-width:992px){.header .header__menu{display:none}}.header .header__burger{margin-left:auto;display:flex}.header .header__burger .ham{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform 400ms;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;z-index:3}.header .header__burger .ham7 .top{stroke-dasharray:40 82}.header .header__burger .ham7 .middle{stroke-dasharray:40 111}.header .header__burger .ham7 .bottom{stroke-dasharray:40 161}.header .header__burger .ham7.active .top{stroke-dasharray:17 82;stroke-dashoffset:-62px}.header .header__burger .ham7.active .middle{stroke-dashoffset:23px}.header .header__burger .ham7.active .bottom{stroke-dashoffset:-83px}.header .header__burger .ham7.active .line{stroke:var(--black)}.header .header__burger .hamRotate.active{transform:rotate(45deg)}.header .header__burger .line{fill:none;transition:stroke-dasharray 400ms,stroke-dashoffset 400ms;stroke:var(--primary);stroke-width:5.5;stroke-linecap:round;transition:all .3s ease}.header .header__offcanvas{position:fixed;right:0;top:0;height:100vh;width:70vw;background-color:var(--white);padding:7rem 8rem;transform:translateX(100%);transition:transform 1.5s cubic-bezier(0.2,1,.3,1),padding .2s cubic-bezier(0.2,1,.3,1);z-index:2}@media only screen and (max-width:992px){.header .header__offcanvas{transition:transform 1s cubic-bezier(0.2,1,.3,1);transform:translateX(0%) translateY(-100%);width:100vw;padding:0;height:calc(100vh - 16rem);z-index:0}}@media only screen and (max-width:767px){.header .header__offcanvas{height:calc(100vh - 9.4rem)}}.header .header__offcanvas.expand{transform:translateX(0%)}@media only screen and (max-width:992px){.header .header__offcanvas.expand{transform:translateY(calc(0% + 16rem))}}@media only screen and (max-width:767px){.header .header__offcanvas.expand{transform:translateY(calc(0% + 9.4rem))}}@media only screen and (max-width:992px){.header .header__offcanvas.expand.scrolled{transform:translateY(calc(0% + 11rem))}}@media only screen and (max-width:767px){.header .header__offcanvas.expand.scrolled{transform:translateY(calc(0% + 9.4rem))}}.header .header__offcanvas .offcanvas__wrapper{width:100%;row-gap:7.5rem;overflow-y:auto}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__wrapper{row-gap:3.5rem;padding-bottom:13rem}}.header .header__offcanvas .offcanvas__topmenu{flex-direction:row;align-items:center;column-gap:8rem;font-family:Figtree;font-size:calc(var(--base) + .2rem);text-transform:uppercase}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__topmenu{flex-direction:column;width:100%;row-gap:2rem}}.header .header__offcanvas .offcanvas__appointment{color:var(--primary);font-weight:800;text-decoration:none;position:relative}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__appointment{width:100%;padding:1.5rem 0;text-align:center;background-color:var(--primary);color:var(--white)}}.header .header__offcanvas .offcanvas__appointment::after{content:'';position:absolute;left:0;bottom:-.5rem;width:100%;height:.3rem;background-color:var(--primary)}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__appointment::after{display:none}}.header .header__offcanvas .offcanvas__language{flex-direction:row;align-items:center;column-gap:2rem}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__language{width:100%;padding:0 2rem;flex-direction:column;align-items:flex-start;row-gap:1rem}}.header .header__offcanvas .offcanvas__language-label{font-weight:500}.header .header__offcanvas .offcanvas__language-list{list-style:none;padding:0;margin:0;display:flex;column-gap:2rem;font-weight:500}.header .header__offcanvas .offcanvas__language-list a::after{content:'';position:absolute;left:0;bottom:-.5rem;width:0;height:.3rem;background-color:var(--primary);transition:width .3s ease-in}.header .header__offcanvas .offcanvas__language-list a:hover::after{width:100%}.header .header__offcanvas .offcanvas__language-list .active a{color:var(--primary)}.header .header__offcanvas .offcanvas__language-list .active a::after{width:100%}.header .header__offcanvas .offcanvas__language-item{color:var(--black-60);text-decoration:none;position:relative}.header .header__offcanvas .offcanvas__menu{width:100%;font-family:Figtree;text-transform:uppercase}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__menu{padding:0 2rem}}.header .header__offcanvas .offcanvas__menu-nav{width:inherit}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__menu-nav{display:none}}.header .header__offcanvas .offcanvas__menu-nav-md{display:none}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__menu-nav-md{display:flex;width:inherit}}.header .header__offcanvas .offcanvas__menu-nav-md .oxy-slide-menu_inner{width:100%}.header .header__offcanvas .offcanvas__menu-nav-md .oxy-slide-menu_list{display:flex;flex-direction:column;row-gap:3rem}.header .header__offcanvas .offcanvas__menu-nav-md .oxy-slide-menu_list .menu-item{row-gap:1rem;width:100%}.header .header__offcanvas .offcanvas__menu-nav-md .oxy-slide-menu_list .menu-item>a{font-size:var(--h5);font-weight:700;color:var(--black);justify-content:space-between;position:relative;text-decoration:none}.header .header__offcanvas .offcanvas__menu-nav-md .oxy-slide-menu_list .menu-item .sub-menu .menu-item>a{font-weight:400}.header .header__offcanvas .offcanvas__menu-nav-md .oxy-slide-menu_list .menu-item .sub-menu .menu-item:not(:first-child){margin-top:1.5rem}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__menu .oxy-nav-menu-list{flex-direction:column;row-gap:3rem}}.header .header__offcanvas .offcanvas__menu .oxy-nav-menu-list .menu-item{row-gap:2rem;width:43%}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__menu .oxy-nav-menu-list .menu-item{row-gap:1rem;width:100%}}.header .header__offcanvas .offcanvas__menu .oxy-nav-menu-list .menu-item:nth-child(2n-1){left:var(--translateX)}.header .header__offcanvas .offcanvas__menu .oxy-nav-menu-list .menu-item>a{font-size:var(--h5);font-weight:700;color:var(--black);justify-content:space-between;position:relative}.header .header__offcanvas .offcanvas__menu .oxy-nav-menu-list .menu-item>a:hover{color:var(--primary)}.header .header__offcanvas .offcanvas__menu .oxy-nav-menu-list .menu-item .sub-menu{position:static;visibility:visible;opacity:1;row-gap:1rem}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__menu .oxy-nav-menu-list .menu-item .sub-menu{display:none}}.header .header__offcanvas .offcanvas__menu .oxy-nav-menu-list .menu-item .sub-menu .menu-item:nth-child(2n-1){left:0}.header .header__offcanvas .offcanvas__menu .oxy-nav-menu-list .menu-item .sub-menu .menu-item>a{font-size:calc(var(--base) + .2rem);font-weight:500;color:#454545}.header .header__offcanvas .offcanvas__menu .oxy-nav-menu-list .menu-item .sub-menu .menu-item>a:hover{color:var(--primary)}.header .header__offcanvas .offcanvas__brand{width:100%;text-transform:uppercase;row-gap:2rem}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__brand{padding:0 2rem}}.header .header__offcanvas .offcanvas__brand-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.header .header__offcanvas .offcanvas__brand-item{grid-column:span 6}@media only screen and (max-width:992px){.header .header__offcanvas .offcanvas__brand-item{grid-column:span 12}}.header .header__offcanvas .offcanvas__brand-link{font-family:Figtree;font-size:calc(var(--base) + .2rem);color:#454545;font-weight:500;text-decoration:none}.header .header__offcanvas .offcanvas__brand-link:hover{color:var(--primary)}.footer{background-color:#F3F3F3}.footer .ct-section-inner-wrap{padding:3rem 0 6rem}@media only screen and (max-width:1280px){.footer .ct-section-inner-wrap{padding:2rem}}.footer .ct-section-inner-wrap .row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;row-gap:3rem}@media only screen and (max-width:992px){.footer .ct-section-inner-wrap .row{row-gap:0}}.footer .footer__logo{grid-column:span 2}@media only screen and (max-width:992px){.footer .footer__logo{grid-column:span 12;order:0;align-items:flex-start}}.footer .footer__logo-img{max-width:25rem}@media only screen and (max-width:767px){.footer .footer__logo-img{max-width:20rem}}.footer .footer__media{grid-column:5/end;flex-direction:row;align-items:center;column-gap:3rem;justify-content:flex-end}@media only screen and (max-width:992px){.footer .footer__media{grid-column:span 12;order:2;flex-direction:column;align-items:flex-start;row-gap:1rem;margin-top:3rem}}.footer .footer__media-tag{font-family:Figtree;font-weight:800;font-size:calc(var(--base) + .6rem);text-align:right}@media only screen and (max-width:992px){.footer .footer__media-tag{text-align:left}}.footer .footer__media-list{flex-direction:row;column-gap:3.5rem}.footer .footer__media-icon{color:var(--primary)}.footer .footer__media-icon svg{width:3.5rem;height:3.5rem}@media only screen and (max-width:992px){.footer .footer__media-icon svg{width:2rem;height:2rem}}.footer .footer__location{grid-column:span 3;align-self:baseline}@media only screen and (max-width:992px){.footer .footer__location{grid-column:span 12;order:1}}.footer .footer__location-form{row-gap:1rem;width:100%}.footer .footer__location-label{font-size:calc(var(--base) - .2rem)}@media only screen and (max-width:992px){.footer .footer__location-label{font-size:var(--base)}}.footer .footer__location-list{width:inherit;position:relative}.footer .footer__location-list::after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB7SURBVHgBZU5BDYAwDFzZBCBhEpAAEnCAgT2qABzssexNUEBQMA04QAIClo02YckCTa5p766XgnOuF0LMMcYREW/xlve+SymtxA8NtSvnrJVSwVrbVoZA48mHwCSJWkoZAICTkLATDmPMxDqU+Mqoad2K4VdspB+XL/8ABcAy/nMnI/oAAAAASUVORK5CYII=);position:absolute;right:1.5rem;top:50%;transform:translateY(-60%)}.footer .footer__location-input{width:inherit;padding:1rem 1.5rem;color:var(--black-40);font-family:Figtree;font-size:calc(var(--base) - .4rem);border:.1rem solid #C5C5C5;cursor:pointer;border-radius:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-progress-appearance:none}@media only screen and (max-width:992px){.footer .footer__location-input{font-size:var(--base)}}.footer .footer__company{grid-column:5/end;flex-direction:row;align-items:start;column-gap:2rem;justify-content:flex-end;text-align:right;color:#3E3E3E}@media only screen and (max-width:992px){.footer .footer__company{grid-column:span 12;order:2;flex-direction:column;row-gap:3rem;align-items:flex-start;text-align:left;margin-top:1.5rem}}.footer .footer__company-label{font-weight:700;margin-bottom:1rem;font-size:calc(var(--base) - .2rem)}@media only screen and (max-width:992px){.footer .footer__company-label{margin-bottom:0;font-size:var(--base)}}.footer .footer__company-contact{margin-right:2rem}@media only screen and (max-width:992px){.footer .footer__company-contact{margin-right:0}}.footer .footer__company-contact,.footer .footer__company-address{align-items:flex-end}@media only screen and (max-width:992px){.footer .footer__company-contact,.footer .footer__company-address{align-items:flex-start;row-gap:.3rem}}.footer .footer__company-phone,.footer .footer__company-mail,.footer .footer__company-street{text-decoration:none;color:#3E3E3E;font-size:calc(var(--base) - .4rem)}.footer .footer__company-phone:hover,.footer .footer__company-mail:hover,.footer .footer__company-street:hover{color:var(--primary)}@media only screen and (max-width:992px){.footer .footer__company-phone,.footer .footer__company-mail,.footer .footer__company-street{font-size:calc(var(--base) - .2rem)}}.footer .footer__company-img{object-fit:contain;width:100%;height:100%}.footer .footer__copyright{grid-column:span 3}@media only screen and (max-width:992px){.footer .footer__copyright{grid-column:span 12;order:4;margin-top:3rem}}.footer .footer__copyright-label{font-family:Figtree;font-size:calc(var(--base) - .6rem);color:#A9A9A9;font-weight:300;text-transform:uppercase}@media only screen and (max-width:992px){.footer .footer__copyright-label{font-size:calc(var(--base) - .2rem)}}.footer .footer__menu{grid-column:5/12;align-items:flex-end}@media only screen and (max-width:992px){.footer .footer__menu{grid-column:span 12;order:3;align-items:flex-start;margin-top:3rem}}.footer .footer__menu-label{display:none}@media only screen and (max-width:992px){.footer .footer__menu-label{display:flex;font-weight:700;text-transform:uppercase;width:100%;padding-bottom:1rem;column-gap:1rem;align-items:center}.footer .footer__menu-label svg{width:1.3rem;height:1.3rem;transition:all .2s ease-out}.footer .footer__menu-label.expand svg{transform:rotate(-180deg)}}@media only screen and (max-width:992px){.footer .footer__menu-nav{width:100%;padding-top:1rem;border-top:.1rem solid var(--black-10);display:none}}.footer .footer__menu .oxy-nav-menu-list{gap:2.5rem}@media only screen and (max-width:992px){.footer .footer__menu .oxy-nav-menu-list{flex-direction:column;gap:1.5rem}}.footer .footer__menu .oxy-nav-menu-list .menu-item{position:static}.footer .footer__menu .oxy-nav-menu-list .menu-item a{color:#434343;text-transform:uppercase;letter-spacing:.1rem;font-size:calc(var(--base) - .4rem);font-weight:400}.footer .footer__menu .oxy-nav-menu-list .menu-item a:hover{color:var(--primary)}@media only screen and (max-width:992px){.footer .footer__menu .oxy-nav-menu-list .menu-item a{font-size:var(--base)}}.footer__sticky{position:fixed;bottom:3rem;right:3rem;align-items:center;row-gap:.5rem;display:none;z-index:99}.footer__sticky-backtotop{background-color:var(--white);padding:1.7rem 1.5rem;box-shadow:0 4px 26px rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.promo{width:100%;max-width:85vw;background-color:var(--primary);border-radius:3rem;padding:5rem 8rem;margin:auto;z-index:10}.promo.ct-div-block{display:none}.promo::before{content:'';position:absolute;left:50%;top:-40%;transform:translateX(-50%);width:50vw;height:50vh;background-color:var(--primary);z-index:-1;border-radius:50%}@media only screen and (max-width:992px){.promo{padding:3rem 5rem}.promo::before{content:'';position:absolute;left:50%;top:10%;transform:translateX(-50%);width:60vw;height:30vh;background-color:var(--primary);z-index:-1;border-radius:50%}}@media only screen and (max-width:767px){.promo{padding:2rem 2rem}}.promo .promo__wrapper{width:100%;color:var(--white);justify-content:center;align-items:center;text-align:center;row-gap:2rem;margin-top:-10rem}@media only screen and (max-width:992px){.promo .promo__wrapper{margin-top:0rem}}.promo .promo__title{font-size:var(--h2);line-height:1;margin-bottom:1rem}@media only screen and (max-width:992px){.promo .promo__title{font-size:var(--h4)}}.promo .promo__subtitle{font-size:calc(var(--h2) + 3rem);text-transform:uppercase;line-height:1}@media only screen and (max-width:992px){.promo .promo__subtitle{font-size:calc(var(--h2) + .5rem)}}.promo .promo__date{font-size:var(--h3);position:relative}.promo .promo__date::after{content:"";position:absolute;bottom:50%;left:0;width:100%;height:2px;background-color:white;transform:rotate(-5deg)}.promo .promo__desc{font-size:var(--base);width:80%}@media only screen and (max-width:992px){.promo .promo__desc{width:90%}}.glightbox-container.promo-view{overflow:visible!important}.glightbox-container.promo-view .gcontainer{overflow:visible!important}.glightbox-container.promo-view .gcontainer .gslider{overflow:visible}.glightbox-container.promo-view .gcontainer .gslider .gslide-inline{overflow:visible}.glightbox-container.promo-view .gcontainer .gslider .gslide-inline .ginlined-content{overflow:visible}.glightbox-container.promo-view .gcontainer .gslider .gslide-inline .ginlined-content .promo{display:flex}.quiz-popup{background-color:var(--white);padding:7rem 5rem;display:flex;flex-direction:column;row-gap:1.5rem;align-items:center}@media only screen and (max-width:992px){.quiz-popup{padding:4rem 2rem;overflow-y:auto}}.quiz-popup .quiz-popup__title{line-height:1;text-transform:uppercase;text-align:center}.quiz-popup .quiz-popup__title span{color:var(--primary)}.quiz-popup .quiz-popup__subtitle{text-align:center;font-size:var(--h5)}.quiz-popup .quiz-popup__list{margin:0;padding:0;display:flex;gap:2rem;list-style:none;justify-content:center}@media only screen and (max-width:992px){.quiz-popup .quiz-popup__list{flex-direction:column}}.quiz-popup .quiz-popup__item{width:100%}.quiz-popup .quiz-popup__content{border:.1rem solid #c5c5c5;display:flex;flex-direction:column;row-gap:1rem;height:100%;text-decoration:none;color:var(--black)}.quiz-popup .quiz-popup__content:hover .quiz-popup__content-title{color:var(--primary)}.quiz-popup .quiz-popup__content-title{line-height:1.3;font-size:calc(var(--base) + .4rem);font-weight:400;text-transform:uppercase;padding:0 1.5rem;margin-top:1.5rem}.quiz-popup .quiz-popup__content-desc{padding:0 1.5rem 1.5rem;font-size:calc(var(--base) - .2rem)}.quiz-popup .quiz-popup__content-thumb{width:100%;height:25rem;object-fit:cover;order:-1}.subscribe__content{width:100%;background-color:var(--black-10);padding:2rem 3rem;display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center!important}@media only screen and (max-width:992px){.subscribe__content{grid-gap:2rem}}.subscribe__title{font-weight:400;font-size:var(--h5);line-height:1.3;grid-column:span 3}@media only screen and (max-width:992px){.subscribe__title{grid-column:span 12}}.subscribe__form{grid-column:span 9}@media only screen and (max-width:992px){.subscribe__form{grid-column:span 12}}.subscribe__form .frm-fluent-form .ff-el-input--label label{font-size:calc(var(--base) + .2rem)}.subscribe__form .frm-fluent-form .ff-el-is-required label::after{margin-left:0!important}.subscribe__form .frm-fluent-form fieldset{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:24px}@media only screen and (max-width:992px){.subscribe__form .frm-fluent-form fieldset{grid-gap:12px}}.subscribe__form .frm-fluent-form fieldset .name,.subscribe__form .frm-fluent-form fieldset .email{grid-column:span 5}@media only screen and (max-width:992px){.subscribe__form .frm-fluent-form fieldset .name,.subscribe__form .frm-fluent-form fieldset .email{grid-column:span 12}}.subscribe__form .frm-fluent-form fieldset .submit{grid-column:span 2}@media only screen and (max-width:992px){.subscribe__form .frm-fluent-form fieldset .submit{grid-column:span 12}}.subscribe__form .frm-fluent-form .ff_columns_total_2{display:flex;row-gap:3rem}@media only screen and (max-width:992px){.subscribe__form .frm-fluent-form .ff_columns_total_2{flex-direction:column}}.subscribe__form .frm-fluent-form .name{display:flex}@media only screen and (max-width:992px){.subscribe__form .frm-fluent-form .name .ff-t-container{width:100%}}.subscribe__form .frm-fluent-form .name .ff-el-group{margin-bottom:0;display:flex;flex-direction:column;row-gap:.5rem}.subscribe__form .frm-fluent-form .name .ff-el-group::before,.subscribe__form .frm-fluent-form .name .ff-el-group::after{display:none}.subscribe__form .frm-fluent-form .name .ff-el-group .ff-el-input--label{margin:0;text-transform:uppercase;font-weight:500}.subscribe__form .frm-fluent-form .name .ff-el-group .ff-el-input--content{margin:0;flex-direction:column}.subscribe__form .frm-fluent-form .name .ff-el-group .ff-el-input--content .ff-el-form-control{border:.1rem solid var(--black-20);transition:all .3s cubic-bezier(0.165,.84,.44,1);border-radius:0;height:auto;appearance:none;padding:1.5rem 1rem;width:100%;outline:0;font-family:'Nunito Sans';font-size:var(--base)}.subscribe__form .frm-fluent-form .name .ff-el-group .ff-el-input--content .ff-el-form-control:focus{border:.1rem solid var(--primary)}.subscribe__form .frm-fluent-form .name .ff-el-group .ff-el-input--content .text-danger{color:red}.subscribe__form .frm-fluent-form .email .ff-el-input--label{margin:0;text-transform:uppercase;font-weight:500}.subscribe__form .frm-fluent-form .email .ff-el-input--content{margin:0;flex-direction:column}.subscribe__form .frm-fluent-form .email .ff-el-input--content .ff-el-form-control{border:.1rem solid var(--black-20);transition:all .3s cubic-bezier(0.165,.84,.44,1);border-radius:0;height:auto;appearance:none;padding:1.5rem 1rem;width:100%;outline:0;font-family:'Nunito Sans';font-size:var(--base)}.subscribe__form .frm-fluent-form .email .ff-el-input--content .ff-el-form-control::-webkit-outer-spin-button,.subscribe__form .frm-fluent-form .email .ff-el-input--content .ff-el-form-control::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.subscribe__form .frm-fluent-form .email .ff-el-input--content .ff-el-form-control:focus{border:.1rem solid var(--primary)}.subscribe__form .frm-fluent-form .email .ff-el-input--content .text-danger{color:red}.subscribe__form .frm-fluent-form .email-whatsapp:not(.ff-column-container)::before,.subscribe__form .frm-fluent-form .email-whatsapp:not(.ff-column-container)::after{display:none}.subscribe__form .frm-fluent-form .email-whatsapp:not(.ff-column-container) .ff-el-input--label{margin:0;text-transform:uppercase;font-weight:500}.subscribe__form .frm-fluent-form .email-whatsapp:not(.ff-column-container) .ff-el-input--content{margin:0;flex-direction:column}.subscribe__form .frm-fluent-form .email-whatsapp:not(.ff-column-container) .ff-el-input--content .ff-el-form-control{border:.1rem solid var(--black-20);transition:all .3s cubic-bezier(0.165,.84,.44,1);border-radius:0;height:auto;appearance:none;padding:1.5rem 1rem;width:100%;outline:0;font-family:'Nunito Sans';font-size:var(--base)}.subscribe__form .frm-fluent-form .email-whatsapp:not(.ff-column-container) .ff-el-input--content .ff-el-form-control::-webkit-outer-spin-button,.subscribe__form .frm-fluent-form .email-whatsapp:not(.ff-column-container) .ff-el-input--content .ff-el-form-control::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.subscribe__form .frm-fluent-form .email-whatsapp:not(.ff-column-container) .ff-el-input--content .ff-el-form-control:focus{border:.1rem solid var(--primary)}.subscribe__form .frm-fluent-form .email-whatsapp:not(.ff-column-container) .ff-el-input--content .text-danger{color:red}.subscribe__form .frm-fluent-form .branch{margin-bottom:0;display:flex;flex-direction:column;row-gap:.5rem}.subscribe__form .frm-fluent-form .branch::before,.subscribe__form .frm-fluent-form .branch::after{display:none}.subscribe__form .frm-fluent-form .branch .ff-el-input--label{margin:0;text-transform:uppercase;font-weight:500}.subscribe__form .frm-fluent-form .branch .ff-el-input--content{margin:0;position:relative;flex-direction:column}.subscribe__form .frm-fluent-form .branch .ff-el-input--content .ff-el-form-control{border:.1rem solid var(--black-20);transition:all .3s cubic-bezier(0.165,.84,.44,1);border-radius:0;height:auto;appearance:none;padding:1.5rem 1rem;width:100%;outline:0;font-family:'Nunito Sans';font-size:var(--base);cursor:pointer;background-color:transparent}.subscribe__form .frm-fluent-form .branch .ff-el-input--content .ff-el-form-control:focus{border:.1rem solid var(--primary)}.subscribe__form .frm-fluent-form .branch .ff-el-input--content::after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjAzMjIgMTMuNjI1OEM5LjgwNDMyIDEzLjYyNTggOS41ODM4MiAxMy41NzcyIDkuMzcwNzMgMTMuNDgwMUM5LjE1NjUgMTMuMzgyOSA4Ljk3ODE2IDEzLjI1MzMgOC44MzU3MiAxMy4wOTEzTDAuOTcyOTg0IDQuMTUwMjVDMC42NTk2MTQgMy43OTM5IDAuNTAyOTMgMy4zNDAzNiAwLjUwMjkzIDIuNzg5NjVDMC41MDI5MyAyLjIzODkzIDAuNjU5NjE0IDEuNzg1NCAwLjk3Mjk4NCAxLjQyOTA1QzEuMjg2MzUgMS4wNzI3IDEuNjg1MTkgMC44OTQ1MzEgMi4xNjk0OSAwLjg5NDUzMUMyLjY1Mzc5IDAuODk0NTMxIDMuMDUyNjIgMS4wNzI3IDMuMzY1OTkgMS40MjkwNUwxMC4wMzIyIDkuMDA5NTJMMTYuNjk4NSAxLjQyOTA1QzE3LjAxMTggMS4wNzI3IDE3LjQxMDcgMC44OTQ1MzEgMTcuODk1IDAuODk0NTMxQzE4LjM3OTMgMC44OTQ1MzEgMTguNzc4MSAxLjA3MjcgMTkuMDkxNSAxLjQyOTA1QzE5LjQwNDggMS43ODU0IDE5LjU2MTUgMi4yMzg5MyAxOS41NjE1IDIuNzg5NjVDMTkuNTYxNSAzLjM0MDM2IDE5LjQwNDggMy43OTM5IDE5LjA5MTUgNC4xNTAyNUwxMS4yMjg3IDEzLjA5MTNDMTEuMDU3OCAxMy4yODU3IDEwLjg3MjYgMTMuNDIzIDEwLjY3MzIgMTMuNTAzNEMxMC40NzM4IDEzLjU4NSAxMC4yNjAxIDEzLjYyNTggMTAuMDMyMiAxMy42MjU4WiIgZmlsbD0iIzkzOTM5MyIvPgo8L3N2Zz4K);position:absolute;right:2rem;top:50%;transform:translateY(-50%);z-index:-1}@media only screen and (max-width:767px){.subscribe__form .frm-fluent-form .branch .ff-el-input--content::after{transform:translateY(-50%) scale(0.6)}}.subscribe__form .frm-fluent-form .branch .ff-el-input--content .text-danger{color:red}.subscribe__form .frm-fluent-form .agreement{margin:0}.subscribe__form .frm-fluent-form .agreement::before,.subscribe__form .frm-fluent-form .agreement::after{display:none}.subscribe__form .frm-fluent-form .agreement .ff-el-form-check-label{display:flex;column-gap:1.5rem;align-items:flex-start;cursor:pointer;font-size:calc(var(--base) - .4rem)}.subscribe__form .frm-fluent-form .agreement .ff_tc_checkbox{display:flex}.subscribe__form .frm-fluent-form .agreement .ff_tc_checkbox .ff-el-form-check-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:0;position:relative;visibility:visible}.subscribe__form .frm-fluent-form .agreement .ff_tc_checkbox .ff-el-form-check-input::before{content:'';position:absolute;display:flex;width:1.6rem;height:1.6rem;border-radius:50%;border:.1rem solid var(--primary)}.subscribe__form .frm-fluent-form .agreement .ff_tc_checkbox .ff-el-form-check-input::after{content:'';position:absolute;width:1.2rem;height:1.2rem;display:flex;transition:all .3s cubic-bezier(0.175,.885,.32,1.275);transform:scale(0) translate(0.2rem,.2rem);background-color:var(--primary);border-radius:50%;border:0!important;background-image:none}.subscribe__form .frm-fluent-form .agreement .ff_tc_checkbox .ff-el-form-check-input:checked::after{transform:scale(1) translate(-.1rem,.2rem)}.subscribe__form .frm-fluent-form .agreement .text-danger{color:red}.subscribe__form .frm-fluent-form .ff-el-group{margin:0}.subscribe__form .frm-fluent-form .ff-el-group .ff-el-input--content{display:flex;justify-content:center}.subscribe__form .frm-fluent-form .submit .ff-btn-submit{width:100%;background-color:var(--primary);justify-content:center;cursor:pointer;padding:1.5rem 1rem;height:100%;border-radius:0}.page-id-1366 .header{display:none}.page-id-1366 .branch:not(.source){display:none!important}@media only screen and (max-width:992px){.page-id-1366 .appointment .appointment__form .frm-fluent-form fieldset{row-gap:2rem}}@media only screen and (max-width:992px){.page-id-1366 .appointment .appointment__form .frm-fluent-form .email-whatsapp{row-gap:.5rem}}