@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}.yarl__counter{bottom:var(--yarl__counter_bottom,unset);color:var(--yarl__counter_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));filter:var(--yarl__counter_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));left:var(--yarl__counter_left,0);line-height:var(--yarl__counter_line_height,var(--yarl__icon_size,32px));margin:var(--yarl__counter_margin,var(--yarl__toolbar_padding,8px));padding:var(--yarl__counter_padding,var(--yarl__button_padding,8px));position:var(--yarl__counter_position,absolute);right:var(--yarl__counter_right,unset);top:var(--yarl__counter_top,0);-webkit-user-select:var(--yarl__counter_user_select,none);-moz-user-select:var(--yarl__counter_user_select,none);user-select:var(--yarl__counter_user_select,none)}.yarl__thumbnails{display:flex;height:100%}.yarl__thumbnails_bottom,.yarl__thumbnails_end .yarl__thumbnails_track,.yarl__thumbnails_start .yarl__thumbnails_track,.yarl__thumbnails_top{flex-direction:column}.yarl__thumbnails_wrapper{flex:1;position:relative}.yarl__thumbnails_container{background-color:var(--yarl__thumbnails_container_background_color,var(--yarl__color_backdrop,#000));flex:0 0 auto;overflow:hidden;padding:var(--yarl__thumbnails_container_padding,16px);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__thumbnails_vignette{pointer-events:none;position:absolute;--yarl__thumbnails_vignette_size:12%}@media (min-width:1200px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:8%}}@media (min-width:2000px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:5%}}.yarl__thumbnails_bottom .yarl__thumbnails_vignette,.yarl__thumbnails_top .yarl__thumbnails_vignette{background:linear-gradient(to right,var(--yarl__color_backdrop,#000) 0,transparent var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%);height:100%;left:0;right:0}.yarl__thumbnails_end .yarl__thumbnails_vignette,.yarl__thumbnails_start .yarl__thumbnails_vignette{background:linear-gradient(to bottom,var(--yarl__color_backdrop,#000) 0,transparent var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%);bottom:0;top:0;width:100%}.yarl__thumbnails_track{gap:var(--yarl__thumbnails_thumbnail_gap,16px);outline:none}.yarl__thumbnails_thumbnail{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--yarl__thumbnails_thumbnail_background,#000);border-color:var(--yarl__thumbnails_thumbnail_border_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));border-radius:var(--yarl__thumbnails_thumbnail_border_radius,4px);border-style:var(--yarl__thumbnails_thumbnail_border_style,solid);border-width:var(--yarl__thumbnails_thumbnail_border,1px);cursor:pointer;flex:0 0 auto;-webkit-tap-highlight-color:transparent;box-sizing:content-box;height:var(--yarl__thumbnails_thumbnail_height,80px);outline:none;overflow:hidden;padding:var(--yarl__thumbnails_thumbnail_padding,4px);position:relative;width:var(--yarl__thumbnails_thumbnail_width,120px)}.yarl__thumbnails_thumbnail_active{border-color:var(--yarl__thumbnails_thumbnail_active_border_color,var(--yarl__color_button_active,#fff))}.yarl__thumbnails_thumbnail_fadein{animation:yarl__thumbnails_thumbnail_fadein var(--yarl__thumbnails_thumbnail_fadein_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadein_delay,0s) forwards;opacity:0}.yarl__thumbnails_thumbnail_fadeout{animation:yarl__thumbnails_thumbnail_fadeout var(--yarl__thumbnails_thumbnail_fadeout_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadeout_delay,0s) forwards;cursor:unset}.yarl__thumbnails_thumbnail_placeholder{cursor:unset;visibility:hidden}.yarl__thumbnails_thumbnail:focus{box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,hsla(0,0%,100%,.8)) 0 0 0 4px)}.yarl__thumbnails_thumbnail:focus:not(:focus-visible){box-shadow:unset}.yarl__thumbnails_thumbnail:focus-visible{box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,hsla(0,0%,100%,.8)) 0 0 0 4px)}.yarl__thumbnails_thumbnail_icon{color:var(--yarl__thumbnails_thumbnail_icon_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));filter:var(--yarl__thumbnails_thumbnail_icon_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));height:var(--yarl__thumbnails_thumbnail_icon_size,32px);left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%);width:var(--yarl__thumbnails_thumbnail_icon_size,32px)}@keyframes yarl__thumbnails_thumbnail_fadein{0%{opacity:0}to{opacity:1}}@keyframes yarl__thumbnails_thumbnail_fadeout{0%{opacity:1}to{opacity:0}}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.lazyLoadPage{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f0f2f5}.lazyLoadPageContainer{text-align:center}.lazyLoadPageImg{width:150px;height:auto;margin-bottom:20px}.spinAnimation{animation:spin 2s linear infinite}.loadingText{font-size:1.2rem;color:#555;font-family:Arial,sans-serif;animation:fade 1.5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fade{0%,to{opacity:.3}50%{opacity:1}}.customBannerBox{height:100%;width:100%}.customBanner{height:370px;width:100%;background-position:center center;background-size:cover;overflow:hidden}.customBanner:before{content:"";position:absolute;top:0;left:0;width:100%;height:inherit;background:#000000e1;z-index:-1}.bannerBox{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;color:#fff;margin-top:10px}.bannerBoxTitle{text-align:center;font-size:48px;font-weight:600;margin-bottom:10px}.bannerBoxBreadcrumbs{font-size:18px;font-weight:500;text-transform:capitalize;align-items:center;display:flex}.descOfSlug p{color:red}@media screen and (max-width: 850px){.bannerBoxTitle{font-size:38px;font-weight:600;margin-bottom:10px}.bannerBoxBreadcrumbs{font-size:17px;font-weight:500}}@media screen and (max-width: 650px){.bannerBoxTitle{font-size:30px;margin-bottom:8px}.bannerBoxBreadcrumbs{font-size:16px}.customBanner{height:280px;width:100%;background-position:center center;background-size:cover;overflow:hidden}}.blogsPageBox{margin-top:4rem}.blogBoxWrap{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:30px;cursor:pointer}.blogBoxImg{width:100%;height:270px;object-fit:cover}.blogInfoBox{margin-top:-60px;width:90%;background-color:#fff;padding:30px;box-shadow:0 2px 60px #0000001a;position:relative}.blogInfoBoxAuthor{font-size:15px;font-weight:600;margin-bottom:20px;color:#666;text-transform:uppercase}.blogInfoBoxTitle{font-size:32px;font-weight:600;line-height:40px;margin-bottom:22px;height:83px;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.blogInfoBoxDesc{font-size:16px;font-weight:400;color:#7a7a86;line-height:28px;margin-bottom:18px;height:82px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.blogInfoBoxLink{font-size:17px;font-weight:600;text-transform:uppercase;color:#26abe2;display:flex;align-items:center;gap:5px;cursor:pointer;width:max-content}.blogInfoBoxLinkIcon{font-size:16px!important}.blogInfoBoxDate{color:#fff;background-color:#26abe2;padding:8px 10px;width:80px;display:flex;flex-direction:column;align-items:center;position:absolute;top:-40px;right:30px}.blogInfoBoxDateDay{font-size:30px;font-weight:800}.blogInfoBoxDateMonth{font-size:15px;font-weight:500;text-transform:uppercase;margin-top:-5px}.blogInfoBoxDateYear{font-size:12px;font-weight:500}.loadMoreBtnBlogs{background-color:#fff;color:#26abe2;padding:18px 38px!important;display:flex;text-align:center;align-items:center;justify-content:center;cursor:pointer;border-radius:0;border:2px solid #26abe2;font-size:16px;transition:.2s ease-in-out}.loadMoreBtnBlogs:hover{background-color:#26abe2;color:#fff}@media screen and (max-width: 785px){.blogBoxImg{height:220px}.blogInfoBox{margin-top:0;width:100%;padding:20px}.blogInfoBoxDate{top:-120px;left:40px;right:none}.blogInfoBoxAuthor{font-size:14px;margin-bottom:18px}.blogInfoBoxTitle{font-size:28px;line-height:35px;margin-bottom:20px}.blogInfoBoxDesc{font-size:14px}.blogInfoBoxLink{font-size:16px}.blogInfoBoxTitle{height:73px}.blogPageTitleBox{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:34px}}@media screen and (max-width: 585px){.blogInfoBox{padding:18px}.blogInfoBoxDate{top:-110px;left:30px;right:none}}.blogsWrap{padding:4rem 6rem;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.blogsBox{max-width:1300px;width:100%}.blogPageTitleBox{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px}.blogPageTitle{font-size:30px;font-weight:600;color:#201f37}.blogCard{display:flex;flex-direction:column;cursor:pointer;transition:.3s ease-in-out;box-shadow:#00000029 0 1px 4px;border-radius:12px;overflow:hidden;transition:margin-top .3s ease}.blogCard:hover{box-shadow:#959da533 0 8px 24px}.blogImgBox{width:100%;height:200px}.blogImg{width:100%;height:100%;object-fit:cover;border-radius:12px 12px 0 0}.blogTextBox{padding:24px}.blogTitle{font-size:20px;font-weight:500;color:#121127;line-height:28px;margin-bottom:8px;height:54px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.blogDesc{font-size:16px;font-weight:400;color:#7a7a86;line-height:28px;margin-bottom:18px;height:82px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.blogDateBox{display:flex;align-items:center;color:#7a7a86;gap:12px}.blogDateMain{display:flex;align-items:center;gap:5px}.blogDate{font-size:15px;font-weight:400}.blogDateDot{font-size:8px!important}.blogDateDotSmall{font-size:3px!important}.blogSinglePage{padding:7rem 6rem 4rem;display:flex;justify-content:center}.blogSingleBox{max-width:800px!important;width:100%}.blogSingleTitle{color:#121127;font-size:30px;font-weight:600;line-height:44px;margin-bottom:4px}.blogSingleDateBox{display:flex;align-items:center;gap:4px;color:#7a7a86;margin-bottom:33px}.blogSingleDateText{font-size:14px;font-weight:400}.blogSingleDateDot{font-size:3px!important}.blogSingleImageBox{width:100%;height:400px;margin-bottom:46px}.blogSingleImage{width:100%;height:100%;object-fit:cover;border-radius:8px}.blogSingleDesc{color:#545463;font-size:20px;font-weight:400;line-height:37px}@media screen and (max-width: 854px){.blogsWrap{padding:4rem 2rem}.blogSinglePage{padding:7rem 2rem 4rem;display:flex;justify-content:center}.blogPageTitle{font-size:26px}.blogTitle{font-size:18px}.blogDesc{font-size:14px}.blogDate{font-size:12px}.blogSingleTitle{font-size:26px}.blogSingleDateText{font-size:12px}.blogSingleDesc{font-size:18px}}@media screen and (max-width: 718px){.blogPageTitleBox{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:34px}}@media screen and (max-width: 599px){.blogSingleImageBox{width:100%;height:200px;margin-bottom:46px}.blogPageTitle{font-size:24px}.blogTitle{font-size:16px}.blogDesc{font-size:13px}.blogDate{font-size:11px}.blogSingleTitle{font-size:24px;line-height:32px}.blogSingleDateText{font-size:11px}.blogSingleDesc{font-size:16px}}.videoPlayBoxParentGrid{position:relative;overflow:hidden}.videoPlayBoxTitle{font-size:105px;font-weight:900;color:#f5f5f5;text-transform:uppercase;position:relative;width:max-content}.videoPlayBoxTitleLocation{font-size:35px;font-weight:900;color:#f5f5f5;text-transform:uppercase;position:absolute;top:-10px;right:6px}.videoPlayBoxParent{position:relative}.videoPlayBoxWrap{width:100%;height:510px;margin-top:-26px}.videoPlayBox{width:100%;height:100%;object-fit:cover}.hoursBgImg{position:absolute;width:auto;height:320px;bottom:-55px;right:-45px;opacity:.2;z-index:1}.hoursBoxParent{position:relative}.hoursBox{position:absolute;background-color:#fff;box-shadow:0 2px 60px #0000001a;padding:80px;right:0;top:28px;width:658px;z-index:2}.hoursBoxTitle{font-size:30px;font-weight:700;color:#111;margin-bottom:15px}.hoursBoxDesc{font-size:16px;font-weight:500;color:#666;margin-bottom:30px;line-height:32px}.hoursBoxTimings{display:flex;flex-direction:column;gap:18px;margin-bottom:35px}.hoursBoxTimeBox{display:flex;justify-content:space-between;align-items:center;position:relative}.hoursBoxTimeMiddle{height:1px;width:100%;background:#ccc}.hoursBoxTimeText{font-size:16px;font-weight:600;white-space:nowrap;padding-right:20px}.hoursBoxTime{font-size:16px;font-weight:600;white-space:nowrap;padding-left:20px}.callBox{display:flex;align-items:center}.callBoxTextBox{margin-left:20px;display:flex;flex-direction:column;gap:12px}.callBoxText{font-size:16px;font-weight:500;color:#666}.callBoxTextNum{font-size:20px;font-weight:600}.callBoxImgBox{height:80px;width:80px;background-color:#26abe2;text-align:center;display:flex;justify-content:center;align-items:center;border-radius:50%}.callBoxImgBoxWrap{height:100%;display:flex;justify-self:center;align-items:center;text-align:center}.callBoxImg{width:40px;height:auto}.callBoxImgIcon{font-size:42px!important;color:#fff}@media screen and (max-width: 1400px){.videoPlayBoxTitle{font-size:80px}.videoPlayBoxWrap{margin-top:-18px}.videoPlayBoxTitleLocation{top:-16px;right:6px}}@media screen and (max-width: 1299px){.videoPlayBoxTitle{font-size:60px}.videoPlayBoxWrap{margin-top:-13px}.videoPlayBoxTitleLocation{top:-21px;right:4px}}@media screen and (max-width: 1199px){.videoPlayBoxTitle{font-size:100px}.hoursBox{position:relative;background-color:#fff;box-shadow:0 2px 60px #0000001a;padding:80px;width:100%;z-index:2;margin-top:30px}.videoPlayBoxTitleLocation{top:-12px;right:4px}}@media screen and (max-width: 885px){.videoPlayBoxTitle{font-size:80px}.hoursBox{padding:40px}.videoPlayBoxTitleLocation{top:-16px;right:5px}}@media screen and (max-width: 585px){.videoPlayBoxTitleLocation{font-size:30px;top:-21px;right:5px}.videoPlayBoxParentGrid{margin-top:-2rem}.videoPlayBoxWrap{height:310px!important}.videoPlayBox{width:100%;height:100%;object-fit:cover}.videoPlayBoxTitle{font-size:65px}.hoursBox{padding:40px 25px}.hoursBoxTitle{font-size:26px}.hoursBoxDesc{font-size:14px;line-height:26px}.hoursBoxTimeText{font-size:14px;padding-right:15px}.hoursBoxTime{font-size:14px;padding-left:15px}.callBoxImgBox{height:60px!important;width:60px}.callBoxImgBoxWrap{height:100%;display:flex;justify-self:center;align-items:center;text-align:center}.callBoxImg{width:30px}.callBoxImgIcon{font-size:34px!important}.callBoxText{font-size:12px}.callBoxTextNum{font-size:14px}}.aboutWrap{padding:4rem 6rem}.leftGrid{display:flex;flex-direction:column!important}.leftSubTitle{color:#4c4b63;font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:4px;margin-bottom:10px}.leftTitle{color:#201f37;font-size:34px;font-weight:600;text-transform:capitalize;margin-bottom:28px}.leftDesc{color:#5d5b75;font-size:19px;font-weight:400;line-height:34px}.rightGrid{display:flex;justify-content:end}.rightBoxMain{position:relative;width:500px;height:500px}.rightBoxImgBoxBg{width:470px;height:470px;background:linear-gradient(120deg,#a69ff0,#7b72df,#193561);border-radius:16px;position:absolute;z-index:50;top:0;right:0}.rightBoxImg{width:470px;height:470px;object-fit:cover;border-radius:16px;position:absolute;z-index:60;bottom:0;left:0;box-shadow:#233b6e66 -5px 5px,#4259984d -10px 10px,#6176c233 -15px 15px,#8093ec1a -20px 20px,#9fb0ff0d -25px 25px}.singleItemBox{display:flex;align-items:center;gap:20px;justify-content:center}.singleItemImg{width:70px;height:100%}.singleItemGrid2{display:flex;align-items:center;flex-direction:column;gap:4px}.singleItemGrid2Number{display:flex;gap:10px}.singleItemGrid2NumberText{font-size:30px;font-weight:800;color:#fff}.singleItemGrid2Title{font-size:16px;font-weight:500;color:#fff;text-align:center}#mb_parallax_two{background-image:url(../../public//assets/about/bannerImg.jpg)}.tAndCBox{background-color:#f8f8f8}.tAndCBoxWrap{padding:2rem}.mb_parallax_container{height:auto;width:100%;background-attachment:fixed;background-size:cover;background-repeat:no-repeat}.ceoLeftGrid{display:flex;flex-direction:column!important}.ceoLeftSubTitle{color:#4c4b63;font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:4px;margin-bottom:10px}.ceoLeftTitle{color:#201f37;font-size:34px;font-weight:600;text-transform:capitalize;margin-bottom:6px}.ceoLeftTitleSubHead{color:#5a83b4;font-size:14px;font-weight:400;margin-bottom:28px;display:flex;align-items:center;gap:6px}.ceoLeftDesc{color:#5d5b75;font-size:19px;font-weight:400;line-height:34px}.ceoRightGrid{display:flex;justify-content:center}.ceoRightBoxMain{position:relative;width:500px;height:500px}.ceoRightBoxImgBoxBg{width:470px;height:470px;position:absolute;z-index:50!important;left:0;right:0;top:0;bottom:0;margin:auto}.ceoRightBoxImg{width:350px;height:350px;object-fit:cover;border-radius:50%;z-index:60!important;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.teamWrap{padding:2rem 6rem 6rem;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.teamBox{max-width:1430px}.teamTitle{color:#201f37;font-size:36px;font-weight:700;margin-bottom:28px}.teamCard{display:flex;flex-direction:column}.teamCardImgBox{width:100%;height:385px;margin-bottom:22px}.teamCardImg{width:100%;height:100%;object-fit:cover;border-radius:16px}.teamCardName{color:#121127;font-size:23px;font-weight:600;margin-bottom:8px}.job{color:#767d96;font-size:12px;font-weight:400}@media (max-width: 1270px){.rightBoxMain{width:400px;height:400px}.rightBoxImgBoxBg,.rightBoxImg{width:370px;height:370px}}@media (max-width: 1082px){.rightBoxMain{width:350px;height:350px}.rightBoxImgBoxBg,.rightBoxImg{width:320px;height:320px}.teamWrap{padding:2rem 4rem 4rem}.leftSubTitle{font-size:11px}.leftTitle{font-size:30px}.leftDesc{font-size:17px}}@media (max-width: 964px){.rightBoxMain{width:300px;height:300px}.rightBoxImgBoxBg,.rightBoxImg{width:260px;height:260px}}@media (max-width: 899px){.leftGrid{padding-bottom:40px}.rightGrid{display:flex;justify-content:center}.rightBoxMain{width:500px;height:500px}.rightBoxImgBoxBg,.rightBoxImg{width:470px;height:470px}.CompanyInfoBoxWrap{padding:4rem 6rem;height:100%}.singleItemBox{display:flex;align-items:center;justify-content:center;gap:30px;margin-bottom:20px}}@media (max-width: 685px){.rightBoxMain{width:400px;height:400px}.rightBoxImgBoxBg,.rightBoxImg{width:370px;height:370px}.aboutWrap{padding:4rem 2rem}.teamWrap{padding:2rem 2rem 6rem;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.leftSubTitle{font-size:10px}.leftTitle{font-size:28px;margin-bottom:24px}.leftDesc{font-size:16px;line-height:28px}}@media (max-width: 812px){.teamCardImgBox{height:220px}}@media (max-width: 601px){.rightBoxMain{width:300px;height:300px}.rightBoxImgBoxBg,.rightBoxImg{width:270px;height:270px}}@media (max-width: 497px){.rightBoxMain{width:250px;height:250px}.rightBoxImgBoxBg,.rightBoxImg{width:235px;height:235px}}@media (max-width: 420px){.rightBoxMain{width:240px;height:240px}.rightBoxImgBoxBg,.rightBoxImg{width:225px;height:225px}}@media screen and (max-width: 1100px){.CompanyInfoBoxWrap{padding:2rem 4rem;height:auto}.aboutWrap{padding:4rem 2rem}.singleItemBox{display:flex;align-items:center;justify-content:center;gap:30px}}@media screen and (max-width: 718px){.CompanyInfoBoxWrap{padding:6rem 2rem}.singleItemBox{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:20px}}@media screen and (max-width: 599px){.CompanyInfoBoxWrap{padding:2rem 6rem}}@media (max-width: 1270px){.ceoRightBoxMain,.ceoRightBoxImgBoxBg{width:380px;height:380px}.ceoRightBoxImg{width:265px;height:265px}}@media (max-width: 964px){.ceoRightBoxMain,.ceoRightBoxImgBoxBg{width:320px;height:320px}.ceoRightBoxImg{width:200px;height:200px}}@media (max-width: 899px){.rightGrid{display:flex;justify-content:center}.ceoRightBoxMain,.ceoRightBoxImgBoxBg{width:500px;height:500px}.ceoRightBoxImg{width:380px;height:380px}.aboutWrap{padding:4rem}}@media (max-width: 685px){.CompanyInfoBoxWrap{padding:2rem 6rem;height:100%}.ceoRightBoxMain,.ceoRightBoxImgBoxBg{width:370px;height:370px}.ceoRightBoxImg{width:270px;height:270px}.aboutWrap{padding:4rem 2rem}}@media (max-width: 497px){.ceoRightBoxMain,.ceoRightBoxImgBoxBg{width:250px;height:250px}.ceoRightBoxImg{width:175px;height:175px}}.book-table-btn{display:inline-block;font-weight:600;text-transform:capitalize;transition:all .35s ease-in-out;overflow:hidden;border-radius:7px;border:0px solid transparent;box-shadow:inherit;font-size:16px!important;padding:18px 40px;background:#26abe2;position:relative;z-index:1;color:#fff;cursor:pointer;margin-top:30px}.book-table-btn:after{position:absolute;top:inherit;right:inherit;bottom:inherit;left:-6%;content:"";height:150px;width:115%;z-index:-1;background-color:#000;transition:all .25s ease-in-out;transform:translateY(-45%) skew(25deg) scale(0)}.book-table-btn:hover:after{transform:translateY(-45%) skew(25deg) scale(1)}.book-table-btn:focus{outline:none}.book-table-btn-circle{display:inline-block;font-weight:600;text-transform:capitalize;transition:all .35s ease-in-out;overflow:hidden;border-radius:50px;border:0px solid transparent;box-shadow:inherit;font-size:16px!important;padding:18px 40px;background:#26abe2;position:relative;z-index:1;color:#fff;cursor:pointer;margin-top:30px}.book-table-btn-circle:after{position:absolute;top:inherit;right:inherit;bottom:inherit;left:-6%;content:"";height:150px;width:115%;z-index:-1;background-color:#000;transition:all .25s ease-in-out;transform:translateY(-45%) skew(25deg) scale(0)}.book-table-btn-circle:hover:after{transform:translateY(-45%) skew(25deg) scale(1)}.book-table-btn-circle:focus{outline:none}.book-table-btn-login{display:inline-block;font-weight:600;text-transform:capitalize;transition:all .35s ease-in-out;overflow:hidden;border-radius:7px;border:2px solid #26abe2;box-shadow:inherit;font-size:16px!important;padding:18px 40px;background:transparent;position:relative;z-index:1;color:#26abe2;cursor:pointer}.book-table-btn-login:after{position:absolute;top:inherit;right:inherit;bottom:inherit;left:-6%;content:"";height:150px;color:#fff!important;width:119%;z-index:-1;background-color:#26abe2;transition:all .25s ease-in-out;transform:translateY(-35%) skew(25deg) scale(0)}.book-table-btn-login:hover:after{transform:translateY(-35%) skew(25deg) scale(1);color:#fff!important}.book-table-btn-login:focus{outline:none;color:#fff!important}.customTitleBox{display:flex;flex-direction:column;align-items:center}.customTitleBoxArrowIconBox{display:flex;align-items:center;gap:8px;margin-bottom:14px}.customTitleBoxArrowIcon{width:105px;height:12px}.customTitleBoxArrowTitle{font-size:21px;font-weight:600;text-transform:uppercase;color:#26abe2}.customTitleBoxHeader{font-size:50px;font-weight:600;text-transform:capitalize;color:#111;margin-bottom:60px}.menuButton.active{background-color:#26abe2;color:#fff;-webkit-user-select:none;user-select:none}@media screen and (max-width: 905px){.customTitleBoxHeader{font-size:40px}}@media screen and (max-width: 600px){.customTitleBoxArrowIcon{width:90px;height:8px}.customTitleBoxArrowTitle{font-size:18px;text-align:center}.customTitleBoxHeader{font-size:32px}}.custom-toast{font-family:Outfit,sans-serif}.ContactFormBox{box-shadow:0 15px 60px -10px #6d758f54;padding:60px 80px;border-radius:10px;position:relative;background:#fff;z-index:9}@media screen and (max-width: 880px){.ContactFormBox{padding:60px 20px}}@media screen and (max-width: 580px){.ContactFormBox{padding:40px 15px}}.globeBox{background-image:url(/assets/mapContact-DkyN0TPW.png);background-position:center center;background-size:cover;overflow:hidden;height:100%}.contactCardBox{text-align:center;padding:30px;background:#fff9;border:1px solid #eeeeee;border-radius:10px}.contactCardImg{height:65px;margin-bottom:25px;margin-top:10px}.contactCardTitle{font-size:24px;font-weight:800;margin-bottom:12px}.contactCardValue{font-size:16px;font-weight:600;margin-bottom:10px}.eventsPageBox{margin-top:4rem}.eventsBoxWrap{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:30px;cursor:pointer}.eventsBoxImg{width:100%;height:270px;object-fit:cover}.eventsInfoBox{margin-top:0;width:100%;background-color:#fff;padding:30px 20px;box-shadow:0 2px 60px #0000001a;position:relative}.eventsInfoBoxAuthor{font-size:12px;font-weight:600;margin-bottom:20px;color:#666;text-transform:uppercase}.eventsInfoBoxTitle{font-size:24px;font-weight:600;line-height:30px;margin-bottom:12px;height:62px;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.eventsInfoBoxDesc{font-size:16px;font-weight:400;color:#7a7a86;line-height:26px;margin-bottom:18px;height:50px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.eventsInfoBoxLink{font-size:17px;font-weight:600;text-transform:uppercase;color:#26abe2;display:flex;align-items:center;gap:5px;cursor:pointer;width:max-content}.eventsInfoBoxLinkIcon{font-size:16px!important}.eventsInfoBoxDate{color:#fff;background-color:#26abe2;padding:6px 8px;width:70px;display:flex;flex-direction:column;align-items:center;position:absolute;top:-90px;left:20px;right:none}.eventsInfoBoxDateDay{font-size:26px;font-weight:800}.eventsInfoBoxDateMonth{font-size:14px;font-weight:500;text-transform:uppercase;margin-top:-5px}.eventsInfoBoxDateYear{font-size:11px;font-weight:500}.loadMoreBtnEvents{background-color:#fff;color:#26abe2;padding:18px 38px!important;display:flex;text-align:center;align-items:center;justify-content:center;cursor:pointer;border-radius:0;border:2px solid #26abe2;font-size:16px;transition:.2s ease-in-out}.loadMoreBtnEvents:hover{background-color:#26abe2;color:#fff}@media screen and (max-width: 785px){.eventsBoxImg{height:220px}.eventsInfoBox{margin-top:0;width:100%;padding:20px}.eventsInfoBoxDate{top:-90px;left:20px;right:none}.eventsInfoBoxAuthor{font-size:14px;margin-bottom:18px}.eventsInfoBoxTitle{font-size:22px;line-height:30px;height:60px}.eventsInfoBoxDesc{font-size:14px}.eventsInfoBoxLink{font-size:16px}.eventsPageTitleBox{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:34px}}@media screen and (max-width: 585px){.eventsInfoBox{padding:18px}}.eventsWrap{padding:4rem 6rem;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.eventsBox{max-width:1300px;width:100%}.eventsPageTitleBox{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px}.eventsPageTitle{font-size:30px;font-weight:600;color:#201f37}.eventsCard{display:flex;flex-direction:column;cursor:pointer;transition:.3s ease-in-out;box-shadow:#00000029 0 1px 4px;border-radius:12px;overflow:hidden;transition:margin-top .3s ease}.eventsCard:hover{box-shadow:#959da533 0 8px 24px}.eventsImgBox{width:100%;height:200px}.eventsImg{width:100%;height:100%;object-fit:cover;border-radius:12px 12px 0 0}.eventsTextBox{padding:24px}.eventsTitle{font-size:20px;font-weight:500;color:#121127;line-height:28px;margin-bottom:8px;height:54px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.eventsDesc{font-size:16px;font-weight:400;color:#7a7a86;line-height:28px;margin-bottom:18px;height:82px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.eventsDateBox{display:flex;align-items:center;color:#7a7a86;gap:12px}.eventsDateMain{display:flex;align-items:center;gap:5px}.eventsDate{font-size:15px;font-weight:400}.eventsDateDot{font-size:8px!important}.eventsDateDotSmall{font-size:3px!important}.eventsSinglePage{padding:7rem 6rem 4rem;display:flex;justify-content:center}.eventsSingleBox{max-width:800px!important;width:100%}.eventsSingleTitle{color:#121127;font-size:30px;font-weight:600;line-height:44px;margin-bottom:4px}.eventsSingleDateBox{display:flex;align-items:center;gap:4px;color:#7a7a86;margin-bottom:33px}.eventsSingleDateText{font-size:14px;font-weight:400}.eventsSingleDateDot{font-size:3px!important}.eventsSingleImageBox{width:100%;height:auto;margin-bottom:46px}.eventsSingleImage{width:100%;height:100%;object-fit:cover;border-radius:16px}.eventsSingleDesc{color:#545463;font-size:20px;font-weight:400;line-height:37px}.eventsSingleMoreInfoBox{padding:30px;width:100%;border-radius:18px;box-shadow:0 2px 60px #0000001a}.eventsSingleMoreInfoBoxSingle{display:flex;flex-direction:column!important;padding:10px}.eventsSingleMoreInfoBoxSingleTitle{display:flex;align-items:center;font-size:16px;font-weight:600!important;margin-bottom:6px;gap:10px}.eventsSingleMoreInfoBoxSingleValue{font-size:18px;font-weight:500;display:flex;align-items:center;gap:10px}@media screen and (max-width: 854px){.eventsWrap{padding:4rem 2rem}.eventsSinglePage{padding:7rem 2rem 4rem;display:flex;justify-content:center}.eventsPageTitle{font-size:26px}.eventsTitle{font-size:18px}.eventsDesc{font-size:14px}.eventsDate{font-size:12px}.eventsSingleTitle{font-size:26px}.eventsSingleDateText{font-size:12px}.eventsSingleDesc{font-size:18px}}@media screen and (max-width: 718px){.eventsPageTitleBox{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:34px}}@media screen and (max-width: 599px){.eventsPageTitle{font-size:24px}.eventsTitle{font-size:16px}.eventsDesc{font-size:13px}.eventsDate{font-size:11px}.eventsSingleTitle{font-size:24px;line-height:32px}.eventsSingleDateText{font-size:11px}.eventsSingleDesc{font-size:16px}}.galleryBoxWrap{padding:3rem 0rem;display:flex;justify-content:center;flex-direction:column}.galleryImgBox{width:100%!important;height:auto;position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 8px #0000001a;cursor:pointer}.galleryImgOverlay{position:relative;width:100%;height:300px;overflow:hidden}.galleryFinalImg{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.imgTitleOverlay{position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;padding:8px;background-color:#00000048;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500}.imgTitle{color:#fff;z-index:200}.loadMoreBtnGallery{background-color:#ff7a5c;color:#fff;width:180px;padding:12px 38px!important;display:flex;text-align:center;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;font-size:16px;transition:.2s ease-in-out;box-shadow:#ff8d6040 0 54px 55px,#fc68681f 0 -12px 30px,#fd69691f 0 4px 6px,#fd6b6b2b 0 12px 13px,#fc6a6a17 0 -3px 5px}.loadMoreBtnGallery:hover{background-color:#fd8267}.gallerySingleBoxWrap{padding:3rem 0rem;display:flex;justify-content:center;flex-direction:column}.gallery-single-image-title{font-size:34px;font-weight:500;color:#424242;line-height:60px;margin-bottom:35px}.gallery-item-image{width:100%;height:auto;position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 8px #0000001a;cursor:pointer}.galleryFinalImgSingle{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}@media screen and (max-width: 1100px){.gallery-single-image-title{font-size:28px;font-weight:500;color:#424242;line-height:45px;margin-bottom:35px}}@media screen and (max-width: 718px){.gallery-single-image-title{font-size:24px;font-weight:500;color:#424242;line-height:40px;margin-bottom:35px}}.topCardPok{position:relative}.topCardPokTopImg{aspect-ratio:6 / 2;width:100%;object-fit:cover;border-radius:8px}.priceTxt{font-size:22px}.priceTxtAmt{font-size:22px;font-weight:600;color:#25abe2}.overlayPok{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000 60%,#000 95%);padding:30px;border-radius:8px;overflow:hidden;z-index:1}.overlayContentPok{color:#fff;display:flex;flex-direction:column;position:absolute;bottom:30px;left:30px;right:16px;gap:4px}.imageCollageBoxTitleParentPok{margin:6rem 0rem!important}.imageCollageBoxTitleMainParentPok{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;z-index:2}.imageCollageBoxTitlePok{font-size:195px;font-weight:500;color:#f5f5f5;text-transform:uppercase;width:max-content;position:absolute;z-index:1;margin-top:-70px}.imageCollageBoxTitleMainPok{font-size:35px;font-weight:500;color:#343434;text-transform:uppercase;margin-bottom:20px;text-wrap:balance!important}.imageCollageBoxSubtitlePok{font-size:16px;font-weight:500;letter-spacing:1px;color:#343434;text-align:center;line-height:25px}@media screen and (max-width: 1199px){.imageCollageBoxTitlePok{font-size:100px;font-weight:500;color:#f5f5f5;text-transform:uppercase;position:relative;width:max-content;margin-top:0;margin-bottom:-170px}.imageCollageBoxTitleParentPok{margin:1rem 0rem 4rem!important}}@media screen and (max-width: 885px){.priceTxt,.priceTxtAmt{font-size:16px}.topCardPokTopImg{aspect-ratio:4 / 3;width:100%;object-fit:cover}.overlayContentPok{color:#fff;display:flex;flex-direction:column;position:absolute;bottom:20px;left:20px;right:16px;gap:4px}.imageCollageBoxTitlePok{font-size:80px;font-weight:500;color:#f5f5f5;text-transform:uppercase;position:relative;width:max-content;margin-top:100px}.imageCollageBoxTitleMainPok{font-size:28px;font-weight:500;color:#343434;text-transform:uppercase;margin-bottom:20px;text-wrap:balance!important;word-break:normal;display:flex;text-align:center;width:100%;justify-content:center;align-items:center}}@media screen and (max-width: 518px){.imageCollageBoxTitlePok{font-size:55px;font-weight:500;color:#f5f5f5;text-transform:uppercase;position:relative;width:max-content;margin-top:0}.imageCollageBoxTitlePok{font-size:60px;font-weight:500;color:#f5f5f5;text-transform:uppercase;position:relative;width:max-content;margin-top:100px}.imageCollageBoxTitleMainPok{font-size:24px;font-weight:500;color:#343434;text-transform:uppercase;margin-bottom:20px;text-wrap:balance!important;word-break:normal;display:flex;text-align:center;width:100%;justify-content:center;align-items:center}}.ceoRightGridPagePok{margin:6rem 0rem 4rem!important;display:flex;justify-content:start}.ceoRightBoxMainPagePok{position:relative;width:100%;height:100%}.ceoRightBoxImgBoxBgPagePok{width:300px;height:380px;position:absolute;z-index:60!important;left:0;right:-60px;top:0;bottom:0;margin:auto;border-radius:16px;background-color:#e4e4e45d;padding:10px;object-fit:cover}.ceoRightBoxImgPagePok{max-width:402px;width:100%;height:490px;object-fit:cover;border-radius:14px;z-index:50!important;position:absolute;left:0;top:0;bottom:0;margin:auto}.ceoRightInfoImgBoxPok{min-width:80px;width:80px;height:80px;margin-right:15px}.ceoRightInfoImgPok{width:100%;height:100%;object-fit:cover;border-radius:50px}@media (max-width: 1270px){.ceoRightBoxImgBoxBgPagePok{width:280px;height:350px;right:-95px}.ceoRightBoxImgPagePok{max-width:352px;width:100%;height:460px}}@media (max-width: 964px){.ceoRightBoxMainPagePok{width:320px;height:320px}.ceoRightBoxImgBoxBgPagePok{width:250px;height:320px;right:-190px}.ceoRightBoxImgPagePok{max-width:300px;width:100%;height:410px}}@media (max-width: 899px){.ceoRightBoxMainPagePok{width:100%!important;height:600px}.ceoRightBoxImgBoxBgPagePok{width:330px;height:400px;right:-40px}.ceoRightBoxImgPagePok{max-width:450px;width:100%;height:500px}.ceoRightInfoNamePok{font-size:18px!important}.ceoLeftTitlePagePok{font-size:38px!important}}@media (max-width: 685px){.ceoRightBoxMainPagePok{width:100%!important;height:600px}.ceoRightBoxImgBoxBgPagePok{width:330px;height:400px;right:0;left:150px}.ceoRightBoxImgPagePok{max-width:450px;width:100%;height:500px}}@media (max-width: 497px){.ceoRightBoxMainPagePok{width:100%!important;height:580px}.ceoRightBoxImgBoxBgPagePok{width:260px;height:350px;right:0;left:150px}.ceoRightBoxImgPagePok{max-width:330px;width:100%;height:470px}.ceoLeftTitlePagePok{font-size:32px!important}}@media (max-width: 430px){.ceoRightBoxMainPagePok{width:100%!important;height:580px}.ceoRightBoxImgBoxBgPagePok{width:230px;height:320px;right:0;left:100px}.ceoRightBoxImgPagePok{max-width:285px;width:100%;height:420px}}@media (max-width: 1199px){.ceoRightDescLinePok{display:none}.ceoRightInfoPok{display:flex;align-items:center;justify-content:start!important;margin-top:20px}.ceoRightGridPagePok{margin:-2rem 0rem!important}}.ceoLeftGridPagePokRight{margin:6rem 0rem 4rem!important}.ceoRightGridPagePokRight{display:flex;justify-content:end}.ceoRightBoxMainPagePokRight{position:relative;width:100%;height:100%}.ceoRightBoxImgBoxBgPagePokRight{width:300px;height:380px;position:absolute;z-index:60!important;left:0;right:100px;top:0;bottom:0;margin:auto;border-radius:16px;background-color:#e4e4e45d;padding:10px;object-fit:cover}.ceoRightBoxImgPagePokRight{max-width:402px;width:100%;height:490px;object-fit:cover;border-radius:14px;z-index:50!important;position:absolute;right:0;top:0;bottom:0;margin:auto}.ceoLeftGridPagePok{display:flex;flex-direction:column!important}.ceoLeftSubTitlePagePok{color:#fd9900;font-size:14px;font-weight:600;letter-spacing:2px;margin-bottom:12px}.ceoLeftTitlePagePok{color:#201f37;font-size:44px;font-weight:600;text-transform:capitalize;margin-bottom:14px}.ceoLeftTitleSubHeadPagePok{color:#53565c;font-size:16px;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:6px}.ceoLeftDescPagePok{color:#5d5b75;font-size:16px;font-weight:500;line-height:26px;margin-bottom:30px}.ceoLeftTitleSubHeadPageIconBoxPok{border:2px solid #fd9900;border-radius:50px;padding:1px 2px 0}.ceoLeftTitleSubHeadPageIconPok{font-size:16px!important;font-weight:700;color:#fd9900}.ceoRightDescInfoPok{display:flex;align-items:center;justify-content:space-between;width:100%}.ceoRightDescLinePok{height:100%;border-right:1px solid #ddd}.ceoRightInfoPok{display:flex;align-items:center;justify-content:end}.ceoRightInfoImgBoxPokRight{min-width:80px;width:80px;height:80px;margin-right:15px}.ceoRightInfoImgPokRight{width:100%;height:100%;object-fit:cover;border-radius:50px}.ceoRightInfoColPok{display:flex;flex-direction:column}.ceoRightInfoNamePok{font-size:22px;font-weight:700;color:#333;margin-bottom:6px}.ceoRightInfoCeoPok{font-size:14px;font-weight:600;color:#333}@media (max-width: 1270px){.ceoRightBoxImgBoxBgPagePokRight{width:280px;height:350px;right:95px}.ceoRightBoxImgPagePokRight{max-width:352px;width:100%;height:460px}}@media (max-width: 964px){.ceoRightBoxMainPagePokRight{width:320px;height:320px}.ceoRightBoxImgBoxBgPagePokRight{width:250px;height:320px;left:-160px;right:0}.ceoRightBoxImgPagePokRight{max-width:300px;width:100%;height:410px}}@media (max-width: 899px){.ceoRightBoxMainPagePokRight{width:100%!important;height:600px}.ceoRightBoxImgBoxBgPagePokRight{width:330px;height:400px;right:-40px}.ceoRightBoxImgPagePokRight{max-width:450px;width:100%;height:500px}.ceoRightInfoNamePok{font-size:18px!important}.ceoLeftTitlePagePok{font-size:38px!important}}@media (max-width: 685px){.ceoRightBoxMainPagePokRight{width:100%!important;height:600px}.ceoRightBoxImgBoxBgPagePokRight{width:330px;height:400px;right:0;left:-110px}.ceoRightBoxImgPagePokRight{max-width:400px;width:100%;height:500px}}@media (max-width: 497px){.ceoRightBoxMainPagePokRight{width:100%!important;height:580px}.ceoRightBoxImgBoxBgPagePokRight{width:260px;height:350px;right:0;left:-150px}.ceoRightBoxImgPagePokRight{max-width:330px;width:100%;height:470px}.ceoLeftTitlePagePokRight{font-size:32px!important}}@media (max-width: 430px){.ceoRightBoxMainPagePokRight{width:100%!important;height:580px}.ceoRightBoxImgBoxBgPagePokRight{width:210px;height:300px;right:0;left:-100px}.ceoRightBoxImgPagePokRight{max-width:265px;width:100%;height:380px}}@media (max-width: 1199px){.ceoRightDescLinePok{display:none}.ceoRightInfoPok{display:flex;align-items:center;justify-content:start!important;margin-top:20px}.ceoLeftGridPagePokRight{margin:-2rem 0rem!important}}.menuBoxFormBox{background-image:url(/assets/menuRes-BWLGZMIx.png);background-position:center center;background-size:cover;overflow:hidden;margin-bottom:6rem;position:relative;height:770px}.menuBoxFormBox:before{position:absolute;left:0;bottom:0;content:"";height:120px;width:100%;background:#fff;z-index:0}.menuBoxInfoBoxTitleBox{display:flex;align-items:center;gap:10px;margin-bottom:18px}.menuBoxInfoBoxTitle{font-size:20px;font-weight:600;text-transform:uppercase;color:#fff}.menuBoxInfoBoxTitleArrow{width:105px;height:12px}.menuBoxInfoBoxTitleHeader{font-size:55px;font-weight:600;text-transform:capitalize;color:#fff;margin-bottom:20px}.menuBoxInfoBoxTitleDesc{font-size:16px;font-weight:500;color:#fff;line-height:29px;margin-bottom:30px}.menuBoxInfoBoxTitleArrow{filter:brightness(0) invert(1)}.menuBoxInfoBoxMenuTimeBox{display:flex;align-items:center;color:#fff}.menuTimeLineLeft{padding-right:30px;border-right:.2px solid #fff}.menuTimeLineRight{padding-left:30px}.menuBoxInfoBoxMenuTimeTitle{font-size:24px;font-weight:600;margin-bottom:10px}.menuBoxInfoBoxMenuTimeValue{font-size:16px;font-weight:500}.menuBookTableBoxWrap{display:flex;justify-content:flex-end}.menuFormGrid{position:relative}.menuBookTableBox{width:75%;background-color:#1b1b1b;border:1px solid #666;padding:70px 60px;border-radius:30px;position:absolute;z-index:1}@media screen and (max-width: 1199px){.menuBoxFormBox{height:100%}.menuFormGrid{position:relative}.menuBookTableBox{width:100%;background-color:#1b1b1b;border:1px solid #666;padding:70px 60px;border-radius:30px;position:relative}.menuBoxInfoBoxTitleBox{display:flex;justify-content:center;width:100%;margin-top:20px}.menuBoxInfoBoxTitle{font-size:18px}.menuBoxInfoBoxMenuTimeBox{justify-content:center;margin-bottom:40px}.menuBoxInfoBoxTitleHeader{text-align:center;font-size:45px}.menuBoxInfoBoxTitleDesc{text-align:center;font-size:15px}.menuBoxInfoBoxTitleBtn{text-align:center}.menuBoxInfoBoxMenuTimeTitle{font-size:20px}.menuBoxInfoBoxMenuTimeValue{font-size:14px}}@media screen and (max-width: 750px){.menuBoxInfoBoxTitleBox{display:flex;justify-content:center;width:100%;margin-top:20px}.menuBoxInfoBoxTitle{font-size:15px}.menuBoxInfoBoxTitleHeader{text-align:center;font-size:32px}.menuBoxInfoBoxTitleDesc{text-align:center;font-size:14px}.menuBoxInfoBoxTitleBtn{text-align:center}.menuBookTableBox{padding:60px 30px}}.mainFoooter{background-color:#fff}.footerWrap{height:100%}.bottomFooter{height:325px;width:100%;background-color:#262525}.bottomFooterParent{position:relative;width:100%;height:100%}.bottomFooterParentImg{position:absolute;left:0;bottom:0;height:90%;width:auto;opacity:.4;z-index:0}.bottomFooterDevelopedBy{text-align:center;color:#a1a1a1;font-size:12px;font-weight:400}.logoContainer{width:100%!important;display:flex;align-items:center;justify-content:space-between;margin-top:200px}.logoContainerLogoBox{position:relative}.logoContainerLogo{width:120px;height:auto;z-index:10}.logoContainerRight{color:#fff;font-size:16px;font-weight:500}.footerTopBox{position:relative;padding:80px;background-color:#1b1b1b;width:100%;height:100%;z-index:2;margin-bottom:-150px;color:#fff}.footerTopBox:after{position:absolute;left:0;right:0;content:"";height:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQoAAAAhBAMAAABjIIs5AAAAJFBMVEUAAAAYGBgbGxsaGhoaGhobGxsbGxsbGxsQEBAbGxsbGxsbGxt+fhGLAAAAC3RSTlMAIN9/n1/vMBDPv9Xmek8AAAQuSURBVHja7NKhjhUxGIbh3ZzZgCQjcdWYJkhMDWrMCBwXUIFZNQK1Fq5gEhQKNO0hIe/NYX5yxPc5umqmsuIT//vc3d5DuTPv5Y879z7Y36+P8jVm+PUr93vJ7vf+u514ew7/e+/t7+cn9zut7vfFzzHD+j529/vl96ODRXGwvtXnGb5/k9zEu+Z+51+u04V8Dkd/Vgfr0+4mlqv73f48jRnW/hQHi+pg0R0sQtbo4Rl3zgtkl4nkMtHO4ejP1cHCyZpgdbDYxwxrf7qD5WQ9AMXBog4Z1muSXCaay+Q6XYB8Dkd/VgeL3cHi6mCFrAHD0p/iYFEdLLqBFbJGD8/EOSUT2WUiuUy0czj6czWwQpbAYnWw2McMa3+6wgpZCoviYFGHDOs1SS4TTTNFJ81EPoejP6uDxe5gcVVYIWvEsPanOFhUB4susELW6OGZOKfJRHaZSC4T7RyO/lwVVshSWKwOFvuYYe1PV1ghS2FRHCzqkGG9Jsllommm6KSZyOfwRABwsNgVlsraCFljhrU/xcGiOlh0gRWyxg7P3M6pmcguE8llop3DCw7Axk2WwmJ1sNjHDGt/usIKWQqL4mBRhwzrNUkuE00zRSfNRD768IQCCFgqa8HJ2rjJGjKs/SkOFtXBoguskDVyeOZ2TpeJ7DKRXCba0YcXHIANJ2viJsvBYh8zrP3pCitkKSyKg0UdMqzXJLlMNM0UnTQT+djDEwogYKmsBSdrQ2T977D2pzhYVAeLLrBC1rjhGXfOyBSdXCaSy0Q79vCCA7DhZE04WQErZI0Z1v50hRWyFBbFwaIOGdZrklwmmmaKTpqJfOThCQUQsFTWgpO1IbIGDEt/ioNFdbDoAitkjRqekXNKJrLLRHKZaEceXnAANkSWwGJ1sNjHDGt/usIKWQqL4mBRhwzrNUkuE00zRSfNRD7u8IQAUFjsDhZXgRWyhgxrf4qDRXWw6AFLZI0ZntFzaiayy0RymWjHHf7LLh3bVAxDYRSOlEwQWMAjsEHokDIAI3gCPAHN28B7xKI5y9G486mIhZ5k3zLFr8jnOzEACZO10cgSWOQOw9qfUmE1sgQWh8Eidhi21yTUTNJpxzqtNJ1GHd5oABgscoUlshIi6/aw9ucwWESDRamwGlk9hnfsOVekk2QiWCauUYdPDEDCZG2ILIFF7jCs/SkVViNLYHEYLGKHYXtNQs3UdNqxTivSaczhDQFgsMgVViMrIbI6DGt/DoNFNFiU5YHJ6jC8Y8+5Yp0sE8EycY05fGIAEiZrw2QZLHKHYe1PeWCyvrD7MFjE+8Pv9poEy8S1Y51esHsbcfgVu0+DRT4xWQmT9X1/eEFPJ/CvP/71/jA+/MR/PIf/Nrwwb97/3VQ471nvt106FgAAAAAY5G89jD3FkIX8LORnIT8L+VnIz0J+FvKzkF+e1ujJiVeB0QAAAABJRU5ErkJggg==);top:-11px;background-size:500px;background-repeat:repeat-x;background-position:top center}.footerTopTitle{font-size:24px;font-weight:700;margin-bottom:30px}.footerTopDesc{color:#ccc;font-size:16px;font-weight:500;line-height:29px;margin-bottom:30px}.aboutBox{padding-right:60px;border-right:.1px solid #666}.footerTopIconBox{display:flex;gap:10px}.footerTopIcon{background-color:#3f3f3f;height:40px;width:40px;line-height:40px;text-align:center;display:flex;align-items:center;justify-content:center}.exploreBox{padding:0 0 0 30px}.footerTopExploreNavs{display:flex;flex-direction:column}.footerTopExploreNavsItems{cursor:pointer;margin-bottom:0}.contactBox{padding:0 12px}.footerTopContactNavs{display:flex;flex-direction:column;gap:28px}.footerTopContactNavsItems{display:flex;align-items:center;font-size:16px;font-weight:500;color:#ccc}.footerTopContactIcon{background-color:#26abe2;border-radius:5px;height:35px;min-width:35px;line-height:35px;text-align:center;display:flex;align-items:center;justify-content:center;margin-right:10px;color:#fff}.locationBox{padding:0 0 0 50px}.logoContainerRightParent{display:flex;flex-direction:column;justify-content:flex-end;align-items:end}@media screen and (max-width: 1199px){.aboutBox{padding-bottom:50px!important;border-right:none}.exploreBox,.contactBox,.locationBox{padding-bottom:50px}}@media screen and (max-width: 899px){.aboutBox{padding-right:0;padding-bottom:50px}.exploreBox,.contactBox,.locationBox{padding:0 0 50px}}@media screen and (max-width: 860px){.aboutBox{padding-right:0;padding-bottom:40px}.exploreBox,.contactBox,.locationBox{padding:0 0 40px}.footerTopBox{padding:40px}.footerTopTitle{font-size:20px}.footerTopDesc,.footerTopContactNavsItems{font-size:14px}}@media screen and (max-width: 745px){.logoContainer{width:100%!important;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:200px;gap:30px}.logoContainerLogo{width:90px;height:auto;z-index:10}.logoContainerRight{font-size:12px}}header{width:100%}header .navbarBackground{margin:auto;overflow:hidden;display:flex;z-index:100;padding:1rem 6rem!important;background-color:#fff;transition:.4s ease-in-out;justify-content:space-between}header .navbar{position:absolute;width:100%;margin:auto;overflow:hidden;display:flex;z-index:100;padding:1rem 6rem!important;background-color:transparent;transition:.4s ease-in-out;justify-content:space-between}header .logo{width:100px;height:40px;display:flex;align-items:center;cursor:pointer}header .logo img{width:100%;height:100%;margin-top:12px}.hamburger{display:none;position:absolute;top:2rem;right:1rem}.nav-menu{display:flex;align-items:center;justify-content:start;position:relative}.nav-item{padding:0 1.2rem;list-style:none}.nav-link-background{color:#fff;font-weight:500;cursor:pointer;font-size:15px}.bookTableBoxTitleForm{color:#333;font-weight:500;cursor:pointer;font-size:28px;margin-bottom:14px}.nav-link{color:#020c1c;font-weight:500;font-size:15px;cursor:pointer}.navbarLink{text-decoration:none}.activeLink{color:#fff;font-weight:500;font-size:15px;cursor:pointer}.activeBar{width:15px;margin-left:2px;height:3px;background-color:#26abe2;border-radius:50px}.inactiveBar{width:15px;margin-left:2px;height:3px;background-color:transparent;border-radius:50px}.hero-area-btn-login{width:100%;padding:15px 40px!important;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;font-size:16px;transition:.2s ease-in-out;background-color:#26abe2;border:2px solid #26abe2;color:#fff!important}.hero-area-btn-login:hover{border:2px solid #26abe2;background-color:#fff;color:#26abe2!important}.hero-area-btn-login-back{background-color:trasnparent;color:#fff;width:100%;padding:15px 40px!important;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0;font-size:16px;transition:.2s ease-in-out;border:2px solid #fff}.hero-area-btn-login-back:hover{background-color:#26abe2;border:2px solid #26abe2;color:#fff}.no-scroll{overflow:hidden}.loginForm{padding:32px 34px;width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}.loginLogoBox{width:100px;height:auto;margin-bottom:18px}.loginLogo{width:100%;height:100%}.loginTitle{font-size:18px;font-weight:600;color:#121127;margin-bottom:22px}.loginSubTitle{font-size:16px;font-weight:400;color:#383751;margin-bottom:14px}.loginSelectBox{display:flex;width:100%;gap:10px}.signupSelectBox{display:flex;width:70%;gap:10px}.userCard{background-color:#fff;border-radius:4px;border:2px solid #e5e5eb;width:100%;display:flex;justify-content:center;gap:10px;align-items:center;padding:20px 34px;cursor:pointer}.userCardActive{background-color:#fff;border-radius:4px;border:2px solid #26abe2;width:100%;display:flex;justify-content:center;gap:10px;align-items:center;padding:20px 34px;cursor:pointer}.loginUserTitle{font-size:13px;font-weight:500;color:#201f37;margin-top:12px;text-align:center}.loginUserImgBox{width:55px;height:auto}.loginUserImg{width:100%;height:100%}.signupBtn{color:#fff!important;background-color:#4285f4!important;border-radius:4px!important;padding:6px 0!important;width:70%!important;margin-top:40px!important;text-transform:capitalize!important}.signupBtnDisabled{color:#8d8d8d!important;background-color:#d0d0d0!important;border-radius:4px!important;padding:6px 0!important;width:70%!important;margin-top:40px!important;text-transform:capitalize!important}.subFormBox{padding:40px}@media screen and (max-width: 300px){header .navbar{padding:1.5rem 1rem!important}header .navbarBackground{padding:1.5rem 1rem!important}}@media screen and (max-width: 899px){.hero-area-btn-signup{background-color:transparent;color:#26abe2;width:100%;padding:12px 16px!important;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;font-size:12px;transition:.2s ease-in-out;border:1px solid #26abe2}.hero-area-btn-login{background-color:trasnparent;color:#26abe2;width:100%;padding:15px 40px!important;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0;font-size:16px;transition:.2s ease-in-out;border:2px solid #26abe2}.hero-area-btn-login:hover{background-color:#26abe2;border:2px solid #26abe2;color:#fff}}@media screen and (max-width: 1130px){header .logo img{margin-top:3px}header .navbar{padding:1.5rem 2rem!important;background-color:#fff}header .navbarBackground{padding:1.2rem 2rem!important}.hamburger{position:absolute;display:block;font-size:3rem;cursor:pointer;top:8px;right:2rem;z-index:10000}.nav-menu{position:fixed;right:-100px;flex-direction:column;justify-content:center;background-color:#fff!important;width:100%;display:flex;justify-content:start;height:100%;text-align:center;transition:.5s ease-in-out;top:0;z-index:10000;box-shadow:#0003 0 18px 50px -10px}.nav-menu.active{right:0;transition:.5s ease-in-out;background-color:#fff;width:325px}.nav-item{margin:.3rem 0;font-size:1.8rem;width:100%;border-bottom:1px solid #e7e8e8;padding-bottom:10px}.nav-item:nth-last-child(1){border-bottom:none;margin-top:30px}.nav-link{font-size:22px;display:flex;margin:3px 0;align-items:center;justify-content:space-between}.list-items{overflow-y:auto;width:100%}}@media screen and (max-width: 795px){.loginForm{padding:26px 28px}.bookTableBoxTitleForm{font-size:24px;margin-bottom:14px}.loginSelectBox{display:flex;width:100%;gap:6px}.userCard{background-color:#fff;border-radius:4px;border:2px solid #e5e5eb;width:100%;display:flex;justify-content:center;gap:10px;align-items:center;padding:10px 22px;cursor:pointer}.userCardActive{background-color:#fff;border-radius:4px;border:2px solid #26abe2;width:100%;display:flex;justify-content:center;gap:10px;align-items:center;padding:10px 22px;cursor:pointer}.loginUserTitle{font-size:10px;font-weight:500;color:#201f37;text-align:center}.loginUserImgBox{width:35px;height:auto}.loginUserImg{width:100%;height:100%}}@media screen and (max-width: 621px){.loginForm{padding:20px 10px}.loginSelectBox{display:flex;width:100%;gap:6px}.signupSelectBox{width:100%}.userCard{background-color:#fff;border-radius:4px;border:2px solid #e5e5eb;width:100%;display:flex;justify-content:center;gap:10px;align-items:center;padding:8px 12px;cursor:pointer}.userCardActive{background-color:#fff;border-radius:4px;border:2px solid #26abe2;width:100%;display:flex;justify-content:center;gap:10px;align-items:center;padding:8px 12px;cursor:pointer}.loginUserTitle{font-size:10px;font-weight:500;color:#201f37;text-align:center}.loginUserImgBox{width:35px;height:auto}.loginUserImg{width:100%;height:100%}}@media screen and (max-width: 795px){.subFormBox{padding:20px}}@media screen and (max-width: 620px){.subFormBox{padding:10px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Marcellus,serif}.latoFont{font-family:Lato,sans-serif}.ralewayFont{font-family:Raleway,serif}.containerWrapHero{padding:0rem 6rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.containerWrapContact{padding:6rem 12rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.containerWrapMenuForm{padding:8rem 6rem 0rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.containerWrapContactForm{padding:0rem 12rem 6rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.containerWrapFooter{padding:0rem 6rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.containerWrap{padding:4rem 6rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.containerWrapHours{padding:4rem 6rem 8rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.container{max-width:1300px;width:100%}@media screen and (max-width: 1180px){.containerWrapHero{padding:0rem 3rem}.containerWrapContact{padding:6rem}.containerWrapContactForm{padding:0rem 6rem 6rem}.containerWrapMenuForm{padding:6rem 6rem 0rem}.containerWrapFooter{padding:0rem 3rem}.containerWrap{padding:4rem 3rem}.containerWrapHours{padding:4rem 3rem 6rem}}@media screen and (max-width: 860px){.containerWrapHero{padding:0rem 1rem}.containerWrapContact{padding:4rem 1rem}.containerWrapContactForm{padding:0rem 1rem 4rem}.containerWrapMenuForm{padding:6rem 1rem 0rem}.containerWrapFooter{padding:0rem 1rem}.containerWrap{padding:4rem 1rem}.containerWrapHours{padding:4rem 1rem 6rem}}@media screen and (max-width: 650px){.containerWrapFooter{padding:0rem}.containerWrapHero{padding:0rem .8rem}.containerWrapContact{padding:4rem .8rem}.containerWrapMenuForm{padding:4rem .8rem 0rem}.containerWrapContactForm{padding:0rem .8rem 4rem}.containerWrap{padding:4rem .8rem}.containerWrapHours{padding:4rem 1rem 6rem}}
