@charset "UTF-8";@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}.rc-checkbox{cursor:pointer;display:inline-block;line-height:1;outline:none;position:relative;vertical-align:middle;white-space:nowrap}.rc-checkbox-input:focus+.rc-checkbox-inner,.rc-checkbox:hover .rc-checkbox-inner{border-color:#3dbcf6}.rc-checkbox-inner{background-color:#fff;border:1px solid #d9d9d9;border-radius:3px;display:inline-block;height:14px;left:0;position:relative;top:0;transition:border-color .3s cubic-bezier(.68,-.55,.27,1.55),background-color .3s cubic-bezier(.68,-.55,.27,1.55);width:14px}.rc-checkbox-inner:after{animation-duration:.3s;animation-name:amCheckboxOut;animation-timing-function:cubic-bezier(.68,-.55,.27,1.55);border:2px solid #fff;border-left:0;border-top:0;content:" ";display:table;height:8px;left:4px;position:absolute;top:1px;transform:rotate(45deg);width:5px}.rc-checkbox-input{bottom:0;cursor:pointer;left:0;opacity:0;position:absolute;right:0;top:0;z-index:9999}.rc-checkbox-checked:hover .rc-checkbox-inner{border-color:#3dbcf6}.rc-checkbox-checked .rc-checkbox-inner{background-color:#3dbcf6;border-color:#3dbcf6}.rc-checkbox-checked .rc-checkbox-inner:after{animation-duration:.3s;animation-name:amCheckboxOut;animation-timing-function:cubic-bezier(.68,-.55,.27,1.55);border:2px solid #fff;border-left:0;border-top:0;content:" ";display:table;height:8px;left:4px;position:absolute;top:1px;transform:rotate(45deg);width:5px}@media print{.rc-checkbox-checked .rc-checkbox-inner{box-shadow:inset 0 0 0 16px #3dbcf6}}.rc-checkbox-disabled.rc-checkbox-checked:hover .rc-checkbox-inner{border-color:#d9d9d9}.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner{background-color:#f3f3f3;border-color:#d9d9d9}.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner:after{animation-name:none;border-color:#ccc}@media print{.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner{box-shadow:inset 0 0 0 16px #f3f3f3}}.rc-checkbox-disabled:hover .rc-checkbox-inner{border-color:#d9d9d9}.rc-checkbox-disabled .rc-checkbox-inner{background-color:#f3f3f3;border-color:#d9d9d9}.rc-checkbox-disabled .rc-checkbox-inner:after{animation-name:none;border-color:#f3f3f3}.rc-checkbox-disabled .rc-checkbox-input{cursor:default}@keyframes amCheckboxIn{0%{opacity:0;transform:scale(0) rotate(45deg);transform-origin:50% 50%}to{opacity:1;transform:scale(1) rotate(45deg);transform-origin:50% 50%}}@keyframes amCheckboxOut{0%{opacity:1}to{opacity:0}}:root{--color-danger:#ef4444;--color-warning:#f96;--color-danger-bg:#fadfe2;--color-warning-bg:#faedf0;--default-font-size:1rem;--border-radius:15px;--border-radius-md:20px;--border-radius-lg:25px;--color-0:#fff;--color-100:#f9fafb;--color-120:#f5f5f5;--color-150:#efefef;--color-180:#e0e0e0;--color-200:#ddd;--color-300:#a49f9f;--color-400:#666;--color-500:#333;--color-600:#111;--color-700:#000;--color-contrast:#1668e3;--color-contrast-dark:#1155b3;--color-contrast-2:#191e3b;--color-contrast-rgb:25,30,59;--color-contrast-light:#daeaffb3;--color-contrast-light-hex:#daeaff;--color-success:#366e34;--color-success-light:#eafaf1;--color-star:#ffb700;--color-text:#222;--color-text-light:var(--color-300);--color-text-lightest:var(--color-0);--color-bg:var(--color-100);--color-bg-light:var(--color-0);--color-dark:var(--color-500);--color-hover:var(--color-150);--color-border:var(--color-200);--color-client:#1668e3}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.image-gallery-icon{-webkit-appearance:none;appearance:none;background-color:#0000;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5));outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-bottom-nav,.image-gallery-top-nav{left:50%;padding:10px;transform:translateX(-50%)}.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:120px;width:90px}@media(max-width:768px){.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width:480px){.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-bottom-nav[disabled],.image-gallery-top-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;touch-action:none;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;transform:scale(1.2)}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{bottom:auto;left:20px;right:auto;top:50%;transform:translateY(-50%);width:auto}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width:768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media(max-width:480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{background:#0000;border:4px solid #0000;display:inline-block;padding:0;transition:border .3s ease-out;width:100px}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid #0000;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}*,:after,:before{box-sizing:border-box}a,b,blockquote,body,canvas,caption,code,div,em,embed,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,li,main,nav,object,ol,p,pre,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,video{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;border:0;font-size:100%;font:inherit;margin:0;padding:0;text-rendering:optimizeLegibility;vertical-align:initial}input,textarea{font-family:inherit}textarea{outline:none}footer,header,main,nav,section{display:block}body{line-height:1;overflow-x:hidden}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;appearance:none;border:none;border-radius:0}input:active,input:focus,input:hover{outline:none}#root,body,html{min-height:100%;touch-action:manipulation;width:100%}.app{background-color:var(--color-bg);color:var(--color-text);display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;width:100%}.page-wrapper{align-items:center;display:flex;flex:0 0 100%;justify-content:center;margin-top:40px;min-height:600px}.title{margin-bottom:10px}.title,.title-light{font-size:1.25rem;font-weight:700}.title-light{color:var(--color-text-lightest);text-shadow:3px 3px 4px #000000bf}.highlight{color:var(--color-warning);font-weight:600}.default-shadow{border:1px solid var(--color-border);border-radius:var(--border-radius-lg);box-shadow:0 0 10px 0 #00000026}.default-shadow:has(.title-header-grey){overflow:hidden}.default-shadow .title-header-grey{background-color:#f4f5f5;border-bottom:1px solid var(--color-border);line-height:1;margin:-30px -20px 20px;padding:25px 20px 15px;width:calc(100% + 40px)}.default-shadow .title-header-grey .tab{margin-bottom:10px}.default-shadow .title-footer-grey{background-color:#f4f5f5;border-top:1px solid var(--color-border);line-height:1;margin:20px -20px -20px;padding:15px 20px;width:calc(100% + 40px)}.text-blicked-red{animation:blink .5s alternate;animation-iteration-count:10;color:var(--color-danger)}.mh-15{margin-left:15px;margin-right:15px}@keyframes blink{0%{color:var(--color-danger)}to{color:#ccc}}.cookie-policy{background-color:var(--color-bg-light);border-top:1px solid var(--color-contrast);bottom:0;color:var(--color-700);left:0;padding:20px 30px;position:fixed;right:0;z-index:9}.cookie-policy-content{display:flex}.cookie-policy-content a{color:#0097d0}.cookie-policy-buttons{display:flex;flex:0 0 30%;justify-content:flex-end}@media (max-width:768px){.cookie-policy-buttons{flex:0 0 100%;margin-top:10px}.cookie-policy-buttons .btn{width:100%}.cookie-policy-content{flex-direction:column}}.daterangepicker-wr{background:var(--color-bg-light);border:1px solid var(--color-border);border-radius:var(--border-radius);overflow:hidden;padding:10px;position:absolute;z-index:3}.daterangepicker-wr-right{right:0}.rtl .daterangepicker-wr-right{left:0;right:auto}.rtl .daterangepicker-wr{direction:rtl}.daterangepicker-separate{display:flex;gap:20px}.daterangepicker-bottom{background-color:var(--color-bg-light);border-top:1px solid var(--color-border);direction:ltr;display:flex;flex-direction:column;justify-content:flex-end;padding:10px}.rtl .daterangepicker-bottom{direction:rtl}.rtl .daterangepicker-bottom svg{transform:rotate(180deg)}.rdrMonth{height:270px;padding:0 10px!important}.rdrDayNumber{font-size:.9rem}.rdrMonthName{font-size:1rem;margin-bottom:5px;padding:5px!important;text-align:center!important}.rdrWeekDay{font-size:.85rem}.rdrDay{height:35px!important}.rdrDay:has(.rdrEndEdge) .rdrDayNumber,.rdrDay:has(.rdrStartEdge) .rdrDayNumber{font-weight:600!important}.rdrMonthAndYearPickers select{font-size:.9rem}.rdrMonthAndYearWrapper{height:45px!important;padding-top:5px!important}.rdrDayCustom{font-size:.75rem!important;line-height:1!important}.rdrWeekDays .rdrWeekDay{font-weight:600!important}.rdrDateDisplayWrapper,.rdrDefinedRangesWrapper{display:none}.rdrDayCustom{display:flex;flex-direction:column;font-size:.6rem;line-height:1.4}.rdrDayCustom .price{color:var(--color-contrast)}.loader-main{align-items:flex-start;display:flex;justify-content:center;left:calc(50vw - 300px);position:fixed;right:calc(50vw - 300px);top:10vh;z-index:1000}.loader-main-payment{-webkit-backdrop-filter:brightness(.7);backdrop-filter:brightness(.7);height:100vh;left:0;padding-top:10vh;right:0;top:0}.loader-main-content{align-items:center;background-color:var(--color-bg);border-radius:var(--border-radius);display:flex;flex-direction:column;height:auto;justify-content:center;max-width:90vw;padding:20px;text-align:center;width:600px}.loader-main-content table{width:100%!important}.loader-main-content table td{background-color:var(--color-bg)!important}.loader-main-content div{width:100%!important}.loader-main.loader-main-nocontent{top:30vh}.loader-main.loader-main-nocontent .loader-main-content{background-color:initial;border:none;box-shadow:none;padding:0;width:auto}.loader-main img{height:auto;margin-top:auto;max-height:180px;width:auto}.form-group-calendar .rdrCalendarWr{border:1px solid var(--color-border);border-radius:var(--border-radius);left:0;overflow:hidden;position:absolute;top:58px;z-index:1}.grecaptcha-badge{z-index:6}.select-custom__value-container{height:100%!important;padding:11px 12px!important;width:100%}.select-custom__ltr_option{direction:ltr}.select-custom__rtl_option{direction:rtl}.select-custom__highlighted .select-custom__single-value{opacity:0}.select-custom__only-ltr{direction:ltr}.select-custom__transfer .select-custom__group{padding:0}.select-custom__transfer .select-custom__group-heading{background-color:rgba(var(--color-contrast-rgb),.2);color:var(--color-text);font-weight:600;padding:12px 10px}.select-custom__transfer .select-custom__group div:last-child{max-height:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-custom__transfer .select-custom__menu-list{max-height:none;overflow:hidden;padding-top:0}.select-custom__transfer .select-custom__menu-list:has(.select-custom__menu-notice--no-options){height:auto}.select-custom__single-value{height:100%;margin:0!important;pointer-events:none;width:100%}.select-custom__control{border-color:var(--color-border)!important;border-radius:var(--border-radius)!important;height:38px!important;min-width:38px}.select-custom__control--is-focused{border-color:var(--color-contrast)!important;box-shadow:none!important}.select-custom__input-container{height:100%;margin:0!important;padding:0!important;width:100%}.select-custom__invalid .select-custom__control{border-color:var(--color-danger)!important}.select-custom__high .select-custom__control{border-radius:var(--border-radius);min-height:48px}.select-custom__high .select-custom__value-container{padding:15px 12px 5px!important}.select-custom__multi .select-custom__control{height:auto!important}.select-custom__dropdown-indicator{display:none!important}.select-custom__menu-portal{z-index:10000!important}.select-custom__menu-peleg{font-size:.8rem}.select-custom__menu-long .select-custom__menu{min-width:220px}.select-custom__menu-longer .select-custom__menu{min-width:270px}.select-custom__menu-left .select-custom__menu{right:0}.rtl .select-custom__menu-left .select-custom__menu{left:0;right:auto}.radio-btn{align-items:center;display:flex;padding-bottom:10px}.radio-btn-circle{-webkit-margin-end:10px;border:1px solid var(--color-border);border-radius:50%;cursor:pointer;margin-inline-end:10px;min-height:20px;min-width:20px;position:relative}.radio-btn-circle.active{background-color:var(--color-contrast);border-color:var(--color-contrast)}.radio-btn-circle.active:after{background-color:#fff;border-radius:50%;content:"";height:10px;left:4px;position:absolute;top:4px;width:10px}:root .rdp,:root .rdp-root{--rdp-accent-color:var(--color-contrast)!important;--rdp-accent-background-color:var(--color-contrast-light)!important;--rdp-range_middle-background-color:var(--color-contrast-light)!important;--rdp-range_middle-color:var(--color-contrast)!important;--rdp-range_start-color:#fff!important;--rdp-range_end-color:#fff!important;--rdp-day-width:44px!important;--rdp-day-height:34px!important;--rdp-day_button-width:44px!important;--rdp-day_button-height:34px!important;--rdp-day_button-border-radius:15px!important}:root .rdp .rdp-selected,:root .rdp-root .rdp-selected{font-size:1rem}.tt{background-color:#000000bf;border-radius:4px;box-shadow:0 4px 6px #0000001a;color:#fff;font-size:12px;left:50%;max-width:calc(100vw - 20px);min-height:26px;padding:8px;pointer-events:none;position:fixed;transform:translateX(-50%);transition:opacity .2s ease;white-space:normal;z-index:10011}.tt-wrapper{display:inline-block;position:relative}.tt:before{border-left:5px solid #0000;border-right:5px solid #0000;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.tt-no-plague:before{display:none}.tt.top:before{border-top:5px solid #333;bottom:-5px}.tt.bottom:before{border-bottom:5px solid #333;top:-5px}.tt-content{word-wrap:break-word;max-width:200px;max-width:calc(100vw - 36px);overflow-wrap:anywhere;width:-webkit-max-content;width:max-content}.tt.top{bottom:100%;margin-bottom:5px}.tt.bottom{margin-top:5px;top:100%}.tt-multi-line .tt-content{min-width:200px}.dyn-change-header{background-color:var(--color-bg-light);flex-direction:row!important}.dyn-change-header .select-custom__control{background-color:initial;border:none;border-radius:15px}.rtl .dyn-change-header svg{transform:rotate(180deg)}.dyn-change-header .btn{box-shadow:none}.rtl .rdrDayEndOfMonth .rdrInRange,.rtl .rdrDayEndOfMonth .rdrStartEdge,.rtl .rdrDayEndOfWeek .rdrInRange,.rtl .rdrDayEndOfWeek .rdrStartEdge,.rtl .rdrEndEdge{border-bottom-left-radius:1.042em;border-bottom-right-radius:0;border-top-left-radius:1.042em;border-top-right-radius:0;left:2px;right:0}.rtl .rdrDayStartOfMonth .rdrEndEdge,.rtl .rdrDayStartOfWeek .rdrEndEdge,.rtl .rdrDayStartOfWeek .rdrInRange,.rtl .rdrStartEdge{border-bottom-left-radius:0;border-bottom-right-radius:1.042em;border-top-left-radius:0;border-top-right-radius:1.042em;left:0;right:2px}.rtl .rdrDayStartOfMonth .rdrDayInPreview,.rtl .rdrDayStartOfMonth .rdrDayStartPreview,.rtl .rdrDayStartOfWeek .rdrDayInPreview,.rtl .rdrDayStartOfWeek .rdrDayStartPreview{border-bottom-left-radius:0;border-bottom-right-radius:1.042em;border-top-left-radius:0;border-top-right-radius:1.042em}.rtl .rdrDayEndOfWeek .rdrDayInPreview,.rtl .rdrDayEndPreview{border-bottom-left-radius:1.042em;border-bottom-right-radius:0;border-top-left-radius:1.042em;border-top-right-radius:0}.rtl .rdrNextPrevButton{transform:rotate(180deg)}.rtl .rdrNextButton i,.rtl .rdrPprevButton i{transform:translate(-3px)}.rtl .rdrDayHovered .rdrDayStartPreview.rdrDayEndPreview{border-radius:1.042em!important}.rtl .rdrDayHovered .rdrDayStartPreview{border-bottom-left-radius:0;border-bottom-right-radius:1.042em;border-top-left-radius:0;border-top-right-radius:1.042em}.rtl .rdrDayHovered .rdrDayEndPreview{border-bottom-left-radius:1.042em;border-bottom-right-radius:0;border-top-left-radius:1.042em;border-top-right-radius:0}.movable-placeholder{color:var(--color-text-light);left:35px;pointer-events:none;position:absolute;top:16px;transition:all .2s ease-in-out}.rtl .movable-placeholder{left:auto;right:35px}.movable-placeholder-sm .movable-placeholder{top:10px}.movable-placeholder-sm .movable-placeholder-input.form-control{padding:5px 10px 5px 35px}.movable-placeholder-sm .movable-placeholder-input-noicon.form-control,.rtl .movable-placeholder-sm .movable-placeholder-input.form-control{padding:5px 10px 5px 15px}.movable-placeholder-sm .movable-placeholder-input.form-control{min-height:36px}.movable-placeholder-sm .movable-placeholder.small{background-color:#fff;top:-5px}.movable-placeholder-sm .movable-placeholder-icon{height:38px}.movable-placeholder.small{font-size:12px;left:35px;top:5px}.rtl .movable-placeholder.small{left:auto;right:35px}.movable-placeholder.noicon{left:15px}.rtl .movable-placeholder.noicon{left:auto;right:15px}.movable-placeholder.noicon.small{left:15px}.rtl .movable-placeholder.noicon.small{left:auto;right:15px}.movable-placeholder-input-noicon{left:0}.rtl .movable-placeholder-input-noicon{right:0}.movable-placeholder-input.form-control{min-height:48px;padding:21px 5px 5px 35px}.rtl .movable-placeholder-input.form-control{padding:21px 35px 5px 5px}.movable-placeholder-input .select-custom__control{border-radius:var(--border-radius);min-height:48px}.movable-placeholder-input .select-custom__value-container{padding:21px 5px 5px 35px!important}.rtl .movable-placeholder-input .select-custom__value-container{padding:21px 35px 5px 10px!important}.movable-placeholder-input-noicon.form-control{padding:21px 10px 5px 15px}.rtl .movable-placeholder-input-noicon.form-control{padding:21px 15px 5px 10px}.movable-placeholder-input-noicon .select-custom__value-container{padding:21px 5px 5px 15px!important}.rtl .movable-placeholder-input-noicon .select-custom__value-container{padding:21px 15px 5px 10px!important}.movable-placeholder-icon{align-items:center;display:flex;font-size:14px;height:100%;justify-content:center;pointer-events:none;position:absolute;top:0;width:35px}.movable-placeholder-icon img{border:1px solid var(--color-border);height:auto!important}.movable-placeholder-xsm .form-control.movable-placeholder-input{font-size:.8rem;height:30px;min-height:30px}.movable-placeholder-xsm .movable-placeholder{font-size:.8rem}.movable-placeholder-xsm .movable-placeholder.small{font-size:.7rem}.movable-placeholder-xsm .movable-placeholder-icon{height:30px}.rtl .movable-placeholder-input-sm .movable-placeholder-input .select-custom__value-container{padding:11px 12px!important}.movable-placeholder-input-sm .select-custom__control{min-height:38px}.movable-placeholder-input-sm.movable-placeholder-input-noicon .select-custom__value-container{padding:10px 5px 10px 15px!important}.movable-placeholder-input-sm .movable-placeholder{top:12px}.movable-placeholder-input-sm .movable-placeholder.small{background-color:var(--color-bg);padding:0 2px;top:-5px}.movable-placeholder-datepicker-sm .movable-placeholder-input.form-control{min-height:38px;padding:12px 10px 14px 15px}.movable-placeholder-datepicker-sm .movable-placeholder.small.noicon{background-color:var(--color-bg);left:30px;padding:0 2px;top:-6px}.carousel.carousel-slider .control-arrow{background-color:var(--color-bg);border-radius:100%;bottom:47%;top:auto}.carousel.carousel-slider .control-arrow.control-prev:before{margin:0 12px 0 9px}.carousel.carousel-slider .control-arrow.control-next:before{margin:0 9px 0 12px}.time-picker{background-color:var(--color-bg-light);border:1px solid var(--color-border);border-radius:var(--border-radius);direction:ltr;display:flex;height:120px;justify-content:space-between;padding:10px;position:absolute;top:58px;-webkit-user-select:none;user-select:none;width:200px;z-index:3}.time-picker-col{align-items:center;display:flex;flex:0 0 45%;flex-direction:column}.time-picker-col input{border:1px solid var(--color-border);border-radius:var(--border-radius);padding:10px 0;text-align:center;width:50px}.time-picker-col svg{cursor:pointer;height:24px;padding:5px}.time-picker-divider{align-items:center;display:flex;flex:0 0 10%;font-size:20px;justify-content:center}.switcher{display:flex;flex-direction:column;gap:5px;margin-top:10px;padding:7px}.switcher,.switcher-item{border:1px solid var(--color-border);border-radius:var(--border-radius)}.switcher-item{cursor:pointer;flex:1 1;padding:10px;text-align:center}.switcher-item.active{background-color:var(--color-contrast);color:var(--color-0)}.pay-wrapper{align-items:center;border:1px solid #ccc;border-radius:10px;box-shadow:0 0 10px #ccc;padding:82px 30px 38px;position:absolute;width:470px}.pay-2{display:flex;flex-direction:row;justify-content:space-between;width:100%}.pay-2,.pay-3{height:38px;margin-bottom:12px}.pay-3{margin-left:auto;width:80%}.pay-21{margin-bottom:21px}.pay-7{margin-top:79px}.book-payment-wr{max-width:none!important;width:100%!important}.book-payment-wr iframe{position:relative;z-index:2}.pac-container .pac-item{color:var(--color-300);font-size:1rem;padding:2px 10px!important}.rtl .pac-container .pac-item{text-align:right}.pac-container .pac-item-query{font-size:1rem!important}body:has(.ltr-autocomplete) .pac-container{direction:ltr}body:has(.ltr-autocomplete) .pac-container .pac-item{text-align:left}body:has(.rtl-autocomplete) .pac-container{direction:rtl}body:has(.rtl-autocomplete) .pac-container .pac-item{text-align:right}.c-dropdown{-webkit-margin-start:5px;display:inline-block;margin-inline-start:5px;position:relative}.c-dropdown-empty{-webkit-margin-start:0;margin-inline-start:0}.c-dropdown-empty .c-dropdown-opener{border:none;padding:0}.c-dropdown-concat .c-dropdown-row{font-size:.8rem}.c-dropdown-concat .c-dropdown-row.nounderline{border-bottom:0;margin-bottom:0;padding-bottom:6px}.c-dropdown-concat .c-dropdown-row input{font-size:.8rem}.c-dropdown-opener{border:1px solid var(--color-border);border-radius:var(--border-radius);cursor:pointer;padding:8px}.c-dropdown-content{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--border-radius);position:absolute;right:0;top:23px;z-index:10}.c-dropdown-row{cursor:pointer;padding:10px 15px;white-space:nowrap}.c-dropdown-row.c-dropdown-row-nounderline{border-bottom:0}.c-dropdown-row:hover{background-color:var(--color-hover)}.c-dropdown-row:not(:last-child){border-bottom:1px solid var(--color-border)}.dropdown-multi{background-color:var(--color-bg-light);border-radius:4px;box-shadow:0 0 0 1px #0000001a,0 4px 11px #0000001a;max-height:300px;position:absolute;top:56px;z-index:1}.dropdown-multi-input:focus{border-color:var(--color-contrast)}.dropdown-multi-item-wr{background-color:var(--color-bg-light);border:1px solid var(--color-border);border-radius:4px;max-height:100%;overflow-y:auto;padding:5px 0;width:400px}.dropdown-multi-option{cursor:pointer;padding:8px 12px}.dropdown-multi-option.active{background-color:var(--color-contrast-light)}.dropdown-multi-option:hover{background-color:var(--color-hover)}.dropdown-multi-option.selected{background-color:rgba(var(--color-contrast-rgb),.5)}.dropdown-multi-option-rtl{direction:rtl}.dropdown-multi-option-rtl svg{transform:rotate(180deg)}.dropdown-multi-option-ltr{direction:ltr}.dropdown-multi-many{display:flex;padding:5px}.dropdown-multi-single{width:100%}.dropdown-multi-single .dropdown-multi-item{border:none;max-height:300px}.dropdown-multi-single .dropdown-multi-item-wr{padding:0;width:100%}.slick-arrow{opacity:1;transform:scale(2);z-index:1}.slick-next:before,.slick-prev:before{color:var(--color-border)}.slick-prev{left:15px}.slick-next{right:15px}@media (max-width:1250px){.sort-responsive{flex-direction:column}.sort-responsive .sort-responsive-content{height:100%;width:100%}.sort-responsive .results-responsive-header{background:#0000}.c-dropdown{-webkit-margin-start:0;margin-top:10px;margin-inline-start:0}}.loader-points{align-self:center;box-sizing:border-box;display:flex;position:absolute;right:10px;top:calc(50% - 3px);transition:color .15s}.rtl .loader-points{left:10px;right:auto}.loader-points span{background-color:var(--color-contrast);border-radius:6px;display:inline-block;height:6px;margin-inline:1px;width:6px}.loader-points span:first-child{animation:loader-points-1 1s ease-in-out 0ms infinite}.loader-points span:nth-child(2){animation:loader-points-2 1s ease-in-out 0ms infinite}.loader-points span:nth-child(3){animation:loader-points-3 1s ease-in-out 0ms infinite}.gm-style-iw-chr{height:10px}.gallery-ico{background:rgba(var(--color-contrast-rgb),.8);border-radius:var(--border-radius);color:var(--color-0);cursor:pointer;font-size:.8rem;left:15px;padding:5px 10px;position:absolute;top:0;z-index:1}.gallery-ico svg{-webkit-margin-end:5px;margin-inline-end:5px}.gallery__wr .slick-slider{height:440px}.gallery__wr .slick-list{height:430px}.gallery__wr .slick-slide div{height:440px;padding:10px}.gallery__wr .slick-slide img{border-radius:var(--border-radius);width:100%}.ploader-backdrop{inset:0;position:absolute}.ploader-backdrop,.ploader-content{align-items:center;display:flex;justify-content:center}.ploader-content{border-radius:var(--border-radius);box-shadow:0 0 10px 0 #00000026;flex-direction:column;gap:14px;height:400px;max-width:94%;width:600px}.ploader-icon{animation:spin 1.1s linear infinite;font-size:42px}.ploader-text{animation:pulse 1.4s ease-in-out infinite;font-size:1rem;letter-spacing:.08em;text-transform:uppercase}@keyframes spin{to{transform:rotate(1turn)}}.accordion{background-color:#eee;border:none;color:#444;cursor:pointer;margin-bottom:5px;outline:none;padding:18px;text-align:left;transition:.4s;width:100%}.accordion.active,.accordion:hover{background-color:#ccc}.panel{background-color:#fff;max-height:0;overflow:hidden;padding:0 18px;transition:max-height .2s ease-out}.fl-sale{border:1px solid var(--color-border);border-radius:var(--border-radius);height:calc(100% - 20px);margin:10px 0;padding:10px}.fl-sale .fl-sale-img{height:80px}.fl-sale .fl-sale-img img{max-height:80px;max-width:100%}.daterangepicker-wr,.rdrCalendarWr{box-shadow:0 0 10px 0 #00000026}.daterangepicker-wr .rdrMonthName,.daterangepicker-wr .rdrMonthPicker select,.daterangepicker-wr .rdrWeekDay,.daterangepicker-wr .rdrYearPicker select,.rdrCalendarWr .rdrMonthName,.rdrCalendarWr .rdrMonthPicker select,.rdrCalendarWr .rdrWeekDay,.rdrCalendarWr .rdrYearPicker select{color:var(--color-600)}.daterangepicker-wr .rdrEndEdge,.daterangepicker-wr .rdrStartEdge,.rdrCalendarWr .rdrEndEdge,.rdrCalendarWr .rdrStartEdge{background-color:var(--color-contrast-dark)!important;border-radius:1.042em;bottom:1px!important;left:-4px!important;right:-4px!important;top:1px!important}.dropdown-multi,.room-dropdown{box-shadow:0 0 10px 0 #00000026}.form-control{box-shadow:0 0 10px 0 #0000001a}.select-custom__menu{box-shadow:0 0 10px 0 #00000026!important}.select-custom__control{box-shadow:0 0 10px 0 #0000001a}.btn{box-shadow:0 0 10px 0 #00000026}.select-custom__control--is-focused:before{border:2px solid var(--color-contrast-2);border-radius:inherit;bottom:-2px;content:"";left:-2px;pointer-events:none;position:absolute;right:-2px;top:-2px}.form-control:focus{border:2px solid var(--color-contrast-2)!important}.form-group-calendar:has(.rdrCalendarWr) .form-control:before,.form-group:has(.time-picker) .form-control:before,.persons-wrapper:has(.persons) .form-control:before,.position-relative:has(.daterangepicker-wr) .form-control:before{border:2px solid var(--color-contrast-2);border-radius:inherit;bottom:-2px;content:"";left:-2px;pointer-events:none;position:abolute;right:-2px;top:-2px}@media (max-width:768px){.daterangepicker-separate{flex-direction:column}.fl-sale{height:240px;min-width:160px}.fl-sale .flex-between{flex-direction:column}.fl-sale .w50p{width:100%}.fl-sale img{height:50px;margin:10px auto 0;width:auto}.dropdown-multi-many{flex-direction:column;max-width:600px}.dropdown-multi-many .dropdown-multi-item-wr{height:200px;width:100%}}@media (max-width:500px){.pay-wrapper{left:23px;padding:108px 30px 35px;right:23px;top:20px;width:auto!important}}@keyframes loader-points-1{0%,80%,to{opacity:0}40%{opacity:1}}@keyframes loader-points-2{33%,to{opacity:0}66%{opacity:1}}@keyframes loader-points-3{33%,66%{opacity:0}to{opacity:1}}.hotel-config-list-mode .select-custom__menu{width:340px}.footer{display:flex;flex-wrap:wrap;line-height:1.5;margin:0 auto;max-width:1330px}.footer,.footer a{color:var(--color-text-lightest)}.footer a{text-decoration:none;transition:color .3s}.footer a:hover{color:var(--color-text-light)}.footer .h3{font-weight:700;margin-bottom:5px}.footer-wrapper{background-color:var(--color-contrast-2);border-top:1px solid var(--color-border);margin-top:auto;padding:40px 20px}.footer-wrapper .flex-row{justify-content:center}.footer img{height:40px}.footer-social{display:flex;margin-bottom:18px}.footer-social svg{cursor:pointer;height:24px;margin-right:10px;width:24px}@media (max-width:768px){.footer{font-size:.9rem}.footer-wrapper{justify-content:center;padding:30px 0 20px;text-align:center}.footer-social{justify-content:center;margin-bottom:10px}.footer .col-12,.footer .col-6{margin-bottom:20px}}.header{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 1px 2px 0 #00000028;display:flex;flex-direction:row;justify-content:space-between;left:0;padding:0 10px;position:-webkit-sticky;position:sticky;right:0;top:0;z-index:110}.header-search{display:none}.header-flags,.header-oposite{-webkit-margin-start:auto;margin-inline-start:auto}.header-flags{-webkit-padding-end:10px;display:flex;flex-direction:row;margin-block:auto;padding-inline-end:10px}.header-flags img{cursor:pointer;width:20px}.header-fields{display:flex;flex-direction:row;justify-content:flex-start;width:100%}.header-logo{-webkit-margin-end:10px;align-items:center;display:flex;height:36px;margin-inline-end:10px}.header-dropdown{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--border-radius);color:var(--color-text);display:none;flex-direction:column;position:absolute;right:0;top:46px;z-index:10}.rtl .header-dropdown{left:0;right:auto}.header-dropdown-sm{right:auto}.rtl .header-dropdown-sm{left:auto}.header-dropdown-row,.header-dropdown-sm .header-dropdown-row{white-space:nowrap}.header-dropdown-row:not(:last-child){border-bottom:1px solid var(--color-border)}.header-dropdown-row a{color:var(--color-text);cursor:pointer;display:block;padding:6px 20px}.header-dropdown-row .cur-poi{padding:6px 20px}.header-dropdown.open{display:flex}.header-cell{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:5px 0;position:relative}.header-cell-text{color:var(--color-text-lightest);padding:10px 12px}.header-cell-text:hover{background-color:var(--color-hover);border-radius:9999px;color:var(--color-text);cursor:pointer}.header-cell-text:hover svg{color:var(--color-text)}.header-cell-text .fa-chevron-down{-webkit-padding-start:5px;color:var(--color-text-lightest);font-size:.5rem;padding-inline-start:5px;vertical-align:middle}.header-cell-last svg{background-color:var(--color-bg-light);border-radius:50%;color:var(--color-text-light);cursor:pointer;font-size:16px;padding:10px}.s-history{align-items:center;display:flex;position:relative;top:0}.s-history-icon{border-radius:999px;color:var(--color-0);cursor:pointer;padding:5px}.s-history-icon:hover{background-color:var(--color-0);color:var(--color-300)}.s-history-header{color:var(--color-text-lightest);font-size:24px;padding:10px 15px;text-shadow:0 3px 3px #000}.s-history-content{max-height:300px;overflow-y:auto}.s-history-short .s-history-content{max-height:100px}.s-history-name{font-size:.8rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.s-history-row{background-color:var(--color-bg-light);border-radius:var(--border-radius);box-shadow:0 0 10px 0 #0003;cursor:pointer;font-size:1rem;margin:10px 5px;padding:15px}.s-history-row svg{color:var(--color-contrast)}.s-history-row:hover{background-color:var(--color-100)}.s-history-wrapper{height:344px;min-width:330px}.hamburger{display:none;position:relative}.hamburger #hamburger__toggle{opacity:0}.hamburger #hamburger__toggle:checked+.hamburger__btn>span{transform:rotate(45deg)}.hamburger #hamburger__toggle:checked+.hamburger__btn>span:before{top:0;transform:rotate(0deg)}.hamburger #hamburger__toggle:checked+.hamburger__btn>span:after{top:0;transform:rotate(90deg)}.hamburger #hamburger__toggle:checked~.hamburger__box{left:0!important}.hamburger .hamburger__btn{cursor:pointer;height:26px;position:absolute;right:0;top:8px;width:26px;z-index:1}.hamburger .hamburger__btn span,.hamburger .hamburger__btn span:after,.hamburger .hamburger__btn span:before{background-color:#fff;display:block;height:2px;position:absolute;transition-duration:.25s;width:100%}.hamburger .hamburger__btn span:before{content:"";top:-8px}.hamburger .hamburger__btn span:after{content:"";top:8px}@media (max-width:1250px){.header-search{-webkit-margin-end:40px;align-items:center;background-color:#fff;border-radius:20px;display:flex;font-size:15px;font-size:1rem;font-weight:700;margin-inline-end:40px;padding:5px 15px}.header-search-date{align-items:center;display:flex;font-size:.87rem;font-weight:400}.header-search-date svg{font-size:4px;margin:0 4px}.header-search .search-img{-webkit-margin-end:10px;color:var(--color-contrast);font-size:16px;margin-inline-end:10px}.header-search-city{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:768px){.header{height:60px;justify-content:space-between;padding:0 15px}.header-logo{height:36px}.header-flags{margin:auto;padding:10px 0}.header-dropdown{border:0;position:relative;text-align:center;top:0;width:100%}.header-cell{border-bottom:1px solid var(--color-border);padding:0}.header-cell-last{width:100%}.header-cell-last svg{display:none}.header-cell-last .header-dropdown{border-radius:0;display:flex}.header-cell-text{color:var(--color-text);text-align:center;width:100%}.header-cell-text:hover{border-radius:0}.header-cell-text svg{color:var(--color-text)!important;font-size:1rem;padding:0 15px}.header-switch-theme{-webkit-margin-end:35px;margin-inline-end:35px}.header-fields{display:none}.header-fields.open{background-color:var(--color-bg);display:flex;flex-direction:column;left:0;position:absolute;right:0;top:60px}.s-history{position:fixed;right:50px;top:16px;z-index:1000}.hamburger{display:inline;order:1;width:27px}}@media (max-width:500px){.header-logo-wr{direction:ltr;overflow:hidden}}.form-wrapper{display:flex;flex-direction:row;flex-wrap:wrap}.form-group{margin-bottom:15px;position:relative;width:100%}.form-group label{display:block;margin-bottom:5px}.form-group .rti--container:focus-within{border:2px solid var(--color-contrast-2)!important;box-shadow:none!important}.form-group-nights{-webkit-margin-start:auto;margin-inline-start:auto}.form-group-calendar label{display:block;margin-bottom:5px}.rtl .form-group-calendar-first .rdrCalendarWr{left:auto;right:15px}.form-group-calendar-vertical{display:flex;height:48px!important;padding:6px 8px!important}.rtl .form-group-calendar-vertical{direction:rtl}.form-group-calendar-vertical-big{color:#191e3b;font-size:39px;font-weight:600;line-height:.8;margin-top:3px}.form-group-calendar-vertical-dates{font-size:15px;padding-inline:5px 3px;text-transform:uppercase;width:37px}.rtl .form-group-calendar-vertical-dates{padding-inline:3px 5px;width:38px}.form-group-calendar-vertical-dates>div{display:flex;justify-content:space-between}.form-group-calendar-vertical-dates .text-bold{margin:2px 0}.form-group-calendar-vertical-div{border-right:1px solid var(--color-border);margin-right:10px;padding-right:10px}.form-group-calendar-vertical .ph-10{display:flex;padding-right:0}.form-group-calendar-vertical .ph-10 .text-bold{border-left:1px solid var(--color-border);color:#191e3b;font-size:39px;padding:0 5px 0 10px}.rtl .form-group-calendar-vertical .ph-10 .text-bold{border-left:none;border-right:1px solid var(--color-border);padding:0 10px 0 5px}.form-group-calendar-vertical .ph-10 svg{font-size:larger;padding-top:10px}.form-group-calendar-vertical-single.form-group{margin-bottom:0;padding:0!important}.form-group-calendar-vertical-single .form-control{color:#0000;height:100%}.form-group-calendar-vertical-single .form-group-calendar-vertical-big{left:8px;pointer-events:none;position:absolute;top:6px}.form-group-calendar-vertical-single .form-group-calendar-vertical-dates{left:53px;position:absolute;top:6px}.form-group.is-invalid{margin-bottom:25px}.form-group.is-invalid .form-control{border:1px solid var(--color-danger)}.form-group-yellow .form-control{background-color:#ffffe0}.form-group-yellow-color .movable-placeholder{color:#ffc107}.form-control{background-color:#fff;border:1px solid var(--color-border);border-radius:var(--border-radius);color:var(--color-text);font-size:1rem;height:38px;padding:11px 14px;width:100%}.form-control-sm{font-size:.8rem;height:24px;padding:5px 10px}.form-control-textarea{height:180px;outline:none;resize:none}.form-control:disabled{background-color:var(--color-bg);color:var(--color-text-light)}.form-control::placeholder{opacity:0}.form-invalid-text{color:var(--color-danger);font-size:.88rem;margin-top:2px;position:absolute}.row{display:flex;flex-wrap:wrap;margin:0 -15px}.rtl{direction:rtl}.rtl .fa-circle-arrow-right{transform:rotate(180deg)}.rtl .hotel-card-rooms .fa-circle-arrow-right,.rtl .hotel-result-data .fa-circle-arrow-right{transform:rotate(0deg)}.rtl .test{display:block}.rtl .modal-overlay{direction:rtl}.rtl .row-phone{flex-direction:row-reverse}.rtl .row-phone .select-custom__menu{min-width:240px}.rtl .rtl-text-fix{direction:ltr;text-align:right}.rtl .rtl-text{direction:rtl;text-align:right}.rtl .rtl-imp{direction:rtl!important}.rtl-autocomplete input{direction:rtl;text-align:right}.rtl-autocomplete .select-custom__value-container{text-align:right}.rtl-autocomplete .pac-item{direction:rtl}.ltr,.ltr-autocomplete .pac-item,.ltr-autocomplete input{direction:ltr}.divider{border-bottom:1px solid var(--color-border)}.divider-sm{background-color:var(--color-border);height:1px}.cur-poi{cursor:pointer}.cur-na{cursor:not-allowed!important}.draggable-modal-handle,.us-none{-webkit-user-select:none;user-select:none}.draggable-modal-handle{cursor:grab}.draggable-modal-handle.dragging{cursor:grabbing}.modal{background-color:var(--color-bg-light);border-radius:var(--border-radius-lg);max-height:96vh;max-width:1000px;min-width:500px;opacity:0;overflow:hidden;padding:20px;transform:scale(.5);transition:opacity .3s ease-in-out,transform 1s ease-in-out;width:90%}.modal.active{opacity:1;transform:scale(1);transition:transform .3s cubic-bezier(.1,1,.4,1.3)}.modal-sm{width:50%}.modal-lg{max-width:1300px;width:80%}.modal-body{padding:15px 0}.modal-body-overflow{max-height:calc(96vh - 200px);overflow-x:hidden;overflow-y:auto}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1001}.modal-overlay-top{align-items:flex-start;padding-top:3vh}.modal-title{background-color:#f4f5f5;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;margin:-20px -20px 0;padding:20px 20px 10px;position:-webkit-sticky;position:sticky}.modal-title svg{cursor:pointer;font-size:24px}.modal-title svg:hover{background-color:initial;scale:1.1}.modal-title .regular-svg{font-size:inherit}.modal-title .fa-camera{-webkit-margin-end:10px;color:var(--color-text);font-size:20px;margin-inline-end:10px;padding:2px}.modal-content{max-height:calc(87vh - 100px);min-height:120px;overflow-y:auto;padding:15px 0}.modal-footer{background-color:#f4f5f5;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;margin:0 -20px -20px;padding:15px 20px}.modal-footer>*{-webkit-margin-start:10px;margin-inline-start:10px}.modal-baby-name .form-group-calendar .movable-placeholder-input.form-control{padding:21px 5px 5px 15px}.modal-baby-name .form-group-calendar .movable-placeholder.noicon.small{left:30px}.ph-0{padding-left:0!important;padding-right:0!important}.modal-overlay.modal-maximizable .modal-restore-icon{-webkit-margin-end:10px;bottom:1px;color:var(--color-danger);display:none;font-size:20px!important;margin-inline-end:10px;position:relative}.modal-overlay.modal-maximizable .modal-maximize-icon{-webkit-margin-end:10px;bottom:1px;color:var(--color-text);font-size:20px!important;margin-inline-end:10px;position:relative}.modal-overlay.modal-maximizable.modal-maximized{height:100vh;padding-top:0}.modal-overlay.modal-maximizable.modal-maximized .modal-maximize-icon{display:none}.modal-overlay.modal-maximizable.modal-maximized .modal-title{cursor:default}.modal-overlay.modal-maximizable.modal-maximized .modal-restore-icon{display:inline-block}.modal-overlay.modal-maximizable.modal-maximized>.modal{border-radius:0;height:100vh!important;left:0;margin:0;max-height:100vh!important;max-width:100vw!important;top:0;transform:none!important;width:100vw!important}.modal-overlay.modal-maximizable.modal-maximized .modal-body,.modal-overlay.modal-maximizable.modal-maximized .modal-content{height:100%!important;max-height:calc(100vh - 130px)!important}.modal-overlay.modal-maximizable.modal-maximized .modal-body .hotel-card-rooms,.modal-overlay.modal-maximizable.modal-maximized .modal-content .hotel-card-rooms{max-height:100%!important}.position-relative{position:relative}.warning{background-color:var(--color-warning-bg);border:1px solid var(--color-warning);border-radius:var(--border-radius);color:var(--color-danger);font-size:.9rem;line-height:1.2;padding:10px 15px}.flex{display:flex}.flex-one{flex:1 1}.flex-30{flex:0 0 30%;width:30%}.flex-v-start{align-items:flex-start}.flex-v-center{align-items:center;display:flex}.flex-row-end{display:flex;justify-content:flex-end}.flex-col-end{align-items:flex-end;display:flex}.flex-between{display:flex;justify-content:space-between}.flex-row{display:flex;flex-direction:row;flex-wrap:wrap}.flex-center{align-items:center;display:flex;justify-content:center}.flex-column{display:flex;flex-direction:column}.flex-wrap{flex-wrap:wrap}.align-center{align-items:center}.icon-disabled{cursor:"not-allowed";opacity:.5}a{color:var(--color-contrast-2);text-decoration:none}b{font-weight:600!important}h3{font-size:1.25rem!important;font-weight:700!important}.text-bold{font-weight:600}.text-normal{font-weight:400}.text-end{text-align:right}.rtl .text-end,.text-start{text-align:left}.rtl .text-start{text-align:right}.text-nowrap{white-space:nowrap}.text-info{color:var(--color-contrast);font-size:1rem;font-weight:600;line-height:1.6}.text-light{color:var(--color-text-light);font-size:.88rem}.text-black{color:var(--color-700)}.text-lightest{color:var(--color-text-lightest)}.text-center{text-align:center}.text-center-important{text-align:center!important}.text-uppercase{text-transform:uppercase}.text-long{word-break:break-all}.text-st{font-size:1rem}.text-st-important{font-size:1rem!important}.text-md{font-size:1.13rem}.text-slg{font-size:1.19rem}.text-lg{font-size:1.25rem}.text-xl{font-size:1.5rem}.text-lh-sm{line-height:1.2}.text-lh{line-height:1.4}.text-lh-lg{line-height:1.6}.text-contrast{color:var(--color-contrast-2)}.text-sm{font-size:.9rem}.text-xsm{font-size:.8rem}.text-xxs{font-size:.7rem}.text-underline{cursor:pointer;text-decoration:underline}.text-success{color:var(--color-success)}.text-warning{color:var(--color-warning)}.text-neutral{color:var(--color-300)}.text-default-color{color:var(--color-400)}.text-dark{color:var(--color-600)}.text-right{text-align:end}.text-right-important{text-align:right!important}.text-right-only{text-align:right}.text-cap{text-transform:capitalize}.text-limited{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title-underline{border-bottom:1px solid var(--color-border);font-weight:600;margin-bottom:10px;padding-bottom:5px;width:100%}.color-danger{color:var(--color-danger)!important}.color-danger .text-default-color{color:var(--color-danger)}.color-contrast{color:var(--color-contrast-2)}.color-star{color:var(--color-star)}.mw-200{max-width:200px}.mw-70{min-width:70px}.mw-92{min-width:92px}.mh-70vh{min-height:70vh}.p-510{padding:5px 10px!important}.ph-5{padding:0 5px}.ph-10{padding:0 10px}.ph-15{padding:0 15px}.ph-20{padding:0 20px}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-20{padding-bottom:20px}.bb-1{border-bottom:1px solid var(--color-border)}.bt-1{border-top:1px solid var(--color-border)}.pt-0{padding-top:0!important}.pt-5{padding-top:5px}.pt-10{padding-top:10px!important}.pr-0{-webkit-padding-end:0!important;padding-inline-end:0!important}.pr-2{-webkit-padding-end:2px;padding-inline-end:2px}.pr-10{-webkit-padding-end:10px!important;padding-inline-end:10px!important}.ml-4{-webkit-margin-start:4px;margin-inline-start:4px}.ml-5{-webkit-margin-start:5px;margin-inline-start:5px}.ml-a{-webkit-margin-start:auto;margin-inline-start:auto}.ml-10{-webkit-margin-start:10px;margin-inline-start:10px}.ml-28{-webkit-margin-start:28px;margin-inline-start:28px}.ml-0{-webkit-margin-start:0;margin-inline-start:0}.mr-a{-webkit-margin-end:auto;margin-inline-end:auto}.mr-3{-webkit-margin-end:3px;margin-inline-end:3px}.mr-5{-webkit-margin-end:5px;margin-inline-end:5px}.mr-8{-webkit-margin-end:8px;margin-inline-end:8px}.mr-10{-webkit-margin-end:10px;margin-inline-end:10px}.mr-20{-webkit-margin-end:20px;margin-inline-end:20px}.mt-0{margin-top:0!important}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mt-27{margin-top:27px}.mt-30p{margin-top:30%}.mb-0{margin-bottom:0!important}.mb-3{margin-bottom:3px}.mb-5{margin-bottom:5px}.mb-8{margin-bottom:8px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px!important}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px!important}.mb-25p{margin-bottom:25%}.w100p{width:100%}.w50p{width:50%}.w48p{width:48%}.w100{width:100px}.w150px{width:150px}.w200px{width:200px}.h100p{height:100%}.h200px{height:200px}.w-74{width:74px}.w-63{width:63px}.w-100{width:100px}.w-35{width:35px}.w-130{width:130px}.overflow-hidden{overflow:hidden}@media (max-width:768px){.mo-row-sm{width:50px}}.bg-danger{background-color:#a90329!important}.bg-warning{background-color:#ff9800!important}.bg-gray{background-color:grey}.bg-dark{background-color:#333}.square{align-items:center;border-radius:4px;color:#fff;display:flex;font-size:10px;height:20px;justify-content:center;width:20px}.btn,.square{cursor:pointer}.btn{border:none;border-radius:var(--border-radius);color:var(--color-contrast);font-size:.9rem;padding:10px 20px;text-align:center}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-whatsapp{background-color:#25d366;color:#fff;font-size:1.2rem}.btn-blue{color:#1668e3!important}.btn-telegram{background-color:#08c;color:#fff;font-size:1.2rem}.btn-danger{background-color:var(--color-danger);color:#fff}.btn-danger:hover{color:#ddd}.btn-xsm{font-size:.7rem;padding:4px 10px}.btn-ssm{font-size:.8rem;padding:4.75px 10px}.btn-primary{background-color:var(--color-contrast);color:#fff}.btn-primary:hover{color:#ddd}.btn-go{font-weight:600;padding:10px 15px}.btn-checkbox{-webkit-margin-start:6px;border:1px solid var(--color-border);border-radius:var(--border-radius);margin-inline-start:6px;padding:0 10px}.btn-checkbox-disabled{background:var(--color-150)}.btn-checkbox-meal{background:orange}.btn-checkbox-ada{background-color:var(--color-0);color:#4169e1}.btn-checkbox-free{background-color:var(--color-bg);color:var(--color-success);font-weight:600}.btn-checkbox-crown{color:gold}.btn-disabled{color:#fff!important;cursor:not-allowed!important;opacity:.8}.btn-default{background-color:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text)}.btn-default:hover{color:var(--color-text-light)}.btn-active{background-color:var(--color-danger);color:#fff}.btn-active-blue{background-color:var(--color-contrast);color:#fff}.btn-link{background-color:initial;box-shadow:none!important;color:var(--color-contrast);text-decoration:underline}.btn-link:hover{opacity:.8;text-decoration:underline}.btn-lg{font-size:1.25rem;min-width:200px}.btn-st{font-size:1rem}.btn-sm{padding:7px 14px}.btn-lnk{box-shadow:none;color:var(--color-contrast)}.btn-green{background-color:var(--color-success);color:#fff}.btn-green:hover{color:var(--color-text-light)}.btn-warning{background-color:var(--color-warning);color:#fff}.btn-warning:hover{color:var(--color-text-light)}.btns-row{-webkit-margin-end:20px;display:flex;justify-content:flex-start;margin-inline-end:20px}.btns-row .btn{margin:0 5px}.btns-row .input-block{display:flex}.btn-pulse{animation:pulse 1s infinite}.btn-pulse.btn-default{color:var(--color-text)!important}a.btn{align-items:center;display:flex;justify-content:center}.rotate-180{transform:rotate(180deg)}.hover-grey:hover{background-color:#f8f9fa}.display-flex{display:flex}.display-column{flex-direction:column}.display-ib{display:inline-block}.checkbox{-webkit-margin-end:7px;margin-inline-end:7px}.checkbox-group{border-bottom:1px solid var(--color-border);cursor:pointer;padding-bottom:10px}.checkbox-group:hover{background-color:var(--color-bg)}.checkbox-inline .checkbox-wrapper{display:inline-block!important}.checkbox-inline .btn-lnk{cursor:pointer}.checkbox-inline .text-long{position:relative;top:2px}.checkbox-end{align-items:flex-start}.checkbox-wrapper{align-items:center;cursor:pointer;display:flex;flex-direction:row;-webkit-user-select:none;user-select:none}.checkbox-wrapper:has(.rc-checkbox-disabled){color:var(--color-text-light);cursor:not-allowed}.checkbox-danger .rc-checkbox-inner{border-color:var(--color-danger)!important}.checkbox:hover .rc-checkbox-inner{border-color:var(--color-contrast)!important}.checkbox .rc-checkbox-inner{align-items:center;display:flex;height:18px;justify-content:center;width:18px}.checkbox .rc-checkbox-inner:after{left:6px!important;top:3px!important}.checkbox.rc-checkbox-checked .rc-checkbox-inner{background-color:var(--color-contrast);border-color:var(--color-contrast)}.col-12{flex:0 0 100%;padding:0 15px}.col-6{flex:0 0 50%}.col-4,.col-6{padding:0 15px}.col-4{flex:0 0 33.33333%}.col-5{width:41.665%}.col-3,.col-5{padding:0 15px}.col-3{flex:0 0 25%}.col-2{padding:0 15px;width:16.665%}.col-2 .btn{width:100%}.col-md-9{flex:0 0 75%;padding:0 15px}.col-md-8{flex:0 0 66.66666%;padding:0 15px}.col-md-7{flex:0 0 58.33333%;padding:0 15px}.col-md-6{flex:0 0 50%;padding:0 15px}.col-md-5{flex:0 0 41.66666%;padding:0 15px}.col-md-4{flex:0 0 33.33333%;padding:0 15px}.col-md-3{flex:0 0 25%;padding:0 15px}.col-md-2{flex:0 0 16.66666%;padding:0 15px;width:16.66666%}.col-md-1{flex:0 0 8.33333%;padding:0 15px}.col-md-31{flex:0 0 31%;padding:0 15px;width:31%}.col-md-38{flex:0 0 38%;padding:0 15px;width:38%}.code-back{background-color:var(--color-border);overflow-x:auto;padding:10px}.link{color:#4a71a3;cursor:pointer;text-decoration:underline}.link:hover{opacity:.8}.visible-tablet{display:none}.no-entries{align-items:center;display:flex;height:100px;justify-content:center;width:100%}.tab{cursor:pointer;flex:1 1 20%;margin-bottom:20px;padding-bottom:5px;padding-inline:5px;position:relative;text-align:center;white-space:nowrap}.tab.disabled{color:var(--color-text-light);cursor:not-allowed}.tab.disabled img{opacity:.5}.tab:before{background-color:var(--color-border);bottom:0;content:"";height:1px;left:5px;position:absolute;right:5px}.tab.active{color:var(--color-contrast)}.tab.active:before{background-color:var(--color-contrast)}.tabs{align-items:center;display:flex}.tabs-round .tab{border:1px solid var(--color-border);border-bottom:0;border-radius:var(--border-radius) var(--border-radius) 0 0;margin-bottom:0;max-width:120px;padding:10px 5px}.tabs-round .tab.active{background-color:var(--color-150)}.tabs-round .tab:hover{background-color:var(--color-120)}.p-wrapper{margin:0 auto;max-width:1200px;padding:30px 15px;width:100%}.p-wrapper .title{font-size:1.5rem}.block-wr{border-radius:var(--border-radius-lg);line-height:1.7;margin-top:20px;padding:10px 15px}.block-mh{max-height:250px;overflow-y:auto}.block-danger{background-color:#f8d7da!important;border-color:#f5c6cb;color:var(--color-700)}.block-success{border:1px solid green}.block-success,.block-warning{background-color:var(--color-bg);color:var(--color-700)}.block-warning{border:1px solid var(--color-warning)!important;max-height:180px!important}.block-short-wr{max-height:200px;overflow-y:auto}.table-default{max-width:100%;overflow-y:auto}.table-default tr.active{background-color:var(--color-contrast-light)}.table-default table{line-height:1.4;width:100%}.table-default table td,.table-default table th{padding:6px 10px;text-align:start}.table-default table tbody tr:hover{background-color:var(--color-bg)}.table-default table th{font-weight:600}.table-high table td,.table-high table th{padding:10px}.table-bordered td,.table-bordered th{border:1px solid var(--color-border)}.table-bordered-lines tbody tr:not(:last-child),.table-bordered-lines thead tr{border-bottom:1px solid var(--color-border)}.table-small table td,.table-small table th{padding:3px 5px}.table-border-contrast table{border:1px solid var(--color-contrast)}.table-border-contrast table tr:nth-child(2n){background-color:var(--color-150)}.danger-badge{background-color:var(--color-danger);border-radius:6px;color:var(--color-text-lightest);font-size:.8rem;padding:3px 10px}.bp-spin{animation:bp-spin 1s linear infinite;display:inline-block}@keyframes bp-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #000000b3;transform:scale(.95)}70%{box-shadow:0 0 0 10px #0000;transform:scale(1)}to{box-shadow:0 0 0 0 #0000;transform:scale(.95)}}@media (max-width:768px){.table-mobile td,.table-mobile th{max-width:150px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.package-facility{flex-basis:calc(50% - 3px)!important}.package-facility-item{font-size:.8rem;padding:4px!important}.col-12{flex:0 0 100%;padding:0 15px}.col-6{flex:0 0 50%}.col-4,.col-6{padding:0 15px}.col-4{flex:0 0 33.33333%}.visible-tablet{display:block}.hidden-tablet{display:none}.btn-lg{min-width:100%}.modal{min-width:auto;width:95%}.modal-content{padding-top:20px}.btns-row{-webkit-margin-end:0;margin-inline-end:0}.btns-row .btn{margin:0;width:100%}.flex-30{flex:0 0 100%}}.search-inner{margin:0 -3px;width:calc(100% + 6px)}.search-inner,.search-wrapper{background-color:var(--color-bg);border-radius:var(--border-radius);display:flex;flex-wrap:wrap}.search-wrapper{align-items:flex-end;flex-direction:row;margin:0 auto;max-width:1300px;padding:20px;position:relative;width:90vw;width:100%}.main-page .search-wrapper{margin:60px auto 0}.search-element{display:flex;flex:0 0 19%;flex-direction:column;font-size:16px;padding:0 3px;position:relative}.search-element .select-custom__menu{width:100%;z-index:1}.search-element .select-custom__option{line-height:1.15;overflow:hidden;white-space:nowrap}.search-element .select-custom__chevron{-webkit-margin-start:25px;-webkit-margin-end:10px;margin-inline-end:10px;margin-inline-start:25px}.search-element.mode .radio-group{display:flex;flex-direction:row}.search-element.mode .radio-group .radio-btn{-webkit-margin-end:10px;margin-inline-end:10px}.search-element.location{flex:1 0 27%}.search-element.baggage{flex:0 0 130px;justify-content:center}.search-element.event{flex:0 0 28%}.search-element.small{flex:0 0 12%}.search-element.w100p{flex:1 0 100%}.search-element.location-transfer{flex:0 0 42.5%}.search-element.mode-transfer{flex:0 0 120px}.search-element.date{flex:0 0 17%}.search-element.people{flex:0 0 15%}.search-element.tour{flex:1 0 30%}.search-element.radius{flex:0 0 110px}.search-element.radius .btn{color:var(--color-contrast);height:48px;padding:7px 10px}.search-element.star{flex:0 0 85px}.search-element.star .select-custom__menu{right:0}.search-element.time{flex:0 0 151px}.search-element.time .form-control{direction:ltr}.rtl .search-element.time .form-control{text-align:right}.search-element.nationality{flex:0 0 9%}.search-element.checkbox{flex:0 0 170px;margin-top:3px}.search-element.checkbox .w100p{white-space:nowrap}.search-element .is-invalid-location input{border:1px solid var(--color-danger)}.search-element.datepicker{flex:1 0 23%}.search-element.datepicker .form-control{align-items:center;display:flex}.search-element.datepicker-vertical{flex:0 1}.search-element.datepicker-sm{flex:0 0 350px}.search-element.longest{flex:1 0 50%}.search-element.longest .select-custom__control{direction:rtl;text-align:left}.rtl .search-element.longest .select-custom__control{text-align:right}.search-element.longest .select-custom__input-container{direction:ltr}.rtl .search-element.longest .select-custom__input-container{direction:rtl}.search-element.longest .select-custom__indicators{display:none}.search-element.date{flex:0 0 15%}.search-element.rooms{flex:0 0 13%}.search-element .children-age{display:flex;flex-wrap:wrap;justify-content:flex-end}.search-element .children-age>div{margin:0 0 3px 3px}.search-title{color:var(--color-text);font-size:var(--default-font-size);margin-bottom:5px}.search-button{align-items:flex-end;display:flex;height:48px;justify-content:flex-end;padding:0 3px}.search-button .btn{height:100%}.select-custom__indicator-separator{display:none}.room-dropdown{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;display:flex;flex-direction:column;max-height:400px;overflow-y:auto;padding:10px;position:absolute;right:0;width:370px;z-index:3}.rtl .main-page .room-dropdown{left:0;right:auto}.room-dropdown .select-custom__menu-list{max-height:200px}.room-dropdown-wr{background-color:#fff;border:1px solid var(--color-border);border-radius:var(--border-radius);height:38px;overflow:hidden;padding:10px 15px;text-overflow:ellipsis;white-space:nowrap}.room-row-element{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;padding:5px 20px 5px 5px}.room-row-element-title{min-width:65px;width:120px}.room-row-element>span{-webkit-margin-end:7px;margin-inline-end:7px}.room-row-element .icon{cursor:pointer;position:absolute;right:0;top:7px}.room-row-element button{margin-top:5px}.room-row-element>div{-webkit-margin-end:5px;margin-inline-end:5px}.room-row-element:not(:first-child){border-top:1px solid var(--color-border);margin-top:5px;padding-top:5px}.room-row{display:flex;flex-direction:column;position:relative}.room-row-divider{border-bottom:1px solid var(--color-200);margin-bottom:20px;padding-bottom:20px}@media (min-width:1250px){.search-element.mode-transfer .radio-group{position:absolute;z-index:1}.search-element.mode-transfer .radio-btn{margin-top:17px}}@media (max-width:1250px){.main-page .results-responsive-header{display:none}.main-page .search-inner{padding-top:20px}.main-page .search-wrapper{display:flex;padding:0}.hotel-search-wr .search-inner{flex-direction:column}.search-wrapper{background-color:initial;display:none}.search-wrapper .search-element{-webkit-padding-end:0;flex:0 0 100%;margin-bottom:10px;padding-inline-end:0}.search-wrapper .search-element.mode-transfer .radio-group{display:flex}.search-wrapper .search-element.mode-transfer .radio-group .radio-btn{-webkit-margin-end:15px;margin-inline-end:15px}.search-wrapper .btn,.search-wrapper .search-button{flex:0 0 100%;width:auto!important}.search-inner{background-color:var(--color-bg);display:flex;flex-wrap:wrap;margin:auto;max-height:545px;max-width:557px;padding:0 15px 20px;width:94%}.visible-responsive{border-radius:var(--border-radius)!important;display:flex!important;left:0;margin:0;max-height:calc(93vh - 60px);max-width:100%;padding:0!important;position:fixed;top:7vh;width:100%!important;z-index:1111}.visible-responsive:before{background-color:#00000080;content:"";height:100vh;left:0;position:fixed;top:0;width:100%;z-index:-1}.daterangepicker-bottom .btn{flex:0 0 49%}}@media (max-width:768px){.main-page .search-wrapper{margin:0 auto}.main-page .main-page-search-multi .search-wrapper{margin:60px auto}.rdrMonthsHorizontal{flex-direction:column}.room-dropdown,.room-dropdown-wr{max-width:100%}.room-dropdown .btn-primary{margin-bottom:10px}.room-dropdown .room-row-element{flex-wrap:wrap}.search-element.longest .select-custom__menu{width:100%}.search-element.longest .select-custom__option{padding:6px;white-space:normal}.search-element.longest .dyn-date{padding-right:3px;width:35px}.search-element.longest .dyn-badge{min-width:65px}.search-element.longest .dyn-name{width:calc(100% - 35px)}}.show-laptop-sm,.show-tablet{display:none}@media (max-width:1250px){.hide-laptop-sm{display:none!important}.show-laptop-sm{display:inline-block}}@media (max-width:768px){.hide-tablet{display:none!important}.show-tablet{display:inline-block}.tabs{flex-wrap:wrap}}@media (max-width:500px){.mobile-diplay{display:inline-block}.modal-dialog-st{width:90%}}.login-wrapper{background-color:var(--color-bg);border-radius:var(--border-radius);box-shadow:0 0 12px #0000001a;margin:10vh auto;max-width:450px;padding:50px 40px 100px;width:100%}.app:has(.login-wrapper){background-color:var(--color-bg-light)}.login-wrapper .title{text-align:center}.profile-wrapper .details-summary{width:500px}.profile-wrapper .details{flex-basis:calc(100% - 520px);width:calc(100% - 520px)}.profile-wrapper .profile-logo{border:1px solid #ddd;border-radius:4px;max-height:100px;max-width:200px;padding:5px}.profile-wrapper td,.profile-wrapper th{padding:3px 13px}.contact_us{background:var(--color-bg-light);border-radius:var(--border-radius);margin:20px auto 0;max-width:1300px;padding:20px 10px;width:100%}@media (max-width:768px){.contact_us{max-width:94%}.profile-wrapper .details,.profile-wrapper .details-summary{width:100%}}@media (max-width:500px){.login-wrapper{max-width:94vw;padding:50px 40px}}.main-page{min-height:calc(100vh - 300px);padding-bottom:40px}.main-page:has(.main-page-bg) .main-page-search{height:500px!important}.main-page-bg{background-attachment:fixed;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1}.main-page-search{height:80vh;margin:auto;padding-top:60px;position:relative;width:100%}.main-page-search .tab{direction:ltr;margin-right:15px;min-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-page-search .tab svg{-webkit-margin-end:10px;font-size:16px;margin-inline-end:10px}.main-page-search .tabs{background-color:var(--color-bg);border-radius:var(--border-radius);margin:0 auto -100px;max-width:1300px;padding:20px 20px 30px;position:relative;width:100%}.main-page-section{margin:auto;max-width:1300px;padding-top:40px;width:100%}.main-page .carousel-main-control{bottom:40px;left:50%;position:absolute;transform:translateX(-50%);z-index:12}.main-page .carousel-main-control .carousel-main-title{background:#254d8acc;color:#fff;display:inline-block;line-height:1.5;margin-bottom:10px;padding:1px 10px}.main-page .carousel,.main-page .carousel-root,.main-page .slide,.main-page .slider,.main-page .slider-wrapper,.main-page img{height:100%}.main-page .carousel img,.main-page .carousel-root img,.main-page .slide img,.main-page .slider img,.main-page .slider-wrapper img,.main-page img img{height:auto;min-height:100%;min-width:100%;width:100%}.main-page-carousel{bottom:0;direction:ltr;left:0;position:absolute;right:0;top:-40px}.main-page .mtab{box-shadow:0 0 16px #11111a1a;height:300px}.main-page .mtab img{border-radius:var(--border-radius);height:calc(100% - 94px);min-height:calc(100% - 94px);object-fit:cover;width:100%}.main-page .main-page-gal .slick-arrow{align-items:center;background-color:red;color:#fff;display:flex!important;font-size:12px;height:20px;justify-content:center;opacity:.8;width:20px}.main-page .main-page-gal .slick-arrow:hover{background-color:red;color:#000;opacity:.9}.main-page .main-page-gal .slick-next:before,.main-page .main-page-gal .slick-prev:before{content:""}.main-page .banner{border-radius:var(--border-radius);box-shadow:0 0 16px #11111a1a;cursor:pointer;height:220px;overflow:hidden;position:relative}.main-page .banner .layout_3{height:280px}.main-page .banner-des{transition:all .4s}.main-page .banner-des:hover img{transform:scale(1.1)}.main-page .banner-des:hover .banner-title-light{font-size:2rem}.main-page .banner-wr{height:300px;padding:0 10px;width:25%}.main-page .banner-des-title{font-size:1.5rem;font-weight:700;margin-bottom:20px;position:relative;text-align:center;text-transform:uppercase;width:100%}.main-page .banner-des-title:after{background-color:var(--color-contrast);content:"";display:block;height:1px;margin:10px auto;position:absolute;top:1px;width:100%;z-index:-1}.main-page .banner-des-title span{background-color:var(--color-bg);padding:0 10px}.main-page .banner .carousel .control-arrow{display:none}.main-page .banner img{height:auto;min-height:100%;object-fit:cover;width:100%}.main-page .banner img,.main-page .banner-title{border-radius:var(--border-radius);transition:all .4s}.main-page .banner-title{align-items:center;background-color:#00000080;color:var(--color-contast);display:flex;flex-direction:column;height:100%;left:0;padding:15px 10px 0;position:absolute;right:0;top:100%}.main-page .banner-title-open{top:0}.main-page .banner-title-light{align-items:center;bottom:calc(50% - 15px);color:var(--color-0);display:flex;flex-direction:column;font-size:1.5rem;font-weight:700;height:50px!important;justify-content:center;left:0;position:absolute;right:0;text-shadow:3px 3px 4px #000000bf;transition:all .4s}.main-page .banner .carousel-root{direction:ltr}.main-page .banner .rtl .slider{direction:rtl}.main-page .sub-page{align-items:flex-end;background-color:rgba(var(--color-contrast-rgb),.7);border-radius:var(--border-radius);color:var(--color-0);display:flex;flex-direction:column;margin-top:auto;padding:10px;width:100%;z-index:1}.main-page .sub-page .btn{background-color:var(--color-contrast);white-space:nowrap}.main-page .sub-page-wr{display:flex;height:240px;left:15px;margin-bottom:20px;padding:0 15px;position:relative;right:15px;top:0;width:33.333%}.main-page .sub-page-wr img{height:100%;object-fit:cover;position:absolute;width:calc(100% - 30px)}.main-page .sale,.main-page .sub-page-wr img{border-radius:var(--border-radius);box-shadow:0 0 16px #11111a1a}.main-page .sale{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:250px;justify-content:center;margin-bottom:15px;overflow:hidden;position:relative;width:100%}.main-page .sale-badge{background-color:#dc3d78b3;border-radius:4px;color:#fff;font-size:.75rem;left:10px;padding:5px 6px;position:absolute;top:10px}.rtl .main-page .sale-badge{left:auto;right:10px}.main-page .sale-offline{flex-direction:column-reverse;height:300px;z-index:1}.main-page .sale-offline .sale-footer{margin-bottom:auto;margin-top:0}.main-page .sale-offline img{margin-top:130px;transform-origin:top}.main-page .sale-offline .title-light{margin-top:5px}.main-page .sale-offline .airline-logo{height:40px;margin-top:0;position:absolute;top:30px;width:60px}.main-page .sale-offline .sale-offline-img{margin-top:50px}.main-page .sale-offline .from,.main-page .sale-offline .to{color:var(--color-text-lightest);font-weight:700;text-shadow:3px 3px 4px #000000bf}.main-page .sale-offline .line{height:20px;position:absolute;top:55px;width:120px}.main-page .sale-offline .line:before{background-color:var(--color-border);content:"";height:2px;left:0;position:absolute;right:0;top:7px}.main-page .sale-offline .line .from{position:absolute;right:105%}.rtl .main-page .sale-offline .line .from{left:105%;right:auto}.main-page .sale-offline .line .to{left:105%;position:absolute}.rtl .main-page .sale-offline .line .to{left:auto;right:105%}.main-page .sale-offline .line:after{background-color:var(--color-border);border-radius:50%;content:"";height:10px;position:absolute;top:3px;width:10px}.main-page .sale-offline .line svg{color:var(--color-border);position:absolute;right:0}.rtl .main-page .sale-offline .line svg{left:0;right:auto;transform:rotate(180deg)}.main-page .sale:hover img{transform:scale(1.1)}.main-page .sale .stars{text-shadow:2px 2px 4px #000000bf;top:-10px;transform:scale(.9)}.main-page .sale .sale-img{height:100%;position:absolute;transition:all .4s;width:100%;z-index:-1}.main-page .sale .sale-offline-logo{height:auto;margin-top:0;width:60%;z-index:0}.main-page .sale .sale-sold{height:auto;right:-10px;top:-44px;width:200px;z-index:1}.main-page .sale-footer{align-items:center;background-color:rgba(var(--color-contrast-rgb),.95);color:var(--color-text-lightest);display:flex;flex-direction:column;font-size:.75rem;justify-content:space-between;line-height:1.2;margin-top:auto;padding:10px;width:100%}.main-page .sale-footer-date{background-color:rgba(var(--color-contrast-rgb),.7);border-radius:var(--border-radius);padding:5px 10px;position:absolute;right:10px;top:10px}.rtl .main-page .sale-footer-date{left:10px;right:auto}.main-page .sale-footer .mr-10{display:flex;flex-direction:row;justify-content:space-between;margin:0;min-width:140px;width:100%}.main-page .sale-footer .text-bold{text-align:end}.main-page .sale-footer .select-custom__control{height:26px!important;margin-bottom:5px;max-width:145px;min-height:26px}.main-page .sale-footer .select-custom__value-container{padding:5px 12px!important}.main-page .sale-footer .select-custom__single-value{color:var(--color-contrast)}.main-page .hotel-sale{height:300px}.main-page .hotel-sale img{height:160px;object-fit:cover;width:100%}.main-page .hotel-sale .stars{top:0}.main-page .hotel-sale .ml-a{text-align:left}.main-page-search-2{height:auto;padding-top:10px}.main-page-search-2 .slick-slider{height:440px}.main-page-search-2 .slick-list{height:430px}.main-page-search-2 .slick-slide div{height:440px;padding:10px}.main-page-search-2 .slick-slide img{border-radius:var(--border-radius)}.main-page-search-2 .tabs{border:1px solid var(--color-border);box-shadow:0 0 6px #0000001a;margin:40px auto -100px}.main-page-search-2 .search-wrapper{border-top-width:1px;border:1px solid var(--color-border);border-top:0 solid var(--color-border);border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 6px 6px #0000001a;margin:60px auto 30px}.mobile-scroll-container{align-items:center;display:flex;overflow:visible;position:relative;width:100%;z-index:1}.mobile-scroll-content{-ms-overflow-style:none;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;width:100%}.mobile-scroll-content::-webkit-scrollbar{display:none}.scroll-arrow-wr{align-items:center;cursor:pointer;height:70px;justify-content:center;position:absolute;top:50%;transition:all .3s ease;width:70px;z-index:10}.scroll-arrow-wr .scroll-arrow{align-items:center;background:#4a71a3e6;border:none;border-radius:50%;box-shadow:0 2px 8px #0003;color:#fff;display:flex;font-size:16px;height:40px;justify-content:center;transform:translateY(-50%);width:40px}.rtl .scroll-arrow-wr .scroll-arrow{transform:translateY(-50%) rotate(180deg)}.scroll-arrow-wr:hover:not(.disabled){transform:scale(1.1)}.scroll-arrow-wr.disabled{cursor:not-allowed;opacity:.2;transform:scale(.9)}.scroll-arrow-wr.disabled button{background:#4a71a34d}.scroll-arrow-wr.scroll-arrow-left{left:5px}.rtl .scroll-arrow-wr.scroll-arrow-left{left:-25px}.scroll-arrow-wr.scroll-arrow-right{right:-25px}.rtl .scroll-arrow-wr.scroll-arrow-right{right:5px}@media (max-width:1250px){.main-page-search{height:700px;max-height:calc(100% - 60px)}.main-page-search-multi{max-width:none}.main-page-search .tabs{flex-wrap:nowrap;justify-content:space-between;max-width:94%;overflow-x:auto;width:557px}.main-page-search .tab{flex:0 0 120px;margin-right:0}}@media (max-width:768px){.main-page .sub-page{padding:5px}.main-page .sub-page-wr{left:0;min-width:220px;padding:0 5px;right:0}.main-page .sub-page-wr img{width:calc(100% - 10px)}.main-page .sub-page h3{font-size:.8rem!important}.main-page .sub-page .btn{width:100%}.main-page .sub-page .ph-10{font-size:.8rem;padding:0 0 5px}.main-page .sub-page .flex-between{flex-direction:column;width:100%}.main-page .carousel-main-control{display:none}.main-page .main-page-sub .row{margin:0}.main-page-search{padding-top:40px}.main-page-search-2{height:auto}.main-page-section{max-width:94%;overflow:hidden;padding-top:20px}.main-page-section::-webkit-scrollbar{display:none}.main-page-section .row{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.main-page .main-page-you .row{flex-wrap:wrap}.main-page .main-page-you .row .col-md-5{margin-bottom:15px}.main-page .mtab{height:220px;overflow:hidden}.main-page .mtab img{height:calc(100% - 87px)}.main-page .sale{height:220px;margin-bottom:0}.main-page .sale .title-light{font-size:1.1rem}.main-page .sale-footer{font-size:.7rem}.main-page .sale-footer .mr-10{min-width:110px}.main-page .sale-footer .text-st{font-size:.8rem}.mobile-scroll-container{overflow:visible;position:relative}.mobile-scroll-content{-webkit-overflow-scrolling:touch;overflow-x:auto}.mobile-scroll-content .row{flex-wrap:nowrap;margin:0;min-width:100%;width:-webkit-max-content;width:max-content}.mobile-scroll-content .col-md-3{-webkit-margin-end:15px;flex:0 0 auto;margin-inline-end:15px;padding:0;width:300px}.mobile-scroll-content .col-md-3:last-child{-webkit-margin-end:0;margin-inline-end:0}.mobile-scroll-content .col-md-3:has(.sale){width:280px}.mobile-scroll-content .col-md-3:has(.fl-sale){width:160px}.mobile-scroll-content .col-md-3:has(.mtab){width:250px}.mobile-scroll-content .col-md-3:has(.banner){width:250px}}@media (max-width:500px){.main-page:has(.main-page-bg) .main-page-search{height:780px!important}.main-page-search{height:780px}}.mo-wrapper{--color-contrast:#1668e3;--border-radius:4px;--color-contrast-light:#daeaffb3;margin:0 auto;max-width:1800px;min-height:calc(100vh - 220px);overflow-x:hidden;padding:5px 1px 0;width:calc(100% - 10px)}.mo-wrapper .tabs-round .tab{max-width:280px}.mo-wrapper .select-custom__single-value{overflow:visible;overflow:initial}.mo-wrapper .form-group{margin-bottom:5px}.mo-wrapper .mo-table-show-more{max-height:30px;overflow:hidden;transition:all .5s linear}.mo-wrapper .mo-table-show-more.active{max-height:300px}.mo-row-danger .clx,.mo-row-danger .segment{color:var(--color-danger)}.mo-table-show-more{max-height:30px;overflow:hidden;transition:all .5s linear}.mo-table-show-more.active{max-height:300px}.mo-status{border-radius:var(--border-radius);color:var(--color-0);padding:0 4px}.mo-status-success{background-color:var(--color-success)}.mo-status-primary{background-color:var(--color-contrast)}.mo-status-info{background-color:#fcb703}.mo-status-info-2{background-color:#568a89}.mo-status-info-3{background-color:#6e3671}.mo-status-danger{background-color:var(--color-danger)}.mo-status-warning{background-color:var(--color-warning)}.mo-status-secondary{background-color:var(--color-300)}.mo-log{background:#f5f5f5;border-radius:4px;font-size:.8rem;max-height:280px;overflow:auto;padding:8px}.rtl .mo-log-search .movable-placeholder-input-noicon.form-control{padding:7px 15px 5px 10px}.mo-log-search .movable-placeholder-sm .movable-placeholder{font-size:.8rem;top:7px}.mo-log-search .movable-placeholder-sm .movable-placeholder.small{font-size:.7rem;top:-6px}.mo-log-search .movable-placeholder-sm .movable-placeholder-input.form-control{font-size:.8rem;height:26px;min-height:26px}.mo-details{background-color:var(--color-bg-light);border:1px solid var(--color-border);padding:30px 15px 10px}.mo-details .mo-tabs{height:auto;max-height:calc(100vh - 380px)}.mo-details .mo-actions-row{order:-1}.mo-details .tabs{order:-2}.mo-details .mo-tabs-content-wr{height:calc(100vh - 410px)!important}.mo-details .mo-table thead th{padding:5px 8px!important;white-space:nowrap}.mo-amount{margin-bottom:20px}.mo-amount-row{border-bottom:1px solid var(--color-border);border-left:1px solid var(--color-border);display:flex;font-size:.8rem}.mo-amount-row:hover{background-color:var(--color-150)}.mo-amount-row:first-child{border-top:1px solid var(--color-border)}.mo-amount-row span{border-right:1px solid var(--color-border);flex:1 1;height:32px;padding:8px 10px}.mo-amount-row .text-bold{background-color:var(--color-150);min-width:100px}.mo-supplier-row{align-items:center;border:1px solid var(--color-border);display:flex;font-size:.8rem;margin-bottom:5px}.mo-supplier-row:hover{background-color:var(--color-150)}.mo-supplier-row span{max-width:100%;overflow-x:auto;padding:8px 10px}.mo-supplier-row .text-bold{border-right:1px solid var(--color-border);min-width:100px}.mo-supplier-row .text-normal{background-color:#efefef}.mo-group{display:flex;font-size:.9rem;line-height:1.5}.mo-group-empty{opacity:0}.mo-group-wr{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.mo-group-wr-4x .mo-group:nth-last-child(-n+4){border-bottom:1px solid var(--color-border)}.mo-group-wr-4x .mo-group:nth-child(-n+4){border-top:1px solid var(--color-border)}.mo-group-wr-3x .mo-group:nth-last-child(-n+3){border-bottom:1px solid var(--color-border)}.mo-group-wr-3x .mo-group:nth-child(-n+3){border-top:1px solid var(--color-border)}.mo-group-wr-2x .mo-group:nth-last-child(-n+2){border-bottom:1px solid var(--color-border)}.mo-group-wr-2x .mo-group:nth-child(-n+2){border-top:1px solid var(--color-border)}.mo-group-wr-1x .mo-group:last-child{border-bottom:1px solid var(--color-border)}.mo-group-wr-1x .mo-group:first-child{border-top:1px solid var(--color-border)}.mo-group-wr-amount .mo-group:nth-child(3),.mo-group-wr-info .mo-group:nth-child(4){border-bottom:1px solid var(--color-border)}.mo-group-title{background-color:var(--color-150);border-right:1px solid var(--color-border);padding:5px 10px;width:170px}.mo-group-title-danger .mo-group-title{background-color:#ca5c5c;border-left-color:var(--color-danger);color:#fff}.mo-group-data{border-right:1px solid var(--color-border);color:var(--color-700);flex:1 1;padding:5px 10px;word-break:break-word}.mo-group-data .multiline{background-color:var(--color-bg);margin:-3px 0 -7px -9px;padding:3px 10px;position:absolute;z-index:2}.mo-group-data-bold .mo-group-data{font-weight:600}.mo-table{background-color:var(--color-bg-light);border-collapse:initial;font-size:.9rem;overflow:auto;width:100%}.mo-table-wr{color:var(--color-700);margin-bottom:4px;max-height:260px;min-height:140px;overflow:auto;position:relative}.mo-table-clear{padding:5px;position:absolute;right:-5px;top:-25px}.rtl .mo-table-clear{left:-5px;right:auto}.mo-table-filter,.mo-table-sort{-webkit-margin-start:3px;cursor:pointer;margin-inline-start:3px;padding:0 1px}.mo-table-filter:not(:has(.text-contrast)){color:#d1d1d1;opacity:0}.mo-table-filter-input{border:1px solid var(--color-border);border-radius:var(--border-radius);margin:-5px 0;padding:5px}.mo-table-actions{display:flex}.mo-table-sort-inactive{color:#d1d1d1;opacity:0}.mo-table-head{display:flex;justify-content:space-between;position:relative}.mo-table-head:hover .mo-table-actions{background-color:var(--color-bg-light)}.mo-table-head .mo-table-actions{position:absolute;right:0}.mo-table tbody tr{min-height:32px}.mo-table tbody tr.active td.mo-row-contrast span{color:#000}.mo-table tbody tr .color-danger{background-color:var(--color-danger);color:#fff!important}.mo-table tbody tr:hover td{background-color:var(--color-150)}.mo-table tbody tr:hover td .mo-row-contrast span{color:#000}.mo-table tbody tr td{border-bottom:1px solid var(--color-border);border-left:1px solid var(--color-border);line-height:1.2;max-width:200px;overflow:hidden;padding:10px 5px;text-align:left;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.mo-table tbody tr td:last-child{border-right:1px solid var(--color-border)}.mo-table tbody tr td .payment{height:20px;margin:-5px;padding:0 10px;width:20px}.mo-table tbody tr td.mo-row-sm{max-width:80px}.mo-table tbody tr td.mo-row-icon{max-width:40px}.mo-table tbody tr td.mo-row-icon svg{height:12px;padding:0 2px;width:12px}.mo-table tbody tr td.mo-row-grey{background-color:var(--color-120)}.mo-table tbody tr td.mo-row-yellow{font-weight:700}.mo-table tbody tr td.mo-row-contrast{background-color:var(--color-contrast)}.mo-table tbody tr td.mo-row-contrast span{color:var(--color-0)}.mo-table thead{font-weight:700}.mo-table thead th{background-color:#fafafa!important;border-block:1px solid var(--color-border);border-left:1px solid var(--color-border);color:#346597;padding:10px 5px;position:-webkit-sticky;position:sticky;text-align:left;top:0;-webkit-user-select:none;user-select:none;z-index:1}.mo-table thead th:last-child{border-right:1px solid var(--color-border)}.mo-table thead th:hover .mo-table-filter,.mo-table thead th:hover .mo-table-sort-inactive{opacity:1}.mo-tabs{display:flex;flex-direction:row;height:calc(100vh - 490px);justify-content:space-between;margin-top:5px;overflow-y:hidden;width:100%}.mo-tabs-row{border:1px solid var(--color-border);padding:10px 10px 5px}.mo-tabs-title{border-top:1px solid var(--color-border);padding:5px 10px}.mo-tabs .tabs{flex-direction:column;max-height:100%;overflow-y:auto}.mo-tabs .tab{border:1px solid var(--color-border);border-radius:6px;flex:0 0 25px;margin-bottom:3px;padding:5px 0 5px 7px;text-align:left;width:145px}.mo-tabs .tab.active{border:1px solid var(--color-contrast)}.mo-tabs .tab:before{display:none}.mo-tabs .tab:not(:has(.fa-2xl)) svg{margin-right:5px;width:13px}.mo-tabs .mo-table-wr{max-height:100%}.mo-tabs-content{max-height:calc(100% - 90px);overflow-y:auto;width:100%}.mo-tabs-content-wr{width:calc(100% - 155px)}.mo-tabs-content-wr .mo-table-wr{max-height:none}.mo-report .btn:disabled{color:var(--color-text)!important}.mo-report .fa-spinner{animation:fa-spin 1s linear infinite}.mo-message{background-color:#fff3cd;border:1px solid #ffeeba;border-radius:5px;margin:8px 0;padding:10px;width:40vw}.mo-message-modal{max-height:96vh;width:80%}.mo-message-modal-overlay{padding-top:2vh}.mo-message-modal-body{max-height:calc(96vh - 170px);overflow-x:hidden;overflow-y:auto}.mo-message-reply{margin-left:42px}.mo-message-reply textarea{width:40vw}.proposal-title{background-color:var(--color-180);padding:15px}.proposal-block{margin-bottom:30px}.proposal-heart{cursor:pointer;position:absolute;right:10px;top:10px;z-index:1}.rtl .proposal-heart{left:10px;right:auto}.hotel-card .proposal-heart{left:auto!important;right:10px!important}.tooltip-wrapper:has(.proposal-heart){position:absolute;right:20px;top:10px}.rtl .tooltip-wrapper:has(.proposal-heart){left:20px;right:auto}.tooltip-wrapper:has(.proposal-heart) .proposal-heart{right:-10px;top:0}.rtl .tooltip-wrapper:has(.proposal-heart) .proposal-heart{left:-10px;right:auto}.proposal-heart-front{color:#fff;font-size:20px;position:relative}.proposal-heart-back{color:#ccc;font-size:24px;position:absolute;right:-2px;top:-2px}.proposal-heart.active svg{color:var(--color-danger)}.proposal-heart.disabled svg{color:var(--color-200)}.proposal-table{font-size:.85rem;text-align:left;width:100%}.rtl .proposal-table{text-align:right}.proposal-table tr{border-bottom:1px solid var(--color-200)}.proposal-table th{padding:10px}.proposal-table td{padding:5px;vertical-align:middle}.proposal-table td img{max-height:40px}.proposal-table thead{font-weight:700}.proposal-table-title-bg{background-color:var(--color-200)}.proposal-table td.proposal-table-title{background-color:var(--color-200);height:48px;padding:10px}.rtl .proposal-table td.proposal-table-title .fa-arrow-right{transform:rotate(180deg)}@media (max-width:768px){.proposal-table-wr{overflow-x:auto}}.accessibility{position:fixed;right:10px;top:calc(97vh - 100px);z-index:10}.accessibility-header{align-items:center;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;padding:15px}.accessibility-header svg{-webkit-padding-end:10px;padding-inline-end:10px}.accessibility-header-times svg{padding:0}.accessibility-header-times svg:hover{color:var(--color-contrast);cursor:pointer}.accessibility-form{background-color:var(--color-bg);border-radius:var(--border-radius);bottom:-15px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;display:flex;flex-direction:column;justify-content:space-between;left:auto;max-width:calc(100vw - 80px);position:absolute;right:50px;width:330px}.accessibility-alert{background-color:var(--color-text-lightest);margin:15px;padding:10px}.accessibility-options{padding:5px 0}.accessibility-option{cursor:pointer;padding:5px 10px}.accessibility-option span{margin:0 2px;padding:0 3px}.accessibility-option .item{color:var(--color-text-light);margin-right:10px;transition:all .3s ease-in-out}.accessibility-option .item.active,.accessibility-option .item:hover{border-bottom:2px solid var(--color-text-light);color:var(--color-contrast)}.accessibility-icon{background-color:var(--color-bg);border-radius:6px;color:var(--color-400);margin:-15px;padding:15px;transition:all .3s}.accessibility-icon:hover{margin-right:-5px;transform:scale(1.2)}.accessibility-icon svg{cursor:pointer;font-size:1.5rem}body.grey{filter:grayscale(100%)}body.contrast{position:relative}body.contrast:after{background-color:#ffffff80;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000}body.invert{filter:invert(1)}.font-16{font-size:16px}.font-18{font-size:18px}.font-20{font-size:20px}.font-22{font-size:22px}@media (max-width:768px){.accessibility-icon{margin:-20px}.accessibility-form{width:90vw}}.itinerary{display:flex;padding:5px 0;position:relative}.itinerary-download{position:absolute;top:-100%}.itinerary-list{position:relative}.itinerary-list:after{border-right:1px solid var(--color-text);bottom:15px;content:"";position:absolute;right:31px;top:15px;width:1px;z-index:0}.itinerary-item{cursor:pointer;display:flex;list-style-type:none;padding:10px 50px 10px 15px;position:relative;transition:all .4 linear}.itinerary-item.active,.itinerary-item:hover{color:var(--color-contrast)}.itinerary-item.active:before,.itinerary-item:hover:before{border-color:var(--color-contrast);transition:all .4 linear}.itinerary-item.active:after,.itinerary-item:hover:after{content:"";transition:all .4 linear}.itinerary-item:before{background-color:#fff;border:2px solid var(--color-text);border-radius:50%;content:"";height:16px;position:absolute;right:24px;top:14px;width:16px;z-index:1}.itinerary-item:after{background-color:var(--color-text);border-radius:50%;height:8px;position:absolute;right:28px;top:18px;width:8px;z-index:2}.itinerary-item .day{display:inline-block;flex:0 0 62px}.itinerary-item .icon{flex:0 0 20px}.itinerary-item .item-location svg{margin:0 7px 0 10px;width:8px}.itinerary-list{flex:0 0 30%}.itinerary-content{flex:0 0 70%;max-height:0;overflow-y:auto;position:relative}.itinerary-content img{border-radius:var(--border-radius);float:right;margin-left:10px;width:200px}.itinerary-text{align-items:flex-start;display:flex;justify-content:space-between;line-height:1.4;margin:0 0 20px;padding:10px 15px}.itinerary-desc{margin-top:10px}.itinerary-desc:first-child{border-top:1px solid var(--color-text-light);display:block;padding-top:10px}@media (max-width:500px){.itinerary{flex-direction:column}.itinerary-content,.itinerary-list{flex:0 0 100%}}.m-search-mobile{display:none}.m-search-item{-webkit-margin-end:8px;margin-inline-end:8px;width:14.5%}.m-search-item-sm{width:calc(50% - 2.5px)}.m-search-item-checkbox{display:flex;font-size:.8rem}.m-search-item-checkbox .text-long{word-break:break-word}.m-search-item-low{width:10%}.m-search-item-high{width:18%}.m-search-item-one{flex:1 1;justify-content:space-between}.m-search-item-one .select-custom__menu-longer{-webkit-margin-end:10px;margin-inline-end:10px}.m-search-item-one button{height:48px;width:55px}.m-search-btn{-webkit-margin-start:auto;align-items:flex-start;display:flex;justify-content:flex-end;margin-inline-start:auto;width:40px}.m-search-row-filter{border-bottom:2px solid var(--color-border);border-top:2px solid var(--color-border);display:flex;margin-bottom:5px;padding-top:5px;width:100%}.mo-tabs-left{align-items:flex-start;display:flex;flex-direction:row;position:relative}.mo-tabs-left .tabs{-webkit-padding-end:15px;flex-direction:column;padding-inline-end:15px;position:-webkit-sticky;position:sticky;top:0;width:175px;z-index:1}.mo-tabs-left .tabs .tab{text-align:left;width:100%}.mo-tabs-left .tabs .tab svg{-webkit-margin-end:5px;margin-inline-end:5px}.mo-tabs-left .mo-table-wr{min-height:0;min-height:auto}.mo-tabs-left .mo-amount{margin-bottom:-20px}.mo-tabs-left div.mb-10{display:none}.mo-tabs-left .mo-group-wr-4x{margin-top:20px}.mo-tabs-left .default-shadow{margin-bottom:30px}.mo-tabs-left .default-shadow .title-header-grey{margin:-30px -20px 20px -21px;width:calc(100% + 42px)}.mo-tabs-left .mo-tabs-content{padding-top:9px}.mo-tabs2{border:1px solid var(--color-border);border-top:2px solid var(--color-border);display:flex;flex-direction:column;padding:3px 5px 0}.mo-tabs2 .tabs .tab{-webkit-margin-end:4px;border:1px solid var(--color-border);color:#000;flex:0 0 75px;font-weight:600;margin-inline-end:4px;margin-bottom:5px;padding-top:5px;text-align:center}.mo-tabs2 .tabs .tab svg{color:var(--color-text)}.mo-tabs2 .tabs .tab:before{display:none}.mo-tabs2 .tabs .tab.active{border-color:var(--color-contrast)}.mo-tabs2 .tabs .tab svg{-webkit-margin-end:5px;margin-inline-end:5px}.mo-tabs2 .mo-tabs-content{margin-bottom:10px;max-height:none;overflow-x:hidden}.mo-tabs2 .mo-tabs-content-wr{height:250px;overflow-y:auto;width:100%}.mo-tabs2 .mo-table td,.mo-tabs2 .mo-table th{font-size:.9rem}.mo-block{border:1px solid var(--color-border);padding:10px 10px 0}.mo-block-title{background-color:var(--color-bg);display:inline-block;font-weight:600;position:relative;top:-18px}.mo-group-data,.mo-group-title{padding:3px 10px}.mo-group-title{background-color:#efefef;border-left:1px solid var(--color-border);color:var(--color-contrast)}.mo-open-logs{display:none}.mo-wrapper2 .mo-details{padding:0}.mo-wrapper2 .mo-details .mo-open-logs{display:inline-block}.mo-wrapper2 .mo-group-cxl .mo-tabs-row{background-color:#f2dede;color:#b94a48}.mo-wrapper2 .mo-group-cxl .mo-group-data{color:#b94a48}.mo-wrapper2 .mo-group-cxl .mo-group-title{background-color:#c26566;border-color:#b94a48;color:#fff}.mo-wrapper2 .mo-main-table-wr{height:calc(100vh - 527px);margin-bottom:0;max-height:calc(100vh - 527px)}.mo-wrapper2 .mo-main-table-wr.mo-table-wr th{font-weight:600}.mo-wrapper2 .mo-tabs-wr .mo-table-wr th{font-size:.8rem;font-weight:600;padding:4px 3px}.mo-wrapper2 .mo-tabs-wr .mo-table-wr tbody tr td{font-size:.85rem;letter-spacing:.1px;padding:8px 4px}.mo-wrapper2 .mo-tabs-wr .mo-table-wr tbody tr td .mo-status{font-size:.8rem}.mo-wrapper2 .mo-tabs-wr .mo-table-wr tbody tr:nth-child(2n){background-color:var(--color-120)}.mo-wrapper2 .mo-tabs-wr .mo-table-wr tbody tr:hover td{background-color:#e5f0ff}.mo-wrapper2 .mo-tabs-wr .mo-table-wr tbody tr.active{--color-success:#2ec752;--color-text:#eee}.mo-wrapper2 .mo-tabs-wr .mo-table-wr tbody tr.active td{background-color:#023279!important;color:#fff}.mo-wrapper2 .mo-tabs-wr .mo-table-wr tbody tr.active td span{color:#fff}.mo-wrapper2 .mo-amount-row{line-height:1.4}.mo-wrapper2 .mo-amount-row .text-bold{background-color:#efefef;color:var(--color-contrast)}.mo-wrapper2 .mo-amount-row span{font-size:.9rem;font-weight:400;padding:3px 10px}.mo-wrapper2 .mo-table-filter-input{height:20px;padding:3px 8px}.mo-wrapper2 .mo-tabs-wr .tabs-round{font-size:.9rem}.mo-wrapper2 .mo-tabs-wr .tabs-round .tab{flex:0 1;padding:6px 30px}.mo-wrapper2 .mo-tabs-wr .tabs-round .tab:before{display:none}.mo-cu-block{border:1px solid var(--color-border);border-radius:var(--border-radius);margin-bottom:20px;padding:10px}.mo-cu-block .title{background-color:var(--color-bg);border-bottom:1px solid var(--color-border);margin:-10px -10px 10px;padding:10px}.mo-cu-block .title.success{background-color:#e6f7e6}.mo-cu-block .select-custom__menu-portal{left:31px!important}.m-search-filter .select-custom__menu{font-size:.9rem;min-width:220px}.br-1{border-right:1px solid var(--color-border)}.mt-a{margin-top:auto}.details-block-p15{line-height:1.7;margin-bottom:25px;padding-bottom:15px!important;padding-top:30px!important}.details-block-p15.active{border-color:var(--color-contrast)}.details-block-p15.active .title{background-color:var(--color-contrast-light)}.dropdown-bold .select-custom__value-container{font-weight:700}.title-header-grey .btn-danger.btn-ssm{background-color:initial;box-shadow:none;color:var(--color-danger);display:flex;flex-direction:row-reverse;gap:5px;position:relative;right:-11px}.title-header-grey .btn-danger.btn-ssm:hover{opacity:.8}.title-header-grey .btn-danger.btn-ssm:disabled{color:var(--color-400)!important;opacity:1}.title-header-grey .mo-status{padding:3.5px 8px;position:relative;top:1px}.mo-card-row .c-dropdown-row{font-size:.8rem;padding:5px 10px;text-align:left}.mo-card-row .c-dropdown-content{inset:auto -130px 26px 0!important;min-width:130px}.modal .mo-tabs2{border:0;margin-top:-15px}.modal .mt-5.mb-5{display:none}.mo-orders-v2{max-height:calc(100vh - 207px);overflow-y:auto;padding-top:10px}.mo-wrapper .loader-main-content{max-width:100vw}.mo-wrapper .default-shadow{overflow:visible}.mo-wrapper .title-header-grey{border-left:1px solid var(--color-border);border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0;border-right:1px solid var(--color-border);border-top:1px solid var(--color-border);margin-bottom:10px;padding:15px 20px 10px}.mo-pnr{border:1px solid #1668e3;border-radius:4px;font-weight:600;margin-left:5px}.mo-status-2 .sort-by-item .select-custom__control{height:30px!important;min-height:30px!important;position:relative;top:-3px}.mo-status-2 .sort-by-item .select-custom__value-container{font-size:1rem;padding:4px 8px!important}.mo-status-2 .text-xxs{font-size:.9rem;position:relative;top:5px}.mo-status-sort{width:250px}.mo-status-sort .sort-by-item{width:100%}.mo-status-sort .select-custom__menu{width:280px!important}.m-search-item{max-width:48.5%}.m-search-item .form-control,.m-search-item .form-group{font-size:.9rem}.m-search-item-one .flex-one{max-width:calc(100% - 55px)}.m-search-row-filter .m-search-item-one{min-width:0;min-width:auto}.mo-orders-v2{overflow-x:hidden}.mo-card-row .col-md-31 .c-dropdown{margin-top:0}.mo-card-row .col-md-31 .c-dropdown .btn-ssm{padding:7px 10px}.mo-highlight-green .form-control{background-color:#d4edda}.mo-highlight-green .movable-placeholder{background-color:#d4edda!important}.form-group-calendar-top .rdrCalendarWr{bottom:58px;top:auto}.room-tabs .tab{flex:0 0 auto;padding-inline:12px}.room-tabs .tab svg{color:var(--color-text)}.form-group-black input{color:var(--color-text)!important}@media (min-width:1024px){.m-search-item-md{width:12%}}@media (max-width:992px){.modal-content .mo-tabs-left{flex-direction:column}.modal-content .mo-tabs-left .tabs{background-color:var(--color-bg-light);flex-direction:row;flex-wrap:nowrap;overflow-y:auto;padding-top:10px;top:-20px;width:100%}.modal-content .mo-tabs-left .tabs .tab{margin-bottom:5px}.modal-content .mo-tabs-left .mo-tabs-content-wr{width:100%}.m-search{justify-content:space-between}.m-search-mobile{display:inline}.m-search .form-group{margin-bottom:0}.m-search-item{-webkit-margin-end:0;margin-bottom:5px;margin-inline-end:0;max-width:48.5%;width:48.5%}.m-search-item .form-control,.m-search-item .form-group{font-size:.9rem}.m-search-item-one .flex-one{max-width:calc(100% - 55px)}.m-search-item .c-dropdown button{padding:3px 0;width:24px}.m-search-item .c-dropdown button svg{font-size:12px}.m-search-btn{order:1;width:100%}.m-search-btn .btn{height:30px;margin-top:5px;width:100%}.m-search-row-filter{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.m-search-row-filter .flex-v-center{flex-direction:column;width:50px!important}.m-search-row-filter .c-dropdown{margin-top:0}.header-dropdown-info{left:auto!important;position:absolute;right:0!important;width:300px}.header-dropdown-creation{left:0!important;position:absolute;right:auto!important;width:300px}.mo-wrapper2 .mo-tabs-wr .tabs-round{font-size:.7rem}.mo-wrapper2 .mo-tabs-wr .tabs-round .tab{padding:6px 10px}.mo-wrapper2 .mo-tabs-wr #mo-statistics{justify-content:flex-end;order:-1;padding:10px 0;width:100%}.mo-wrapper2 .mo-main-table-wr{height:40vh;max-height:40vh}.mo-wrapper2 .mo-table-filter-input{width:60px}.mo-tabs2 .mo-tabs-content-wr{height:calc(60vh - 280px)}.mo-tabs2 .tabs .tab{flex:1 1 18%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mo-group{width:100%!important}.mo-message-reply textarea{width:100%}.mo-status-wr{display:none}.mo-mobile-btn>.btn{overflow:hidden;white-space:nowrap;width:29px}}.form-group-datepicker-right .rdrCalendarWr{left:auto;right:0}.select-custom__sm_padding .movable-placeholder-input-noicon .select-custom__value-container{padding-top:9px!important}@media (max-width:768px){.m-search-item:has(.btn-primary){max-width:48.5%}.mo-status-2{padding:0 2px}.mo-status-2 .text-xxs{display:inline-block;flex:1 0 100%;margin-bottom:8px;top:0}.mo-status-2 .ph-10{flex-basis:calc(50% - 15px);flex-grow:0;flex-shrink:0;padding:0}.mo-status-2 .ph-10>div{width:100%!important}.mo-status-2 .m-search-mobile{position:relative;top:3px}.mo-status-2 .mo-status-sort{width:calc(50% - 15px)}.mo-status-2 .mo-status-sort .sort-by-item{display:block!important}.mo-status-2 .mo-status-sort .sort-by-item .select-custom__menu{left:auto;right:0!important}.mo-orders-v2{max-height:calc(100vh - 137px);overflow-x:hidden}.mo-orders-v2 .title-header-grey{margin:-30px -10px 20px -16px;padding:8px;position:relative;width:calc(100% + 32px)}.mo-orders-v2 .title-header-grey .flex-between .ph-5{padding:0 3px}.mo-orders-v2 .title-header-grey .flex-between .btn-danger.btn-ssm:last-child{font-size:0;line-height:0;position:absolute;right:-2px}.mo-orders-v2 .title-header-grey .flex-between .btn-danger.btn-ssm:last-child svg{font-size:1rem;margin-right:3px}.mo-card-row .col-md-31 .c-dropdown{margin-top:0}.mo-card-row .col-md-31 .c-dropdown .btn-ssm{padding:7px 10px}.mo-card-row .mw-92{min-width:60px}.mo-card-row .col-md-31{flex:0 0 100%}.mo-card-row .col-md-31.text-right{text-align:left}.mo-card-row .col-md-38{flex:0 0 100%}.mo-card-row .col-md-38 .mb-15{margin-bottom:0!important}.mo-card-row .h100p{height:auto}.mo-card-row.bb-1 .text-lg{font-size:1rem}}.proposal2-wr{border-bottom:1px solid var(--color-border);display:flex;flex-direction:row;height:370px;justify-content:space-between;margin-bottom:30px;padding-bottom:15px;width:100%}.proposal2-slider{direction:ltr;flex-shrink:0;width:calc(20% - 6px)}.proposal2-slider .slider-main-image{align-items:center;display:flex;height:250px;justify-content:center}.proposal2-slider .slider-main-image img{height:250px;object-fit:cover;width:100%}.proposal2-slider .mb-5,.proposal2-slider .title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proposal2-slider .mb-5.proposal2-address{line-height:1.3;overflow:visible;text-overflow:clip;white-space:normal}.proposal2-header{-webkit-padding-end:15px;background-color:var(--color-200);color:var(--color-text);margin-bottom:10px;padding:15.3px 10px;padding-inline-end:15px}.proposal2-header svg{-webkit-margin-start:10px;cursor:pointer;font-size:17px;margin-inline-start:10px}.proposal2-det{direction:ltr;width:calc(80% - 6px)}.proposal2-det .tab img{-webkit-margin-end:5px;margin-inline-end:5px;position:relative;top:2px;width:16px}.proposal2-det .details-rooms .hotel-card-room{padding:6px 10px}.proposal2-det .details-rooms{height:100%;max-height:295px}.proposal2-det .details-rooms.proposal-new-rooms,.proposal2-det .hotel-card-rooms.proposal-new-rooms{display:block;max-height:295px;overflow-y:auto}.proposal2-det .details-rooms.proposal-new-rooms .hotel-card-room:not(.room-header),.proposal2-det .hotel-card-rooms.proposal-new-rooms .hotel-card-room:not(.room-header){align-items:center;display:grid;grid-template-columns:minmax(0,1fr) 34px 52px 3px 72px minmax(90px,-webkit-max-content);grid-template-columns:minmax(0,1fr) 34px 52px 3px 72px minmax(90px,max-content)}.proposal2-det .details-rooms.proposal-new-rooms .hotel-card-room>.flex-one,.proposal2-det .hotel-card-rooms.proposal-new-rooms .hotel-card-room>.flex-one{min-width:0}.proposal2-det .details-rooms.proposal-new-rooms .room-price-edit,.proposal2-det .hotel-card-rooms.proposal-new-rooms .room-price-edit{justify-self:end;white-space:nowrap}.proposal2-det .details-rooms.proposal-new-rooms .proposal-new-rooms-sticky,.proposal2-det .hotel-card-rooms.proposal-new-rooms .proposal-new-rooms-sticky{background:var(--color-bg-light);border-bottom:1px solid var(--color-border);position:-webkit-sticky;position:sticky;top:0;z-index:2}.proposal2-det .details-rooms.proposal-new-rooms .proposal-new-rooms-sticky .room-header,.proposal2-det .hotel-card-rooms.proposal-new-rooms .proposal-new-rooms-sticky .room-header{border-top:none;margin-top:0}.proposal2-det .details-rooms.proposal-new-rooms .proposal-new-rooms-sticky .hotel-card-room:last-child,.proposal2-det .details-rooms.proposal-new-rooms>.hotel-card-room:last-child,.proposal2-det .hotel-card-rooms.proposal-new-rooms .proposal-new-rooms-sticky .hotel-card-room:last-child,.proposal2-det .hotel-card-rooms.proposal-new-rooms>.hotel-card-room:last-child{border-bottom:none}.proposal2-det .tripadvisor-data{max-height:325px;overflow-y:auto}.h-photos-wr{-webkit-user-select:none;user-select:none}.h-photos-checkbox .image-checkbox{align-items:center;background-color:#fff;border:2px solid #4caf50;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:700;height:20px;inset-inline-end:8px;justify-content:center;position:absolute;top:8px;transition:all .2s ease;width:20px}.h-photos-checkbox .image-checkbox.selected{background-color:#4caf50}.proposal-content{-webkit-padding-end:10px;height:calc(100vh - 180px);max-height:100vh;overflow-y:auto;padding-inline-end:10px}.proposal-content-table{width:540px}.proposal-wrapper{border:1px solid var(--color-border);border-radius:5px;height:calc(100vh - 67px);margin:10px;padding:10px}.proposal-wrapper-t2 .proposal-title{background-color:#4a71a3;color:#fff}.proposal-wrapper-t3 .proposal-title{background-color:#000;color:#fff}.proposal-wrapper .tabs .tab{font-weight:600;margin-bottom:5px;min-width:200px}.proposal-wrapper .tabs .tab:before{height:2px}.proposal-footer-customize{width:50%}.simple-table-active{background-color:var(--color-contrast-light)!important}.table-simple{max-height:calc(100vh - 100px)}.table-simple .mo-status{font-size:12px;padding:3px 5px}.table-simple-active{background-color:#4a71a317!important}.table-simple thead tr{border-bottom:2px solid var(--color-border)}.table-simple table td,.table-simple table th{font-size:.9rem;vertical-align:bottom}.single-proposal{color:#000;direction:ltr;margin:0 auto;max-width:1000px;padding:10px 15px;width:100%}.single-proposal .mo-status{font-size:12px;padding:3px 5px}.single-proposal-config{background-color:var(--color-bg);border-radius:5px;margin:15px auto;max-width:970px;width:100%}.single-proposal-config,.single-proposal-header{border:1px solid var(--color-border);padding:10px}.single-proposal-header{background-color:var(--color-180);border-radius:5px;margin-bottom:10px}.single-proposal-container{flex:1 1}.single-proposal-container .single-proposal{max-height:calc(100vh - 170px);overflow-y:auto}.pr-plus{-webkit-margin-start:3px;border:1px solid #4a71a3;border-radius:5px;color:#4a71a3;font-weight:600;margin-inline-start:3px}.pr-plus,.pr-remove{cursor:pointer;font-size:12px;padding:2px 10px}.pr-remove{border:1px solid var(--color-text);border-radius:5px;color:var(--color-text)}.pr-hotel-removed .pr-hotel-card-title div,.pr-hotel-removed .pr-hotel-content,.pr-hotel-removed .pr-hotel-div,.pr-hotel-removed .pr-hotel-title,.pr-hotel-removed .pr-lh,.pr-hotel-removed .pr-table-wr{opacity:.5}.pr-hotel-card-title svg{border:1px solid #ddd;border-radius:5px;margin:-6px 3px;padding:6px 7px}.proposal-dynamic .proposal2-header{background-color:var(--color-180);border-bottom:1px solid var(--color-200);border-top:1px solid var(--color-200)}.proposal-dynamic .proposal-table td.proposal-table-title{background-color:var(--color-180)}.proposal-title-dark{background-color:var(--color-200)}.pr-header-single .fa-pencil{border:1px solid #ddd;border-radius:5px;margin:-6px 3px;padding:6px 7px}.pr-body-content{display:flex;flex-direction:column}.pr-ticket{background-color:#fff;border:1px solid #ddd;border-radius:5px;display:flex;flex-basis:calc(50% - 5px);flex-grow:0;flex-shrink:0;line-height:1.4;margin-bottom:10px;min-height:100px;padding:8px 10px}.pr-ticket-img{-webkit-margin-start:10px;height:50px;margin-inline-start:10px;width:50px}.pr-ticket-img img{border:1px solid #590860;border-radius:10px;box-shadow:0 5px 10px #0000001a;height:100%;width:100%}.pr-text-sm{font-size:14px}.pr-ticket-title{font-size:18px;font-weight:700}.pr-ticket-title-1{color:#590860}.pr-ticket-title-2{color:#000}.pr-ml-a{-webkit-margin-start:auto;margin-inline-start:auto}.pr-ticket-total-date{color:#f57b21;font-weight:600}.pr-text-black{color:#000}.pr-ticket-logo{-webkit-margin-end:10px;height:180px;margin-inline-end:10px;width:240px}.pr-ticket-logo img{border:1px solid #590860;border-radius:10px;box-shadow:0 5px 10px #0000001a;height:100%;object-fit:cover;object-position:center;width:100%}.pr-print{display:flex}.pr-ticket-cat{-webkit-margin-start:10px;height:50px;margin-inline-start:10px;width:100px}.pr-ticket-cat img{border:1px solid #590860;border-radius:10px;box-shadow:0 5px 10px #0000001a;height:100%;object-fit:cover;object-position:center;width:100%}.pr-ticket-total{align-items:flex-end;display:flex;flex-direction:column}.pr-ticket-total-images{display:flex}.pr-ticket-info{max-width:calc(100% - 500px)}.proposal-edit-head-source-btn{align-items:center;border:1px solid #ddd;border-radius:5px;justify-content:center;margin:0 3px;min-height:28px;min-width:28px;padding:6px;position:relative;top:1px}.proposal-edit-head-source-btn-img{display:block;height:16px;width:16px}.pr-ratings{-webkit-margin-end:20px;display:flex;flex-direction:column;justify-content:flex-end;margin-inline-end:20px}.pr-ratings-wr{display:flex;line-height:1.4;padding:20px}.pr-ratings-number{font-size:50px}.pr-ratings-row{background-color:var(--color-border);border-radius:4px;flex:1 1;margin:4px 0;overflow:hidden}.pr-ratings-row-wr{display:flex}.pr-ratings-row-yellow{background-color:#efc94f;height:100%}.pr-ratings-star{flex:0 0 70px}.pr-ratings-list{display:flex;flex:1 1;flex-direction:column}.pr-ratings-breakdown{display:flex;flex-wrap:wrap}.pr-ratings-breakdown-item{border:1px solid var(--color-border);border-radius:4px;margin:0 5px 10px;padding:5px 10px}.proposal-hotels-settings{align-items:flex-start;display:flex;gap:15px}.proposal-hotels-settings-delta{flex-shrink:0;width:220px}.proposal-hotels-settings-delta-label{margin-bottom:3px}.proposal-hotels-settings-checkboxes{display:flex;flex-direction:column}.tb-wr .proposal-hotels-settings{flex-direction:row}.pr-html[dir=rtl] .tb-client-summary .br-1{border-left:1px solid var(--color-border);border-right:none}@media (max-width:768px){.proposal2-wr{direction:ltr;flex-direction:column;height:auto}.proposal2-slider{width:100%}.proposal2-det{margin-top:10px;width:100%}.proposal-content-table{width:100%}.proposal-wrapper{height:auto}.proposal-wrapper .tabs .tab{min-width:0;min-width:auto}.pr-hotel-content{flex-direction:column}.pr-hotel-image-container{height:200px!important;margin-bottom:10px;width:100%!important}.pr-hotel-details{-webkit-margin-start:0!important;margin-inline-start:0!important}.pr-google-image{width:calc(50% - 5px)}.single-proposal{padding:10px 0 0}.single-proposal .table-default{max-width:calc(100vw - 75px)}.proposal-content-table .table-simple{max-height:calc(100vh - 140px)}.pr-hotel-card-wr{max-width:calc(100vw - 40px)}.pr-hotel-card-wr .pr-table-wr{max-width:100%;overflow-x:auto}.pr-hotel-card-wr .pr-hotel-image-container{width:100%}.pr-hotel-card-wr .pr-hotel-details{-webkit-margin-start:0;margin-inline-start:0}.pr-hotel-card-wr .pr-hotel-detail-row{display:flex}.pr-header-content{flex-wrap:wrap;padding:5px 10px 10px!important}.pr-header-content .pr-header-content-edit{right:-11px!important;top:25px}.pr-header-content-title{margin-top:10px;order:2;text-align:center;width:100%}.pr-header-content img{height:25px!important;width:100px!important}.proposal-footer{flex-wrap:wrap}.proposal-footer-customize{margin-bottom:10px;width:100%}.proposal-footer-customize .row{margin:0 -3px}.proposal-footer-customize .col-5{padding:0 3px;width:50%}.pr-print{flex-direction:column;gap:10px;padding:10px 20px;width:100%}.pr-print .display-flex{display:flex;flex-direction:column;gap:10px}.pr-print .btn{margin:0;width:100%}.proposal-content{-webkit-padding-end:0;padding-inline-end:0}.pr-html .single-proposal{padding:0 20px}.pr-html .single-proposal-config{margin:10px 20px;width:calc(100% - 40px)}.pr-html .single-proposal-config .col-5{width:50%}.pr-html .single-proposal-config .col-2{margin-top:10px;width:100%}.pr-ticket{flex-direction:column}.pr-ticket-logo{-webkit-margin-end:0;margin-inline-end:0;width:100%!important}.pr-ticket-info{margin-top:10px;max-width:100%!important}.pr-ticket-total{flex-direction:column-reverse}#pr-footer{left:0!important}#pr-footer>div{margin:0!important}}.tb-wr{align-items:stretch;display:flex;flex-direction:row-reverse;gap:20px;margin-top:10px}.tb-wr .proposal-title{align-items:stretch;flex-direction:column}.tb-wr .proposal-title>.text-bold{margin-bottom:15px}.tb-wr .proposal-title .flex{align-items:center;flex-wrap:wrap;gap:12px 16px}.tb-wr .proposal-title .flex>.position-relative{flex:0 0 100%}.tb-wr .proposal-title .flex>.position-relative>div{position:static!important;width:100%!important}.tb-wr .proposal-title .flex .checkbox-wrapper{align-items:center;display:inline-flex;white-space:nowrap}.tb-hotel-card-draft .tb-hotel-card{border-color:var(--color-contrast);border-style:dashed}.tb-wr-preview{justify-content:center;margin-top:0;width:100%}.tb-wr-preview .tb-proposal{max-height:none;min-width:0;padding:20px 24px;width:100%}.tb-proposal{background:#f7f8fa;border:1px solid var(--color-border);border-radius:6px;margin-bottom:20px;min-width:360px;padding:12px;width:68%}.tb-list,.tb-proposal{max-height:calc(100vh - 120px);overflow-y:auto}.tb-list{min-height:0;width:32%}.tb-list .proposal2-det{display:none}.tb-list .proposal2-slider{width:100%}.tb-list .proposal-footer{display:none}.tb-list .proposal-block{margin-bottom:10px}.tb-list .proposal-title{border-bottom:1px solid #e2e7ef;margin-bottom:8px;padding-bottom:6px}.tb-list .proposal-block,.tb-list .proposal-table-wr{max-width:100%}.tb-list .proposal-table-wr{background:#fff;border:1px solid #d5dbe6;border-radius:6px;box-sizing:border-box;overflow:hidden}.tb-list .proposal-table{background:#fff;border-collapse:collapse;min-width:456px;table-layout:auto;width:100%}.tb-list .proposal-table thead{display:none}.tb-list .proposal-table tbody tr:not(:has(>.proposal-table-title[colspan])){border-bottom:1px solid #eef1f6}.tb-list .proposal-table tbody tr:not(:has(>.proposal-table-title[colspan])):hover td:not(.proposal-table-title){background:#f8fafc}.tb-list .proposal-table tbody td:not(.proposal-table-title){padding:7px 6px;vertical-align:middle}.tb-list .proposal-table tbody tr>td:nth-child(3):not(.proposal-table-title),.tb-list .proposal-table tbody tr>td:nth-child(5):not(.proposal-table-title){font-feature-settings:"tnum";box-sizing:border-box;font-variant-numeric:tabular-nums;overflow:hidden;white-space:nowrap}.tb-list .proposal-table tbody tr>td:nth-child(4):not(.proposal-table-title),.tb-list .proposal-table tbody tr>td:nth-child(6):not(.proposal-table-title){box-sizing:border-box;color:#4b71a3;font-weight:600;overflow:hidden;padding-left:10px;text-align:left;white-space:nowrap}.tb-list .proposal-table tbody tr.proposal-flight-summary:first-child td.proposal-table-title{border-top:none}.tb-list .proposal-table tbody td.proposal-table-title{border-bottom:1px solid #d5dbe6;border-top:2px solid #d5dbe6;line-height:1.35}.tb-list .proposal-table tbody tr.proposal-flight-summary>td.proposal-table-title:first-child{max-width:calc(100% - 116px);overflow:hidden;padding:0;width:auto}.tb-list .proposal-table tbody tr.proposal-flight-summary>td.proposal-table-title:nth-child(2){border:none!important;display:none;max-width:0!important;min-width:0!important;padding:0!important;width:0!important}.tb-list .proposal-table tbody tr>td:first-child:not(.proposal-table-title),.tb-list .proposal-table thead th:first-child{max-width:48px;min-width:48px;padding-left:6px;padding-right:4px;text-align:center;width:48px}.tb-list .proposal-table tbody tr>td:nth-child(2):not(.proposal-table-title),.tb-list .proposal-table tbody tr>td:nth-child(7):not(.proposal-table-title),.tb-list .proposal-table tbody tr>td:nth-child(8):not(.proposal-table-title),.tb-list .proposal-table thead th:nth-child(2),.tb-list .proposal-table thead th:nth-child(7),.tb-list .proposal-table thead th:nth-child(8){border:none!important;display:none;max-width:0!important;min-width:0!important;padding:0!important;width:0!important}.tb-list .proposal-table tbody tr>td:nth-child(3):not(.proposal-table-title),.tb-list .proposal-table tbody tr>td:nth-child(5):not(.proposal-table-title),.tb-list .proposal-table thead th:nth-child(3),.tb-list .proposal-table thead th:nth-child(5){max-width:112px;min-width:112px;width:112px}.tb-list .proposal-table tbody tr>td:nth-child(4):not(.proposal-table-title),.tb-list .proposal-table tbody tr>td:nth-child(6):not(.proposal-table-title),.tb-list .proposal-table thead th:nth-child(4),.tb-list .proposal-table thead th:nth-child(6){max-width:52px;min-width:52px;width:52px}.tb-list .proposal-table tbody tr>td:nth-child(4):not(.proposal-table-title) span:not(.text-bold),.tb-list .proposal-table tbody tr>td:nth-child(6):not(.proposal-table-title) span:not(.text-bold){display:none}.tb-list .proposal-table tbody tr>td:first-child:not(.proposal-table-title) img{display:block;height:auto;margin:0 auto;width:28px}.tb-list .proposal-table thead th:nth-child(9){display:none}.tb-list .proposal-table tbody tr.proposal-flight-summary>td.proposal-table-title:nth-child(3),.tb-list .proposal-table thead th:nth-child(10){box-sizing:border-box;max-width:116px!important;min-width:116px!important;overflow:visible;padding:8px 10px 8px 4px!important;position:-webkit-sticky;position:sticky;right:0;text-align:right;text-overflow:clip;vertical-align:middle;white-space:nowrap;width:116px!important;z-index:2}.tb-list .proposal-table tbody tr.proposal-flight-summary>td.proposal-table-title:nth-child(3) .flex-row-end,.tb-list .proposal-table thead th:nth-child(10) .flex-row-end{gap:10px;justify-content:flex-end;margin-right:0!important}.tb-list .proposal-table tbody tr.proposal-flight-summary>td.proposal-table-title:nth-child(3) .ml-10,.tb-list .proposal-table thead th:nth-child(10) .ml-10{margin-left:0!important}.tb-list .proposal-table tbody tr.proposal-flight-summary>td.proposal-table-title:nth-child(3) .cur-poi,.tb-list .proposal-table thead th:nth-child(10) .cur-poi{flex-shrink:0}.tb-list .proposal-table .proposal-table-title{white-space:normal;word-break:break-word}.tb-list .proposal-table .proposal-table-title.text-nowrap{white-space:normal}.tb-list .proposal-table .proposal-table-title .text-contrast{color:#4b71a3}.tb-list .proposal-flight-summary-inner{align-items:center;display:flex;flex-wrap:wrap;gap:10px;padding:8px 6px}.tb-list .proposal-flight-summary-inner>div:not(.ph-5)+.ph-5,.tb-list .proposal-flight-summary-inner>div:not(.proposal-flight-summary-routes),.tb-list .proposal-flight-summary-inner>span.ph-10~.ph-5:nth-last-child(2),.tb-list .proposal-flight-summary-provider{display:none}.tb-list .proposal-flight-summary-routes{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:4px 10px;min-width:0;overflow:hidden}.tb-list .proposal-flight-summary-leg{align-items:center;display:inline-flex;flex-wrap:nowrap;gap:2px;white-space:nowrap}.tb-list .proposal-flight-summary-pax{flex-shrink:0;margin:0;white-space:nowrap}.tb-list .proposal-flight-summary-routes .text-contrast{color:#4b71a3;font-weight:600}.tb-empty{color:#8a94a6;font-size:13px}.tb-top-bar{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:12px}.tb-main-title{flex:1 1;font-size:18px;font-weight:700;min-width:0}.tb-top-bar-actions{align-items:flex-end;display:flex;flex-direction:row;flex-shrink:0;gap:6px;position:relative}.tb-total-delta{align-items:flex-end;background:#eef2f8;border:1px solid #d5dbe6;border-radius:6px;display:flex;gap:2px;padding:3px 10px;position:absolute;right:130px;top:-4px;white-space:nowrap}.tb-total-delta-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.tb-total-delta-value{font-size:18px;font-weight:700}.tb-footer{display:flex;justify-content:flex-end;margin-top:15px}.tb-slots{gap:10px}.tb-slot,.tb-slots{display:flex;flex-direction:column}.tb-slot{align-items:stretch;background:#fff;border:1px solid #d5dbe6;border-radius:6px;gap:12px;justify-content:flex-start;min-height:300px;padding:18px;width:100%}.tb-slot-subsection{display:flex;flex-direction:column;gap:12px}.tb-proposal .tb-slot-subsection{border:1px solid var(--color-contrast);border-radius:var(--border-radius);padding:10px}.tb-proposal .tb-slot-subsection .tb-hotel-image{position:relative;top:-42px}.tb-slot-meta{align-items:baseline;display:flex;gap:12px;justify-content:center;white-space:nowrap}.tb-slot-city{font-size:20px;font-weight:600;line-height:1.2}.tb-slot-date{font-size:14px;line-height:1.2}.tb-slot-plus{align-items:center;align-self:center;border:2px solid #4b71a3;border-radius:50%;color:#4b71a3;display:flex;font-size:54px;height:90px;justify-content:center;line-height:1;width:90px}.tb-hotels-row{align-items:stretch;display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;padding-bottom:4px}.tb-hotel-card{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #d5dbe6;border-radius:6px;box-sizing:border-box;color:var(--text-color);cursor:pointer;display:flex;flex-basis:calc(33.33333% - 6.66667px);flex-direction:column;flex-grow:0;flex-shrink:0;height:82px;min-height:82px;min-width:0;padding:10px;text-align:left}.tb-hotel-card-active{background:#f5f8ff;border-color:#4b71a3;box-shadow:0 0 0 2px #4b71a333}.tb-hotel-card-compound.tb-hotel-card-active{box-shadow:0 0 0 2px #4b71a359}.tb-hotel-card-name{font-size:.95rem;font-weight:600;overflow-x:hidden;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.tb-hotel-card-rating{margin-bottom:-10px;margin-top:-6px;transform:scale(.72);transform-origin:left center}.tb-hotel-card-price{align-items:flex-end;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;gap:10px;justify-content:space-between;line-height:1.2;margin-top:auto;min-height:24px;text-align:right}.tb-hotel-card-price-empty{visibility:hidden}.tb-hotel-card-wrap{position:relative}.tb-hotel-card-wrap .tb-hotel-card-source-btns{bottom:4px;display:flex;gap:4px;left:4px;opacity:0;pointer-events:none;position:absolute;transition:opacity .15s ease;z-index:2}.tb-hotel-card-wrap:hover .tb-hotel-card-source-btns{opacity:1;pointer-events:auto}.tb-hotel-card-wrap .tb-hotel-image-remove{opacity:0;pointer-events:none;transition:opacity .15s ease}.tb-hotel-card-wrap:focus-within .tb-hotel-image-remove,.tb-hotel-card-wrap:hover .tb-hotel-image-remove{opacity:1;pointer-events:auto}.tb-hotel-card-wrap.tb-hotel-card-excluded .tb-hotel-card{filter:grayscale(.4);opacity:.45}.tb-hotel-card-wrap.tb-hotel-card-excluded .tb-hotel-image-remove{opacity:1;pointer-events:auto}.tb-hotel-card-wrap .tb-hotel-card-restore{color:var(--color-primary)}.tb-option-row{align-items:flex-start;display:flex;gap:12px}.tb-option-row-content{display:flex;flex:1 1;flex-direction:column;gap:12px;min-width:0}.tb-slot-status{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.tb-slot-status .c-dropdown-opener{width:100%}.tb-slot-status-column{align-items:stretch;display:flex;flex-direction:column;flex-shrink:0;gap:8px;width:132px}.tb-slot-date-badge{align-items:center;border:1px solid var(--color-border);border-radius:6px;box-shadow:0 1px 2px #37445b1f;display:flex;gap:6px;min-width:100%;padding:4px 8px}.tb-slot-date-badge-day{color:#111a2f;font-size:32px;font-weight:700;line-height:.95}.tb-slot-date-badge-meta{display:flex;flex-direction:column;gap:2px;line-height:.95}.tb-slot-date-badge-month,.tb-slot-date-badge-weekday{color:#111a2f;font-size:16px;letter-spacing:.02em}.tb-slot-date-badge-month{font-weight:700}.tb-slot-date-badge-weekday{font-weight:400}.tb-slot-status-dropdown .c-dropdown-row{font-size:12px;padding:8px 10px;white-space:nowrap}.tb-flight-row-title{font-size:12px;font-weight:600}.tb-flight-card-head{align-items:center;display:flex;flex:1 1;gap:8px;min-height:0}.tb-flight-logo-wrapper{position:relative;width:65px}.tb-flight-logo{flex:0 0 auto;height:65px;left:0;object-fit:contain;position:absolute;top:-34px;width:65px}.tb-flight-schedule-inline{font-size:.8rem;font-weight:600;line-height:1.2;white-space:nowrap}.tb-hotel-card-price-value{white-space:nowrap}.tb-hotel-image{flex-shrink:0;width:100%}.tb-hotel-image-input{display:none}.tb-hotel-image-preview-wrap{position:relative;width:100%}.tb-hotel-image-preview,.tb-hotel-image-upload{box-sizing:border-box;height:42px;width:100%}.tb-hotel-image-remove{align-items:center;background:var(--color-0);border:none;border-radius:50%;box-shadow:0 1px 3px #0003;color:var(--color-danger);cursor:pointer;display:flex;font-size:.7rem;height:18px;justify-content:center;line-height:1;padding:0;position:absolute;right:2px;top:2px;width:18px;z-index:2}.tb-hotel-image-remove:disabled{cursor:not-allowed;opacity:.5}.tb-hotel-image-upload{align-items:center;display:flex;justify-content:center;padding:0 8px}.tb-hotel-image-preview{background:var(--color-0);border:1px solid var(--color-border);border-radius:var(--border-radius);cursor:pointer;display:block;overflow:hidden;padding:0;position:relative}.tb-hotel-image-preview img{display:block;height:100%;object-fit:cover;width:100%}.tb-hotel-image-preview:focus-visible .tb-hotel-image-preview-overlay,.tb-hotel-image-preview:hover .tb-hotel-image-preview-overlay{opacity:1}.tb-hotel-image-preview-overlay{align-items:center;background:#00000073;color:var(--color-0);display:flex;font-size:.75rem;font-weight:600;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .15s ease}.pr-html-trip-builder{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;padding:24px 20px 40px}.pr-html-trip-builder>*{max-width:1100px;width:100%}.pr-html-trip-builder:has(.tb-client-column){padding-top:0}.single-proposal-container.pr-html-trip-builder{max-height:calc(100vh - 170px);min-height:0;overflow-y:auto}.tb-hotel-group{background:#fff;border:2px solid #4b71a32e;border-radius:10px;overflow:hidden}.tb-hotel-group-open{border-color:#4b71a38c;box-shadow:0 0 0 2px #4b71a324}.tb-hotel-group-toggle{align-items:center;background:#fff;border:0;border-radius:0;box-sizing:border-box;cursor:pointer;display:flex;gap:12px;justify-content:space-between;padding:12px 14px;text-align:left;width:100%}.tb-hotel-group-toggle-open{border-bottom:1px solid #e5eaf2}.tb-hotel-group-toggle-active{background:#f5f8ff}.tb-hotel-group-toggle-active .tb-hotel-group-toggle-selection{background:#eaf8ee;border-color:#bfe7c9;color:#2e7d46}.tb-hotel-group-toggle-left{align-items:center;display:flex;gap:12px;min-width:0}.tb-hotel-group-toggle-img{border-radius:8px;flex:0 0 auto;height:44px;object-fit:cover;width:44px}.tb-hotel-group-toggle-img-empty{display:none}.tb-hotel-group-toggle-text{display:flex;flex-direction:column;gap:4px;line-height:1.1;min-width:0}.tb-hotel-group-toggle-city{font-size:1.2rem;font-weight:700}.tb-hotel-group-toggle-city,.tb-hotel-group-toggle-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tb-hotel-group-toggle-meta{color:#7a879d;font-size:.9rem}.tb-hotel-group-toggle-right{align-items:center;display:flex;flex-shrink:0;gap:10px}.tb-hotel-group-toggle-selection{background:#f2f4f7;border:1px solid #e3e8f0;border-radius:999px;color:#8a94a6;font-size:.9rem;font-weight:600;max-width:220px;overflow:hidden;padding:8px 12px;text-overflow:ellipsis;white-space:nowrap}.tb-hotel-group-toggle-caret-open{transform:rotate(180deg)}.tb-hotel-group-content{background:#f9fbfe;padding:12px}.tb-hotel-group-title-row{align-items:center;display:flex;gap:12px;margin:0 0 10px}.tb-hotel-group-title-row:after{background:#e2e7ef;content:"";flex:1 1;height:1px}.tb-hotel-group-title{color:#9aa3b2;font-size:.9rem;font-weight:700;letter-spacing:.14em;white-space:nowrap}.tb-hotel-group-expanded-img{border-radius:var(--border-radius);box-sizing:border-box;display:block;height:250px;margin-bottom:12px;object-fit:cover;width:100%}.tb-hotel-group-expanded-img-empty{display:none}.tb-hotels-list{display:flex;flex-direction:column;gap:14px}.tb-flight-single-row{width:100%}.tb-flight-expanded-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.tb-flight-option-card{align-items:center;background:#f8fcff;border:1px solid #dbe2ed;border-radius:14px;box-sizing:border-box;cursor:pointer;display:flex;gap:16px;justify-content:space-between;padding:14px 16px;text-align:left;width:100%}.tb-flight-option-card-active{border-color:#badce5;box-shadow:0 0 0 1px #64a6b633}.tb-flight-option-left{align-items:center;display:flex;flex:1 1;gap:14px;min-width:0}.tb-flight-option-provider{align-items:center;display:flex;flex:0 0 170px;width:170px}.tb-flight-option-logo{height:48px;margin:auto;object-fit:cover;width:80px}.tb-flight-option-main{display:flex;flex:1 1;flex-direction:column;gap:6px;min-width:0}.tb-flight-option-row-labels{color:#9aa3b2;display:flex;font-size:.8rem;font-weight:700;justify-content:space-between;letter-spacing:.04em}.tb-flight-option-row-codes{grid-gap:8px;align-items:center;color:#2b3445;display:grid;font-size:1.2rem;font-weight:700;gap:8px;grid-template-columns:1fr auto 1fr}.tb-flight-option-row-codes span:last-child{text-align:right}.tb-flight-option-arrow{color:#88b8c7;font-size:.95rem}.tb-flight-option-row-times{color:#7fc5d6;display:flex;font-size:1.2rem;font-weight:700;justify-content:space-between}.tb-flight-option-row-meta{color:#8e98a8;font-size:.8rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tb-flight-option-right{align-items:flex-end;display:flex;flex:0 0 auto;flex-direction:column;gap:8px}.tb-flight-option-price{font-size:1.2rem;font-weight:700;white-space:nowrap}.tb-flight-option-expand-btn{align-items:center;background:#0000;border:0;cursor:pointer;display:inline-flex;justify-content:center;padding:2px 0}.tb-flight-option-expand-caret-open{transform:rotate(180deg)}.tb-hotel-option-card{align-items:flex-start;background:#fff;border:2px solid #e7ebf2;border-radius:12px;cursor:pointer;display:flex;gap:18px;justify-content:space-between;padding:14px 16px;text-align:left;width:100%}.tb-hotel-option-card-active{border-color:#b7e4ea;box-shadow:0 0 0 1px #73c3cf47}.tb-hotel-option-card-left{display:flex;flex-direction:column;gap:8px;min-width:0}.tb-hotel-option-card-head{align-items:center;display:flex;gap:10px}.tb-hotel-option-card-right{align-items:flex-end;display:flex;flex-direction:column;line-height:1;min-width:130px}.tb-hotel-option-checkbox{background:#fff;border:2px solid #e2e7ef;border-radius:6px;flex:0 0 auto;height:22px;position:relative;width:22px}.tb-hotel-option-checkbox-active{background:linear-gradient(#fff,#f2fcfe);border-color:#73c3cf}.tb-hotel-option-checkbox-active:after{border:solid #4a95a0;border-width:0 2px 2px 0;content:"";height:10px;left:6px;position:absolute;top:4px;transform:rotate(45deg);width:5px}.tb-hotel-option-badge{background:#f4f5f7;border-radius:999px;color:#9fa7b3;font-size:.7rem;font-weight:700;letter-spacing:.08em;padding:5px 10px}.tb-hotel-option-name{color:#1f2430;font-size:1.2rem;font-weight:700;line-height:1.05;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tb-hotel-option-rating{margin-bottom:-6px;margin-top:-4px;transform:scale(.9);transform-origin:left center}.tb-hotel-option-nights{color:#717a8a;font-size:.9rem;line-height:1.1}.tb-hotel-option-details{align-items:center;background:#fdf4f8;border-radius:999px;color:#8f3456;display:inline-flex;font-size:.9rem;font-weight:600;padding:6px 12px;width:-webkit-fit-content;width:fit-content}.tb-hotel-option-price{color:#161d2e;font-size:1.2rem;font-weight:700}.tb-hotel-option-price-sub{color:#7f8898;font-size:.9rem;margin-top:4px}.pr-actions{margin:auto;max-width:970px}.pr-actions-bar{align-items:center;background:#fff;border:1px solid #d5dbe6;border-radius:10px;box-shadow:0 1px 2px #1018280f;display:flex;gap:14px;justify-content:space-between;padding:12px 14px}.pr-actions-left,.pr-actions-right{align-items:center;display:flex;gap:10px;min-width:0}.pr-actions-left{flex:1 1}.pr-actions-email{height:36px;max-width:420px;width:100%}.pr-actions-btn{align-items:center;display:inline-flex;height:36px;justify-content:center;min-width:40px;padding:0 10px}.pr-actions-loader{display:flex;justify-content:center;margin-top:10px}.pr-html-uneditable .tb-hotel-card-source-btns,.pr-html-uneditable .tb-hotel-image-preview-overlay,.pr-html-uneditable .tb-hotel-image-remove,.pr-html-uneditable .tb-hotel-image-upload,.pr-html-uneditable .tb-total-delta{display:none}.pr-html-uneditable .c-dropdown-opener,.pr-html-uneditable .checkbox-wrapper,.pr-html-uneditable .tb-hotel-card,.pr-html-uneditable .tb-hotel-image-preview{pointer-events:none}.pr-actions-plain{max-width:none;width:100%}.pr-actions-bar-plain{background:#0000;border:0;box-shadow:none;padding:0;width:100%}.tb-client-column{--tb-hotel-tag-board-bg:#e7f6ec;--tb-hotel-tag-board-text:#4f8a62;--mp-hotel-option-badge-bg:#f3ebe1;--mp-hotel-option-badge-text:#8a6f57;--mp-hotel-warm:#9b4d4d;align-items:stretch;display:flex;flex-direction:column}.tb-client-column-body{display:flex;flex-direction:column;width:100%}.tb-client-column .tb-flight-option-arrow-icon{font-size:2rem}.tb-client-column .tb-client-selection-actions{display:flex;gap:10px;margin-top:10px}.tb-client-column .tb-client-selection-actions .btn{flex:1 1;width:auto}.tb-proposal-main-image{box-sizing:border-box;display:block;height:300px;object-fit:cover;width:100%}.tb-proposal-main-image-wrap{flex-shrink:0;margin:0 calc(50% - 50vw) 16px;max-width:100vw;overflow:hidden;width:100vw}.tb-wr .tb-top-bar-actions{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px 12px}.tb-wr .tb-top-bar-actions .tb-total-delta{flex-shrink:0;position:static;right:auto;top:auto}.tb-wr .tb-top-bar-actions .tb-proposal-image{flex-shrink:0;min-width:0;width:auto}.tb-wr .tb-top-bar-actions .tb-proposal-image .tb-hotel-image-preview-wrap,.tb-wr .tb-top-bar-actions .tb-proposal-image .tb-hotel-image-upload{width:170px}.tb-wr .tb-top-bar-actions .tb-proposal-image .tb-hotel-image-preview{width:100%}.pr-trip-builder .tb-option-row{align-items:stretch}.pr-trip-builder .tb-option-row>.tb-slot-status{align-self:stretch;display:flex;flex-direction:column}.tb-trip-builder-proposal .tb-hotels-row-fit{-webkit-overflow-scrolling:touch;align-items:stretch;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.tb-trip-builder-proposal .tb-hotels-row-fit .tb-hotel-card-wrap{flex-basis:calc(33.333% - 7.5px);flex-grow:0;flex-shrink:0;width:calc(33.333% - 7.5px)}.tb-trip-builder-proposal .tb-hotels-row-fit .tb-hotel-card{box-sizing:border-box;height:100%;width:100%}.tb-trip-builder-proposal .tb-hotels-row-fit .tb-hotel-card-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tb-trip-builder-proposal .tb-hotels-row-fit .tb-hotel-card:has(.tb-flight-card-head){height:auto;min-height:82px;overflow:hidden}.tb-trip-builder-proposal .tb-hotels-row-fit .tb-flight-card-head{min-width:0}.tb-trip-builder-proposal .tb-hotels-row-fit .tb-flight-card-head .tb-hotel-card-name{flex:1 1;min-width:0}.tb-trip-builder-proposal .tb-hotels-row-fit .tb-flight-logo-wrapper{flex-shrink:0;width:48px}.tb-trip-builder-proposal .tb-hotels-row-fit .tb-flight-logo{height:48px;top:-20px;width:48px}.tb-trip-builder-proposal .tb-hotels-row-fit .tb-hotel-card:has(.tb-flight-card-head) .tb-hotel-card-price{align-items:flex-end;flex-wrap:wrap;gap:2px 6px;min-width:0}.tb-trip-builder-proposal .tb-hotels-row-fit .tb-flight-schedule-inline{flex:1 1 100%;font-size:.72rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tb-trip-builder-proposal .tb-hotels-row-fit .tb-hotel-card:has(.tb-flight-card-head) .tb-hotel-card-price-value{flex:0 0 auto;margin-left:auto}.pr-trip-builder.tb-client-column{--tb-client-gutter:clamp(20px,6vw,140px);--tb-client-selection-width:400px;--tb-app-header-height:0;gap:0}.pr-trip-builder.tb-client-column .tb-client-layout{align-items:stretch;display:flex;flex-direction:row-reverse;gap:0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw}.pr-trip-builder.tb-client-column .tb-client-main{box-sizing:border-box;flex:1 1;margin-right:80px;min-width:0;padding-left:var(--tb-client-gutter)}.pr-trip-builder.tb-client-column .tb-client-selection{align-self:flex-start;background:#fff;border-left:1px solid #e8ecef;box-sizing:border-box;display:flex;flex:0 0 var(--tb-client-selection-width);flex-direction:column;height:calc(100vh - var(--tb-app-header-height));max-height:calc(100vh - var(--tb-app-header-height));overflow:hidden;padding:24px 20px;position:-webkit-sticky;position:sticky;top:var(--tb-app-header-height);width:var(--tb-client-selection-width)}.pr-trip-builder.tb-client-column .tb-client-selection-header{flex-shrink:0;margin-bottom:20px}.pr-trip-builder.tb-client-column .tb-client-selection-title{color:#1a1f26;font-size:1.75rem;font-weight:400;line-height:1.2;margin:0 0 6px}.pr-trip-builder.tb-client-column .tb-client-selection-subtitle{line-height:1.4;margin:0}.pr-trip-builder.tb-client-column .tb-client-selection-progress-wrap{align-items:center;display:flex;flex-direction:column;flex-shrink:0;margin-bottom:20px}.pr-trip-builder.tb-client-column .tb-client-selection-progress{--tb-selection-progress:0;background:conic-gradient(#e74c3c calc(var(--tb-selection-progress)*1%),#eef2f5 0);border-radius:50%;display:grid;height:112px;margin-bottom:8px;place-items:center;width:112px}.pr-trip-builder.tb-client-column .tb-client-selection-progress-inner{align-items:center;background:#fff;border-radius:50%;display:flex;flex-direction:column;height:88px;justify-content:center;text-align:center;width:88px}.pr-trip-builder.tb-client-column .tb-client-selection-progress-value{color:#1a1f26;font-size:1.5rem;font-weight:400;line-height:1}.pr-trip-builder.tb-client-column .tb-client-selection-progress-label{color:#9aa8b3;font-size:.65rem;letter-spacing:.08em;margin-top:4px}.pr-trip-builder.tb-client-column .tb-client-selection-progress-meta{line-height:1.4}.pr-trip-builder.tb-client-column .tb-client-selection-list-wrap{-webkit-overflow-scrolling:touch;flex:1 1;margin-bottom:16px;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:12px}.pr-trip-builder.tb-client-column .tb-client-selection-empty{align-items:center;border:1px dashed #d5dde3;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:32px 16px;text-align:center}.pr-trip-builder.tb-client-column .tb-client-selection-empty-icon{font-size:1.25rem;margin-bottom:12px}.pr-trip-builder.tb-client-column .tb-client-selection-empty-title{margin-bottom:4px}.pr-trip-builder.tb-client-column .tb-client-selection-list{display:flex;flex-direction:column;gap:14px;list-style:none;margin:0;padding:0 0 8px}.pr-trip-builder.tb-client-column .tb-client-selection-item{align-items:flex-start;display:flex;gap:10px;min-width:0}.pr-trip-builder.tb-client-column .tb-client-selection-item-dot{background:#e74c3c;border-radius:50%;flex-shrink:0;height:8px;margin-top:6px;width:8px}.pr-trip-builder.tb-client-column .tb-client-selection-item-main{flex:1 1;min-width:0}.pr-trip-builder.tb-client-column .tb-client-selection-item-title{line-height:1.3}.pr-trip-builder.tb-client-column .tb-client-selection-item-subtitle{line-height:1.3;margin-top:2px}.pr-trip-builder.tb-client-column .tb-client-selection-item-price{flex-shrink:0;white-space:nowrap}.pr-trip-builder.tb-client-column .tb-client-selection-footer{display:flex;flex-direction:column;flex-shrink:0;gap:12px}.pr-trip-builder.tb-client-column .tb-client-selection-total{background:#1a1f26;border-radius:12px;color:#fff;padding:16px}.pr-trip-builder.tb-client-column .tb-client-selection-total-head{display:flex;gap:8px;justify-content:space-between;margin-bottom:8px}.pr-trip-builder.tb-client-column .tb-client-selection-total-label{color:#ffffff8c;font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}.pr-trip-builder.tb-client-column .tb-client-selection-total-value{font-size:2rem;font-weight:400;line-height:1.1;margin-bottom:6px}.pr-trip-builder.tb-client-column .tb-client-selection-total-breakdown{color:#ffffff8c;line-height:1.4;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pr-trip-builder.tb-client-column .tb-client-selection-total-note{border-top:1px solid #ffffff1f;color:#ffffff73;line-height:1.4;padding-top:12px}.pr-trip-builder.tb-client-column .tb-client-selection-submit{justify-content:center}.pr-trip-builder.tb-client-column .tb-hotel-group-transfer{--tb-transfer-accent:#6b5ce7;--tb-transfer-accent-bg:#f0edff;overflow:hidden}.pr-trip-builder.tb-client-column .tb-hotel-group-transfer:not(.tb-hotel-group-open)>.tb-hotel-group-toggle{border:none}.pr-trip-builder.tb-client-column .tb-hotel-group-transfer .tb-hotel-group-toggle-active .tb-hotel-group-toggle-selection{background:var(--tb-transfer-accent);color:#fff}.pr-trip-builder.tb-client-column .tb-hotel-group-transfer .tb-hotel-group-transfer-selection-empty{background:#0000;color:#9aa8b3;font-weight:400}.pr-trip-builder.tb-client-column .tb-hotel-group-transfer .tb-hotel-group-transfer-icon{align-items:center;background:var(--tb-transfer-accent-bg);border:none;color:var(--tb-transfer-accent);display:flex;justify-content:center;object-fit:fill}.pr-trip-builder.tb-client-column .tb-hotel-group-transfer .tb-hotel-option-card-active{border-color:var(--tb-transfer-accent)}.pr-trip-builder.tb-client-column .tb-hotel-group-transfer .tb-hotel-option-checkbox-active{background-color:var(--tb-transfer-accent);border-color:var(--tb-transfer-accent)}@media (max-width:820px){.tb-flight-option-card{align-items:flex-start;flex-direction:column}.tb-flight-option-provider{flex-basis:auto;width:auto}.tb-flight-option-right{align-items:flex-end;display:flex;justify-content:flex-end;width:100%}.tb-hotel-option-card{flex-direction:column;gap:10px}.tb-hotel-option-card-right{align-items:flex-start}}@media (max-width:720px){.pr-actions-bar{align-items:stretch;flex-direction:column}.pr-actions-right{justify-content:flex-end}.pr-actions-email{max-width:none}}.tb-client-selection-total{background:#1a1a1a;border-radius:14px;margin-top:22px;padding:18px 16px}.tb-client-selection-total-head{display:flex;flex-direction:column}.tb-client-selection-total-label{color:#8b949c;font-family:Jost,sans-serif;font-size:.52rem;font-weight:500;letter-spacing:.16em;margin-bottom:10px;text-transform:uppercase}.tb-client-selection-total-amount{align-items:flex-start;color:#fff;display:flex;gap:2px;line-height:1;margin-bottom:6px}.tb-client-selection-total-currency{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:500;margin-top:4px}.tb-client-selection-total-value{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:500;letter-spacing:-.02em}.tb-client-selection-total-status{color:#8b949c;font-family:Source Sans\ 3,sans-serif;font-size:.72rem;font-weight:400;margin:0}.tb-client-selection-total-divider{border:0;border-top:1px solid #2e2e2e;margin:14px 0 12px}.tb-client-selection-total-note{color:#8b949c;font-family:Source Sans\ 3,sans-serif;font-size:.62rem;font-weight:400;line-height:1.45;margin:0}.pr-trip-builder.tb-client-column .tb-hotel-group-toggle-index{display:none}.pr-trip-builder.tb-client-column .mp-itinerary-heading{margin:24px 0 16px}.pr-trip-builder.tb-client-column .mp-itinerary-heading-label{font-size:.75rem;font-weight:500;letter-spacing:.06em;margin-bottom:4px;text-transform:uppercase}.pr-trip-builder.tb-client-column .mp-itinerary-heading-title{color:var(--color-dark);font-size:2rem;font-weight:500;line-height:1.25;margin:0 0 6px}.pr-trip-builder.tb-client-column .mp-itinerary-heading-subtitle{color:var(--color-text-light);font-size:.9rem;line-height:1.4;margin:0}.tb-client-summary{background:var(--color-bg-light);border-bottom:1px solid var(--color-border);margin:0 calc(50% - 50vw);max-width:100vw;width:100vw}.tb-client-summary .tb-total-delta-label{font-size:.7rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.tb-client-hero{color:#fff;margin:0 calc(50% - 50vw);max-width:100vw;min-height:360px;overflow:hidden;position:relative;width:100vw}.tb-client-hero-media{inset:0;position:absolute}.tb-client-hero-image{height:100%;object-fit:cover;width:100%}.tb-client-hero-overlay{background:linear-gradient(90deg,#0000008c,#0003 55%,#0000),linear-gradient(180deg,#00000040,#0009);inset:0;position:absolute}.tb-client-hero-content{max-width:720px;padding:24px clamp(20px,5vw,80px) 100px;position:relative;text-shadow:0 1px 10px #0000008c;z-index:1}.tb-client-hero-title{font-size:1.5rem;font-weight:500;line-height:1.2;margin:0 0 8px}.tb-client-hero-title-accent,.tb-client-hero-title-line{display:block}.tb-client-hero-subtitle{font-size:.9rem;line-height:1.45;margin:0;max-width:34rem}.tb-client-hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tb-client-hero-pill{align-items:center;background:#00000059;border-radius:999px;display:inline-flex;font-size:.8rem;gap:6px;padding:5px 12px}.tb-client-hero-pill-theme{background:#00000059}.tb-client-hero-scroll{align-items:center;background:none;border:0;color:#fff;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:500;gap:6px;letter-spacing:.08em;margin-top:20px;padding:0;text-transform:uppercase}.tb-client-hero-summary{bottom:0;box-shadow:0 -4px 12px #00000014;left:0;position:absolute;right:0;z-index:2}.tb-client-hero-summary .tb-client-summary{border-bottom:0;margin:0;max-width:100%;width:100%}.tb-client-column
.tb-slot-subsection:has(.tb-hotel-group:not(.tb-hotel-group-transfer))+.tb-slot-subsection:has(.tb-hotel-group:not(.tb-hotel-group-transfer)):before{background:var(--color-border);content:"";display:block;height:30px;margin:-13px 0 -17px 25px;width:1px}.single-proposal-container.pr-html-trip-builder:has(.pr-html-uneditable){display:flex;flex-direction:column;max-height:calc(100vh - 130px)}.single-proposal-container.pr-html-trip-builder:has(.pr-html-uneditable){max-height:calc(100vh - 60px)}.single-proposal-container.pr-html-trip-builder .pr-html-uneditable{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.single-proposal-container.pr-html-trip-builder .pr-html-uneditable .tb-wr{display:flex;flex:1 1;flex-direction:column;min-height:0}.single-proposal-container.pr-html-trip-builder .pr-html-uneditable .tb-proposal{display:grid;flex:1 1;grid-template-rows:auto minmax(0,1fr) auto;min-height:0}.single-proposal-container.pr-html-trip-builder .pr-html-uneditable .tb-slot,.single-proposal-container.pr-html-trip-builder .pr-html-uneditable .tb-slots{min-height:0;overflow-x:hidden;overflow-y:auto}.single-proposal-container.pr-html-trip-builder .pr-html-uneditable .tb-footer{flex-shrink:0}.pr-trip-builder.tb-client-column{--tb-hotel-tag-room-bg:#e8f4f8;--tb-hotel-tag-room-text:#3d8fa0;--tb-hotel-tag-board-bg:#e7f6ec;--tb-hotel-tag-board-text:#4f8a62}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-group-expanded-img-empty{display:none}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-card{align-items:flex-start;gap:14px}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-card-img{background:#edf2f5;border-radius:8px;flex:0 0 72px;height:72px;object-fit:cover;width:72px}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-card-left{flex:1 1;min-width:0}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-rating{margin-bottom:8px}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-tag{align-items:center;border-radius:999px;display:inline-flex;font-size:.72rem;font-weight:500;line-height:1.25;max-width:100%;overflow:hidden;padding:4px 8px;text-overflow:ellipsis;white-space:nowrap}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-room-row{align-items:flex-start;background:#0000;border:0;color:inherit;cursor:default;display:flex;font:inherit;gap:8px;padding:0;text-align:left;width:100%}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-room-row-clickable{cursor:pointer}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-tag-room{background:var(--tb-hotel-tag-room-bg);color:var(--tb-hotel-tag-room-text)}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-tag-board{background:var(--tb-hotel-tag-board-bg);color:var(--tb-hotel-tag-board-text)}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-tag-cxl{white-space:normal}@media (max-width:768px){.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-card{align-items:stretch;flex-direction:column;gap:0;overflow:hidden;padding:0}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-card-img{border-radius:0;flex:none;height:160px;width:100%}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-card-left,.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-card-right{padding:12px 14px}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-card-right{align-items:center;border-top:1px solid #e8ecef;flex-direction:row;justify-content:space-between;width:100%}}@media (max-width:500px){.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-card-img{height:140px}.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-card-left,.pr-trip-builder.tb-client-column .tb-hotel-group:not(.tb-hotel-group-transfer) .tb-hotel-option-card-right{padding:10px 12px}}@media (max-width:768px){.pr-html-trip-builder:has(.tb-client-column){padding-bottom:24px;padding-left:0;padding-right:0}}@media (max-width:768px){.pr-trip-builder.tb-client-column{--tb-client-gutter:20px;--tb-client-selection-width:100%}.pr-trip-builder.tb-client-column .tb-client-layout{flex-direction:column;margin-left:0;margin-right:0;max-width:100%;width:100%}.pr-trip-builder.tb-client-column .tb-client-main{margin-right:0;padding-left:var(--tb-client-gutter);padding-right:var(--tb-client-gutter)}.pr-trip-builder.tb-client-column .tb-client-selection{border-left:0;border-top:1px solid #e8ecef;flex:0 0 auto;height:auto;max-height:none;max-width:100%;padding:20px var(--tb-client-gutter);position:static;top:auto;width:100%}.pr-trip-builder.tb-client-column .tb-client-selection-title{font-size:1.5rem}.pr-trip-builder.tb-client-column .tb-client-selection-progress{height:96px;width:96px}.pr-trip-builder.tb-client-column .tb-client-selection-progress-inner{height:76px;width:76px}.pr-trip-builder.tb-client-column .tb-client-selection-progress-value{font-size:1.25rem}.pr-trip-builder.tb-client-column .tb-client-selection-list-wrap{max-height:none;overflow:visible;padding-right:0}.pr-trip-builder.tb-client-column .mp-itinerary-heading{margin:20px 0 14px}.pr-trip-builder.tb-client-column .mp-itinerary-heading-title{font-size:1.6rem}.pr-trip-builder.tb-client-column .mp-itinerary-heading-subtitle{font-size:.85rem}.pr-trip-builder.tb-client-column .tb-hotel-group-toggle{align-items:flex-start;flex-wrap:wrap;gap:10px;padding:12px}.pr-trip-builder.tb-client-column .tb-hotel-group-toggle-left{flex-basis:calc(100% - 28px);flex-grow:1;flex-shrink:1;min-width:0}.pr-trip-builder.tb-client-column .tb-hotel-group-toggle-right{flex:1 1 100%;justify-content:space-between;width:100%}.pr-trip-builder.tb-client-column .tb-hotel-group-toggle-selection{flex:1 1;max-width:none;min-width:0;overflow:visible;text-overflow:clip;white-space:normal}.pr-trip-builder.tb-client-column .tb-hotel-group-toggle-city{font-size:1.05rem;white-space:normal}.pr-trip-builder.tb-client-column .tb-hotel-group-toggle-meta{white-space:normal}.pr-trip-builder.tb-client-column .tb-hotel-group-content{padding:10px}.pr-trip-builder.tb-client-column .tb-flight-option-card{gap:12px;padding:12px 14px}.pr-trip-builder.tb-client-column .tb-flight-option-row-codes,.pr-trip-builder.tb-client-column .tb-flight-option-row-times{font-size:1.05rem}.pr-trip-builder.tb-client-column .tb-flight-option-row-meta{display:flex;flex-direction:column;gap:2px;white-space:normal}}@media (max-width:500px){.pr-trip-builder.tb-client-column{--tb-client-gutter:16px}.pr-trip-builder.tb-client-column .tb-client-main{padding-left:var(--tb-client-gutter);padding-right:var(--tb-client-gutter)}.pr-trip-builder.tb-client-column .tb-client-selection{padding:16px var(--tb-client-gutter)}.pr-trip-builder.tb-client-column .tb-client-selection-title{font-size:1.35rem}.pr-trip-builder.tb-client-column .tb-client-selection-progress{height:84px;width:84px}.pr-trip-builder.tb-client-column .tb-client-selection-progress-inner{height:66px;width:66px}.pr-trip-builder.tb-client-column .tb-client-selection-progress-value{font-size:1.1rem}.pr-trip-builder.tb-client-column .tb-client-selection-item{flex-wrap:wrap;gap:6px 10px}.pr-trip-builder.tb-client-column .tb-client-selection-item-price{text-align:right;width:100%}.pr-trip-builder.tb-client-column .mp-itinerary-heading{margin:16px 0 12px}.pr-trip-builder.tb-client-column .mp-itinerary-heading-label{font-size:.7rem}.pr-trip-builder.tb-client-column .mp-itinerary-heading-title{font-size:1.35rem}.pr-trip-builder.tb-client-column .mp-itinerary-heading-subtitle{font-size:.8rem}.pr-trip-builder.tb-client-column .tb-hotel-group-toggle-img,.pr-trip-builder.tb-client-column .tb-hotel-group-transfer-icon{height:40px;width:40px}.pr-trip-builder.tb-client-column .tb-hotel-group-toggle-city{font-size:.95rem}.pr-trip-builder.tb-client-column .tb-hotel-group-toggle-meta{font-size:.8rem}.pr-trip-builder.tb-client-column .tb-hotel-group-toggle-selection{font-size:.82rem;padding:7px 10px}.pr-trip-builder.tb-client-column .tb-hotel-group-title{font-size:.78rem;letter-spacing:.1em}.pr-trip-builder.tb-client-column .tb-flight-option-card{padding:10px 12px}.pr-trip-builder.tb-client-column .tb-flight-option-row-labels{align-items:flex-start;flex-direction:column;font-size:.72rem;gap:2px}.pr-trip-builder.tb-client-column .tb-flight-option-row-codes{font-size:.95rem;gap:6px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.pr-trip-builder.tb-client-column .tb-flight-option-row-times{font-size:.95rem}.pr-trip-builder.tb-client-column .tb-flight-option-price{font-size:1rem}.pr-trip-builder.tb-client-column .tb-client-selection-total-value{font-size:2rem}}@media (max-width:768px){.tb-client-hero{min-height:620px}.tb-client-hero .tb-client-hero-content{max-width:none;padding:20px 20px 88px}.tb-client-hero .tb-client-hero-title{font-size:1.35rem}.tb-client-hero .tb-client-hero-subtitle{font-size:.85rem}.tb-client-hero .tb-client-hero-pills{gap:6px;margin-top:10px}.tb-client-hero .tb-client-hero-pill{font-size:.75rem;padding:4px 10px}.tb-client-hero .tb-client-hero-scroll{font-size:.7rem;margin-top:16px}}@media (max-width:500px){.tb-client-hero .tb-client-hero-content{padding:16px 16px 76px}.tb-client-hero .tb-client-hero-title{font-size:1.2rem}.tb-client-hero .tb-client-hero-subtitle{font-size:.8rem;line-height:1.4}.tb-client-hero .tb-client-hero-pills{margin-top:8px}.tb-client-hero .tb-client-hero-pill{font-size:.7rem}}@media (max-width:768px){.tb-client-summary .display-flex.flex-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.tb-client-summary .display-flex.flex-row>.display-flex.display-column{border-bottom:1px solid var(--color-border);border-right:0!important;flex:initial;min-width:0}.tb-client-summary .display-flex.flex-row>.display-flex.display-column:nth-child(odd){border-right:1px solid var(--color-border)!important}.tb-client-summary .display-flex.flex-row>.display-flex.display-column:last-child:nth-child(odd){border-right:0!important;grid-column:1/-1}.tb-client-summary .display-flex.flex-row>.display-flex.display-column:nth-last-child(-n+2){border-bottom:0}}@media (max-width:500px){.tb-client-summary .display-flex.flex-row{display:flex;flex-direction:column}.tb-client-summary .display-flex.flex-row>.display-flex.display-column{border-bottom:1px solid var(--color-border);border-right:0!important;width:100%}.tb-client-summary .display-flex.flex-row>.display-flex.display-column:last-child{border-bottom:0}}@media (max-width:768px){.proposal-wrapper .flex-row{flex-direction:column;gap:10px}.tb-option-row-content .flex-between.w100p{flex-direction:column;font-size:.85rem;gap:10px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal),.single-proposal-container.pr-html-trip-builder{max-height:none;max-width:100%;overflow:visible;padding:0;width:100%}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .pr-html-uneditable,.single-proposal-container.pr-html-trip-builder .pr-html-uneditable{overflow:visible}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-wr-preview .tb-proposal,.single-proposal-container.pr-html-trip-builder .tb-wr-preview .tb-proposal{margin-bottom:0;padding:14px 12px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-top-bar,.single-proposal-container.pr-html-trip-builder .tb-top-bar{align-items:stretch;flex-direction:column;gap:10px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-main-title,.single-proposal-container.pr-html-trip-builder .tb-main-title{font-size:16px;line-height:1.35;overflow-wrap:anywhere;white-space:normal}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-top-bar-actions,.single-proposal-container.pr-html-trip-builder .tb-top-bar-actions{align-items:center;flex-wrap:wrap;gap:8px;justify-content:flex-start;width:100%}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-total-delta,.single-proposal-container.pr-html-trip-builder .tb-total-delta{position:static;right:auto;top:auto}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-slot,.single-proposal-container.pr-html-trip-builder .tb-slot{min-height:0;padding:12px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-slot-meta,.single-proposal-container.pr-html-trip-builder .tb-slot-meta{flex-wrap:wrap;justify-content:flex-start;white-space:normal}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-slot-city,.single-proposal-container.pr-html-trip-builder .tb-slot-city{font-size:18px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-option-row,.single-proposal-container.pr-html-trip-builder .tb-option-row{flex-direction:column;gap:10px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-slot-status-column,.single-proposal-container.pr-html-trip-builder .tb-slot-status-column{align-items:center;flex-direction:row;flex-wrap:wrap;width:100%}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-slot-status,.single-proposal-container.pr-html-trip-builder .tb-slot-status{width:100%}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-trip-builder-proposal .tb-hotels-row-fit .tb-hotel-card-wrap,.single-proposal-container.pr-html-trip-builder .tb-trip-builder-proposal .tb-hotels-row-fit .tb-hotel-card-wrap{flex:0 0 150px;width:150px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-footer,.single-proposal-container.pr-html-trip-builder .tb-footer{flex-wrap:wrap;gap:8px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-footer .btn,.single-proposal-container.pr-html-trip-builder .tb-footer .btn{flex:1 1 auto;min-width:0}.pr-html.pr-html-trip-builder:has(.tb-client-column){max-width:100%;overflow-x:hidden;padding-left:0;padding-right:0;width:100%}.pr-html.pr-html-trip-builder:has(.tb-client-column) .pr-trip-builder.tb-client-column{max-width:100%;width:100%}.pr-html.pr-html-trip-builder:has(.tb-client-column) .tb-client-main.mt-20{margin-top:12px}.pr-html.pr-html-trip-builder:has(.tb-client-column) .tb-slot{gap:10px;min-height:0}.pr-html.pr-html-trip-builder:has(.tb-client-column) .tb-slot-meta{flex-wrap:wrap;justify-content:flex-start;white-space:normal}.pr-html.pr-html-trip-builder:has(.tb-client-column) .tb-slot-city{font-size:18px}.pr-html.pr-html-trip-builder:has(.tb-client-column) .tb-client-summary .text-nowrap{white-space:normal}}@media (max-width:500px){.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-wr-preview .tb-proposal,.single-proposal-container.pr-html-trip-builder .tb-wr-preview .tb-proposal{padding:10px 8px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-main-title,.single-proposal-container.pr-html-trip-builder .tb-main-title{font-size:15px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-total-delta,.single-proposal-container.pr-html-trip-builder .tb-total-delta{justify-content:space-between;width:100%}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-total-delta-value,.single-proposal-container.pr-html-trip-builder .tb-total-delta-value{font-size:16px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-slot,.single-proposal-container.pr-html-trip-builder .tb-slot{gap:10px;padding:10px 8px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-slot-city,.single-proposal-container.pr-html-trip-builder .tb-slot-city{font-size:16px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-slot-date,.single-proposal-container.pr-html-trip-builder .tb-slot-date{font-size:13px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-proposal .tb-slot-subsection,.single-proposal-container.pr-html-trip-builder .tb-proposal .tb-slot-subsection{padding:8px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-slot-status .btn,.single-proposal-container.pr-html-trip-builder .tb-slot-status .btn{min-width:0;width:100%}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-trip-builder-proposal .tb-hotels-row-fit .tb-hotel-card-wrap,.single-proposal-container.pr-html-trip-builder .tb-trip-builder-proposal .tb-hotels-row-fit .tb-hotel-card-wrap{flex:0 0 130px;width:130px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-trip-builder-proposal .tb-hotels-row-fit .tb-flight-logo,.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-trip-builder-proposal .tb-hotels-row-fit .tb-flight-logo-wrapper,.single-proposal-container.pr-html-trip-builder .tb-trip-builder-proposal .tb-hotels-row-fit .tb-flight-logo,.single-proposal-container.pr-html-trip-builder .tb-trip-builder-proposal .tb-hotels-row-fit .tb-flight-logo-wrapper{height:36px;width:36px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-trip-builder-proposal .tb-hotels-row-fit .tb-flight-logo,.single-proposal-container.pr-html-trip-builder .tb-trip-builder-proposal .tb-hotels-row-fit .tb-flight-logo{top:-12px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-hotel-card,.single-proposal-container.pr-html-trip-builder .tb-hotel-card{height:auto;min-height:76px;padding:8px}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-hotel-card-name,.single-proposal-container.pr-html-trip-builder .tb-hotel-card-name{font-size:.85rem}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-footer,.single-proposal-container.pr-html-trip-builder .tb-footer{align-items:stretch;flex-direction:column}.pr-html.pr-html-trip-builder:has(.tb-trip-builder-proposal) .tb-footer .btn,.single-proposal-container.pr-html-trip-builder .tb-footer .btn{margin:0!important;width:100%}.pr-html.pr-html-trip-builder:has(.tb-client-column) .tb-client-main.mt-20{margin-top:8px}.pr-html.pr-html-trip-builder:has(.tb-client-column) .tb-slot-city{font-size:16px}.pr-html.pr-html-trip-builder:has(.tb-client-column) .tb-slot-date{font-size:13px}.pr-html.pr-html-trip-builder:has(.tb-client-column) .tb-client-summary .display-flex.display-column.ph-20{padding-left:12px!important;padding-right:12px!important}.pr-html.pr-html-trip-builder:has(.tb-client-column) .tb-client-hero{min-height:520px}}.hotel-result{margin:0 auto;max-width:1800px;width:100%}.hotel-result-google{margin-top:10px;max-height:320px;overflow-y:auto;padding:10px}.hotel-result-settings{flex:0 0 45%;height:calc(100vh - 215px);width:45%}.hotel-result-settings .tabs{flex-wrap:nowrap;height:auto;overflow-y:auto;position:relative;z-index:3}.hotel-result-settings-roomai .tooltip-wrapper{max-width:100%}.hotel-result-settings-content{background-color:var(--color-bg-light);height:100%;overflow-y:auto;padding:10px}.hotel-result-settings .map-wr .hotel-result-filter-input .form-control{background:#ffffe0}.hotel-result-settings-img{border-radius:var(--border-radius);height:200px;margin-bottom:20px;overflow:hidden;width:calc(50% - 5px)}.hotel-result-settings-img img{height:200px;object-fit:cover;width:100%}.hotel-result-settings-ta{background-color:var(--color-bg-light);display:none;height:calc(100vh - 207px);margin:0 10px;overflow-y:auto;padding:10px;position:absolute;width:calc(100% - 20px)}.hotel-result-settings-ta.visible{display:block}.hotel-result-f-w,.hotel-result-f-w img{height:400px;width:100%}.hotel-result-header{align-items:center;direction:ltr;display:flex;flex-direction:column}.hotel-result-header .movable-placeholder-input.form-control{padding:21px 5px 5px 35px}.hotel-result-header .movable-placeholder.small{left:35px;right:auto}.hotel-result-header .search-wrapper{max-width:1800px;padding:6px 3px 3px;width:100%}.hotel-result-header .search-button{width:57px}.hotel-result-header .search-button .btn{width:100%}.hotel-result-data{direction:ltr;display:flex;flex-direction:row}.hotel-result-data.hide-map{justify-content:center}.hotel-result-data.hide-map .map-wr{display:none}.hotel-result-filter{direction:ltr;width:100%}.hotel-result-filter-clearsm{color:red;cursor:pointer;padding:4px;position:absolute;right:7px;top:-5px;z-index:1}.rtl .hotel-result-filter-clearsm{left:5px;right:auto}.hotel-result-filter-row{background-color:var(--color-bg);border-top:2px solid var(--color-border);display:flex;margin-top:5px;padding:7px 3px 3px;position:relative;width:100%;z-index:3}.hotel-result-filter-row .location{flex:1 0 10%}.hotel-result-filter-row .location-input{margin:0 98px 0 51px}.hotel-result-filter-row .location-input .select-custom__value-container{background:#ffffe0;border-radius:var(--border-radius)}.hotel-result-filter-row .sort-by-item,.hotel-result-filter-row .sort-by-item .select-custom__control{width:190px}.hotel-result-filter-row .sort-by-item .select-custom__single-value{padding-left:1px}.hotel-result-filter-row .select-custom__control{cursor:pointer}.hotel-result-filter-row .btn,.hotel-result-filter-row .btn-checkbox,.hotel-result-filter-row .form-control{box-shadow:0 0 10px 0 #0000001a;padding:8px 12px}.hotel-result-filter-row .form-control,.hotel-result-filter-row .select-custom__control{font-size:1rem;height:48px!important;min-height:48px}.hotel-result-filter-row .form-control{padding:15px 10px!important}.hotel-result-filter-row .select-custom__value-container{padding:14px 12px!important}.hotel-result-filter-row .btn-checkbox{margin:0 2px;padding:0 10px}.hotel-result-filter-row .btn-checkbox .checkbox{-webkit-margin-end:4px;margin-inline-end:4px}.hotel-result-filter-row .movable-placeholder-sm{font-size:.9rem}.hotel-result-filter-row .movable-placeholder-sm .movable-placeholder-icon{font-size:12px}.hotel-result-filter-row .movable-placeholder-sm .movable-placeholder-input.form-control{min-height:30px}.hotel-result-filter-empty{height:58px}.hotel-result-filter-input{flex:0 0 50%;padding:0 2px;position:relative}.hotel-result-filter-input .form-control{direction:ltr}.hotel-result-filter-input .form-control.movable-placeholder-input{padding:14px 5px 5px 35px!important}.rtl .hotel-result-filter-input{direction:rtl}.hotel-result-filter-input.name{flex:0 0 12%}.hotel-result-filter-input.name .form-control{background:#ffffe0}.hotel-result-filter-input.rooms{flex:0 0 12%}.hotel-result-filter-input.rooms .form-control{background:#e3ffe0}.hotel-result-filter-input.prices{flex:0 1;padding:0 3px}.hotel-result-filter-input.prices .fa-money-bill-1{color:var(--color-success)}.hotel-result-filter-input.prices .hotel-result-filter-clearsm{right:-2px;top:-4px}.hotel-result-filter-input.prices .tt-wrapper .form-control{padding:15px 10px;white-space:nowrap}.hotel-result-filter-input.additional{flex:0 0 11%}.hotel-result-filter-input.additional .rtl-text{-webkit-padding-start:10px;align-items:center;border:1px solid var(--color-border);border-radius:var(--border-radius);display:flex;height:100%;padding-inline-start:10px}.hotel-result-filter-input.star{flex:0 1}.hotel-result-filter-input.star .star-wr{background-color:var(--color-bg-light);border:1px solid var(--color-border);border-radius:var(--border-radius);box-shadow:0 0 10px 0 #0000001a;display:flex;height:48px;overflow:hidden}.hotel-result-filter-input.star .star-wr>div{align-items:center;display:inline-flex;height:100%;justify-content:center;width:44px}.hotel-result-filter-input.star .star-wr>div:not(:last-child){-webkit-border-end:1px solid var(--color-border);border-inline-end:1px solid var(--color-border)}.hotel-result-filter-input.star .star-wr .cur-poi.active{background-color:var(--color-contrast);color:var(--color-text-lightest)}.hotel-result-filter-input.star .star-wr .cur-poi.disabled{background-color:var(--color-150);cursor:not-allowed}.hotel-result-filter-input.clear{flex:0 0 32px}.hotel-result-filter-input.clear .btn{height:48px;padding:8px 15px}.hotel-result-filter-input.supp{flex:0 1;margin:0 2px;padding:0}.hotel-result-room-type{overflow-y:auto;width:100%}.hotel-result-room-type .modal{border-radius:0;width:100%}.hotel-result-room-type .modal-overlay{padding:0;position:static}.hotel-result-room-type .modal-content{max-height:none}.hotel-result-room-type .modal-footer{display:none}.dp-wrapper{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--border-radius);padding:30px 20px 50px;position:absolute;right:0;width:240px;z-index:10}.dp-wrapper-sm{padding:20px 15px}.dp2-wrapper{padding:10px 15px;right:-140px;width:330px}.dp3-wrapper{min-width:400px;padding:10px 10px 20px!important;right:-50px!important}.hotel-search-wr .search-element.nationality{flex:0 0 18%;margin-top:3px}.hotel-search-wr .search-element.rooms{flex:0 0 15%}.hotel-search-wr .search-element.rooms:has(.room-dropdown) .form-control{border:2px solid var(--color-contrast-2);padding:20px 4px 4px 34px!important}.rtl .main-page .hotel-search-wr .search-element.rooms:has(.room-dropdown) .form-control{padding:20px 34px 4px 4px!important}.hotel-search-wr .search-element.datepicker{flex:0 0 30%}.hotel-search-wr .search-element.datepicker-vertical .daterangepicker-wr{right:0}.hotel-search-wr .search-element.locations{flex:1 0 36%}.hotel-search-wr .search-element.locations .select-custom__input-container{display:flex!important;max-width:100%;overflow:hidden}.hotel-search-wr .search-element.locations .select-custom__input-container input{color:#191e3b!important;flex:0 0 100%;font-size:1.5rem!important;font-weight:600!important;width:100%}.hotel-search-wr .search-element.locations .select-custom__value-container{padding:17px 33px 0!important}.hotel-search-wr .search-element.locations .select-custom__value-container input{position:relative;top:-1px}.hotel-search-wr .search-element.locations .select-custom__single-value{color:#191e3b;font-size:1.5rem;font-weight:600;height:24px;line-height:.75;position:relative;top:2px}.hotel-search-wr-short .btn-primary,.hotel-search-wr-short .search-button{margin-top:3px}.prices-filter{border:1px solid var(--color-border);border-radius:var(--border-radius);padding:12px}.hotel-config{display:flex;height:350px}.hotel-config-list{max-width:220px;padding:0 1px}.hotel-config-preview{flex:1 1;padding:0 50px}.hotel-config-preview img{max-width:100%}.hotel-list{box-sizing:initial;display:flex;flex:1 1;flex-direction:column;height:calc(100vh - 220px);overflow-y:auto;position:relative}.hotel-list-active{position:-webkit-sticky;position:sticky;top:0;z-index:2}.hotel-list-active .hotel-card-wrapper{background-color:var(--color-contrast-light-hex);height:auto}.hotel-list-active .fa-thumbtack{color:var(--color-contrast)}.hotel-list-wr{flex:0 0 55%;position:relative;width:55%}.hotel-actions-crown-crossed{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center;position:relative}.hotel-actions-crown-crossed:after{background-color:var(--color-contrast);content:"";height:2px;left:-5px;pointer-events:none;position:absolute;top:3px;transform:rotate(-45deg);width:125%}.hotel-actions-popup-wr{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--border-radius);bottom:55px;box-shadow:0 0 6px #0000001a;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;padding:10px 10px 5px;position:absolute;width:420px;z-index:100}.hotel-actions-popup-el{border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;font-weight:400;margin-bottom:5px;padding:10px;width:48%}.hotel-actions-popup-el svg{color:var(--color-contrast);margin-right:5px}.hotel-info-wr{background:var(--color-bg-light);flex:1 1;padding:20px 15px}.hotel-info-loc .map-wr{padding:0}.hotel-info-serp .tabs{background-color:initial!important;position:relative!important}.hotel-info-serp .h-price{display:none}.hotel-info-serp .tab-content-serp{height:273px;max-height:273px}.hotel-supplier-table .checkbox-wrapper .w100p{line-height:1.3;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hotel-supplier-table th{font-weight:600;margin-bottom:10px}.hotel-supplier-table td,.hotel-supplier-table th{font-size:.9rem;padding:3px 7px;vertical-align:middle}.hotel-consumer{bottom:5px;position:absolute;right:5px;z-index:1}.hotel-consumer-content{background-color:var(--color-180);border-radius:5px;color:var(--color-contrast);cursor:pointer;font-size:12px;font-weight:600;padding:3px 7px}.hotel-consumer-wr{-webkit-margin-end:3px;display:none;margin-inline-end:3px}.hotel-card-total .hotel-consumer-wr .short-mode{display:block}.hotel-card-total .hotel-consumer-wr .short-mode .hotel-consumer-content{border:1px solid var(--color-border);padding:3px 4px}.short-mode .hotel-consumer-wr{display:block;left:92px;position:absolute;top:51.5px}.hotel-success-badge{height:150px;position:absolute;right:0;rotate:55deg;top:0;width:150px}.rtl .hotel-success-badge{left:0;right:auto;rotate:0deg}.hotel-card{display:flex;flex-direction:row;height:130px;position:relative}.hotel-card-client{align-items:flex-end;border:1px solid var(--color-contrast);border-radius:var(--border-radius);display:flex;font-weight:600;height:53px;justify-content:flex-end;padding:3px 7px;position:relative;right:35px;width:192px}.hotel-card-client:hover{background-color:var(--color-200)!important}.hotel-card-client .text-md{display:flex;justify-content:space-between;width:100%}.hotel-card-b2b .hotel-card .proposal-heart{right:15.5px!important;top:57px}.hotel-card-b2b .crown{-webkit-margin-end:0!important;bottom:7px;margin-inline-end:0!important;position:absolute;right:14px}.hotel-card-nomap .hotel-card-cube .hotel-card-cheap{width:calc(20% - 3.75px)}.hotel-card-nomap .hotel-card-cube .hotel-card-cheap-more{width:25px}.hotel-card-nomap.short-mode .hotel-card-cheap-1{position:absolute;right:calc(100% + 39px)}.hotel-card-wrapper:not(.hotel-card-nomap) .tt-wrapper{max-width:135%}.hotel-card-wrapper:not(.hotel-card-nomap).short-mode .tt-wrapper{max-width:180%}.hotel-card-gt{display:inline-block;left:1px;position:relative;top:2px}.hotel-card-gt svg{font-size:1rem}.hotel-card .title{line-height:1.3;margin-bottom:4px;text-transform:uppercase}.hotel-card-pin{color:#fff;font-size:1.25rem;left:7px;position:absolute;top:0;z-index:1}.hotel-card-pin .fa-thumbtack{height:16px}.hotel-card-wrapper{border:1px solid var(--color-border);border-radius:var(--border-radius);height:118px;margin:7px}.hotel-card-wrapper .stars-number{align-items:center;background-color:var(--color-contrast-2);border-radius:4px;color:var(--color-text-lightest);display:block;display:flex;font-weight:600;height:28px;justify-content:center;width:28px}.hotel-card-wrapper.active{background-color:var(--color-contrast-light-hex)}.hotel-card-wrapper.active-border{border:1px solid var(--color-contrast)}.hotel-card-wrapper:not(.short-mode) .hotel-card{height:116px}.hotel-card-wrapper:not(.short-mode) .hotel-card .price-wrapper .text-price{width:95px}.hotel-card-wrapper:not(.short-mode) .hotel-card-cube .hotel-card-cheap-wr{margin-top:-9px;right:45px}.hotel-card-wrapper:not(.short-mode) .hotel-card-cube .hotel-card-total{flex:0 0 200px}.hotel-card-wrapper:not(.short-mode) .hotel-card-cube .crown{right:14px}.hotel-card-wrapper:not(.short-mode) .hotel-card-info{flex-basis:calc(100% - 397px);margin-top:0;width:calc(100% - 397px)}.hotel-card-wrapper:not(.short-mode) .hotel-card-total{flex:0 0 100px;padding:7px 10px 5px 0}.hotel-card-wrapper.short-mode{height:85px;padding:6px 10px;position:relative}.hotel-card-wrapper.short-mode .crown{bottom:-30px;right:4px}.hotel-card-wrapper.short-mode .hotel-card-gt{display:flex;font-size:.8rem;left:120px;position:absolute;top:51px}.hotel-card-wrapper.short-mode .hotel-card-gt img{-webkit-margin-start:7px;margin-inline-start:7px;position:relative;top:-2px}.hotel-card-wrapper.short-mode .fa-xmark{position:absolute;right:2px}.hotel-card-wrapper.short-mode .hotel-card{height:72px}.hotel-card-wrapper.short-mode .hotel-card-pin{color:var(--color-text);font-size:1rem;left:0;top:3px}.hotel-card-wrapper.short-mode .hotel-card-info{padding:0}.hotel-card-wrapper.short-mode .hotel-card-img{display:none}.hotel-card-wrapper.short-mode .tt-wrapper .hotel-card-total{flex:0 0 100px;padding:7px 10px 5px 0}.hotel-card-wrapper.short-mode .title{font-size:1.15rem;margin-left:21px;text-transform:uppercase}.hotel-card-wrapper.short-mode .hotel-actions-popup-wr{bottom:auto;top:53px}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-info .show-rooms{background:#0000;font-size:.8rem;font-weight:400;left:-3px;padding:7px 3px 5px;position:absolute;top:46.5px}.hotel-card-wrapper.short-mode .nights{display:none}.hotel-card-wrapper.short-mode .price-wrapper{display:flex;flex-direction:row;margin-top:0}.hotel-card-wrapper.short-mode .price-wrapper .price{min-width:115px}.hotel-card-wrapper.short-mode .location-from{position:absolute;right:203px;top:8px}.hotel-card-wrapper.short-mode .location-from .location-from-text span:not(:first-child){display:none}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-info{flex:initial!important;width:46%}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-info .location-from{left:245px;top:53.5px}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-total{-webkit-margin-start:unset;align-items:flex-end;flex:initial!important;flex-direction:column;justify-content:flex-end;margin-inline-start:unset;position:absolute;right:0;width:172px}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-total .fa-xmark{right:45%}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap{height:77px;margin-left:3px}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap .mb-5{margin-bottom:30px}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr{left:46%;right:45px;top:0}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap{width:49.8%}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-more,.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap:nth-child(n+3),.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap:nth-child(3),.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap:nth-child(4){display:none}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card .location-from{position:absolute;right:41%;top:42px}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card .location-from .location-from-text span:not(:first-child){display:none}.hotel-card-wrapper.short-mode .proposal-heart{right:5.5px!important;top:38px}.hotel-card-wrapper.short-mode .crown{-webkit-margin-end:28px;margin-inline-end:28px}.hotel-card-wrapper.open{height:auto!important}.hotel-card-img{flex:0 0 150px;height:100%;position:relative}.hotel-card-img img{border-radius:var(--border-radius);height:100%;object-fit:cover;width:100%}.hotel-card-info{flex-basis:calc(100% - 387px);flex-grow:0;flex-shrink:0;font-size:.9rem;padding:5px 0 0 10px;width:calc(100% - 387px)}.hotel-card-info .tt-wrapper{max-width:100%}.hotel-card-info .title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hotel-card-info .address,.hotel-card-info .location-from{display:flex;margin-bottom:8px}.rtl .hotel-card-info .location-from-text{direction:rtl}.hotel-card-info .show-rooms{cursor:pointer;display:inline-block;font-weight:600;margin-top:auto}.hotel-card-total{-webkit-margin-start:auto;align-items:flex-end;display:flex;flex-direction:column;margin-inline-start:auto}.hotel-card-total .stars{-webkit-margin-start:auto;margin-bottom:7px;margin-inline-start:auto}.hotel-card-total .nights{font-size:.87rem;font-weight:600;margin-bottom:10px;text-align:end}.hotel-card-total .price{font-size:1.25rem;font-weight:600;margin-bottom:3px;min-width:150px;text-align:end}.rtl .hotel-card-total .price{direction:rtl;text-align:right}.hotel-card-total .price-wrapper{margin-top:auto;text-align:end}.rtl .hotel-card-total .price-wrapper .tooltip-tip{direction:rtl}.hotel-card-room{align-items:center;border-bottom:1px solid var(--color-border);display:flex;flex-direction:row;margin:0 10px;padding:6px 10px 6px 5px}.hotel-card-room .proposal-heart{left:auto;margin-right:5px;position:static;right:auto;top:auto;z-index:auto}.hotel-card-room .room-search-icon{border:1px solid var(--color-border);border-radius:var(--border-radius);height:24px}.hotel-card-room .room-search-icon svg{font-size:12px;padding:5px 6px}.hotel-card-room .room-name{align-items:center;flex:1 1}.hotel-card-room .room-name input{background-color:#ffffe0;font-size:.8rem;height:24px;padding:5px;width:120px}.hotel-card-room .room-date{text-transform:uppercase;width:72px}.hotel-card-room .room-date,.hotel-card-room .room-date-long{align-items:center;border:1px solid var(--color-success);border-radius:4px;color:var(--color-700);display:flex;height:100%;height:27px;justify-content:center;white-space:nowrap}.hotel-card-room .room-date-long{margin:0 2px;padding:0 10px}.hotel-card-room .room-date-danger{border-color:var(--color-danger);color:var(--color-danger)}.hotel-card-room .room-date-no{border-color:var(--color-700);color:var(--color-700)}.hotel-card-room .room-group-icon{color:var(--color-contrast)}.hotel-card-room .room-last{padding-left:12px;text-align:right}.hotel-card-room .room-last.cur-poi{min-width:56px}.hotel-card-room .room-last.flex-col-end{font-size:.85rem}.rtl .hotel-card-room .room-last{direction:rtl}.hotel-card-room .room-checkbox{margin-right:20px}.hotel-card-room .active-i{align-items:center;border:1px solid var(--color-contrast);border-radius:4px;display:flex;height:27px;justify-content:center;margin:0 2px;padding:5px}.hotel-card-room .active-i svg{height:14px;width:14px}.hotel-card-room .active-ada-i{border:1px solid #4169e1;color:#4169e1}.hotel-card-room .active-refund-i{color:green;font-weight:600}.hotel-card-room .active-meal-i{border:1px solid orange;color:var(--color-700);width:52px}.hotel-card-room .active-meal-i svg{margin-left:3px}.hotel-card-room .active-meal-i-ro{border-color:#aaa;color:#aaa}.hotel-card-room.room-header{margin-top:10px;padding:6px}.hotel-card-room.room-header .room-icon svg{margin-left:0}.hotel-card-room.room-header .star .tt-wrapper{width:30px!important}.hotel-card-room-highlighted{background-color:#f1f8ea}.hotel-card-room-group:not(:last-child){border-bottom:1px solid var(--color-border)}.hotel-card-room-group-active{background-color:var(--color-contrast-light)}.hotel-card-room-sub{padding:10px}.hotel-card-room-opener{color:var(--color-contrast);cursor:pointer;padding:5px}.hotel-card-rooms{display:flex;flex-direction:column;max-height:280px;overflow-y:auto}.hotel-result-settings-content .hotel-card-rooms{max-height:calc(100% - 40px)}.hotel-card-rooms-intab{height:calc(100% - 20px);width:100%}.hotel-card-rooms-intab .room-header{background:#fff;border-top:none!important;margin-top:0!important;position:-webkit-sticky;position:sticky;top:-10px;z-index:1}.hotel-card-rooms-ungroup{height:100%}.hotel-card .proposal-heart{right:56px!important}.hotel-card .crown{-webkit-margin-end:42px;margin-inline-end:42px}.hotel-card .price-wrapper .text-price{cursor:pointer;display:inline-block;font-size:1.25rem;text-align:right;width:86px}.hotel-card .price-wrapper .text-price:hover{transform:scale(1.05);transition:transform .2s ease-in-out}.hotel-card .price-wrapper .fa-mug-saucer,.hotel-card .price-wrapper .fa-utensils{border:1px solid orange;border-radius:4px;color:var(--color-700);font-size:8px;height:8px;margin:-3px -3px -3px 3px;padding:3px;position:relative;right:5px;top:-2px;width:8px}.hotel-card.hotel-card-cube .price-wrapper .text-price{font-size:1.13rem}.hotel-km{background-color:var(--color-100);border:0;border-radius:var(--border-radius);bottom:0;cursor:pointer;height:48px;left:3px;position:absolute;top:0;width:50px;z-index:10}.hotel-km .select-custom__control{background-color:var(--color-100)!important;border:1px solid #777!important}.hotel-km.active,.hotel-km.active .select-custom__single-value{color:var(--color-danger)}.hotel-km svg{font-size:18px;left:18px;pointer-events:none;position:absolute;top:10px;z-index:1}.hotel-km .select-custom__control{background:var(--color-border);border:0}.hotel-km .select-custom__control--is-focused{box-shadow:none}.hotel-km .select-custom__value-container{font-size:12px;margin-top:32px;padding:0!important;text-align:center;width:45px}.hotel-km .select-custom__indicators{display:none}.hotel-km .select-custom__menu{margin-top:0;min-width:60px}.hotel-km .select-custom__option{font-size:12px;padding:8px 4px}.stars-popup{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;-webkit-user-select:none;user-select:none}.stars-popup .hotel-actions-popup-wr{bottom:auto;left:auto;right:0}.stars-popup svg{position:relative;top:-4px}.form-control-switchers{background-color:var(--color-100);position:absolute;right:4px;z-index:1}.form-control-switcher,.form-control-switchers{border-radius:var(--border-radius);display:flex}.form-control-switcher{align-items:center;border:1px solid #777;cursor:pointer;height:48px;justify-content:center;width:48px}.form-control-switcher.active{background-color:var(--color-200);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.sort-by-item{align-items:center;display:flex;margin:0 3px;width:163px;z-index:1}.sort-by-item svg{font-size:18px}.sort-by-item .select-custom__menu{width:210px}.sort-by-item .select-custom__menu svg{font-size:18px}.sort-by-item .position-relative{width:100%}.sort-by-item-total{-webkit-margin-start:auto;align-items:flex-end;display:flex;flex:0 0 60%;justify-content:space-between;margin-inline-start:auto}.sort-by-item-total-room{-webkit-margin-start:6px;margin-inline-start:6px;position:relative;width:300px}.sort-by-item-total-room .select-custom__indicators{display:none}.sort-by-item-total-room .select-custom__value-container{-webkit-margin-end:23px;display:flex;flex-wrap:nowrap;margin-inline-end:23px;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.sort-by-item-total-room .select-custom__multi-value{background-color:initial;margin:0;min-width:auto}.sort-by-item-total-room .select-custom__multi-value__label{overflow:visible;padding:0}.sort-by-item-total-room .select-custom__multi-value__remove{display:none}.sort-by-item-total-room .select-custom__multi-value:not(:nth-last-child(2)):after{-webkit-margin-end:4px;content:",";margin-inline-end:4px}.sort-by-item-total-room .btn{bottom:0;padding:10px 13px;position:absolute;right:0;top:0}.sort-by-buttons{flex:0 0 40%}.sort-by-tabs{align-items:flex-end!important;height:100%}.sort-by-tabs .tab{flex:initial;margin-bottom:0;padding:0 10px 3px}.hotels-tabs{font-size:17px}.hotels-tabs .tab{flex:initial;height:20px;margin-bottom:8px;padding-inline:10px}.room-dropdown{padding:25px 20px 15px}.room-dropdown .room-row-element:not(:first-child){border-top:0}.room-dropdown .quantity-selector{align-items:center;display:flex}.room-dropdown .quantity-select-wr{padding:0 6px;width:50px}.room-dropdown .quantity-select-wr .select-custom__single-value{font-weight:600}.room-dropdown .quantity-btn{background-color:var(--color-bg-light);border:none;border:1px solid var(--color-border);border-radius:50%;box-shadow:0 0 10px 0 #0000001a;cursor:pointer;height:34px;width:34px}.room-supp{display:none}.room-active{background-color:#e5f0ff}.room-as-url{background-color:#dff1d8}.room-details-preview{border:1px solid var(--color-border);border-radius:5px;height:70px;width:90px}.room-sort .c-dropdown-opener{margin-left:-10px;padding:1.5px 10px}.room-sort .c-dropdown-content{left:-10px;right:auto;top:20px}.room-sort .c-dropdown-row{font-size:.9rem;padding:6px 10px}.crown{color:gold;cursor:pointer;font-size:18px;position:relative}.crown-empty{color:var(--color-200)}.crown-text{color:var(--color-text);font-size:10px;font-weight:600;left:7.5px;position:absolute;top:7.5px}.crown-star{position:relative}.crown-star-all:hover .crown-star-bg,.crown-star-all:hover .crown-star-color{transform:scale(1.5)}.crown-star-color{color:gold;font-size:9px;left:7px;position:absolute;top:8px}.crown-star-bg{color:var(--color-bg-light);font-size:12px;left:5px;position:absolute;top:6px}.hotel-card-cheap-1{background-color:initial!important;border-color:var(--color-contrast)!important;height:77px;z-index:2}.hotel-card-cheap-1:hover{background-color:var(--color-200)!important}.hotel-card .hotel-card-cheap,.hotel-card .hotel-card-cheap-wr{display:none}.hotel-card-cube .hotel-card-img{flex:0 0 150px!important}.hotel-card-cube .hotel-card-cheap{background-color:var(--color-bg);border:1px solid var(--color-200);border-radius:var(--border-radius);cursor:pointer;display:inline-block;height:53px;margin-bottom:5px;margin-left:3px;padding:6px 7px;text-transform:capitalize;-webkit-user-select:none;user-select:none;width:calc(33.3% - 4px)}.hotel-card-cube .hotel-card-cheap-price:hover{transform:scale(1.05)}.hotel-card-cube .hotel-card-cheap .text-md{font-size:1.06rem}.hotel-card-cube .hotel-card-cheap .fa-mug-saucer,.hotel-card-cube .hotel-card-cheap .fa-utensils{border:1px solid orange;border-radius:4px;bottom:2px;color:var(--color-700);font-size:8px;height:8px;margin:-3px -3px -3px 3px;padding:2px;position:relative;right:5px;width:8px}.hotel-card-cube .hotel-card-cheap .text-md{display:flex;flex-direction:row-reverse;font-weight:600;justify-content:space-between}.hotel-card-cube .hotel-card-cheap:hover{background-color:var(--color-200)}.hotel-card-cube .hotel-card-cheap .mb-5{font-size:1rem;margin-bottom:9px}.hotel-card-cube .hotel-card-cheap-best{background:#f1f8ea;border:1px solid #cce5b2;text-align:right}.hotel-card-cube .hotel-card-cheap-wr{display:flex;flex-direction:row-reverse;left:182px;margin-top:-3px;position:absolute;right:0;white-space:nowrap}.hotel-card-cube .hotel-card-cheap-wr-more{flex-wrap:wrap;z-index:2}.hotel-card-cube .hotel-card-cheap-eat{justify-content:flex-start}.hotel-card-cube .hotel-card-cheap-more{align-items:center;display:flex;flex-direction:column;height:53px;justify-content:center;margin-left:0!important;position:relative;top:-8px;width:25px}.hotel-card-cube .hotel-card-cheap-more.active{background-color:var(--color-contrast-light);color:var(--color-contrast);font-weight:600}.hotel-card-cube .fa-circle-arrow-right,.hotel-card-cube .price{display:none}.hotel-card-cube .hotel-card-info{flex:1 0 200px!important;width:calc(100% - 350px)}.hotel-card-cube .hotel-card-info .show-rooms{background-color:var(--color-180);border-radius:var(--border-radius);bottom:3px;font-size:.7rem;left:5px;padding:5px 3px;position:absolute;width:140px}.proposal-heart .fa-envelope{color:var(--color-contrast)!important;font-size:16px}.hotel-card-nomap.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-info{width:40%}.hotel-card-nomap.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-total{right:38.8%}.hotel-card-nomap.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr{flex-direction:row;left:calc(61% + 6px);right:4%}.hotel-card-nomap.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap{display:block!important;width:calc(50% - 3px)}.hotel-card-nomap.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-more{display:block;padding:22px 0;position:absolute;right:-2px;text-align:center;top:-3px;width:calc(4% - 2px)}.hotel-json{word-wrap:break-word;font-family:monospace;font-size:14px;white-space:pre-wrap}.hotel-json pre{margin:0}.modal-hotels{left:30vw;position:fixed;top:10vw;width:40vw;z-index:111}.modal-hotels img{max-width:240px}.text-darkviolet{color:#9400d3}@keyframes spin-load{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1250px){.sort-by-item{z-index:100}.hotel-card-room .flex-row.flex-one{min-width:100%}.hotel-card-room .text-normal{margin-bottom:5px;margin-top:5px}}@media (max-width:768px){.modal-hotels{left:2vw;position:fixed;top:30vw;width:96vw}.hotel-result-settings-content .text-md{font-size:.9rem}}.results-main{display:flex;flex-wrap:wrap;margin:0 auto;max-width:1200px;width:calc(100% - 40px)}.results-main .search-wrapper{padding:20px 0 10px}.results-sort-by{border-bottom:1px solid var(--color-border);display:flex;flex-wrap:wrap;padding:0 0 10px;width:100%}.results-responsive-header{display:none}.results-wr{align-items:flex-start;display:flex;justify-content:space-between;padding-top:10px;width:100%}.results-list{width:75%}.results-display-list{border:1px solid var(--color-border);border-radius:var(--border-radius);cursor:pointer;display:flex;margin:auto 0;overflow:hidden}.results-display-list .icon{padding:7px 9px}.results-display-list .icon.active{background-color:var(--color-border)}.results-display-list .icon:hover{color:var(--color-text-light)}.results-display-list svg{font-size:16px}@media (max-width:1250px){.results-main{width:calc(100% - 20px)}.results-responsive-header{background-color:var(--color-bg);display:flex;justify-content:space-between;padding:15px 0 20px;position:relative;width:100%}.results-responsive-header:after{border-bottom:1px solid var(--color-border);bottom:20px;content:"";left:0;position:absolute;right:0}.results-responsive-header svg{cursor:pointer;height:18px;width:18px}.results-wr{width:calc(100% - 20px)}.results-list{width:100%}.results-filter-wr{display:none}}.details{flex-basis:calc(100% - 320px);flex-grow:0;flex-shrink:0;width:calc(100% - 320px)}.details-wrapper{display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;max-width:1200px;padding:20px 0;width:100%}.details-wrapper,.details-wrapper .flex-between.w100p{align-items:flex-start}.details-summary{background-color:var(--color-bg-light);padding:20px;width:300px}.details-summary .facility{display:flex;margin-bottom:10px}.details-summary .facility svg{-webkit-margin-end:5px;margin-inline-end:5px;width:6px}.details-summary-abs{bottom:0;left:-440px;position:absolute;top:0}.rtl .details-summary-abs{left:auto;right:-440px}.hotel-details-wrapper .details-summary-abs .details-summary{height:100%;overflow-y:auto}.hotel-details-wrapper .details-summary-abs .details-summary .title-header-grey{position:-webkit-sticky;position:sticky;top:-40px;z-index:1}.details-block{background-color:var(--color-bg-light);margin-bottom:20px;padding:20px}.details-block .thumbnail-slide{transition:all .3s ease}.details-block .thumbnail-slide:hover{opacity:.8}.details-block .slick-slider .slick-slide.slick-current .thumbnail-slide{border-color:var(--color-contrast)!important;box-shadow:0 0 8px #0000004d}.details-slider{background-color:var(--color-bg-light);margin-bottom:20px;padding:20px}.details-slider-header{display:flex;justify-content:space-between;margin-bottom:20px}.details-slider-header .stars{display:flex;justify-content:flex-end;min-width:120px}.details-slider-header .subtitle svg{-webkit-margin-end:5px;margin-inline-end:5px}.details-slider-images .details-slider-layout{align-items:flex-start;display:flex;gap:15px}.details-slider-images .details-slider-main{flex:1 1;min-width:0}.details-slider-images .details-slider-thumbnails{flex-shrink:0;height:600px;width:200px}.details-slider-images .details-slider-thumbnails .slick-list{height:100%}.details-slider-images .details-slider-thumbnails .slick-track{display:flex!important;flex-direction:column;height:100%!important}.details-slider-images .details-slider-thumbnails .slick-slide{height:295px!important}.details-slider-images .details-slider-thumbnails .slick-slide>div{height:100%}.details-slider-images .slider-thumbnail-item{cursor:pointer;height:100%;padding:5px 0;transition:opacity .3s ease}.details-slider-images .slider-thumbnail-item:hover{opacity:.8}.details-slider-images .slider-thumbnail-item img{border-radius:var(--border-radius-md);display:block;height:100%;object-fit:cover;width:100%}.details-slider-images .slick-slider .slick-slide.slick-current .slider-thumbnail-item{opacity:.6}.details-slider-images .slider-main-image{border-radius:var(--border-radius-md);height:600px;overflow:hidden;-webkit-user-select:none;user-select:none}.details-slider-images .slider-main-image-title{background-color:#00000080;border-radius:var(--border-radius-md) 0 0 0;color:var(--color-text-lightest);left:0;padding:3px 10px;position:absolute;top:0}.details-slider-images .slider-main-image img{display:block;height:100%;margin:auto;max-width:100%;width:auto}.details-slider-images:has(.image-gallery-slides){height:360px}.details-slider-images .image-gallery-slides{height:360px}.details-slider-images .image-gallery-slide-wrapper.image-gallery-thumbnails-left,.details-slider-images .image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 310px)}.details-slider-images .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.details-slider-images .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:300px}.details-slider-images .image-gallery-thumbnail.active,.details-slider-images .image-gallery-thumbnail:focus{border-color:var(--color-conrast)}.details-slider-images .image-gallery-thumbnails .image-gallery-thumbnails-container{display:flex;flex-wrap:wrap}.details-slider-images .image-gallery-thumbnail{max-height:180px;overflow:hidden;width:300px}.details-slider-images .image-gallery-left-nav .image-gallery-svg,.details-slider-images .image-gallery-right-nav .image-gallery-svg{height:60px;width:30px}.details-rooms{max-height:600px;overflow-y:auto}.details-rooms .hotel-card-room{padding:20px 10px}.details-rooms .hotel-card-room:hover{background-color:var(--color-bg)}.details-rooms .hotel-card-room.room-header{border-top:none}.details-rooms .hotel-card-room.room-header:hover{background-color:var(--color-bg-light)}.details-rooms .hotel-card-room .room-actions{align-items:center;display:flex;justify-content:center}.details-map{max-height:450px}.details-map .map-wr{height:350px}.details-map-serp{left:-440px;position:absolute;top:0;width:420px}.rtl .details-map-serp{left:auto;right:-440px}.expired{margin:0 auto;padding-block:20vh;text-align:center}.expired-content{margin-bottom:30px}.expired a.btn{margin:0 auto;width:150px}@media (max-width:768px){.details{display:flex;flex-direction:column;width:100%!important}.details-wrapper{flex-direction:column;padding:20px 15px}.details-wrapper .flex-between:has(.details){flex-direction:column}.details-wrapper .flex-between.w100p{align-items:flex-start;flex-direction:column;gap:10px}.details-slider{padding:20px 15px}.details-slider-images .details-slider-layout{flex-direction:column}.details-slider-images .details-slider-thumbnails{height:auto;margin-top:15px;width:100%}.details-slider-images .details-slider-thumbnails .slick-track{flex-direction:row!important;height:auto!important}.details-slider-images .details-slider-thumbnails .slick-slide{height:auto!important}.details-slider-images .details-slider-thumbnails .slider-thumbnail-item{height:auto;padding:0 5px}.details-slider-images .details-slider-thumbnails .slider-thumbnail-item img{height:120px}.details-slider-images .slider-main-image{height:300px;width:100%}.details-slider-images .slider-image{height:80px}.details-summary{margin-bottom:10px;width:100%!important}.details-summary-wr{width:100%}.details-block{padding:20px 15px}.details-rooms .hotel-card-room{padding:10px 0}.details-map{order:2}.details .flex-row-end .btn{border-radius:0;bottom:0;left:0;position:fixed;right:0;width:100%;z-index:1000}.facility-wr{display:flex;flex-wrap:wrap}.facility-wr .facility{width:50%}.room-header{display:none}.hotel-card-room{flex-wrap:wrap}.details-card-room .room-boarding{display:flex;justify-content:flex-start}.details-card-room .room-name{padding:0 0 10px}}.flight-tab{border-bottom:1px solid var(--color-border);cursor:pointer;margin-bottom:20px;margin-right:10px;margin-top:-20px;padding-bottom:10px}.flight-tab.active{border-bottom:1px solid var(--color-contrast);color:var(--color-contrast)}.flight-tabs-bar{align-items:center;display:flex}.flight-rule-display{display:flex}#rooms-details-ai{bottom:0;left:-440px;position:absolute;top:-20px;z-index:3}#rooms-details-ai .flex-row.pr-10.flex-between{max-height:calc(100% - 100px);overflow-y:auto}.rtl #rooms-details-ai{left:auto;right:-440px}#rooms-details-ai .filter-room-type-clear{position:absolute;right:0}.rtl #rooms-details-ai .filter-room-type-clear{left:0;right:auto}#rooms-details-ai .room-details-ai-header .color-danger{position:absolute;right:10px}.rtl #rooms-details-ai .room-details-ai-header .color-danger{left:10px;right:auto}.room-header-big.hotel-card-room{padding-right:0}.room-header-big.hotel-card-room .room-icon{height:44px;padding:10px}.room-header-big .star .star-wr{height:44px!important}.room-header-big .star .star-wr .tt-wrapper{width:44px!important}.room-header-big .room-sort .c-dropdown-opener{padding:10px 16px}.room-header-big .form-control-sm{font-size:.8rem;height:44px;padding:15px}.room-header-big .room-search-icon{height:44px;width:44px}.room-header-big .room-search-icon svg{font-size:18px;padding:13px}.room-header-big .room-name input{height:44px;width:120px}.tab-content-serp{max-height:260px;overflow-y:auto}.h44p .select-custom__control{height:44px!important}.book{flex-basis:calc(100% - 470px);flex-grow:0;flex-shrink:0;width:calc(100% - 470px)}.book-payment-wr{height:800px;max-width:96%;width:500px}.book-payment-wr iframe{height:100%;width:100%}.book-summary{flex:0 0 450px;width:450px}.book-summary-total{display:flex;justify-content:space-between;padding-top:10px}.book-summary-total .title{margin-bottom:0}.book-rooms-single{border-bottom:1px solid var(--color-border);margin-bottom:10px;padding:0 0 10px 15px}.rtl .book-rooms{padding:0 15px 10px 0}.book .form-control{color:var(--color-700)}.book .select-custom__input,.book .select-custom__single-value{color:var(--color-700)!important}.book-optional{border:1px solid var(--color-contrast);border-radius:var(--border-radius-md);margin-bottom:20px;padding:15px}.book-optional .title{background-color:var(--color-contrast);border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;color:#fff;font-size:1rem;margin:-16px -15px 15px;padding:10px 15px}.book-payment{border:1px solid var(--color-border);border-radius:var(--border-radius-md);padding:15px}.book-payment .flex-between{align-items:flex-end;border-top:1px solid var(--color-border);margin-top:10px;padding-top:25px}.book-payment .btn{min-width:100%;padding:8px 2px}.book-payment-topbtn{margin-top:20px}.book-form{background-color:var(--color-bg-light);padding:20px}.book-form-block{margin-bottom:20px}.book-form-room:not(:last-child){border-bottom:1px solid var(--color-border);margin-bottom:30px;padding-bottom:20px}.book-form-room-wr{border-bottom:1px solid var(--color-border);margin-bottom:40px}.rtl .book-form-room .text-contrast{direction:ltr;text-align:right}.rtl .book-form-room .text-contrast .mr-20{margin-left:20px;margin-right:0}.book-preview{background-color:var(--color-bg-light);margin-bottom:20px;max-width:calc(100vw - 30px);padding:20px;width:1400px}.book-preview .book-summary{box-shadow:none;margin-bottom:20px;width:100%}.book-preview .book-summary .flex-wrap{max-width:400px}.book-preview-hotel-rows{display:flex;flex-wrap:wrap;margin-bottom:20px;width:100%}.book-preview-hotel-rows>div{flex:0 0 50%}.book-preview-table{line-height:1.4;max-width:100%;overflow-x:auto}.book-preview-table table{border:1px solid var(--color-border);width:100%}.book-preview-table table td{font-weight:600}.book-preview-table table td,.book-preview-table table th{border-bottom:1px solid var(--color-border);border-right:1px solid var(--color-border);padding:4px 10px}.table-breakdown{width:100%}.table-breakdown tr{border:1px solid var(--color-500)}.table-breakdown td,.table-breakdown th{border:1px solid var(--color-500);padding:3px 10px}.table-breakdown th{font-weight:700;text-align:start}.hotel-book-wrapper,.hotel-details-wrapper{max-width:calc(100vw - 30px);width:1400px}.hotel-details-wrapper .details-summary{width:420px}.hotel-details-wrapper .details{flex-basis:calc(100% - 440px);width:calc(100% - 440px)}.payment-wrapper-multi.details-wrapper iframe{margin:12px 0;min-height:854px;width:550px}.payment-wrapper-multi .default-shadow:first-child{width:calc(100% - 570px)}.payment-wrapper-multi .default-shadow:last-child{width:552px}@media (max-width:1250px){.payment-wrapper-multi{flex-direction:column}.payment-wrapper-multi .default-shadow,.payment-wrapper-multi .default-shadow iframe{width:100%!important}.book-preview{max-width:calc(100vw - 30px)!important}}@media (max-width:768px){.book{order:2}.book,.book-summary{flex:0 0 100%;width:100%}.book-summary{margin:0 0 20px;order:1}.book-form,.book-summary{padding:20px 15px}.book-form .btn{width:100%}.hotel-book-wrapper{max-width:100vw}.hotel-book-wrapper .hotel-book{flex-direction:column}}@media (max-width:500px){.book-preview-hotel-rows div{flex:0 0 100%}.book-form-room-wr .ph-10{padding:0}}.success{flex-direction:column;justify-content:flex-start}.success .details-block,.success .details-summary{width:800px}.success-pax-row{direction:ltr;display:flex}.success-pax-row>div{flex:1 0 17%;overflow:hidden;padding:10px;text-overflow:ellipsis}.success-pax-row .birthday{flex:0 0 30%}.success-pax-row:not(:last-child){border-bottom:1px solid var(--color-border)}.success-pax-row:not(:first-child):hover{background-color:var(--color-bg)}@media (max-width:768px){.success-pax-row{min-width:auto}.success .details-block{padding:10px;width:96%}.success .details-summary{margin:auto;width:96%}}@media (max-width:500px){.success-pax-row{flex-wrap:wrap}.success-pax-row.success-pax-head{display:none}.success-pax-row>div{padding:5px}.success-pax-longcol{flex:0 0 60%!important}.success-pax-multi{flex:0 0 40%!important}}.sort-responsive{display:none}@media (min-width:1200px){.map-wr{-webkit-padding-end:10px;padding-inline-end:10px;padding-bottom:10px}.map-wr .leaflet-container{border-radius:10px;overflow:hidden}.map-custom{right:15px}.hotel-result-header .search-wrapper{padding:6px 10px 3px}.hotel-result-header .hotel-result-filter-row{padding:7px 10px 3px}}@media (max-width:1250px){.hotel-result-data{justify-content:center}.hotel-result-data .hotel-list{flex-basis:calc(100% - 30px);flex-grow:0;flex-shrink:0;height:calc(100vh - 119px);padding:0 15px}.hotel-result-data .hotel-list-wr{flex:0 0 100%;width:100%}.hotel-result-data .hotel-list-wr .hotel-result-settings-ta{width:calc(100% - 20px)}.hotel-result .sort-by-item{display:none}.hotel-result .sort-by-item-total{flex:auto}.hotel-result .sort-by-item-total .checkbox-wrapper,.hotel-result .sort-by-item-total .hotel-result-filter-input,.hotel-result .sort-by-item-total .tooltip-wrapper{display:none}.hotel-result .sort-by-buttons{display:flex;flex:0 0 100%!important;justify-content:space-between;width:100%}.hotel-result .sort-by-buttons .btn{flex-basis:calc(33.3% - 3px);flex-grow:0;flex-shrink:0}.hotel-result-filter{display:flex;flex-direction:column-reverse;justify-content:center}.hotel-result-filter-input{-webkit-padding-end:0;margin-bottom:15px;padding-inline-end:0}.hotel-result-filter-input.name,.hotel-result-filter-input.rooms{flex:0 0 100%}.hotel-result-filter-input.additional .rtl-text{height:48px}.hotel-result-filter .visible-responsive{top:0}.hotel-result-filter .visible-responsive .search-inner{overflow-y:auto}.hotel-result-filter .visible-responsive .w100p .btn-default{margin-top:10px;width:100%}.hotel-result-filter-buttons{display:flex;flex:0 0 100%;flex-direction:row;justify-content:space-between}.hotel-result-filter-buttons,.hotel-result-filter-buttons .btn{-webkit-margin-start:0!important;margin-inline-start:0!important}.hotel-result-filter-buttons .btn{flex-basis:calc(33.33% - 3px);flex-grow:0;flex-shrink:0}.hotel-result-filter-total{display:none}.hotel-result-filter-end{flex:0 0 100%;justify-content:space-between}.hotel-result-filter-row{border-top:0;margin-top:0;padding:10px}.hotel-result-filter-row .tt-wrapper{height:32px;margin-bottom:15px}.hotel-result-filter-row .form-control,.hotel-result-filter-row .select-custom__control{height:32px!important}.hotel-result-filter-row .star2{margin-left:auto}.hotel-result-filter-row .prices{margin-left:auto;order:2}.hotel-result-filter-row .modal-footer{order:3}.hotel-result-filter-row .prices,.hotel-result-filter-row .supp{margin-bottom:0}.hotel-result-filter-row:first-child{background-color:initial;display:none;flex-wrap:wrap}.hotel-result-filter .four{min-height:190px}.hotel-result-google{padding:10px 0}.hotel-result-sort-by{display:flex;justify-content:center}.hotel-result-settings{display:none}.hotel-result-settings .mt-27{margin-top:0}.hotel-result-settings .hotel-details-wrapper{width:100%}.hotel-result-settings.visible-responsive{flex-direction:column;left:5%;width:90%!important}.hotel-result-settings.visible-responsive .results-responsive-header{background-color:var(--color-bg-light);padding:15px 15px 0!important}.hotel-result-settings.visible-responsive .results-responsive-header:after{display:none}.hotel-result-settings.visible-responsive .tabs{background-color:var(--color-bg-light);border-top:1px solid var(--color-border)}.hotel-result-settings.visible-responsive .results-responsive-header{padding:15px 10px}.hotel-result-settings-content{overflow-y:auto}.hotel-result-settings .tabs{height:50px!important;padding:0 10px 10px}.sort-responsive{flex-direction:column}.sort-responsive .sort-responsive-content{height:100%;width:100%}.sort-responsive .results-responsive-header{background:#0000}.hotel-card-wrapper{margin:0 0 10px;padding:0}.dp-wrapper{padding:10px 15px}}@media (max-width:768px){.hotel-card{flex-wrap:wrap;height:auto!important}.hotel-card-wrapper{height:auto}.hotel-card-info{flex-basis:calc(100% - 70px);z-index:1}.hotel-card-info>.tt-wrapper{bottom:110px;left:5px;max-width:100%!important;position:absolute}.hotel-card-info .address{bottom:70px;left:5px;margin-bottom:10px;max-width:calc(100% - 85px);position:absolute}.hotel-card-info .location-from{bottom:90px;left:5px;max-width:calc(100% - 85px);position:absolute}.hotel-card-info .show-rooms{bottom:57px;left:5px;position:absolute}.hotel-card-img{flex:0 0 220px;height:180px}.hotel-card-total{margin-top:40px;z-index:5}.hotel-card-total .price .text-sm{display:none}.hotel-card-room{justify-content:start;margin:0;padding:8px 5px}.hotel-card-rooms{border-top:1px solid var(--color-border);margin-top:10px}.hotel-card-cube .hotel-card-cheap{width:calc(50% - 5px)}.hotel-card-cube .hotel-card-cheap-more{display:none}.hotel-card-cube .hotel-card-cheap-wr{flex-wrap:wrap;justify-content:flex-start;position:static;width:100%}.hotel-card-b2b .hotel-card-total{margin-top:30px}.hotel-card-b2b .hotel-card .proposal-heart{top:270px}.dp-wrapper{height:100px;left:auto;padding:10px 20px;right:0;width:300px}}@media (max-width:500px){.hotel-card-info{padding:10px 0 0}.hotel-card-img{flex:0 0 100%}.hotel-card-cube .hotel-card-cheap{margin-left:0;width:calc(50% - 3px)!important}.hotel-card-cube .hotel-card-cheap-wr{justify-content:space-between;margin-left:0;position:static}.hotel-card-cube .hotel-card-img{flex:0 0 100%!important}.hotel-card-cube .hotel-card-info{flex:0 0 100%!important;padding:10px 0}.hotel-card-cube .hotel-card-info .show-rooms{bottom:auto;top:150px}}@media (max-width:768px){.hotel-details-wrapper{padding:20px 0}.hotel-result-data .hotel-list{flex-basis:calc(100% - 20px);padding:0 10px}.hotel-config{flex-direction:column;height:auto}.hotel-config-preview{margin-top:20px}.hotel-card-wrapper.short-mode .price-wrapper .price{font-size:1rem;min-width:0;min-width:auto}.hotel-card-wrapper.short-mode .price-wrapper .price .text-sm{display:none}.hotel-card-wrapper.short-mode .hotel-card-info{flex:0 0 70%}.hotel-card-wrapper.short-mode .hotel-card-info .title{max-width:calc(100% - 80px)}.hotel-card-wrapper.short-mode .hotel-card-total{flex:0 0 30%}.hotel-card-wrapper.short-mode .location-from{right:31%}.hotel-card-wrapper.short-mode .show-rooms{right:calc(22% + 4px)}.hotel-card-wrapper.short-mode .hotel-actions-popup-wr{left:15%}.hotel-card-wrapper.short-mode .title{font-size:.8rem;margin-left:15px;max-width:90%}.hotel-card-wrapper.short-mode .address{font-size:.8rem}.hotel-card-wrapper.short-mode .hotel-card-info{padding:3px 0 0}.hotel-card-wrapper.short-mode .hotel-card-pin{left:0;z-index:22}.hotel-card-wrapper.short-mode .hotel-card-total{display:flex}.hotel-card-wrapper.short-mode .hotel-card-total .stars-number{font-size:12px;height:26px;width:26px}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr{position:absolute;width:35%}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap{height:46px;padding:5px}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap .mb-5,.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap .text-md{font-size:.8rem}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap:nth-child(n+3){display:none}}@media (max-width:500px){.hotel-list-active{z-index:100}.hotel-card-wrapper.short-mode .hotel-card-cube .title{max-width:82%}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-info{width:55%}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-info .location-from{font-size:.7rem;right:38%}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-total{width:17%}.hotel-card-wrapper.short-mode .hotel-card-cube .show-more{right:calc(32% - 1px)}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr{left:70%;width:30%}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap{padding:3px}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap .mb-5{text-overflow:clip}.hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap .text-md span:nth-child(2){display:none}.hotel-result-settings-img{width:100%}.hotel-result-settings-content .flex-between{flex-wrap:wrap}}.ways-content{line-height:1.5;padding:0 20px}.ways-content a{color:var(--color-text);text-decoration:underline}.ways-direction{margin:10px 0}.ways-direction img{-webkit-margin-end:10px;margin-inline-end:10px}.ways-step{display:flex;justify-content:space-between}.ways-divider{border-bottom:1px solid var(--color-border);margin:30px 0}.map{height:100%;width:100%}.map-osm-marker{margin-top:-28px!important}.map-transfer{height:auto;width:140px}.map-transfer .leaflet-popup-content{margin:5px 10px!important;min-width:100px!important;width:100px!important}.map-custom{background-color:#fff;box-shadow:0 1px 4px -1px #0000004d;height:240px;position:absolute;right:10px;top:140px;width:40px;z-index:2}.map-custom-item{align-items:center;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.map-custom-item:hover{background-color:var(--color-bg-light);color:var(--color-contrast);opacity:.8}.map-custom-item:not(:last-child):after{border-bottom:1px solid var(--color-border);content:"";height:40px;position:absolute;width:30px}.map-custom .c-dropdown{-webkit-margin-start:0;margin-inline-start:0}.map-custom .c-dropdown-opener{border:none;padding:0}.map-custom .c-dropdown-content{bottom:0;max-height:300px;max-width:200px;overflow-x:hidden;overflow-y:auto;right:40px;top:auto}.map-custom .c-dropdown-row{max-width:100%;padding:6px 12px 6px 6px}.map-custom .c-dropdown-row,.map-marker .marker-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-marker .marker-name{font-size:.87rem;font-weight:600;margin-bottom:10px;max-width:300px}.map-marker .marker-actions{display:flex;flex-direction:row}.map-marker .marker-actions .btn{align-items:center;display:flex;height:22px;margin:0 3px;padding:0 10px;white-space:nowrap}.map-marker .marker-actions .btn img,.map-marker .marker-actions .btn svg{-webkit-margin-end:5px;height:15px;margin-inline-end:5px}.map-marker-osm .marker-actions{margin:0 -10px}.map-wr{position:relative;width:100%}.map-wr,.map-wr .leaflet-container{height:100%}.map-wr .hotel-result-filter-input{left:70px;position:absolute;right:70px;top:6px;z-index:2}.leaflet-routing-container{display:none}.leaflet-map-pane,.leaflet-map-pane svg{z-index:0!important}.leaflet-bottom,.leaflet-top{z-index:2!important}.leaflet-popup-content{width:auto!important}@media (max-width:768px){.map-report-buttons{margin-top:15px}}.proposal{display:flex;flex-direction:row;flex-wrap:wrap;height:190px;overflow:hidden}.proposal-wr{padding-bottom:20px}.proposal-wr:not(:last-child){border-bottom:1px solid var(--color-border);margin-bottom:30px}.proposal-wr .hotel-card-rooms{border-top:1px solid var(--color-border);max-height:300px}.proposal-wr .hotel-card-rooms .hotel-card-room{padding:12px 10px}.proposal-wr .hotel-card-rooms .hotel-card-room .room-price{flex:0 0 100px}.proposal-wr .hotel-card-rooms .hotel-card-room .room-price-edit{min-width:90px;text-align:right}.proposal-img{border-radius:var(--border-radius-md);flex:0 0 220px;height:170px;overflow:hidden}.proposal-img img{height:100%;max-height:180px;width:100%}.proposal-names{flex-basis:calc(100% - 390px);flex-grow:0;flex-shrink:0;padding:0 15px}.proposal-names .show-rooms{font-weight:600;margin-top:15px}.proposal-names .show-rooms svg{color:var(--color-contrast)}.proposal-total{align-items:center;display:flex;flex:0 0 140px;flex-direction:column;justify-content:flex-start;text-align:center}.proposal-total .title{cursor:pointer}.proposal-total input{width:100px}.proposal-remove{flex:0 0 30px}.proposal-remove svg{cursor:pointer}.proposal-textarea{border:1px solid var(--color-border);border-radius:var(--border-radius);font-family:inherit;height:180px;margin-bottom:20px;outline:none;padding:10px;resize:none;width:100%}.proposal-buttons{display:flex;justify-content:space-between;margin-top:20px}.proposal-header{-webkit-margin-start:5px;background-color:var(--color-danger);border-radius:4px;color:var(--color-text-lightest);font-size:.87rem;margin-inline-start:5px;padding:1px 5px}.proposal-empty{height:200px;padding-top:80px}.proposal-rooms .proposal-heart{-webkit-margin-start:10px;margin-inline-start:10px;position:static}@media (max-width:768px){.proposal{height:auto;position:relative}.proposal-wr{padding-bottom:10px}.proposal-img,.proposal-wr:not(:last-child){margin-bottom:10px}.proposal-img{flex:0 0 100%}.proposal-names{flex-basis:calc(100% - 85px);flex-grow:0;flex-shrink:0;padding:0;z-index:1}.proposal-total{align-items:flex-end;flex:0 0 100%;margin-top:-65px}.proposal-buttons{flex-direction:row;margin-top:10px}.proposal-buttons .flex-between{width:50%}.proposal-buttons .flex-between .btn{width:100%}.proposal-location{display:flex;width:80%}.proposal-location svg{-webkit-margin-end:7px;margin-inline-end:7px}.proposal-remove{color:#ef4444;position:absolute;right:10px;top:10px}.proposal-content{max-height:calc(87vh - 190px)}.proposal-footer .flex-wrap{width:100%}.proposal-footer .btns-row{margin-bottom:10px;width:100%}.proposal-footer .btn{flex:1 1 40%}.proposal-footer .input-block>div{margin:0 5px}}@media (max-width:500px){.proposal-header{background-color:var(--color-contrast);color:var(--color-bg)}}.h-ratings{display:flex;flex-direction:column;justify-content:flex-end;margin-right:20px}.h-ratings-wr{display:flex;line-height:1.4;padding:20px}.h-ratings-number{font-size:50px}.h-ratings-row{background-color:var(--color-border);border-radius:4px;flex:1 1;margin:4px 0;overflow:hidden}.h-ratings-row-wr{display:flex}.h-ratings-row-yellow{background-color:#efc94f;height:100%}.h-ratings-star{flex:0 0 70px}.h-ratings-list{display:flex;flex:1 1;flex-direction:column}.h-ratings-breakdown{display:flex;flex-wrap:wrap}.h-ratings-breakdown-item{border:1px solid var(--color-border);border-radius:4px;margin:0 5px 10px;padding:5px 10px}.h-photos{flex:0 0 33.3%;height:200px;padding:3px}.h-photos-wr{display:flex;flex-wrap:wrap}.h-photos img{border-radius:4px;height:100%;width:100%}.h-price{border:1px solid var(--color-border);border-radius:4px;margin-bottom:5px;padding:5px 10px;width:100%}.h-price img{height:30px}@media (max-width:768px){.h-photos{flex:0 0 100%;height:300px}}@media (min-width:768px){.hotel-result-modern .hotel-result-data{flex-direction:row;height:calc(100vh - 190px);max-width:100%;overflow:hidden;position:relative}.hotel-result-modern .hotel-list-wr .hotels-main-tabs{display:none}.hotel-result-modern .hotel-list-wr .hotel-list{margin-top:0!important}.hotel-result-modern .hotel-result-filter-left{background-color:var(--color-bg-light);flex:0 0 185px;margin-top:30px;padding:5px;width:185px}.hotel-result-modern .hotel-result-settings .tabs{background-color:var(--color-bg);left:0;position:absolute}.hotel-result-modern .hotel-result-settings .tabs .tab{font-size:.95rem;height:25px;margin-bottom:2px;padding-bottom:10px;padding-inline:20px}.hotel-result-modern .hotel-result-settings .tabs .tab:before{height:2px}.hotel-result-modern .hotel-result-settings .tabs .tab:has(.fa-bed){display:none}.hotel-result-modern .hotel-result-settings-content{margin-top:27px}.hotel-result-modern>.hotel-result-data>.hotel-result-settings-content{animation:slideInFromRight .3s ease-out;border-bottom:1px solid var(--color-border);border-left:1px solid var(--color-border);box-shadow:-5px 0 10px 0 #0000001a;height:calc(100vh - 207px);left:45vw;margin-top:20px;overflow-y:hidden;position:fixed;right:0;width:55vw;z-index:22}@keyframes slideInFromRight{0%{left:100vw}to{left:45vw}}.hotel-result-modern .hotel-result-data-htl .hotel-list-wr{flex-basis:calc(100% - 185px);flex-grow:0;flex-shrink:0;margin-top:27px;width:calc(100% - 185px)}.hotel-result-modern .hotel-result-data-htl .hotel-card-v3 .hotel-card-cube .hotel-card-info{width:32%}.hotel-result-modern .hotel-result-data-htl .hotel-card-v3 .hotel-card-cube .hotel-card-info .location-from{right:calc(50% + 78px)}.hotel-result-modern .hotel-result-data-htl .hotel-card-v3 .hotel-card-cube .hotel-card-cheap-more{display:flex;height:calc(100% + 2px);left:auto;position:absolute;right:calc(53% - 52px);top:-2px;width:46px}.hotel-result-modern .hotel-result-data-htl .hotel-card-v3 .hotel-card-cube .hotel-card-cheap-wr{left:calc(47% + 52px)}.hotel-result-modern .hotel-result-data-htl .hotel-card-v3 .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap{width:calc(25% - 3px)}.hotel-result-modern .hotel-result-data-htl .hotel-card-v3 .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap:nth-child(3),.hotel-result-modern .hotel-result-data-htl .hotel-card-v3 .hotel-card-cube .hotel-card-cheap-wr .hotel-card-cheap:nth-child(4){display:block}.hotel-result-modern .hotel-result-data-htl .hotel-result-settings .map-wr{opacity:0}.hotel-result-modern .hotel-result-data-map .hotel-result-settings{flex:0 0 32%;width:32%}.hotel-result-modern .hotel-result-data-map .hotel-list-wr{flex:0 0 53%;width:53%}.hotel-result-modern .hotel-result-data-map .hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap-wr{margin-top:20px}.hotel-result-modern .hotel-result-data-map .hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap{height:53px}.hotel-result-modern .hotel-result-data-map .hotel-card-wrapper.short-mode .hotel-card-cube .hotel-card-cheap .mb-5{margin-bottom:8px}.hotel-result-modern .hotel-result-data-rooms .hotel-result-settings{flex:0 0 100%;width:100%}.hotel-result-modern .hotel-result-data-rooms .hotel-list-wr{flex:0 1;width:0}.hotel-result-modern .hotel-result-data-map .hotel-list-wr{margin-top:27px}}@media (max-width:768px){.hotel-result-modern .hotel-result-filter-left{display:none}.hotel-result-modern .hotel-result-filter-input{flex:1 0 100%}.hotel-result-filter-row .location{flex:1 0 100%!important}.hotel-result-filter-row .hotel-result-filter-left{display:flex;flex:1 0 100%;flex-direction:column;width:100%}}.hotel-card-v4.short-mode{display:flex;flex-direction:row;flex-wrap:wrap;height:103px}.hotel-card-v4.short-mode:has(.hotel-card-room-multi){height:auto;min-height:103px}.hotel-card-v4.short-mode:has(.hotel-card-room-multi) .hotel-card{height:auto;min-height:103px}.hotel-card-v4.short-mode:has(.hotel-card-room-multi) .hotel-card-rooms-v4{margin-bottom:-7px}.hotel-card-v4.short-mode:has(.hotel-card-room-multi) .hotel-card-rooms-v4 .hotel-card-rooms{overflow:visible}.hotel-card-v4.short-mode .hotel-card{height:103px}.hotel-card-v4.short-mode .hotel-card-info{flex:auto;min-width:calc(100% - 200px);width:90%!important}.hotel-card-v4.short-mode .hotel-card-info .title{margin-bottom:16px}.hotel-card-v4.short-mode .hotel-card-total{margin-left:-150px}.hotel-card-v4.short-mode .crown{bottom:-48px}.hotel-card-v4.short-mode .proposal-heart{top:48px}.hotel-card-v4.short-mode .hotel-card-gt{top:70px}.hotel-card-v4.short-mode .hotel-card-room-highlighted{background:#0000}.hotel-card-v4.short-mode .hotel-card-cube .hotel-card-total{right:5px!important}.hotel-card-v4.short-mode .hotel-card-cube .hotel-card-info .show-rooms{top:66.5px}.hotel-card-v4.short-mode .hotel-card-cube .hotel-card-info .location-from{left:145px;right:20px;top:74.5px}.hotel-card-v4.short-mode .hotel-card-cube .hotel-consumer-wr{top:72.5px}.hotel-card-v4.short-mode .hotel-card-cube .hotel-card-cheap-wr{display:none;margin-top:35px}.hotel-card-v4.short-mode .hotel-card-cube .hotel-card-cheap-more{display:none!important}.hotel-card-v4.short-mode .hotel-card-rooms-intab{height:100%!important}.hotel-card-v4.short-mode>.hotel-card-rooms-intab{margin-left:auto;width:60%}.hotel-card-v4.short-mode>.hotel-card-rooms-intab .hotel-card-room{margin:0;padding-right:10px}.hotel-result-data-map .hotel-card-v4.short-mode>.hotel-card-rooms-intab{width:62%}.hotel-result-data-map .hotel-card-v4.short-mode>.hotel-card-rooms-intab .hotel-card-room .room-name input{width:50px}.hotel-card-v4.short-mode .hotel-card-rooms-v4{flex:1 0 60%;max-width:60%}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .room-header{display:none}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms{height:100%;overflow:hidden}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room{align-items:flex-start;height:48px;margin:0;padding-right:2px;padding-top:4px}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room.hotel-card-room-v4-single .hotel-card-room-v4-name{flex-basis:calc(100% - 228px);flex-grow:1;flex-shrink:1}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room.hotel-card-room-multi{height:auto;min-height:48px;padding-bottom:4px}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room.hotel-card-room-multi-2{min-height:62px}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room.hotel-card-room-multi-3{min-height:76px}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room .hotel-card-room-v4-name{min-width:0}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room .hotel-card-room-v4-name div{overflow:hidden;text-overflow:ellipsis}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room .hotel-card-room-v4-name .text-dark>div,.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room .hotel-card-room-v4-name .text-light{line-height:1.3;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room .hotel-card-room-v4-name .text-dark>div>div{max-width:100%;overflow:hidden;text-overflow:ellipsis}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room .hotel-card-room-v4-name .text-dark .hotel-card-room-v4-name-line{display:block}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room .hotel-card-room-v4-price{flex:0 1 auto;margin-left:4px;min-width:56px;text-align:right}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room .hotel-card-room-v4-price .hotel-card-room-v4-price-alt,.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room .hotel-card-room-v4-price .hotel-card-room-v4-price-main{display:block}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room .hotel-card-room-v4-price .hotel-card-room-v4-price-main{margin-bottom:5px}.hotel-card-v4.short-mode .hotel-card-rooms-v4 .hotel-card-rooms .hotel-card-room .hotel-card-room-v4-icons{flex:0 0 160px;flex-wrap:nowrap;margin-left:4px;width:160px}.hotel-card-v4.short-mode.hotel-card-nomap .hotel-card{width:40%}.hotel-card-v4.short-mode.hotel-card-nomap .hotel-card-rooms-v4{flex:1 0 56%;width:60%}.hotel-result-data-map .hotel-card-v4.short-mode .hotel-card{width:32%}.hotel-result-data-map .hotel-card-v4.short-mode .hotel-card-cheap{min-width:178.8px}.hotel-result-data-map .hotel-card-v4.short-mode .hotel-card{width:38%}.hotel-result-data-map .hotel-card-v4.short-mode .hotel-card .tt-wrapper:has(.title){width:95%}.hotel-result-data-map .hotel-card-v4.short-mode .hotel-card-rooms-v4{flex:1 0 62%;width:62%}.hotel-card-v8.short-mode{height:146px}.hotel-card-v8.short-mode.hotel-card-wrapper.short-mode .hotel-card-img{display:block}.hotel-card-v8.short-mode .hotel-card{height:136px}.hotel-card-v8.short-mode .hotel-card .crown-star{color:#fff;left:5px;top:5px}.hotel-card-v8.short-mode .hotel-card .hotel-card-gt{left:15px;top:5px}.hotel-card-v8.short-mode .hotel-card .hotel-card-gt img{width:18px}.hotel-card-v8.short-mode .hotel-card.hotel-card-cube .hotel-card-info .address{margin-left:8px;max-width:86%}.hotel-card-v8.short-mode .hotel-card.hotel-card-cube .hotel-card-info .show-rooms{background-color:var(--color-180);border-radius:var(--border-radius);font-size:.7rem;left:5px;padding:5px 3px;position:absolute;top:auto;width:140px}.hotel-card-v8.short-mode .hotel-card.hotel-card-cube .hotel-card-info .hotel-consumer-wr{display:none}.hotel-card-v8.short-mode .hotel-card.hotel-card-cube .hotel-card-info .tt-wrapper:has(.title){width:86%}.hotel-card-v8.short-mode .hotel-card.hotel-card-cube .hotel-card-info .tt-wrapper:has(.title) .title{margin-left:8px}.hotel-card-v8.short-mode .hotel-card.hotel-card-cube .hotel-card-info .location-from{position:static}.hotel-card-v8.short-mode .hotel-card-rooms{position:relative;top:-5px}.hotel-card-v8.short-mode .hotel-card-rooms-intab{height:100%}.hotel-result-data-map .hotel-card-v8.short-mode .hotel-card-cube .hotel-card-img{flex:0 0 90px!important}.hotel-result-data-map .hotel-card-v8.short-mode .show-rooms{width:80px!important}.hotel-result-data-map .hotel-card-v8.short-mode .address{max-width:80%!important}.hotel-result-data-map .hotel-card-v8.short-mode .address .ml-10{margin-left:4px}.hotel-card-v8.short-mode.hotel-card-v4:has(.hotel-card-room-multi) .hotel-card-rooms-v4{margin-bottom:-12px}.hotel-card-wrapper.active .hotel-card-rooms-intab .room-header{background-color:var(--color-contrast-light)}.hotel-card-wrapper.active-border .hotel-card-rooms-v4 .hotel-card-room:last-child{border-color:var(--color-contrast)}.hotel-card-v4.short-mode:has(.hotel-card-internet-v4){height:auto;min-height:103px}.hotel-card-v4.short-mode:has(.hotel-card-internet-v4) .hotel-card{height:auto;min-height:103px}.hotel-card-v4 .hotel-card-internet-v4{align-self:flex-start;flex:0 0 40%;margin-top:-10px;max-width:40%;width:40%}.hotel-card-v4 .hotel-card-internet-v4 .hotel-result-google{margin-top:0;padding:0 10px 0 0}.hotel-card-v4 .hotel-card-internet-v4 .hotels-tabs .tab{font-size:.9rem;padding-inline:5px}.hotel-card-v4 .hotel-card-internet-v4 .text-lh{font-size:.9rem}.hotel-card-v4 .hotel-card-internet-v4 .h-photos{height:120px}.hotel-card-v4 .hotel-card-internet-v4 .h-price img{border-radius:4px;flex-shrink:0;height:60px;object-fit:cover;width:60px}.hotel-result-data-map .hotel-card-internet-v4{flex:0 0 38%;width:38%}.hotel-result-data-map .hotel-card-internet-v4 .hotel-result-google{padding:0}.hotel-result-data-map .hotel-card-internet-v4 .tabs{max-width:100%;overflow-x:auto}.hotel-result-data-map .hotel-card-internet-v4 .flex-row>.ph-10{padding:0 3px}.hotel-result-data-map .hotel-card-internet-v4 .flex-row>.ph-10 .btn-xsm{padding:4px}.hotel-result-data-map .hotel-card-internet-v4 .flex-row>.ph-10 .btn-xsm img{width:10px!important}.transfer-search{border-bottom:1px solid var(--color-border);margin:auto;width:100%}.transfer-search-wr{max-width:1300px;width:100%}.transfer-results{display:flex;justify-content:space-between;margin-top:20px;min-width:100%}.transfer-results-info{width:24%}.transfer-results-info .book-summary{max-width:100%}.transfer-results-data{display:flex;flex-direction:column;width:calc(76% - 20px)}.transfer-results-title{font-size:1.3rem;font-weight:600;margin-top:30px;padding-bottom:10px}.transfer-card{display:flex;height:160px;margin-bottom:15px}.transfer-card-img{-webkit-border-end:1px solid var(--color-border);border-inline-end:1px solid var(--color-border);margin:auto;width:160px}.transfer-card-img img{height:auto;padding:15px 0;width:100%}.transfer-card-data{-webkit-border-end:1px solid var(--color-border);border-inline-end:1px solid var(--color-border);width:calc(100% - 300px)}.transfer-card-data .card-title{border-bottom:1px solid var(--color-border);font-size:1.3rem;font-weight:600;padding:15px}.transfer-card-data .card-data{display:flex;font-size:.9rem}.transfer-card-data .card-data-item{padding:20px 15px;text-align:center;width:33%}.transfer-card-data .card-data-item svg{color:var(--color-border);height:24px;margin-bottom:10px;width:24px}.transfer-card-info{padding:15px}.transfer-sum{margin-bottom:15px;padding:20px}.transfer-sum .subtitle{color:var(--color-text-light);font-size:.9rem;font-weight:600;min-width:80px;text-transform:uppercase}@media (max-width:1250px){.transfer-results{flex-direction:column;padding:0 15px}.transfer-results-data,.transfer-results-info{width:100%}}@media (max-width:768px){.transfer-results .flex-between.w100p{flex-direction:column}}@media (max-width:500px){.transfer-card{flex-direction:column;height:auto}.transfer-card-img{border:none;width:30%}.transfer-card-img img{padding:0}.transfer-card-data{border:none;padding:0;width:100%}.transfer-card-data .card-title{border:none;padding:0 15px 5px}.transfer-card-data .card-data{flex-direction:column}.transfer-card-data .card-data .card-data-item{align-items:center;display:flex;padding:5px 10px;width:100%}.transfer-card-data .card-data .card-data-item svg{-webkit-margin-end:5px;height:18px;margin-inline-end:5px;margin-bottom:0;width:18px}.transfer-card-data .card-data .card-data-item br{display:none}.transfer-card-info{padding:5px 10px}.transfer-card-info .mb-10,.transfer-card-info .price-total{display:flex;margin-bottom:5px}.transfer-card-info .mb-10 svg,.transfer-card-info .price-total svg{-webkit-margin-start:auto;margin-inline-start:auto}.transfer-sum{padding:10px 15px}.transfer-sum .text-lh{margin-bottom:10px}.transfer-sum .w100p{display:flex;justify-content:space-between;margin-top:0!important}.transfer-sum .w100p .mb-10{margin:0}.transfer-sum .w100p .cur-poi{-webkit-margin-end:auto;-webkit-margin-start:20px;margin-inline-end:auto;margin-inline-start:20px}.transfer-results-data{max-width:95vw}.transfer-results-data .flex-between .btn-primary{min-width:calc(100% - 110px)}.transfer-results-data .flex-between .btn-default{min-width:100px}}.package-wr{max-width:1200px}.package-summary .summary-img img{max-height:60px;max-width:100px}.package-ticket .ticket-details-info{border-bottom:none;justify-content:space-around}.package-ticket .ticket-header-forward svg{transform:rotate(180deg)}.package-facility{flex-basis:calc(50% - 15px);flex-grow:0;flex-shrink:0}.package-facility-list{border:1px solid var(--color-border)}.package-facility-item{align-items:center;display:flex;padding:5px 10px}.package-facility-item:not(:last-child){border-bottom:1px solid var(--color-border)}.package-facility-img{height:35px;width:35px}.package-summary{flex:0 0 350px}.package-summary-map{background-color:var(--color-bg-light);height:355px;margin-bottom:30px;padding:5px;width:100%}.package-summary-map img{border-radius:var(--border-radius-md);height:100%;width:100%}.package-summary-suggestion{display:flex}.package-summary-suggestion:not(:last-child){border-bottom:1px solid var(--color-border);margin-bottom:10px;padding-bottom:10px}.package-summary-suggestion .suggestion-img{display:flex;flex:0 0 100px;flex-direction:column;height:60px;justify-content:space-between}.package-summary-suggestion .suggestion-img img{border-radius:var(--border-radius);height:100%;width:100%}.package-item{align-items:stretch;display:flex;flex-direction:row;margin-bottom:20px}.package-item-data{align-items:flex-start;display:flex;flex-direction:column;padding:15px 0;width:45%}.package-item-data .name{font-size:1.2rem;font-weight:700}.package-item-data .stars{margin:7px 0 10px}.package-item-data .item{font-size:1rem;margin-bottom:7px}.package-item-type{background-color:#00000080;border-radius:3px;color:#fff;font-size:.8rem;left:0;padding:8px 10px 5px 15px;position:absolute;top:0}.package-item-img{-webkit-margin-end:15px;border-radius:var(--border-radius-lg) 0 0 var(--border-radius-lg);flex:0 0 30%;height:224px;margin-inline-end:15px;overflow:hidden;position:relative;width:30%}.package-item-img img{height:100%;width:100%}.rtl .package-item-img{border-radius:0 var(--border-radius-lg) var(--border-radius-lg) 0}.package-item-total{border-left:1px solid var(--color-border);display:flex;flex-direction:column;justify-content:center;padding:15px 20px;width:25%}.package-item-total .btn{margin-top:20px}.package-item-total .price-per-person{align-items:center;display:flex;flex-direction:column;font-size:1rem;margin-bottom:10px;margin-top:auto}.package-item-total .price-per-person .price{font-size:1.2rem;font-weight:700;padding-top:7px}.package-item-total .total-price{align-items:center;display:flex;flex-direction:column;font-size:1.2rem;margin-bottom:10px}.package-item-total .total-price .price{font-size:1.5rem;font-weight:700;padding-top:7px}.package-top-filter{width:100%}.package-top-filter-wr{display:flex;margin:0 -3px 5px;overflow-x:auto;padding-bottom:15px;width:calc(100% + 6px)}.package-top-filter-wr .item{flex:0 0 200px;padding:0 5px}.package-top-filter-wr .item-wr{align-items:center;background-color:#fff;border:1px solid var(--color-border);border-radius:var(--border-radius);display:flex;flex-direction:column;height:38px;justify-content:center}.package-top-filter-wr .item-wr div{margin:1px 0}.package-top-filter-wr .item.active .item-wr{background-color:var(--color-contrast);border:1px solid var(--color-contrast);color:#fff}.package-top-filter-wr .item.active .item-wr:hover,.package-top-filter-wr .item:hover{cursor:pointer;opacity:.9}.package-itinerary .subtitle{-webkit-padding-end:15px;flex:0 0 33%;padding-inline-end:15px}.package-itinerary .subtitles{border-bottom:1px solid var(--color-border);display:flex;padding-bottom:10px}.package-itinerary .subtitle:not(:last-child){-webkit-border-end:1px solid var(--color-border);border-inline-end:1px solid var(--color-border)}.package-itinerary .subtitle:not(:first-child){-webkit-padding-start:15px;padding-inline-start:15px}.package-itinerary .content{font-size:.9rem;line-height:1.2;margin:0 -10px;max-height:300px;overflow-y:auto;padding:0 10px}.package-itinerary .content-row{padding-bottom:10px}.package-itinerary .content-row:not(:last-child){border-bottom:1px solid var(--color-border);margin-bottom:10px}.package-details{flex-basis:calc(100% - 370px);width:calc(100% - 370px)}.package-details-rating{-webkit-margin-start:5px;display:inline-block;margin-inline-start:5px}.package-details .hotel-card-rooms{max-height:none;overflow-y:visible;overflow-y:initial}.package-details .flight-details-item strong{font-weight:600}.package-details .flight-details-ticket .ticket-details-info .item img{height:auto;max-height:60px;max-width:180px}.package-details .flight-details-ticket .ticket-details-info .item svg{margin-bottom:3px}.package-details .flex-center{flex-direction:column}.package-details .flex-center .ticket-airline-code{margin-top:0}.package-total-sticky{background-color:var(--color-bg-light);border-bottom:1px solid var(--color-border);left:0;padding:10px 20px;position:fixed;right:0;top:40px;z-index:100}.package-total-sticky svg{display:block!important}.package-list-card,.package-list-card>.flex-one{display:flex;flex-wrap:wrap}.package-list-card .package-item{-webkit-margin-end:10px;flex-basis:calc(33.3% - 10px);flex-direction:column;flex-grow:0;flex-shrink:0;margin-inline-end:10px;margin-bottom:20px;width:calc(33.3% - 10px)}.package-list-card .package-item-img{border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0;flex:0 0 190px;height:190px;margin:0;width:100%}.package-list-card .package-item-img img{border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0;height:100%;width:100%}.package-list-card .package-item-data{padding:10px 15px 0;width:100%}.package-list-card .package-item-data .item{font-size:.9rem}.package-list-card .package-item-total{border-left:0;margin-top:auto;padding:0 15px;position:relative;width:100%}.package-list-card .package-item-total .fa-circle-arrow-right{bottom:12px;position:absolute;right:12px}.rtl .package-list-card .package-item-total .fa-circle-arrow-right{left:12px;right:auto;transform:rotate(180deg)}.package-list-card .package-item-total .text-center{margin-bottom:5px;text-align:start}.package-list-card .package-item-total .btn{margin:10px 0}.package-list-card .package-item-total .price-per-person{flex-direction:row;font-size:1rem;margin-bottom:5px;margin-top:auto}.package-list-card .package-item-total .price-per-person .price{font-size:1rem;padding:0 0 0 7px}.package-list-card .package-item-total .total-price{flex-direction:row;font-size:1rem}.package-list-card .package-item-total .total-price .price{font-size:1rem;padding:0 0 0 7px}.package-supplier{background-color:var(--color-contrast-light);border-left:4px solid var(--color-contrast);padding:20px 10px}.book-form .text-cap{display:flex;flex-direction:row-reverse;justify-content:flex-end}.book-form-room .rdrCalendarWr{left:15px}@media (min-width:769px){.package-item-data .display-ib{min-width:80px}}@media (min-width:992px){.results-sort-by-package{margin:0 -3px;width:calc(100% + 3px)}.package-top-filter{-webkit-margin-start:-3px;margin-inline-start:-3px}}@media (max-width:1250px){.package-details{width:100%}.package-details-wrapper{flex-direction:column}.package-summary{width:100%}.package-top-filter{margin-top:10px;width:calc(100% - 90px)}.package-top-mobile{display:flex;justify-content:space-between;margin-top:10px;width:100%}.package-top-mobile .btn{width:calc(50% - 5px)}}.results-sort-by-package{border-bottom:0!important}.package-details-send .btn{position:relative;top:10px}@media (max-width:768px){.package-details-send{flex-direction:column}.package-details-send .btn{margin-top:15px;top:0}.package-rooms thead{display:none}.package-rooms table,.package-rooms tbody,.package-rooms tr{display:flex;flex-direction:column}.package-rooms tr{background-color:var(--color-bg);border:1px solid var(--color-border);margin-bottom:10px;width:100%}.package-rooms tr td{max-width:100%!important;width:100%}.packages-result-wr{width:100%}.package-summary-map{margin-bottom:15px}.package-details .room-medium,.package-details .room-refund{margin-bottom:10px}.package-details .flight-details-ticket .ticket-details-info .item img{height:auto;margin-top:20px;max-width:100%}.package-details .hotel-card-room>div:nth-child(2n){-webkit-padding-end:0;flex:0 0 35%;padding-inline-end:0;text-align:end}.package-details .hotel-card-room>div:nth-child(odd){flex:0 0 65%}.package-item{-webkit-margin-end:0;flex-direction:column;margin-inline-end:0}.package-item-img{border-radius:16px 16px 0 0;flex:0 0 200px;width:100%}.package-item-data{padding:10px;width:100%}.package-item-total{margin-top:-10px;padding:0 10px 10px;position:relative;width:100%}.package-item-total .text-center{margin-bottom:5px;text-align:start}.package-item-total .price-per-person,.package-item-total .total-price{align-items:flex-end;flex-direction:row;font-size:1rem;margin-bottom:5px}.package-item-total .price-per-person .price,.package-item-total .total-price .price{-webkit-margin-start:5px;color:var(--color-contrast);font-size:1rem;margin-inline-start:5px;padding-top:0}.package-item-total .fa-circle-arrow-right{bottom:12px;position:absolute;right:12px}.rtl .package-item-total .fa-circle-arrow-right{left:12px;right:auto;transform:rotate(180deg)}.package-item-total .btn{margin-top:10px}.pac-baggage{display:flex;flex-wrap:wrap}.pac-baggage span{flex:0 0 40%;margin-bottom:10px}}@media (max-width:500px){.package-details-title{min-width:0;min-width:auto;width:150px}.package-details-text{max-width:calc(100% - 150px)}}.flight-wrapper{min-height:100vh}.flight-wrapper .search-wrapper{padding:20px 0 0;width:100%}.flight-search-actions{background-color:var(--color-bg);margin:auto;position:-webkit-sticky;position:sticky;top:45px;width:100%;z-index:2}.flight-search-actions .results-sort-by{margin:auto;padding:0 0 10px}.flight-search-actions .flight-search{max-width:none;padding:6px 3px 3px}.flight-results{align-items:flex-start;display:flex;justify-content:space-between;padding-top:20px;width:100%}.flight-rules{direction:ltr}.flight-filter-wr{padding:20px;width:calc(25% - 20px)}.flight-filter-text{-webkit-margin-start:5px;margin-inline-start:5px;min-width:50px;text-align:end}.flight-filter-section:not(:last-child){border-bottom:1px solid var(--color-border);margin-bottom:30px;padding-bottom:20px;position:relative}.flight-filter-time{display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:10px}.flight-filter-time span{max-width:40%}.flight-filter-time span:last-child{text-align:end}.flight-filter-switcher{border:1px solid var(--color-border);border-radius:var(--border-radius);display:flex;margin-bottom:20px;padding:5px;text-align:center}.flight-filter-switcher-btn{border-radius:var(--border-radius);cursor:pointer;flex:0 0 50%;padding:10px 0}.flight-filter-switcher-btn:hover{color:var(--color-text-light)}.flight-filter-switcher-btn.active{background-color:var(--color-bg-light);border-radius:var(--border-radius)}.flight-tickets{display:flex;flex-direction:column}.flight-list{width:75%}.flight-sort-by{border-bottom:1px solid var(--color-border);padding:0 0 10px;width:100%}.flight-sort-by,.ticket{display:flex;justify-content:space-between}.ticket{border-radius:15px;margin-bottom:15px;padding:5px 15px}.ticket-dynamic{border:0;box-shadow:none;margin-bottom:0;padding:0}.ticket-dynamic .ticket-routes{-webkit-border-end:none;border-inline-end:none}.ticket-airline-code{border-radius:var(--border-radius);margin-top:5px;padding:4px 5px;text-align:center;width:54px}.ticket-airline-code,.ticket-badge{background-color:var(--color-text-light);color:var(--color-text-lightest)}.ticket-badge{border-radius:var(--border-radius-lg);padding:2px 7px}.ticket-open{border-bottom:1px solid var(--color-border)}.ticket-routes{-webkit-border-end:1px solid var(--color-border);-webkit-margin-end:10px;border-inline-end:1px solid var(--color-border);display:flex;flex-direction:column;margin:10px 0;margin-inline-end:10px;width:75%}.ticket-routes .text-sm{-webkit-margin-start:-5px;color:var(--color-text);margin-inline-start:-5px}.ticket-routes .text-sm svg{margin:0 5px}.ticket-route{-webkit-padding-end:10px;align-items:center;display:flex;justify-content:space-between;min-height:65px;padding-inline-end:10px}.ticket-airline{width:15%}.ticket-airline img{display:block;height:auto;width:100%}.ticket-airline .name{font-size:.7rem}.ticket-data{display:flex;justify-content:space-between;width:83%}.ticket-choosen{background-color:var(--color-contrast-light)!important}.ticket-baggage{display:flex;flex-direction:column;font-size:.7rem;line-height:1.5;min-width:70px;position:relative;width:17%}.ticket-baggage svg{-webkit-margin-end:3px;font-size:16px;margin-inline-end:3px;width:16px}.ticket-baggage-popup{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--border-radius);bottom:18px;font-size:.9rem;line-height:1.4;padding:8px;position:absolute;width:200px;z-index:10}.ticket-time{font-size:.9rem;justify-content:center;line-height:1.4;width:35%}.ticket-time,.ticket-time-inner{align-items:flex-start;display:flex}.ticket-time-inner{flex-direction:column;width:130px}.ticket-directions{display:flex;flex-direction:column;justify-content:center;padding:0 10px;width:30%}.ticket-directions .stops-duration{font-size:.8rem;text-align:center}.ticket-directions .line{display:flex;font-size:.8rem;justify-content:space-around;padding-top:15px;position:relative;width:100%}.ticket-directions .line:after{border-bottom:2px solid var(--color-border);content:"";left:0;position:absolute;right:0;top:7px}.ticket-directions .line:before{background-color:var(--color-border);border-radius:50%;content:"";height:10px;left:0;position:absolute;top:3px;width:10px}.rtl .ticket-directions .line:before{left:auto;right:0}.ticket-directions .line .fa-plane{color:var(--color-border);position:absolute;right:0;top:1px}.rtl .ticket-directions .line .fa-plane{left:0;right:auto;transform:rotate(180deg)}.ticket-directions .circle{font-size:.7rem;position:relative}.ticket-directions .circle:after{background-color:var(--color-contrast);border-radius:50%;bottom:0;content:"";height:7px;left:50%;position:absolute;top:-10px;width:7px;z-index:1}.ticket-button{margin-top:10px}.ticket-price{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding:10px 0;position:relative;width:25%}.ticket-price .currency{font-size:.7rem}.ticket-price .total-price{align-items:center;display:flex;flex-direction:column;font-size:1rem}.ticket-price .total-price .price{font-size:1.3rem;font-weight:700;padding-top:7px}.ticket-price .available-seats{color:var(--color-contrast);font-size:.8rem;font-weight:400;text-align:center}.ticket-price .price-passenger{display:flex;flex-direction:column;font-size:.9rem;font-weight:400;margin-bottom:3px;text-align:center}.ticket-price .price-passenger .price{font-weight:700;padding-top:3px}.ticket-long{border-top:1px solid var(--color-border);margin-top:10px;padding:10px 10px 0 16px}.ticket-long .ticket-airline{font-size:.8rem;width:13%}.ticket-long .ticket-directions .stops-duration{font-size:.7rem}.ticket-long .ticket-baggage .baggage{font-size:15px}.ticket-segment{display:flex;flex-direction:column}.ticket-gds-stop{color:var(--color-warning);display:inline-block;font-size:.8rem;margin:auto;padding:10px 0;position:relative;text-align:center}.bound{-webkit-margin-start:6px;margin-inline-start:6px;width:200px}.bound-choosen{display:flex}.bound-button{-webkit-margin-start:10px;align-items:center;background-color:var(--color-bg-light);border:1px solid var(--color-border);border-radius:var(--border-radius);font-size:.8rem;height:38px;justify-content:space-between;margin-inline-start:10px;padding:0 10px;position:relative;width:170px}.bound-button .fa-times{color:var(--color-text-light);cursor:pointer;margin:-10px;padding:10px;position:absolute;right:4px;top:2px;width:10px}.rtl .bound-button .fa-times{left:4px;right:auto}.bound-button img{height:100%;margin:0 5px}.bound-button-ticket{background-color:var(--color-bg-light);left:calc(-50% - 70px);position:absolute;top:40px}.bound-button-ticket .ticket{margin-bottom:0;width:560px}.bound-button-ticket .ticket-airline,.bound-button-ticket .ticket-button{display:none}@media (max-width:1250px){.flight-wrapper .search-inner{max-height:none}.flight-filter-wr{border:0!important;display:none}.flight-filter-wr .flight-filter{background-color:var(--color-bg);border-radius:var(--border-radius);margin:auto;max-height:80vh;max-width:557px;overflow-y:auto;padding:0 15px 20px;width:94%}.flight-filter-wr .results-responsive-header{background-color:var(--color-bg);position:-webkit-sticky;position:sticky;top:0;z-index:2}.flight-list{width:100%}.flight-tickets .proposal-heart{left:10px;right:auto}.rtl .flight-tickets .proposal-heart{left:auto;right:10px}.ticket{flex-direction:column}.ticket .ticket-baggage{line-height:2;min-width:0;min-width:auto;width:14px}.ticket .ticket-baggage>div>span{display:none}.ticket .ticket-baggage-popup{right:0}.rtl .ticket .ticket-baggage-popup{left:0;right:auto}.ticket-directions{width:40%}.ticket-directions .line:after{border:1px solid #8596a3}.ticket-directions .line .fa-plane{color:#8596a3}.ticket-directions .line .flight-direct-title,.ticket-directions .line:before{display:none}.ticket-flight-details{margin-top:10px}.ticket-routes{-webkit-border-end:none;border-inline-end:none;width:100%}.ticket-route{-webkit-padding-end:0;min-height:auto;padding-inline-end:0}.ticket-time-inner{align-items:center}.ticket-route-short .airport .text-bold{font-weight:400}.ticket-route-short .airport-desc,.ticket-route-short .date,.ticket-route-short .week{display:none}.ticket-time{width:20%}.ticket-price{border-top:1px solid var(--color-border);padding:10px 0;width:100%}.ticket-price .total-price{align-items:center;flex-direction:row;margin-bottom:5px}.ticket-price .total-price .price{-webkit-padding-start:3px;font-size:1.5rem;margin-bottom:0;padding-top:0;padding-inline-start:3px;position:relative}.ticket-price .price-passenger{flex-direction:row;margin-bottom:5px}.ticket-price .price-passenger .price{-webkit-padding-start:3px;padding-top:0;padding-inline-start:3px}.ticket-button{width:100%}.ticket-segment .ticket-data{flex-direction:column}.ticket-segment .ticket-directions,.ticket-segment .ticket-time,.ticket-segment .ticket-time-inner{width:100%}.ticket-baggage .baggage{font-size:15px}.ticket-airline-code{background-color:#fff;color:var(--color-text)}.ticket-preview .ticket-button{display:none}.bound{width:calc(33.33% - 10px)}.bound .select-custom__control{font-size:.9rem}.bound .select-custom__single-value{color:var(--color-text)}.bound-button-ticket{left:2vw;position:fixed;top:158px}.bound-button-ticket .ticket{width:96vw}.bound-choosen{margin-top:10px;width:100%}.bound-choosen .bound-button:first-child{-webkit-margin-start:0;margin-inline-start:0}.bound-choosen button,.bound-choosen>div{width:33.33%}}.flight-search{display:flex;max-width:1300px}.flight-search .search-inner{z-index:101}.flight-search .search-element.small{flex:0 0 170px;width:170px}.flight-search .search-element.mode{flex:0 0 150px}.flight-search-row-item{align-items:flex-end;display:flex;flex:0 0 100%;margin-bottom:10px;position:relative}.flight-search-row-item .radio-group{display:flex}.flight-search-row-item .radio-group .radio-btn{padding-right:10px;white-space:nowrap}.flight-search-row-item .checkbox-wrapper{padding-bottom:10px}.flight-search-row-item .location{flex:0 0 31%}.flight-search-row-item .date{flex:1 0 3%}.flight-search-rotate{bottom:15px;color:var(--color-contrast);cursor:pointer;flex:0 0 22px}.flight-search-rotate:hover{opacity:.8}.flight-search-remove{color:var(--color-danger);cursor:pointer;font-size:20px;position:absolute;right:7px;top:14px}.flight-search-remove:hover{opacity:.8}.rtl .flight-search-remove{left:7px;right:auto}.flight-search-add{display:flex;margin-bottom:10px;width:100%}.flight-search-add span{cursor:pointer;margin-left:auto}.flight-search-add span:hover{opacity:.8}.flight-search-add svg{color:var(--color-contrast)}.persons{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--border-radius);display:flex;flex-direction:column;font-size:.87rem;padding:15px 15px 5px;position:absolute;top:59px;width:calc(100% - 20px);z-index:1;z-index:2}.persons-control{cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.persons-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.persons-row .select-custom__control{min-width:auto;width:57px}.persons-row .select-custom__indicators{display:none}.flight-s-b2b{padding:5px 20px 0}.flight-s-b2b .flight-search-row-item{margin-bottom:5px}.flight-s-b2b .flight-search-row-item .location{flex:0 0 21%}.flight-s-b2b .flight-search-row-item .location .form-control{color:var(--color-contrast-2);font-size:1.1rem;font-weight:600}.main-page .flight-s-b2b{padding:15px 20px}.flight-s-b2b .search-element.small-150{flex:0 0 150px;width:150px}@media (max-width:1250px){.flight-search{flex-direction:column;max-height:calc(95vh - 60px);width:100%}.flight-search-inner{overflow-y:auto}.flight-search .flight-search-row-item{flex-wrap:wrap;margin-bottom:0}.flight-search .flight-search-row-item .location{flex:1 0 100%;padding-right:0;width:100%}.flight-search .flight-search-row-item .date{-webkit-padding-end:0!important;flex:0 0 100%;padding-inline-end:0!important;width:100%}.flight-search .flight-search-row-item .small{-webkit-padding-end:0;flex:0 0 100%;padding-inline-end:0;width:auto}.flight-search .flight-search-row-item .small:first-child{padding-top:10px}.flight-search .flight-search-row-item .mode{margin:15px 0 0}.flight-search .flight-search-row-item .baggage{flex:0 0 130px;margin-bottom:10px;width:130px}.flight-search .flight-search-row-item .flight-search-remove{right:8px;top:68px}.rtl .flight-search .flight-search-row-item .flight-search-remove{left:8px;right:auto}.flight-search .flight-search-row-item .flight-search-rotate{bottom:auto;position:absolute;right:24px;top:70px}.flight-search .flight-search-row-item .radio-group{flex-direction:row;flex-wrap:wrap;margin-bottom:10px}.flight-search .flight-search-row-item .persons-control{min-width:100%}.flight-search .flight-search-add span{margin:0 10px 25px auto}.flight-search .search-button{flex:0 0 100%;margin-bottom:10px}.flight-search .search-element{-webkit-padding-end:0;margin-bottom:15px;padding-inline-end:0}.flight-search .form-group-calendar{width:100%}.flight-search-actions{margin:auto;padding:10px 0 0;width:100%}.flight-search-actions .show-laptop-sm{display:flex;justify-content:space-between;width:100%}.flight-search-actions .show-laptop-sm .btn{flex-basis:calc(50% - 5px);flex-grow:0;flex-shrink:0}.flight-search-actions .search-wrapper,.flight-search-actions .sort-by-item-total{display:none}.flight-search-mode{flex-direction:column}.flight-search-mode .checkbox-wrapper{margin-top:0}.flight-search-mode .radio-group{flex-wrap:wrap;margin-top:14px}.flight-s-b2b .flight-search-row-item .location{flex:1 0 100%;width:100%}.flight-s-b2b .flight-search-row-item .mode{flex:0 0 100%;margin:0 0 10px}.flight-s-b2b .flight-search-row-item .flight-search-rotate{top:106px}}.flight-details{flex-basis:100%;margin:auto}.flight-details-item{background-color:var(--color-bg-light);margin-bottom:30px;padding:20px}.flight-details-order{display:flex;justify-content:space-between}.flight-details-order .flight-details-info{display:flex;flex-direction:column;width:calc(100% - 350px)}.flight-details-order .flight-details-map{display:flex;justify-content:flex-end;width:300px}.flight-details-order .flight-details-map .map{border:1px solid var(--color-border);border-radius:var(--border-radius);height:300px;width:300px}.flight-details-order .flight-details-map .map img{border-radius:var(--border-radius);height:100%;max-width:100%;width:100%}.flight-details-table{display:flex;flex-direction:column;font-size:.9rem;margin-bottom:20px}.flight-details .table-row{border-bottom:1px solid var(--color-border);display:flex}.flight-details .table-bottom{align-items:flex-end;display:flex;justify-content:space-between}.flight-details .table-bottom span{padding:8px 0}.flight-details .table-bottom .price{color:var(--color-contrast);flex:0 0 20%;font-size:1.3rem}.flight-details .flight-number{background-color:var(--color-400);padding:4px 0;text-align:center;width:66px}.flight-details .flight-number,.flight-details .flight-operating{border-radius:var(--border-radius);color:#fff;display:inline-block}.flight-details .flight-operating{background-color:var(--color-500);padding:4px 10px}.flight-details .cell{-webkit-padding-end:10px;padding:8px 0;padding-inline-end:10px}.flight-details .cell:first-child{flex:0 0 20%}.flight-details .cell:nth-child(2){flex:0 0 60%}.flight-details .cell:last-child{flex:0 0 20%}.flight-details-ticket .baggage{color:var(--color-contrast);width:30px}.flight-details-ticket .baggage svg{font-size:1.2rem}.flight-details-ticket .baggage.no-baggage{color:var(--color-text-light)}.flight-details-ticket .ticket-header{border-bottom:1px solid var(--color-border);margin-bottom:10px;padding:0 5px 10px}.flight-details-ticket .ticket-details-info{border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:10px;width:100%}.flight-details-ticket .ticket-details-info .item{align-items:center;display:flex;flex-direction:column;padding:5px 10px}.flight-details-ticket .ticket-details-info .item span{padding-bottom:3px}.flight-details-ticket .ticket-details-info .item .city{font-size:1rem}.flight-details-ticket .ticket-details-info .item .time{font-size:1.3rem;margin-top:3px}.flight-details-ticket .ticket-details-info .item .day{font-size:.9rem}.flight-details-ticket .ticket-details-info .item img{height:63px}.flight-details-ticket .ticket-details-info .item svg{margin-bottom:5px}.flight-details-segment{display:flex;justify-content:space-between;margin:15px 0 20px;padding:5px 0}.flight-details-segment .item{align-items:flex-start;display:flex;flex-direction:column;font-size:.9rem}.flight-details-segment .item span:first-child{font-size:.8rem;margin-bottom:5px}.flight-details-segment .item.long{width:25%}.flight-details-segment .item.short{width:15%}.flight-details-total img{max-width:220px}.flight-details-total .total-price{display:flex;flex-direction:column}.flight-details .divider{background-color:var(--color-contrast-light);border-bottom:1px solid var(--color-border);border-top:1px solid var(--color-border);padding:10px 5px}.flight-details-summary-success{flex:0 0 70%;margin-bottom:40px;width:70%}.flight-details-summary .summary{font-size:.9rem;line-height:1.4;margin-bottom:20px}.flight-details-summary .summary-road{display:flex;justify-content:space-between}.flight-details-summary .summary-road-item{-webkit-padding-end:10px;flex:0 0 50%;padding-inline-end:10px}.flight-details-summary .summary-road-image{flex:0 0 30%}.flight-details-summary .summary-road-image img{display:block;margin-left:auto;max-height:100px;max-width:100%}.flight-details-summary .summary-road-img{-webkit-padding-end:10px;align-items:center;display:flex;flex:0 0 50%;font-size:.8rem;padding-inline-end:10px}.flight-details-summary .summary-road-img img{-webkit-padding-end:10px;max-height:50px;max-width:50%;padding-inline-end:10px}.flight-details-summary .summary-road-title{flex:0 0 70%}.flex-table{align-items:center;display:flex;justify-content:space-between;overflow-x:auto}.flex-table-col:first-child{-webkit-border-start:1px solid var(--color-border);border-inline-start:1px solid var(--color-border)}.flex-table-col:first-child .flex-table-cell{-webkit-padding-start:10px;font-size:.9rem;justify-content:flex-start;line-height:1.4;padding-inline-start:10px;text-align:start}.flex-table-col.names{min-width:160px;text-transform:capitalize}.flex-table-col.checked .flex-table-cell{background-color:var(--color-success-light)}.flex-table-col:not(:first-child):hover .flex-table-cell{background-color:var(--color-contrast-light)}.flex-table-cell{-webkit-border-end:1px solid var(--color-border);align-items:center;border-bottom:1px solid var(--color-border);border-inline-end:1px solid var(--color-border);display:flex;justify-content:center;min-height:42px;min-width:130px;text-align:center}.flex-table-cell:first-child{border-top:1px solid var(--color-border)}.flex-table-cell:nth-child(odd){background-color:var(--color-bg)}.ticket-source{background-color:var(--color-0);border:1px solid var(--color-contrast);border-radius:4px;bottom:0;color:var(--color-contrast);font-size:.9rem;padding:6px 10px;position:absolute;right:-15px}.rtl .ticket-source{left:-15px;right:auto}.ticket-source:after{border-bottom:13px solid var(--color-contrast);border-right:13px solid #0000;bottom:26px;content:"";height:0;position:absolute;right:2px;width:0}.rtl .ticket-source:after{border-left:13px solid #0000;border-right:0;left:2px;right:auto}.ticket-source:before{border-bottom:11px solid var(--color-0);border-right:11px solid #0000;bottom:26px;content:"";height:0;position:absolute;right:3px;width:0;z-index:1}.rtl .ticket-source:before{border-left:11px solid #0000;border-right:0;left:3px;right:auto;z-index:1}.ticket-source-dyn{bottom:auto;top:0}.ticket-source-dyn:after{border-bottom:0;border-right:13px solid #0000;border-top:13px solid var(--color-contrast);bottom:-12px}.ticket-source-dyn:before{border-bottom:0;border-right:11px solid #0000;border-top:11px solid var(--color-0);bottom:-10px}@media (max-width:1250px){.ticket-source{right:0}.ticket-source:after,.ticket-source:before{display:none}.rtl .ticket-source{left:0;right:auto}}@media (max-width:768px){.flight-details{flex-basis:calc(100% - 20px)}.flight-details-item{margin-bottom:15px;padding:15px}.flight-details-order{flex-direction:column}.flight-details-order .flight-details-info{width:100%}.flight-details-order .flight-details-info .mr-10{max-width:80px}.flight-details-order .flight-details-info .text-bold{max-width:calc(100% - 90px)}.flight-details-order .flight-details-map{justify-content:center;width:100%}.flight-details-segment{flex-wrap:wrap}.flight-details-segment .item{margin-bottom:10px}.flight-details-segment .item.long,.flight-details-segment .item.short{width:33%}}@media (max-width:500px){.flight-details{flex-basis:calc(100% - 20px)}.flight-details-order{flex-direction:column}.flight-details-order .flight-details-info{width:100%}.flight-details-order .flight-details-map{justify-content:center;width:100%}.flight-details .table-bottom .price{min-width:80px}.flight-details-segment{flex-wrap:wrap}.flight-details-segment .item{margin-bottom:10px}.flight-details-segment .item.long{width:65%}.flight-details-segment .item.short{width:35%}.flight-details .ticket-details-info{flex-wrap:wrap}.flight-details .ticket-details-info .item{width:50%}.flight-details .ticket-details-info .item .day{text-align:center}.flight-details .flex-between.flight-details-total{flex-direction:column;margin-top:0}.flight-details-flex .flex-table{font-size:.9rem}.flight-details-flex .flex-table .text-lg{font-size:1rem}.flight-details-flex .flex-table .mr-5{-webkit-margin-end:0;margin-inline-end:0}.flight-details-summary-success{flex-basis:calc(100% - 30px);flex-grow:0;flex-shrink:0;margin-bottom:15px;width:calc(100% - 30px)}}.flight-rules .wrapper{display:flex}.flight-rules .penalty{width:120px}.flight-rules .content{width:calc(100% - 120px)}.flight-rules .tabs{align-items:center;display:flex}.flight-rules .tab{border-bottom:1px solid var(--color-border);cursor:pointer;margin-bottom:20px;margin-right:10px;padding-bottom:10px}.flight-rules .tab.active{border-bottom:1px solid var(--color-contrast);color:var(--color-contrast)}.fl-pair{display:flex;flex-direction:column;height:100%;padding:6px 3px;width:100%}.fl-pair input{background-color:#ffffe0;font-size:12px}.fl-pair .movable-placeholder{font-size:14px}.fl-pair-switch{left:auto;position:absolute;right:10px;top:10px}.fl-pair-ticket{max-height:100%;overflow-y:auto}.fl-pair-ticket .proposal-heart{left:auto!important;right:9px!important;top:4px;transform:scale(.8)}.fl-pair-ticket-summary{background-color:var(--color-contrast);color:var(--color-text-lightest);font-size:.9rem;margin-bottom:5px;padding:7px 40px 7px 10px}.fl-pair-ticket-summary .btn{margin:-5px;padding:2px 7px}.fl-pair-ticket-item{line-height:1.7;padding:0 5px}.fl-pair-ticket-body{border:1px solid var(--color-border);font-size:.85rem;padding:5px}.fl-pair-ticket-body-header{background-color:var(--color-contrast);color:var(--color-text-lightest);margin-bottom:5px;padding:5px}.fl-pair-ticket-body-content{border:1px solid var(--color-contrast)}.fl-pair-ticket-header-2{padding:3px 10px 6px}.fl-pair-ticket-ico{background-color:var(--color-300);border-radius:4px;color:var(--color-text-lightest);font-size:.8rem;padding:2px 6px}.fl-pair.short{width:60vw}.fl-pair-filter{display:flex;margin-bottom:3px;margin-top:-3px}.fl-pair-filter .btn{font-size:12px;padding:7px 9px}.fl-pair-filter .c-dropdown{-webkit-margin-start:0;display:flex;margin-inline-start:0}.fl-pair-filter .c-dropdown-opener{border-radius:0;padding:7px;-webkit-user-select:none;user-select:none}.fl-pair-filter .c-dropdown-opener svg{height:14px;width:14px}.fl-pair-filter .c-dropdown-content{left:0;right:auto;top:32px}.fl-pair-filter-air{padding:10px;width:300px}.fl-pair-filter-section{padding:0 3px}.fl-pair-filter-section .form-control{height:32px;min-height:32px!important}.fl-pair-filter-section .flight-filter-time{font-size:.7rem;margin-bottom:7px;margin-top:3px}.fl-pair-filter-section .mb-20{display:none}.fl-pair-stops{border:1px solid var(--color-border);display:flex;flex-direction:row;-webkit-user-select:none;user-select:none;width:92px}.fl-pair-stops .stop-s{align-items:center;background-color:var(--color-bg);cursor:pointer;display:flex;height:30px;justify-content:center;width:30px}.fl-pair-stops .stop-s:not(:first-child){border-left:1px solid var(--color-border)}.fl-pair-stops .stop-s.active{background-color:var(--color-contrast);color:#fff}.fl-pair-stops .stop-s.disabled{cursor:not-allowed;opacity:.5}.fl-pair-stops .stop-s:hover{opacity:.9}.fl-pair-flex-wr{padding:5px 10px}.fl-pair-flex-head{display:flex;flex-direction:row;max-width:100%;overflow-x:auto;padding-bottom:5px}.fl-pair-flex-head .cur-poi:hover{border-bottom:1px solid var(--color-text);margin-bottom:-1px}.fl-pair-flex-head .text-bold:hover{color:var(--color-contrast)}.fl-pair-flex-item{-webkit-margin-end:5px;align-items:center;border:1px solid var(--color-border);display:flex;flex-direction:column;justify-content:center;line-height:1.4;margin-inline-end:5px;min-width:130px;padding:5px;text-transform:capitalize}.fl-pair-low{background-color:#efe1b3!important;color:#826430;font-weight:600;line-height:1.5;text-align:center}.fl-pair-low-sm{background:var(--color-bg-light);border-radius:var(--border-radius);font-weight:600;margin:10px auto;max-width:320px;padding:10px}.fl-pair-bag{border:1px solid var(--color-contrast);margin-bottom:10px;padding:5px 10px}.fl-pair-bag-title{background-color:var(--color-contrast);color:var(--color-0);font-size:1rem;margin:-5px -10px 10px;padding:5px 10px}.fl-pair-subwrapper{display:flex;flex-direction:row;height:calc(50% - 25px);justify-content:space-between}.fl-pair-details{background-color:var(--color-bg-light);height:calc(100% - 23px);overflow-y:auto;position:relative}.fl-pair-details .tabs{background-color:var(--color-bg-light);position:-webkit-sticky;position:sticky;top:0;z-index:1}.fl-pair-details .tabs .tab{margin:5px 0}.fl-pair-details-wr{height:calc(100% + 25px);width:calc(40vw - 20px)}.fl-pair-details-wr .tab{margin-top:3px;min-width:100px}.fl-pair-solo,.fl-pair-solo .fl-pair-details-wr{height:100%}.fl-pair-solo .fl-pair-table td{height:65px;line-height:1.7}.fl-pair .flight-filter-wr{width:100%}.fl-pair-divider{align-items:center;background-color:var(--color-180);border-bottom:1px solid var(--color-border);border-top:1px solid var(--color-border);display:flex;height:50px;justify-content:space-between;padding:10px;width:60vw}.fl-pair-wrapper{display:flex;flex-direction:column;height:calc(100vh - 109px);position:relative}.fl-pair-table,.fl-pair-wrapper{border-top:2px solid var(--color-contrast)}.fl-pair-table{height:calc(100% - 26px)}.fl-pair-table .c-dropdown-opener{border:0}.fl-pair-table .c-dropdown-opener:hover{text-decoration:underline}.fl-pair-table .table-container{display:flex;flex-direction:column;height:100%;overflow-x:auto;position:relative}.fl-pair-table table{border-collapse:initial;border-spacing:0;min-width:100%}.fl-pair-table thead{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1}.fl-pair-table thead tr th{background-color:#fff;border-bottom:1px solid var(--color-border);color:#6b7280;cursor:pointer;font-size:.75rem;font-weight:500;letter-spacing:.05em;padding:8px 4px;text-align:left;text-transform:uppercase;transition:background-color .2s ease}.fl-pair-table thead tr th:hover{background-color:#f9fafb}.fl-pair-table thead tr th .sort-icon{margin-left:.5rem}.fl-pair-table tbody{background-color:#fff;max-height:calc(100vh - 300px);overflow-y:auto}.fl-pair-table tbody tr{border-bottom:1px solid var(--color-border);cursor:pointer;transition:background-color .2s ease}.fl-pair-table tbody tr:hover{background-color:#f9fafb}.fl-pair-table tbody tr.active{background-color:var(--color-contrast-light)}.fl-pair-table tbody tr td{height:50px;line-height:1.42;padding:0 4px;vertical-align:middle;white-space:nowrap}.fl-pair-table tbody tr:not(:last-child) td{border-bottom:1px solid var(--color-border)}.flight-search-actions .results-sort-by{padding:0 3px 10px}.shortdate{flex:0 0 33%!important;flex-direction:row!important}.shortdate .hide-laptop-sm{-webkit-margin-start:3px;margin-inline-start:3px}.shortdate .position-relative{flex:1 1}.flight-search-b2b{display:flex}.flight-search-b2b span{align-items:center;background-color:var(--color-bg-light);border:1px solid var(--color-border);cursor:pointer;display:flex;height:48px;justify-content:center;width:48px}.rtl .flight-search-b2b span{transform:rotate(180deg)}.flight-search-b2b span:first-child{border-bottom-left-radius:var(--border-radius);border-top-left-radius:var(--border-radius)}.flight-search-b2b span:last-child{border-bottom-right-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.flight-search-b2b span:nth-child(2){border-left:0;border-right:0}.flight-search-b2b span.active{background-color:#e6e6e6;box-sizing:inset 0 3px 5px rgba(0,0,0,.125)}.mw-95{min-width:95px}.react-switcher{align-items:center;color:var(--color-text);display:flex;font-size:9px;height:100%;justify-content:center;padding-right:2px}.dyn-search-dropdown{direction:ltr;font-size:.9rem;text-align:right;width:100%}.dyn-date{display:flex;justify-content:space-between;padding-right:10px;width:200px}.dyn-name{align-items:flex-start;display:flex;justify-content:flex-end;width:72%}.dyn-name .text-xsm.mr-5{-webkit-padding-start:5px;direction:rtl;padding-inline-start:5px}.dyn-title{display:flex}.dyn-room-modal .hotel-card-room{line-height:1.4}.dyn-room-modal .hotel-card-room.room-header{border-top:none}.dyn-room-modal .hotel-card-room .room-price{align-items:center;flex:0 0 190px}.rtl .dyn-room-modal .hotel-card-room .room-price{flex:0 0 145px;flex-direction:row-reverse;text-align:right}.dyn-badge{-webkit-margin-start:10px;-webkit-margin-end:10px;background-color:var(--color-contrast);border-radius:var(--border-radius);color:var(--color-text-lightest);margin-inline-end:10px;margin-inline-start:10px;padding:3px 10px}.dyn-hotel{border-radius:15px;display:flex;justify-content:space-between}.dyn-hotel-wr{background-color:var(--color-bg-light);margin-bottom:30px}.dyn-hotel-wr .hotel-card-rooms{font-size:.8rem;padding:0 15px 15px}.dyn-hotel-img{border-radius:15px;height:200px;overflow:hidden;width:25%}.dyn-hotel-img img{height:100%;object-fit:cover;width:100%}.dyn-hotel-star{direction:ltr;display:flex}.rtl .dyn-hotel-star{justify-content:flex-end}.dyn-hotel-info{-webkit-padding-start:15px;display:flex;flex-direction:column;font-size:.9rem;line-height:1.5;padding-inline-start:15px;width:50%}.dyn-hotel-info span.text-bold{margin-inline:5px}.dyn-hotel-action{-webkit-padding-end:10px;cursor:pointer;font-size:.8rem;padding-inline-end:10px;text-decoration:underline}.dyn-hotel-actions{margin-top:auto}.dyn-hotel-action svg{-webkit-margin-end:3px;color:var(--color-contrast);font-size:.7rem;margin-inline-end:3px}.dyn-details-wr{background-color:var(--color-bg-light);padding:15px}.dyn-details-info{flex:0 0 35%;font-size:.9rem;line-height:1.5}.dyn-details-info img{max-width:100%}.dyn-details-tickets{-webkit-padding-end:30px;flex:0 0 65%;padding-inline-end:30px}.dyn-details-tickets-title{flex:0 0 70%}.dyn-details-tickets-actions{align-items:center;display:flex;flex:0 0 30%;justify-content:space-between}.dyn-details-tickets-row{display:flex;font-size:.9rem;justify-content:space-between;padding:10px;width:100%}.dyn-details-tickets-row:not(:last-child){border-bottom:1px solid var(--color-border)}.dyn-details-tickets-row:first-child{font-weight:700}.dyn-details-tickets-row:not(:first-child):hover{background-color:var(--color-bg)}.dyn-details-order{display:flex;justify-content:flex-end;margin:10px 0}.dyn-ticket{border:1px solid var(--color-border);border-radius:var(--border-radius);display:flex;margin-bottom:10px;padding:10px}.dyn-ticket-time{align-items:center;display:flex;flex:0 0 19%;flex-direction:column;justify-content:center;line-height:1.4;text-align:center}.dyn-ticket-time div{max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dyn-ticket-logo{display:flex;flex:0 0 25%;flex-direction:column;justify-content:center;margin-top:15px}.dyn-ticket-logo img{height:50px;width:70px}.dyn-ticket-stops{flex:0 0 37%;padding:0 10px}.dyn-ticket-stops-duration{border-bottom:2px solid var(--color-border);margin-top:20px;padding-bottom:5px;position:relative;text-align:center}.dyn-ticket-stops-point{background-color:var(--color-contrast);border-radius:100%;height:10px;left:calc(50% - 5px);position:absolute;top:13px;width:10px}.dyn-ticket-stops-airports{display:flex;justify-content:space-between;padding:7px 0}.dyn-transfer-card{flex-basis:calc(33.3% - 14px);flex-grow:0;flex-shrink:0;margin:7px;padding:10px}.dyn-transfer-card-wr{display:flex;flex-wrap:wrap;margin-bottom:20px;padding:15px 10px}.dyn-transfer-card-wr .title{-webkit-margin-start:7px;flex:0 0 100%;margin-inline-start:7px}.dyn-transfer-card-img{display:flex}.dyn-transfer-card-img img{margin:auto;max-width:100%}.dyn-transfer-card .card-title{font-size:1.2rem;font-weight:700;margin-bottom:5px}.dyn-transfer-card .card-data{border-block:1px solid var(--color-border);padding-block:10px}.dyn-transfer-card .card-data-item{display:flex;margin-bottom:5px}.dyn-transfer-card .card-data-item svg{-webkit-margin-end:10px;margin-inline-end:10px}.dyn-transfer-card .card-data-item br{display:none}.dyn-transfer-card-info{display:flex;flex-direction:column;margin-top:20px}.dyn-room{border:1px solid var(--color-border);border-radius:var(--border-radius);margin-bottom:5px}.dyn-room-title{background-color:var(--color-bg);border-radius:var(--border-radius);font-size:.9rem;font-weight:700;padding:10px}.dyn-room-title:hover{text-decoration:underline}.hotel-result-dynamic .hotel-result-filter-left{background-color:var(--color-bg-light);flex:0 0 15%;overflow:hidden;padding:5px 10px;width:15%}.hotel-result-dynamic .hotel-result-filter-left .switcher{display:none}.hotel-result-dynamic .hotel-result-settings{flex:0 0 30%;width:30%}.hotel-result-dynamic .hotel-result-settings .hotel-result-settings-roomai .col-md-6{flex:0 0 100%}.hotel-result-dynamic .map-wr{height:calc(100vh - 177px);margin-top:0!important}.hotel-result-dynamic .hotel-list{height:calc(100vh - 177px)}.hotel-result-dynamic .hotel-card-total{padding:5px 10px 10px 0!important}.img-box-shadow{box-shadow:0 5px 10px #0000001a}.details-summary-ticket{display:flex;flex-direction:row;gap:10px;margin:7px 0}.details-summary-ticket img{height:40px;width:40px}.persons{width:200px}.search-ticket{background-color:var(--color-bg-light);border:1px solid var(--color-border);border-radius:var(--border-radius);display:flex;flex-basis:calc(50% - 5px);flex-grow:0;flex-shrink:0;height:105px;margin-bottom:10px;padding:8px 10px}.search-ticket-wr{display:flex;flex-wrap:wrap;justify-content:space-between;margin:30px auto;max-width:1200px;width:100%}.search-ticket-cat{height:110px;padding:5px;width:14.28%}.search-ticket-cat-wr{display:flex;flex-wrap:wrap;margin:0 -5px;width:100%}.search-ticket-cat-item{border-radius:var(--border-radius);cursor:pointer;height:100%;overflow:hidden;position:relative}.search-ticket-cat-item img{height:100%;width:100%}.search-ticket-cat-item:hover .search-ticket-cat-text{top:0}.search-ticket-cat-text{background-color:#00000080;border-radius:var(--border-radius);color:#fff;font-weight:600;height:100%;padding-top:40px;position:absolute;text-align:center;top:100%;transition:all .5s;width:100%;z-index:1}.search-ticket-img-1{height:50px;width:50px}.search-ticket-img-1 img{border:1px solid var(--color-contrast);border-radius:10px;height:100%;width:100%}.search-ticket-total{flex:0 0 115px}.search-ticket-img{-webkit-padding-end:10px;flex:0 0 140px;height:120px;padding-inline-end:10px}.search-ticket-img img{height:100%;width:100%}.search-ticket-info{display:flex;line-height:1.4}.search-ticket-menu{border-bottom:1px solid var(--color-border);display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px;width:100%}.search-ticket-category{align-items:center;color:var(--color-700);cursor:pointer;display:inline-flex;flex:1 1;justify-content:center;padding:20px 10px;position:relative}.search-ticket-category:hover{background-color:var(--color-bg-light)}.search-ticket-category:hover .search-ticket-category-teams{display:block}.search-ticket-category-teams{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:4px;box-shadow:0 4px 6px #0000001a;display:none;left:0;max-height:300px;max-width:300px;min-width:200px;overflow-y:auto;padding:4px 8px;position:absolute;top:100%;z-index:10}.search-ticket-category-team{border-radius:4px;color:var(--color-700);cursor:pointer;min-width:260px;padding:12px;transition:background-color .2s}.search-ticket-category-team:hover{background-color:var(--color-contrast)}.search-ticket-search{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;padding:30px 20%;position:relative;width:100%;z-index:12}.search-ticket-search .btn{height:48px;min-width:150px;position:relative;top:1px}.main-page:has(.search-ticket-wr) .main-page-search{height:200px!important;margin:initial;padding-top:10px}.main-page:has(.search-ticket-wr) .main-page-search .search-element{flex:1 1}@media (min-width:1250px){.dyn-room-modal .hotel-card-room{padding:6px}.dyn-room-modal .ml-10{flex:0 0 140px}.rtl .dyn-room-modal .room-header{text-align:right}.dyn-room-modal .pr-5{text-align:left}.dyn-room-modal .ph-10{flex:0 0 120px}}@media (max-width:1250px){.hotel-result-dynamic .map-wr{display:none}.hotel-result-dynamic .hotel-result-data .hotel-list-wr{flex:1 1}.hotel-result-dynamic .sort-by-buttons .btn-primary{display:none}.hotel-result-dynamic .btn-default{flex:0 0 49%!important}.ticket-dynamic .ticket-directions{padding:0 3px}}@media (max-width:990px){.search-ticket{flex-basis:calc(100% - 30px);flex-grow:0;flex-shrink:0;margin:0 15px 10px}}@media (max-width:768px){.search-ticket-category{flex:0 0 33%;position:static}.search-ticket-category-teams{left:0;right:0}.search-ticket-search{padding:30px 2%}.search-ticket-search .btn{text-wrap:nowrap;min-width:0;min-width:auto}.search-ticket-menu{position:relative}.search-element.datepicker .select-custom__menu,.search-element.location .select-custom__menu{max-width:100%}.search-element.datepicker .select-custom__option,.search-element.location .select-custom__option{white-space:wrap}.search-element.datepicker .select-custom__option svg,.search-element.location .select-custom__option svg{display:none}.search-element.datepicker .select-custom__option .dyn-badge,.search-element.location .select-custom__option .dyn-badge{white-space:nowrap}.search-element.datepicker .select-custom__option .dyn-date,.search-element.location .select-custom__option .dyn-date{min-width:75px;padding:0 5px}.search-element.datepicker .select-custom__option .dyn-title,.search-element.location .select-custom__option .dyn-title{flex-direction:column-reverse}.search-element.datepicker .search-element .select-custom__option,.search-element.location .search-element .select-custom__option{padding:8px 0}.hotel-card-room.room-dyn-cxl .room-name{margin-bottom:5px}.dyn-hotel{flex-direction:column;height:auto}.dyn-hotel-img{width:100%}.dyn-hotel-img img{height:300px}.dyn-hotel-info{-webkit-padding-start:0;border-bottom:1px solid var(--color-border);font-size:.8rem;margin-bottom:10px;margin-top:15px;padding-bottom:15px;padding-inline-start:0;width:100%}.dyn-hotel-action{font-size:.7rem}.dyn-hotel-actions{margin-top:5px}.dyn-details-wr{flex-direction:column-reverse;margin-bottom:20px}.dyn-details-info,.dyn-details-tickets{flex:0 0 100%;margin-bottom:15px}.dyn-details-tickets{-webkit-padding-end:0;padding-inline-end:0}.dyn-details-tickets-row{flex-direction:column}.dyn-details-tickets-row:first-child{display:none}.dyn-details-tickets-title{flex:0 0 100%;margin-bottom:10px}.dyn-details-order{bottom:0;left:0;margin:0;position:fixed;right:0;z-index:1}.dyn-details-order .btn{border-radius:0;border-top:1px solid var(--color-border)}.dyn-transfer-card{flex:0 0 100%;margin:0 0 15px;padding:15px}.dyn-transfer-card .card-title{font-size:1rem}.dyn-transfer-card .card-data{padding-block:5px}.dyn-transfer-card .card-data-item{margin-bottom:5px}.search-ticket{height:auto}.search-ticket .ml-a{-webkit-margin-end:8px;margin-left:0;margin-inline-end:8px;order:-1}.search-ticket-total{-webkit-margin-start:auto;margin-inline-start:auto;order:3}.search-ticket-total .text-xsm{position:relative;top:-10px}.search-ticket-img-1{margin-top:10px;order:2}.search-ticket-cat{width:33%}.search-ticket-info{flex:1 1;order:1}.search-ticket-wr .w100p.mb-20{padding:0 15px}.ticket-only-wrapper{flex-direction:column-reverse;flex-wrap:wrap}.ticket-only-wrapper .details{flex:0 0 100%}}@media (max-width:500px){.search-ticket{flex-wrap:wrap}.search-ticket-img{width:100%}.dyn-room-modal .hotel-card-room .flex-one{flex:1 0 100%;margin-bottom:10px}.dyn-room-modal .hotel-card-room .ml-10{margin-left:auto}}.main-page{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:calc(100vh + 45px);justify-content:flex-start;padding-bottom:0;width:100%}.main-page .room-dropdown{max-height:450px}.main-page .tab{min-width:100px}.main-page .tab svg{-webkit-margin-end:10px;font-size:16px;margin-inline-end:10px}.main-page .tabs{background-color:var(--color-bg);border-radius:var(--border-radius) var(--border-radius) 0 0;margin-bottom:-20px;max-width:1300px;padding:20px 20px 0;width:100%}.main-page .search-wrapper{margin:0 auto}.search-element.rooms{z-index:2}.header{background-color:var(--color-contrast-2)}.sort-by-item-total-room{width:150px}.hotel-result-header .locations .select-custom__value-container{padding:17px 10px 5px 35px!important}.flight-search-actions,.flight-search-actions .search-inner,.flight-search-actions .search-wrapper,.flight-search-actions:before{background-color:var(--color-bg-light)}.news-img{border-radius:var(--border-radius);height:373px!important;overflow:hidden;position:absolute;right:430px;top:90px}.news-img div{background-color:var(--color-contrast-2);border-radius:var(--border-radius) var(--border-radius) 0 0;color:var(--color-text-lightest);padding:10px 20px;text-align:right}.news-img img{height:calc(100% - 34px)}.pay-wrapper{margin-top:100px}.header-cell-text.active{background-color:var(--color-bg);border-radius:var(--border-radius);color:var(--color-contrast)}.header-cell .c-dropdown img{width:16px}.header-cell .c-dropdown-opener{border:none}.header-cell .c-dropdown-content{overflow:hidden;right:-8px}.rtl .header-cell .c-dropdown-content{left:-8px;right:auto}.package-details-title{display:inline-block;min-width:190px;vertical-align:top}.package-details-text{display:inline-block;font-weight:600;max-width:calc(100% - 190px)}.package-details-block:not(:last-child){margin-bottom:8px}.contact-center{font-size:.9rem;position:absolute;right:0;text-align:right;top:300px;width:300px;z-index:2}.contact-center-wr{max-width:1300px;position:relative;width:100%}.contact-center-header{background:var(--color-contrast-2);border-radius:var(--border-radius) var(--border-radius) 0 0;color:var(--color-text-lightest);margin-top:20px;padding:10px 20px}.contact-center-content{background-color:var(--color-bg);border-radius:0 0 var(--border-radius) var(--border-radius);border-top:1px solid var(--color-border);line-height:1.5;padding:10px 20px}.contact-center-content svg{-webkit-margin-start:10px;margin-inline-start:10px}.modal-overlay:has(.details-wrapper){padding-top:4vh}.modal-overlay:has(.details-wrapper) .modal{max-width:1400px;overflow-y:hidden;width:98%}.modal-overlay:has(.details-wrapper) .modal-content{position:relative}.loader-main-content{background:#0000;width:100%}.loader-main-content img{background:var(--color-client);border-radius:var(--border-radius);margin-bottom:20px;max-width:180px;padding:5px}.loader-main-content svg{color:var(--color-client);height:30px;width:30px}.modal-content .hotel-details-wrapper{width:100%}.modal-content .dyn-change-header{display:none}.pr-print{margin-bottom:20px!important}.login-top{background-size:cover;height:calc(100vh - 151px);position:relative;z-index:0}.hotel-result{background-color:var(--color-bg)}@media(max-width:1250px){.main-page .tabs{margin-top:100px;max-width:96%;width:557px}.main-page:not(:has(.tabs)) .search-wrapper{margin-top:30px}.main-page .search-inner{max-height:700px}}@media(min-width:1250px){.main-page .search-element .rdrCalendarWr{z-index:10}}@media(max-width:1500px)and (min-width:1250px){.contact-center{top:300px}.news-img{top:70px}}@media(max-width:1250px){.contact-center{font-size:.8rem;left:20px;margin:auto;max-width:550px;right:20px;top:770px;width:auto}.news-img{height:400px!important;left:40px;right:40px;top:1000px;width:calc(100% - 80px)}.main-page{min-height:150vh}.main-page .flight-s-b2b{padding:0}.main-page .flight-search-b2b,.main-page .search-button{margin-bottom:10px}.main-page .search-inner{width:96%}}@font-face{font-family:OS;font-weight:400;src:url(/static/media/OpenSans-Regular.77c09223204154ae8d43.ttf)}@font-face{font-family:OS;font-weight:700;src:url(/static/media/OpenSans-Bold.fa428cdd2e334e2be904.ttf)}html body{font-family:OS;font-weight:400}@media(max-width:768px){.main-page .search-inner .flight-search-rotate{top:111px}.main-page-single{margin-top:0}.main-page .tabs{margin-top:30px}.modal:has(.details-wrapper){padding:15px}.modal:has(.details-wrapper) .details-wrapper{padding:0}.modal:has(.details-wrapper) .facility-wr .facility{width:100%}.modal:has(.details-wrapper) .details-slider-images{height:200px}.modal:has(.details-wrapper) .image-gallery-slides{height:200px}.modal:has(.details-wrapper) .image-gallery-slide-wrapper{width:100%!important}.modal:has(.details-wrapper) .image-gallery-thumbnails-wrapper{display:none}.s-history-wrapper{margin:auto;width:96%}}.mo-table tbody tr.active td{background-color:var(--color-contrast-light)!important}.ticket-source span{display:inline-block;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.results-main .search-wrapper{z-index:2}.results-main .search-inner,.results-main .search-wrapper{background-color:var(--color-bg-light)}.login-wrapper .btn-primary,.search-button .btn-primary{background-color:var(--color-client)}.header-cell .fa-camera{color:orange}.header-cell .fa-gear{color:#db0fdb}.header-cell .fa-user{color:green}.modal-title .fa-camera{color:orange}.mo-card-row .flex-row .c-dropdown-empty .btn-primary{padding:7.5px 10px}.login-as{border:1px solid var(--color-danger);border-radius:var(--border-radius)}.login-as-head{background-color:var(--color-danger-bg);border-bottom:1px solid var(--color-danger);border-radius:var(--border-radius) var(--border-radius) 0 0;padding:10px}.login-as-body{line-height:1.5;padding:10px}.header-login-as{animation:header-login-as-bg 2s ease-in-out infinite alternate}@keyframes header-login-as-bg{0%{background-color:var(--color-contrast-2)}to{background-color:var(--color-danger)}}.header{z-index:112}.app:has(.result-hotel-page [style*="display: block;"] .modal-overlay-top) .header{z-index:111}.main-login{align-items:center;background:var(--color-bg);display:flex;justify-content:center;min-height:calc(100vh - 173px);padding:20px;width:100%}.main-login-card{background:var(--color-bg-light);border:1px solid var(--color-border);border-radius:16px;box-shadow:0 8px 30px #11182714;max-width:360px;padding:28px 22px 18px;width:100%}.main-login-title{font-size:1.25rem;font-weight:600;line-height:1.2;text-align:center}.main-login-logo{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.main-login-logo img{width:100px}.main-login-subtitle{font-size:1rem;margin-bottom:22px;margin-top:8px;text-align:center}.main-login-option{align-items:center;background:var(--color-bg-light);border:1px solid var(--color-border);border-radius:12px;color:var();cursor:pointer;display:flex;margin-bottom:10px;padding:12px;text-align:left;transition:all .2s ease;width:100%}.main-login-option-active{background:var(--color-contrast-light-hex);border-color:var(--color-contrast);color:var(--color-contrast)}.main-login-option-icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;font-size:12px;height:28px;justify-content:center;margin-right:12px;width:28px}.main-login-option-content{min-width:0}.main-login-option-title{font-size:1rem;font-weight:700;line-height:1.2}.main-login-option-description{color:var(--color-text-light);font-size:.8rem;margin-top:2px}.main-login-option-arrow{color:var(--color-text-light);flex-shrink:0;font-size:.8rem;margin-left:auto}.main-login-note{color:var(--color-text-light);font-size:.7rem;line-height:1.5;margin-top:10px;text-align:center}.details-slider-header .stars{-webkit-margin-end:20px;margin-inline-end:20px}.pr-actions-container-2{margin:0 auto;max-width:970px}.safaraura .header{--color-contrast-2:#fff}.safaraura .header-cell-text{color:var(--color-700)}.safaraura .header-cell-last svg:hover{background-color:var(--color-150);color:var(--color-400)}.safaraura .s-history-icon{color:var(--color-300)}.safaraura .s-history-icon:hover{background-color:var(--color-150);color:var(--color-400)}.safaraura .contact-center-header{color:var(--color-400)}.safaraura .contact-center-header,.safaraura .footer-wrapper{--color-contrast-2:#fff}.enigma .main-page.hotels{background-image:url(/static/media/newbg.5d3be67d6d2f2d1dd03d.jpg);position:relative;z-index:0}.enigma .main-page.hotels:after{background-color:var(--color-contrast-2);bottom:0;content:"";left:100px;max-width:50vw;position:absolute;top:0;width:400px;z-index:-1}.enigma .main-page.hotels:before{background-image:url(/static/media/logo.82eaf12605b590335c2d.png);background-repeat:no-repeat;background-size:contain;content:"";left:150px;max-width:30vw;padding-top:100px;position:absolute;top:450px;width:300px;z-index:0}.enigma .login-top{background-image:url(/static/media/newbg.5d3be67d6d2f2d1dd03d.jpg)}.enigma .loader-main-content img,.enigma .modal-hotels img{border-radius:var(--border-radius);padding:10px}.enigma .modal-hotels img{background-color:var(--color-contrast-2)}.main-page-single{align-items:flex-start;display:flex;flex-direction:column;margin-top:100px;max-width:1300px;width:100%}@media(min-width:1250px){.s-history-wrapper{margin-top:30px;max-width:100%}.s-history-content{display:flex;max-width:100%;overflow-x:auto}.s-history-row{background-color:hsla(0,0%,100%,.867);min-width:300px}.s-history-row .text-black{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.main-page .tabs{margin-top:100px}}.result-hotel-page:has(.modal-overlay-top){position:relative;z-index:111}@media(max-width:1250px){.search-element.locations{z-index:5}}@media(min-width:1250px)and (max-width:1400px){html{zoom:.8;--scale:0.8}.main-page .tabs,.search-wrapper{max-width:94%}.hotel-search-wr .search-element.locations{flex:1 0 35%}.room-header-big .room-name input{width:150px}#root{height:125vh;width:125vw}.app{width:100%}.app,.login-top{height:100%}.main-page{height:calc(110vh - 45px)}.hotel-list{height:calc(100vh/var(--scale) - 220px)}.hotel-result-modern .hotel-result-data{height:calc(100vh/var(--scale) - 190px)}.hotel-result-settings{height:calc(100vh/var(--scale) - 215px)}.modal{max-height:calc(96vh/var(--scale))}.modal-overlay{height:calc(100vh/var(--scale))}.modal-content{max-height:calc(80vh/var(--scale))}.modal-overlay:has(.details-wrapper) .modal{max-width:94%}.hotel-details-wrapper{max-width:100%;width:100%}.hotel-book-wrapper{max-width:calc(125vw - 30px);width:1600px}.hotel-book-wrapper .book-preview{max-width:100%;width:100%}.modal-hotels{left:calc(30vw/var(--scale))}.loader-main-content{max-width:calc(90vw/var(--scale))}.mo-wrapper2 .mo-main-table-wr{height:calc(100vh/var(--scale) - 527px);max-height:calc(100vh/var(--scale) - 527px)}.mo-details .mo-tabs-content-wr{height:calc(100vh/var(--scale) - 430px)!important}.transfer-search-wr{max-width:94%}.search-element.location-transfer{flex:0 0 52%}.results-main{max-width:94%}.results-main .search-wrapper{max-width:100%}.details-wrapper{max-width:94%}.hotel-result-modern>.hotel-result-data>.hotel-result-settings-content{animation:slideInFromRight .3s ease-out;height:calc(125vh - 207px);left:68vw;width:57vw}@keyframes slideInFromRight{0%{left:125vw}to{left:68vw}}.main-page-single:has(.s-history-wrapper) .s-history-wrapper{left:3%;margin-top:40px;right:3%}.contact-center-wr{max-width:95%}}.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid #0000;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:0.5;--rdp-outside-opacity:0.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:0.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:0.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:#fff;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),#0000 50%,var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,#0000 50%);--rdp-range_end-color:#fff;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid #0000;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:0.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:0.75;--rdp-weekday-padding:0.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:0.3s;--rdp-animation_timing:cubic-bezier(0.4,0,0.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{position:relative}.rdp-root,.rdp-root *{box-sizing:border-box}.rdp-day{height:var(--rdp-day-height);text-align:center;width:var(--rdp-day-width)}.rdp-day_button{align-items:center;background:none;border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);color:inherit;cursor:pointer;display:flex;font:inherit;height:var(--rdp-day_button-height);justify-content:center;margin:0;padding:0;width:var(--rdp-day_button-width)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{align-items:center;border:0;display:inline-flex;position:relative;white-space:nowrap;z-index:1}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{align-items:center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:inherit;cursor:pointer;display:inline-flex;font:inherit;height:var(--rdp-nav_button-height);justify-content:center;margin:0;padding:0;position:relative;width:var(--rdp-nav_button-width)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{align-items:center;display:inline-flex;gap:var(--rdp-dropdown-gap);position:relative}.rdp-dropdown{-webkit-appearance:none;appearance:none;border:none;cursor:inherit;inset-block-end:0;inset-block-start:0;inset-inline-start:0;line-height:inherit;margin:0;opacity:0;padding:0;position:absolute;width:100%;z-index:2}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{align-content:center;display:flex;font-size:large;font-weight:700;height:var(--rdp-nav-height)}.rdp-root[data-nav-layout=after] .rdp-month,.rdp-root[data-nav-layout=around] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{-webkit-margin-start:var(--rdp-nav_button-width);-webkit-margin-end:var(--rdp-nav_button-width);justify-content:center;margin-inline-end:var(--rdp-nav_button-width);margin-inline-start:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{display:inline-flex;height:var(--rdp-nav-height);inset-inline-start:0;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{display:inline-flex;height:var(--rdp-nav-height);inset-inline-end:0;justify-content:center;position:absolute;top:0}.rdp-months{display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-webkit-fit-content;max-width:fit-content;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{align-items:center;display:flex;height:var(--rdp-nav-height);inset-block-start:0;inset-inline-end:0;position:absolute}.rdp-weekday{font-size:smaller;font-weight:500;opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);font-size:small;font-weight:400;height:var(--rdp-week_number-height);opacity:var(--rdp-week_number-opacity);text-align:var(--rdp-weeknumber-text-align);width:var(--rdp-week_number-width)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{color:var(--rdp-range_start-color);visibility:hidden}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:initial;border-radius:0;border-radius:initial;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{background-color:var(--rdp-range_end-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes rdp-slide_in_right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes rdp-slide_out_left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translateX(0)}to{transform:translateX(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdrCalendarWrapper{background:#fff;box-sizing:border-box;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{color:inherit;flex:1 1;text-align:center;width:0}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{align-items:center;display:flex;flex:1 1 auto;justify-content:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{box-sizing:inherit;flex-basis:14.28571%;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{color:red;font-size:1.6em;line-height:1.6em;position:absolute;right:.25em;top:0}.rdrDay{box-sizing:inherit;cursor:pointer;font:inherit;position:relative;width:14.28571%}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{flex-basis:14.285%!important}}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{background-color:#fff;border:1px solid #0000;border-radius:4px;box-shadow:0 1px 2px 0 #23394236}.rdrDateDisplayItem input{background:#0000;border:0;color:#849095;cursor:pointer;height:2.5em;line-height:2.5em;width:100%}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#0000;background:url("data:image/svg+xml;utf8,<svg width=%279px%27 height=%276px%27 viewBox=%270 0 9 6%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27><g id=%27Artboard%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27translate%28-636.000000, -171.000000%29%27 fill-opacity=%270.368716033%27><g id=%27input%27 transform=%27translate%28172.000000, 37.000000%29%27 fill=%27%230E242F%27 fill-rule=%27nonzero%27><g id=%27Group-9%27 transform=%27translate%28323.000000, 127.000000%29%27><path d=%27M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z%27 id=%27arrow%27></path></g></g></g></svg>") no-repeat;background-position:right 8px center;border:0;border-radius:4px;color:#3e484f;cursor:pointer;outline:0;padding:10px 30px 10px 10px;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{background:#eff2f7;border:0;border-radius:5px;display:block;height:24px;margin:0 .833em;padding:0;width:24px}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{border-style:solid;display:block;height:0;margin:auto;padding:0;text-align:center;transform:translate(-3px);width:0}.rdrPprevButton i{border-color:#0000 #34495e #0000 #0000;border-width:4px 6px 4px 4px;transform:translate(-3px)}.rdrNextButton i{border-color:#0000 #0000 #0000 #34495e;border-width:4px 4px 4px 6px;margin:0 0 0 7px;transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{color:#849095;font-weight:400;line-height:2.667em}.rdrDay{background:#0000;border:0;color:#1d2429;height:3em;line-height:3em;padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDay:focus{outline:0}.rdrDayNumber{align-items:center;bottom:0;bottom:5px;display:flex;font-weight:300;justify-content:center;left:0;outline:0;position:absolute;right:0;top:0;top:5px}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{background:#3d91ff;border-radius:2px;bottom:4px;content:"";height:2px;left:50%;position:absolute;transform:translate(-50%);width:18px}.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span{color:#ffffffd9}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{background:currentColor;bottom:5px;left:0;position:absolute;right:0;top:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrEndEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview{border-bottom-left-radius:1.333em;border-left-width:1px;border-top-left-radius:1.333em;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-bottom-right-radius:1.333em;border-right-width:1px;border-top-right-radius:1.333em;right:0}.rdrDayEndPreview,.rdrDayInPreview,.rdrDayStartPreview{background:#ffffff17;border:0 solid;bottom:3px;left:0;pointer-events:none;position:absolute;right:0;top:3px;z-index:1}.rdrDayStartPreview{border-bottom-left-radius:1.333em;border-bottom-width:1px;border-left-width:1px;border-top-left-radius:1.333em;border-top-width:1px;left:0}.rdrDayInPreview{border-bottom-width:1px;border-top-width:1px}.rdrDayEndPreview{border-bottom-right-radius:1.333em;border-bottom-width:1px;border-right-width:1px;border-top-right-radius:1.333em;border-top-width:1px;right:2px;right:0}.rdrDefinedRangesWrapper{background:#fff;border-right:1px solid #eff2f7;font-size:12px;width:226px}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{background:#fff;border:0;border-bottom:1px solid #eff2f7;cursor:pointer;display:block;outline:0;padding:0}.rdrStaticRange:focus .rdrStaticRangeLabel,.rdrStaticRange:hover .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;line-height:18px;outline:0;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{border:1px solid #dee7eb;border-radius:4px;color:#6c767a;height:30px;line-height:30px;margin-right:10px;text-align:center;width:30px}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;color:#333;outline:0}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{background:#0000;border:1px solid;border-radius:1.333em;bottom:-2px;content:"";left:0;position:absolute;right:0;top:-2px}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrDayEndPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrStartEdge{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrDayEndPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrStartEdge{filter:grayscale(100%) opacity(60%)}.rdrMonthName{color:#849095;font-weight:600;padding:.833em;text-align:left}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=main.7e4da9f6.css.map*/