:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:0}.f-button:focus-visible{outline:0;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:transparent;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:0;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color, #fff);--f-button-hover-color:var(--fancybox-color, #fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24, 24, 27, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:0;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:transparent;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0,0,0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width,0))*-.5);width:calc(var(--width,0)*1px + var(--f-thumb-clip-width,0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:0;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:0}.f-thumbs__slide__button:focus-visible{outline:0;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}*,::after,::before{margin:0;padding:0;background-repeat:no-repeat;box-sizing:border-box;font:inherit}ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}canvas,img,picture,svg,video{display:block;max-width:100%}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}html{font-size:62.5%;font-family:Roboto,sans-serif}html:focus-within{scroll-behavior:smooth}body{line-height:1.6;font-size:1.6rem;padding-top:9.2rem;overflow-x:hidden}@media screen and (max-width:1199px){body{padding-top:8.4rem}}@media screen and (max-width:991px){body{padding-top:0}}body.--fixed{overflow:hidden}p{color:#191919;font-size:clamp(1.6rem,.18vw + 1.53rem,1.8rem)}a{color:#191919}a:focus{outline:0}a:focus-visible{outline:2px solid #191919}button:focus{outline:0}button:focus-visible{outline:2px solid #191919}strong{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.color-primary{color:#131d3a}.color-secondary{color:#fffb00}.color-white{color:#fff}.color-dark{color:#191919}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-right:0!important;padding-left:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-right:0!important;margin-left:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-1{padding:.8rem!important}.pt-1{padding-top:.8rem!important}.pr-1{padding-right:.8rem!important}.pb-1{padding-bottom:.8rem!important}.pl-1{padding-left:.8rem!important}.px-1{padding-right:.8rem!important;padding-left:.8rem!important}.py-1{padding-top:.8rem!important;padding-bottom:.8rem!important}.m-1{margin:.8rem!important}.mt-1{margin-top:.8rem!important}.mr-1{margin-right:.8rem!important}.mb-1{margin-bottom:.8rem!important}.ml-1{margin-left:.8rem!important}.mx-1{margin-right:.8rem!important;margin-left:.8rem!important}.my-1{margin-top:.8rem!important;margin-bottom:.8rem!important}.p-2{padding:1.6rem!important}.pt-2{padding-top:1.6rem!important}.pr-2{padding-right:1.6rem!important}.pb-2{padding-bottom:1.6rem!important}.pl-2{padding-left:1.6rem!important}.px-2{padding-right:1.6rem!important;padding-left:1.6rem!important}.py-2{padding-top:1.6rem!important;padding-bottom:1.6rem!important}.m-2{margin:1.6rem!important}.mt-2{margin-top:1.6rem!important}.mr-2{margin-right:1.6rem!important}.mb-2{margin-bottom:1.6rem!important}.ml-2{margin-left:1.6rem!important}.mx-2{margin-right:1.6rem!important;margin-left:1.6rem!important}.my-2{margin-top:1.6rem!important;margin-bottom:1.6rem!important}.p-3{padding:2.4rem!important}.pt-3{padding-top:2.4rem!important}.pr-3{padding-right:2.4rem!important}.pb-3{padding-bottom:2.4rem!important}.pl-3{padding-left:2.4rem!important}.px-3{padding-right:2.4rem!important;padding-left:2.4rem!important}.py-3{padding-top:2.4rem!important;padding-bottom:2.4rem!important}.m-3{margin:2.4rem!important}.mt-3{margin-top:2.4rem!important}.mr-3{margin-right:2.4rem!important}.mb-3{margin-bottom:2.4rem!important}.ml-3{margin-left:2.4rem!important}.mx-3{margin-right:2.4rem!important;margin-left:2.4rem!important}.my-3{margin-top:2.4rem!important;margin-bottom:2.4rem!important}.p-4{padding:3.2rem!important}.pt-4{padding-top:3.2rem!important}.pr-4{padding-right:3.2rem!important}.pb-4{padding-bottom:3.2rem!important}.pl-4{padding-left:3.2rem!important}.px-4{padding-right:3.2rem!important;padding-left:3.2rem!important}.py-4{padding-top:3.2rem!important;padding-bottom:3.2rem!important}.m-4{margin:3.2rem!important}.mt-4{margin-top:3.2rem!important}.mr-4{margin-right:3.2rem!important}.mb-4{margin-bottom:3.2rem!important}.ml-4{margin-left:3.2rem!important}.mx-4{margin-right:3.2rem!important;margin-left:3.2rem!important}.my-4{margin-top:3.2rem!important;margin-bottom:3.2rem!important}.p-5{padding:4rem!important}.pt-5{padding-top:4rem!important}.pr-5{padding-right:4rem!important}.pb-5{padding-bottom:4rem!important}.pl-5{padding-left:4rem!important}.px-5{padding-right:4rem!important;padding-left:4rem!important}.py-5{padding-top:4rem!important;padding-bottom:4rem!important}.m-5{margin:4rem!important}.mt-5{margin-top:4rem!important}.mr-5{margin-right:4rem!important}.mb-5{margin-bottom:4rem!important}.ml-5{margin-left:4rem!important}.mx-5{margin-right:4rem!important;margin-left:4rem!important}.my-5{margin-top:4rem!important;margin-bottom:4rem!important}.container{max-width:145rem;padding:0 3rem;margin:0 auto}@media screen and (max-width:575px){.container{padding:0 1.5rem}}.container.--sm{max-width:125rem}.container.--xs{max-width:80rem}.footer{padding:16rem 0 6rem 0;background-color:#f0eeed}.footer__wrapper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:1.6rem;margin-bottom:12rem}@media screen and (max-width:991px){.footer__wrapper{grid-template-columns:1fr 1fr;gap:32px}}@media screen and (max-width:767px){.footer__wrapper{grid-template-columns:1fr}}.footer__content{display:flex;justify-content:space-between}.footer__content p a{color:#191919}.footer__heading{color:#787878;margin-bottom:28px;font-size:clamp(1.8rem,.55vw + 1.6rem,2.4rem)}.footer__menu.--gray a{color:#787878}.footer__menu ul{display:flex;flex-direction:column;gap:1.6rem}.footer__menu ul a{display:block;font-weight:700;text-decoration:none;text-transform:uppercase;font-size:1.6rem}@media screen and (max-width:767px){.footer__menu ul a{text-align:center}}.footer__menu ul a:hover{text-decoration:underline}.footer__col{display:flex;flex-direction:column}@media screen and (max-width:767px){.footer__col{justify-content:center;align-items:center}}.footer__col.--last{justify-content:flex-end}.footer__logo{display:flex;justify-content:center}.footer__logo img{max-width:30rem}@media screen and (max-width:1199px){.nav{position:absolute;top:calc(100% - 1px);left:0;height:100vh;width:100%;background-color:#fff;opacity:0;visibility:hidden;transform:translateY(-15px);transition:all 250ms ease-in-out;overflow-y:auto}.nav.--open{padding:8rem 0 15rem 0;opacity:1;visibility:visible;transform:translateY(0)}}.nav__list{display:flex;align-items:center}@media screen and (max-width:1199px){.nav__list{flex-direction:column;text-align:center}}.nav__item{display:inline-block}.nav__link{position:relative;display:block;color:#787878;padding:1rem 2rem;text-decoration:none;white-space:nowrap;overflow:hidden;font-size:1.6rem;font-family:"Fira Sans",sans-serif;font-weight:700;text-transform:uppercase}.nav__link::after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%,10px);width:calc(100% - 4rem);height:2px;background-color:#131d3a;transition:transform 250ms ease-in-out}@media screen and (max-width:1199px){.nav__link::after{width:30%;transform:translate(-50%,15px)}}.nav__link:hover::after{transform:translate(-50%,-5px)}.nav__link.--active{color:#131d3a}.nav__link.btn{color:#131d3a;margin-left:2rem}.nav__link.btn::after{display:none}@media screen and (max-width:1199px){.nav__link.btn{margin:2rem 0}}@media screen and (max-width:1199px){.nav__link{position:relative;padding:2rem;min-width:30rem;font-size:clamp(2rem,.18vw + 1.93rem,2.2rem)}}.header{position:fixed;top:0;width:100%;z-index:99;background-color:#fff;transition:all 250ms ease-in-out;box-shadow:0 2px 10px rgba(0,0,0,.1)}@media screen and (max-width:991px){.header{background-color:transparent;box-shadow:unset}.header .container{padding-right:0}}.header.--open{background-color:#fff}.header.--open .header__logo{box-shadow:unset}.header__content{display:flex;justify-content:space-between;gap:3.2rem;align-items:center}.header__lang{position:relative;min-width:13.6rem;margin:0 auto 0 0}@media screen and (max-width:991px){.header__lang{display:none}}.header__lang.--mobile{display:none}@media screen and (max-width:991px){.header__lang.--mobile{display:flex;justify-content:center;margin:2rem 0}}.header__logo{background-color:#fff;border-radius:0 0 3rem 3rem;padding:3rem;margin-bottom:-4rem;max-width:30rem;box-shadow:0 2px 1rem rgba(0,0,0,.1);transition:max-width 250ms ease-in-out;z-index:1}@media screen and (max-width:991px){.header__logo{padding:3rem 2rem;margin-bottom:-3rem;max-width:22rem}}@media screen and (max-width:991px){.header__logo{position:relative;top:0;padding:1.4rem;border-radius:0 0 2rem 2rem}}@media screen and (max-width:991px){.header__logo-lg{display:none}}.header__logo-sm{display:none}@media screen and (max-width:991px){.header__logo-sm{display:block}}main>section{padding:9rem 0}@media screen and (max-width:1199px){main>section{padding:6rem 0}}.s-not-found{position:relative}.s-not-found .container{position:relative;z-index:2}.not-found__bg-image{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}.not-found__wrapper{background-color:#fff;padding:4rem;border-radius:30px;max-width:850px;margin:0 auto}.h1,.h2,.h3,.h4,h1,h2,h3,h4{font-weight:700;line-height:1.2;color:#191919;font-family:"Fira Sans",sans-serif;font-style:italic}.h1,h1{font-size:clamp(4.8rem,2.02vw + 4.07rem,7rem)}.h2,h2{font-size:clamp(3.6rem,1.47vw + 3.07rem,5.2rem)}.h3,h3{font-size:clamp(3.2rem,.18vw + 3.13rem,3.4rem)}.h4,h4{font-size:clamp(2.6rem,.55vw + 2.4rem,3.2rem)}.text h1,.text h2,.text h3,.text h4,.text h5,.text h6{color:#191919;font-weight:700}.text p{font-size:clamp(1.6rem,.18vw + 1.53rem,1.8rem);line-height:1.6em}.text p:not(:last-child){margin-bottom:1.6rem}.text p a{display:inline-block;color:#191919;text-decoration:underline}.text p a:hover{text-decoration:none}.text a{display:block;color:#191919;text-decoration:none;line-height:1.3em;font-size:clamp(1.6rem,.18vw + 1.53rem,1.8rem)}.text a:hover{text-decoration:underline}.text ol,.text ul{margin:2rem 0}.text ol li,.text ul li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:clamp(1.6rem,.18vw + 1.53rem,1.8rem)}.text ol li::before,.text ul li::before{content:"";position:absolute;top:.55em;left:0;width:5px;height:5px;background-color:#131d3a;border-radius:50%}.text ol{list-style:none;counter-reset:number}.text ol li{counter-increment:number}.text ol li:before{display:none}.text ol li:after{content:counter(number) ". ";position:absolute;top:1px;left:0;color:#131d3a}.text table{margin:2rem 0;width:100%}.text table thead tr{background:#191919;color:#fff;border-bottom:1px solid #ccc}.text table thead tr th{text-align:left;padding:1rem 2rem}.text table tbody tr{border-bottom:1px solid #ccc}.text table tbody tr:nth-child(even){background-color:rgba(25,25,25,.1)}.text table tbody tr td{padding:1rem 2rem}.btn{position:relative;display:block;letter-spacing:1.5px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:1.2rem 3rem;color:#131d3a;background-color:#e4bf43;text-align:center;border:1px solid #131d3a;outline:0;cursor:pointer;text-decoration:none;transition:all 250ms;font-size:clamp(1.7rem,.18vw + 1.63rem,1.9rem);border-radius:50px;text-transform:uppercase;box-shadow:4px 5px 0 #000;font-weight:700;font-family:"Fira Sans",sans-serif}.btn:hover{transform:translateY(3px);box-shadow:1px 1px 0 #000}.btn.--sm{padding:.8rem 2.4rem;font-size:16px}.btn.--center{margin:0 auto}.btn.--end{margin:0 0 0 auto}.btn.--transparent{background-color:transparent;color:#fff;border:1px solid #fff;box-shadow:none}.btn.--white{background-color:#fff;color:#131d3a;border:1px solid #fff}.btn.--secondary{color:#e4bf43;background-color:#131d3a;border:1px solid #e4bf43}.btn.--secondary:hover{border-color:#131d3a}.hamburger__wrapper{display:none}@media screen and (max-width:1199px){.hamburger__wrapper{display:block}}@media screen and (max-width:991px){.hamburger__wrapper{position:absolute;top:0;right:0;background-color:#fff;padding:1.5rem 1.25rem;border-radius:0 0 0 1rem}}.hamburger{position:relative;display:block;width:3rem;height:3rem;cursor:pointer;z-index:9999}.hamburger input{display:none}.hamburger span,.hamburger:after,.hamburger:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:3rem;height:.4rem;background-color:#000;border-radius:3rem;opacity:1;transition:transform 250ms}.hamburger:before{top:2.4rem}.hamburger:after{top:.6rem}.hamburger span{top:50%;transition:opacity 250ms}.hamburger.--active:before{top:1.2rem;transform:translateX(-50%) rotate(-45deg)}.hamburger.--active:after{top:1.2rem;transform:translateX(-50%) rotate(45deg)}.hamburger.--active span{opacity:0}.form,form{width:100%;max-width:75rem;margin:0 auto}.form input[type=email],.form input[type=number],.form input[type=password],.form input[type=text],.form select,.form textarea,form input[type=email],form input[type=number],form input[type=password],form input[type=text],form select,form textarea{width:100%;height:5rem;padding:1rem 2rem;line-height:1.3rem;border-radius:3rem;outline:0;border:none;background-color:#f0eeed;color:#191919;font-weight:400;font-size:clamp(1.6rem,.18vw + 1.53rem,1.8rem)}.form input[type=email]::-moz-placeholder,.form input[type=number]::-moz-placeholder,.form input[type=password]::-moz-placeholder,.form input[type=text]::-moz-placeholder,.form select::-moz-placeholder,.form textarea::-moz-placeholder,form input[type=email]::-moz-placeholder,form input[type=number]::-moz-placeholder,form input[type=password]::-moz-placeholder,form input[type=text]::-moz-placeholder,form select::-moz-placeholder,form textarea::-moz-placeholder{color:#191919;font-size:14px}.form input[type=email]::placeholder,.form input[type=number]::placeholder,.form input[type=password]::placeholder,.form input[type=text]::placeholder,.form select::placeholder,.form textarea::placeholder,form input[type=email]::placeholder,form input[type=number]::placeholder,form input[type=password]::placeholder,form input[type=text]::placeholder,form select::placeholder,form textarea::placeholder{color:#191919;font-size:14px}.form input[type=email]:active,.form input[type=email]:focus,.form input[type=email]:focus-visible,.form input[type=number]:active,.form input[type=number]:focus,.form input[type=number]:focus-visible,.form input[type=password]:active,.form input[type=password]:focus,.form input[type=password]:focus-visible,.form input[type=text]:active,.form input[type=text]:focus,.form input[type=text]:focus-visible,.form select:active,.form select:focus,.form select:focus-visible,.form textarea:active,.form textarea:focus,.form textarea:focus-visible,form input[type=email]:active,form input[type=email]:focus,form input[type=email]:focus-visible,form input[type=number]:active,form input[type=number]:focus,form input[type=number]:focus-visible,form input[type=password]:active,form input[type=password]:focus,form input[type=password]:focus-visible,form input[type=text]:active,form input[type=text]:focus,form input[type=text]:focus-visible,form select:active,form select:focus,form select:focus-visible,form textarea:active,form textarea:focus,form textarea:focus-visible{border-color:#191919}.form textarea,form textarea{padding:2rem;min-height:12rem;line-height:1.3em}.form label,form label{color:#191919;font-weight:700;font-style:italic;font-family:"Fira Sans",sans-serif;font-size:clamp(1.6rem,.18vw + 1.53rem,1.8rem);margin-bottom:1rem;display:block;padding-left:8px}.form__item{display:grid;-moz-column-gap:2rem;column-gap:2rem;row-gap:0;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.form-group{position:relative;margin-bottom:1.5rem}.form-group.has-error input,.form-group.has-error textarea{border-color:#d92637}.form-group.has-error input::-moz-placeholder,.form-group.has-error textarea::-moz-placeholder{color:#d92637}.form-group.has-error input::placeholder,.form-group.has-error textarea::placeholder{color:#d92637}.form-group .oc-visible{color:#d92637;font-weight:700;margin-top:4px;padding-left:8px}.form-group span{display:block;color:#131d3a;background-color:transparent;margin-bottom:1rem}.form-group .validation{font-size:clamp(1.4rem,.18vw + 1.33rem,1.6rem);color:#d92637;letter-spacing:1px;margin-top:.5rem}.contacts__form{background-color:#fff;box-shadow:0 7px 12px rgba(0,0,0,.2);padding:4rem;border-radius:30px}@media screen and (max-width:767px){.contacts__form{padding:4rem 2.4rem}}.socials{display:flex;align-items:center;gap:2rem;flex-grow:1}.socials__link{display:block;filter:grayscale(1);transition:filter 250ms ease-in-out,translate 250ms ease-in-out}.socials__link img{width:5rem;height:5rem;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.socials__link:hover{translate:0 -5px;filter:grayscale(0)}.s-subanner{position:relative;padding:7rem 0;height:90vh;background-color:#efeeed}@media screen and (max-width:991px){.s-subanner{padding:0;height:unset}}.s-subanner.--hp .subanner__content{padding-top:6rem}@media screen and (max-width:991px){.s-subanner.--hp .subanner__content{padding-top:3.2rem}}.s-subanner::before{position:absolute;content:"";bottom:0;left:0;width:100%;height:25%;background:linear-gradient(180deg,rgba(239,238,237,0) 0,#efeeed 100%);z-index:2}.s-subanner .container{height:100%}@media screen and (max-width:575px){.s-subanner .container{height:unset;padding:0}}@media screen and (min-width:991px){.subanner__bg{position:absolute;top:0;left:0;width:100%;height:100%}}@media screen and (min-width:991px){.subanner__bg.--logo{top:unset;bottom:15%;left:7%;transform:unset;width:38%;height:38%}}@media screen and (max-width:991px){.subanner__bg.--logo{width:100%;height:100%;padding:12rem 0 16rem}.subanner__bg.--logo img{min-height:unset;width:87%;height:87%;margin:0 auto}}.subanner__bg.--logo img{-o-object-fit:contain;object-fit:contain}.subanner__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:991px){.subanner__bg img{min-height:65vh}}.subanner__content{position:relative;z-index:3;background-color:#131d3a;max-width:60rem;padding:9rem 4rem 6rem 4rem;border-radius:30px}@media screen and (max-width:991px){.subanner__content{padding:8rem 3.2rem 3.2rem}}@media screen and (max-width:575px){.subanner__content{border-radius:30px 30px 0 0}}.subanner__content *{color:#fff}.subanner__content h1{font-weight:400;font-size:clamp(3.2rem,.92vw + 2.87rem,4.2rem);padding-bottom:24px;border-bottom:4px solid #e4bf43}.subanner__content strong{font-weight:700}.subanner__content span{display:block;margin-bottom:12px;color:#e4bf43;font-family:"Fira Sans",sans-serif;font-weight:700;text-transform:uppercase}.subanner__wrapper{display:flex;align-items:flex-end;justify-content:flex-end;height:100%;position:relative;z-index:2}@media screen and (max-width:991px){.subanner__wrapper{justify-content:flex-start;height:unset;margin-top:-6rem}}.subanner__info{margin-top:24px;display:flex;flex-wrap:wrap;gap:16px}.subanner__info.--house-important{margin-top:48px}@media screen and (max-width:575px){.subanner__info{gap:8px;justify-content:space-between}.subanner__info.--house-important{margin-top:24px}}.subanner__info-item{background-color:#e4bf43;padding:12px 24px;border-radius:30px;color:#131d3a;font-weight:700;text-transform:uppercase;box-shadow:4px 5px 0 #000;transition:all 250ms ease-in-out;text-decoration:none;font-size:clamp(1.6rem,.37vw + 1.47rem,2rem)}@media screen and (max-width:575px){.subanner__info-item{padding:8px 16px}}.subanner__info-item:hover{transform:translateY(3px);box-shadow:1px 1px 0 #000}.s-subanner-second{background-color:#131d3a;padding:12rem 0 23rem 0}@media screen and (max-width:991px){.s-subanner-second{padding:8rem 0 18rem}}@media screen and (max-width:767px){.s-subanner-second{padding:15rem 0 20rem}}.s-subanner-second h1{font-size:clamp(4.8rem,6.61vw + 2.42rem,12rem);max-width:70rem;line-height:.9}.s-subanner-second p{font-size:clamp(2rem,.92vw + 1.67rem,3rem);line-height:1.2}.s-subanner-second *{color:#fff}.s-subanner-second.--estate-detail,.s-subanner-second.--news{padding:12rem 0 12rem}.subanner-second__wrapper{display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:flex-end}.subanner-second__wrapper.--sm h1{font-size:clamp(4.8rem,2.94vw + 3.74rem,8rem)}.subanner-second__wrapper.--sm p{font-size:clamp(1.8rem,.55vw + 1.6rem,2.4rem)}.subanner-second__wrapper.--thank-you{grid-template-columns:1fr}.subanner-second__wrapper.--thank-you h1,.subanner-second__wrapper.--thank-you p{max-width:100%;text-align:center}@media screen and (max-width:991px){.subanner-second__wrapper{grid-template-columns:1fr;gap:24px}}.subanner__icon{width:65px;height:65px;-o-object-fit:contain;object-fit:contain}.services__items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4rem}@media screen and (max-width:1199px){.services__items{gap:24px;grid-template-columns:1fr 1fr}}@media screen and (max-width:767px){.services__items{grid-template-columns:1fr;gap:16px}}.services__item{background-color:#131d3a;display:flex;flex-direction:column;align-items:center;border-radius:3rem;box-shadow:6px 6px 0 rgba(120,120,120,.5);padding:4rem}.services__item h3{text-align:center}@media screen and (max-width:575px){.services__item{padding:3.2rem}}.services__item *{color:#fff}.services__icon{height:100px;margin-bottom:24px}@media screen and (max-width:575px){.services__icon{height:80px;margin-bottom:16px}}.services__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.services__description{text-align:center;font-size:clamp(1.8rem,.18vw + 1.73rem,2rem)}.s-services{background-color:#efeeed}.s-management{background-color:#fff}.header__intro{display:flex;flex-direction:column;gap:16px;align-items:center;margin-bottom:48px}@media screen and (max-width:767px){.header__intro{align-items:center}}.header__intro.--left{align-items:flex-start;max-width:60%}@media screen and (max-width:767px){.header__intro.--left{align-items:center;max-width:100%}}.header__intro h1,.header__intro h2,.header__intro h3{color:#131d3a}@media screen and (max-width:767px){.header__intro h1,.header__intro h2,.header__intro h3{text-align:center}}.header__intro p{font-size:clamp(2rem,.46vw + 1.83rem,2.5rem);max-width:45rem;text-align:center;margin-top:1.6rem}.header__intro strong{font-weight:700}.management__items{display:grid;grid-template-columns:1fr 1fr;gap:32px}@media screen and (max-width:991px){.management__items{gap:24px}}@media screen and (max-width:767px){.management__items{grid-template-columns:1fr}}.management__item{background-color:#fff;display:flex;gap:48px;padding:8rem 8rem;border-radius:30px;box-shadow:0 7px 12px rgba(0,0,0,.2)}@media screen and (max-width:1199px){.management__item{padding:4rem;gap:32px}}@media screen and (max-width:991px){.management__item{gap:24px}}@media screen and (max-width:575px){.management__item{padding:3.2rem;flex-wrap:wrap;gap:16px;justify-content:center}}.management__icon{height:80px;margin-bottom:24px;flex-shrink:0}@media screen and (max-width:991px){.management__icon{height:60px;margin-bottom:16px}}@media screen and (max-width:767px){.management__icon{height:50px}}.management__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.management__name{max-width:200px;margin-bottom:24px}@media screen and (max-width:767px){.management__name{margin-bottom:16px;text-align:center;max-width:100%}}.management__description{font-size:clamp(1.8rem,.18vw + 1.73rem,2rem);color:#555}@media screen and (max-width:767px){.management__description{text-align:center}}.procedures__item{display:flex;gap:4.8rem;max-width:700px;margin:0 auto}.procedures__item:last-child .procedures__content{padding-bottom:0}.procedures__item:last-child .procedures__content h3{color:#131d3a}@media screen and (max-width:767px){.procedures__item{gap:2.4rem}}@media screen and (max-width:575px){.procedures__item{gap:1.6rem}}.procedures__content{border-left:2px solid #131d3a;padding:0 4.8rem 8rem}@media screen and (max-width:767px){.procedures__content{padding:0 2.4rem 4rem}}@media screen and (max-width:575px){.procedures__content{padding:0 1.6rem 3.2rem}}.procedures__icon{width:15rem;height:15rem;background-color:#131d3a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:clamp(3.4rem,2.39vw + 2.54rem,6rem);color:#fff;font-weight:700;font-family:"Fira Sans",sans-serif;box-shadow:4px 5px 0 #000}.procedures__icon img{width:60%;height:60%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:767px){.procedures__icon{width:8rem;height:8rem}}@media screen and (max-width:575px){.procedures__icon{width:40px;height:40px;font-size:2.4rem}}.procedures__description{max-width:600px;font-size:clamp(1.8rem,.18vw + 1.73rem,2rem)}.procedures__items{margin-bottom:48px}.offers__items{background-color:#131d3a;display:grid;grid-template-columns:1fr 1fr;padding:8rem 4rem;gap:2.4rem;border-radius:30px;position:relative}@media screen and (max-width:991px){.offers__items{padding:6rem 2rem}}@media screen and (max-width:767px){.offers__items{grid-template-columns:1fr;padding:4rem 2rem}}.offers__items::before{position:absolute;content:"";top:2rem;left:50%;transform:translateX(-50%);width:2px;height:calc(100% - 4rem);background-color:#3ed1ff}@media screen and (max-width:767px){.offers__items::before{display:none}}.offers__item{display:flex;align-items:center;gap:1.6rem;color:#fff;padding:0 2.4rem}@media screen and (max-width:767px){.offers__item{padding:0 0 1.6rem 0;border-bottom:3px solid #3ed1ff}.offers__item:last-child{border-bottom:none}}.offers__item img{width:32px;height:32px}@media screen and (max-width:767px){.offers__item img{width:24px;height:24px}}.offers__item div{font-size:clamp(1.8rem,.37vw + 1.67rem,2.2rem)}.s-about-us{background-color:#efeeed}.about-us__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:96px}@media screen and (max-width:1199px){.about-us__wrapper{gap:48px}}@media screen and (max-width:991px){.about-us__wrapper{grid-template-columns:1fr;gap:16px}}.about-us__content p{font-size:clamp(2rem,.55vw + 1.8rem,2.6rem);max-width:500px;color:#555}@media screen and (max-width:991px){.about-us__content p{max-width:unset}}.about-us__content-second p{color:#555;font-size:clamp(2rem,.55vw + 1.8rem,2.6rem)}.about-us__content-btn{display:flex;gap:24px}@media screen and (max-width:991px){.about-us__content-btn{flex-direction:column;gap:16px}}.about-us__content-btn strong{font-weight:700}.whyus__items{display:flex;flex-direction:column;gap:16px;max-width:850px;margin:0 auto 32px}.whyus__item{box-shadow:0 2px 10px rgba(0,0,0,.1);padding:2rem 2rem;border-radius:10px;display:flex;align-items:center;gap:24px;font-size:clamp(1.8rem,.18vw + 1.73rem,2rem);color:#555}@media screen and (max-width:991px){.whyus__item{gap:16px}}@media screen and (max-width:767px){.whyus__item{padding:1rem}}.whyus__icon{width:40px;height:40px;flex-shrink:0}@media screen and (max-width:767px){.whyus__icon{width:36px;height:36px}}.whyus__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.s-cta{position:relative;height:90vh}.s-cta .container{height:100%}@media screen and (max-width:767px){.s-cta{height:auto;padding:15rem 0}}.cta__bg-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cta__bg-houses{position:absolute;bottom:0;left:0;width:100%;height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}@media screen and (max-width:991px){.cta__bg-houses{height:300px}}@media screen and (max-width:767px){.cta__bg-houses{height:200px}}.cta__wrapper{position:relative;z-index:2;display:flex;align-content:center;flex-direction:column;justify-content:center;max-width:90rem;margin:0 auto;height:100%}.cta__content{background-color:#131d3a;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:5rem 4rem;border-radius:4rem;margin-bottom:48px}@media screen and (max-width:767px){.cta__content{padding:4rem 2rem;margin-bottom:24px}}.cta__content h2{text-align:center}.cta__content p{font-size:clamp(2.2rem,.55vw + 2rem,2.8rem)}.cta__content *{color:#fff}.team__item{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}@media screen and (min-width:991px){.team__item:nth-child(even) .team__image{order:-1;display:flex;align-items:flex-end}.team__item:nth-child(even) .team__image::before{bottom:unset;top:0}}@media screen and (max-width:991px){.team__item{grid-template-columns:1fr}}.team__item-content{background-color:#131d3a;border-radius:30px;padding:8rem 6rem;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:991px){.team__item-content{grid-column:span 4}}@media screen and (max-width:991px){.team__item-content{padding:4rem}}@media screen and (max-width:767px){.team__item-content{padding:4rem 2.4rem}}.team__item-content h3{margin-bottom:24px}.team__item-content *{color:#fff}.team__image{position:relative}@media screen and (min-width:991px){.team__image{grid-column:span 3}}@media screen and (max-width:991px){.team__image{height:400px;order:-1}}.team__image::before{position:absolute;content:"";bottom:0;left:50%;background-color:#131d3a;width:250px;height:250px;border-radius:50%;transform:translateX(-25%);box-shadow:4px 5px 0 #000}@media screen and (max-width:767px){.team__image::before{width:200px;height:200px}}.team__image img{position:relative;z-index:2;width:100%;height:90%;-o-object-fit:contain;object-fit:contain}.team__description p{font-size:20px;margin-bottom:12px}.team__description strong{font-weight:700}.fastlinks__circle{width:300px;height:300px;background-color:#131d3a;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;text-align:center;padding:4rem;box-shadow:4px 5px 0 #000;font-weight:700;font-size:clamp(2.4rem,.73vw + 2.14rem,3.2rem);flex-shrink:0;font-family:"Fira Sans",sans-serif;font-style:italic;margin-bottom:4rem}@media screen and (max-width:991px){.fastlinks__circle{width:250px;height:250px;padding:3rem;margin-bottom:0}}.fastlinks__item{display:flex;gap:4.8rem;align-items:flex-start;margin-bottom:4rem}@media screen and (max-width:991px){.fastlinks__item{gap:2.4rem}}@media screen and (max-width:575px){.fastlinks__item{flex-wrap:wrap;justify-content:center}.fastlinks__item:last-child .fastlinks__content{border-bottom:none}}.fastlinks__description{margin-bottom:4rem;flex-grow:1;max-width:550px;margin-top:2rem}@media screen and (max-width:991px){.fastlinks__description{margin-bottom:0}}.fastlinks__content{padding-bottom:4rem;border-bottom:3px solid #131d3a;display:flex;flex-direction:column;justify-content:flex-start;gap:2rem;width:100%}@media screen and (max-width:991px){.fastlinks__content{padding-bottom:2rem}}@media screen and (max-width:575px){.fastlinks__content .btn{margin:0 auto}}.lang__active a{color:#000;text-transform:uppercase;text-decoration:none;font-weight:700;padding:1rem 2rem;display:flex;gap:16px;align-items:center;box-shadow:0 7px 12px rgba(0,0,0,.2);border-radius:10px}@media screen and (max-width:575px){.lang__active a{gap:8px}}.lang__active a img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:575px){.lang__active a img{width:20px;height:20px}}.lang{position:absolute;top:100%;left:0;display:grid;grid-template-rows:0fr;transition:all 250ms ease-in-out;opacity:0;pointer-events:none;width:100%}.lang.--shown{grid-template-rows:1fr;opacity:1;pointer-events:all}.lang__wrapper{display:flex;flex-direction:column;position:relative;z-index:99;background-color:#fff;box-shadow:0 7px 12px rgba(0,0,0,.2);border-radius:10px}.lang__item{padding:16px;color:#000;font-weight:700;text-decoration:none;position:relative;text-transform:uppercase;display:flex;align-items:center;gap:16px}@media screen and (max-width:575px){.lang__item{gap:8px;padding:1rem}}.lang__item img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:575px){.lang__item img{width:20px;height:20px}}.lang__item.--active,.lang__item:hover{color:#131d3a}.contacts__wapper{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}@media screen and (max-width:991px){.contacts__wapper{grid-template-columns:1fr}}.s-contacts .contacts__wapper{margin-top:-20rem}@media screen and (max-width:991px){.contacts__content{order:-1}}.conctacts__info-box{background-color:#131d3a;padding:4rem;box-shadow:0 2px 12px rgba(0,0,0,.3);border-radius:30px;margin-bottom:4.8rem}@media screen and (max-width:767px){.conctacts__info-box{padding:4rem 2.4rem}}.contacts__contact{display:flex;gap:24px;margin-bottom:2.4rem}.contacts__contact:last-child{margin-bottom:0}@media screen and (max-width:767px){.contacts__contact{flex-direction:column;align-items:center}}.contacts__contact img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:767px){.contacts__contact img{width:30px;height:30px}}.contacts__contact-text{display:flex;flex-direction:column;gap:12px;padding-bottom:2.4rem;border-bottom:3px solid #e4bf43;width:100%}@media screen and (max-width:767px){.contacts__contact-text{border-bottom:unset;align-items:center}}.contacts__contact-text div{color:#fff;font-size:clamp(1.8rem,.18vw + 1.73rem,2rem)}.contacts__contact-text span{color:#e4bf43;font-size:1.6rem}.contacts__contact-text a{color:#fff;font-size:clamp(1.8rem,.18vw + 1.73rem,2rem);font-weight:700;text-decoration:none;display:flex;align-items:center;gap:8px}.contacts__contact-text a img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.contacts__contact-text a:hover{text-decoration:underline}.contacts__content-lang{display:flex;flex-direction:column;gap:8px;color:#3ed1ff;font-weight:700}@media screen and (max-width:767px){.contacts__content-lang{align-items:center}}.contacts__local *{color:#131d3a}.contacts__local h2{margin-bottom:24px}@media screen and (max-width:767px){.contacts__local h2{text-align:center}}.contacts__local-contacts{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}@media screen and (max-width:767px){.contacts__local-contacts{align-items:center}}.contacts__local-contacts span{text-transform:uppercase;font-weight:700}.contacts__local-contacts a{font-size:2.4rem;text-decoration:none;font-weight:700}.contacts__local-contacts a:hover{text-decoration:underline}.contact__billing-information{display:flex;flex-direction:column;gap:8px}@media screen and (max-width:767px){.contact__billing-information{align-items:center}}.contact__billing-information *{color:#191919}.contacts__local-phone{display:flex;align-items:center;gap:8px}.contacts__local-phone img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.destinations__item{display:grid;grid-template-columns:1fr 1.5fr;border-radius:3rem;overflow:hidden;box-shadow:0 7px 12px rgba(0,0,0,.2);background-color:#fff;text-decoration:none;margin-bottom:4.8rem}@media screen and (max-width:767px){.destinations__item{grid-template-columns:1fr}}.destinations__item:hover .destinations__image img{transform:scale(1.1)}.destinations__item h3{color:#131d3a}.destinations__content{padding:5rem 7rem;display:flex;flex-direction:column;gap:2.4rem;justify-content:flex-end}@media screen and (max-width:1199px){.destinations__content{padding:5rem}}@media screen and (max-width:575px){.destinations__content{grid-column:unset;padding:4rem 2.4rem}}.destinations__wrapper{margin-top:-20rem}.destinations__price{font-weight:700;font-family:"Fira Sans",sans-serif;font-size:clamp(2.6rem,.37vw + 2.47rem,3rem);font-style:italic}.destinations__buttons{display:flex;gap:2.4rem;justify-content:space-between;align-items:center;flex-wrap:wrap}@media screen and (max-width:991px){.destinations__buttons{gap:2rem}}.destinations__description{position:relative;padding-bottom:4rem;margin-bottom:2rem;max-width:45rem;margin-top:2rem}.destinations__description p{font-size:clamp(1.6rem,.37vw + 1.47rem,2rem)}@media screen and (max-width:1199px){.destinations__description{margin-bottom:0}}@media screen and (max-width:991px){.destinations__description{padding-bottom:2rem;margin-bottom:0}}.destinations__description::before{content:"";position:absolute;left:0;bottom:0;width:30%;height:3px;background-color:#131d3a}.destinations__image{position:relative;overflow:hidden;aspect-ratio:1/1.35}@media screen and (max-width:767px){.destinations__image{aspect-ratio:2/1}}.destinations__image img{transition:250ms ease-in-out all;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.s-video{padding:0;position:relative;height:calc(100vh - 92px);width:100%}@media screen and (max-width:991px){.s-video{height:100vh}}.videos__wrapper{position:absolute;width:100%;top:50%;transform:translateY(-50%);left:0;display:flex;flex-direction:column;align-items:center;gap:32px;z-index:2;flex-wrap:wrap}.videos__wrapper span{color:#fff;font-weight:700;font-size:2rem;max-width:450px;text-align:center;margin-bottom:8px}.videos__wrapper img{width:425px;height:100%;max-height:40dvh;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}@media screen and (max-width:575px){.videos__wrapper img{max-width:100%;padding:0 3rem}}@media screen and (max-width:767px){.videos__wrapper{gap:16px}}.videos__wrapper-content{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}@media screen and (max-width:575px){.videos__wrapper-content{gap:16px}}.video__bg{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}.has-html5video .fancybox__content{aspect-ratio:initial!important;width:1500px!important;height:auto!important}.pricelist__wrapper{background-color:#fff;margin-top:-20rem;box-shadow:0 7px 12px rgba(0,0,0,.2);border-radius:30px;padding:3rem 4rem}@media screen and (max-width:767px){.pricelist__wrapper{padding:3rem 2.4rem}}.pricelist__item{padding:2rem 0;border-bottom:1px solid #e4bf43;margin-bottom:2rem}@media screen and (max-width:767px){.pricelist__item{padding:1rem;margin-bottom:1rem}}.pricelist__item:last-child{border-bottom:none;margin-bottom:0}.pricelist__intro{display:flex;align-items:center;justify-content:space-between;gap:2.4rem}@media screen and (max-width:767px){.pricelist__intro{flex-direction:column;align-items:flex-start;gap:12px}}.pricelist__intro h3{font-size:2.3rem}.pricelist__perex{margin-top:16px;font-style:italic}.map{position:relative;width:100%}.map__pin{display:inline-block;padding:1rem 2.4rem;background-color:#131d3a;text-decoration:none;font-weight:700;color:#fff;font-size:clamp(1.8rem,.73vw + 1.54rem,2.6rem);border-radius:1.6rem;position:absolute;animation:pulse 2s infinite ease-in-out;transition:transform .3s ease,filter .3s ease;rotate:-10deg}@media screen and (max-width:768px){.map__pin{padding:.6rem 1.8rem}}.map__pin::after,.map__pin::before{content:"";position:absolute;top:0;right:0;width:26px;height:26px;border:4px solid #e4bf43;border-radius:50%;translate:50% -50%}@media screen and (max-width:768px){.map__pin::after,.map__pin::before{width:14px;height:14px}}.map__pin::after{width:32px;height:32px;border-width:3px;animation:anim-ripple 2s infinite}@media screen and (max-width:768px){.map__pin::after{width:22px;height:22px}}.map__pin.--albanie{inset:auto auto 68% 50%;animation-delay:0s}.map__pin.--albanie::after,.map__pin.--albanie::before{inset:auto auto 0 0;translate:-50% 50%}.map__pin.--egypt{inset:42% 48% auto auto;max-width:140px;animation-delay:.8s;rotate:-5deg}.map__pin.--filipiny{left:64%;top:59%;inset:52% 21% auto auto;animation-delay:1.6s;rotate:10deg}.map__pin:hover{transform:scale(1.15);filter:drop-shadow(0 5px 15px rgba(0, 0, 0, .2));z-index:10}@media screen and (max-width:767px){.container.--map-container{padding:0}}@keyframes anim-ripple{from{opacity:1;transform:scale3d(1,1,1)}to{opacity:0;transform:scale3d(1.4,1.4,1)}}.faq__wrapper{display:flex;flex-direction:column;gap:16px;max-width:850px;margin:0 auto 32px}.faq__item{box-shadow:0 2px 10px rgba(0,0,0,.1);padding:2rem 2rem;border-radius:10px}.faq__item.active .faq__answer{display:block}.faq__item.active .faq__icon.--arrow{transform:rotate(180deg)}@media screen and (max-width:991px){.faq__item{gap:16px}}@media screen and (max-width:767px){.faq__item{padding:1rem}}.faq__intro{display:flex;align-items:center;gap:24px;text-decoration:none}.faq__icon{width:40px;height:40px;flex-shrink:0}.faq__icon.--arrow{margin-left:auto;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.faq__icon{width:36px;height:36px}}.faq__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.faq__answer{padding-left:64px;margin-top:16px;display:none;color:#555!important}.faq__answer p{color:#555}.faq__text{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:clamp(2.2rem,.18vw + 2.13rem,2.4rem);color:#555}.s-destination-banner{position:relative;padding:0;height:70vh}.s-destination-banner::before{position:absolute;content:"";bottom:0;left:0;width:100%;height:25%;background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%);z-index:2}.s-destination-banner .container{position:relative;z-index:2;height:100%}.s-destination-banner h1{background-color:#131d3a;padding:2rem;color:#fff;display:table}@media screen and (max-width:575px){.s-destination-banner h1{width:100%;text-align:center}}.destination__bg-image{position:absolute;top:0;left:0;width:100%;height:100%}.destination__bg-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.destination__banner-wrapper{display:flex;height:100%;align-items:center}@media screen and (max-width:575px){.destination__banner-wrapper{height:80%;align-items:flex-end}}.destination__area-wrapper{display:flex;flex-direction:column;gap:32px;margin-top:-20rem;margin-bottom:-20rem}@media screen and (max-width:767px){.destination__area-wrapper{margin-top:-10rem;margin-bottom:-10rem;gap:48px}}.destination__area-item{display:grid;grid-template-columns:1fr 1fr 1fr;gap:72px;padding:8rem 6rem;border-radius:30px;background-color:#131d3a;box-shadow:0 7px 12px rgba(0,0,0,.2);position:relative;z-index:3}@media screen and (max-width:991px){.destination__area-item{gap:32px;padding:4rem}}@media screen and (max-width:767px){.destination__area-item{grid-template-columns:1fr}}@media screen and (max-width:575px){.destination__area-item{padding:4rem 2rem 2rem}}.destination__area-content{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:767px){.destination__area-content{grid-column:span 2}}.destination__area-content span{color:#e4bf43;font-weight:700;text-transform:uppercase}@media screen and (max-width:767px){.destination__area-content span{text-align:center}}@media screen and (max-width:767px){.destination__area-content h2{text-align:center}}.destination__area-content *{color:#fff}.destination__area-image{aspect-ratio:1/1;margin-left:-16rem}@media screen and (max-width:1199px){.destination__area-image{margin-left:-8rem}}@media screen and (max-width:991px){.destination__area-image{margin-left:0;height:250px}}@media screen and (max-width:767px){.destination__area-image{height:350px;margin:-10rem auto 0}}@media screen and (max-width:575px){.destination__area-image{height:275px;margin-top:-6rem}}.destination__area-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;box-shadow:0 7px 12px rgba(0,0,0,.2)}.destination__area-description{font-size:2rem}.destination__area-description ul li::before{background-color:#e4bf43}.destination__repeater-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:32px}@media screen and (max-width:767px){.destination__repeater-wrapper{grid-template-columns:1fr}}.destination__repeater-item{background-color:#131d3a;border-radius:50%;box-shadow:4px 5px 0 #000;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem;text-align:center;gap:16px}.destination__repeater-item h3{color:#e4bf43}@media screen and (max-width:767px){.destination__repeater-item{max-width:300px;margin:0 auto}}.destination__repeater-item *{color:#fff}.s-destination-houses{background-color:#f0eeed;padding-top:26rem}@media screen and (max-width:767px){.s-destination-houses{padding-top:14rem}}.destination__house-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}@media screen and (max-width:991px){.destination__house-wrapper{grid-template-columns:1fr 1fr}}@media screen and (max-width:575px){.destination__house-wrapper{grid-template-columns:1fr}}.destination__no-results{grid-column:span 3}@media screen and (max-width:991px){.destination__no-results{grid-column:span 2}}@media screen and (max-width:575px){.destination__no-results{grid-column:span 1}}.destination__house-item{background-color:#fff;box-shadow:0 7px 12px rgba(0,0,0,.2);border-radius:30px;overflow:hidden;position:relative}.destination__house-content{padding:2rem 2.4rem 3.2rem;display:flex;flex-direction:column;justify-content:flex-end}@media screen and (max-width:767px){.destination__house-content{padding:3rem 1.6rem}}.destination__house-content h2{color:#131d3a;font-size:clamp(2rem,.46vw + 1.83rem,2.5rem);margin-bottom:10px}.destination__house-description{color:#787878;margin-bottom:2.4rem}@media screen and (max-width:767px){.destination__house-description{margin-bottom:1.6rem}}.destination__house-tags{display:flex;gap:8px;flex-wrap:wrap;position:absolute;top:24px;right:20px;padding-left:20px}.destination__house-tag{box-shadow:0 7px 12px rgba(0,0,0,.2);padding:.8rem 1.3rem;border-radius:10px;background-color:#fff;font-weight:700;font-family:"Fira Sans",sans-serif}.destination__location{display:flex;align-items:center;gap:8px;font-weight:700;margin-bottom:10px}@media screen and (max-width:767px){.destination__location{margin-bottom:8px}}.destination__location img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.gallery-detail__hidden-link{display:none}.destination__house-image{position:relative;height:300px;display:block}@media screen and (max-width:767px){.destination__house-image{height:250px}}.destination__house-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.destination__house-image .btn{position:absolute;bottom:16px;left:20px;display:flex;gap:8px;align-items:center}.destination__house-image .btn img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.destinations__house-price{font-weight:700;font-family:"Fira Sans",sans-serif;font-size:clamp(2rem,.73vw + 1.74rem,2.8rem);font-style:italic;padding-top:1.4rem;border-top:3px solid #131d3a}.destinations__label{padding:.3rem 1rem;border-radius:10px;background-color:#e4bf43;color:#000;text-transform:uppercase;font-family:"Fira Sans",sans-serif;display:table;letter-spacing:1.3px;margin-bottom:1.2rem;font-size:12px}.destination__area-filter{margin-bottom:48px;display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap}@media screen and (max-width:575px){.destination__area-filter{justify-content:flex-start;gap:8px}}.area-filter-btn{padding:8px 24px;border:3px solid #000;border-radius:30px;display:flex;align-items:center;gap:8px;text-decoration:none;transition:all 250ms ease-in-out;text-transform:uppercase;font-weight:700}.area-filter-btn.active,.area-filter-btn:hover{background-color:#131d3a;color:#fff;border-color:#000}.area-filter-btn.active img,.area-filter-btn:hover img{filter:invert(1)}.area-filter-btn img{width:16px;height:24px;transition:all 250ms ease-in-out;-o-object-fit:contain;object-fit:contain}.destinations__empty{display:grid;grid-template-columns:1fr 1fr 1fr;border-radius:30px;border:3px solid #131d3a;overflow:hidden;align-items:center;background-color:#fff}@media screen and (max-width:767px){.destinations__empty{grid-template-columns:1fr}}.destinations__empty-image{height:100%;width:100%}@media screen and (max-width:767px){.destinations__empty-image{height:300px}}@media screen and (max-width:575px){.destinations__empty-image{height:200px}}.destinations__empty-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.destinations__empty-content{grid-column:span 2;padding:4rem 5rem}@media screen and (max-width:1199px){.destinations__empty-content{padding:3.2rem}}@media screen and (max-width:991px){.destinations__empty-content{padding:2.4rem}}@media screen and (max-width:767px){.destinations__empty-content{grid-column:span 1}}.destinations__empty-content h3{max-width:500px;margin-bottom:10px}.destinations__empty-icon{margin-bottom:20px}@media screen and (max-width:575px){.destinations__empty-icon{width:40px;height:40px;margin-bottom:10px}}.destinations__empty-inner-content{position:relative;padding-bottom:4rem;margin-bottom:4rem}@media screen and (max-width:575px){.destinations__empty-inner-content{padding-bottom:2rem;margin-bottom:2rem}}.destinations__empty-inner-content::before{position:absolute;content:"";width:30%;height:5px;background-color:#131d3a;bottom:0;left:0;border-radius:10px}.destinations__empty-info{display:flex;gap:32px}@media screen and (max-width:575px){.destinations__empty-info{gap:10px}}.destinations__empty-info-item{background-color:#131d3a;padding:12px 24px;border-radius:30px;color:#fff;font-weight:700;text-transform:uppercase;box-shadow:4px 5px 0 #000;transition:all 250ms ease-in-out;text-decoration:none;font-size:clamp(1.6rem,.37vw + 1.47rem,2rem)}@media screen and (max-width:575px){.destinations__empty-info-item{padding:8px 16px}}.destinations__empty-info-item:hover{transform:translateY(3px);box-shadow:1px 1px 0 #000}.video-ended-buttons{display:flex;gap:15px;margin-top:20px;justify-content:center}.fancybox__container .video-ended-buttons{position:absolute;bottom:50px;left:0;right:0;z-index:10}.importanthouse__house-item{display:grid;grid-template-columns:1fr 1fr 1fr;background-color:#fff;box-shadow:0 7px 12px rgba(0,0,0,.2);border-radius:30px;overflow:hidden;position:relative}@media screen and (max-width:767px){.importanthouse__house-item{grid-template-columns:1fr}}@media screen and (min-width:767px){.importanthouse__house-item .destination__house-content{grid-column:span 2}}.importanthouse__house-item .destinations__label{margin-top:6rem}@media screen and (max-width:767px){.importanthouse__house-item .destinations__label{margin-top:0}}.importanthouse__house-item .destinations__price{margin-bottom:2rem}.importanthouse__house-item .destinations__buttons{justify-content:flex-end}.importanthouse__house-image{width:100%;height:100%;display:block;min-height:400px;position:relative}@media screen and (max-width:767px){.importanthouse__house-image{min-height:340px}}@media screen and (max-width:575px){.importanthouse__house-image{min-height:200px}}.importanthouse__house-image span{position:absolute;bottom:16px;left:20px;display:flex;gap:8px}.importanthouse__house-image span img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.importanthouse__house-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.house__full{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:99;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.house__full.active{opacity:1;visibility:visible}.house__popup{width:60%;border-radius:30px;max-height:90%;box-shadow:0 4px 10px rgba(0,0,0,.3)}@media screen and (max-width:1199px){.house__popup{width:85%}}.house__close{position:absolute;top:10px;right:10px;color:#fff;font-size:40px;font-weight:700;text-align:center;line-height:1;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center}.estate__images{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:12px;margin-top:24px}@media screen and (max-width:991px){.estate__images{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:767px){.estate__images{grid-template-columns:1fr 1fr}}.estate__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px;overflow:hidden}.estate__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px;overflow:hidden}.estate__price{display:flex;align-items:center;gap:12px}.estate__price .estate__price-label,.estate__price .estate__price-value{font-size:clamp(2rem,.73vw + 1.74rem,2.8rem);font-weight:600}.news-detail__wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}@media screen and (max-width:991px){.news-detail__wrapper{grid-template-columns:1fr}}.news-detail__content{grid-column:span 2}.news-detail__side-short-news{margin-bottom:32px}.category__item.--news-detail{position:relative;width:100%;display:block;text-decoration:none;padding:2rem 4rem;border-radius:20px}.category__item.--news-detail::before{position:absolute;content:"";left:0;top:0;width:50%;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.8) .03%,rgba(0,0,0,0) 99.38%);border-radius:10px 0 0 10px;z-index:2}.category__item.--news-detail:hover span{transform:translateX(10px)}.category__item.--news-detail span{position:relative;z-index:2;font-size:20px;font-weight:700;display:block;transition:all 250ms ease-in-out;z-index:3}.news-detail__side-categories .category__list{display:flex;flex-direction:column;gap:12px}.category__image{position:absolute;left:0;top:0;width:100%;height:100%}.category__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.news-detail__content .news__category{padding:1rem 2rem}.news-detail__image{height:600px;margin-bottom:6px}@media screen and (max-width:1399px){.news-detail__image{height:500px}}@media screen and (max-width:1199px){.news-detail__image{height:400px}}.news-detail__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.news-detail__heading{font-size:clamp(2.8rem,1.83vw + 2.14rem,4.8rem)}.news-detail__description{margin-bottom:32px}@media screen and (max-width:991px){.news-detail__description{margin-bottom:24px}}.news-detail__gallery-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:6px;margin-bottom:32px}@media screen and (max-width:991px){.news-detail__gallery-wrapper{margin-bottom:24px}}@media screen and (max-width:1199px){.news-detail__gallery-wrapper{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:767px){.news-detail__gallery-wrapper{grid-template-columns:1fr 1fr}}.news-detail__gallery-item-inner{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all 250ms ease-in-out;height:150px;transition:all 250ms ease-in-out}.news-detail__gallery-item-inner:hover{transform:scale(1.1)}.news-detail__gallery-item-inner span{display:none;transition:all 250ms ease-in-out}.news-detail__gallery-item-inner img{width:100%;height:100%;border-radius:20px;-o-object-fit:cover;object-fit:cover;transition:all 250ms ease-in-out}.news-detail__gallery-item{position:relative;overflow:hidden;border-radius:20px;height:200px}@media screen and (max-width:991px){.news-detail__gallery-item{height:150px}}.news-detail__gallery-item:nth-child(4) span{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;font-size:48px;color:#fff;font-weight:700}.news__no-news{background-color:#efeeed;color:#191919;padding:3rem;grid-column:span 3;text-align:center;border-radius:20px}.news__date{display:flex;align-items:center;gap:8px}.news-detail__gallery-item img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.news__category-detail{display:table;padding:1rem 2rem;border-radius:20px;color:#fff}.news__category-wrapper{display:flex;align-items:center;gap:16px}.news__category-wrapper span{font-size:16px;font-weight:700;color:#191919}.s-news{background-color:#efeeed;overflow:hidden;border-radius:20px}.heading__wrapper{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:48px;flex-wrap:wrap}.heading__wrapper .btn{margin:0}.news__wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}@media screen and (max-width:1199px){.news__wrapper{grid-template-columns:1fr 1fr}}@media screen and (max-width:991px){.news__wrapper{gap:16px}}@media screen and (max-width:575px){.news__wrapper{grid-template-columns:1fr}}.news__item{position:relative;text-decoration:none;display:flex;flex-direction:column;border-radius:20px;overflow:hidden}.news__item:hover .news__image img{transform:scale(1.1)}.news__category{position:absolute;top:15px;left:15px;padding:8px 16px;z-index:2;color:#fff;border-radius:20px}.news__content{padding:3rem;flex-grow:1;display:flex;flex-direction:column;background-color:#fff}@media screen and (max-width:991px){.news__content{padding:1.8rem}}@media screen and (max-width:575px){.news__content{padding:2rem 1.6rem}}.news__content p{font-size:16px;margin-bottom:24px;flex-grow:1}.news__name{font-size:24px;margin-bottom:16px}.news__bottom{display:flex;justify-content:space-between;gap:16px}.news__button{color:#131d3a}.news__image{height:300px;overflow:hidden;display:flex;align-items:center;justify-content:center}@media screen and (max-width:575px){.news__image{height:250px}}.news__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all 250ms ease-in-out}.news__image .news__image-logo{width:50%;height:50%;-o-object-fit:contain;object-fit:contain}.pagination{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:24px}a[href$=".pdf"]::before{background-image:url(../img/files/pdf.svg)}a[href$=".doc"]::before,a[href$=".docx"]::before{background-image:url(../img/files/word.svg)}a[href$=".xls"]::before,a[href$=".xlsx"]::before{background-image:url(../img/files/excel.svg)}a[href$=".jpeg"]::before,a[href$=".jpg"]::before,a[href$=".png"]::before,a[href$=".svg"]::before{background-image:url(../img/files/jpg.svg)}.files__wrapper{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:32px}.files__item{width:calc(50% - 16px);display:flex;align-items:center;transition:all 250ms ease-in-out;position:relative;color:#191919}.files__item a,.files__item div{color:#191919;text-decoration:none}.files__item:hover{transform:translate(0,-5px)}@media (max-width:991px){.files__item{width:100%}}.files__item-file-type{width:100%;position:relative;padding:16px 20px 16px 50px;font-weight:700;word-break:break-word;border-radius:20px;background-color:#fff}.files__item-file-type::before{position:absolute;content:"";top:50%;left:15px;width:30px;height:30px;background-position:center;background-size:contain;background-repeat:no-repeat;transform:translate(0,-50%)}