: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:hsla(0,0%,100%,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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);-moz-box-sizing:border-box;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-webkit-flex:1 1 auto;-moz-box-flex:1;flex:1 1 auto;padding:6px;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.Toastify__toast-body>div:last-child{-webkit-flex:1 1;-moz-box-flex:1;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;-moz-margin-end:10px;margin-inline-end:10px;width:20px;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:-moz-box;display:flex}.Toastify--animate{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;animation-duration:.7s}.Toastify--animate-icon{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;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--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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-webkit-align-self:flex-start;align-self:flex-start}.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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;-webkit-transform-origin:left;transform-origin:left}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{width:20px;height:20px;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}body,html{padding:0;margin:0;font-family:poppins-extralight,poppins,sans-serif;overflow-x:hidden}*{-moz-box-sizing:border-box;box-sizing:border-box}.carousel-list-img{height:100%;width:100%;object-fit:cover;border-radius:1rem;opacity:.8}.appear-animation{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:animate-fade;animation-name:animate-fade;-webkit-animation-delay:.15s;animation-delay:.15s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}@-webkit-keyframes animate-fade{0%{opacity:0}to{opacity:1}}@keyframes animate-fade{0%{opacity:0}to{opacity:1}}.index-page .hero-section{position:relative}.index-page .hero-section .hero-video{width:100%}@-webkit-keyframes hero-text{0%{left:45%;opacity:0}to{left:50%;opacity:100%}}@keyframes hero-text{0%{left:45%;opacity:0}to{left:50%;opacity:100%}}.index-page .hero-section .hero-text-before{visibility:hidden}.index-page .hero-section .hero-text,.index-page .hero-section .hero-text-before{position:absolute;left:50%;top:10%;-webkit-transform:translate(-50%);transform:translate(-50%)}.index-page .hero-section .hero-text{text-transform:uppercase;-webkit-animation:hero-text .75s linear;animation:hero-text .75s linear;text-align:center;font-family:poppins-extralight,poppins,sans-serif;line-height:1em}.index-page .hero-section .hero-text h4{font-size:46px;font-weight:500}.index-page .hero-section .hero-text h1{font-weight:700;font-size:148px}.index-page .hero-section .hero-text button{all:unset;cursor:pointer;padding:1rem 1.75rem;background-color:#000;color:#fff;border-radius:2rem;font-size:1rem;text-transform:none;margin-top:2rem}.index-page .hero-section .hero-text button:hover{background-color:rgba(0,0,0,.8)}.index-page .rest-container{background-image:url(/_next/static/media/bg.3735781b.webp);background-repeat:no-repeat;background-attachment:fixed;background-position:0;padding-block:6rem 0 0;margin-top:-3rem}.index-page .rest-container .book-dream-section .container{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;width:100%}.index-page .rest-container .book-dream-section .title{margin-left:2rem;padding-top:5rem}.index-page .rest-container .book-dream-section .title h1{font-size:39px;font-weight:700;font-family:montserrat,sans-serif;margin-bottom:.25rem}.index-page .rest-container .book-dream-section .title .border{width:3rem;height:.75rem;background-color:#1fbd8e;margin-bottom:3rem}.index-page .rest-container .book-dream-section .title-2{margin-left:2rem}.index-page .rest-container .book-dream-section .title-2 h1{font-size:39px;font-weight:700;font-family:montserrat,sans-serif;margin-bottom:.25rem}.index-page .rest-container .book-dream-section .title-2 .border{width:3rem;height:.75rem;background-color:#1fbd8e;margin-bottom:3rem}.index-page .rest-container .book-dream-section .img-container{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;grid-gap:4rem;gap:4rem}.index-page .rest-container .book-dream-section .img-container div{width:29%;position:relative;height:28rem;transition:-webkit-transform .3s ease-in;transition:transform .3s ease-in;transition:transform .3s ease-in,-webkit-transform .3s ease-in}.index-page .rest-container .book-dream-section .img-container div:hover{-webkit-transform:scale(1.03);transform:scale(1.03);cursor:pointer}.index-page .rest-container .book-dream-section .img-container div img{border-radius:1rem;object-fit:cover;width:100%;height:100%}.index-page .rest-container .book-dream-section .img-container div .text-container{position:absolute;bottom:0;top:75%;width:65%;left:50%;height:25%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#1fbd8e;color:#fff;padding:2.5rem;padding-inline:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem;font-family:montserrat,sans-serif;text-align:center}.index-page .rest-container .book-dream-section .img-container div .text-container h2{margin-block:0 -1rem;font-size:18px;white-space:nowrap}.index-page .rest-container .book-dream-section .img-container div .text-container p{font-size:20px}.index-page .rest-container .explore-section{display:-webkit-flex;display:-moz-box;display:flex;width:100%;height:60rem;padding-inline:2.5%}@-webkit-keyframes left-to-right-animation{0%{opacity:0;-webkit-transform:translate(-50%);transform:translate(-50%)}to{opacity:100%;-webkit-transform:translate(0);transform:translate(0)}}.index-page .rest-container .explore-section .left-section{width:40%;background-color:#1fbd8e;color:#fff;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;font-family:montserrat,sans-serif}.index-page .rest-container .explore-section .left-section .header{-webkit-animation:left-to-right-animation .75s linear;animation:left-to-right-animation .75s linear}.index-page .rest-container .explore-section .left-section .header-before{visibility:hidden}.index-page .rest-container .explore-section .left-section h1{font-size:70px;font-weight:700;line-height:4.25rem}.index-page .rest-container .explore-section .left-section p{font-size:1rem;max-width:50%;margin-top:-1rem}.index-page .rest-container .explore-section .right-section{width:60%}.index-page .rest-container .explore-section .right-section img{width:100%;height:100%}.index-page .rest-container .people-section{margin-block:4rem 2rem;padding-inline:2.5%;position:relative;height:60rem}.index-page .rest-container .people-section .fan-video{width:100%;height:100%}.index-page .rest-container .people-section .hero-text{position:absolute;left:22%;top:10%}.index-page .rest-container .people-section .hero-text h1{letter-spacing:.2em;font-size:39px;font-family:montserrat,sans-serif;text-transform:uppercase}.index-page .rest-container .people-section .testimonial{display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:stretch;-moz-box-align:stretch;align-items:stretch;position:absolute;grid-gap:1.5rem;gap:1.5rem;top:30%;width:60%;left:22%;height:32rem}.index-page .rest-container .people-section .testimonial .review{text-align:center;width:100%;height:100%;font-family:montserrat,sans-serif;padding:4rem 3rem;background:linear-gradient(90deg,rgba(68,194,109,.4),#b8ebc8)}.index-page .rest-container .people-section .testimonial .review h2{font-size:17px}.index-page .rest-container .people-section .testimonial .review p{line-height:2.25rem;font-family:bree-w01-thin-oblique,bree-w05-thin-oblique,sans-serif}.index-page .rest-container .people-section .testimonial .review img{margin-block:3rem 3rem;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:2rem}.book-properties-section{background-image:url(/_next/static/media/bg.3735781b.webp);background-repeat:no-repeat;background-attachment:fixed;background-position:0}.book-properties-section .book-container .active-links{cursor:pointer;text-decoration:underline}.book-properties-section .book-container .map{width:100%;height:100%}.book-properties-section .book-container .property-container{width:100%}.book-properties-section .book-container .property-container .property-card{width:100%;display:-webkit-flex;display:-moz-box;display:flex}.book-properties-section .book-container .property-container .property-card .left{position:relative;width:47.5%}.book-properties-section .book-container .property-container .property-card .left img{height:100%;width:100%;border-radius:2rem}.book-properties-section .book-container .property-container .property-card .left div{background-color:#1fbd8e;color:#fff;position:absolute;top:10%;left:5%;padding:.5rem 2.5rem;border-radius:.75rem}.book-properties-section .book-container .property-container .property-card .left div p{font-weight:700;font-family:montserrat,sans-serif}.book-properties-section .book-container .property-container .property-card .right{display:-webkit-flex;display:-moz-box;display:flex;width:52.5%;padding-left:2rem;margin-top:.5rem;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.book-properties-section .book-container .property-container .property-card .right .price{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end;margin-left:auto}.property-section{background-image:url(/_next/static/media/bg.3735781b.webp);background-repeat:no-repeat;background-attachment:fixed;background-position:0}.property-section .property-container .carousal{height:27rem;width:100%;display:-webkit-flex;display:-moz-box;display:flex}.property-section .property-container .carousal img{object-fit:cover;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.property-section .property-container .carousal img:hover{opacity:.8;cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}.property-section .property-container .carousal .left{width:50%;height:100%;overflow:hidden}.property-section .property-container .carousal .left img{width:100%;height:100%}.property-section .property-container .carousal .right{width:50%;height:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;display:-webkit-flex;display:-moz-box;display:flex;overflow:hidden}.property-section .property-container .carousal .right .up{display:-webkit-flex;display:-moz-box;display:flex;height:50%;width:100%;overflow:hidden}.property-section .property-container .carousal .right .up div{height:100%;width:50%;overflow:hidden}.property-section .property-container .carousal .right .up div img{width:100%;height:100%}.property-section .property-container .carousal .right .down{display:-webkit-flex;display:-moz-box;display:flex;height:50%;width:100%;overflow:hidden}.property-section .property-container .carousal .right .down div{height:100%;width:50%;overflow:hidden}.property-section .property-container .carousal .right .down div img{width:100%;height:100%}.book-section{padding-block:1rem}.book-section,.contact-container{background-image:url(/_next/static/media/bg.3735781b.webp);background-repeat:no-repeat;background-attachment:fixed;background-position:0}.contact-container{padding-block:0}.contact-container .contact-us-header{padding-block:4rem;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.contact-container .contact-us-header .content-box{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:1rem;gap:1rem}.terms-container{background-image:url(/_next/static/media/bg.3735781b.webp);background-repeat:no-repeat;background-attachment:fixed;background-position:0;opacity:.93;padding-block:4rem}.text{-webkit-animation:left-to-right-animation .75s linear;animation:left-to-right-animation .75s linear}.text-before{visibility:hidden}@keyframes left-to-right-animation{0%{opacity:0;-webkit-transform:translate(-50%);transform:translate(-50%)}to{opacity:100%;-webkit-transform:translate(0);transform:translate(0)}}@media(max-width:650px){.index-page .hero-section{position:relative}.index-page .hero-section .hero-video{width:100%}@-webkit-keyframes hero-text{0%{left:45%;opacity:0}to{left:50%;opacity:100%}}@keyframes hero-text{0%{left:45%;opacity:0}to{left:50%;opacity:100%}}.index-page .hero-section .hero-text-before{top:10%;visibility:hidden}.index-page .hero-section .hero-text,.index-page .hero-section .hero-text-before{position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.index-page .hero-section .hero-text{top:0;text-transform:uppercase;-webkit-animation:hero-text .75s linear;animation:hero-text .75s linear;text-align:center;font-family:poppins-extralight,poppins,sans-serif;line-height:1em}.index-page .hero-section .hero-text h4{font-size:1.3rem;font-weight:500}.index-page .hero-section .hero-text h1{font-weight:700;font-size:2.5rem}.index-page .hero-section .hero-text button{all:unset;cursor:pointer;padding:.75rem 1rem;background-color:#000;color:#fff;border-radius:2rem;font-size:.8rem;text-transform:none;margin-top:0}.index-page .hero-section .hero-text button:hover{background-color:rgba(0,0,0,.8)}.index-page .rest-container{background-image:url(/_next/static/media/bg.3735781b.webp);background-repeat:no-repeat;background-attachment:fixed;background-position:0;padding-block:8rem 0 0;margin-top:-3rem}.index-page .rest-container .book-dream-section .container{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;width:100%}.index-page .rest-container .book-dream-section .title{margin-left:2rem;padding-top:5rem}.index-page .rest-container .book-dream-section .title h1{font-size:1.9rem;font-weight:700;font-family:montserrat,sans-serif;margin-bottom:.25rem}.index-page .rest-container .book-dream-section .title .border{width:5rem;height:.5rem;background-color:#1fbd8e;margin-bottom:3rem}.index-page .rest-container .book-dream-section .title-2{margin-left:2rem}.index-page .rest-container .book-dream-section .title-2 h1{font-size:39px;font-weight:700;font-family:montserrat,sans-serif;margin-bottom:.25rem}.index-page .rest-container .book-dream-section .title-2 .border{width:3rem;height:.75rem;background-color:#1fbd8e;margin-bottom:3rem}.index-page .rest-container .book-dream-section .img-container{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding-inline:1rem;grid-gap:1.5rem;gap:1.5rem}.index-page .rest-container .book-dream-section .img-container div{width:100%;position:relative;height:30rem;transition:-webkit-transform .3s ease-in;transition:transform .3s ease-in;transition:transform .3s ease-in,-webkit-transform .3s ease-in}.index-page .rest-container .book-dream-section .img-container div:hover{-webkit-transform:scale(1.03);transform:scale(1.03);cursor:pointer}.index-page .rest-container .book-dream-section .img-container div img{border-radius:2rem;width:100%;height:100%}.index-page .rest-container .book-dream-section .img-container div .text-container{position:absolute;bottom:0;top:75%;width:75%;left:50%;height:25%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#1fbd8e;color:#fff;padding:2rem;border-top-left-radius:1rem;border-top-right-radius:1rem;font-family:montserrat,sans-serif;text-align:center}.index-page .rest-container .book-dream-section .img-container div .text-container h2{margin-block:0 -1rem;font-size:1.4rem}.index-page .rest-container .book-dream-section .img-container div .text-container p{font-size:1rem}.index-page .rest-container .explore-section{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:100%;height:60rem}@-webkit-keyframes left-to-right-animation{0%{opacity:0;-webkit-transform:translate(-50%);transform:translate(-50%)}to{opacity:100%;-webkit-transform:translate(0);transform:translate(0)}}@keyframes left-to-right-animation{0%{opacity:0;-webkit-transform:translate(-50%);transform:translate(-50%)}to{opacity:100%;-webkit-transform:translate(0);transform:translate(0)}}.index-page .rest-container .explore-section .left-section{width:100%;height:80%;background-color:#1fbd8e;color:#fff;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding-inline:2rem;font-family:montserrat,sans-serif}.index-page .rest-container .explore-section .left-section .header{-webkit-animation:left-to-right-animation .75s linear;animation:left-to-right-animation .75s linear}.index-page .rest-container .explore-section .left-section .header-before{visibility:hidden}.index-page .rest-container .explore-section .left-section h1{font-size:2rem;font-weight:700}.index-page .rest-container .explore-section .left-section p{font-size:1.2rem;margin-top:-1rem;max-width:100%}.index-page .rest-container .explore-section .right-section{width:100%;height:60rem}.index-page .rest-container .explore-section .right-section img{width:100%;height:100%}.index-page .rest-container .people-section{margin-block:4rem 5rem;padding-inline:2.5%;position:unset;height:auto}.index-page .rest-container .people-section .fan-video{width:0;height:100%}.index-page .rest-container .people-section .hero-text{position:unset;left:5%;top:5%}.index-page .rest-container .people-section .hero-text h1{letter-spacing:.2em;font-size:1.6rem;padding-left:1rem;padding-bottom:1rem;font-family:montserrat,sans-serif;text-transform:uppercase}.index-page .rest-container .people-section .testimonial{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;position:unset;margin-bottom:3rem;grid-gap:2rem;gap:2rem;top:20%;width:100%;left:0;height:auto}.index-page .rest-container .people-section .testimonial .review{text-align:center;width:100%;font-family:montserrat,sans-serif;padding:2rem 0;background:linear-gradient(90deg,rgba(68,194,109,.4),#b8ebc8)}.index-page .rest-container .people-section .testimonial .review h2{font-size:2rem}.index-page .rest-container .people-section .testimonial .review p{line-height:2.25rem;padding-inline:1rem;font-size:1.3rem;font-family:bree-w01-thin-oblique,bree-w05-thin-oblique,sans-serif}.index-page .rest-container .people-section .testimonial .review img{margin-block:2rem 2rem;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:2rem}.book-properties-section{background-image:url(/_next/static/media/bg.3735781b.webp);background-repeat:no-repeat;background-attachment:fixed;background-position:0}.book-properties-section .book-container .active-links{cursor:pointer;text-decoration:underline}.book-properties-section .book-container .map{width:100%;height:100%}.book-properties-section .book-container .property-container{width:100%}.book-properties-section .book-container .property-container .property-card{width:100%;display:-webkit-flex;display:-moz-box;display:flex}.book-properties-section .book-container .property-container .property-card .left{position:relative;width:47.5%}.book-properties-section .book-container .property-container .property-card .left img{height:15rem;width:100%;border-radius:1rem}.book-properties-section .book-container .property-container .property-card .left div{background-color:#1fbd8e;color:#fff;position:absolute;top:10%;left:5%;padding:.5rem 1.6rem;border-radius:.5rem}.book-properties-section .book-container .property-container .property-card .left div p{font-weight:700;font-family:montserrat,sans-serif}.book-properties-section .book-container .property-container .property-card .right{display:-webkit-flex;display:-moz-box;display:flex;width:52.5%;padding-left:0;margin-top:1rem;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.book-properties-section .book-container .property-container .property-card .right .price{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;margin-left:unset;margin-top:.5rem}.contact-container{background-image:url(/_next/static/media/bg.3735781b.webp);background-repeat:no-repeat;background-attachment:fixed;background-position:0;padding-block:0}.contact-container .contact-us-header{padding-block:4rem;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;margin-top:1rem}.contact-container .contact-us-header,.contact-container .contact-us-header .content-box{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.contact-container .contact-us-header .content-box{grid-gap:.5rem;gap:.5rem;margin-bottom:1.5rem}.contact-container .contact-us-header .content-box p{font-size:1.5rem}.book-container{width:100%}.book-container .active-links{cursor:pointer;text-decoration:underline}.book-container .map{width:100%;height:700px}.book-container .property-container{width:100%}.book-container .property-container .property-card{width:100%;height:100%;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.book-container .property-container .property-card .left{position:relative;width:100%!important}.book-container .property-container .property-card .left img{height:100%;width:100%;border-radius:1rem}.book-container .property-container .property-card .left div{background-color:#1fbd8e;color:#fff;position:absolute;top:10%;left:5%;padding:.5rem 2.5rem;border-radius:.75rem}.book-container .property-container .property-card .left div p{font-weight:700;font-family:montserrat,sans-serif}.book-container .property-container .property-card .right{display:-webkit-flex;display:-moz-box;display:flex;width:100%!important;padding-left:2rem;margin-top:.5rem;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.book-container .property-container .property-card .right .price{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;margin-top:1rem;float:left;margin-left:0}.property-section{background-image:url(/_next/static/media/bg.3735781b.webp);background-repeat:no-repeat;background-attachment:fixed;background-position:0}.property-section .property-container .carousal{height:14rem;width:100%;display:-webkit-flex;display:-moz-box;display:flex;padding-inline:.5rem}.property-section .property-container .carousal img{object-fit:cover;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.property-section .property-container .carousal img:hover{opacity:.8;cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}.property-section .property-container .carousal .left{width:50%;height:100%;overflow:hidden}.property-section .property-container .carousal .left img{width:100%;height:100%}.property-section .property-container .carousal .right{width:50%;height:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;display:-webkit-flex;display:-moz-box;display:flex;overflow:hidden}.property-section .property-container .carousal .right .up{display:-webkit-flex;display:-moz-box;display:flex;height:50%;width:100%;overflow:hidden}.property-section .property-container .carousal .right .up div{height:100%;width:50%;overflow:hidden}.property-section .property-container .carousal .right .up div img{width:100%;height:100%}.property-section .property-container .carousal .right .down{display:-webkit-flex;display:-moz-box;display:flex;height:50%;width:100%;overflow:hidden}.property-section .property-container .carousal .right .down div{height:100%;width:50%;overflow:hidden}.property-section .property-container .carousal .right .down div img{width:100%;height:100%}}.new-footer .footer-link-section .link-section .active-links{cursor:pointer;text-decoration:underline}