#modal{position:fixed;top:0;right:0;left:0;bottom:0;display:flex;justify-content:center;align-items:center}#modal-background{position:absolute;top:0;right:0;left:0;bottom:0;pointer-events:none}#modal-content{position:relative;background-color:#fff;width:100%;max-width:400px;border-radius:8px;box-sizing:border-box;border:1px solid black;padding:1rem;max-height:80vh;overflow-y:auto;pointer-events:auto}#modal-content label{color:#000}#modal-content form{display:flex;flex-direction:column;gap:12px;width:100%}#modal-content input{width:100%;padding:8px;box-sizing:border-box;border:1px solid #ccc}.login-form-modal-wrapper{width:100%;display:flex;flex-direction:column;padding:10px;box-sizing:border-box;max-width:400px}.login-form-modal-wrapper h1{margin-bottom:1rem;text-align:center}.login-form-modal-wrapper input{width:100%;padding:.5rem}.login-form-modal-wrapper button{background-color:#000;color:#fff;border:2px solid #29643a;padding:10px 26px;border-radius:9999px;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .1s ease;font-family:Times New Roman;font-size:14px}.login-form-modal-wrapper button:hover{border:2px solid #29643a;background-color:#29643a;color:#000;border-color:#333;font-family:Times New Roman;font-size:14px}.login-form-modal-wrapper a{color:#4d4a4a;text-decoration:none;font-size:1.1em}.login-form-modal-wrapper li{color:#4d4a4a}.login-form-modal-wrapper form{display:flex;flex-direction:column;gap:1rem}.login-form-modal-wrapper label{display:block;margin-bottom:.5rem}.login-buttons{display:flex;gap:2px;justify-content:center}.signup-form-modal-wrapper{width:100%;display:flex;flex-direction:column;box-sizing:border-box;max-width:500px;max-height:80vh;overflow-y:auto;padding:1rem}.signup-form-modal-wrapper h1{text-align:center;margin-bottom:1rem;position:sticky;top:0;background:white;z-index:2;padding:.5rem 0}.signup-form-modal-wrapper button{background-color:#000;color:#fff;border:2px solid #29643a;padding:10px 26px;border-radius:9999px;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .1s ease;font-family:Times New Roman;font-size:14px}.signup-form-modal-wrapper button:hover{border:2px solid #29643a;background-color:#29643a;color:#000;border-color:#333;font-family:Times New Roman;font-size:14px}.signup-form-modal-wrapper a{color:#4d4a4a;text-decoration:none;font-size:1.1em}.signup-form-modal-wrapper li{color:#4d4a4a}.signup-form-modal-wrapper form{display:flex;flex-direction:column;gap:1rem}.signup-form-modal-wrapper label{display:block;margin-bottom:.5rem}.signup-form-modal-wrapper input{width:100%;padding:.5rem}.signup-buttons{display:flex;gap:2px;justify-content:center}.logout-btn{font-family:Times New Roman;font-size:14px}.profile-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.profile-image{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #ccc}.default-profile-icon{font-size:36px;color:#555}a{color:#fff;text-decoration:none;font-size:1.1em}li{color:#000;background-color:transparent}ul{background-color:transparent}input{width:100%;padding:.5rem;box-sizing:border-box;font-size:1rem}.profile-dropdown{position:absolute;background-color:#fff;box-shadow:0 4px 6px #000;list-style:none;padding:10px;border-radius:5px}.hidden{display:none}.profile-dropdown li{background:white;color:#000}ul.profile-dropdown{margin:5px}ul.profile-dropdown li{background:white}.navigation span{display:block;margin:5px 0}.specific-chats-section ul{list-style-type:none;padding-left:0}.specific-chats-section li{margin:4px 0}.navigation{position:fixed;top:0;right:0;height:100vh;width:300px;background-color:#222;color:#fff;padding:20px;overflow-y:auto;transition:transform .3s ease;z-index:1000;display:flex;flex-direction:column;transform:translate(100%);overflow-x:hidden;gap:10px;box-sizing:border-box}.navigation.closed{transform:translate(100%)}.navigation.open{transform:translate(0)}.navigation span,.navigation ul,.navigation li{margin:5px}.navigation li{background-color:#222}.navigation a{color:#fff;text-decoration:none;background-color:#222}.navigation.active{color:#1e4a2b}.sidebar-toggle-button{position:fixed;top:1rem;right:1rem;z-index:1100;background-color:#444;color:#fff;padding:.5rem 1rem;border:none;cursor:pointer;border-radius:5px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(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;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-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{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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)}}.landing-page-p{width:50%;margin:0 auto;color:#fff}.landing-page-h1{color:#fff;text-align:center}.landing-page-div{background:black;display:flex;flex-direction:column;width:50%;margin:0 auto}.round-btn-div{margin:1em}.landing-page-container{display:flex;flex-direction:column;min-height:100vh;min-width:100vw}.landing-page-div{background:none;display:flex;flex-direction:column;width:50%;margin:0 auto;color:#fff;gap:1em}.landing-page-div p{color:#fff}.landing-page-div h1{color:#fff;background:none}.landing-page-div.light,.landing-page-div.light a,.landing-page-p.light{color:#000}.landing-page-container.blue{background:radial-gradient(circle,#003366,#000022)}.landing-page-container.green{background:radial-gradient(circle,#003300,#001a00)}.landing-page-container.purple{background:radial-gradient(circle,#330033,#1a001a)}.landing-page-container.red{background:radial-gradient(circle,#330000,#1a0000)}.landing-page-container.dark{background:radial-gradient(circle,#111111,#000000)}.landing-page-container.light{background:radial-gradient(circle,#ffffff,#dddddd)}.round-btn-div{width:50%;margin:0 auto}.landing-page-p.purple,.landing-page-p.green,.landing-page-p.blue,.landing-page-p.red,.landing-page-p.dark{color:#fff}.landing-page-toggle-theme-label{color:#fff;background:black}.landing-page-toggle-theme-label p{color:#fff}.landing-page-theme-toggle p{color:#fff;width:100px}.landing-page-current-theme{color:#fff;background:black;width:100px}.landing-page-theme-button-light,.landing-page-theme-button-dark,.landing-page-theme-button-green,.landing-page-theme-button-blue,.landing-page-theme-button-red,.landing-page-theme-button-purple{background-color:#fff;color:#000;padding:12px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-family:Times New Roman;margin:4px;border:2px black solid}.landing-page-span{width:50%;margin:0 auto;display:flex;flex-direction:column;background:none}.landing-page-span.light a,.two-way-description.light,.landing-page-h1.light{background:transparent;color:#000}.two-way-description{width:50%;margin:0 auto;display:flex;flex-direction:column;color:#fff}.user-profile-cards{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;border-color:#051d01;border-radius:0;padding:2rem;background:white;min-height:100vh;width:100%;max-width:100%}.user-profile-cards label{color:#000;line-height:30px}input.user-profile-input{width:100%;box-sizing:border-box;padding:.5rem;font-size:1rem}.checkbox-group label input[type=checkbox],.checkbox-group label input[type=radio]{margin:5px;padding:0;vertical-align:middle;width:16px;height:16px}.user-profile-dropdown-display{padding:8px;border:1px solid grey;cursor:pointer;background-color:#fff;border-radius:2px;color:#000}.user-profile-dropdown-options{top:100%;left:0;z-index:10;background-color:#fff;border:1px solid #ccc;max-height:200px;overflow-y:scroll;width:100%;padding:8px;box-shadow:0 2px 6px #00000026;flex-direction:column;align-items:center}.user-profile-dropdown-options label{color:#000;display:flex;align-items:center;margin:8px}.user-profile-dropdown-options label input[type=checkbox]{margin:5px;padding:0;width:16px;height:16px}div.user-profile-user-info{min-height:100vh}.user-profile-custom-audio-player{display:flex;align-items:center;margin:1em 0}.user-profile-audio-controls{display:flex;margin-top:.5em}.user-profile-audio-controls button{cursor:pointer}.user-profile-profile-image-container{display:inline-block;overflow:hidden;position:relative;width:220px;height:220px}.zoomable{cursor:zoom-in;object-fit:cover;transition:transform .3s ease,transform-origin .3s ease;width:100%;height:100%;display:block;transform:scale(1);transform-origin:center center;object-position:center}.user-profile-profile-image-container:hover .zoomable{cursor:zoom-out;transform:scale(6)}.dark-theme-toggle-btn{color:#000;background-color:#fff;border-color:#000;padding:12px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-family:Times New Roman}.light-theme-toggle-btn{border-color:#000;padding:12px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-family:Times New Roman;background-color:#fff;color:#000}.green-theme-toggle-btn{color:#000;background-color:#fff;border-color:#000;padding:12px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-family:Times New Roman}.green-theme-toggle-btn:hover{background-color:#000;color:#fff;font-family:Times New Roman}.green-theme-toggle-btn:active{background-color:#000;transform:scale(.98);font-family:Times New Roman}.blue-theme-toggle-btn{color:#000;background-color:#fff;border-color:#000;padding:12px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-family:Times New Roman}.blue-theme-toggle-btn:hover{background-color:#000;color:#fff;font-family:Times New Roman}.blue-theme-toggle-btn:active{background-color:#000;transform:scale(.98);font-family:Times New Roman}.dark-theme-toggle-btn:hover,.light-theme-toggle-btn:hover,.red-theme-toggle-btn:hover,.purple-theme-toggle-btn:hover{background-color:#000;color:#fff;font-family:Times New Roman}.round-btn.dark{background-color:#a9a9a9;color:#000;border:none;padding:12px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-family:Times New Roman;margin:4px}.round-btn.dark:hover{background-color:#fff;font-family:Times New Roman}.round-btn.dark:active{background-color:#fff;transform:scale(.98);font-family:Times New Roman}.round-btn.light{background-color:#fff;color:#000;padding:12px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-family:Times New Roman;border:1px solid black;margin:4px}.round-btn.light:hover{background-color:#000;color:#fff;font-family:Times New Roman}.round-btn.light:active{background-color:#000;color:#fff;transform:scale(.98);font-family:Times New Roman}.round-btn.red{background-color:maroon;color:#000;border:none;padding:12px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-family:Times New Roman;margin:4px}.round-btn.red:hover{background-color:#1c0000;color:#fff;font-family:Times New Roman}.round-btn.red:active{background-color:#1c0000;color:#fff;transform:scale(.98);font-family:Times New Roman}.round-btn.green{background-color:#1e4a2b;color:#000;border:none;padding:12px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-family:Times New Roman;margin:4px}.round-btn.green:hover{background-color:#327d4a;font-family:Times New Roman}.round-btn.green:active{background-color:#327d4a;transform:scale(.98);font-family:Times New Roman}.round-btn.blue{background-color:#87ceeb;color:#000;border:none;padding:12px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-family:Times New Roman;margin:4px}.round-btn.blue:hover{background-color:#001b3a;color:#fff;font-family:Times New Roman}.round-btn.blue:active{background-color:#001b3a;color:#fff;transform:scale(.98);font-family:Times New Roman}.round-btn.purple{background-color:#e6e6fa;color:#000;border:none;padding:12px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-family:Times New Roman;margin:4px}.round-btn.purple:hover{background-color:#360c30;color:#fff;font-family:Times New Roman}.round-btn.purple:active{background-color:#360c30;color:#fff;transform:scale(.98);font-family:Times New Roman}.red-theme-toggle-btn,.purple-theme-toggle-btn{color:#000;background-color:#fff;border-color:#000;padding:12px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-family:Times New Roman}.state{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center}.header{width:100%;max-width:100%}.header.light{border-radius:12px;padding:2rem;z-index:1;background-color:#f0f0f0;color:#000}.header.dark{border-radius:12px;padding:2rem;z-index:1;background-color:#000;color:#fff}.connection-profile-header.light,.user-connections-header.light{border-radius:12px;padding:2rem;z-index:1;background-color:#f0f0f0;color:#000;min-height:100vh}.connection-profile-header label{line-height:30px}.connection-profile-header,.user-connections-header{min-height:100vh;min-width:100vw}.connection-profile-header.dark,.user-connections-header.dark{border-radius:12px;padding:2rem;z-index:1;background-color:#000;color:#fff}.header.dark p.toggle-theme-label,.header.green p.toggle-theme-label,.header.blue p.toggle-theme-label,.header.red p.toggle-theme-label,.header.purple p.toggle-theme-label,.user-connections-header.dark p.toggle-theme-label,.user-connections-header.green p.toggle-theme-label,.user-connections-header.blue p.toggle-theme-label,.user-connections-header.red p.toggle-theme-label,.user-connections-header.purple p.toggle-theme-label,.connection-profile-header.dark p.toggle-theme-label,.connection-profile-header.green p.toggle-theme-label,.connection-profile-header.blue p.toggle-theme-label,.connection-profile-header.red p.toggle-theme-label,.connection-profile-header.purple p.toggle-theme-label{color:#fff}.header.green{border-radius:12px;padding:2rem;z-index:1;background-color:#051d01;color:#fff}.connection-profile-header.green,.user-connections-header.green{border-radius:12px;padding:2rem;z-index:1;background-color:#051d01;color:#fff;min-height:100vh}.header.blue{border-radius:12px;padding:2rem;z-index:1;background-color:#001b3a;color:#fff}.connection-profile-header.blue,.user-connections-header.blue{border-radius:12px;padding:2rem;z-index:1;background-color:#001b3a;color:#fff;min-height:100vh}.header.red,.connection-profile-header.red,.user-connections-header.red{border-radius:12px;padding:2rem;z-index:1;background-color:#1c0000;color:#fff}.header.purple,.connection-profile-header.purple,.user-connections-header.purple{border-radius:12px;padding:2rem;z-index:1;background-color:#360c30;color:#fff}.chat-messages-intro-wrapper{border-radius:12px;padding:2rem;margin:2rem;background:black}.chat-messages-intro-wrapper.dark{background:black}.chat-messages-intro-wrapper.dark li{color:#000}.chat-messages-intro-wrapper.light{background:#f0f0f0}.chat-messages-intro-wrapper.light li{color:#f0f0f0}.chat-messages-intro-wrapper.blue{background:skyblue}.chat-messages-intro-wrapper.blue li{color:#87ceeb}.chat-messages-intro-wrapper.green{background:#1e4a2b}.chat-messages-intro-wrapper.green li{color:#1e4a2b}.chat-messages-intro-wrapper.red{background:maroon}.chat-messages-intro-wrapper.red li{color:maroon}.chat-messages-intro-wrapper.purple{background:#E6E6FA}.chat-messages-intro-wrapper.purple li{color:#e6e6fa}.chat-messages-intro-wrapper.purple p,.chat-messages-intro-wrapper.purple a,.chat-messages-intro-wrapper.blue p,.chat-messages-intro-wrapper.blue a,.chat-messages-intro-wrapper.light p,.chat-messages-intro-wrapper.light a{color:#000;background:transparent}.chat-messages-intro-wrapper.dark p,.chat-messages-intro-wrapper.dark a,.chat-messages-intro-wrapper.green p,.chat-messages-intro-wrapper.green a,.chat-messages-intro-wrapper.red p,.chat-messages-intro-wrapper.red a{color:#fff;background:transparent}.user-connections-rounded-rectangular-button,.rounded-rectangular-button,.game-play-rounded-rectangular-button,.connection-profile-rounded-rectangular-button,.category-rounded-rectangular-button,.roast-prompt-rounded-rectangular-button,.trait-rounded-rectangular-button,.talk-about-prompt-rounded-rectangular-button{padding:12px 28px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-size:14px;font-weight:400;border-radius:4px;font-family:Times New Roman;white-space:normal;word-break:break-word;margin:4px;display:inline-flex;justify-content:center;align-items:center;text-align:center;text-wrap:balance;gap:10px;flex-shrink:0;max-width:100%;box-sizing:border-box;overflow-wrap:anywhere;min-height:40px}.rounded-rectangular-button.light,.user-connections-rounded-rectangular-button.light,.game-play-rounded-rectangular-button.light,.connection-profile-rounded-rectangular-button.light,.category-rounded-rectangular-button.light,.roast-prompt-rounded-rectangular-button.light,.trait-rounded-rectangular-button.light{background-color:#fff;color:#000;border:1px solid #000}.rounded-rectangular-button.dark,.user-connections-rounded-rectangular-button.dark,.game-play-rounded-rectangular-button.dark,.connection-profile-rounded-rectangular-button.dark,.category-rounded-rectangular-button.dark,.roast-prompt-rounded-rectangular-button.dark,.trait-rounded-rectangular-button.dark{background-color:#000;color:#fff}.rounded-rectangular-button.green,.user-connections-rounded-rectangular-button.green,.game-play-rounded-rectangular-button.green,.connection-profile-rounded-rectangular-button.green,.category-rounded-rectangular-button.green,.roast-prompt-rounded-rectangular-button.green,.trait-rounded-rectangular-button.green{background-color:#327d4a;color:#000;border:1px solid #1e4a2b}.rounded-rectangular-button.blue,.user-connections-rounded-rectangular-button.blue,.game-play-rounded-rectangular-button.blue,.connection-profile-rounded-rectangular-button.blue,.category-rounded-rectangular-button.blue,.roast-prompt-rounded-rectangular-button.blue,.talk-about-prompt-rounded-rectangular-button.blue,.trait-rounded-rectangular-button.blue{background-color:#87ceeb;color:#000;border:1px solid #001B3A}.user-connections-rounded-rectangular-button.red,.game-play-rounded-rectangular-button.red,.trait-rounded-rectangular-button.red{background-color:maroon;color:#000;border:1px solid #1c0000}.rounded-rectangular-button.red,.game-play-rounded-rectangular-button.red,.connection-profile-rounded-rectangular-button.red,.category-rounded-rectangular-button.red,.roast-prompt-rounded-rectangular-button.red,.talk-about-prompt-rounded-rectangular-button.red,.trait-rounded-rectangular-button.red{background-color:maroon;color:#fff;border:1px solid #1c0000}.rounded-rectangular-button.purple,.user-connections-rounded-rectangular-button.purple,.game-play-rounded-rectangular-button.purple,.connection-profile-rounded-rectangular-button.purple,.category-rounded-rectangular-button.purple,.roast-prompt-rounded-rectangular-button.purple,.talk-about-prompt-rounded-rectangular-button.purple,.trait-rounded-rectangular-button.purple{background-color:#e6e6fa;color:#000;border:1px solid #360c30}.toggle-theme-label{margin-bottom:16px;font-size:20px;font-weight:700;padding:10px}.theme-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.wrapper{border-radius:12px;padding:2rem;margin:2rem auto;max-width:1700px;height:auto}.wrapper.dark{background:#FFFFFF1A}.wrapper.dark li{color:transparent}.wrapper label{line-height:30px}.wrapper.dark label,.wrapper.dark a,.wrapper.dark p,.wrapper.dark h3{color:#fff}.wrapper.light{background:white;border:1px solid black}.wrapper.light p,.wrapper.light label,.wrapper.light h3,.wrapper.light a{color:#000}.wrapper.light li{color:transparent}.wrapper.green{background:#FFFFFF1A}.wrapper.green li,.wrapper.blue li,.wrapper.red li,.wrapper.purple li,.wrapper.green ul,.wrapper.blue ul,.wrapper.red ul,.wrapper.purple ul{color:transparent}.wrapper.green a,.wrapper.blue a,.wrapper.red a,.wrapper.purple a{background:transparent;color:#fff}.wrapper.green p,.wrapper.green h3,.wrapper.green label{color:#fff}.wrapper.blue{background:#FFFFFF1A}.wrapper.blue p,.wrapper.blue h3,.wrapper.blue label{color:#fff}.wrapper.red{background:#FFFFFF1A}.wrapper.red p,.wrapper.red h3,.wrapper.red label{color:#fff}.wrapper.purple{background:#FFFFFF1A}.wrapper.purple p,.wrapper.purple h3,.wrapper.purple label{color:#fff}.user-connections-h1.light{color:#000;text-align:center;margin-top:2rem}.connection-profile-h1.light{color:#000;margin-top:2rem}.user-connections-h1.dark,.user-connections-h1.green,.user-connections-h1.blue,.user-connections-h1.red,.user-connections-h1.purple{color:#fff;background:transparent;text-align:center;margin-top:2rem}.connection-profile-h1.dark,.connection-profile-h1.green,.connection-profile-h1.blue,.connection-profile-h1.red,.connection-profile-h1.purple{color:#fff;background:transparent;margin-top:2rem}.connection-profile-rounded-rectangular-disabled-button:disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.5;padding:12px 28px;transition:background-color .2s ease,transform .1s ease;font-size:14px;font-weight:400;border-radius:4px;font-family:Times New Roman;height:40px;white-space:normal;word-break:break-word;margin:4px;display:inline-flex;justify-content:center;align-items:center;text-align:center;text-wrap:balance;min-width:240px;flex-wrap:wrap;gap:10px;flex-shrink:0;max-width:100%}.connection-profile-rounded-rectangular-disabled-button.light:disabled{background-color:#ddd;color:#888;padding:12px 28px;transition:background-color .2s ease,transform .1s ease;font-size:14px;font-weight:400;border-radius:4px;font-family:Times New Roman;height:40px;white-space:normal;word-break:break-word;margin:4px;display:inline-flex;justify-content:center;align-items:center;text-align:center;text-wrap:balance;min-width:240px;flex-wrap:wrap}.list-of-users-with-active-game{color:#000}.events-details-header{display:grid;place-items:start center;min-height:100vh;height:auto}.events-details-header.red{background:maroon;color:#000}.events-details-header.blue{background:skyblue}.events-details-header.green{background:#1e4a2b}.events-details-header.purple{background:#E6E6FA}.events-details-header.light{background:#f0f0f0}.events-details-header.dark{background:black}.events-details-page-label.purple,.events-details-page-label.red,.events-details-page-label.blue,.events-details-page-label.green,.events-details-page-label.light{color:#000;background:transparent}.events-details-page-label.dark{color:#fff}.events-details-page-div.purple,.events-details-page-h1.purple,.events-details-page-h2.purple,.events-details-page-h3.purple,.events-details-page-p.purple,.events-details-page-div.red,.events-details-page-h1.red,.events-details-page-h2.red,.events-details-page-h3.red,.events-details-page-p.red,.events-details-page-div.blue,.events-details-page-h1.blue,.events-details-page-h2.blue,.events-details-page-h3.blue,.events-details-page-p.blue,.events-details-page-div.green,.events-details-page-h1.green,.events-details-page-h2.green,.events-details-page-h3.green,.events-details-page-p.green,.events-details-page-div.light,.events-details-page-h1.light,.events-details-page-h2.light,.events-details-page-h3.light,.events-details-page-p.light{color:#000;background:transparent}.events-details-page-div.dark,.events-details-page-h1.dark,.events-details-page-h2.dark,.events-details-page-h3.dark,.events-details-page-p.dark{color:#fff}.item-inventory-btn{padding:12px 28px;border-radius:9999px;box-shadow:inset 0 1px 1px #ebd7ff40,0 2px 4px #000000d9;cursor:pointer}.item-inventory-btn.purple{background:linear-gradient(180deg,#5a1c7a,#2a083a);color:#f3eaff;border:1px solid #120218;box-shadow:inset 0 1px 1px #ebd7ff40,0 2px 4px #000000d9}.item-inventory-btn.blue{background:linear-gradient(180deg,#154e74,#03141f);color:#f3eaff;border:1px solid #120218;box-shadow:inset 0 1px 1px #ebd7ff40,0 2px 4px #000000d9}.item-inventory-btn.green{background:linear-gradient(180deg,#15742e,#031f0a);color:#f3eaff;border:1px solid #120218;box-shadow:inset 0 1px 1px #ebd7ff40,0 2px 4px #000000d9}.item-inventory-btn.red{background:linear-gradient(180deg,#a81818,#420303);color:#f3eaff;border:1px solid #120218;box-shadow:inset 0 1px 1px #ebd7ff40,0 2px 4px #000000d9}.item-inventory-btn.dark{background:linear-gradient(180deg,#060505,#000000);color:#f3eaff;border:1px solid #120218;box-shadow:inset 0 1px 1px #ebd7ff40,0 2px 4px #000000d9}.item-inventory-btn.light{background:linear-gradient(180deg,#c1baba,#bcb9bd);border:1px solid #120218;box-shadow:inset 0 1px 1px #ebd7ff40,0 2px 4px #000000d9;color:#000}.item-inventory-btn:hover.purple{background:linear-gradient(180deg,#7c25a8,#3d0b52)}.item-inventory-btn:hover.red{background:linear-gradient(180deg,#a82536,#52121b)}.item-inventory-btn:hover.blue{background:linear-gradient(180deg,#2554a8,#0b2552)}.item-inventory-btn:hover.green{background:linear-gradient(180deg,#278a66,#0d3a2a)}.item-inventory-btn:hover.dark{background:linear-gradient(180deg,#333,#111)}.item-inventory-btn:hover.light{background:linear-gradient(180deg,#ffffff,#dfe3e8);color:#000}.user-profile-edit-form-input .user-profile-edit-form-ethnicity-multiselect{position:relative;width:300px;margin-bottom:1em}.user-profile-edit-form-dropdown-display{padding:8px;border:1px solid grey;cursor:pointer;background-color:#fff;border-radius:2px}.user-profile-edit-form-dropdown-display:focus{padding:8px;border:1px solid black;cursor:pointer;background-color:#fff;border-radius:2px;color:#000}.user-profile-edit-form-dropdown-arrow{float:right}.user-profile-edit-form-dropdown-options{top:100%;left:0;z-index:10;background-color:#fff;border:1px solid #ccc;max-height:200px;overflow-y:scroll;width:100%;padding:8px;box-shadow:0 2px 6px #00000026;color:#000;flex-direction:column;align-items:center}.user-profile-edit-form-dropdown-options label{display:flex;align-items:center;margin:8px}.user-profile-edit-form-dropdown-options input[type=checkbox]{margin:5px;padding:0;width:16px;height:16px}.user-profile-edit-form-checkbox-group{display:flex;flex-wrap:wrap;gap:5px}.user-profile-edit-form-checkbox-group label{display:inline-flex;align-items:center;margin-bottom:4px;gap:0;line-height:1.2}html,body{margin:0;height:auto;width:auto}.checkbox-group{display:flex;flex-wrap:wrap;gap:5px}.checkbox-group label{display:inline-flex;align-items:center;margin-bottom:4px;gap:0;line-height:1.2}input[type=checkbox]:focus{outline:2px solid black;outline-offset:2px}.ethnicity-multiselect{position:relative;width:300px;margin-bottom:1em}.dropdown-display{padding:8px;border:1px solid grey;cursor:pointer;background-color:#fff;border-radius:2px}.dropdown-display:focus{padding:8px;border:1px solid black;cursor:pointer;background-color:#fff;border-radius:2px;color:#000}.dropdown-arrow{float:right}.user-connections-forms-dropdown-options{top:100%;left:0;z-index:10;background-color:#fff;border:1px solid #ccc;max-height:200px;overflow-y:scroll;width:100%;padding:8px;box-shadow:0 2px 6px #00000026;color:#000;flex-direction:column;align-items:center}.user-connections-forms-dropdown-options label{display:flex;align-items:center;margin:8px}.user-connections-forms-dropdown-options input[type=checkbox]{margin:5px;padding:0;width:16px;height:16px}.wrapper.dark .ethnicity-multiselect .user-connections-forms-dropdown-options label,.wrapper.dark .dropdown-display,.wrapper.green .ethnicity-multiselect .user-connections-forms-dropdown-options label,.wrapper.blue .ethnicity-multiselect .user-connections-forms-dropdown-options label,.wrapper.red .ethnicity-multiselect .user-connections-forms-dropdown-options label,.wrapper.purple .ethnicity-multiselect .user-connections-forms-dropdown-options label{color:#000}select{margin:10px}.user-connections-form-modal-wrapper{width:100%;display:flex;flex-direction:column;box-sizing:border-box;max-width:500px;max-height:80vh;overflow-y:auto;padding:1rem}.user-connections-form-modal-wrapper h1{margin-bottom:1rem;text-align:center;position:sticky;top:0;background:white;z-index:2;padding:.5rem 0}.user-connections-form-modal-wrapper input{width:100%;padding:.5rem}.user-connections-form-modal-wrapper button{background-color:#000;color:#fff;border:2px solid #29643a;padding:10px 26px;border-radius:9999px;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .1s ease;font-family:Times New Roman;font-size:14px}.user-connections-form-modal-wrapper button:hover{border:2px solid #29643a;background-color:#29643a;color:#000;border-color:#333;font-family:Times New Roman;font-size:14px}.user-connections-form-modal-wrapper a{color:#4d4a4a;text-decoration:none;font-size:1.1em}.user-connections-form-modal-wrapper li{color:#4d4a4a}.user-connections-form-modal-wrapper form{display:flex;flex-direction:column;gap:1rem}.user-connections-form-modal-wrapper label{display:block;margin-bottom:.5rem}.uc-modal{width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;background:white;box-sizing:border-box}.uc-modal__header{position:sticky;top:0;background:white;z-index:2;padding:1rem 1rem .5rem;border-bottom:1px solid #e5e5e5}.uc-modal__header h1{margin:0;text-align:center}.uc-modal__body{overflow-y:auto;padding:1rem}.uc-modal__footer{position:sticky;bottom:0;background:white;z-index:2;padding:.75rem 1rem;border-top:1px solid #e5e5e5;display:flex;justify-content:flex-end;gap:.75rem}div.dropdown-label{color:#000}.dropdown-label{background-color:#fff;color:#000}.user-connections-wrapper{border-radius:12px;padding:2rem;margin:2rem auto;max-width:1700px;background:#FFFFFF1A}.user-connections-wrapper label{color:#000}.user-connections-wrapper p,.user-connections-wrapper h3{color:#fff}.connection-profile-wrapper{border-radius:12px;padding:2rem;margin:2rem auto;max-width:1700px;z-index:1;min-height:100vh;overflow-wrap:break-word;background-color:#ffffff1a}.connection-profile-wrapper p,.connection-profile-wrapper label,.connection-profile-wrapper h1{color:#fff}.connection-profile-wrapper.light p,.connection-profile-wrapper.light label,.connection-profile-wrapper.light h1{color:#000}.connection-profile-wrapper.light{background:white;opacity:100%;border:1px solid black;min-height:100vh}.form-group label{display:block;width:100%;margin-bottom:1rem}input.connection-profile-input{width:100%;box-sizing:border-box;padding:.5rem;font-size:1rem}.connection-profile-blocked{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;text-align:center}.connection-profile-blocked p{font-size:1.2rem;color:#fff;margin:.5rem}.connection-profile-blocked h1{font-size:2rem;margin-bottom:1rem}.disabled-button{opacity:.5;cursor:not-allowed;pointer-events:none;flex-wrap:wrap}.activities-list{color:#fff;list-style:none}.connection-map{width:100%;height:420px;border-radius:12px;overflow:hidden;margin:12px 0 24px;min-height:420px;border:4px solid red;position:relative;z-index:10}.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-left,.mapboxgl-ctrl-right,.mapboxgl-ctrl-top,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top{left:50%;top:0;transform:translate(-50%)}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-right{right:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl-bottom{bottom:0;left:50%;transform:translate(-50%)}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-left{left:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.mapboxgl-ctrl-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-bottom .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.mapboxgl-ctrl-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:32px;outline:none;overflow:hidden;padding:0;width:32px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:initial}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#eee}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-arrow-up .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 11.7071C4.68342 12.0976 5.31658 12.0976 5.70711 11.7071L9 8.41421L12.2929 11.7071C12.6834 12.0976 13.3166 12.0976 13.7071 11.7071C14.0976 11.3166 14.0976 10.6834 13.7071 10.2929L9.70711 6.29289C9.31658 5.90237 8.68342 5.90237 8.29289 6.29289L4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071Z' fill='%23333333'/%3E%3C/svg%3E");background-size:18px 18px}.mapboxgl-ctrl button.mapboxgl-ctrl-arrow-down .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 6.29289C4.68342 5.90237 5.31658 5.90237 5.70711 6.29289L9 9.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L9.70711 11.7071C9.31658 12.0976 8.68342 12.0976 8.29289 11.7071L4.29289 7.70711C3.90237 7.31658 3.90237 6.68342 4.29289 6.29289Z' fill='%23333333'/%3E%3C/svg%3E");background-size:18px 18px}.mapboxgl-ctrl button.mapboxgl-ctrl-indoor-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.0017 3.0017L4.0017 15.0017L10.0017 15.0017V12.0017H12.0017V15.0017H14.0017L14.0017 3.0017C14.0097 2.86829 13.9894 2.73469 13.9419 2.60973C13.8945 2.48477 13.8211 2.37129 13.7266 2.27678C13.6321 2.18228 13.5186 2.10889 13.3937 2.06147C13.2687 2.01405 13.1351 1.99368 13.0017 2.0017L5.0017 2.0017C4.86829 1.99368 4.73469 2.01405 4.60973 2.06147C4.48477 2.10889 4.37129 2.18228 4.27678 2.27678C4.18228 2.37129 4.10889 2.48477 4.06147 2.60973C4.01405 2.73469 3.99368 2.86829 4.0017 3.0017ZM8.0017 14.0017H6.0017V12.0017H8.0017V14.0017ZM8.0017 10.0017H6.0017L6.0017 8.0017H8.0017V10.0017ZM8.0017 6.0017L6.0017 6.0017V4.0017H8.0017V6.0017ZM12.0017 10.0017H10.0017V8.0017H12.0017V10.0017ZM12.0017 6.0017H10.0017V4.0017L12.0017 4.0017V6.0017Z' fill='%23333333'/%3E%3C/svg%3E");background-size:18px 18px}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-indoor-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.0017 3.0017L4.0017 15.0017L10.0017 15.0017V12.0017H12.0017V15.0017H14.0017L14.0017 3.0017C14.0097 2.86829 13.9894 2.73469 13.9419 2.60973C13.8945 2.48477 13.8211 2.37129 13.7266 2.27678C13.6321 2.18228 13.5186 2.10889 13.3937 2.06147C13.2687 2.01405 13.1351 1.99368 13.0017 2.0017L5.0017 2.0017C4.86829 1.99368 4.73469 2.01405 4.60973 2.06147C4.48477 2.10889 4.37129 2.18228 4.27678 2.27678C4.18228 2.37129 4.10889 2.48477 4.06147 2.60973C4.01405 2.73469 3.99368 2.86829 4.0017 3.0017ZM8.0017 14.0017H6.0017V12.0017H8.0017V14.0017ZM8.0017 10.0017H6.0017L6.0017 8.0017H8.0017V10.0017ZM8.0017 6.0017L6.0017 6.0017V4.0017H8.0017V6.0017ZM12.0017 10.0017H10.0017V8.0017H12.0017V10.0017ZM12.0017 6.0017H10.0017V4.0017L12.0017 4.0017V6.0017Z' fill='%23333333'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-indoor-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.0017 3.0017L4.0017 15.0017L10.0017 15.0017V12.0017H12.0017V15.0017H14.0017L14.0017 3.0017C14.0097 2.86829 13.9894 2.73469 13.9419 2.60973C13.8945 2.48477 13.8211 2.37129 13.7266 2.27678C13.6321 2.18228 13.5186 2.10889 13.3937 2.06147C13.2687 2.01405 13.1351 1.99368 13.0017 2.0017L5.0017 2.0017C4.86829 1.99368 4.73469 2.01405 4.60973 2.06147C4.48477 2.10889 4.37129 2.18228 4.27678 2.27678C4.18228 2.37129 4.10889 2.48477 4.06147 2.60973C4.01405 2.73469 3.99368 2.86829 4.0017 3.0017ZM8.0017 14.0017H6.0017V12.0017H8.0017V14.0017ZM8.0017 10.0017H6.0017L6.0017 8.0017H8.0017V10.0017ZM8.0017 6.0017L6.0017 6.0017V4.0017H8.0017V6.0017ZM12.0017 10.0017H10.0017V8.0017H12.0017V10.0017ZM12.0017 6.0017H10.0017V4.0017L12.0017 4.0017V6.0017Z' fill='%23333333'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;box-sizing:initial;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#eee}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid #0000;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid #0000;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button{font-size:16px;font-weight:700;text-align:center}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected{background-color:#ccc;color:#000}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected:hover{background-color:#ccc}.restricted-connection-profile{border-radius:12px;padding:2rem;margin:0 auto;max-width:1700px;z-index:1;background-color:gray;color:#000}.restricted-connection-profile a{color:#000}.chat-messages-intro-cards{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;border-color:#001b3a;border-radius:0;padding:2rem;min-height:100vh;background:white;width:100%}.chat-box-outer-theme{font-family:Comic Sans MS,cursive,sans-serif;background-color:#e0e0f8;border:2px ridge #6666cc;border-radius:5px;box-shadow:3px 3px 10px #0003;padding:10px;position:static;margin:0 auto 20px;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.buddy-list{width:300px;min-width:250px;max-width:350px;padding:10px;border:2px ridge #6666cc;border-radius:5px;background-color:#e0e0f8;overflow:auto;box-shadow:3px 3px 10px #0003;font-family:Comic Sans MS,cursive,sans-serif}.buddy-list h3{background-color:#99f;color:#000;padding:8px;border-radius:3px;text-align:center;margin-bottom:10px;border-bottom:2px ridge #6666cc}.buddy-list ul{list-style:none;padding:0;margin:0}.buddy-list li{display:flex;flex-direction:column;gap:5px;padding:5px;border-bottom:1px solid #ccc;background-color:#f2f2ff;border:1px solid #9999cc;border-radius:6px;margin-bottom:5px}.buddy-list li .buddy-actions{display:flex;gap:5px;flex-wrap:wrap}.buddy-list li .buddy-actions button{background-color:#d0d0ff;border:1px solid #6666cc;border-radius:3px;padding:4px 8px;cursor:pointer;font-size:.8em}.chat-header{font-size:1.2em;font-weight:700;background-color:#99f;color:#000;padding:10px;text-align:center;border-radius:3px;border-bottom:2px ridge #6666cc}.messages{background-color:#fff;height:300px;overflow-y:auto;padding:10px;border:1px inset #ccc;margin-bottom:10px}.message-bubble{margin-bottom:10px;background-color:#f2f2ff;border:1px solid #9999cc;border-radius:8px;padding:6px 10px}.message-meta{font-weight:700;margin-bottom:4px}.message-content{margin-bottom:4px;overflow-wrap:break-word}.message-actions button{margin-right:5px;font-size:.8em;background-color:#d0d0ff;border:1px solid #6666cc;border-radius:3px;cursor:pointer;flex-wrap:wrap}.timestamp{font-size:.75em}.chat-input-form{display:flex;flex-direction:column}.chat-button-row{display:flex;gap:10px;margin:0;flex:0 0 auto}.inline-form{margin:0}.chat-input{resize:none;margin-bottom:5px;padding:5px;border-radius:4px;border:1px solid #aaa}.send-button{align-self:flex-end;background-color:#99f;border:none;color:#000;padding:6px 12px;border-radius:4px;cursor:pointer;flex-wrap:wrap}.error-text{color:red;font-size:.85em}.edit-textarea{width:100%;margin-top:5px;resize:vertical}.chat-box-inner{padding:10px}.chat-box-outer-theme,.chat-header,.chat-box-inner,.messages{box-sizing:border-box}.chat-box-inner,.chat-header,.messages{width:100%}.chat-connection-profile-rounded-rectangular-button{background-color:#99f;border:none;color:#000;padding:6px 12px;border-radius:4px;cursor:pointer;gap:10px;flex-wrap:wrap;height:28px}.alert-icon{position:relative;font-size:20px;margin-right:8px;vertical-align:middle}.chat-header-row{display:flex;align-items:center;gap:12px}@media screen and (max-width: 768px){.chat-box-outer-theme{position:static;margin:0 auto 20px;flex:1;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.chat-input-form{display:flex;flex-direction:column}.chat-button-row{display:flex;gap:10px;margin:0;flex:1;box-sizing:border-box}.inline-form{margin:0}.inline-form textarea{width:100%;max-width:100%;box-sizing:border-box}.chat-input-form,.inline-form{min-width:0}}.buddy-list-container{padding:10px;border:2px ridge #6666cc;border-radius:5px;background-color:#e0e0f8;overflow:auto;box-shadow:3px 3px 10px #0003;font-family:Comic Sans MS,cursive,sans-serif;top:130px;left:0;position:static;box-sizing:border-box;display:flex;flex-direction:column;width:100%;max-width:100%;height:100%;min-height:500px}.buddy-list-container .header{background-color:#99f;color:#000;padding:8px;border-radius:3px;text-align:center;margin-bottom:10px;border-bottom:2px ridge #6666cc}.buddy-list-header{font-size:1.2em;font-weight:700;background-color:#99f;color:#000;padding:10px;text-align:center;border-radius:3px;border-bottom:2px ridge #6666cc}.buddy-list{list-style:none;padding:0;margin:0}.buddy-card{display:flex;flex-direction:column;gap:5px;padding:5px;border-bottom:1px solid #ccc;background-color:#f2f2ff;border:1px solid #9999cc;border-radius:6px;margin-bottom:5px}.buddy-info{display:flex;flex-direction:column;gap:5px}.buddy-actions{display:flex;gap:5px;flex-wrap:wrap;box-sizing:border-box;margin-bottom:10px}.buddy-list-buttons{background-color:#d0d0ff;border:1px solid #6666cc;border-radius:3px;padding:4px 8px;cursor:pointer;font-size:.8em;flex-wrap:wrap}.status-dot{margin-right:5px;font-size:1em}.status-dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:5px;vertical-align:middle}.status-dot.online{background-color:#2ecc71}.status-dot.away{background-color:#f1c40f}.status-dot.offline{background-color:#bdc3c7}@media screen and (max-width: 768px){.buddy-list-container{position:static;display:flex;flex-direction:column;width:100%;max-width:100%;box-sizing:border-box;height:100%;min-height:500px}}.restricted-chat p,.restricted-chat a{color:#000}.restricted-chat{border-radius:12px;padding:2rem;margin:0 auto;max-width:1700px;z-index:1;background-color:gray}.completed{opacity:.6;cursor:not-allowed}div.trait-roast{color:#fff}html,body{margin:0;background:black;color:#000;height:auto;width:auto}.game-play-cards{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;border-color:#001b3a;border-radius:0;padding:2rem;min-height:100vh;background:white;width:100%}.restricted-gameplay p,.restricted-gameplay a{color:#000}.restricted-gameplay{border-radius:12px;padding:2rem;margin:0 auto;max-width:1700px;z-index:1;background-color:gray}.inventory-container{width:100%;min-height:100vh;box-sizing:border-box;overflow:auto;display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#ffffff 0%,#f2f3f6 45%,#e5e7eb 100%);border-radius:14px;padding:16px;color:#000;position:relative;box-shadow:inset 0 1px 2px #ffffffe6,inset 0 -3px 6px #00000014,0 12px 28px #0000002e}.inventory-labels{color:#000}.inventory-container form{display:flex;flex-direction:column}.inventory-labels{display:flex;flex-direction:column;align-items:center}.inventory-container input{width:500px;max-width:90%}.inventory-ul{list-style:none;margin:5px}.inventory-li{margin:5px}.inventory-input{display:block;width:500px;margin:0 auto}.item-inventory-btn:active{transform:translateY(1px);box-shadow:inset 0 2px 4px #000000f2}.item-inventory-btn:disabled{background:linear-gradient(135deg,#aaa,#ccc);cursor:not-allowed;opacity:.7}.update-add-cancel-edit-btn,.view-edit-delete-item-btn,.item-inventory-btn{display:flex;margin:5px;flex-direction:column;align-items:center}.events-details-page-input{padding:.5rem;font-size:1rem;display:block;width:500px;min-width:350px;margin:0 auto;background-color:#000;color:#fff;caret-color:#fff}.events-details-page-input::placeholder{color:#fff}.events-details-page-button{padding:12px 28px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;font-size:14px;font-weight:400;font-family:Times New Roman;white-space:normal;word-break:break-word;margin:4px;display:inline-flex;justify-content:center;align-items:center;text-align:center;text-wrap:balance;gap:10px;flex-shrink:0;max-width:100%;box-sizing:border-box;overflow-wrap:anywhere;min-height:40px;border-radius:19px;background:white}.events-details-page-input[type=date],.events-details-page-input[type=time]{color:#fff;caret-color:#fff}.events-details-page-input[type=date]::-webkit-datetime-edit,.events-details-page-input[type=time]::-webkit-datetime-edit{color:#fff}.events-details-page-input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}@media screen and (max-width: 768px){.events-details-page-input{padding:.5rem;font-size:1rem;display:block;width:350px;min-width:350px;margin:0 auto;color:#fff;caret-color:#fff;background-color:#000}}.trait-cards,.roast-prompt-cards,.talk-about-prompt-cards{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;border-color:#001b3a;border-radius:0;padding:2rem;min-height:100vh;background:white;width:100%}.category-cards{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;border-color:#001b3a;border-radius:0;padding:2rem;min-height:100vh;background:#ffffff;width:100%}.subscribe-here-div{padding:24px;color:#fff;display:flex;flex-direction:column;width:50%;margin:0 auto;padding:2rem}.subscribe-here-h2,.subscribe-here-p{color:#fff}.subscribe-here-button{display:flex;flex-direction:column;text-align:left;margin:0;align-self:flex-start}.subscribe-success-div,.subscribe-cancel-div{color:#fff;display:flex;flex-direction:column;width:50%;margin:0 auto;padding:2rem}.email-list{list-style-type:none}.unread-email{background-color:#fff8f0;border-left:4px solid red}.read-email{opacity:.8}.alert-container{text-align:left;align-self:flex-start}.alert-icon{color:red;margin-right:8px;font-size:1.2em;flex:none}.red-dot{position:absolute;top:0;background-color:red;border-radius:50%;border:1px solid white;left:0;width:13px;height:13px}.deleted-email-list{margin-top:1rem;list-style-type:none}.email-list-horizontal{display:flex;flex-direction:column;gap:8px;padding:10px 0}.email-card{border:1px solid #ccc;background-color:#f9f9f9;display:flex;flex-direction:row;align-items:center;gap:12px;border-radius:6px}.email-card p{margin:0}.email-card button{font-size:.8rem;margin-left:8px;flex:none}.email-header{display:flex;align-items:center;gap:12px;min-width:0}.email-header p{margin:0;max-width:180px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.truncate{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.email-timestamp{flex:none;white-space:nowrap}.email-h2,.email-div,.email-h1,.email-label{color:#fff;padding:2rem}.icon-inbox{color:#4285f4}.icon-sent{color:#34a853}.icon-draft{color:#fbbc05}.icon-spam{color:#ea4335}.icon-trash{color:#888}.email-search-panel{margin:16px 0;padding:12px;border:1px solid #ccc;border-radius:8px}.email-search-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:10px}.email-search-grid input{width:100%;padding:6px 8px;box-sizing:border-box}.email-results-count{margin:10px 0;font-weight:700}.settings-page-outer-div{padding:2rem}.settings-page-h1,.settings-page-span,.settings-page-input,.settings-page-p{color:#fff}.settings-page-inner-div,.settings-page-p{margin-top:1rem}.settings-page-label{display:flex;align-items:center;cursor:pointer;gap:0}.settings-page-input{display:flex;gap:0px;width:15px}.settings-page-inner-div{display:flex;gap:0px}.public-profile-header{min-height:100vh;min-width:100vw}.public-profile-header.dark{border-radius:12px;padding:2rem;z-index:1;background-color:#000;color:#fff}.public-profile-header.green{border-radius:12px;padding:2rem;z-index:1;background-color:#051d01;color:#fff;min-height:100vh}.public-profile-header.blue{border-radius:12px;padding:2rem;z-index:1;background-color:#001b3a;color:#fff;min-height:100vh}.public-profile-header.red{border-radius:12px;padding:2rem;z-index:1;background-color:#1c0000;color:#fff}.public-profile-header.purple{border-radius:12px;padding:2rem;z-index:1;background-color:#360c30;color:#fff}.public-profile-header.light{border-radius:12px;padding:2rem;z-index:1;background-color:#f0f0f0;color:#000;min-height:100vh}.public-profile-wrapper{border-radius:12px;padding:2rem;margin:2rem auto;max-width:1700px;z-index:1;min-height:100vh;overflow-wrap:break-word;background-color:#ffffff1a}.public-profile-wrapper p,.public-profile-wrapper label,.public-profile-wrapper h1{color:#fff}.public-profile-wrapper.light p,.public-profile-wrapper.light label,.public-profile-wrapper.light h1{color:#000}.public-profile-wrapper.light{background:white;opacity:100%;border:1px solid black;min-height:100vh}.public-profile-toggle-theme-label,.current-theme{color:#fff;background:black}.current-theme{opacity:.75}.public-profile-theme-toggle p{color:#fff;width:100px}.public-profile-theme-buttons{gap:1rem;border-radius:500px}.public-profile-theme-button-light,.public-profile-theme-button-dark,.public-profile-theme-button-green,.public-profile-theme-button-blue,.public-profile-theme-button-purple,.public-profile-theme-button-red{border-radius:500px}.contact-h1,.contact-span,.contact-input,.contact-p{color:#fff}.contact-p-error{color:red}.contact-p{margin-top:1rem}.contact-label{display:flex;align-items:center;cursor:pointer;gap:0}.contact-input{display:flex;gap:0px;width:15px}.contact-page-container{padding:2rem}html,body{margin:0;padding:0;height:auto;width:auto}label{color:#fff}select{padding:8px}div#root{margin:0;padding:0}.active{color:#000}button{font-family:Times New Roman;font-size:14px}
