*{box-sizing:border-box;position:relative}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#5c4033;background-color:var(--brown);font-family:Lora;margin:0;overflow-x:hidden;padding:0}.ant-message,.ant-tabs,.leaflet-container{font-family:inherit!important}:root{--brown:#5c4033;--light-brown:#a9745a;--yellow:#e8b36a;--yellow-highlight:#ffc069;--grey:#2e2e2e;--white:#fff;--black:#000}.medium38{font-size:38px;line-height:46px}.medium30,.medium38{font-weight:500;margin:0}.medium30{font-size:30px;line-height:40px}.regular24{font-weight:400}.medium24,.regular24{font-size:24px;line-height:32px;margin:0}.medium20,.medium24{font-weight:500}.medium20{font-size:20px;line-height:28px;margin:0}.regular16{font-weight:400}.medium16,.regular16{font-size:16px;line-height:24px;margin:0}.medium16{font-weight:500}.bold16{font-size:16px;font-weight:700;line-height:24px;margin:0}.regular14{font-weight:400}.medium14,.regular14{font-size:14px;line-height:22px;margin:0}.medium14{font-weight:500}.semi-bold14{font-weight:600}.bold14,.semi-bold14{font-size:14px;line-height:22px;margin:0}.bold14{font-weight:700}.decorative{color:var(--white);text-decoration:none}.underline{color:var(--white)}.decorative:hover,.underline{text-decoration:underline}@media screen and (max-width:768px){.medium38{font-size:24px;line-height:32px}.medium30{font-size:16px;line-height:24px}.medium24,.regular16,.regular24{font-size:14px;line-height:22px}}.layout-full-screen{height:calc(100vh - 98px);overflow:hidden;width:100vw}.layout-no-image{background-color:var(--white);overflow:hidden;width:100vw}.center{margin:0 auto}.center,.center-around{max-width:1530px;padding:0 16px;width:100%}.center-around{margin:50px auto}.center-between{padding:100px 16px}.center-between,.center-no-top{margin:0 auto;max-width:1530px;width:100%}.center-no-top{padding:0 16px 50px}.fluid-margin-top{margin-top:50px}@media screen and (max-width:768px){.center-between{padding:50px 16px}.layout-full-screen{height:calc(100vh - 51px)}}.primaryBtn{align-items:center;background-color:var(--yellow);border-radius:12px;color:var(--black);display:flex;height:46px;justify-content:center;padding:12px 24px;text-decoration:none;transition:background-color .3s ease;width:-webkit-fit-content;width:fit-content}.primaryBtn:hover{background-color:var(--yellow-highlight)}.secondaryBtn{align-items:center;background-color:initial;border:3px solid var(--yellow);border-radius:12px;color:var(--white);display:flex;height:46px;justify-content:center;padding:12px 24px;text-decoration:none;transition:background-color .3s ease;width:-webkit-fit-content;width:fit-content}.secondaryBtn:hover{background-color:#e8b36a33}.page-transition{background-color:var(--brown);height:100vh;width:100vw;z-index:9999}.page-transition,.page-transition .content{align-items:center;display:flex;justify-content:center}.page-transition .content{gap:50px;height:100%;width:100%}.page-transition .content span{color:var(--white);font-size:clamp(39px,5vw,62px)}@media screen and (max-width:768px){.page-transition .content{flex-direction:column;gap:30px}}.logo-wrapper svg{flex-shrink:0}.navigation-bar{background-color:var(--white);left:0;padding:16px;position:-webkit-sticky;position:sticky;top:0;width:100vw;z-index:999}.navigation-bar .container{margin:0 auto;max-width:1530px}.navigation-bar .container .content{align-items:center;display:inline-flex;gap:20px;justify-content:space-between;width:100%}.navigation-bar .container .content .logo{align-items:center;color:var(--black);display:flex;gap:7px;text-decoration:none}.navigation-bar .container .content .logo .text{font-size:clamp(25px,2.5vw,30px);font-weight:500;line-height:25px;margin:0}.navigation-bar .container .content .items{align-items:center;display:inline-flex;gap:30px}.navigation-bar .container .content .items .basic,.navigation-bar .container .content .mobile-items a{color:var(--black);text-decoration:none;transition:all .3s ease-in-out}.navigation-bar .container .content .items .basic:before{background:var(--light-brown);bottom:-3px;content:"";display:block;height:3px;left:0;position:absolute;transition:width .3s ease-in-out;width:0}.navigation-bar .container .content .items .basic:hover{background-position:0}.navigation-bar .container .content .items .basic:hover:before{width:100%}.navigation-bar .container .content .items .reservation,.navigation-bar .container .content .mobile-items .row .reservation{background-color:var(--light-brown);border:3px solid var(--light-brown);border-radius:12px;color:var(--white);padding:12px;text-decoration:none;transition:background-color .3s ease,color .3s ease}.navigation-bar .container .content .items .reservation:hover{background-color:initial;color:var(--black)}.navigation-bar .container .content .mobile-items{display:none}.navigation-bar .container .content .menu-btn{background-color:initial;border:none;cursor:pointer}@media screen and (max-width:768px){.navigation-bar{padding:0}.navigation-bar .container .content{padding:8px 16px}.navigation-bar .container .content .logo{gap:6px}.navigation-bar .container .content .logo .text{font-size:18px;font-weight:400;line-height:32px}.navigation-bar .container .content .items{display:none}.navigation-bar .container .content .mobile-items{background-color:var(--white);display:flex;flex-direction:column;gap:30px;height:calc(100vh - 51px);left:0;opacity:0;overflow-y:auto;padding:20px 16px;position:absolute;top:49px;transform:translateY(-100vh);transition:transform .5s ease,opacity .5s ease;width:100%;z-index:999}.navigation-bar .container .content .mobile-items.open{opacity:1;pointer-events:auto;transform:translateY(0)}.navigation-bar .container .content .mobile-items .row{align-items:center;display:inline-flex;justify-content:space-between}}.footer{background-color:var(--light-brown)}.footer .container{align-items:flex-start;display:flex;gap:300px}.footer .container .column{display:flex;flex-direction:column;gap:20px}.footer .container .column .heading{color:var(--white)}.footer .container .column .items{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:768px){.footer .container{flex-wrap:wrap;gap:20px;justify-content:space-between}}.upper-footer{background-color:var(--light-brown)}.upper-footer .container{align-items:center;display:flex;gap:50px;justify-content:space-between}.upper-footer .container .logo{align-items:center;display:flex;justify-content:center}.upper-footer .container .contacts,.upper-footer .container .location{display:flex;flex-direction:column;gap:16px}.upper-footer .container .location span:first-of-type{color:var(--white)}@media screen and (max-width:768px){.upper-footer .container{display:flex;flex-direction:column;gap:30px}.upper-footer .container .contacts,.upper-footer .container .location{text-align:center}}.clouds{background-color:initial}.clouds .container{align-items:center;display:flex;gap:50px;justify-content:space-between}.clouds .container .item svg{height:100%;width:100%}.hero-full{position:relative}.hero-full .image-wrapper{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-full .image-wrapper img{height:100%;object-fit:cover;width:100%}.hero-full .background{background-color:#00000080;height:100%;position:absolute;width:100%;z-index:2}.hero-full .content{align-items:center;display:flex;flex-direction:column;gap:50px;height:calc(100% - 98px);justify-content:center;position:relative;z-index:3}.hero-full .content .top{align-items:center;display:inline-flex;gap:50px;text-align:center}.hero-full .content .top span{color:var(--yellow);font-size:clamp(39px,5vw,62px)}.hero-full .content .bottom{color:var(--white);display:flex;flex-direction:column;gap:10px;text-align:center}@media screen and (max-width:768px){.hero-full .content{gap:30px;height:100%}.hero-full .content.center-around{margin:0}}@media screen and (max-width:600px){.hero-full .content .top{flex-wrap:wrap;gap:20px;justify-content:space-around;text-align:center;width:100%}}.tti-block .container{display:flex;gap:20px;justify-content:space-between}.tti-block .container .content{display:flex;flex-direction:column;gap:20px;width:600px}.tti-block .container .content .text{color:var(--white);display:flex;flex-direction:column;gap:20px}.tti-block .container .images{align-items:center;display:flex;gap:20px}.tti-block .container .images .big-image img,.tti-block .container .images .small-image img{height:auto;width:100%}.tti-block .container .images .big-image img{z-index:2}.tti-block .container .images .small-image img{z-index:1}@media screen and (max-width:1100px){.tti-block .container{flex-direction:column;justify-content:normal}.tti-block .container .content{order:1;width:100%}.tti-block .container .images{justify-content:center;order:2}}.inline-buttons{display:inline-flex;flex-wrap:wrap;gap:20px}.map-illustration{background-color:var(--light-brown)}.map-illustration .container{align-items:stretch;display:flex;gap:20px;justify-content:space-between}.map-illustration .container .content{color:var(--white);display:flex;flex-direction:column;gap:20px;padding:64px 0;width:530px}.map-illustration .container .image{height:auto;max-width:1000px;width:100%}.map-illustration .container .image img{height:100%;object-fit:contain;width:100%}@media screen and (max-width:1000px){.map-illustration .container{flex-direction:column;justify-content:normal}.map-illustration .container .content{padding:32px 0 0;width:100%}}.tmi-block{display:flex;gap:50px;width:100%}.tmi-block .content{color:var(--white);display:flex;flex-direction:column;flex-shrink:0;gap:20px;width:600px}.tmi-block .images{min-width:0}.tmi-block .images .swiper-slide{width:auto!important}.tmi-block .swiper-scrollbar{background-color:initial}.tmi-block .swiper-scrollbar-drag{background-color:var(--yellow)}@media screen and (max-width:1100px){.tmi-block .content{flex-shrink:0;width:400px}}@media screen and (max-width:768px){.tmi-block{flex-direction:column;gap:20px}.tmi-block .content{width:100%}}@media screen and (max-width:425px){.tmi-block .images{height:auto;width:-webkit-fit-content;width:fit-content}.tmi-block .images img{height:100%;width:100%}.tmi-block .images .swiper-slide{width:100%!important}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}: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{-webkit-backface-visibility:hidden;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{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);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)}}.swiper-scrollbar{background:#0000001a;background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:#00000080;background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}