:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--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-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.imageGrid_fullGrid__Leiga{display:flex;width:100%;flex-wrap:wrap}.imageGrid_fullGrid__Leiga img,.imageGrid_fullGrid__Leiga video{width:100%}.imageGrid_fullGrid__Leiga .imageGrid_girdItem__omJyZ{flex:1 1}.imageGrid_fullGrid__Leiga .imageGrid_secondCol__80KNG{margin-right:1px}.imageGrid_fullGrid__Leiga .imageGrid_secondCol__80KNG img,.imageGrid_fullGrid__Leiga .imageGrid_secondCol__80KNG video{height:465px;-o-object-fit:cover;object-fit:cover}.imageGrid_fullGrid__Leiga .imageGrid_firstCol__OkF2g{margin-right:1px}.imageGrid_fullGrid__Leiga .imageGrid_firstCol__OkF2g img,.imageGrid_fullGrid__Leiga .imageGrid_firstCol__OkF2g video{height:465px;-o-object-fit:cover;object-fit:cover;border-top-left-radius:6px;border-bottom-left-radius:6px}.imageGrid_fullGrid__Leiga .imageGrid_thirdCol__P25XN{position:relative;flex:1 1;display:flex;flex-direction:column;gap:1px}.imageGrid_fullGrid__Leiga .imageGrid_thirdCol__P25XN img{position:relative;height:232px}.imageGrid_fullGrid__Leiga .imageGrid_thirdColFilter__n4JZJ{height:232px}.imageGrid_fullGrid__Leiga .imageGrid_thirdColFilter__n4JZJ img,.imageGrid_fullGrid__Leiga .imageGrid_thirdColFilter__n4JZJ video{position:relative;height:232px}.imageGrid_grid__bZ1aX{gap:1px}@media screen and (max-width:768px){.imageGrid_grid__bZ1aX{display:none!important}}.imageGrid_threeGrid__wOSEe img{width:100%}.imageGrid_threeGrid__wOSEe{display:flex;flex-wrap:wrap;gap:1px;width:100%}.imageGrid_threeGrid__wOSEe .imageGrid_leftCol__rxyV3{width:60%}.imageGrid_threeGrid__wOSEe .imageGrid_leftCol__rxyV3 img{height:465px;-o-object-fit:cover;object-fit:cover;border-top-left-radius:6px;border-bottom-left-radius:6px}.imageGrid_threeGrid__wOSEe .imageGrid_rightCol__vbI_6{width:39%;display:flex;flex-direction:column;gap:1px}.imageGrid_threeGrid__wOSEe .imageGrid_rightCol__vbI_6 img{height:232px;-o-object-fit:fill;object-fit:fill}.imageGrid_threeGrid__wOSEe .imageGrid_rightCol__vbI_6 img:first-child{border-top-right-radius:6px}.imageGrid_threeGrid__wOSEe .imageGrid_rightCol__vbI_6 img:last-child{border-bottom-right-radius:6px}.imageGrid_twoGrid__IQ_EW{display:flex}.imageGrid_twoGrid__IQ_EW img,.imageGrid_twoGrid__IQ_EW video{height:465px!important}.imageGrid_twoGrid__IQ_EW .imageGrid_imageItem__xy8YS{position:relative;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px)}.imageGrid_twoGrid__IQ_EW .imageGrid_imageItem__xy8YS img{width:100%;display:block;border-radius:5px;-o-object-fit:cover;object-fit:cover}.imageGrid_twoGrid__IQ_EW .imageGrid_imageItem__xy8YS img:first-child img{border-top-right-radius:0;border-bottom-right-radius:0}.imageGrid_twoGrid__IQ_EW .imageGrid_imageItem__xy8YS img:last-child img{border-top-left-radius:0;border-bottom-left-radius:0}.imageGrid_galleryOverlay__H7AV4{position:absolute;width:100%;height:98.5%;display:flex;color:#f0f8ff;background:rgba(0,0,0,.6);font-size:45px;top:0;margin:auto;justify-content:center;align-items:center;font-family:Roboto-Bold,Roboto Bold,Roboto,sans-serif;font-weight:600;border-bottom-right-radius:6px;cursor:pointer}.imageGrid_singleImage__zGehr{width:100%!important}.imageGrid_overFlowHideen__LdidL{overflow:hidden!important}.bscommon_opac__booknow__button__LONZa{position:fixed;bottom:62px;right:20px;z-index:9;border-radius:8px;width:140px;height:50px;min-height:50px;cursor:pointer;border:none;outline:none;font-style:normal;font-weight:500;font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:600;padding:14px 0}.bscommon_opac__booknow__button__LONZa.bscommon_light_button__zcN6u{background:rgba(0,0,0,.5);box-shadow:0 16px 24px -8px rgba(0,0,0,.24);color:#fff}.bscommon_opac__booknow__button__LONZa.bscommon_light_button__zcN6u:hover{background:#000}.bscommon_opac__booknow__button__LONZa.bscommon_dark_button__fJej2{background:hsla(0,0%,100%,.5);box-shadow:0 16px 24px -8px hsla(0,0%,100%,.24);color:#000}.bscommon_opac__booknow__button__LONZa.bscommon_dark_button__fJej2:hover{background:#fff}.bscommon_opac__booknow__button__LONZa span{display:flex;justify-content:center;align-items:center}@media screen and (max-width:600px){.bscommon_opac__booknow__button__LONZa{display:none}}@media print{.bscommon_opac__booknow__button__LONZa{display:none}}.bscommon_seo__callout__container__XfiXi div{flex:1 1}.bscommon_seo__callout__container__XfiXi{width:94%;margin:0 auto;padding:40px 0 26px;display:flex;justify-content:space-between;align-items:flex-start;gap:5%;min-height:500px}@media screen and (max-width:1300px){.bscommon_seo__callout__container__XfiXi{flex-direction:column;align-items:baseline;padding:30px 0 16px}.bscommon_seo__callout__container__XfiXi div{padding-bottom:20px}}@media screen and (max-width:600px){.bscommon_seo__callout__container__XfiXi,.bscommon_seo__callout__container__XfiXi div{padding-bottom:0}}.bscommon_seo__callout__container__XfiXi img{-o-object-fit:cover;object-fit:cover;border-radius:15px;display:block;height:400px!important;width:100%}@media screen and (max-width:800px){.bscommon_seo__callout__container__XfiXi img{height:230px!important}}.bscommon_seo__callout__container__XfiXi h3{text-transform:uppercase;margin-top:20px;font-size:28px;line-height:40px;font-weight:600}@media screen and (max-width:600px){.bscommon_seo__callout__container__XfiXi h3{font-size:20px;margin-top:10px}}.bscommon_seo__callout__container__XfiXi p{font-size:16px;margin-top:10px}.bscommon_seo__callout__container__XfiXi .bscommon_seo__callout__img__83StY{display:inline-block;cursor:pointer;width:100%;height:400px;position:relative}@media screen and (max-width:600px){.bscommon_seo__callout__container__XfiXi .bscommon_seo__callout__img__83StY{height:230px}}.bscommon_seo__callout__container__XfiXi .bscommon_seo__callout__img__83StY span{text-decoration:none;position:absolute;bottom:20px;right:20px;color:#fff;font-size:.875rem;z-index:1;padding-bottom:5px;cursor:pointer}.bscommon_seo__callout__container__XfiXi .bscommon_seo__callout__img__83StY span:before{content:"";position:absolute;width:100%;height:2px;border-radius:4px;background-color:#d33;bottom:0;left:0;transform-origin:left;transform:scaleX(0);transition:transform .3s ease-in-out}.bscommon_seo__callout__container__XfiXi .bscommon_seo__callout__img__83StY:after{content:"";position:absolute;left:0;top:0;width:100%;height:400px;display:inline-block;background:linear-gradient(180deg,transparent,rgba(0,0,0,0) 40%,rgba(0,0,0,.9));border-radius:15px}@media screen and (max-width:800px){.bscommon_seo__callout__container__XfiXi .bscommon_seo__callout__img__83StY:after{height:230px}}.bscommon_seo__callout__container__XfiXi .bscommon_seo__callout__img__83StY:hover:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,0) 40%,rgba(0,0,0,.9))}.bscommon_seo__callout__container__XfiXi .bscommon_seo__callout__img__83StY:hover span:before{transform-origin:left;transform:scaleX(1)}.bscommon_seo__callout__container__XfiXi .bscommon_seo__callout__img__83StY img{width:100%;-o-object-fit:cover;object-fit:cover}.bscommon_verticalLimit__WwhxR{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis}.bscommon_container__MRn23{width:100%}@media screen and (max-width:800px){.bscommon_container__MRn23{margin-bottom:20px}}.bscommon_header__D3Mog{color:#fff;height:280px;padding:3%}@media screen and (max-width:800px){.bscommon_header__D3Mog{height:auto;min-height:140px}}.bscommon_header__D3Mog h2{font-size:56px;margin:0;text-transform:capitalize}@media screen and (max-width:800px){.bscommon_header__D3Mog h2{font-size:24px}}.bscommon_reports__ENBoN{display:flex;flex-direction:column;row-gap:56px;background:#fff}@media screen and (max-width:800px){.bscommon_reports__ENBoN{row-gap:30px;padding-bottom:20px}}.bscommon_report__lflX0{display:flex;position:relative;top:-40px}@media screen and (max-width:800px){.bscommon_report__lflX0{position:static;flex-direction:column}}.bscommon_report__lflX0:nth-child(2){flex-direction:row-reverse}@media screen and (max-width:800px){.bscommon_report__lflX0:nth-child(2){flex-direction:column}}.bscommon_report__lflX0:nth-child(2) .bscommon_report_img__SEKdn{padding:0 7%}@media screen and (max-width:800px){.bscommon_report__lflX0:nth-child(2) .bscommon_report_img__SEKdn{padding:20px 3% 0}}@media screen and (min-width:1600px){.bscommon_report__lflX0:nth-child(2) .bscommon_report_img__SEKdn{padding:0 10% 0 0}}.bscommon_report__lflX0:nth-child(2) .bscommon_report_img__SEKdn .bscommon_report_imgtag__Vq5My{-o-object-position:top center;object-position:top center}.bscommon_report__lflX0 .bscommon_report_img__SEKdn{position:relative;flex:0 0 55%;height:480px!important;padding:0 0 0 7%}@media screen and (max-width:800px){.bscommon_report__lflX0 .bscommon_report_img__SEKdn{padding:20px 3% 0}}@media screen and (min-width:1600px){.bscommon_report__lflX0 .bscommon_report_img__SEKdn{padding:0 0 0 10%}}.bscommon_report__lflX0 .bscommon_report_img__SEKdn .bscommon_report_imgtag__Vq5My{width:100%!important;height:100%!important;-o-object-fit:contain;object-fit:contain;-o-object-position:top left;object-position:top left;position:static!important}@media screen and (max-width:800px){.bscommon_report__lflX0 .bscommon_report_img__SEKdn .bscommon_report_imgtag__Vq5My{position:static!important;-o-object-fit:cover;object-fit:cover}}.bscommon_report_details__WSt4E{flex:0 0 45%;padding:0 7%;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:800px){.bscommon_report_details__WSt4E{padding:20px 3% 0}}@media screen and (min-width:1600px){.bscommon_report_details__WSt4E{padding:0 10%}}.bscommon_report_details__WSt4E h3{text-transform:uppercase;font-size:22px}@media screen and (max-width:800px){.bscommon_report_details__WSt4E h3{font-size:20px}}.bscommon_report_details__WSt4E p{font-size:22px;margin-bottom:0;margin-top:8px}@media screen and (max-width:800px){.bscommon_report_details__WSt4E p{font-size:18px;line-height:28px}}.bscommon_report_details__WSt4E button{display:inline-block;padding:10px 15px;height:55px;background-color:#000;color:#fff;text-transform:uppercase;outline:none;font-size:16px;font-weight:600;font-family:Roboto-Medium,Roboto Medium,Roboto,sans-serif;cursor:pointer;margin-top:20px;border:none}@media screen and (max-width:800px){.bscommon_report_details__WSt4E button{height:50px;font-size:16px;margin-top:14px}}.bscommon_report_details__WSt4E button:last-child{background:#fff;color:#000;border:3px solid #000}.bscommon_report_details__WSt4E button:last-child:hover{color:#fff}@media screen and (max-width:800px){.bscommon_report_details__WSt4E button:last-child{border:2px solid #000}}.bscommon_report_details__WSt4E button.bscommon_dark__9Ka27{background-color:#000;color:#fff;border:3px solid #000}.bscommon_report_details__WSt4E button.bscommon_dark__9Ka27:hover{color:#fff}.bscommon_find_your_trip__lR3Kp{min-height:760px;position:relative;background:var(--background-color);display:flex;flex-direction:column;padding:4% 3%}@media screen and (max-width:800px){.bscommon_find_your_trip__lR3Kp{min-height:560px;padding:4.5%}}.bscommon_find_your_trip__lR3Kp img{-o-object-fit:cover;object-fit:cover}.bscommon_testimonials_holder__pt7o7{height:760px;position:relative;background:#000}@media screen and (max-width:991px){.bscommon_testimonials_holder__pt7o7{min-height:900px;height:auto;overflow-x:auto}}.bscommon_testimonials_holder__pt7o7 img{-o-object-fit:cover;object-fit:cover;width:100%}.bscommon_find_your_trip_content___zrA5{width:100%;height:100%;border:10px solid;display:flex;justify-content:center;align-items:center;flex-direction:column;flex:1 1;padding:30px}.bscommon_find_your_trip_content_header__HGXMA{text-align:center}.bscommon_find_your_trip_content_header__HGXMA,.bscommon_find_your_trip_content_header__HGXMA>div{display:flex;flex-direction:column;align-items:center}.bscommon_find_your_trip_content_header__HGXMA h2:first-child{font-size:30px;letter-spacing:10px}.bscommon_find_your_trip_content_header__HGXMA h2:nth-child(2){font-size:96px}.bscommon_find_your_trip_content_header__HGXMA .ql-size-huge{font-size:2.5em!important}.bscommon_find_your_trip_content_header__HGXMA .ql-size-large{font-size:1.5em!important}.bscommon_find_your_trip_content_header__HGXMA .ql-size-small{font-size:.75em!important}@media screen and (max-width:991px){.bscommon_find_your_trip_content___zrA5{border:10px solid;padding:5%}.bscommon_find_your_trip_content_header__HGXMA h2:first-child{font-size:22px;letter-spacing:normal}.bscommon_find_your_trip_content_header__HGXMA h2:nth-child(2){font-size:30px;padding-bottom:20px}}.bscommon_testimonials_container__8PPEo{position:absolute;background-color:rgba(0,0,0,.5);width:100%;height:100%;display:flex;justify-content:center;align-items:center}.bscommon_testimonials_container__8PPEo .bscommon_testimonials_content__ua7oX{width:86%;margin:0 auto}@media screen and (min-width:1800px){.bscommon_testimonials_container__8PPEo .bscommon_testimonials_content__ua7oX{width:85%}}@media screen and (min-width:1500px)and (max-width:1799px){.bscommon_testimonials_container__8PPEo .bscommon_testimonials_content__ua7oX{width:90%}}@media screen and (min-width:1300px)and (max-width:1499px){.bscommon_testimonials_container__8PPEo .bscommon_testimonials_content__ua7oX{width:95%}}@media screen and (max-width:991px){.bscommon_testimonials_container__8PPEo .bscommon_testimonials_content__ua7oX{width:100%}.bscommon_testimonials_container__8PPEo{padding:30px 0}.bscommon_testimonials_mobile_cards__h_oZ0{flex-direction:column;row-gap:20px;padding:0}}.bscommon_testimonials_cards_holder__FsEGV{display:flex;flex-direction:row;justify-content:space-between;width:100%;-moz-column-gap:20px;column-gap:20px;overflow-x:auto;padding-bottom:12px}@media screen and (max-width:991px){.bscommon_testimonials_cards_holder__FsEGV{-moz-column-gap:3%;column-gap:3%;padding-left:3%;padding-right:3%}}.bscommon_testimonials_cards__ALb2c{background:#fff;width:365px;min-width:300px;background-color:#fff;border:none;border-radius:10px;padding:14px 14px 30px}@media screen and (min-width:1800px){.bscommon_testimonials_cards__ALb2c{width:380px}}@media screen and (max-width:991px){.bscommon_testimonials_cards__ALb2c{min-width:350px;width:50%}}.bscommon_testimonials_review_image__ZaVjF{width:100%;height:190px;position:relative;margin:18px 0}.bscommon_testimonials_review_comment__jkYpN{font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:60px;line-height:28px}.bscommon_testimonials_review_readmore__y1zTZ a{font-size:20px;padding-right:5px}.bscommon_testimonials_review_readmore__y1zTZ span{display:inline-block;line-height:.8;position:relative;padding-bottom:2px;margin-bottom:-2px}.bscommon_testimonials_review_readmore__y1zTZ span svg{margin-left:10px}.bscommon_testimonials_review_readmore__y1zTZ span:before{content:"";position:absolute;height:2px;border-radius:4px;background-color:#000;display:block;bottom:-2px;left:0;width:0;transition:all .3s ease-in-out}.bscommon_testimonials_review_readmore__y1zTZ span:hover:before{width:100%;transition:all .3s ease-in-out}.bscommon_testimonials_description__dD6K9{color:#fff;display:flex}.bscommon_testimonials_description__dD6K9 .bscommon_testimonials_description_box__Iy2IU{margin-left:3%;border-left:2px solid #ccc;padding-left:7%;display:flex;align-items:center}@media screen and (min-width:991px){.bscommon_testimonials_description__dD6K9 .bscommon_testimonials_description_box__Iy2IU{margin-left:4%;padding-left:8%}}@media screen and (max-width:991px){.bscommon_testimonials_description__dD6K9{padding-left:3%;padding-right:3%}.bscommon_testimonials_description__dD6K9 .bscommon_testimonials_description_box__Iy2IU{border:none;margin-left:0;padding-top:15px;padding-left:0}}.bscommon_testimonials_description__dD6K9 h2{font-size:36px;margin-top:0;margin-bottom:12px}@media screen and (max-width:991px){.bscommon_testimonials_description__dD6K9 h2{font-size:30px;margin-bottom:14px;line-height:30px}}.bscommon_testimonials_description__dD6K9 h3{font-size:40px;padding-bottom:10px}.bscommon_testimonials_description__dD6K9 h4,.bscommon_testimonials_description__dD6K9 p{font-weight:400;font-size:20px;margin-top:0;margin-bottom:20px}@media screen and (max-width:991px){.bscommon_testimonials_description__dD6K9 h4,.bscommon_testimonials_description__dD6K9 p{font-size:18px}}.bscommon_testimonials_description__dD6K9 a{height:50px;padding:10px 20px;border:0;outline:none;color:#fff;font-size:18px;display:flex;justify-content:center;align-items:center}.bscommon_testimonials_description__dD6K9 a svg{margin-left:10px}.bscommon_find_your_trip_container__SeEiF{display:flex;justify-content:center;align-items:center;flex-direction:column;flex:1 1;background-color:color-mix(in srgb,var(--background-color) 50%,transparent);width:100%;height:100%;color:var(--font-color)}.bscommon_find_your_trip_container__SeEiF h2{margin:0;text-transform:uppercase}.bscommon_find_your_trip_container__SeEiF h2:first-child{font-size:30px;letter-spacing:10px}@media screen and (max-width:800px){.bscommon_find_your_trip_container__SeEiF h2:first-child{font-size:22px;letter-spacing:normal;padding-bottom:10px}}.bscommon_find_your_trip_container__SeEiF .bscommon_trip_type__ON8Kq{font-size:96px}@media screen and (max-width:800px){.bscommon_find_your_trip_container__SeEiF .bscommon_trip_type__ON8Kq{font-size:30px;padding-bottom:20px}}.bscommon_find_your_trip_container__SeEiF h3{font-size:22px;font-weight:400;padding:14px 0 20px;text-align:center}@media screen and (max-width:800px){.bscommon_find_your_trip_container__SeEiF h3{font-size:18px;text-align:center;line-height:26px;padding:14px 0 18px}}.bscommon_find_your_trip_container__SeEiF h4{font-size:36px;width:394px;text-align:center}@media screen and (max-width:800px){.bscommon_find_your_trip_container__SeEiF h4{width:auto;font-size:24px;line-height:32px}}.bscommon_find_your_trip_container__SeEiF h4{text-transform:capitalize}.bscommon_find_your_trip_container__SeEiF h4.bscommon_trip_time__tbNhY{font-weight:400}.bscommon_find_your_trip_container__SeEiF button{width:243px;height:55px;font-size:16px;text-transform:uppercase;font-weight:700;background:#fff;outline:none;margin-top:24px;cursor:pointer;color:#000;border:1px solid #000}.bscommon_find_your_trip_container__SeEiF button:hover{color:#fff}@media screen and (max-width:800px){.bscommon_find_your_trip_container__SeEiF button{width:90%;height:60px;display:flex;justify-content:center;align-items:center}}.bscommon_testimonials_head_shot__N4jtE{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bscommon_testimonials_customer_data__yl_Zq p{margin:0}.bscommon_loadingWrapper___r1Ak{position:absolute;inset:0;border-radius:5px;z-index:1;display:flex!important;align-items:center;justify-content:center;margin:0!important}.bscommon_loadingWrapper___r1Ak>div>div{background:rgba(0,0,0,0)!important}