@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap);body,html{margin:0;padding:0;width:100%;height:100%}body{margin:0;font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f1f1f1}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.viewer{transition:all .3s linear}.viewer .imgContainer{position:relative;height:100vh;width:100vw;background-color:#f1f1f1}.viewer .fullscreen,.viewer .imgContainer>div{height:100%;width:100%}.viewer .fullscreen{position:absolute;background-color:#f1f1f1;top:0;left:0}.viewer .cloudimage-inner-box{height:100%!important}.viewer .cloudimage-inner-box img{height:100%!important;width:100%!important}.gallery .arrowDown{position:absolute;bottom:8%}.gallery .imgContainer{overflow:hidden}.gallery .imgContainer .imgNameOverlay{position:absolute;bottom:1%;left:0;background-color:#fff;min-width:300px;min-height:45px;border-radius:10px;padding:20px}.gallery .imgContainer .modal{display:flex;background-color:#fff;position:fixed;top:30%;left:17%;width:60%;height:auto;border-radius:10px;z-index:9999}.gallery .imgContainer .modal-dialog{width:100%;height:100%;margin:2%}.gallery .imgContainer .modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px;margin:5px}.gallery .imgContainer .modal-button{color:#000;font-size:20px;font-weight:700;cursor:pointer;border:none;background-color:transparent}.gallery .imgContainer .modal-body audio{width:100%}@media only screen and (max-width:900px){.gallery .imgContainer .modal{width:80%;top:30%;left:10%}.gallery .imgContainer .modal-body audio{width:100%}}.gallery .imgContainer img{object-fit:contain;height:100%;width:100%;display:none}.gallery .imgContainer video{width:90%;height:90%;display:none;margin:1% auto;align-self:center;align-items:center;justify-content:center}.gallery .thumbnail{position:absolute;right:20px;max-height:650px;display:flex;padding:10px;border:.5px solid hsla(0,0%,70.2%,.534);border-radius:3px;flex-direction:column;overflow-y:scroll;top:47%;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);transform:translateY(-50%);-ms-overflow-style:scrollbar;scrollbar-width:1px}.gallery .thumbnail .audioThumb img,.gallery .thumbnail .videoThumb img{object-fit:contain;width:60%;padding:10px}.gallery .thumbnail::-webkit-scrollbar{display:none}.gallery .thumbnail img{height:80px;width:144px;object-fit:contain;cursor:pointer;margin-bottom:10px}.gallery .thumbnail .active{border:2px solid #70f043}.gallery .dropdown{position:absolute;right:20px;top:20px;z-index:1}.gallery .controls li:first-child img{display:none}.gallery .audio{position:relative;top:0;right:100%;justify-content:end}@media only screen and (max-width:900px){.gallery .dropdown,.gallery .thumbnail{right:5px}.gallery .thumbnail{flex-direction:row;bottom:5px;transform:none;top:auto;overflow-y:hidden;overflow-x:scroll;height:auto;right:50%;transform:translate(50%);width:100%}.gallery .thumbnail .audioThumb img,.gallery .thumbnail .videoThumb img{object-fit:contain;height:60px;width:100px;padding:0;margin:0}.gallery .thumbnail img{height:60px;width:144px;margin-right:10px;margin-bottom:5px}.gallery .imgContainer video{height:80%;display:none}.gallery .audio{position:absolute;top:70vh;right:0;color:#000}.gallery .imgContainer{overflow:hidden}.gallery .imgContainer .imgNameOverlay{position:absolute;bottom:14%;left:1%;background-color:#fff;min-width:30%;min-height:7%;max-width:400px;max-height:50px;border-radius:10px;padding:20px}}.controls{position:absolute;right:20px;bottom:20px}.controls img{height:20px}.controls li{background-color:#fff;height:40px;width:40px}.controls button{height:100%;width:100%;border:0;background-color:transparent;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:box-shadow .3s}.controls button:hover{box-shadow:0 5px 20px rgba(0,0,0,.05)}.controls button:disabled{cursor:unset;opacity:.2}.controls li:first-child{margin-bottom:10px;background-color:transparent}.controls li:first-child img{height:25px}.controls li:nth-child(2){margin-bottom:10px;border-radius:8px}.controls li:nth-child(3){border-radius:8px 8px 0 0}.controls li:nth-child(4){border-top:2px solid #e5e5e5;border-radius:0 0 8px 8px}@media only screen and (max-width:900px){.controls{left:0;bottom:85px;width:100%;display:flex;justify-content:space-between;padding:0 10px}.controls li:nth-child(3),.controls li:nth-child(4){display:none}}.tabs{position:absolute;left:20px;top:20px;z-index:100001}.tabs ul{overflow:hidden;z-index:0;--i:-1}.tabs li,.tabs ul{display:flex;position:relative}.tabs li{height:36px;width:110px;background-color:#fff;padding:0 10px;justify-content:center;align-items:center;cursor:pointer;border-right:1px solid #e5e5e5}.tabs li:hover{box-shadow:0 5px 20px rgba(0,0,0,.05)}.tabs li:first-child{border-radius:50px 0 0 50px;border-right:1px solid #e5e5e5}.tabs li:last-child{border-radius:0 50px 50px 0;border-right:0}.tabs input{position:absolute;opacity:0;height:100%;width:100%;cursor:pointer}.tabs label{font-size:12px;font-weight:bolder;text-transform:uppercase;min-width:calc(100%/var(--length));z-index:2;float:left;text-align:center;text-shadow:none;position:relative;cursor:pointer;pointer-events:none}.tabs .active{background:#303030}.tabs input:checked+label{color:#fff}.tabs .dropdown .options{text-transform:uppercase}@media only screen and (max-width:900px){.tabs{left:5px}.tabs input{opacity:1}.tabs .dropdown{width:144px}}.dropdown{position:relative;width:210px;height:36px}.dropdown:before{content:"";position:absolute;top:10px;right:20px;z-index:1000;width:6px;height:6px;border-right:2px solid #c4c4c4;border-top:2px solid #c4c4c4;border-color:#fff #fff #c4c4c4 #c4c4c4;border-style:solid;border-width:2px;transform:rotate(-45deg);transition:.5s;pointer-events:none}.dropdown.active:before{top:16px;transform:rotate(-225deg)}.dropdown.inactive:before{content:none}.dropdown input{top:0;left:0;height:100%;cursor:pointer;font-size:12px;font-weight:bolder;text-transform:uppercase;border:none;outline:none;padding:12px 20px;border-radius:50px}.dropdown .options,.dropdown input{position:absolute;width:100%;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.05)}.dropdown .options{top:40px;border-radius:10px;display:none;font-size:14px}.dropdown.active{background-color:transparent}.dropdown.active .options{display:block}.dropdown .options div{padding:8px 20px;cursor:pointer}.dropdown .options div:hover{font-weight:bolder}.dropdown .options div ion-icon{position:relative;top:4px;font-size:1.2em;margin-right:10px}.audioDropdown{position:relative;width:200px;height:36px}.audioDropdown:before{content:"";position:absolute;top:10px;right:20px;z-index:1000;width:6px;height:6px;border-right:2px solid #c4c4c4;border-top:2px solid #c4c4c4;border-color:#fff #fff #c4c4c4 #c4c4c4;border-style:solid;border-width:2px;transform:rotate(-45deg);transition:.5s;pointer-events:none}.audioDropdown.active:before{top:16px;transform:rotate(-225deg)}.audioDropdown input{top:0;left:0;height:100%;cursor:pointer;font-size:12px;font-weight:bolder;text-transform:uppercase;border:none;outline:none;padding:12px 20px;border-radius:50px}.audioDropdown .AudioOptions,.audioDropdown input{position:absolute;width:100%;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.05)}.audioDropdown .AudioOptions{top:40px;right:0;border-radius:10px;display:none;font-size:14px}.audioDropdown.active{background-color:transparent}.audioDropdown.active .AudioOptions{display:block}.audioDropdown .AudioOptions div{padding:8px 20px;cursor:pointer}.audioDropdown .AudioOptions div:hover{font-weight:bolder}.audioDropdown .AudioOptions div ion-icon{position:relative;top:4px;font-size:1.2em;margin-right:10px}.hotspotContainer{position:absolute;top:50%;transform:translateY(-50%);bottom:10px;max-height:440px;width:570px;z-index:1;background-color:#fff;padding:10px;text-align:left}.hotspotContainer .close{position:absolute;top:20px;right:20px;height:25px;width:25px;padding:3px;cursor:pointer;border:.5px solid rgba(0,0,0,.474);border-radius:2px;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.5)}.hotspotContainer .img{height:309px;width:100%}.hotspotContainer .img img{object-fit:cover;height:100%;width:100%}.hotspotContainer .title{font-size:24px;margin:10px 0}.hotspotContainer a{color:#70f043;font-size:14px;text-decoration:none}@media only screen and (max-width:900px){.hotspotContainer{top:85%;height:177px;width:250px}.hotspotContainer .img{height:123px}.hotspotContainer .title{font-size:15px}}.loader{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:900;font-size:16px;line-height:22px;letter-spacing:1px;text-align:center;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(.15deg,rgba(70,81,102,.7) .15%,rgba(70,81,102,0) 99.89%);position:absolute;top:0;z-index:100000}.loader .container{height:4px;width:160px;background-color:#fff;border-radius:2px;margin-top:11px}.loader .progress{height:4px;background:linear-gradient(225deg,#70f043,#44d511);border-radius:2px}.modal{display:flex;background-color:#fff;position:fixed;top:1%;left:37%;width:30%;height:auto;border-radius:10px;z-index:9999}.modal-dialog{width:100%;height:100%;margin:2%}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px;margin:5px}.modal-button{color:#000;font-size:20px;font-weight:700;cursor:pointer;border:none;background-color:transparent}.modal-body audio{width:100%}@media only screen and (max-width:900px){.modal{width:80%;top:10%;left:10%}.modal-body audio{width:100%}}.App{text-align:center;color:#303030}.App-logo{height:40vmin;pointer-events:none}h1,h2,h3,p,ul{margin:0}ul{padding-left:0;list-style-type:none}.hide-mobile{display:block}.hideDesktop{display:none}.error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px}.panButton{bottom:30%!important;right:20px!important;height:40px!important;width:40px!important;padding:5px!important}.panView{right:5%!important}.error-screen{position:absolute;height:100%;width:100%;display:flex;justify-content:center;align-items:center}.error-screen .error-box{max-width:70%;border:1px solid #000;color:#000;padding:25px 30px;font-size:14px;background-color:rgba(255,0,0,.2);text-align:center}@media only screen and (max-width:900px){.hide-mobile{display:none!important}.hideDesktop{display:block}.panButton{bottom:22%!important;right:10px!important}.panView{right:55px!important}}
/*# sourceMappingURL=main.b610ad88.chunk.css.map */