@charset "UTF-8";:root{--primary:#023e3a;--secondary:#a9d6cb;--tertiary:#08a69b;--default:#646b73;--white:#fff;--black:#000;--neutral-50:#f8f9fa;--neutral-100:#e9ecef;--textNormal:"Open Sans",sans-serif;font-size:16px}@media (max-width:1440px){:root{font-size:93.75%}}@media (max-width:768px){:root{font-size:87.5%}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box}html.menu-active{overflow:hidden;position:relative}html.menu-active:after{content:"";background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:100%;position:absolute;inset:0;z-index:9}body{font-weight:400;font-style:normal;font-size:1rem;overflow-x:hidden;-webkit-font-smoothing:antialiased;font-family:var(--textNormal);color:var(--default)}ol,ul{list-style:none}a{text-decoration:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img{display:block;max-width:100%}strong{font-weight:600}button,input,select,textarea{font-size:1rem;font-family:var(--textNormal)}button{padding:0;background:transparent;border:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-button{width:0;height:0}::-webkit-scrollbar-thumb{background:var(--primary);border:0 none var(--primary)}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background:var(--primary)}::-webkit-scrollbar-track{background:#eee;border:0 none #eee}::-webkit-scrollbar-track:active,::-webkit-scrollbar-track:hover{background:#eee}::-webkit-scrollbar-corner{background:transparent}.container{width:100%;max-width:1280px;padding:0 32px;margin:0 auto}@media (max-width:1366px){.container{max-width:1244px}}.xBigTitle{color:var(--primary);font-size:3rem;font-weight:700;line-height:120%}@media (max-width:1080px){.xBigTitle{font-size:2.75rem}}.bigTitle{font-size:2.5rem;font-weight:600;line-height:120%;color:var(--primary)}@media (max-width:1080px){.bigTitle{font-size:2.25rem}}.xMediumTitle{font-size:2.25rem;font-weight:600;line-height:120%;color:var(--primary)}@media (max-width:1080px){.xMediumTitle{font-size:2rem}}@media (max-width:520px){.xMediumTitle{font-size:1.75rem}}.mediumTitle{font-size:2rem;font-weight:600;line-height:120%;color:var(--primary)}@media (max-width:1080px){.mediumTitle{font-size:1.75rem}}.xSmallTitle{font-size:1.5rem;font-weight:600;line-height:120%;color:var(--primary)}@media (max-width:1080px){.xSmallTitle{font-size:1.25rem}}.smallTitle{font-size:1.25rem;font-weight:600;line-height:120%;color:var(--primary)}@media (max-width:1080px){.smallTitle{font-size:1.125rem}}p{font-size:1rem;font-weight:400}.btn,p{line-height:140%}.btn{background-color:var(--primary);border:2px solid var(--primary);border-radius:999px;color:var(--white);font-size:1.125rem;font-weight:700;width:-moz-fit-content;width:fit-content;padding:.875rem 1.75rem;transition:all .3s;display:block}.btn:hover{background-color:var(--tertiary);border:2px solid var(--tertiary)}.btn.btn-ghost{border:2px solid var(--primary);color:var(--primary);background-color:transparent}.btn.btn-ghost:hover{background-color:var(--secondary);border:2px solid var(--secondary);color:var(--primary)}.btn.btn-secondary{background-color:var(--tertiary);border:2px solid var(--tertiary)}.btn.btn-secondary:hover{background-color:var(--primary);border:2px solid var(--primary)}@media (max-width:980px){.btn{font-size:1rem}}@media (max-width:580px){.btn{font-size:.875rem;padding:.625rem 1rem}}.hat{display:flex;align-items:center;column-gap:.5rem;padding:.5rem 1rem;border-radius:999px;background-color:color-mix(in srgb,var(--secondary) 20%,transparent);width:-moz-fit-content;width:fit-content;margin-bottom:1rem}.hat span{color:var(--tertiary);font-size:.875rem;font-weight:600;line-height:100%;text-transform:uppercase}header{background-color:hsla(0,0%,100%,0);position:fixed;width:100%;padding:1.5rem 0;z-index:999;transition:all .3s}header .container{display:flex;align-items:center;justify-content:space-between;column-gap:2rem}header .logo{width:8.5rem;height:auto}header nav{flex:1}header nav ul{display:flex;align-items:center;justify-content:center;column-gap:2rem}header nav ul li a{color:var(--primary);font-weight:500}header.fixed{background-color:#fff;box-shadow:0 4px 24px 0 rgba(0,0,0,.07);padding:1rem 0}header .icon-toggle{display:none}@media (max-width:980px){header{padding:1rem 0}header .logo{width:5rem;height:auto}header .icon-toggle{display:block;z-index:1000;position:relative}header .icon-toggle i{display:block;height:2px;background:var(--primary);border-radius:.5rem;width:1.5rem;transition:all .3s ease}header .icon-toggle i:first-child{margin-top:0}header .icon-toggle i:nth-child(2),header .icon-toggle i:nth-child(3){margin-top:5px}header .icon-toggle.active i:first-child{margin-top:0;transform:rotate(45deg)}header .icon-toggle.active i:nth-child(2){background:transparent}header .icon-toggle.active i:nth-child(3){margin-top:-9px;transform:rotate(-45deg)}header nav{display:block;position:fixed;top:0;right:0;z-index:-1;min-height:100vh;overflow:auto;width:100%;pointer-events:none;flex-direction:column;background:var(--primary-dark);opacity:0;transform:translateX(100%);padding:5rem 3.75rem 3.75rem;transition:all .4s ease}header nav>ul{flex-direction:column;margin:4.5rem 0}header nav>ul>li{position:relative;width:100%;text-align:center}header nav>ul>li a{font-size:1.5rem;font-weight:600;color:var(--white)}header nav>ul>li+li{margin-top:2.5rem}header nav.open{pointer-events:all;transform:translateX(0);z-index:999;opacity:1}header.fixed{padding:1rem 0}header.fixed .icon-toggle i{background:var(--primary)}}footer{background-color:var(--primary);color:var(--white)}footer .boxes{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:3.375rem 0;flex-wrap:wrap}footer .boxes .links{max-width:18rem;width:100%}footer .boxes .links nav{margin:2rem 0 2.5rem}footer .boxes .links nav ul{display:flex;flex-direction:column;row-gap:1rem}footer .boxes .links nav a{display:block;width:-moz-fit-content;width:fit-content;color:var(--neutral-100);transition:all .3s;font-size:.875rem}footer .boxes .links nav a:hover{color:var(--secondary)}footer .boxes .links .redes{display:flex;align-items:center;column-gap:1rem}footer .boxes .links .redes img{transition:all .3s}footer .boxes .links .redes img:hover{transform:scale(1.1)}footer .boxes .selo{align-self:center}footer .boxes .selo img{margin:0 auto}footer .boxes .contact{background-color:color-mix(in srgb,var(--white) 6%,transparent);max-width:25rem;width:100%;padding:2rem;border-radius:.75rem;display:flex;flex-direction:column;row-gap:1.5rem}footer .boxes .contact h2{color:var(--white);margin-bottom:.5rem}footer .boxes .contact a{display:flex;align-items:center;column-gap:.5rem;width:-moz-fit-content;width:fit-content;color:var(--neutral-100);transition:all .3s}footer .boxes .contact a+a{margin-top:.3125rem}footer .boxes .contact a:hover{color:var(--secondary)}footer .boxes .contact p strong{font-size:1.125rem}footer .boxes .contact hr{width:100%;border:0;border-bottom:1px solid color-mix(in srgb,var(--white) 20%,transparent)}footer .dev{border-top:1px solid color-mix(in srgb,var(--white) 20%,transparent);padding:2rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}footer .dev p{font-size:.875rem;color:var(--neutral-100)}footer .dev a{display:flex;align-items:center;column-gap:1rem;font-size:.875rem;font-weight:500;line-height:100%;color:var(--white)}#banner{background-color:var(--neutral-50);position:relative;overflow:hidden}#banner:after{content:"";max-width:36.25rem;width:32%;height:100%;background-color:var(--secondary);position:absolute;right:0;top:0;bottom:0;z-index:0}#banner .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:840px}#banner .container .texts{width:100%;max-width:36.875rem;display:flex;flex-direction:column;row-gap:2rem;margin:5.5rem 0}#banner .container .texts h2{max-width:33.25rem;width:100%}#banner .container .texts ul{display:flex;flex-direction:column;row-gap:1rem}#banner .container .texts ul li{display:flex;align-items:center;column-gap:.625rem}#banner .container .texts ul li p{flex:1}#banner .container .texts .btns{display:flex;align-items:center;column-gap:1rem}#banner .container .images{width:55%;position:relative;z-index:1;align-self:flex-end;margin-right:-6rem}#banner .container .images .model{position:relative;z-index:1;margin:0 0 0 auto}#banner .container .images .check{position:absolute;right:-13rem;top:-3rem;margin:auto;z-index:0;pointer-events:none}@media (max-width:1080px){#banner .container{min-height:720px}}@media (max-width:980px){#banner:after{max-width:100%;width:100%;height:30%;top:auto}#banner .container{flex-direction:column}#banner .container .texts{display:flex;flex-direction:column;row-gap:2.5rem;margin-top:6.25rem;text-align:center;margin-bottom:2rem}#banner .container .texts h2{margin:0 auto}#banner .container .texts ul{text-align:left;width:-moz-fit-content;width:fit-content;margin:0 auto}#banner .container .texts .btns{justify-content:center}#banner .container .images{width:60%;align-self:center;margin-right:0}#banner .container .images .model{margin:0 auto}#banner .container .images .check{top:auto;bottom:-3rem;width:70%}}@media (max-width:580px){#banner .container .texts{row-gap:1rem;margin-top:4rem;margin-bottom:1rem}#banner .container .texts h1{font-size:1.625rem}#banner .container .texts h2{font-size:1rem}#banner .container .texts ul{row-gap:.5rem}#banner .container .texts ul li p{font-size:.875rem}#banner .container .texts ul li svg{width:18px;height:auto}#banner .container .texts .btns{column-gap:.5rem}#banner .container .texts .btns .btn{padding:.625rem .75rem}#banner .container .images{width:90%}#banner .container .images .check{right:-5rem}}#highlights{margin-top:-5rem;position:relative;z-index:1}#highlights ul{display:flex;flex-wrap:wrap;gap:1rem}#highlights ul li{border-radius:.5rem;background-color:var(--neutral-100);padding:1.5rem;flex:1 1 11.5rem}#highlights ul li img{height:3.375rem;max-width:4rem;object-fit:contain;margin-bottom:1rem}#highlights ul li p{font-weight:500}@media (max-width:580px){#highlights{margin-top:-2rem}#highlights ul li{display:flex;align-items:center;column-gap:1rem}#highlights ul li img{margin-bottom:0}#highlights ul li p{font-size:.9375rem}}#about{padding:6rem 0}#about .hat{margin-inline:auto}#about h2{max-width:34.375rem;margin:0 auto 1.5rem;text-align:center}#about p{max-width:57.5rem;margin:0 auto;text-align:center}#about ul{display:flex;align-items:flex-start;justify-content:center;margin:2rem auto 0;max-width:56.25rem;width:100%;flex-wrap:wrap}#about ul li{flex:1 1 15rem;padding:1rem 1.5rem;font-size:.875rem}#about ul li h3{margin-bottom:.75rem}#about ul li+li{border-left:1px solid var(--secondary)}@media (max-width:560px){#about{padding:4rem 0}}#physio{padding:6rem 0;background-color:var(--primary);position:relative;overflow:hidden}#physio .top{max-width:39rem;width:100%;position:relative;z-index:1}#physio .top h2{color:var(--white);margin-bottom:1.5rem;max-width:39rem;width:100%}#physio .top p{color:var(--white);font-size:1.125rem}#physio .boxes{display:flex;justify-content:space-between;gap:2rem;margin-top:3.75rem;z-index:1;position:relative;flex-wrap:wrap}#physio .boxes .box{background-color:var(--white);border-radius:1.5rem;overflow:hidden;text-align:center;padding-top:2.5rem;flex:1 1 25rem}#physio .boxes .box .icon{margin:0 auto 1rem}#physio .boxes .box ul{margin-top:1rem}#physio .boxes .box ul li{display:flex;align-items:center;justify-content:center;column-gap:.3125rem}#physio .boxes .box ul li:before{content:"·";font-size:1.25rem}#physio .boxes .box figure{margin-top:3.5rem}#physio .boxes .box figure img{width:100%;height:auto}#physio .vector{position:absolute;right:6vw;top:3.375rem;margin:auto;z-index:0;pointer-events:none;max-width:30vw}@media (max-width:560px){#physio{padding:4rem 0}}#testimonials{padding:6rem 0}#testimonials .top{display:flex;align-items:center;column-gap:2rem;max-width:53rem;width:100%;margin:0 auto 4rem}#testimonials .top figure{width:9.5rem;height:9.5rem;border-radius:9999px;border:3px solid var(--primary);overflow:hidden}#testimonials .top div{flex:1}#testimonials .testimonial{position:relative;overflow:hidden;padding:3rem 0}#testimonials .testimonial .swiper-slide{border:1px solid var(--neutral-100);padding:0 1.5rem 2rem;border-radius:1.25rem}#testimonials .testimonial .swiper-slide svg{margin-top:-3rem}#testimonials .testimonial .swiper-slide p{margin:1.125rem 0 1.5rem;font-size:.875rem}#testimonials .testimonial .swiper-slide span{font-weight:500;color:var(--primary)}#testimonials .testimonial .swiper-pagination{bottom:0}#testimonials .testimonial .swiper-pagination-bullet-active{background-color:var(--primary)}@media (max-width:768px){#testimonials .top{flex-direction:column-reverse;row-gap:1rem;margin-bottom:0}}@media (max-width:560px){#testimonials{padding:4rem 0}}#rent{padding:6rem 0 0;background-color:var(--primary);border-bottom:3rem solid var(--white)}#rent .hat{margin-inline:auto}#rent h2{color:var(--white)}#rent h2,#rent p{text-align:center}#rent p{max-width:29.125rem;margin:1.5rem auto 0;width:100%;color:var(--neutral-100)}#rent h3{text-align:center;color:var(--secondary);margin:5.25rem 0 3.375rem}#rent ul{display:flex;justify-content:space-between;gap:1.5rem;margin-bottom:-3rem;flex-wrap:wrap}#rent ul li{flex:1 1 16rem;background-color:var(--white);border-radius:.75rem;display:flex;align-items:center;overflow:hidden;box-shadow:0 4px 24px 0 rgba(0,0,0,.07)}#rent ul li span{color:var(--secondary);font-size:8.4375rem;font-weight:700;line-height:100%;margin:0 0 -1rem -.5rem}#rent ul li small{font-weight:500;padding:1.5rem 1.5rem 1.5rem 1rem}@media (max-width:560px){#rent{padding:4rem 0;border-bottom:0}}#services{padding:6rem 0}#services h2{text-align:center}#services ul{display:flex;gap:1.5rem;margin-top:3.375rem;flex-wrap:wrap}#services ul li{position:relative;height:36.25rem;border-radius:1.5rem;overflow:hidden;flex:1 1 27rem}#services ul li:after{content:"";background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.8));width:100%;height:100%;position:absolute;z-index:0;inset:0}#services ul li div{position:absolute;bottom:-3.75rem;left:0;right:0;padding:2.5rem 3.375rem;text-align:center;z-index:1;transition:all .3s}#services ul li div h3{color:var(--white);font-weight:700}#services ul li div p{font-weight:600;color:var(--white);padding-top:1rem}#services ul li div .btn{margin:1rem auto 0;opacity:0;visibility:hidden;transform:translateY(80%);transition:all .3s}#services ul li img{width:100%;height:100%;object-fit:cover}#services ul li:hover div{bottom:0}#services ul li:hover div .btn{margin:1rem auto 0;opacity:1;visibility:visible;display:block;transform:translateY(0)}@media (max-width:768px){#services ul li div{bottom:0}#services ul li div .btn{opacity:1;visibility:visible;transform:translateY(0)}}@media (max-width:560px){#services{padding:4rem 0}#services ul li div{padding:2rem}}#professional{background-color:var(--neutral-50)}#professional .container{display:flex;align-items:center;justify-content:space-between;column-gap:2rem}#professional .container .texts{max-width:37rem;width:100%;padding:3.625rem 0}#professional .container .texts h2{margin-bottom:1.5rem}#professional .container .texts ul{margin-top:1.5rem}#professional .container .texts ul li{position:relative;padding-left:30px}#professional .container .texts ul li:before{content:"";width:20px;height:20px;background-image:url(../../assets/img/icon-arrow.svg);background-repeat:no-repeat;background-position:50%;position:absolute;left:0;top:1px}#professional .container .texts ul li+li{margin-top:1.5rem}#professional .container .texts h3{margin-top:3rem}#professional .container .texts .btn{margin-top:1.5rem}#professional .container figure{max-width:28.75rem;width:100%;height:auto;padding-top:3.625rem}#professional .container figure img{width:100%;height:auto}@media (max-width:768px){#professional .container{flex-direction:column}#professional .container figure{padding-top:0}}#default{padding:10rem 0}#default .titleBig{margin:1.5rem 0 2rem;width:100%;max-width:43.5rem}#default .btn{margin-top:2rem}#default h1{margin-bottom:2rem;font-size:2.5rem}#default h2{font-size:1.875rem;line-height:150%}#default h2,#default h3{margin:2rem 0;font-weight:700;color:var(--primary)}#default h3{font-size:1.75rem;line-height:108%}#default h4{font-size:1.5rem}#default h4,#default h5{margin:2rem 0;font-weight:700;line-height:150%;color:var(--primary)}#default h5{font-size:1.25rem}#default h6{margin:2rem 0;font-size:1.125rem;font-weight:700;line-height:150%;color:var(--primary)}#default iframe{width:100%;height:100%;aspect-ratio:16/9}#default .wp-block-embed,#default img{margin:2rem 0}#default img{width:100%;height:auto}#default p{font-size:1rem;line-height:170%;margin-bottom:1.25rem}#default em{font-style:italic}#default ul{margin:1rem 0 1rem 1rem}#default ul li{font-size:.9375rem;line-height:1.3125rem;position:relative;padding-left:.8rem}#default ul li+li{margin-top:1rem}#default ul li:after{content:"";width:4px;height:4px;background-color:var(--secondary);position:absolute;left:0;top:.5rem;border-radius:50%}#default ol{margin:1rem 0 1rem 1rem}#default ol li{font-size:.9375rem;line-height:1.3125rem;position:relative;padding-left:.5rem;list-style:decimal}#default ol li+li{margin-top:1rem}#default .wp-block-image img{margin:2.5rem auto;width:100%;height:auto}#default .wp-block-quote{margin:4rem 0 4rem 2.5rem;position:relative}#default .wp-block-quote p{color:var(--secondary);font-size:1.625rem;font-weight:700;line-height:2.5rem}#default .wp-block-quote:before{position:absolute;margin-left:-2.75rem;content:"";background:var(--secondary);width:.5rem;height:100%;background-size:contain}#default .wp-block-quote cite{line-height:160%;font-weight:700}#default pre{background:rgba(203,203,217,.2);border-radius:6px;padding:1.25rem;white-space:pre-wrap;font-size:1rem;line-height:150%;margin:1.5rem 0}#default table{margin:1rem 0}#default table th{font-weight:700;border-bottom:1px solid var(--secondary);padding:1rem}#default table tr:nth-child(odd){background-color:#effcfe}#default table td{padding:5px 10px;line-height:150%;vertical-align:middle;border:1px solid #effcfe}#default a{color:var(--secondary)}.lg-cursor{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100}.lg-cursor--hover .lg-cursor-pointer:before{transform:scale(2)}.lg-cursor--hover--color .lg-cursor-pointer:nth-child(2):before{background-color:cyan}.lg-cursor-pointer{position:absolute;top:0;left:0;will-change:transform;z-index:2}.lg-cursor-pointer:before{display:block;margin:-4px 0 0 -4px;width:8px;height:8px;background-color:#fff;border-radius:50%;content:"";opacity:1;transition:transform .2s cubic-bezier(.645,.045,.355,1),opacity .2s linear,background .2s linear}.lg-cursor-trail{z-index:1}.lg-cursor-trail,.lg-cursor-trail svg{position:absolute;top:0;left:0;width:100%;height:100%}.lg-cursor-trail path{fill:none;stroke:rgba(0,255,255,.25);stroke-linecap:round;stroke-linejoin:round;stroke-width:4px}html.lg-cursor-hide,html.lg-cursor-hide *{cursor:none!important}.lg-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;opacity:0;pointer-events:none;z-index:999}.lg-loader.is-visible{opacity:1;pointer-events:all}.lg-loader--lottie{background:none}.lg-loader--lottie svg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.lg-loader--fade{transition:opacity .3s linear}.lg-loader--slide,.lg-loader--slide-to-bottom,.lg-loader--slide-to-left,.lg-loader--slide-to-right,.lg-loader--slide-to-top{opacity:1}.lg-loader--slide-to-left,.lg-loader--slide-to-right{transform:scaleX(0);transition:transform .5s cubic-bezier(.215,.61,.355,1)}.lg-loader--slide-to-left.is-visible,.lg-loader--slide-to-right.is-visible{transform:scaleX(1);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.lg-loader--slide-to-left{transform-origin:0 50%}.lg-loader--slide-to-left.is-visible,.lg-loader--slide-to-right{transform-origin:100% 50%}.lg-loader--slide-to-right.is-visible{transform-origin:0 50%}.lg-loader--slide-to-bottom,.lg-loader--slide-to-top{transform:scaleY(0);transition:transform .5s cubic-bezier(.215,.61,.355,1)}.lg-loader--slide-to-bottom.is-visible,.lg-loader--slide-to-top.is-visible{transform:scaleY(1);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.lg-loader--slide-to-bottom{transform-origin:50% 100%}.lg-loader--slide-to-bottom.is-visible,.lg-loader--slide-to-top{transform-origin:50% 0}.lg-loader--slide-to-top.is-visible{transform-origin:50% 100%}.lg-preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;opacity:1;z-index:999}.lg-preloader.is-hidden{opacity:0}.lg-preloader--lottie{background:none}.lg-preloader--fade{transition:opacity .3s linear}.lg-preloader--slide,.lg-preloader--slide-to-bottom,.lg-preloader--slide-to-left,.lg-preloader--slide-to-right,.lg-preloader--slide-to-top{transition:transform .5s cubic-bezier(.645,.045,.355,1)}.lg-preloader--slide-to-bottom.is-hidden,.lg-preloader--slide-to-left.is-hidden,.lg-preloader--slide-to-right.is-hidden,.lg-preloader--slide-to-top.is-hidden,.lg-preloader--slide.is-hidden{opacity:1}.lg-preloader--slide-to-right.is-hidden{transform:translate3d(100%,0,0)}.lg-preloader--slide-to-left.is-hidden{transform:translate3d(-100%,0,0)}.lg-preloader--slide-to-top.is-hidden{transform:translate3d(0,-100%,0)}.lg-preloader--slide-to-bottom.is-hidden{transform:translate3d(0,100%,0)}.lg-reveal,[data-lg-reveal]{opacity:0;will-change:opacity,transform}.lg-reveal.is-in,[data-lg-reveal-stagger],[data-lg-reveal].is-in{opacity:1}.lg-reveal--fade-rotate,.lg-reveal--fade-rotate-to-bottom,.lg-reveal--fade-rotate-to-left,.lg-reveal--fade-rotate-to-right,.lg-reveal--fade-rotate-to-top,.lg-reveal--fade-rotate-x,.lg-reveal--fade-rotate-y,.lg-reveal--fade-scale,.lg-reveal--fade-scale-to-bottom,.lg-reveal--fade-scale-to-left,.lg-reveal--fade-scale-to-right,.lg-reveal--fade-scale-to-top,.lg-reveal--fade-scale-x,.lg-reveal--fade-scale-y,.lg-reveal--fade-to-bottom,.lg-reveal--fade-to-left,.lg-reveal--fade-to-right,.lg-reveal--fade-to-top,.lg-reveal--fade-x,.lg-reveal--fade-y{transition:opacity .4s linear .2s,transform .6s cubic-bezier(.55,.055,.675,.19) 0s}.lg-reveal--fade-rotate-to-bottom.is-in,.lg-reveal--fade-rotate-to-left.is-in,.lg-reveal--fade-rotate-to-right.is-in,.lg-reveal--fade-rotate-to-top.is-in,.lg-reveal--fade-rotate-x.is-in,.lg-reveal--fade-rotate-y.is-in,.lg-reveal--fade-rotate.is-in,.lg-reveal--fade-scale-to-bottom.is-in,.lg-reveal--fade-scale-to-left.is-in,.lg-reveal--fade-scale-to-right.is-in,.lg-reveal--fade-scale-to-top.is-in,.lg-reveal--fade-scale-x.is-in,.lg-reveal--fade-scale-y.is-in,.lg-reveal--fade-scale.is-in,.lg-reveal--fade-to-bottom.is-in,.lg-reveal--fade-to-left.is-in,.lg-reveal--fade-to-right.is-in,.lg-reveal--fade-to-top.is-in,.lg-reveal--fade-x.is-in,.lg-reveal--fade-y.is-in{transform:translateZ(0) rotate(0) scale(1);transition:opacity .4s linear 0s,transform .6s cubic-bezier(.215,.61,.355,1) 0s}.lg-reveal--fade{transition:opacity .3s linear}.lg-reveal--fade-to-bottom{transform:translate3d(0,-10%,0)}.lg-reveal--fade-to-left{transform:translate3d(10%,0,0)}.lg-reveal--fade-to-top{transform:translate3d(0,10%,0)}.lg-reveal--fade-to-right,.lg-reveal--fade-x{transform:translate3d(-10%,0,0)}.lg-reveal--fade-x.is-out-top{transform:translate3d(10%,0,0)}.lg-reveal--fade-y{transform:translate3d(0,10%,0)}.lg-reveal--fade-y.is-out-top{transform:translate3d(0,-10%,0)}.lg-reveal--fade-rotate{transform:rotate(-20deg)}.lg-reveal--fade-rotate-to-bottom{transform:translate3d(0,-30%,0) rotate(-20deg)}.lg-reveal--fade-rotate-to-left{transform:translate3d(30%,0,0) rotate(20deg)}.lg-reveal--fade-rotate-to-top{transform:translate3d(0,30%,0) rotate(20deg)}.lg-reveal--fade-rotate-to-right,.lg-reveal--fade-rotate-x{transform:translate3d(-30%,0,0) rotate(-20deg)}.lg-reveal--fade-rotate-x.is-out-top{transform:translate3d(30%,0,0) rotate(20deg)}.lg-reveal--fade-rotate-y{transform:translate3d(0,30%,0) rotate(20deg)}.lg-reveal--fade-rotate-y.is-out-top{transform:translate3d(0,-30%,0) rotate(-20deg)}.lg-reveal--fade-scale,.lg-reveal--fade-scale-to-bottom,.lg-reveal--fade-scale-to-left,.lg-reveal--fade-scale-to-right,.lg-reveal--fade-scale-to-top,.lg-reveal--fade-scale-x,.lg-reveal--fade-scale-y{transform:scale(.8)}.lg-reveal--fade-scale-to-bottom{transform:translate3d(0,-30%,0) scale(.8)}.lg-reveal--fade-scale-to-left{transform:translate3d(30%,0,0) scale(.8)}.lg-reveal--fade-scale-to-top{transform:translate3d(0,30%,0) scale(.8)}.lg-reveal--fade-scale-to-right,.lg-reveal--fade-scale-x{transform:translate3d(-30%,0,0) scale(.8)}.lg-reveal--fade-scale-x.is-out-top{transform:translate3d(30%,0,0) scale(.8)}.lg-reveal--fade-scale-y{transform:translate3d(0,30%,0) scale(.8)}.lg-reveal--fade-scale-y.is-out-top{transform:translate3d(0,-30%,0) scale(.8)}.lg-reveal--scale,.lg-reveal--scale-to-bottom,.lg-reveal--scale-to-left,.lg-reveal--scale-to-right,.lg-reveal--scale-to-top,.lg-reveal--scale-x,.lg-reveal--scale-y{opacity:1;transition:transform .6s cubic-bezier(.55,.055,.675,.19) 0s;transform:scale(0)}.lg-reveal--scale-to-bottom.is-in,.lg-reveal--scale-to-left.is-in,.lg-reveal--scale-to-right.is-in,.lg-reveal--scale-to-top.is-in,.lg-reveal--scale-x.is-in,.lg-reveal--scale-y.is-in,.lg-reveal--scale.is-in{transform:scale(1);transition:transform .6s cubic-bezier(.215,.61,.355,1) 0s}.lg-reveal--scale-to-bottom{transform-origin:50% 0}.lg-reveal--scale-to-left{transform-origin:100% 50%}.lg-reveal--scale-to-top{transform-origin:50% 100%}.lg-reveal--scale-to-right,.lg-reveal--scale-x{transform-origin:0 50%}.lg-reveal--scale-x.is-out-top{transform-origin:100% 50%}.lg-reveal--scale-y{transform-origin:50% 100%}.lg-reveal--scale-y.is-out-top{transform-origin:50% 0}.lg-reveal--slide,.lg-reveal--slide-to-bottom,.lg-reveal--slide-to-left,.lg-reveal--slide-to-right,.lg-reveal--slide-to-top,.lg-reveal--slide-x,.lg-reveal--slide-y{opacity:1;transition:transform .6s cubic-bezier(.645,.045,.355,1) 0s}.lg-reveal--slide-to-bottom.is-in,.lg-reveal--slide-to-left.is-in,.lg-reveal--slide-to-right.is-in,.lg-reveal--slide-to-top.is-in,.lg-reveal--slide-x.is-in,.lg-reveal--slide-y.is-in,.lg-reveal--slide.is-in{transform:translateZ(0)}.lg-reveal--slide-to-bottom{transform:translate3d(0,-15%,0)}.lg-reveal--slide-to-left{transform:translate3d(15%,0,0)}.lg-reveal--slide-to-top{transform:translate3d(0,15%,0)}.lg-reveal--slide,.lg-reveal--slide-to-right,.lg-reveal--slide-x{transform:translate3d(-15%,0,0)}.lg-reveal--slide-x.is-out-top{transform:translate3d(15%,0,0)}.lg-reveal--slide-y{transform:translate3d(0,15%,0)}.lg-reveal--slide-y.is-out-top{transform:translate3d(0,-15%,0)}.lg-reveal--layer,.lg-reveal--layer-to-bottom,.lg-reveal--layer-to-left,.lg-reveal--layer-to-right,.lg-reveal--layer-to-top{position:relative;opacity:1;transition:transform .8s cubic-bezier(.215,.61,.355,1) 0s,clip-path .4s cubic-bezier(.55,.055,.675,.19) 0s}.lg-reveal--layer-to-bottom:after,.lg-reveal--layer-to-left:after,.lg-reveal--layer-to-right:after,.lg-reveal--layer-to-top:after,.lg-reveal--layer:after{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;content:"";transition:transform .4s cubic-bezier(.215,.61,.355,1) .4s;z-index:999}.lg-reveal--layer-to-bottom.is-in,.lg-reveal--layer-to-left.is-in,.lg-reveal--layer-to-right.is-in,.lg-reveal--layer-to-top.is-in,.lg-reveal--layer.is-in{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);transform:translateZ(0)}.lg-reveal--layer-to-bottom.is-in:after,.lg-reveal--layer-to-top.is-in:after{transform:scaleY(0)}.lg-reveal--layer-to-top{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);transform:translate3d(0,10%,0)}.lg-reveal--layer-to-top:after{transform-origin:50% 0}.lg-reveal--layer-to-bottom{clip-path:polygon(0 0,100% 0,100% 0,0 0);transform:translate3d(0,-10%,0)}.lg-reveal--layer-to-bottom:after{transform-origin:50% 100%}.lg-reveal--layer-to-left.is-in:after,.lg-reveal--layer-to-right.is-in:after{transform:scaleX(0)}.lg-reveal--layer-to-right{clip-path:polygon(0 0,0 0,0 100%,0 100%);transform:translate3d(-10%,0,0)}.lg-reveal--layer-to-right:after{transform-origin:100% 50%}.lg-reveal--layer-to-left{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);transform:translate3d(10%,0,0)}.lg-reveal--layer-to-left:after{transform-origin:0 50%}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{overflow:hidden;list-style:none;padding:0}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:a 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 0.01))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 0.01))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}