@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}ul,li{list-style:none}h1,h2,h3,h4,h5,h6,a,p,li,article,div{font-family:Montserrat,sans-serif;font-style:normal}body{background-color:#393943;color:#fff}#container{max-width:1420px;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column}#header{width:100%;border-bottom:4px solid #bb9035;background-color:#fff}#header .wrapper{margin:0 auto;max-width:1420px;display:flex;justify-content:space-between;align-items:center}#header .wrapper .left-wrapper{display:flex;justify-content:center;align-items:center;gap:40px}#header .wrapper .left-wrapper .logo{width:110px;height:110px}#header .wrapper .left-wrapper .logo img{width:100%;height:100%;object-fit:cover}#header .wrapper .left-wrapper .links ul{display:flex;gap:30px}#header .wrapper .left-wrapper .links ul li a{font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;color:#393943;border-bottom:1px solid #393943;transition:2s ease-in-out;padding:1px}#header .wrapper .left-wrapper .links ul li:hover a{border-bottom:none}#header .wrapper .right-wrapper{display:flex;justify-content:center;align-items:center;gap:24px}#header .wrapper .right-wrapper .contact ul{display:flex;gap:20px}#header .wrapper .right-wrapper .contact ul li{color:#393943;cursor:pointer}#header .wrapper .right-wrapper .contact ul li a{transition:all .3s ease-in-out;color:#393943;padding:5px;border-radius:20px}#header .wrapper .right-wrapper .contact ul li:hover a{color:#fff;background-color:#393943}#header .wrapper .right-wrapper .drawer{display:flex;flex-direction:column;align-items:end;transition:all 1s ease-in-out;cursor:pointer}#header .wrapper .right-wrapper .drawer span{display:block;background-color:#bb9035;margin-bottom:4px}#header .wrapper .right-wrapper .drawer span:nth-child(1){width:40px;height:2px}#header .wrapper .right-wrapper .drawer span:nth-child(2){width:40px;height:3px}#header .wrapper .right-wrapper .drawer span:nth-child(3){width:20px;height:2px;transition:all 1s ease-in-out}#header .wrapper .right-wrapper .drawer:hover span:nth-child(3){width:40px;height:2px}@media only screen and (max-width: 953px){#header .wrapper{padding:0 2%}#header .wrapper .right-wrapper .contact ul li:nth-child(1){display:none}#header .wrapper .right-wrapper .contact ul li:nth-child(2){display:none}}@media only screen and (max-width: 710px){#header .wrapper .left-wrapper .links{display:none}}.custom-drawer{position:fixed;top:-300vh;left:0;width:100%;height:100vh;background:#393943;z-index:999;transition:top .3s ease-in-out;display:flex;flex-direction:column;align-items:center;padding:2rem}.custom-drawer.open{top:0}.custom-drawer .close-btn{font-size:2rem;align-self:flex-end;background:none;color:#fff;border:none;cursor:pointer}.custom-drawer .drawer-links{list-style:none;padding:0;margin-top:2rem}.custom-drawer .drawer-links li{margin:1rem 0;display:flex;align-items:center;gap:2rem}.custom-drawer .drawer-links li a{font-size:2rem;text-decoration:none;color:#797777;transition:all .3s ease-in-out}.custom-drawer .drawer-links li p{font-size:2rem;text-decoration:none;color:#797777;opacity:0;transition:all .3s ease-in-out}.custom-drawer .drawer-links li:hover a{color:#fff;text-decoration:underline}.custom-drawer .drawer-links li:hover p{color:#fff;opacity:1}.custom-drawer .arrow{height:2px;background:#fff;width:100%;position:fixed;bottom:-500vh;transition:all .3s ease-in-out}.custom-drawer .arrow.open{bottom:100px}.custom-drawer .bottom{position:fixed;bottom:-500vh;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;transition:all .3s ease-in-out}.custom-drawer .bottom.open{bottom:20px}.custom-drawer .bottom .bottom-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:5rem;margin-top:2rem}.custom-drawer .bottom .bottom-wrapper div{display:flex;align-items:center;gap:2.4rem}.custom-drawer .bottom .bottom-wrapper div p{font-size:1.5rem;letter-spacing:-.05em;color:#fff}.custom-drawer .bottom .bottom-wrapper div button{cursor:pointer;padding:10px 20px;border-radius:30px;background-color:transparent;color:#fff;border:1px solid white;transition:all .3s ease-in-out}.custom-drawer .bottom .bottom-wrapper div button:hover{background-color:#fff;color:#393943;border:1px solid #393943}.custom-drawer .bottom .bottom-wrapper ul{display:flex;align-items:center;gap:2.4rem}.custom-drawer .bottom .bottom-wrapper ul li{cursor:pointer;border:1px solid white;border-radius:50%}.custom-drawer .bottom .bottom-wrapper ul li a{width:30px;height:30px;display:flex;justify-content:center;align-items:center;font-size:1rem;letter-spacing:-.05em;color:#fff}@media only screen and (max-width: 953px){.custom-drawer .bottom .bottom-wrapper{justify-content:center}.custom-drawer .bottom .bottom-wrapper div{display:none}}@media only screen and (max-width: 375px){.custom-drawer .bottom,.custom-drawer .arrow{display:none}}#footer{position:relative;bottom:0;width:100%}#footer .footer-container{max-width:1420px;margin:0 auto}#footer .footer-container .top-wrapper{margin:0 auto;max-width:80%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:2% 0}#footer .footer-container .top-wrapper h5{font-size:2rem;letter-spacing:-.05em}#footer .footer-container .top-wrapper a{cursor:pointer;padding:1.5% 3%;border-radius:30px;background-color:transparent;color:#fff;font-size:1rem;border:1px solid white;transition:all .3s ease-in-out}#footer .footer-container .top-wrapper a:hover{background-color:#fff;color:#393943;border:1px solid #393943}#footer .footer-container .center-wrapper{margin:0 auto;padding:4% 0 3%;border-top:1px solid #bb9035;max-width:80%;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}#footer .footer-container .center-wrapper .contact ul{display:flex;flex-direction:column;margin-bottom:30px}#footer .footer-container .center-wrapper .contact ul li{margin-bottom:15px}#footer .footer-container .center-wrapper .links ul{display:flex;flex-direction:column;flex-wrap:wrap}#footer .footer-container .center-wrapper .links ul li{cursor:pointer;margin-bottom:15px;transition:all .3s ease-in-out}#footer .footer-container .center-wrapper .links ul li a{font-size:1rem;letter-spacing:-.05em;color:#fff;transition:all .3s ease-in-out;padding:2px;border-bottom:1px solid white}#footer .footer-container .center-wrapper .links ul li:hover a{border-color:#858593;color:#858593}#footer .footer-container .center-wrapper .media ul{display:flex;align-items:center;flex-direction:column;flex-wrap:wrap}#footer .footer-container .center-wrapper .media ul li{cursor:pointer;border:1px solid white;border-radius:50%;margin-bottom:15px;transition:all .3s ease-in-out}#footer .footer-container .center-wrapper .media ul li a{width:30px;height:30px;display:flex;justify-content:center;align-items:center;font-size:1rem;letter-spacing:-.05em;color:#fff;transition:all .3s ease-in-out}#footer .footer-container .center-wrapper .media ul li:hover{border-color:#858593}#footer .footer-container .center-wrapper .media ul li:hover a{color:#858593}#footer .footer-container .bottom-wrapper{padding:1% 0;border-top:1px solid #bb9035}#footer .footer-container .bottom-wrapper p{text-align:center;font-size:.8rem;color:#858593}@media only screen and (max-width: 768px){#footer .footer-container .top-wrapper h5{font-size:1.5rem}#footer .footer-container .center-wrapper .links,#footer .footer-container .center-wrapper .media{margin-bottom:30px}#footer .footer-container .center-wrapper .links ul,#footer .footer-container .center-wrapper .media ul{flex-direction:row;gap:10%}}#home-hero{width:100%;display:flex;justify-content:center;align-items:center;gap:2%;height:500px}#home-hero #sliders{width:69%;height:100%}#home-hero #sliders .sliders-container,#home-hero #sliders .sliders-container .swiper{width:100%;height:100%}#home-hero #sliders .sliders-container .swiper .swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}#home-hero #sliders .sliders-container .swiper .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.9)}#home-hero #navigation{width:29%;height:100%}#home-hero #navigation .navigation-container{width:100%;height:100%}#home-hero #navigation .navigation-container ul{height:100%;display:flex;flex-direction:column}#home-hero #navigation .navigation-container ul li{flex:1;position:relative;overflow:hidden}#home-hero #navigation .navigation-container ul li img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.7)}#home-hero #navigation .navigation-container ul li h3,#home-hero #navigation .navigation-container ul li a{position:absolute;z-index:2}#home-hero #navigation .navigation-container ul li h3{top:10px;left:10px;font-size:32px;font-weight:400}#home-hero #navigation .navigation-container ul li a{bottom:10px;right:10px;color:#fff;font-size:22px;width:30px;height:30px;border:1px solid white;border-radius:50%;text-align:center;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1024px){#home-hero{flex-direction:column;height:auto}#home-hero #navigation{display:none}#home-hero #sliders,#home-hero #sliders .sliders-container,#home-hero #sliders .sliders-container .swiper{width:100%}#home-hero #sliders .sliders-container .swiper .swiper-slide img{object-fit:fill}}@keyframes slideInLeft{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}#home-about{max-width:1420px;margin:0 auto;padding:2% 20px}#home-about .about-wrapper{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}#home-about .about-wrapper .left-wrapper,#home-about .about-wrapper .right-wrapper{opacity:0;transform:translate(0);animation-fill-mode:forwards}#home-about .about-wrapper .left-wrapper{animation:slideInLeft 1s ease forwards;width:50%}#home-about .about-wrapper .left-wrapper h4{font-size:20px;font-weight:400;line-height:50px}#home-about .about-wrapper .left-wrapper h4 span{font-size:48px;font-weight:400;color:#bb9035}#home-about .about-wrapper .left-wrapper p{line-height:24px;font-size:13px;font-weight:400}#home-about .about-wrapper .right-wrapper{animation:slideInRight 1s ease forwards;animation-delay:.3s;width:50%;display:flex;justify-content:flex-end;align-items:center}#home-about .about-wrapper .right-wrapper img{max-width:100%;object-fit:cover;object-position:center}@media only screen and (max-width: 768px){#home-about .about-wrapper{flex-direction:column}#home-about .about-wrapper .left-wrapper,#home-about .about-wrapper .right-wrapper{width:100%;padding:1%;justify-content:center}#home-about .about-wrapper .left-wrapper img,#home-about .about-wrapper .right-wrapper img{height:300px}}@media only screen and (max-width: 693px){#home-about .about-wrapper{flex-direction:column}#home-about .about-wrapper .left-wrapper h4,#home-about .about-wrapper .right-wrapper h4{font-size:16px}#home-about .about-wrapper .left-wrapper h4 span,#home-about .about-wrapper .right-wrapper h4 span{font-size:40px}#home-about .about-wrapper .left-wrapper p,#home-about .about-wrapper .right-wrapper p{font-size:12px}}@media only screen and (max-width: 592px){#home-about .home-about .right-wrapper h4{font-size:16px;line-height:1}#home-about .home-about .right-wrapper h4 span{font-size:36px;line-height:1.2}#home-about .home-about .right-wrapper p{line-height:1.2}}#home-gallery{display:flex;width:100%;height:90vh;position:relative;overflow:hidden}#home-gallery .gallery-item{flex:1;position:relative;transition:all .7s ease-in-out;height:100%;overflow:hidden}#home-gallery .gallery-item .title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:28px;font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.8);z-index:2}#home-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;object-position:right;transition:all .7s ease-in-out;filter:brightness(.7)}#home-gallery .gallery-item:hover{flex:3}#home-gallery .gallery-item:hover img{position:relative;width:100vw!important;height:100%;object-position:center}@media only screen and (max-width: 768px){#home-gallery{flex-direction:column}}#home-success .swiper{width:100%;height:98vh}#home-success .swiper .swiper-slide{text-align:center;font-size:18px;background:#444;display:flex;justify-content:center;align-items:center}#home-success .swiper .swiper-slide img,#home-success .swiper .swiper-slide video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}#home-plans{padding:2% 20px}#home-plans .wrapper{max-width:1420px;margin:0 auto}#home-plans .wrapper h2{font-size:48px;font-weight:400;color:#bb9035}#home-plans .wrapper ul{margin-top:30px}#home-plans .wrapper ul li{margin-top:20px;line-height:25px}@media only screen and (max-width: 592px){#home-plans .wrapper h2{font-size:32px}#home-plans .wrapper ul li{font-size:14px}}#contact .contact-wrapper{padding:3% .5% 5%;max-width:1420px;margin:0 auto}#contact .contact-wrapper h1{font-size:48px;font-weight:400;color:#bb9035;margin-bottom:2%}#contact .contact-wrapper .info-wrapper{padding:1rem 0;display:flex;gap:2rem}#contact .contact-wrapper .info-wrapper .left-wrapper,#contact .contact-wrapper .info-wrapper .right-wrapper{width:48rem}#contact .contact-wrapper .info-wrapper .left-wrapper ul li{display:flex;gap:20px;margin-bottom:2rem}#contact .contact-wrapper .info-wrapper .left-wrapper ul li:last-child{margin-bottom:0}#contact .contact-wrapper .info-wrapper .left-wrapper ul li div svg{font-size:36px}#contact .contact-wrapper .info-wrapper .left-wrapper ul li div p{font-size:18px;font-weight:400}#contact .contact-wrapper .info-wrapper .left-wrapper ul li div span{color:#858593}#contact .contact-wrapper .info-wrapper .right-wrapper iframe{width:100%;height:100%}@media only screen and (max-width: 768px){#contact .contact-wrapper .info-wrapper{flex-direction:column}#contact .contact-wrapper .info-wrapper .right-wrapper,#contact .contact-wrapper .info-wrapper .left-wrapper{width:100%}}#not-found{width:100%;height:95vh;overflow:hidden;position:relative}#not-found .bck-img{opacity:.8;filter:brightness(.4)}#not-found .bck-img img{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(100%)}#not-found .wrapper{position:absolute;z-index:3;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}#not-found .wrapper .text-404{letter-spacing:30px}#not-found .wrapper .text-404 span{font-size:250px;font-weight:800}#not-found .wrapper .text-404 .gradient-zero{background:linear-gradient(to bottom,#fae060,#685d08);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#not-found .wrapper h1{font-size:48px;font-weight:900;margin-bottom:40px}#not-found .wrapper a{font-size:18.4px;font-weight:600;color:#fff;background-color:#252525;padding:15px 30px;border-radius:50px;transition:background-color .3s ease-in-out}#not-found .wrapper a:hover{background-image:linear-gradient(to right,#fae060,#685d08);color:#252525}#projects .projects-wrapper{padding:3% .5% 5%;max-width:1420px;margin:0 auto}#projects .projects-wrapper h1{font-size:48px;font-weight:400;color:#bb9035;margin-bottom:3rem}#projects .projects-wrapper .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;padding:16px}#projects .projects-wrapper .project-card{border-radius:8px;background-color:#111;color:#fff;padding:16px;box-shadow:0 0 10px #0000004d}#projects .projects-wrapper .project-card .project-swiper{margin-bottom:16px}#projects .projects-wrapper .project-card .project-swiper .media-slide{height:250px;position:relative;border-radius:8px;overflow:hidden;background-color:#000}#projects .projects-wrapper .project-card .project-swiper .media-slide img{width:100%;height:100%;object-fit:cover}#projects .projects-wrapper .project-card .text-block{cursor:pointer;padding-top:8px}#projects .projects-wrapper .project-card .text-block h3{margin:8px 0}#projects .projects-wrapper .project-card .text-block p{margin:4px 0}#projects .projects-wrapper .project-card .text-block small{color:#aaa}.modal{position:fixed;top:0;left:0;z-index:1000;width:100vw;height:100vh;background-color:#000000e6;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.modal .modal-content{background-color:#222;color:#fff;border-radius:10px;max-width:900px;width:100%;padding:24px;box-shadow:0 0 20px #00000080}.modal .modal-content .modal-swiper{margin-bottom:16px}.modal .modal-content .modal-swiper .modal-media-slide{height:400px;position:relative;border-radius:8px;overflow:hidden;background-color:#000}.modal .modal-content .modal-swiper .modal-media-slide div,.modal .modal-content .modal-swiper .modal-media-slide img{width:100%;height:100%;object-fit:contain}.modal .modal-content h2{margin-bottom:10px}.modal .modal-content small{color:#bbb}#media-page .wrapper{margin:0 auto;max-width:1420px;padding:1%}#media-page .wrapper h1{margin-bottom:30px;font-size:48px;font-weight:400;color:#bb9035}#media-page .wrapper .gallery{max-width:900px;margin:0 auto}#media-page .wrapper .gallery__item img{width:100%}@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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.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);-webkit-backface-visibility:hidden;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-slide,.swiper-3d .swiper-cube-shadow{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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;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-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{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;-webkit-appearance: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-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.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:translate(-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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.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-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{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-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next 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-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;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"}
