@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-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--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.menu-button{border-top:1px solid rgba(200,200,200,.2);width:100%;padding:.75rem 1.5rem;-webkit-user-select:none;user-select:none}.menu-button:last-child{border-bottom:1px solid rgba(200,200,200,.2)}.menu-button:hover{background-color:#333;cursor:pointer}#popup-menu{position:fixed;top:3rem;right:0;width:16rem;height:fit-content;z-index:200;background-color:#000000e6;display:flex;justify-content:center;flex-direction:column;align-items:center;color:#fff;font-size:18px;font-weight:400;letter-spacing:1px}.ceiling-title{font-size:1.25rem!important}@media (min-width: 641px){.ceiling-title.is-login-page{display:none}}.ceiling-nav{display:flex;justify-content:space-between;align-items:center;height:3rem;padding-left:4px;padding-right:4px;color:#fff;position:fixed;top:0;left:0;width:100%;z-index:100;background-color:#000}.ceiling-nav div{width:40px;overflow:visible;white-space:nowrap;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:unset;letter-spacing:1px}.ceiling-nav .ceiling-side{margin-right:1.25rem;margin-left:1.25rem;justify-content:flex-start}.ceiling-nav .ceiling-side span{padding-left:1rem}.ceiling-nav .ceiling-side img{height:2rem}@media (max-width: 640px){.ceiling-nav .ceiling-side span{display:none}}b[data-v-c7952c38]{color:#fff;font-weight:600}.hover-hand{cursor:pointer}*{font-family:IBM Plex Sans,sans-serif}h1{margin-top:1.75rem;margin-bottom:.75rem}h2{margin-bottom:.5rem}body{background-color:#000}body div#app{display:flex;margin:0;padding:0}:root{--popper-theme-background-color: #333333;--popper-theme-background-color-hover: #333333;--popper-theme-text-color: #ffffff;--popper-theme-border-width: 0px;--popper-theme-border-style: solid;--popper-theme-border-radius: 6px;--popper-theme-padding: 32px;--popper-theme-box-shadow: 0 6px 30px -6px rgba(0, 0, 0, .25)}img.info-icon{width:14px;height:14px;margin-left:2px;margin-top:-10px}.w-200{width:200px!important;min-width:200px!important;max-width:200px!important}.w-100{width:100px!important;min-width:100px!important;max-width:100px!important}div.div-button a{font-size:16px;font-weight:400}div.is-small,button.is-small{padding-top:5px;padding-bottom:5px}button.is-tiny{padding:2px}div.is-narrow,button.is-narrow{width:16rem;min-width:16rem;max-width:16rem}button.is-red{border-color:#ff2e00;color:#ff2e00}.centerized{display:flex;justify-content:center;align-items:center}.clean-link{text-decoration:none;color:inherit}main{flex:1;height:100dvh;max-height:100dvh;overflow-y:auto}@media (max-width: 768px){main{width:100%;margin:0 auto;padding:0!important}}.container{width:100%}[data-theme=light],:root:not([data-theme=dark]){--primary: #0068c9;--primary-hover: #0051a3;--primary-focus: rgba(0, 104, 201, .125);--primary-inverse: #fff}@media only screen and (prefers-color-scheme: dark){:root:not([data-theme]){--primary: #0068c9;--primary-hover: #0051a3;--primary-focus: rgba(0, 104, 201, .25);--primary-inverse: #fff}}[data-theme=dark]{--primary: #0068c9;--primary-hover: #0051a3;--primary-focus: rgba(0, 104, 201, .25);--primary-inverse: #fff}.input-white{border-color:#fff;border-radius:4px;background-color:#000;color:#fff}.form-item{padding-left:16px;padding-right:16px;width:100%}.Toastify__close-button{width:fit-content!important}.floor-button{position:fixed;padding:16px;bottom:24px;width:100%;margin-bottom:16px}.floor-button button{margin:0 auto}.floor-button.centered{width:14rem;left:calc(50% - 7rem)}a.link{font-size:20px;color:#fff;text-decoration:underline}a.link:hover{text-decoration-color:#7fffd4;color:#7fffd4}#uploading{width:100dvw;height:100dvh;background-color:#000;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:20px;font-weight:300;position:fixed;top:0;left:0;z-index:100}.event-list-card-activity{position:absolute;top:4px;border-radius:20px;color:#fff;padding:5px 20px;letter-spacing:.1px;font-size:16px;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.5);left:4px;background-color:#3fb2ff93}.event-list-card-activity.inactive{background-color:#c8c8c893}.event-list-card-manage-event{position:absolute;top:4px;border-radius:20px;color:#fff;padding:5px 20px;letter-spacing:.1px;font-size:16px;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.5);right:4px;background-color:#00000093}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000001a,#0000004d 50%,#000000b3,#000)}.image-overlay-dark{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#00000080 20%,#0009 50%,#000000b3,#000c)}.select-file-button-wrapper{position:absolute;cursor:pointer;overflow:hidden}.select-file-button-wrapper button{margin-top:1rem}.thumbnail{max-width:calc(100dvw - 40px);max-height:500px;object-fit:cover}.cover-image{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom:1px solid black}.cover-component{position:relative;margin-top:-11px;width:100%;height:390px}@media (min-width: 481px) and (max-width: 768px){.cover-component{height:400px}}@media (min-width: 769px){.cover-component{height:500px}}.cover-component img{width:100%;height:100%;object-fit:cover}.cover-button{position:absolute;top:3px;right:3px;border-radius:20px;color:#fff;padding:5px 20px;letter-spacing:.1px;font-size:16px;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#00000093;z-index:12}.cover-button:hover{cursor:pointer}.cover-button img{margin-left:8px;margin-bottom:3px;height:18px;width:18px}.cover-title{position:absolute;width:100%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;z-index:11;top:70%;font-size:30px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.64px}.cover-subtitle{position:absolute;width:100%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;z-index:11;top:84%;font-size:14px;font-style:normal;font-weight:350;line-height:24px;letter-spacing:1px;padding-left:10px;padding-right:10px}.cover-slot{position:absolute;top:96%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center;z-index:11}.cover-slot span{color:#fff;font-size:16px;font-style:normal;font-weight:350;line-height:24px;letter-spacing:.5px}.cover-slot span:first-child{margin-right:14px}.cover-slot span b{font-weight:450;margin-right:4px}.edit-event-button-wrapper{position:absolute;top:1.5rem;left:calc(50% - 90px);width:fit-content}.edit-event-button-wrapper button{width:180px;background-color:#000}.img-cover,.img-cover-zoomed-out{max-height:300px;object-fit:cover;object-position:center;width:100%;position:relative}.title-text-box{display:flex;padding:24px 16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;align-self:stretch}.box-title{color:#fff;text-align:center;font-family:IBM Plex Sans,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:24px;letter-spacing:.48px}.box-text{color:#fff;text-align:center;font-family:IBM Plex Sans,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:16px;letter-spacing:.32px}h2{font-size:2rem;margin-bottom:1rem}#event-list-cards{display:flex;flex-direction:column;gap:1rem}.event-list-card{border-radius:20px;position:relative;width:calc(100dvw - 32px);max-width:100%;height:300px;padding:4px}.event-list-card:hover{cursor:pointer;box-shadow:0 0 10px #0000001a}.event-list-card img{border-radius:20px;width:100%;height:100%;object-fit:cover}.event-list-card-h1{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:24px;font-weight:400;width:100%;text-align:center}.event-list-card-h2{position:absolute;top:81%;left:50%;transform:translate(-50%,-50%);color:#e0e0e0;font-size:12px;font-weight:400;width:100%;text-align:center}.event-list-card-h3{position:absolute;top:90%;left:50%;transform:translate(-50%,-50%);color:#e0e0e0;font-size:12px;font-weight:400;width:100%;text-align:center}.event-list-card-h3 span{margin-right:14px}.event-list-card-h3 span:last-child{margin-right:0}.event-list-card-h3 span b{margin-right:4px}#home-page{display:flex;flex-direction:column;align-items:center;justify-content:center}h1[data-v-0ed18071]{font-weight:400;text-align:center;margin-top:3rem}input[data-v-0ed18071]{text-align:center;font-size:28px;max-width:150px}input[data-v-0ed18071]::placeholder{font-size:26px}.password-or-pin{flex-direction:column}.placeholder{background:url(https://placehold.co/400x600/000000/000) no-repeat center center;background-size:cover}#gallery-style{display:flex;justify-content:center;align-items:center;flex-direction:row}#gallery-style .btn{height:28px;width:52px;border:1px solid #79747e;display:flex;justify-content:center;align-items:center}#gallery-style .btn:hover{cursor:pointer}#gallery-style .left-btn{border-radius:100px 0 0 100px;background:#000;border-right:none}#gallery-style .right-btn{border-radius:0 100px 100px 0;background:#fff;border-left:none}#gallery-head-sticky-container{position:sticky;top:-15px;z-index:1000;background-color:#000;width:100%;height:40px}#gallery-head{margin:56px 16px 16px;display:flex;justify-content:space-between;align-items:center}#gallery-head .left-head{height:36px;width:250px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}#gallery-head .left-head b{color:#fff;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.32px;margin:0}#gallery-head .left-head p{color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.24px;margin:0}#gallery-head .right-head{height:36px;width:102px;display:flex;justify-content:center;align-items:center}.masonry-container{margin:.5rem;display:flex;gap:.5rem}.masonry-column{flex:1;display:flex;flex-direction:column;gap:.5rem}.masonry-item{position:relative}.masonry-item img{display:block;width:100%;height:auto}.checkbox-overlay{position:absolute;padding-left:3px;z-index:1;top:0;width:50px;height:50px;background:linear-gradient(135deg,#00000080,#0006 49%,#0000 50%)}#gallery-page{max-width:1200px;margin:0 auto}#gallery-page .gallery-fullscreen-flow{column-count:1;column-gap:10px;margin-top:16px}#gallery-page .gallery-fullscreen-flow .gallery-item{position:relative;break-inside:avoid;margin-bottom:10px;overflow:hidden}#gallery-page .gallery-fullscreen-flow .gallery-item img{width:100%;height:auto;display:block}#gallery-page .gallery-fullscreen-flow .gallery-item caption{width:100dvw;color:#fff;font-size:12px;text-align:left;font-style:normal;font-weight:350;line-height:normal;letter-spacing:.24px;padding:12px;margin-bottom:12px}@media (max-width: 1000px){#gallery-page .gallery-fullscreen-flow{column-count:1}}@media (max-width: 600px){#gallery-page .gallery-fullscreen-flow{column-count:1}}#upload-hero{position:relative;width:100%;height:390px;padding:4px}@media (min-width: 481px) and (max-width: 768px){#upload-hero{height:400px}}@media (min-width: 769px){#upload-hero{height:500px}}#upload-hero img{border-radius:20px;width:100%;height:100%;object-fit:cover}#who-are-you-hero{padding:24px;text-align:center}#who-are-you-h1{font-size:24px;font-weight:400;color:#fff;margin-bottom:8px}#who-are-you-h2{font-size:16px;font-weight:unset;color:#fff}#who-are-you-h3{font-size:20px;font-weight:400;color:#fff}#sign-in-with-box{padding:24px;text-align:center}#who-are-you-or-continue-with{color:#fff;display:flex;flex-direction:row;height:30px;margin-top:14px;margin-bottom:24px}#who-are-you-or-continue-with span{border-bottom:1px solid white;width:100%;flex-grow:1;height:12.5px}#who-are-you-or-continue-with p{width:450px}[aria-label^="Logg på med Google"],[aria-label^="Sign in with Google"]{opacity:.05}.uploaded-images-container{display:flex;flex-wrap:wrap;gap:3px;width:246px}.uploaded-images-container .uploaded-image-thumb{width:80px;height:80px}.uploaded-images-container .uploaded-image-thumb img{width:100%;height:100%;object-fit:cover}.label-line{border-bottom:1px solid gray;margin-top:.5rem;margin-bottom:1rem}.float-right-label{text-align:right;margin:0 auto;font-size:14px;color:#ccc}label[data-v-6b100d8f]{font-size:18px}p[data-v-6b100d8f]{font-size:20px;color:#fff}.page-body{min-height:calc(100dvh - 7rem)}.page-body-shorter{min-height:calc(100dvh - 6.25rem)}.page-body-shortest{min-height:calc(100dvh - 5.3125rem)}#page-wrapper{margin:0 auto;margin-top:3rem;height:calc(100dvh - 3rem);overflow:auto;max-width:1200px;padding-top:.75rem;padding-bottom:.75rem}#page-wrapper.full-height{margin-top:0rem;height:100dvh;padding-top:0rem}#page-wrapper.full-width{max-width:100%;width:100%}#page-wrapper.padding{padding-left:1.25rem;padding-right:1.25rem}#footer{background-color:#000;color:#fff;display:flex;justify-content:space-evenly;align-items:center;width:100%}#footer div{width:33.3333333333%;text-align:center}#footer div a{color:#d4d4d4;font-size:12px;text-decoration:none}#footer div a:hover{text-decoration:underline}
