/* Layout: Main Layout */html,body{padding:0;margin:0;font-family:'DM Sans',sans-serif;background:#f5f5f5;background:linear-gradient(294deg,#eee6dd 9%,#fff 46%);font-size:16px;line-height:1.5;color:#1e2c47}html span.sub,body span.sub{margin:10px 0;display:inline-block;font-size:15px;color:#969696;letter-spacing:1.5px;line-height:1.5;font-weight:500;text-transform:uppercase}html p,body p{font-size:16px;line-height:30px}html h1,body h1{font-size:44px;line-height:55px;margin:0}html h2,body h2{font-size:33px;margin:0 0 12px;line-height:38px}html h3,body h3,html p strong,body p strong{font-size:23px;line-height:28px}html h4,body h4{font-size:18px;line-height:23px;margin-bottom:0}html a,body a{color:#1e2c47;text-decoration:none}html a:hover,body a:hover{color:#eea36d}html ul li,body ul li{line-height:1.5;margin-bottom:7px}html .main-layout,body .main-layout{min-height:100vh}html .main-layout .body a,body .main-layout .body a{text-decoration:none}html .main-layout h1,body .main-layout h1,html .main-layout h2,body .main-layout h2,html .main-layout h3,body .main-layout h3,html .main-layout h4,body .main-layout h4{font-family:'Rufina',serif}html .main-layout .container,body .main-layout .container{width:94%;max-width:1540px;margin:0 auto;padding:0}@media (max-width:767px){html{-webkit-text-size-adjust:none}html h1{font-size:34px;line-height:45px}html h2{font-size:23px;line-height:34px;margin:0 0 12px 0}html h3,html p strong{font-size:18px;line-height:22px}.container{width:85%}}@media (max-width:650px){html{-webkit-text-size-adjust:none}.container{width:90%}}/* Page: About Us */.about-page div{box-sizing:border-box}.about-page .top-block{margin:0 auto;text-align:center;padding-inline:1rem}.about-page .top-block .form{margin:30px 0}.about-page .intro-block{margin:0 auto}.about-page .intro-block img{width:100%;height:auto}.about-page .intro-block .left .buttons{display:flex;align-items:center;gap:20px}.about-page .intro-block .right h2{color:#eea36d}.about-page .intro-block .right img{width:100%;height:auto}.about-page .contact_sec{background:#1e2c47;padding:1em}.about-page .contact_sec .top-block .content .sub-title{color:#fff}.about-page .relax_sec{margin:0 auto;background:#fff}.about-page .relax_sec .content{text-align:center}.about-page .relax_sec .content h2{color:#eea36d}.about-page .relax_sec .content p{max-width:850px}@media (min-width:769px){.about-page .top-block{max-width:1200px;padding-top:40px}.about-page .intro-block{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:2.5rem;align-items:start;max-width:1200px;gap:20px;padding:40px 1.5rem}.about-page .intro-block a.site-button{padding:.3rem 1rem}.about-page .intro-block .left .buttons{gap:5px}.about-page .contact_sec .top-block{max-width:1200px;padding:2vw 0}.about-page .relax_sec .intro-block{align-items:center}}@media (max-width:768px){.about-page .top-block{padding:30px 20px 0}.about-page .intro-block{display:inline-flex;flex-direction:column;height:auto;padding:1.5rem}.about-page .intro-block a.site-button{max-width:164px}.about-page .intro-block .left .buttons{flex-direction:column;gap:15px}.about-page .intro-block .left:nth-child(1){order:2;margin-top:26px}.about-page .intro-block .right .buttons{text-align:center}.about-page .intro-block .right:nth-child(2){order:1}.about-page .contact_sec{padding:0}.about-page .contact_sec .top-block{padding:30px 20px}}/* Component: Breadcrumb Header */.title-breadcrumbs{position:relative;background:#1e2c47;background:linear-gradient(263deg,#1e2c47 9%,#15223b 46%)}.title-breadcrumbs .header-content{padding:3vw 1.5rem;box-sizing:border-box;display:flex;align-items:center;justify-content:center;max-height:362px;text-align:center}.title-breadcrumbs .header-content .centerer{width:auto;max-width:1000px}.title-breadcrumbs .header-content .centerer h1{margin:0;color:#fff}.title-breadcrumbs .header-content .centerer .breadcrumbs{margin-top:24px;display:flex;flex-wrap:wrap;color:#fff;font-size:.9rem;justify-content:center}.title-breadcrumbs .header-content .centerer .breadcrumbs span{color:#eea36d}.title-breadcrumbs .header-content .centerer .breadcrumbs a.breadcrumb{cursor:pointer;text-decoration:none;color:inherit;border-bottom:0}.title-breadcrumbs .header-content .centerer .breadcrumbs a.breadcrumb:hover{color:#eea36d}.title-breadcrumbs .header-content .centerer .breadcrumbs .divider{margin:0 16px}.title-breadcrumbs .header-content .centerer .icon{display:flex;justify-content:center}.title-breadcrumbs .header-content .centerer .icon i{font-size:2rem}@media (min-width:789px){.title-breadcrumbs .header-content .centerer .icon{margin-top:46px}}@media (max-width:768px){.title-breadcrumbs .header-content{padding:5vw 1.5rem}.title-breadcrumbs .header-content .centerer icon{margin-top:20px}}/* Component: Site Button */a.site-button{display:inline-flex;background:#1e2c47;color:#fff;padding:.3rem 3rem;align-items:center;font-weight:800;font-size:1rem;justify-content:center;transition:ease all .25s;border:2px solid #1e2c47;min-height:48px}a.site-button:hover{background:transparent;transform:translateY(-3px);color:#1e2c47}a.site-button.slim{padding:.25rem .5rem;font-size:1rem;font-style:normal}a.site-button.slim i.material-icons{background:transparent;margin-right:8px;font-size:1.125rem}a.site-button.light{font-weight:normal}a.site-button.inverted{background:transparent;color:#fff}a.site-button.inverted:hover{color:#eea36d;border-color:#1e2c47}a.site-button.inverted i.material-icons{background:transparent;color:#fff}a.site-button.transparent{background:transparent;padding:0;color:#1e2c47;border:none}a.site-button.transparent:hover{color:#eea36d;transform:none}a.site-button.transparent i.material-icons{background:transparent;color:#1e2c47;font-size:30px}a.site-button.transparent i.material-icons:hover{color:#eea36d}a.site-button.secondary{background:#eea36d;border:2px solid #eea36d}a.site-button.secondary:hover{background:#1e2c47;color:#fff}a.site-button i.material-icons{background:transparent;font-size:3.125em;margin-right:.9rem;color:#6589c3}@media (max-width:768px){a.site-button{display:flex;max-width:150px;margin:0 auto}}/* Component: Featured Row */.featured-row{background:#1e2c47;background:linear-gradient(149deg,#1e2c47 9%,#485b81 46%);padding:30px 0 0 0;color:#fff}.featured-row .centered{max-width:1200px;margin:auto;padding:22px;padding-top:0;padding-bottom:40px}.featured-row .centered h2{text-align:center;padding-bottom:13px}.featured-row .carousel-container{width:100%;position:relative;overflow:hidden}.featured-row .carousel-container .carousel{display:flex;flex-wrap:nowrap;gap:27px}.featured-row .carousel-container .carousel .box{text-align:center;flex:0 0 calc((100% / 4) - 20px);max-width:calc((100% / 4) - 20px)}.featured-row .carousel-container .carousel .box h3{margin-top:20px;margin-bottom:0}.featured-row .carousel-container .carousel .box p{margin-top:10px;line-height:1.5;margin-bottom:0}.featured-row .carousel-container .carousel .box figure{background:#fff;border-radius:.25em;margin:0;box-sizing:border-box;padding:1em;flex-grow:1;align-items:center;max-width:300px;margin:auto}.featured-row .carousel-container .carousel .box figure img{max-width:100%;height:auto;width:auto}.featured-row .carousel-container .buttons{margin-top:5px;display:flex;gap:30px;justify-content:center;cursor:pointer}.featured-row .carousel-container .buttons i{font-size:35px;color:#fff;cursor:pointer}.featured-row .carousel-container .buttons i:hover{color:#eea36d}@media (max-width:768px){.featured-row{padding:0}.featured-row .centered{padding:1.5rem 1.5em 30px}.featured-row .carousel-container .carousel{gap:20px}.featured-row .carousel-container .carousel .box{flex:0 0 100%;max-width:100%}.featured-row .carousel-container .buttons{margin-top:0}}@media (max-width:513px){.featured-row .centered .rezemotion-featured-properties{grid-gap:20px}}/* Component: Site Header */.site-header{position:sticky;background:#fff;top:0;z-index:4}.site-header.scrolled{position:sticky;width:100%}.site-header .top-bar{background:#1e2c47}.site-header .top-bar .centerer{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:flex-end}.site-header .top-bar .centerer .site-button{margin-top:0;border:none}.site-header .top-bar .centerer .social-icons{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;align-items:center;align-content:center}.site-header .top-bar .centerer .social-icons a{text-decoration:none;color:#fff}.site-header .top-bar .centerer .social-icons a:hover{color:#1e2c47}.site-header .top-bar .centerer .social-icons .icon{margin-right:6px}.site-header .top-bar .centerer .social-icons .icon i.material-icons{line-height:inherit}.site-header .top-bar .centerer .social-icons .icon img{height:26px;width:auto;margin-right:6px;margin-top:10px}.site-header .top-row .centerer{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between}.site-header .top-row .centerer .phone-button{padding:1.3rem 5px;min-width:146px}.site-header .top-row .centerer .phone-button .big-phone{display:flex;font-size:14px;align-items:center}.site-header .top-row .centerer .phone-button .big-phone .icon{margin-right:10px;color:#1e2c47;display:flex;align-items:center}.site-header .top-row .centerer .hamburger{display:none;cursor:pointer;user-select:none;color:undefined;font-size:30px}.site-header .top-row .centerer .hamburger:hover{color:undefined}.site-header .top-row .centerer .logo a.logo-link img{height:auto;max-width:170px;object-fit:contain}.site-header .top-row .centerer .nav{width:100%}.site-header .top-row .centerer .nav ul{list-style:none;padding-left:50px;margin:0;display:flex;flex-direction:row;flex-wrap:nowrap;gap:33px}.site-header .top-row .centerer .nav ul > li{position:relative;padding:1rem 5px;text-align:left;line-height:1.1}.site-header .top-row .centerer .nav ul > li:hover .subLinks{transform:rotate(180deg)}.site-header .top-row .centerer .nav ul > li span.subLinks{position:relative;cursor:pointer;top:3px}.site-header .top-row .centerer .nav ul > li:hover a.nav-link{color:#eea36d}.site-header .top-row .centerer .nav ul > li a.active{color:#eea36d}.site-header .top-row .centerer .nav ul > li:hover > ul{visibility:visible;opacity:1;display:block}.site-header .top-row .centerer .nav ul > li > a.nav-link{font-weight:500;text-decoration:none}.site-header .top-row .centerer .nav ul > li > a.nav-link a.active{color:#eea36d}.site-header .top-row .centerer .nav ul > li > a.nav-link:hover{cursor:pointer}.site-header .top-row .centerer .nav ul > li > a.nav-link::before{content:'';position:absolute;width:100%;height:2px;background-color:#1e2c47;top:0;left:0;transform-origin:right;transform:scaleX(0);transition:ease all .25s}.site-header .top-row .centerer .nav ul > li > a.nav-link:hover::before{transform:scaleX(1)}.site-header .top-row .centerer .nav ul > li > a.nav-link.active::before{transform:scaleX(1)}.site-header .top-row .centerer .nav ul > li.mega-menu:hover .dropdown{display:flex}.site-header .top-row .centerer .nav ul > li.mega-menu .dropdown{min-width:max-content;border-top:2px solid #1e2c47;flex-direction:inherit;left:0;padding:0;gap:0}.site-header .top-row .centerer .nav ul > li.mega-menu .dropdown > li{flex:1 0 0;border-right:1px solid #efefef;padding:15px 15px 5px 15px}.site-header .top-row .centerer .nav ul > li.mega-menu .dropdown > li:last-child{border:none}.site-header .top-row .centerer .nav ul > li.mega-menu .dropdown > li > .dropdown_menu{visibility:visible;opacity:1;display:block;padding:0;border:none;min-width:100%;position:relative}.site-header .top-row .centerer .nav ul > li.mega-menu .dropdown > li > .dropdown_menu li{padding:.6rem 0}.site-header .top-row .centerer .nav ul > li.mega-menu .dropdown > li > .dropdown_menu li a:after{display:none}.site-header .top-row .centerer .nav ul > li ul{background:#fff;visibility:hidden;opacity:0;min-width:260px;position:absolute;margin-top:1rem;left:0;display:none;z-index:9;border-top:2px solid #6589c3}.site-header .top-row .centerer .nav ul > li ul:hover,.site-header .top-row .centerer .nav ul > li ul:focus{visibility:visible;opacity:1;display:block}.site-header .top-row .centerer .nav ul > li ul.dropdown{padding-left:6px}.site-header .top-row .centerer .nav ul > li ul > li{clear:both;width:100%}.site-header .top-row .centerer .nav ul > li ul > li a.active{color:#eea36d}.site-header .top-row .centerer .nav ul > li ul > li > a{color:#000;font-weight:500;font-size:15px;display:block;text-decoration:none}.site-header .top-row .centerer .nav ul > li ul > li > a.top{color:#6589c3;text-transform:uppercase;letter-spacing:1.5px}.site-header .top-row .centerer .nav ul > li ul > li > a::after{content:'';background-color:#1e2c47;width:0;display:inline;height:1px;margin-left:17px;transform:translateY(-5px);transition:ease all .25s}.site-header .top-row .centerer .nav ul > li ul > li > a:hover{color:#eea36d}.site-header .top-row .centerer .last .site-button{margin-top:0}.site-header .mobile-nav.visible .scrim{pointer-events:auto;background:rgba(0,0,0,0.5)}.site-header .mobile-nav.visible .overlay{right:0}.site-header .mobile-nav .scrim{position:fixed;top:0;left:0;height:100%;width:100%;background:transparent;z-index:1;pointer-events:none}.site-header .mobile-nav .overlay{position:fixed;top:0;right:-100%;width:100%;padding:24px;background:#1e2c47;box-sizing:border-box;text-align:center;z-index:1;overflow-y:auto;max-height:100%;transition:ease all .25s}.site-header .mobile-nav .overlay ul{list-style:none;margin:0;padding-left:0;float:left;width:100%}.site-header .mobile-nav .overlay ul li.menu-has-children{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;flex-wrap:wrap;flex:1 1 100%;justify-content:space-between;width:100%}.site-header .mobile-nav .overlay ul li.menu-has-children .material-icons{right:0;position:unset;display:flex;flex:1;align-self:center;justify-content:right}.site-header .mobile-nav .overlay ul li .dropdown{width:100%;visibility:hidden;opacity:0;display:none;background-color:#426aaa}.site-header .mobile-nav .overlay ul li .dropdown li{text-align:left;padding:5px 11px}.site-header .mobile-nav .overlay ul li .dropdown li i{position:relative;top:3px}.site-header .mobile-nav .overlay ul li .dropdown li a{font-size:14px;color:#fff;text-decoration:none}.site-header .mobile-nav .overlay ul li .dropdown li a:hover{color:#eea36d}.site-header .mobile-nav .overlay ul li .dropdown li a.active{color:#eea36d}.site-header .mobile-nav .overlay ul li .dropdown li.open-nav .dropdown_menu{visibility:visible;opacity:1;display:block}.site-header .mobile-nav .overlay ul li .dropdown li .dropdown_menu{visibility:hidden;opacity:0;display:none}.site-header .mobile-nav .overlay ul li.open-nav > ul{visibility:visible;opacity:1;display:block}.site-header .mobile-nav .overlay a.nav-link{display:block;width:max-content;color:#f0efed;text-decoration:none;padding:11px;font-weight:500;font-size:16px}.site-header .mobile-nav .overlay a.nav-link + a.nav-link{margin-top:12px}.site-header .mobile-nav .overlay a.nav-link.active{color:#eea36d}.site-header .mobile-nav .overlay a.nav-link:hover{color:#eea36d}@media (min-width:769px){.site-header{box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}.site-header .top-row{padding:1vw 1rem;max-height:60px}.site-header .top-row .centerer{align-items:flex-start}.site-header .centerer{max-width:1200px}.site-header .centerer .nav a.nav-link{line-height:2.5}.site-header .logo a.logo-link img{max-width:11vw}}@media (max-width:1200px){.site-header.scrolled{position:fixed;width:100%}.site-header .top-bar .centerer{flex-wrap:wrap;justify-content:space-around}.site-header .top-bar .centerer .site-button{line-height:1}.site-header .top-row{padding:2vw 0}.site-header .top-row .centerer .phone-button{display:none}.site-header .top-row .centerer .hamburger.close-btn{position:fixed;top:0;color:#fff}.site-header .top-row .centerer .hamburger{display:block;position:absolute;z-index:2;padding:1rem;right:0}.site-header .top-row .centerer .logo{margin:0 auto;max-width:calc(100% - 68px)}.site-header .top-row .centerer .logo a.logo-link img{box-shadow:none;max-width:100%;height:60px;width:auto}.site-header .top-row .centerer .nav{display:none}.site-header .top-row .centerer .last{display:none}.site-header .top-row .centerer.sticky + .bottom-row + .mobile-nav a.logo-link{visibility:hidden}.site-header .top-row .mobile-nav a.logo-link img{max-width:calc(100% - 72px);height:auto}}@media (max-width:768px){.site-header.scrolled{position:fixed;width:100%}.site-header .top-bar .centerer{flex-wrap:wrap;justify-content:space-around}.site-header .top-bar .centerer .site-button{line-height:1}.site-header .top-row{padding:2vw 0}.site-header .top-row .centerer .hamburger.close-btn{position:fixed;top:0;color:#fff}.site-header .top-row .centerer .hamburger{display:block;position:absolute;z-index:2;padding:1rem;right:0}.site-header .top-row .centerer .logo{margin:0 auto;max-width:calc(100% - 68px)}.site-header .top-row .centerer .logo a.logo-link img{box-shadow:none;max-width:100%;height:60px;width:auto}.site-header .top-row .centerer .nav{display:none}.site-header .top-row .centerer .last{display:none}.site-header .top-row .centerer.sticky + .bottom-row + .mobile-nav a.logo-link{visibility:hidden}.site-header .top-row .mobile-nav a.logo-link img{max-width:calc(100% - 72px);height:auto}}/* Component: Material Icons */.material-icons,.material-icons-outlined{font-size:inherit;line-height:inherit}.material-symbols-outlined{font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 48}/* Component: Scroll To Top */.scroll-to-top{background:#1e2c47;height:73px;width:73px;display:none;align-items:center;justify-content:center;position:fixed;bottom:50px;right:50px;outline:none;text-decoration:none;box-sizing:border-box;cursor:pointer;z-index:9}.scroll-to-top.active{display:flex}.scroll-to-top:hover{background:#eea36d;color:undefined}.scroll-to-top.rounded{border-radius:50vw;border:1px solid #eea36d}.scroll-to-top span{font-size:45px;font-weight:300;color:#fff}@media all and (max-width:991px){.scroll-to-top{width:40px;height:40px;bottom:30px;right:30px}.scroll-to-top span{font-size:35px}}@media (max-width:500px){.scroll-to-top{bottom:65px;right:20px}}/* Component: Site Footer */.site-footer{width:100%;box-sizing:border-box;background-color:#1e2c47}.site-footer p strong,.site-footer p,.site-footer span,.site-footer a,.site-footer .copyright,.site-footer .material-icons{color:#fff}.site-footer a{text-decoration:none}.site-footer a.small{font-size:.9rem}.site-footer .top-footer{margin:auto}.site-footer .top-footer .col p{margin:0}.site-footer .top-footer .col .big-phone{display:flex;font-size:25px;align-items:center}.site-footer .top-footer .col .big-phone .icon{margin-right:10px;color:undefined;display:flex;align-items:center}.site-footer .top-footer .col .big-phone .icon:hover{color:#f5f5f5}.site-footer .top-footer .col hr{height:2px;border-width:0;background:#fff;margin-bottom:20px}.site-footer .top-footer .col .site-links .nav ul{padding:0}.site-footer .top-footer .col .site-links .nav ul li{display:block}.site-footer .top-footer .col .recent-posts-sidebar{padding:14px}.site-footer .top-footer .col .recent-posts-sidebar p strong{margin:0;margin-bottom:24px}.site-footer .top-footer .col .recent-posts-sidebar .blog-post{display:flex;align-items:center}.site-footer .top-footer .col .recent-posts-sidebar .blog-post + .blog-post{margin-top:16px}.site-footer .top-footer .col .recent-posts-sidebar .blog-post img{width:75px;height:60px;object-fit:cover;object-position:center}.site-footer .top-footer .col .recent-posts-sidebar .blog-post .side{margin-left:12px}.site-footer .top-footer .col .recent-posts-sidebar .blog-post .side .title a{font-size:.9rem}.site-footer .top-footer .col .recent-posts-sidebar .blog-post .side .date{margin-top:4px;font-size:12px;text-transform:uppercase}.site-footer .bottom-bar{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:auto;position:relative;z-index:1}.site-footer .bottom-bar p{margin:0;line-height:1}.site-footer .bottom-bar .social-icon{display:flex;margin:16px 0}.site-footer .bottom-bar .social-icon a{display:flex}.site-footer .bottom-bar .social-icon .icon{margin-right:6px;display:flex}.site-footer .bottom-bar .social-icon .icon i:hover{color:#eea36d}.site-footer .bottom-bar .social-icon img{height:26px;width:auto;margin-right:6px}.site-footer .bottom-bar .social-icon img:hover{filter:brightness(0) saturate(100%) invert(65%) sepia(57%) saturate(368%) hue-rotate(340deg) brightness(97%) contrast(93%)}.site-footer .bottom-bar .material-icons{line-height:normal;font-size:26px}@media (min-width:769px){.site-footer{padding:0 0 2em}.site-footer .top-footer{padding:0 2em;display:grid;align-items:center;grid-template-columns:1fr 2fr 1fr;grid-column-gap:17px;max-width:1200px}.site-footer .bottom-bar{padding:1em}.site-footer .site-links{text-align:right}.site-footer .site-links ul{margin:60px 0}}@media (max-width:768px){.site-footer{padding:1em;text-align:center}.site-footer .top-footer{display:block}.site-footer .top-footer .col{margin-bottom:20px}.site-footer .top-footer .col p{padding-bottom:10px}.site-footer .top-footer .col .sub{font-size:14px}.site-footer .top-footer .col .big-phone{justify-content:center;font-size:14px}.site-footer .bottom-bar{display:flex;flex-direction:column-reverse;padding:0 0 1em;flex-wrap:wrap;align-content:center}.site-footer .bottom-bar p{font-size:14px}.site-footer .bottom-bar p.copyright{padding:8px 0;line-height:17px}.site-footer .bottom-bar .social-icon{margin:8px 0 8px}.site-footer .site-links .nav ul li a{font-size:14px}}/* Staging Site */#staging-site-ui{font-family:'Ubuntu',sans-serif;position:fixed;z-index:100000;color:#fff;border-radius:8px}#staging-site-ui .staging-site-hover-bar{position:fixed;top:0;left:33%;width:33%;height:12px}#staging-site-ui .staging-site-tab{color:#fff;width:100%;position:fixed;top:-50px;left:0;transition:top .2s;pointer-events:none}#staging-site-ui .staging-site-tab.showing{top:0}#staging-site-ui .staging-site-tab .staging-site-tab-button{height:40px;width:80px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background:#202124;box-shadow:0 0 8px rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.1);border-top:none;box-sizing:border-box;margin-left:auto;margin-right:auto;pointer-events:auto;text-align:center;cursor:pointer;color:#ccc}#staging-site-ui .staging-site-interface{position:fixed;top:-100vh;left:0;width:100%;height:100%;box-sizing:border-box;padding-top:16px;transition:top .5s;display:flex;justify-content:center;pointer-events:none}#staging-site-ui .staging-site-interface.showing{top:0}#staging-site-ui .staging-site-interface .content-area{min-width:700px;max-width:calc(100vh - 32px)}#staging-site-ui .staging-site-interface .content-area .search-bar{width:100%;display:flex;align-items:center;background:#202124;border-radius:8px;height:max-content;pointer-events:auto;padding:16px;box-sizing:border-box;box-shadow:0 0 8px rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.1)}#staging-site-ui .staging-site-interface .content-area .search-bar .site-info{padding-right:16px}#staging-site-ui .staging-site-interface .content-area .search-bar .site-info .staging-site-environment{color:rgba(255,255,255,0.5);font-size:12px}#staging-site-ui .staging-site-interface .content-area .search-bar .sign-in-button{margin-left:auto}#staging-site-ui .staging-site-interface .content-area .search-bar .sign-in-button.hidden{pointer-events:none;opacity:0}#staging-site-ui .staging-site-interface .content-area .search-bar .user-info{margin-left:auto;display:flex;align-items:center;border:1px solid transparent;border-radius:4px;padding:4px 8px}#staging-site-ui .staging-site-interface .content-area .search-bar .user-info .identity{text-align:right;color:rgba(255,255,255,0.7)}#staging-site-ui .staging-site-interface .content-area .search-bar .user-info .identity .role{font-size:12px;color:rgba(255,255,255,0.5)}#staging-site-ui .staging-site-interface .content-area .search-bar .user-info .user-image{height:36px;width:36px;box-sizing:border-box;border:1px solid rgba(255,255,255,0.1);background:rgba(255,255,255,0.1);border-radius:50%;margin-left:8px;position:relative}#staging-site-ui .staging-site-interface .content-area .search-bar .user-info .user-image .circle{height:100%;width:100%;position:absolute;top:0;left:0;border-radius:50%;background-size:cover;background-position:center}#staging-site-ui .staging-site-interface .content-area .card{width:100%;margin-top:12px;background:#202124;border-radius:8px;height:max-content;pointer-events:auto;padding:16px;box-sizing:border-box;box-shadow:0 0 8px rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.1)}#staging-site-ui .staging-site-interface .content-area .card.no-padding{padding:8px 0}#staging-site-ui .staging-site-interface .content-area .card .divider{margin:8px 0;border-top:1px solid rgba(255,255,255,0.1)}#staging-site-ui .staging-site-interface .content-area .card .option{cursor:pointer;transition:background .2s;display:flex;align-items:center;padding:12px 16px;font-size:14px}#staging-site-ui .staging-site-interface .content-area .card .option:hover{background:rgba(255,255,255,0.1)}#staging-site-ui .staging-site-interface .content-area .card .option i{color:rgba(255,255,255,0.7);font-size:20px}#staging-site-ui .staging-site-interface .content-area .card .option .name{margin-left:12px}#staging-site-ui .staging-site-interface .content-area .card .sign-in-dialog .button{margin-top:8px}#staging-site-ui .staging-site-interface .content-area .card pre{margin:0}#staging-site-ui input{width:100%;outline:none !important;padding:8px 16px;font-size:12px;background:#202124;color:#fff;border:1px solid rgba(255,255,255,0.1);border-radius:4px;transition:border .2s,color .2s,background .2s;box-sizing:border-box;resize:none;display:block}#staging-site-ui input:hover{border-color:#497df6}#staging-site-ui input:focus{border-color:#497df6}#staging-site-ui input + input{margin-top:8px}#staging-site-ui .buttons{margin-top:8px;display:flex;justify-content:right}#staging-site-ui .button{display:inline-flex;align-items:center;background:#202124;color:#fff;padding:8px 16px;border-radius:4px;cursor:pointer;transition:background .2s,color .2s,border .2s,box-shadow .2s;white-space:nowrap;box-sizing:border-box;border:1px solid rgba(255,255,255,0.1);user-select:none;font-weight:bold;position:relative;font-size:12px}#staging-site-ui .button:hover{border-color:#497df6;box-shadow:0 0 8px rgba(0,0,0,0.5)}#staging-site-ui .button + .button{margin-left:8px}.staging-server-error-page{background:#333;height:100%;padding:24px;box-sizing:border-box;color:#fff}.staging-server-error-page .breadcrumbs{display:flex}.staging-server-error-page .breadcrumbs a{border:1px solid rgba(255,255,255,0.2);padding:8px 12px;border-right:none;cursor:pointer;text-decoration:none;color:inherit;background:rgba(255,255,255,0.05);transition:background .2s}.staging-server-error-page .breadcrumbs a:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.staging-server-error-page .breadcrumbs a:last-child{border-right:1px solid rgba(255,255,255,0.2);border-top-right-radius:8px;border-bottom-right-radius:8px}.staging-server-error-page .breadcrumbs a:hover{background:rgba(255,255,255,0.1)}.staging-server-error-page pre{background:#222;border:1px solid rgba(255,255,255,0.2);padding:12px 24px;border-radius:8px;overflow-x:auto}