@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Marcellus&display=swap);@import url(https://fonts.googleapis.com/css2?family=Marcellus&display=swap);@import url(https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Marcellus&display=swap);@import url(https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;outline:none}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;background:#fff!important;color:#2e2b3b;font-family:Onest,serif;font-size:16px;line-height:1;max-width:100%;min-width:320px;touch-action:pan-y}body.js-locked{overflow:hidden}#react-sheet-slide>div>div{--width:min(100%,500px)}.h1-tite{font-size:2em;font-weight:700;line-height:1.25}.header{align-items:center;background:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;height:48px;justify-content:space-between;padding:11px 17px;z-index:102}.header .wm-logo-name-light{color:#878696;color:var(--Gray,#878696);font-family:Onest;font-size:16px;font-weight:500;height:20;left:49.8px;letter-spacing:0;line-height:100%;top:14.27px;width:108}.header a{color:#66cfc3}.header>a{align-items:flex-end;display:flex;height:24px;margin-bottom:-2px}.header__burger{display:none;padding:0 12px}.header__menu{flex:0 0 auto}.header__nav{align-items:center;display:flex;gap:18px}.header__nav .search-bar-button{color:#1f95a9}.header__nav div.search-container{background-color:#fff;border:2px solid #ffe4d0;border:2px solid var(--Pastel-orange,#ffe4d0);border-radius:4px;box-sizing:border-box;height:44px;padding:7px 12px;position:absolute;right:10px;top:61.02px;width:207px;z-index:10}.header__nav div.search-container>input.search-input{background:#0000;border:none;font-size:16px;height:100%;margin:0;outline:none;padding:0 25px 0 0;vertical-align:top;width:155px}.header__nav div.search-container>input.search-input:focus{border-bottom:0;-webkit-box-shadow:0 0 0 0 #26a69a}.header__nav div.search-container .search-icon{color:#999;pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.header__nav div.search-results{background-color:#fff;border-radius:8px;gap:10px;max-height:296px;overflow-y:scroll;padding:18px;position:absolute;right:10px;top:117px;width:207px;z-index:10}.header__nav div.search-result{align-items:center;color:#000;display:flex;font-family:Onest;font-size:14px;font-weight:300;gap:8px;height:22px;line-height:1;margin-bottom:5px;max-width:171px;overflow:hidden;white-space:nowrap}.header__nav div.search-result:hover{background-color:#ffd196}.header__nav span.search-result-icon{align-items:center;display:inline-flex;height:18px;width:18px}.header__nav span.search-result-icon>img{display:block;height:auto;width:100%}.header__nav span.search-result-name{display:inline-block;flex-shrink:1;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__nav div.search-results>p{color:#000;padding-left:10px}.header__nav .burger_btn{background:#0000;padding:4px}.header__nav .filter_description{background:#fff;border-radius:8px;box-shadow:4px 4px 8px 0 #223c5033;color:#000;height:430px;max-width:200px;padding:20px 10px 10px;position:absolute;right:180px;top:60px;z-index:10}.header__nav .filter_description_content{font-size:12px;line-height:20px}.header__nav .filter_description_content>p{padding-bottom:10px}.header__nav .filter_description_content>p:last-child{padding-bottom:0}.header__nav .filter_modal{background:#fff;border-radius:8px;box-shadow:0 0 10px 0 rgba(0,0,0,.102);color:#000;font-size:12px;gap:10px;max-height:459px;padding:18px;position:absolute;right:10px;top:61.02px;width:211px;z-index:10}.header__nav .filter_modal .filter_modal_frame{gap:10px;max-height:423px;width:175px}.header__nav .filter_modal .checkBox{gap:8px;height:22px;margin-bottom:10px;width:175px}.header__nav .filter_modal .checkBox span{border:0;height:25px;width:25px}.header__nav .filter_modal .checkBox svg{height:17px;width:17px}.header__nav .filter_modal .category__image{height:22px;width:18px}.header__nav .filter_modal .apply{align-items:center;background:#66cfc3;background:var(--Light,#66cfc3);border-radius:10px;color:#fff;display:flex;font-family:Onest;font-size:18px;font-weight:400;gap:22px;height:45px;justify-content:center;letter-spacing:0;line-height:69%;min-width:100px;padding:20px 30px 20px 20px;text-align:center;vertical-align:middle;width:175px}.header__nav .nav__menu{background:#fff;border-radius:8px;box-shadow:4px 4px 8px 0 #223c5033;color:#000;gap:20px;height:136px;padding:16px 20px;position:absolute;right:10px;top:60px;width:163px;z-index:3001}.header__nav .nav__menu a{color:#171819;display:flex;font-family:Hind;font-size:18px;font-weight:400;height:27px;letter-spacing:0;line-height:27px;margin-bottom:16px;transition:.15s;width:123px}.header__nav .nav__menu a:hover{color:#fd8108}.header__nav .nav__menu a:last-child{margin-bottom:0}.header__nav .MuiSelect-select,.header__nav-action{align-items:center;display:flex}.header__nav .MuiSelect-select .material-icons,.header__nav-action .material-icons{font-size:16px;height:16px;margin-right:6px}.header__actions{padding-right:20px}@media only screen and (max-width:768px){.header__burger{display:block}.header__menu a{padding:0 10px}.header__actions{padding-right:16px}}.modal--payment{background:#0000;box-shadow:none;height:100%;overflow-x:hidden;width:100%}.modal--payment .special{margin:auto}.i-choose-this-free-for-you *,.special *,:after,:before{-webkit-box-sizing:unset}.special-continue{background-color:#fff;border:1px solid #000;border-bottom:0;border-radius:10px 10px 0 0;color:#000;height:38px;position:absolute;top:-22px;width:426px}.special-continue p{color:#000;font-family:Fira Sans Extra Condensed,sans-serif;font-size:26px;line-height:26px;margin:7px 5px 5px 10px}.special-buttons{display:flex;justify-content:center;margin-bottom:10px;margin-top:10px;position:relative}.special-div{display:flex;width:426px}.special-bar{background-color:#3072cb;border:1px solid #fff;border-radius:10px;display:flex;height:78px;margin-top:10px;width:100%;z-index:-1}.special-offer{width:105px}.special-offer p{color:#fff;font-family:Fira Sans Extra Condensed,sans-serif;font-size:34px;line-height:34px;margin:5px 5px 8px 10px}.special-text{margin-bottom:5px;margin-left:10px;margin-top:5px;width:210px}.special-text p{color:#fff;font-family:Fira Sans Extra Condensed,sans-serif;font-size:20px;line-height:22px;margin:0}.not-now-button-overlay,.special-button-overlay{position:absolute;width:426px}.not-now-button-div,.special-button-div{position:absolute;right:0;width:110px}.not-now-button-div{top:110px}.not-now-button-div a,.special-button-div a{text-decoration:none}.not-now-button,.special-button{align-content:center;background-color:#00aded;border-radius:50%;height:100px;text-align:center;width:100px}.not-now-button{background-color:#fff}.not-now-button span,.special-button span{color:#fff;font-family:Fira Sans Extra Condensed,sans-serif;font-size:28px;font-weight:500;line-height:28px;text-decoration:none}.not-now-button span{color:#00aded}.not-now-button-circle,.special-button-circle{border:1px solid #fff;border-radius:50%;height:90px;left:4px;position:absolute;top:4px;width:90px}.not-now-button-circle{border:1px solid #00aded}.special-offer-button{align-items:center;background:#66cfc3;background-color:#66cfc3;background-color:var(--Light,#66cfc3);border-radius:6px;border-radius:10px;color:#fff;display:flex;font-family:Onest;font-size:18px;font-weight:600;font-weight:400;gap:22px;justify-content:center;letter-spacing:0;line-height:69%;min-width:250px;padding:20px 30px 20px 20px;text-align:center;text-transform:uppercase;vertical-align:middle;width:100%}@media(max-width:500px){.special-div{width:330px}.special-bar{height:58px}.special-offer{width:80px}.special-offer p{color:#fff;font-size:24px;line-height:24px;margin:5px 3px 5px 5px}.special-text{margin-bottom:5px;margin-left:2px;margin-top:5px;width:150px}.special-text p{font-size:16px;line-height:18px}.not-now-button-overlay,.special-button-overlay{position:absolute;width:330px}.not-now-button-div,.special-button-div{position:absolute;right:0;width:90px}.not-now-button-div{top:90px}.not-now-button,.special-button{align-content:center;background-color:#00aded;border-radius:50%;height:80px;text-align:center;width:80px}.not-now-button{background-color:#fff}.not-now-button span,.special-button span{color:#fff;font-size:22px;font-weight:500;line-height:22px;text-decoration:none}.not-now-button span{color:#00aded}.not-now-button-circle,.special-button-circle{border:1px solid #fff;border-radius:50%;height:70px;left:4px;position:absolute;top:4px;width:70px}.not-now-button-circle{border:1px solid #00aded}.special-continue{width:326px}}.i-choose-this{margin-top:10px}.i-choose-this-button{align-items:center;background-color:#ff7012;background-color:var(--Light,#ff7012);border-radius:6px;border-radius:10px;color:#fff;display:flex;font-family:Onest;font-size:18px;font-weight:600;font-weight:400;gap:22px;justify-content:center;letter-spacing:0;line-height:69%;min-width:250px;padding:20px 30px 20px 20px;text-align:center;text-transform:uppercase;vertical-align:middle;width:100%}.sidenav{pointer-events:none;transition:transform .3s ease-in-out}.sidenav._active{pointer-events:all;transform:translateX(0)}.modal.active,.sidenav-overlay._active,.sidenav._active{display:block;opacity:1}.modal.active{top:10%;transform:scaleX(1) scaleY(1);z-index:1099}.modal-overlay.active{display:block;opacity:.5;z-index:1002}.payment-modal__actions .btn{margin-right:20px}.btn._accent{background:tomato}.ui-form .input-field,.ui-form .ui-group{margin-top:24px}.ui-group{margin-top:20px}.ui-group label{display:inline-block;font-size:1rem;margin-bottom:12px}.review-form{margin:32px auto 0;max-width:420px}.review-form__rating{margin-bottom:48px}.review-form__action{display:flex;justify-content:center}.d-none{display:none}.position-relative{position:relative}.settingsTopModal{background:#fff;border:1px solid #ededed;border-radius:10px;font-size:16px;line-height:normal;overflow:hidden;position:absolute;right:0;top:-425px;width:530px}.settingsTopModal__header{background:#96c2de;color:#fff;font-size:16px;padding:3px 5px}.settingsTopModal__closeButton{cursor:pointer;position:absolute;right:5px;top:2px}.settingsTopModal__closeButton:hover{color:red}.settingsTopModal__body{padding:10px}.settingsTopModal__gridGroup{display:grid;grid-template-columns:1fr 1fr}.settingsTopModal__gridGroup fieldset{width:100%}.settingsTopModal__gridGroup legend{background:#ededed;font-weight:700;padding:5px 10px;width:100%}.settings-cta{cursor:pointer;text-align:center;text-decoration:underline}@media(max-width:540px){.settingsTopModal{width:90vw}.settingsTopModal__gridGroup{grid-template-columns:none}}.assistent_btn{background:#d58010!important;border-radius:100%;height:50px;left:50px;position:fixed;width:50px;z-index:100}.assistent_closeBg{background:#000;opacity:.5;z-index:100}.assistent_closeBg,.assistent_modal{height:100svh;left:0;position:fixed;top:0;width:100svw}.assistent_modal{align-items:center;display:flex;justify-content:center;opacity:0;transition:.3s;visibility:hidden;z-index:110}.assistent_modal.active{opacity:1;visibility:visible}.assistent_modal .modal_content{background:#fff;border-radius:12px;padding:20px;position:relative;text-align:center;width:400px;z-index:110}.assistent_modal .modal_content p{font-size:14px;font-weight:600;line-height:120%}.assistent_modal .modal_content .content_listenBtn{align-items:center;background:#224a77;border-radius:100%;display:flex;height:100px;justify-content:center;margin:30px auto 0;transition:.5s;width:100px}.assistent_modal .modal_content .content_listenBtn.listening{background:red}.loading-block{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#242528d9;color:#fff;font-family:Onest;font-size:14px;font-weight:400;height:100svh;inset:0;line-height:1.46;position:fixed;text-align:center;width:100svw;z-index:10}.loading-block .loader-text{color:#fff;font-size:20px;margin:80px auto 0;max-width:310px;text-align:center}.loading-block__pic{height:70px;margin:0 auto 16px;width:70px}.loading-block__big{color:#fff;font-size:20px;font-weight:700;margin:0 0 8px}.loading-block__actions{margin-top:24px}.loader{align-items:center;display:flex;gap:5px;height:32px;justify-content:center;left:calc(100svw/2 - 35px);position:absolute;top:calc(100svh/2 - 16px);width:70px}.loader>*{animation:loader 1.5s linear infinite;backface-visibility:hidden;background:#ffbc7b;border-radius:4px;flex:0 0 auto;height:8px;width:8px}.loader>:first-child{animation-delay:0s}.loader>:nth-child(2){animation-delay:.2s}.loader>:nth-child(3){animation-delay:.4s}.loader>:nth-child(4){animation-delay:.6s}.loader>:nth-child(5){animation-delay:.8s}@keyframes loader{0%{height:8px}20%{height:32px}40%{height:8px}}body{background:#fff;font-family:Onest;margin:0;overflow-x:hidden;overflow-y:auto;padding:0}li,ul{list-style-type:none;padding:0}button{border:none;cursor:pointer;outline:none}h1{font-size:1rem}h1,h2,h3,h4,h5,p{margin:0}a{color:inherit;text-decoration:none;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.container{margin:0 auto;max-width:1225px;width:100%}.hidden{height:0;line-height:0;margin:0;opacity:0;padding:0}.hero,.hidden{overflow:hidden}.hero{background:#fff;background:linear-gradient(0deg,#fff,#9dc3ea 40%,#0147a7);background-repeat:no-repeat;font-family:Playfair Display,sans-serif;padding-bottom:0;position:relative}.hero__title{color:#fff;font-size:50px;margin-bottom:30px;position:relative;text-align:center}.hero__title svg{position:absolute;right:24px;top:43px}.hero .container{position:relative;z-index:10}.hero .bg{bottom:0;height:auto;left:-300px;max-height:none;position:absolute!important;width:auto;z-index:-1!important}@media screen and (max-width:650px){.hero .bg{left:-150px;width:600px}}.hero__info-top{align-items:center;display:flex;justify-content:space-between;margin:0 auto;text-align:center;width:190px}.hero__info-top p{color:#fff;color:#132648;font-family:Fira Sans,sans-serif;font-size:12px;font-weight:500;width:100%}.hero__info-top p span{font-size:32px;font-weight:500}.hero__info-top button{align-items:center;background:#fff;background:linear-gradient(158deg,#fff,#a5bcbd);border-radius:100%;box-shadow:4px 4px 8px 0 #223c5033;cursor:pointer;display:flex;font-size:18px;font-weight:700;gap:2px;height:80px;justify-content:center;width:80px}.hero__info-top button:after{top:10px}.hero__info-top button:after,.hero__info-top button:before{background:#fff;content:"";height:1px;position:absolute;right:-25px;width:30px}.hero__info-top button:before{bottom:10px}.hero__info-top button svg{width:20px}.hero__info{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px 7px 0}.hero__info p{color:#132648;font-family:Hind,sans-serif;font-size:17px;font-weight:600;line-height:120%;text-align:center}.hero__info button{border-radius:6px;margin-top:16px;padding:12px 0;width:50%}.hero__title img{width:100%}.hero .hero__content{display:flex;flex-direction:column;margin:0 auto;max-width:360px;min-height:40vh;padding:22px 16px 200px 50px;position:relative;width:100%}.hero .hero__content>*{position:relative;z-index:100}.hero .hero__content>svg{display:block;left:-180px;position:absolute;text-align:center;top:70px;width:175px}@media screen and (max-width:700px){.hero .hero__content>svg{left:0;position:relative;top:0}}.hero .hero__content .info__block{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#35526475;border-radius:50px 50px 0 0;bottom:0;color:#fff;height:calc(100svh - 465px);max-height:635px;max-width:700px;min-height:584px;padding:35px 87px;position:relative;right:0;width:100%}.hero .hero__content .info__block .block__title{font-size:26px;font-weight:700;margin-bottom:55px}.hero .hero__content .info__block .block__description{font-size:20px;line-height:120%;margin-bottom:52px;width:100%}.hero .hero__content .info__block .block__main{margin-bottom:50px;margin-left:35px;max-width:420px;width:100%}.hero .hero__content .info__block .hero__buttons{align-items:flex-start;display:flex;justify-content:space-between}.hero .hero__content .info__block .hero__buttons .intro__btn{align-items:center;background:#009cff;border-radius:30px;color:#fff;display:flex;font-family:Montserrat;font-weight:700;gap:8px;height:55px;justify-content:center;max-width:178px;width:100%}.hero .hero__content__overlay{background-color:#ffffffb3;border-radius:10px;left:50px;padding:10px;position:absolute;right:16px;text-align:center;top:460px;z-index:101}.hero .hero__content__overlay p{color:#000;font-family:Hind,sans-serif;font-size:16px;font-weight:600;line-height:120%;margin:0}.hero__buttons-container{bottom:0;display:flex;gap:20px;justify-content:center;left:0;padding:20px;position:absolute;right:0;transition:all .3s ease;z-index:100}.hero__buttons-container.stuck{background:#ffffffe6;bottom:auto;box-shadow:0 2px 10px #0000001a;padding:5px;position:fixed;top:0}.hero .map__btn,.hero .route__btn{align-items:center;border-radius:6px;cursor:pointer;display:inline-flex;font-family:Hind,sans-serif;font-size:18px;font-weight:500;justify-content:center;line-height:1;padding:12px;transition:all .3s ease;white-space:nowrap;width:140px}.stuck .hero .map__btn,.stuck .hero .route__btn{font-size:16px;padding:8px 20px}.hero .map__btn{color:#fff}.hero .map__btn,.hero .map__btn:hover{background:#864a73}.hero .route__btn{box-shadow:0 4px 8px 0 #223c5033;color:#fff}.hero .route__btn,.hero .route__btn:hover{background:#c85416}.scrolled .hero__buttons-container{box-shadow:0 2px 10px #0000001a}.landing{-webkit-overflow-scrolling:touch;height:100%;overflow-x:hidden;overflow-y:scroll}.landing__wrapper{min-height:200%;overflow-y:auto}.landing__card{padding-bottom:66px}.landing .card_wrapper{column-gap:20px;display:flex;flex-wrap:wrap;justify-content:center;padding:20px}.landing__item{height:400px;max-width:312px;overflow:hidden}.landing__item h3{font-family:Marcellus,serif;font-size:22px;margin-bottom:16px;text-align:center}.landing__item a img{height:100%;object-fit:cover;object-position:center 80%;width:100%}.landing__item-img{border-radius:8px;height:176px;margin-bottom:16px;overflow:hidden;width:100%}.landing__item p{font-family:Hind,sans-serif;font-size:18px;line-height:120%}.landing__item_tour{border-bottom:1px solid #000;flex-direction:column;height:100%;justify-content:flex-start;width:360px}.landing__item_tour,.landing__item_tour h3{align-items:center;display:flex;overflow:hidden}.landing__item_tour h3{font-family:Marcellus,serif;font-size:18px;height:40px;justify-content:center;margin:0;padding:10px 5px 0;text-align:center;width:100%}.landing__item_tour a{align-items:center;color:inherit;display:flex;flex-direction:column;text-decoration:none;width:100%}.landing__item_tour-img{border-radius:8px;margin-bottom:5px;width:100%}.landing__item_tour-img img{border-radius:4px 4px 0 0;height:100%;margin-bottom:2px;max-height:270px;max-width:360px;min-height:270px;min-width:360px;object-fit:cover;object-position:center 80%;width:100%}.landing__item_tour-img .separator{background:#fff;margin:3px 0;width:2px}.landing__item_tour-img .tour-info-extended{height:34px!important}.landing__item_tour-img .tour-info{background-color:#d1d1d1;border-radius:0 0 8px 8px;box-sizing:border-box;display:flex;flex-direction:row;height:26px;justify-content:space-between;width:100%}.landing__item_tour-img .tour-info .rating{border-bottom-right-radius:10px}.landing__item_tour-img .tour-info .info-section{align-items:center;background-color:#d1d1d1;border-bottom-left-radius:10px;color:#333;display:flex;flex:1 1;font-family:Hind,serif;font-size:18px;justify-content:center}.landing__item_tour-img .tour-info .info-section .icon{align-items:center;display:flex;font-size:14px;justify-content:center;margin-right:3px;padding-bottom:2px}.landing__item_tour-img .tour-info .info-section .icon.euro{color:#3e9c35}.landing__item_tour-img .tour-info .info-section .icon.rating{color:#ffa534}.landing__item_tour-img .tour-info .info-section .value{color:#333;font-weight:600}.landing__item_tour-img .tour-info .info-section.price .value{color:#3e9c35}.landing__item_tour-img .tour-info .now-empty{width:18px}.landing__item_tour p{align-items:flex-start;display:flex;flex-grow:1;font-family:Hind,sans-serif;font-size:14px;line-height:1.3;margin:0 0 8px;overflow:hidden;padding:0 5px;text-align:celeftnter;width:100%}@media(max-width:1680px){.landing .card_wrapper{align-items:end;display:flex;justify-content:center}}@media(max-width:1180px){.landing .card_wrapper{justify-content:center}}@media(max-width:950px){.landing .card_wrapper{margin-right:0}}.landing-no__image{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.landing-no__image svg{height:50px;width:50px}@media(max-width:620px){.card_wrapper{padding:0 20px}}.filter__img{width:30px}div.strikethrough{display:flex;margin:auto;width:35px}.strikethrough{position:relative}.strikethrough:before{border-color:currentcolor #000 #000;border-top:2px solid #000;content:"";left:0;position:absolute;right:0;top:40%;transform:rotate(-15deg)}.view__title>a{text-decoration:underline;text-decoration-color:#d76a00}.home{display:flex;flex-direction:column;height:calc(100vh - 48px);overflow:hidden}.categories{background:#228e82;bottom:0;height:80px;height:calc(80px + env(safe-area-inset-bottom));justify-content:space-between;left:0;padding:5px 12px;position:fixed;z-index:100}.categories,.categories .container{align-items:center;display:flex;width:100%}.categories .container{height:100%;max-width:600px;padding:6px 15px calc(6px + env(safe-area-inset-bottom))}.categories__carousel{height:100%;width:100%}.categories__carousel-list{display:flex;height:100%;justify-content:space-between;margin:0;padding:2px 5px;width:100%}.categories__carousel-item{align-items:center;cursor:pointer;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;padding:2px 5px;position:relative;transition:all .2s ease}.categories__carousel-item.active:before{background-color:#0d665c;border-radius:8px;content:"";height:calc(100% + 10px);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:78px;z-index:-1}.categories__carousel-locate{align-items:center;border-radius:100px;display:flex;justify-content:center}.categories__carousel-locate svg{height:24px;margin:0 auto 5px;max-width:100%;width:auto}.categories__carousel-locate svg *{transition:.15s}.categories__carousel-content{color:#fff;font-size:12px;font-style:normal;font-weight:500;line-height:1.2;max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;transition:.15s;white-space:nowrap}.categories__carousel-item.active .categories__carousel-locate{box-shadow:none}@media(max-width:319px){.categories__carousel-item{padding:3px}.categories__carousel-item.active:before{width:calc(100% + 10px)}.categories__carousel-content{font-size:10px}.categories__carousel svg{height:20px}}.checkBox{align-items:center;display:flex;gap:10px;margin-bottom:30px;width:100%}.checkBox p{line-height:100%}.checkBox .box{align-items:center;border:2px solid #d3dee2;border-radius:4px;cursor:pointer;display:flex;height:20px;justify-content:center;padding:2px;width:20px}.clusterIcon{height:40px!important;width:40px!important}.clusterIcon img{display:none}.clusterIcon div{align-items:center!important;background:#228e82;border:2px solid #66cfc3;border:2px solid var(--Light,#66cfc3);border-radius:100%!important;color:#fff!important;display:flex!important;height:40px!important;justify-content:center!important;position:relative!important;width:40px!important}.sheet{background:#fff;font-size:18px;font-weight:500;height:100svh;inset:0;line-height:120%;overflow-y:auto;padding:60px 20px 20px;pointer-events:none;position:fixed;transform:translateY(200%);transition:.3s;width:100svw;z-index:100}.sheet.active{pointer-events:all;transform:translateY(0)}.sheet:not(.active){overflow:hidden;overflow-y:auto;visibility:hidden;visibility:visible}.sheet .routes__close{background:#0000;position:absolute;right:10px;top:10px}.sheet .agr__title{font-family:Marcellus,serif;font-size:30px;margin-bottom:25px;text-align:center}.sheet .rules{margin-top:40px;padding:0 10px}.sheet .rules div{align-items:flex-start;display:flex;gap:10px;margin-bottom:20px}.swiper-container-gallery{align-items:center;justify-content:center;max-height:345px;overflow:hidden;position:relative}.route-swiper{position:relative}.route-swiper .tour-new-tag,.route-swiper .tour-top-choice-tag{background-color:#ff7012;border-radius:5px;bottom:60px;gap:8px;height:26px;padding:4px 8px;position:absolute;right:20px;width:32px;z-index:10}.route-swiper .tour-new-tag div,.route-swiper .tour-top-choice-tag div{display:flex;text-align:center}.route-swiper .tour-top-choice-tag{bottom:90px}.route-swiper .tour-tag{background-color:#fff;border-radius:5px;bottom:20px;color:#ff7012;font-family:Onest;font-size:14px;font-weight:300;gap:8px;letter-spacing:0;line-height:150%;padding:4px 8px;position:absolute;right:20px;width:110.5;z-index:10}.route-swiper .tour-tag svg{margin-right:4px}.route-swiper .tour-tag .tour-tag-container{align-items:center;display:flex}.route-swiper .swiper,.route-swiper .swiper-container{position:relative}.route-swiper [class^=swiper-button-next],.route-swiper [class^=swiper-button-prev]{background:none;border:none;cursor:pointer;height:44px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:44px;z-index:10}.route-swiper [class^=swiper-button-next]:hover,.route-swiper [class^=swiper-button-prev]:hover{opacity:1}.route-swiper [class^=swiper-button-next].swiper-button-disabled,.route-swiper [class^=swiper-button-prev].swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.route-swiper [class^=swiper-button-next]:after,.route-swiper [class^=swiper-button-prev]:after{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";filter:drop-shadow(0 0 1px rgba(0,0,0,.7)) drop-shadow(0 0 1px rgba(0,0,0,.7)) drop-shadow(0 0 1px rgba(0,0,0,.7));height:44px;left:50%;opacity:.7;position:absolute;top:50%;transform:translate(-50%,-50%);width:44px}.route-swiper [class^=swiper-button-prev]{left:20px}.route-swiper [class^=swiper-button-prev]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E")}.route-swiper [class^=swiper-button-next]{right:20px}.route-swiper [class^=swiper-button-next]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E")}.route-swiper .swiper-slide{display:flex;flex-direction:column;height:auto;max-height:80vh}.route-swiper .swiper-slide .routes__item-image{flex:1 1 auto;max-height:60vh;min-height:0;object-fit:contain;width:100%}.route-swiper .swiper-slide .routes__item-descr{flex:0 1 auto;max-height:20vh;overflow-y:auto;padding:10px}.route-swiper .swiper-slide.slide{display:flex;flex-direction:column}.share-buttons{display:table;height:38px;justify-content:space-between;width:312px}.share-buttons>span{color:#878696;color:var(--Gray,#878696);display:table-cell;font-family:Onest;font-size:18px;font-weight:500;letter-spacing:0;line-height:24px;padding-right:4px;vertical-align:middle}.share-buttons-container{text-align:end}.share-button{display:inline-block!important;padding-left:18px!important;position:relative!important}.share-button-copy-link{background-color:#0000;border:none;color:inherit;cursor:pointer;font:inherit;padding:0}.audio-header{padding-bottom:4px}.map{flex:1 1;height:calc(100vh - 130px);min-height:0;position:relative}.map .outsideClick{background:#0000;height:100svh;inset:0;position:fixed;width:100svw;z-index:10}.map .buy_modal{background:#fff;border-radius:30px 30px 0 0;bottom:0;box-shadow:0 4px 4px 0 #61616187;height:100svh;left:calc(100svw/2 - 200px);max-height:230px;max-width:400px;padding-left:25px;padding-right:25px;padding-top:42px;pointer-events:none;position:fixed;transform:translateY(100%);transition:.5s;width:100%;z-index:20}@media screen and (max-width:480px){.map .buy_modal{left:0;margin:0}}.map .buy_modal.active{pointer-events:all;transform:translateY(0)}.map .buy_modal .routes__close{background:#0000;position:absolute;right:10px;top:10px}.map .buy_modal .buy_title{background:#ffac5bb3;border-radius:8px;font-size:18px;font-weight:500;margin:0 auto 30px;padding:12px;text-align:center;width:-moz-fit-content;width:fit-content}.map .buy_modal .buy_text{font-size:20px;font-weight:500;margin-bottom:30px;text-align:center}.map .buy_modal .buttons{align-items:center;display:flex;gap:24px}.map .buy_modal .buttons button{align-items:center;background:#3e94f8;border-radius:6px;box-shadow:0 4px 4px 0 #61616187;color:#fff;display:flex;font-size:18px;font-weight:600;height:44px;justify-content:center;text-transform:uppercase;width:100%}.map .buy_modal .buttons .close{background:#576369}.map .description_modal{background:#fff;border-radius:30px 30px 0 0;bottom:0;box-shadow:0 4px 4px 0 #61616187;left:calc(100svw/2 - 200px);max-height:520px;max-width:400px;padding-left:25px;padding-right:25px;padding-top:42px;pointer-events:none;position:fixed;transform:translateY(100%);transition:.5s;width:100%;z-index:110}@media screen and (max-width:480px){.map .description_modal{left:0;margin:0}}.map .description_modal.active{pointer-events:all;transform:translateY(0)}.map .description_modal .routes__close{background:#0000;position:absolute;right:10px;top:10px}.map .description_modal .description_title{font-family:Marcellus,serif;font-size:21px;margin-bottom:16px;text-align:center}.map .description_modal .description_text{border-radius:10px;font-size:18px;font-weight:500;line-height:120%;margin-bottom:25px;max-height:440px;overflow-y:scroll;padding:12px}.map .description_modal .description_text strong{font-weight:700}.map .description_modal .description_text ul{padding-left:10px}.map .description_modal .description_text ul li{list-style-type:disclosure-closed}.map .description_modal .close{align-items:center;background:#3e94f8;border-radius:6px;box-shadow:0 4px 4px 0 #61616187;color:#fff;display:flex;font-size:18px;font-weight:600;height:44px;justify-content:center;margin:0 auto;max-width:100px;text-transform:uppercase;width:100%}.map .thanks_modal{background:#fff;border-radius:30px 30px 0 0;bottom:0;box-shadow:0 4px 4px 0 #61616187;height:100svh;left:calc(100svw/2 - 200px);max-height:320px;max-width:400px;padding-left:25px;padding-right:25px;padding-top:42px;pointer-events:none;position:fixed;transform:translateY(100%);transition:.5s;width:100%;z-index:110}@media screen and (max-width:480px){.map .thanks_modal{left:0;margin:0}}.map .thanks_modal.active{pointer-events:all;transform:translateY(0)}.map .thanks_modal .routes__close{background:#0000;position:absolute;right:10px;top:10px}.map .thanks_modal .buy_title{font-family:Marcellus,serif;font-size:21px;margin-bottom:16px;text-align:center}.map .thanks_modal .buy_text{background:#bfea79b3;border-radius:10px;font-size:18px;font-weight:500;line-height:120%;margin-bottom:25px;padding:12px;text-align:center}.map .thanks_modal .close{align-items:center;background:#3e94f8;border-radius:6px;box-shadow:0 4px 4px 0 #61616187;color:#fff;display:flex;font-size:18px;font-weight:600;height:44px;justify-content:center;margin:0 auto;max-width:100px;text-transform:uppercase;width:100%}.map .routes__window{background:#fff;border:1px solid #00000040;border-radius:10px 10px 0 0;bottom:0;box-shadow:0 4px 4px 0 #61616187;height:calc(100svh - 45px);left:calc(100svw/2 - 250px);max-height:900px;max-width:500px;overflow-y:scroll;padding:42px 16px 120px;pointer-events:none;position:fixed;transform:translateY(100%);transition:.5s;width:100%;z-index:10}@media screen and (max-width:480px){.map .routes__window{border:1px solid #0000;left:0;margin:0}}.map .routes__window.active{pointer-events:all;transform:translateY(0)}.map .routes__window .routes__close{background:#0000;position:absolute;right:10px;top:10px}.map .routes__window .routes__title{color:#878696;font-family:Onest;font-size:32px;font-weight:700;letter-spacing:0;line-height:150%;margin:0 auto 24px;max-width:80%;text-align:center;text-transform:uppercase}.map .routes__window .routes__title.second-screen{text-decoration-offset:0;color:#228e82;font-family:Onest;font-size:32px;font-weight:500;letter-spacing:0;line-height:150%;text-decoration:underline;text-decoration-style:solid;text-decoration-thickness:0}.map .routes__window .routes__raiting{text-align:center}.map .routes__window .routes__raiting .star-rating-svg{display:inline-block}.map .routes__window .screen__route{margin:24px 0;width:100%}.map .routes__window .info__block{align-items:center;background:#ffac5bb3;border-radius:10px;display:flex;font-family:Hind,sans-serif;font-size:18px;height:51px;justify-content:center;width:100%}.map .routes__window .routes__back{background:#0000;left:10px;position:absolute;top:10px}.map .routes__window .routes__categories{gap:15px;overflow-x:auto;padding-bottom:10px;text-align:center;width:100%}.map .routes__window .routes__categories button{text-wrap:nowrap;background-color:#fff;border:1px solid #dde5ea;border-radius:5px;border-radius:4px;color:#878696;gap:5px;margin-left:10px;min-width:90px;padding-bottom:10px;padding-top:10px;transition:.15s}.map .routes__window .routes__categories button.active{background-color:#878696;color:#fff}.map .routes__window .routes{height:85%;margin-top:10px;overflow-y:auto;padding-top:10px}.map .routes__window .routes .routes__item{margin-bottom:50px}.map .routes__window .routes .routes__item-title{text-decoration-offset:0;font-family:Onest;font-size:24px;font-weight:500;letter-spacing:0;line-height:150%;margin-bottom:8px;text-decoration:underline;text-decoration-style:solid;text-decoration-thickness:0}.map .routes__window .routes .routes__item-time{font-size:12px}.map .routes__window .routes .routes__view_route{color:#fc5d08;cursor:pointer;font-size:12px}.map .routes__window .routes .routes__view_route_text{display:inline-block;font-weight:700;padding-left:5px}.map .routes__window .routes .description_button{color:#2980b9;cursor:pointer}.map .routes__window .routes .tour_description{display:inline;line-height:18px;margin-top:5px}.map .routes__window .routes .view-route-container{align-items:center;display:flex;gap:12px;padding-top:10px}.map .routes__window .routes .view-route-icon{align-items:center;display:flex;justify-content:center}.map .routes__window .routes .view-route-content{color:#228e82;flex-grow:1;font-family:Onest;font-size:18px;font-weight:700;letter-spacing:0;line-height:100%;vertical-align:middle}.map .routes__window .routes .routes__item-dot-title{cursor:pointer;font-family:Onest;font-size:14px;font-weight:300;letter-spacing:0;line-height:150%}.map .routes__window .routes .routes__item-dot-title span.number{color:#66cfc3}.map .routes__window .routes .routes__item-image{border-radius:10px 10px 0 0;margin-bottom:3px;margin-top:16px;object-fit:cover;object-position:center;overflow:hidden;width:100%}.map .routes__window .routes .routes__item-image.screen{height:325px}.map .routes__window .routes .routes__item-descr{font-size:18px;line-height:120%;margin:16px 0}.map .routes__window .view__title{font-family:Onest;font-size:20px;font-size:18px;font-weight:500;font-weight:300;letter-spacing:0;line-height:150%;margin-bottom:10px;margin-top:25px;text-align:center}.map .routes__window .view__title span{color:#ff7012}.map .routes__window .view__coordinates{color:#d76a00;font-weight:700;margin-bottom:10px;text-align:center}.map .routes__window .view__wrap{box-sizing:border-box;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:0;position:relative}.map .routes__window .view__wrap .google-map-container{left:-20px;right:-20px;width:calc(100% + 40px)}.map .routes__window .view__wrap .other-content{padding:0 20px}.map .routes__window .view__route{background-color:#66cfc3;border-radius:10px;color:#fff;font-family:Onest;font-weight:400;height:52px;letter-spacing:0;line-height:69%;text-align:center;vertical-align:middle}.map .routes__window .view__route,.map .routes__window .view__route__more{align-items:center;display:flex;font-size:18px;gap:22px;justify-content:center;margin-top:16px;min-width:250px;padding:20px 30px 20px 20px;text-transform:uppercase;width:100%}.map .routes__window .view__route__more{background:#0000;border:1px solid #66cfc3;border:1px solid var(--Light,#66cfc3);border-radius:6px;border-radius:10px;color:#66cfc3;font-weight:600}.map .routes__item-dotsNames{display:flex;flex-wrap:wrap;font-size:25px;font-weight:500;margin-top:12px}.map .routes__item-column{display:flex;flex-direction:column;width:50%}@media(max-width:320px){.map .routes__item-column{width:100%}}.map .routes__item-dot-title{align-items:center;display:flex;font-size:14px;margin-bottom:5px;margin-right:5px}.map .routes__item-dot-title span{color:#c0cbd0;margin-right:5px}.map .slide{height:325px}.map .route__control{align-items:center;display:flex;justify-content:space-between;margin-top:24px}.map .route__control .to_routes{align-items:center;background:#0000;color:#878696;display:flex;font-family:Onest;font-size:18px;font-weight:600;gap:8px;letter-spacing:0;line-height:22px}.map .route__control .control__flex{align-items:center;display:flex;gap:16px}.map .route__control .control__flex .prev{background-color:#0000;border:1px solid #878696;border:1px solid var(--Gray,#878696);border-radius:10px;color:#fff;color:#878696}.map .route__control .control__flex .next,.map .route__control .control__flex .prev{font-family:Onest;font-size:18px;font-weight:600;font-weight:400;gap:22px;letter-spacing:0;line-height:69%;padding:20px;text-align:center;vertical-align:middle}.map .route__control .control__flex .next{background-color:#66cfc3;border-radius:10px;color:#fff}.map .select_object{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;bottom:80px;box-shadow:3px 4px 18px 0 #87869633;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;left:50%;max-height:530px;max-width:360px;overflow:hidden;padding:30px 24px 20px;position:fixed;transform:translateX(-50%) translateY(100%);transition:transform .3s ease-out;width:360px;z-index:100}.map .select_object.active{transform:translateX(-50%) translateY(0)}.map .select_object .change__view,.map .select_object .object_close{top:10px}@media screen and (max-width:480px){.map .select_object .object__description{font-size:16px;margin-bottom:20px}.map .select_object .change__view,.map .select_object .object_close{top:10px}.map .select_object .object_close{right:15px}.map .select_object .change__view{left:15px}}@media screen and (min-width:481px){.map .select_object{left:50%;transform:translateX(-50%) translateY(100%)}.map .select_object.active{transform:translateX(-50%) translateY(0)}}.map .select_object .object__photo{margin-bottom:12px;min-height:0}.map .select_object .object__photo,.map .select_object .object__photo__swiper{border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;flex-grow:1;flex:0 1 auto;max-height:50vh;max-height:calc(100% - 155px);object-fit:contain;width:100%}.map .select_object .object_close{background:#0000;position:absolute;right:15px}.map .select_object .change__view{background:#0000;left:15px;position:absolute}.map .select_object .object__name{font-family:Onest;font-size:24px;font-weight:500;gap:20px;height:48px;letter-spacing:0;line-height:24px;text-transform:uppercase;width:312px}.map .select_object .object__name span{color:#228e82}.map .select_object .object__description{font-family:Hind,sans-serif;font-size:18px;font-weight:400;line-height:1.2em;margin-bottom:6px;transition:max-height .3s ease-out}.map .select_object .object__description.closed{overflow:hidden}.map .select_object .object__description.opened{overflow:visible}.map .select_object .description-wrap{padding-bottom:20px;position:relative}.map .select_object .description-wrap button{align-items:center;background:#fff;bottom:0;color:#006dea;cursor:pointer;display:flex;font-size:18px;gap:4px;padding:5px 10px;position:absolute;right:0;transition:opacity .3s ease}.map .select_object .description-wrap button:hover{opacity:.8}.map .select_object audio{width:100%}.map .excursions__list-btn{background:#fff;border-radius:100%;bottom:30px;box-shadow:0 4px 4px 0 #61616187;color:#000;cursor:pointer;font-size:16px;font-weight:500;justify-content:center;padding:10px;right:60px}.map .excursionModal,.map .excursions__list-btn{align-items:center;display:flex;position:absolute;z-index:10}.map .excursionModal{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.396);height:100%;inset:0;transition:.15s;width:100%}.map .excursionModal .wrap{align-items:center;display:flex;gap:30px;overflow-x:auto;padding:25px}.map .excursionModal__close{background:#0000;position:absolute;right:25px;top:25px}@media screen and (max-width:640px){.map .excursionModal__close{right:5px;top:5px}}.map .excursionModal__close svg{height:40px;width:40px}@media screen and (max-width:640px){.map .excursionModal__close svg{height:30px;width:30px}}.map .excursionModal .excursion{border-radius:8px;min-width:300px;overflow:hidden;width:25%}@media screen and (max-width:940px){.map .excursionModal .excursion{width:50%}}@media screen and (max-width:640px){.map .excursionModal .excursion{width:100%}}.map .excursionModal .excursion__top{background:#96c2de;color:#fff;font-size:24px;padding:10px}.map .excursionModal .excursion__points{background:#fff;padding:10px}.map .excursionModal .excursion__points .excursion__point{margin-bottom:10px;margin-left:10px;position:relative}.map .excursionModal .excursion__points .excursion__point:before{background:#000;border-radius:100%;content:"";height:5px;left:-10px;position:absolute;top:5px;width:5px}.map .excursionModal .excursion__points .excursion__point p{font-size:16px;font-weight:500}.map .excursionModal .excursion__start{background:#eea764;color:#fff;font-size:18px;font-weight:600;padding:15px;width:100%}.map .startedExcursion__top{display:flex;gap:10px;height:-moz-fit-content;height:fit-content;inset:0;padding-left:10px;padding-top:10px;position:absolute;width:-moz-fit-content;width:fit-content}.map .startedExcursion__top .startedExcursion__select{align-items:center;background:#eea764;border-radius:8px;color:#fff;display:flex;font-size:16px;gap:10px;height:52px;justify-content:center;padding:12px;width:250px}.map .startedExcursion__top .startedExcursion__select-container{background:#fff;border-radius:8px;margin-top:10px;padding:15px}.map .startedExcursion__top .startedExcursion__select-container .checkbox{background:#d6d6d6;border:2px solid #0000;border-radius:100%;height:30px;width:30px}.map .startedExcursion__top .startedExcursion__select-container .checkbox.checked{background:#eea764}.map .startedExcursion__top .startedExcursion__select-container .checkbox.active{border-color:#eea764}.map .startedExcursion__top .startedExcursion__select-container .next__step-btn{background:#eea764;border-radius:8px;color:#fff;font-size:16px;margin-top:20px;padding:15px;width:100%}.map .startedExcursion__top .startedExcursion__select-container .startedExcursion__select-point{align-items:center;display:flex;font-weight:500;gap:10px;margin-bottom:10px}.map .startedExcursion__top .startedExcursion__name{align-items:center;background:#26a69a;border-radius:8px;color:#fff;display:flex;font-size:16px;height:52px;justify-content:center;padding:12px;width:250px}.map .rightSide{height:-moz-fit-content;height:fit-content}._KVwkC,._xHshk{z-index:200!important}._YZRPO,._xlcmb{padding:0!important}._7vsRM{background:#fff!important;box-shadow:none!important}._MY77B,._MY77B path{width:66px!important}._MY77B path{fill:#457595!important}.rss-header{background-color:#fff!important}.rss-content{background:#fff!important;box-shadow:none!important}.rss-content .excursion__start{background:#eea764;border-radius:16px;color:#fff;font-size:14px;font-weight:600;margin-bottom:20px;padding:10px;width:100%}.rss-content .excursion__start:disabled{opacity:.7}.rss-footer{background:#a7d1ed!important;box-shadow:none!important}.rss-content__closeBtn{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 4px 0 #61616187;color:#000;cursor:pointer;display:flex;font-size:16px;font-weight:500;justify-content:center;margin-left:auto;padding:14px 27px;z-index:10}.rss-content__tour-block{background:#4e80a0;border-radius:6px;color:#fff;font-size:18px;line-height:120%;margin-bottom:10px;padding:12px 15px;position:relative}.rss-content__tour-block>p{margin-right:50px}.rss-content__tour-block>span{align-items:center;background:#fff;border-radius:100%;display:flex;justify-content:center;padding:5px;position:absolute;right:10px;top:10px}.rss-content__tour-block>span svg{height:24px;width:24px}.rss-content__tour-block .tour-block__bottom{align-items:center;display:flex;justify-content:space-between;margin-top:15px}.rss-content__tour-block .tour-block__bottom p{font-size:12px;font-weight:400}.rss-content__tour-block .tour-block__bottom svg{cursor:pointer;position:absolute;right:10px;top:60px}.categories-excursion{align-items:center;background:#0000;display:flex;gap:10px;margin-bottom:20px;overflow-x:auto;scrollbar-color:#0000 #0000;scrollbar-width:none}.categories-excursion button{text-wrap:nowrap;background:#0000;border:1px solid;border-radius:8px;color:#c2c0c0;font-size:14px;padding:5px 20px}.categories-excursion button.active{background:#c4e8ff;border-color:#0000;color:#000}.categories-excursion::-webkit-scrollbar,.categories-excursion::-webkit-scrollbar-track{display:none}.categories-excursion::-webkit-scrollbar-thumb{display:none}.point-card{align-items:flex-start;background:#dbf1ff;border-radius:10px;display:flex;gap:10px;margin-bottom:10px;padding:10px 15px;width:100%}.point-card img{border-radius:10px;height:125px;object-fit:cover;width:125px}.point-card p{font-size:13px}.point-card .card-info__title{font-size:16px;margin-bottom:10px}.point{gap:5px}.point,.point .point-number{align-items:center;display:flex}.point .point-number{background:#fff;border-radius:100%;color:silver;height:37px;justify-content:center;min-width:37px;position:relative}.point .point-number svg{left:17px;position:absolute;top:60px}.point .point-number.active{border:4px solid #d2741a}.no__image{align-items:center;background:#cecece;display:flex;height:100px;justify-content:center;margin-top:10px;width:100%}.no__image svg{height:30px;width:30px}.mapMark{background:#fff;max-height:260px;max-width:220px;/*!!ISA*/overflow:hidden;padding:1px}.mapMark__head{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:.75em}.mapMark__head audio{max-height:18px;width:"100%"}.mapMark__title{font-size:1rem;font-weight:400;padding-right:10px}.mapMark__image{flex:0 0 33.3%;margin-bottom:6px;max-width:240px;padding-right:10px}.mapMark__image img{max-width:100%}.mapMark__description{flex:1 1 auto}.card .card-image img{max-height:260px}.catalog__head{align-items:center;display:flex;font-size:14px;margin-bottom:24px}.catalog__head-stats{font-size:14px;margin-left:auto;text-align:right}.catalog__grid{grid-gap:.75em 1.5em;display:grid;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:1200px){.catalog__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:576px){.catalog__grid{grid-template-columns:1fr}}.catalog__col{display:flex;flex:0 0 auto;flex-direction:column;min-width:1px}.catalog__col .card{cursor:pointer;flex:1 0 auto;width:100%}.catalog__col .card-action audio{font-size:12px;width:100%}.catalog__col .card-no__image{align-items:center;background:#c9c9c9;display:flex;height:200px;justify-content:center;width:100%}.catalog__col .card-no__image svg{height:60px;width:60px}.map-compass{background:#fff3;border:2px solid #fff9;border-radius:50%;bottom:24px;display:flex;flex-direction:column;height:80px;overflow:hidden;perspective-origin:50% 50%;position:absolute;right:60px;transform-origin:50% 50%;transition:transform .3s linear;-webkit-user-select:none;user-select:none;width:80px;z-index:9}.map-compass__wrapper{display:flex;flex:1 0 auto;flex-direction:column;position:relative}.compass{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.compass__south{border:8px solid #0000;border-top:25px solid #2980b9}.compass__north{border:8px solid #0000;border-bottom:25px solid #c0392b}.compass__north:after{color:#fff;content:"N";font-size:10px;font-weight:500;left:50%;position:absolute;top:20px;transform:translateX(-50%)}.compass__marks{font-size:0;height:100%;perspective-origin:50% 50%;pointer-events:none;transform-origin:50% 50%;transition:transform .3s linear;width:100%}.compass__mark{font-size:0;position:absolute}.compass__mark i{font-size:9px;font-style:normal;font-weight:700}.compass__mark._n,.compass__mark._s{left:50%;transform:translateX(-50%)}.compass__mark._n{top:1px}.compass__mark._s{bottom:1px}.compass__mark._e,.compass__mark._w{top:50%;transform:translateY(-50%)}.compass__mark._e{right:2px}.compass__mark._w{left:2px}.settings-cta{margin-top:32px}@keyframes FirstTimePopup__fadeIn{0%{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes FirstTimePopup__fadeOut{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(20px)}}.first-time-popup{animation:FirstTimePopup__fadeIn 1s ease-out;background-color:#fff4b9;border-radius:10px;bottom:85px;box-shadow:0 2px 10px #0000001a;left:50%;max-width:400px;padding:15px;position:fixed;transform:translateX(-50%);width:90%;z-index:1000}.first-time-popup p{color:#171819;font-size:16px;font-weight:500;line-height:1.5;margin:0;text-align:center}.feedback{align-items:flex-end;background:#0000;display:flex;height:100svh;inset:0;justify-content:center;pointer-events:none;position:fixed;width:100svw;z-index:10}.feedback .review-modal{background:#fff;border-radius:30px 30px 0 0;bottom:0;max-height:0;max-width:360px;padding:0 24px 24px;position:relative;transition:.3s;visibility:hidden;width:100%}.feedback .review-modal h4{font-family:Onest;font-size:24px;font-weight:400;letter-spacing:0;line-height:24px;margin-top:45px;text-align:center;text-transform:uppercase}.feedback .review-modal h4 span{color:#228e82}.feedback.active{background:#000000b0;pointer-events:all}.feedback.active .review-modal{height:100%;max-height:543px;visibility:visible}.feedback .review-form__rating{align-items:center;display:flex;justify-content:center;margin-bottom:28px}.feedback .review-form{margin-top:16px}.feedback textarea{border:2px solid #dde5ea;border-radius:8px;height:100px;padding:10px 12px;width:100%}.feedback input{border:2px solid #dde5ea!important;border-radius:8px!important;box-sizing:border-box!important;padding:10px 12px!important;width:100%!important}.feedback .input-field{margin-top:0!important}.feedback .review-close{background:#0000;position:absolute;right:10px;top:10px}.feedback .feedback-submit{align-items:center;background-color:#66cfc3;border-radius:10px;color:#fff;gap:22px;height:44px;justify-content:center;margin:0 auto 20px;max-width:310px}.cookie,.feedback .feedback-submit{display:flex;padding:20px;width:100%}.cookie{background:#fff;border-radius:30px 30px 0 0;bottom:0;box-sizing:border-box;flex-direction:column;justify-content:space-between;left:0;max-height:80vh;pointer-events:none;position:fixed;right:0;transition:.3s;visibility:hidden;z-index:1099}.cookie p{font-size:16px;font-weight:500;line-height:1.5;margin:0 0 20px;text-align:center;width:100%}.cookie button{align-items:center;background:#3e94f8;border-radius:8px;box-shadow:0 2px 7px 1px #0000004d;color:#fff;display:flex;font-size:14px;height:44px;justify-content:center;margin:0 auto;max-width:310px;padding:10px;width:100%}.cookie.active{pointer-events:all;visibility:visible}@media only screen and (max-width:768px){.cookie{border:0;border-radius:0;border-top:2px solid #d3d3d3;max-width:100%}.cookie button,.cookie p{margin-left:auto;margin-right:auto;max-width:420px}}@media(max-width:480px){.cookie p{font-size:14px}.cookie button{font-size:12px;height:40px}}@media(max-height:400px){.cookie{align-items:center;flex-direction:row;padding:10px 20px}.cookie p{margin-bottom:0;margin-right:15px;text-align:left}.cookie button{flex-shrink:0}}.cookie-bg{background:#00000080;inset:0;position:fixed;z-index:10}.audioDivAudio{background:#fff;border-radius:8px;box-shadow:0 2px 7px 1px #0000004d;left:110px;max-height:55vh;padding:3px;position:absolute;top:70px;width:calc(100vw - 135px);z-index:1}.audioDivAudio .btn{font-family:Roboto,Arial,sans-serif;font-size:14px;height:36px;line-height:36px}.gap-10{gap:10px}.audioDivName{font-size:18px;font-weight:700;overflow-x:hidden;padding:5px 20px;text-overflow:ellipsis;white-space:nowrap}.topAudio,.topAudio div audio{width:calc(100vw - 250px)}.topAudio div audio{height:36px}.d-flex{display:flex}.topAudio__img{text-align:center}.topAudio__img img{margin:0 auto 20px;max-height:calc(100vh - 490px);max-width:calc(100vw - 150px)}.audioDiv__description{padding:10px 20px}.audioDiv__body{max-height:calc(100vh - 320px);overflow-y:auto;transition:2s}@media only screen and (min-width:601px){.audioDivAudio{top:78px}}a{text-decoration-thickness:unset!important;text-underline-offset:unset!important}:where(.wp-site-blocks :focus){outline-style:none}.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child){margin-bottom:3px}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content{outline-offset:4px}.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content{outline-offset:0}blockquote,caption,figcaption,h1,h2,h3,h4,h5,h6,p{text-wrap:pretty}.more-link{display:block}@media(max-width:900px){.wm-header-menu,.wm-header-menu-mobile{background:#242528d9;border-radius:0 0 10px 10px;height:33px;left:0;padding:11px 17px;position:fixed;right:0;top:0}.wm-header-menu-mobile{display:block}.wm-header-menu-desktop{display:none}.wm-navigation,.wm-navigation-mobile{align-items:flex-end;display:flex;font-size:16px;justify-content:space-between}.wm-logo{display:flex;flex-shrink:0;font-family:Onest;font-style:normal;font-weight:500;height:33px;line-height:normal;width:146px}.wm-logo-icon{flex-shrink:0;height:32px;width:32px}.wm-logo-name{color:#fff;color:var(--White,#fff);font-size:16px;line-height:32px;padding:3px;width:108px}.wm-logo-name a{text-decoration:none}.wm-logo-name-light{color:#66cfc3;color:var(--Light,#66cfc3);font-size:16px}.wm-logo-name-light a{text-decoration:none}.wm-navigation-mobile-buttons{align-items:center;display:flex;gap:24px;justify-content:flex-end}.wm-navigation-message{align-items:center;background:#228e82;background:var(--Dark,#228e82);border-radius:5px;box-shadow:2px 4px 20px 0 #0000000d;display:flex;height:15px;justify-content:center;padding:5px;width:15px}.wm-navigation-user{flex-shrink:0;height:20px;width:20px}.wm-navigation-burger{aspect-ratio:1/1;cursor:pointer;height:24px;width:24px}}@media(min-width:900px)and (max-width:1300px){.wm-header-menu,.wm-header-menu-desktop{align-items:center;background:#242528d9;border-bottom:1px solid #000;display:block;flex-direction:column;flex-shrink:0;height:72px;justify-content:center;left:0;padding:0 64px;position:fixed;right:0;top:0}.wm-header-menu-mobile{display:none}.wm-logo{display:flex;flex-shrink:0;font-family:Onest;font-style:normal;font-weight:500;height:33px;line-height:normal;padding-bottom:19px;width:146px}.wm-logo-icon{flex-shrink:0;height:32px;width:32px}.wm-logo-name{color:#fff;color:var(--White,#fff);font-size:16px;line-height:32px;padding:3px;width:108px}.wm-logo-name a{text-decoration:none}.wm-logo-name-light{color:#66cfc3;color:var(--Light,#66cfc3);font-size:16px}.wm-logo-name-light a{text-decoration:none}.wm-navigation,.wm-navigation-desktop{align-items:center;align-self:stretch;display:flex;justify-content:space-between}.wm-navigation-desktop-user-city-group{align-items:center;display:flex;gap:32px}.wm-navigation-desktop-user{fill:#fff;fill:var(--White,#fff);align-items:center;display:flex;gap:15px}.wm-navigation-user-name{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;font-weight:500;opacity:.8;text-align:center;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.wm-navigation-desktop-city{fill:#fff;fill:var(--White,#fff);align-items:center;display:flex;gap:15px}.wm-navigation-desktop-city-name{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;font-weight:500;opacity:.8;text-align:center;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.wm-navigation-desktop-menu{align-items:flex-start;display:none;gap:32px}.wm-navigation-desktop-menu-item{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;font-weight:400;line-height:150%}.wm-navigation-desktop-message{align-items:center;background:#66cfc3;background:var(--Light,#66cfc3);border-radius:10px;display:flex;gap:22px;height:18px;justify-content:center;padding:10px 30px 10px 20px}.wm-navigation-desktop-message-text{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;font-weight:400;line-height:69%;text-align:center}.wm-navigation-desktop-language{align-items:center;display:flex;gap:15px}.wm-navigation-desktop-language-active{background:#fff;background:var(--White,#fff);color:#242528;font-weight:500}.wm-navigation-desktop-language-active,.wm-navigation-desktop-language-inactive{align-items:center;border-radius:5px;display:flex;font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;gap:10px;height:11px;justify-content:center;padding:10px;text-align:center}.wm-navigation-desktop-language-inactive{background:#5a5a5a;color:#fff;color:var(--White,#fff);flex-direction:column;font-weight:300}.wm-navigation-burger{aspect-ratio:1/1;cursor:pointer;height:24px;width:24px}}@media(max-width:1300px){.wm-header-overlay-menu{background:#242528;bottom:-100px;display:none;flex-shrink:0;padding-left:37px;padding-right:37px;padding-top:80px;position:fixed;right:0;top:0;width:215px;z-index:100}.wm-header-overlay-menu-center{align-items:flex-start;display:inline-flex;flex-direction:column;gap:56px;width:215px}.wm-header-overlay-menu-center-logo{display:flex;flex-shrink:0;font-family:Onest;font-style:normal;font-weight:500;height:33px;line-height:normal;padding-bottom:0;padding-top:0;width:146px}.wm-header-overlay-menu-center-close{stroke-width:1px;stroke:#66cfc3;stroke:var(--Light,#66cfc3);cursor:pointer;flex-shrink:0;height:20px;position:absolute;right:55px;top:88px;width:20px}.wm-header-overlay-menu-center-user{align-items:center;display:flex;gap:15px;width:215px}.wm-header-overlay-menu-center-user-icon{align-items:center;background:#d9d9d9;border-radius:49.5px;color:#000;display:flex;flex-direction:column;flex-shrink:0;font-family:Onest;font-size:18px;font-style:normal;font-weight:500;gap:10px;height:47px;justify-content:center;line-height:69%;text-align:center;width:47px}.wm-header-overlay-menu-center-user-actions{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:8px;height:40px;justify-content:center;width:153px}.wm-header-overlay-menu-center-user-actions-name{align-items:flex-start;display:flex;gap:8px}.wm-header-overlay-menu-center-user-actions-name-username{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:18px;font-size:var(--mh-2,18px);font-style:normal;font-weight:500;line-height:115%}.wm-header-overlay-menu-center-user-actions-items{align-items:center;display:flex;flex-shrink:0;gap:8px;height:12px;padding:2px 22px 2px 0}.wm-header-overlay-menu-center-user-actions-item{color:#66cfc3;color:var(--Light,#66cfc3);font-family:Onest;font-size:12px;font-size:var(--m-text,12px);font-style:normal;font-weight:500;line-height:69%;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.wm-header-overlay-menu-center-menu{align-items:flex-start;display:flex;flex-direction:column;gap:18px}.wm-header-overlay-menu-center-menu-item{-webkit-text-decoration-skip:ink;color:#fff;color:var(--White,#fff);font-family:Onest;font-size:18px;font-style:normal;font-weight:500;letter-spacing:-.198px;line-height:150%;text-decoration-line:underline;text-decoration-skip-ink:auto;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.wm-header-overlay-menu-center-language-and-city{align-items:flex-start;display:flex;flex-direction:column;gap:24px}.wm-header-overlay-menu-center-language{align-items:center;display:flex;gap:15px}.wm-header-overlay-menu-center-language-active{background:#fff;background:var(--White,#fff);color:#242528;font-weight:500}.wm-header-overlay-menu-center-language-active,.wm-header-overlay-menu-center-language-inactive{align-items:center;border-radius:5px;display:flex;font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;gap:10px;height:11px;justify-content:center;padding:10px;text-align:center}.wm-header-overlay-menu-center-language-inactive{background:#5a5a5a;color:#fff;color:var(--White,#fff);flex-direction:column;font-weight:300}.wm-header-overlay-menu-center-city{align-items:flex-start;display:flex;gap:15px}.wm-header-overlay-menu-center-city-name{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;font-weight:500;opacity:.8;text-align:center;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.wm-header-overlay-menu-center-message{align-items:center;background:#66cfc3;background:var(--Light,#66cfc3);border-radius:10px;display:flex;gap:22px;height:18px;justify-content:center;padding:10px 30px 10px 20px}.wm-header-overlay-menu-center-message-text{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;font-weight:400;line-height:69%;text-align:center}}@media(min-width:1300px){.wm-header-menu,.wm-header-menu-desktop{align-items:center;background:#242528d9;border-bottom:1px solid #000;display:block;flex-direction:column;flex-shrink:0;height:72px;justify-content:center;left:0;padding:0 64px;position:fixed;right:0;top:0}.wm-header-menu-mobile{display:none}.wm-logo{display:flex;flex-shrink:0;font-family:Onest;font-style:normal;font-weight:500;height:33px;line-height:normal;padding-bottom:19px;width:146px}.wm-logo-icon{flex-shrink:0;height:32px;width:32px}.wm-logo-name{color:#fff;color:var(--White,#fff);font-size:16px;line-height:32px;padding:3px;width:108px}.wm-logo-name a{text-decoration:none}.wm-logo-name-light{color:#66cfc3;color:var(--Light,#66cfc3);font-size:16px}.wm-logo-name-light a{text-decoration:none}.wm-navigation,.wm-navigation-desktop{align-items:center;align-self:stretch;display:flex;justify-content:space-between}.wm-navigation-desktop-user-city-group{align-items:center;display:flex;gap:32px}.wm-navigation-desktop-user{fill:#fff;fill:var(--White,#fff);align-items:center;display:flex;gap:15px}.wm-navigation-user-name{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;font-weight:500;opacity:.8;text-align:center;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.wm-navigation-desktop-city{fill:#fff;fill:var(--White,#fff);align-items:center;display:flex;gap:15px}.wm-navigation-desktop-city-name{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;font-weight:500;opacity:.8;text-align:center;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.wm-navigation-desktop-menu{align-items:flex-start;display:flex;gap:32px}.wm-navigation-desktop-menu-item{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;font-weight:400;line-height:150%}.wm-navigation-desktop-message{align-items:center;background:#66cfc3;background:var(--Light,#66cfc3);border-radius:10px;display:flex;gap:22px;height:18px;justify-content:center;padding:10px 30px 10px 20px}.wm-navigation-desktop-message-text{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;font-weight:400;line-height:69%;text-align:center}.wm-navigation-desktop-language{align-items:center;display:flex;gap:15px}.wm-navigation-desktop-language-active{background:#fff;background:var(--White,#fff);color:#242528;font-weight:500}.wm-navigation-desktop-language-active,.wm-navigation-desktop-language-inactive{align-items:center;border-radius:5px;display:flex;font-family:Onest;font-size:16px;font-size:var(--pc-text-sec,16px);font-style:normal;gap:10px;height:11px;justify-content:center;padding:10px;text-align:center}.wm-navigation-desktop-language-inactive{background:#5a5a5a;color:#fff;color:var(--White,#fff);flex-direction:column;font-weight:300}.wm-navigation-burger{display:none}}@media(max-width:900px){.wm-footer-menu-mobile{align-items:center;background:#242528;display:flex;flex-direction:column;gap:64px;padding:80px 32px}.wm-footer-menu-desktop{display:none}.wm-footer-menu-mobile-center{align-items:center;align-self:stretch;display:flex;flex-direction:column;gap:44px}.wm-footer-menu-mobile-center-firstrow{align-items:center;align-self:stretch;display:flex;justify-content:space-between}.wm-app-link{align-items:center;background:#ff7012;background:var(--Orange,#ff7012);border-radius:5px;color:#fff;display:flex;font-family:Onest;font-size:16px;font-style:normal;font-weight:500;gap:10px;justify-content:center;line-height:normal;padding:10px 20px}.wm-footer-menu-mobile-center-secondrow{align-items:flex-start;display:flex;gap:24px}.wm-footer-menu-mobile-center-secondrow-item{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:12px;font-style:normal;font-weight:600;line-height:150%;text-align:center;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}}@media(min-width:900px){.wm-footer-menu-desktop{align-items:center;background:#242528;display:flex;flex-direction:column;gap:64px;padding:80px 160px}.wm-footer-menu-mobile{display:none}.wm-footer-menu-desktop-center-firstrow{align-items:center;align-self:stretch;display:flex;justify-content:space-between}.wm-footer-menu-desktop-center-firstrow-items{align-items:center;display:flex;gap:24px}.wm-footer-menu-desktop-center-firstrow-item{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:12px;font-style:normal;font-weight:600;line-height:150%;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.wm-app-link{align-items:center;background:#ff7012;background:var(--Orange,#ff7012);border-radius:5px;color:#fff;display:flex;font-family:Onest;font-size:16px;font-style:normal;font-weight:500;gap:10px;justify-content:center;line-height:normal;padding:10px 20px}.wm-footer-menu-desktop-center-credits{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:32px}.wm-footer-menu-desktop-center-divider{align-self:stretch;background:#fff;background:var(--White,#fff);height:1px}.wm-footer-menu-desktop-center-credits-row{align-items:flex-start;align-self:stretch;display:flex;gap:48px;justify-content:center}.wm-footer-menu-desktop-center-credits-row-item{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:12px;font-style:normal;font-weight:400;line-height:150%}.wm-footer-menu-desktop-center-credits-row-links{align-items:flex-start;display:flex;gap:24px}.wm-footer-menu-desktop-center-credits-row-link{color:#fff;color:var(--White,#fff);font-family:Onest;font-size:12px;font-style:normal;font-weight:400;line-height:150%;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}}.star-rating-svg{align-items:center;display:flex;gap:4px}.rating-number{text-decoration-offset:0;color:#228e82;font-family:Onest;font-size:14px;font-weight:300;letter-spacing:0;line-height:150%;margin-left:8px;text-decoration:underline;text-decoration-style:solid;text-decoration-thickness:0}.info-container{align-items:center;display:flex;gap:12px;justify-content:space-between;margin:0 auto;max-width:600px;padding-top:10px;width:100%}.info-box{background-color:#fff;border:1px solid #66cfc3;border-radius:12px;color:#333;flex:1 1;font-family:Onest;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%;padding:8px 0;text-align:center}.info-box.price{background-color:#228e82;border:0 solid #66cfc3;color:#fff;font-weight:600}.audio-player{border-radius:8px;display:flex;flex-direction:column;font-family:Onest;font-size:14px;font-weight:400;letter-spacing:0;line-height:100%;max-width:400px;padding:10px;vertical-align:middle;width:100%}.audio-player audio{display:none}.player-controls{align-items:center;display:flex;gap:10px;width:100%}.play-button{background-color:#0000;background-repeat:no-repeat;background-size:contain;border:none;cursor:pointer;flex-shrink:0;height:24px;width:24px}.play-button.play{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23228E82" d="M8 5v14l11-7z"/></svg>')}.play-button.pause:focus,.play-button.play:focus{background-color:#0000}.play-button.pause{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23228E82" d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"/></svg>')}.progress-container{background-color:#f0f0f0;cursor:pointer;flex-grow:1;height:6px}.progress-bar,.progress-container{border-radius:3px;position:relative}.progress-bar{background-color:#ffe4d0;height:100%}.progress-thumb{background-color:#ffab73;border-radius:50%;box-shadow:0 0 2px #0003;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}.time-display{color:#878696;flex-shrink:0;font-family:Onest;font-size:14px;font-weight:400;letter-spacing:0;line-height:100%;white-space:nowrap}.speed-control{flex-shrink:0;position:relative}.speed-button{background:none;border:1px solid #ccc;border-radius:4px;color:#878696;cursor:pointer;font-family:Onest;font-size:12px;font-weight:400;letter-spacing:0;line-height:100%;padding:2px 8px}.speed-menu{background:#fff;border:1px solid #ddd;border-radius:4px;bottom:100%;box-shadow:0 2px 5px #0000001a;padding:5px;position:absolute;right:0;z-index:10}.speed-option{background:none;border:none;cursor:pointer;display:block;font-family:Onest;font-size:12px;font-weight:400;letter-spacing:0;line-height:100%;padding:5px 10px;text-align:center;width:100%}.speed-option:hover{background-color:#f0f0f0}.speed-option.active{background-color:#e0e0e0;font-weight:700}.error-message{color:#d32f2f;font-size:12px;padding:5px;text-align:center;width:100%}.tutorial-prompt{align-items:center;-webkit-backdrop-filter:blur(10.8000001907px);backdrop-filter:blur(10.8000001907px);display:none;height:100%;justify-content:center;position:absolute;top:0;width:100%;z-index:1050}.tutorial-prompt.active{display:flex}.tutorial-prompt-container{background-color:#228e82;border-radius:16px;gap:12px;height:332px;padding:52px 34px;width:320px}.tutorial-prompt-container .tp-close-button,.tutorial-prompt-container .tp-start-button{background-color:#0000;border-radius:10px;border-width:1px;display:block;font-family:Onest;font-size:18px;font-weight:400;gap:22px;letter-spacing:0;line-height:69%;padding:20px;text-align:center;vertical-align:middle;width:100%}.tutorial-prompt-container .tp-start-button{background-color:#fff;color:#228e82;margin-bottom:10px}.tutorial-prompt-container .tp-close-button{border:1px solid #fff;color:#fff}.tutorial-prompt-text{color:#fff;font-family:Onest;margin-bottom:15px;text-align:center}.tutorial-prompt-text .tpt-question{font-size:18px;font-weight:300;letter-spacing:0;line-height:150%}.tutorial-prompt-text h2{leading-trim:Cap height;font-size:32px;font-weight:500;letter-spacing:0;line-height:150%}.tutorial-slides{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(23,24,25,.698);display:none;height:100%;justify-content:center;position:absolute;text-align:center;top:0;width:100%;z-index:1050}.tutorial-slides.active{display:flex}.tutorial-container{max-width:95%;padding:40px;position:relative;width:1000px}.tutorial-header{color:#fff;padding-bottom:10px;position:relative}.tutorial-header>div{display:inline-block}.tutorial-header>div>a{position:absolute;top:7px}.tutorial-title{color:#fff;display:inline-block;font-family:Onest;font-size:24px;font-weight:500;letter-spacing:0;line-height:150%;padding-right:19vh;vertical-align:middle}.tutorial-swiper{height:80vh;width:100%}.swiper-wrapper{height:90%!important}.slide-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.slide-content img{border:3px solid #fff;border-radius:10px;max-height:100%;max-width:100%;object-fit:contain}.swiper-pagination{display:flex;justify-content:center;margin-top:20px;position:relative}.swiper-pagination-bullet{background:#0000;background:#fff!important;border-radius:0;color:#fff;font-size:14px;height:auto;line-height:1;margin-top:2px!important;opacity:100%!important;padding:3px;text-align:center;width:auto}.swiper-pagination-bullet-active{background:#66cfc3!important;border-bottom:2px solid #66cfc3;color:#66cfc3;font-size:18px;font-weight:700;margin-top:0!important;padding:5px 6px}.current-position{color:#ffffffb3;font-style:italic;margin-top:20px;text-align:center}.swiper-button-next,.swiper-button-prev{border-radius:50%;color:#fff;color:#fff!important;font-size:24px;height:40px;margin-top:-20px;transition:all .3s ease;width:40px}.swiper-button-prev{left:20px}.swiper-button-next{right:20px}.swiper-button-next:after,.swiper-button-prev:after{font-size:20px;font-weight:700}.special-offer{background-color:#ff7012;border-radius:16px;color:#fff;height:392px;padding:52px 34px;position:absolute;text-align:center;width:320px}.special-offer span{font-size:18px}.special-offer span,.special-offer span.so-second-span{font-family:Onest;font-weight:300;letter-spacing:0;line-height:150%;text-align:center}.special-offer span.so-second-span{font-size:14px}.special-offer h2{leading-trim:Cap height;font-family:Onest;font-size:32px;font-weight:500;letter-spacing:0;line-height:150%;text-align:center}.special-offer .special-offer-close,.special-offer .special-offer-show{border:1px solid #fff;border-radius:10px;display:block;gap:22px;margin-top:5px;padding:20px}.special-offer .special-offer-show{background-color:#fff;color:#ff7012}.full-screen-image-background.active,.full-screen-image.active{display:flex}.full-screen-image-background{background-color:#171819;background-color:var(--Black,#171819);height:100%;opacity:80%;width:100%;z-index:101}.full-screen-image,.full-screen-image-background{display:none;position:absolute;top:0}.full-screen-image-container{opacity:1;z-index:102}.close-full-screen{position:absolute;right:20px;top:20px}.image-container{opacity:100%}.loader-buy-tour{animation:l24 1s linear infinite;aspect-ratio:1;border:2px solid #0000;border-radius:50%;border-right-color:#fff;position:relative;width:10px}.loader-buy-tour:after,.loader-buy-tour:before{animation:inherit;animation-duration:2s;border:inherit;border-radius:50%;content:"";inset:-8px;position:absolute}.loader-buy-tour:after{animation-duration:4s}@keyframes l24{to{transform:rotate(1turn)}}body,html{overscroll-behavior-y:contain}.map{touch-action:pan-x pan-y}#root{touch-action:none}.rr--group{display:flex;position:relative;width:100%}.rr--box{-webkit-tap-highlight-color:rgba(0,0,0,0)}.rr--box,.rr--svg{display:flex;flex-grow:1;width:100%}.rr--svg{aspect-ratio:1;overflow:clip;pointer-events:none}@supports not (overflow:clip){.rr--svg{overflow:auto}}.rr--box:focus,.rr--box:focus-visible,.rr-reset:focus,.rr-reset:focus-visible{box-shadow:none;outline:none}.rr--focus-reset{outline:6px double #0079ff}.rr--box:focus-visible .rr--svg{isolation:isolate;outline:6px double #0079ff}.rr--reset{clip:rect(0,0,0,0);border:0;bottom:50%;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;right:0;white-space:nowrap;width:1px}[dir=rtl] .rr--reset{left:0;right:auto}.rr--dir-y .rr--reset{bottom:0;right:50%}.rr--disabled{cursor:not-allowed;opacity:.5}.rr--disabled .rr--svg{pointer-events:none}.rr--pointer .rr--box{cursor:pointer}.rr--dir-x{flex-direction:row}.rr--dir-y{flex-direction:column}.rr--space-sm .rr--svg{padding:8%}.rr--space-md .rr--svg{padding:12.5%}.rr--space-lg .rr--svg{padding:17.5%}.rr--dir-x.rr--gap-sm .rr--svg{margin:0 6.25%}.rr--dir-x.rr--gap-sm .rr--box:focus-visible:after{left:6.25%;width:87.5%}.rr--dir-x.rr--gap-md .rr--svg{margin:0 12.5%}.rr--dir-x.rr--gap-md .rr--box:focus-visible:after{left:12.5%;width:75%}.rr--dir-x.rr--gap-lg .rr--svg{margin:0 25%}.rr--dir-x.rr--gap-lg .rr--box:focus-visible:after{left:25%;width:50%}.rr--dir-y.rr--gap-sm .rr--svg{margin:6.25% 0}.rr--dir-y.rr--gap-md .rr--svg{margin:12.5% 0}.rr--dir-y.rr--gap-lg .rr--svg{margin:25% 0}.rr--rx-sm .rr--svg{border-radius:5%}.rr--rx-md .rr--svg{border-radius:15%}.rr--rx-lg .rr--svg{border-radius:20%}.rr--rx-full .rr--svg{border-radius:100%}.rr--has-stroke .rr--svg{stroke-linecap:round;stroke-linejoin:round}.rr--has-border .rr--svg{border-style:solid;border-width:var(--rr--border-width)}.rr--on .rr--svg{fill:none;fill:var(--rr--fill-on-color,none)}.rr--off .rr--svg{fill:none;fill:var(--rr--fill-off-color,none)}.rr--has-stroke .rr--on .rr--svg{stroke:currentColor;stroke:var(--rr--stroke-on-color,currentColor)}.rr--has-stroke .rr--off .rr--svg{stroke:currentColor;stroke:var(--rr--stroke-off-color,currentColor)}.rr--on .rr--svg{background-color:none;background-color:var(--rr--box-on-color,none)}.rr--off .rr--svg{background-color:none;background-color:var(--rr--box-off-color,none)}.rr--has-border .rr--off .rr--svg{border-color:currentColor;border-color:var(--rr--border-off-color,currentColor)}.rr--has-border .rr--on .rr--svg{border-color:currentColor;border-color:var(--rr--border-on-color,currentColor)}.rr--fx-colors{--rr--easing:.2s cubic-bezier(.61,1,.88,1)}.rr--fx-colors .rr--svg{transition-duration:.2s;transition-property:background-color,border-color,fill,stroke;transition-timing-function:var(--rr--easing)}.rr--fx-opacity .rr--off{opacity:.35;transition:opacity var(--rr--easing)}.rr--fx-opacity .rr--on{opacity:1}@media (hover:hover){.rr--fx-opacity .rr--box:hover{opacity:1}.rr--fx-zoom .rr--box{transform:scale(1);transition:transform var(--rr--easing)}.rr--fx-zoom .rr--box:hover{transform:scale(1.2)}}@media (hover:hover){@media (prefers-reduced-motion){.rr--fx-zoom .rr--box:hover{transform:scale(1)}}}@media (hover:hover){.rr--fx-position .rr--box{transform:translateY(0);transition:transform var(--rr--easing)}.rr--fx-position .rr--box:hover{transform:translateY(-15%)}@media (prefers-reduced-motion){.rr--fx-position .rr--box:hover{transform:translateY(0)}}}.rr--svg-stop-1{stop-color:#0000;stop-color:var(--rr--fill-on-color,#0000)}.rr--svg-stop-2,[dir=rtl] .rr--svg-stop-1{stop-color:#0000;stop-color:var(--rr--fill-off-color,#0000)}[dir=rtl] .rr--svg-stop-2{stop-color:#0000;stop-color:var(--rr--fill-on-color,#0000)}.rr--hf-svg-on{fill:none;fill:var(--rr--fill-on-color,none)}.rr--hf-svg-off{fill:none;fill:var(--rr--fill-off-color,none)}.rr--has-stroke .rr--hf-svg-on{stroke:currentColor;stroke:var(--rr--stroke-on-color,currentColor)}.rr--has-stroke .rr--hf-svg-off{stroke:currentColor;stroke:var(--rr--stroke-off-color,currentColor)}.rr--hf-svg-off .rr--svg,.rr--hf-svg-on .rr--svg{background-color:none;background-color:var(--rr--box-off-color,none)}.rr--has-border .rr--hf-svg-on .rr--svg{border-color:currentColor;border-color:var(--rr--border-on-color,currentColor)}.rr--has-border .rr--hf-svg-off .rr--svg{border-color:currentColor;border-color:var(--rr--border-off-color,currentColor)}.rr--dir-x .rr--hf-box-int .rr--svg{background:linear-gradient(90deg,none 50%,none 0);background:linear-gradient(to right,var(--rr--box-on-color,none) 50%,var(--rr--box-off-color,none) 50%)}[dir=rtl] .rr--dir-x .rr--hf-box-int .rr--svg{background:linear-gradient(270deg,none 50%,none 0);background:linear-gradient(to left,var(--rr--box-on-color,none) 50%,var(--rr--box-off-color,none) 50%)}.rr--dir-y .rr--hf-box-int .rr--svg{background:linear-gradient(180deg,none 50%,none 0);background:linear-gradient(to bottom,var(--rr--box-on-color,none) 50%,var(--rr--box-off-color,none) 50%)}.rr--hf-box-on .rr--svg{background-color:none;background-color:var(--rr--box-on-color,none)}.rr--hf-box-off .rr--svg{background-color:none;background-color:var(--rr--box-off-color,none)}.rr--hf-box-int .rr--svg,.rr--hf-box-off .rr--svg,.rr--hf-box-on .rr--svg{fill:none;fill:var(--rr--fill-off-color,none)}.rr--has-stroke .rr--hf-box-int .rr--svg,.rr--has-stroke .rr--hf-box-off .rr--svg,.rr--has-stroke .rr--hf-box-on .rr--svg{stroke:currentColor;stroke:var(--rr--stroke-off-color,currentColor)}.rr--has-border .rr--hf-box-int .rr--svg,.rr--has-border .rr--hf-box-on .rr--svg{border-color:currentColor;border-color:var(--rr--border-on-color,currentColor)}.rr--has-border .rr--hf-box-off .rr--svg{border-color:currentColor;border-color:var(--rr--border-off-color,currentColor)}body._8ObI-{background:#000;max-width:100vw}body[style]._8ObI-{padding-right:0!important}.rss-backdrop{clip-path:inset(calc(var(--scroll)) 0 0 0 round 0);clip-path:inset(calc(4.7vh*var(--down, 0) + var(--scroll)) 0 0 0 round var(--round,0));filter:contrast(1);filter:contrast(var(--dim,1));overflow-y:hidden;padding-top:0;padding-top:calc(4.7vh*var(--down, 0));transform:scale(1);transform:scale(var(--scale,1));transform-origin:center 0;transform-origin:center var(--scroll,0)}._Zzqjy{--background:#1c1c1e;--background-header:#242426db;--background-footer:#2e2e2e;--handle:#424245;--border:#444447}._BFrBz{--background:#f7f8f8;--background-header:#f2f2f6e8;--background-footer:#efefef;--handle:#dbdbde;--border:#dbdbde}._xHshk{--backdrop:#0009}._lVbPX{--backdrop:#0000}._lVbPX,._xHshk{--gutter:0px;--width:auto;--radius:12px;--height:0px;--modal-offset:0px;--bottom-height:0px;--backdrop-opacity:0;--padding:32px;--drag-padding:16px}._7vsRM,._ASuX0,._YZRPO,._xlcmb{flex-shrink:0;padding:var(--drag-padding)}._xHshk{align-items:center;display:flex;inset:0;justify-content:center;position:fixed}._8eLsd:after,._KVwkC,._sue6Q{-ms-scroll-chaining:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;bottom:0;left:0;overscroll-behavior:none;position:fixed;right:0;z-index:3}._8eLsd:after,._KVwkC{touch-action:none;-webkit-user-select:none;user-select:none}._SJDBw,._eog8P{background-color:var(--backdrop);top:0}._eog8P{opacity:var(--backdrop-opacity)}._8eLsd,._vdkQW{outline:0}._vdkQW{border-radius:var(--radius);inset:0;max-height:calc(100% - var(--padding)*2);max-width:492px;overflow:hidden;position:relative}._8eLsd,._vdkQW{background:var(--background);display:flex;flex-direction:column;width:100%}._8eLsd{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);height:var(--height);left:50%;margin:auto calc(var(--gutter) + env(safe-area-inset-right)) auto calc(var(--gutter) + env(safe-area-inset-left));max-width:var(--width);right:auto;transform:translate3d(-50%,var(--modal-offset),0);will-change:height}._8eLsd:focus{outline:none}._8eLsd:after{background:var(--background-footer);content:"";height:1px;pointer-events:none;transform:scaleY(0);transform:scaleY(var(--bottom-height,0));transform-origin:top;will-change:transform}._7vsRM,._ASuX0{-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);background-color:var(--background-header);border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);box-shadow:0 1px 0 var(--border);padding-bottom:12px;padding-top:calc(12px + env(safe-area-inset-top));position:absolute;transition:background-color .5s cubic-bezier(.28,.11,.32,1) 0s,box-shadow .5s cubic-bezier(.28,.11,.32,1) 0s;-webkit-user-select:none;user-select:none;width:100%;z-index:1;z-index:300}._-rIgv,._9qIhs{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background-color:initial;box-shadow:none}._gwHvN{display:none}._MY77B{color:var(--handle);content:"";display:block;height:6px;left:50%;position:absolute;top:calc(5px + env(safe-area-inset-top));transform:translateX(-50%);width:36px}._QLjfS{-webkit-user-select:auto;user-select:auto}._OD8pB,._QLjfS{-webkit-tap-highlight-color:revert;-webkit-touch-callout:revert;-ms-scroll-chaining:none;-webkit-overflow-scrolling:touch;background:var(--background);border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);flex-grow:1;flex-shrink:1;overflow:auto;overscroll-behavior:contain}._2Ejye,._TTu78{overflow:hidden}._YZRPO,._xlcmb{background:var(--background-footer);box-shadow:0 -1px 0 var(--border);overflow:hidden;padding-bottom:calc(16px + env(safe-area-inset-bottom));z-index:1}._7vsRM,._xlcmb{cursor:ns-resize;touch-action:none}._QLjfS{touch-action:pan-y}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.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{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.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{-ms-overflow-style:none;overflow:auto;scrollbar-width: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{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;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{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;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:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;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:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.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{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.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 4px;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:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.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{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.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{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}
/*# sourceMappingURL=main.047853d0.css.map*/