@keyframes slideInFromLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideOutToLeft{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.IndivPopUpMaincolumn{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:absolute;top:10%;left:-100%;width:70vw;height:85vh;border-radius:var(--border-radius-card);background-color:rgba(var(--bg));box-shadow:0 0 0 1px rgba(var(--border-low));color:rgba(var(--fg));padding:.5rem;z-index:1000;transition:all .5s ease-in-out}.slide-in{animation:slideInFromLeft .5s forwards;left:10%}.slide-out{animation:slideOutToLeft .5s forwards}.IndivPopUpTitlerow{justify-content:space-between;width:66vw;height:7vh;box-shadow:0 2px 2px -2px rgba(var(--border-low))}.IndivPopUpTitlerow,.IndivPopUpTitlespan{display:flex;flex-direction:row;align-items:center}.IndivPopUpTitlespan{width:20vw;height:5vh;justify-content:flex-start;color:rgba(var(--fg));font-weight:600;font-size:1rem}.IndivPopUpTitleCloseButton{width:2vw;height:5vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.IndivPopUpTitleCloseButton span{color:rgba(var(--fg));font-weight:600;font-size:1.2rem}.IndivPopUpTitleCloseButton:hover span{color:rgba(var(--fg-high))}.IndivPopUpCategoryButtonsContainerrow{align-items:flex-end;justify-content:flex-start;width:66vw;height:7vh;margin-top:1vh}.IndivPopUpCategoryButton,.IndivPopUpCategoryButtonsContainerrow{display:flex;flex-direction:row;box-shadow:0 2px 2px -2px rgba(var(--border-low))}.IndivPopUpCategoryButton{align-items:center;justify-content:center;width:9vw;height:4vh;padding:1.8%}.IndivPopUpCategoryButton:hover{box-shadow:0 2px 2px -2px rgba(var(--fg-title))}.IndivPopUpCategoryButton span{color:rgba(var(--fg-low));font-weight:600;font-size:.8rem;margin-left:.5%}.IndivPopUpCategoryButton:hover span{color:rgba(var(--fg))}.IndivPopUpCategoryButtonSelected{box-shadow:0 2.5px 2px -2px rgba(var(--fg-title-high))}.IndivPopUpCategoryButtonSelected span{color:rgba(var(--fg-high))}.IndivPopUpTourButton{display:flex;flex-direction:row;align-items:center;justify-content:center;width:9vw;height:4vh;margin-left:15vw;margin-bottom:1.6vh;padding:1.8%;color:rgb #cfe4ff;border-radius:var(--border-radius-button);background-color:rgba(var(--accent))}.IndivPopUpTourButton:hover{box-shadow:0 2px 2px -2px rgba(var(--fg-title));background-color:rgba(var(--accent-high))}.IndivPopUpTourButton span{color:rgba(var(--fg-low));font-weight:600;font-size:.8rem;margin-left:.5%}.IndivPopUpTourButton:hover span{color:rgba(var(--fg-high))}.IndivPopUpTourButtonSelected{box-shadow:0 2.5px 2px -2px rgba(var(--fg-title-high))}.IndivPopUpTourButtonSelected span{color:rgba(var(--fg-high))}.IndivPopUpContentcolumn{width:65vw;height:65vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(var(--accent)) transparent}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#31393f}.IndivPopUpContentTitlerow{width:65vw;padding:1%;display:flex;flex-direction:row;justify-content:center;align-items:center;box-shadow:0 2px 2px -2px rgba(var(--border-low))}.IndivPopUpContentTitlerow span{width:60vw;min-height:20vh;max-height:auto;color:rgba(var(--fg));font-weight:700;font-size:.8rem;white-space:normal;word-wrap:break-word;overflow:hidden;display:block}.IndivPopUpContentrow{width:65vw;padding:1%;display:flex;flex-direction:row;justify-content:center;align-items:center;box-shadow:0 2px 2px -2px rgba(var(--border-low))}.IndivPopUpContentrow span{justify-content:center;max-height:auto;color:rgba(var(--fg));font-weight:700;font-size:.8rem}.IndivPopUpContentImagerow,.IndivPopUpContentrow span{display:flex;flex-direction:row;align-items:center;width:30vw;height:40vh}.IndivPopUpContentImagerow{justify-content:flex-start}.IndivPopUpContentrow img{width:28vw;height:38vh;-o-object-fit:contain;object-fit:contain}.IndivPopUpContentImagecolumn{width:35vw;height:65vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.IndivPopUpContentImagecolumn img{width:34vw;height:63vh;-o-object-fit:fill;object-fit:fill}.IndivPopUpButtonsrow{width:65vw}.IndivPopUpButtonsrow,.IndivPopUpCheckBox{height:4vh;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.IndivPopUpCheckBox{width:28vw}.IndivPopUpCheckBox span{font-weight:700;font-size:.7rem;color:rgba(var(--fg));margin-left:.5vw}.IndivPopUpButton{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:2%;width:7vw;height:4vh;background:#1a2e41;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.75)}.IndivPopUpButton:hover{border:1px solid #ccc4c4}.IndivPopUpButton span{color:rgba(var(--fg));font-weight:600;font-size:.7rem;margin-left:.5%}.IndivPopUpButton:hover span{color:#eee7e7}@media (max-width:768px){@keyframes slideInFromLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideOutToLeft{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.IndivPopUpMaincolumn{width:85vw;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:absolute;top:10%;left:-100%;height:85vh;border-radius:var(--border-radius-card);background-color:rgba(var(--bg));box-shadow:0 0 0 1px rgba(var(--border-low));color:rgba(var(--fg));padding:.5rem;z-index:1000;transition:all .5s ease-in-out}.slide-in{animation:slideInFromLeft .5s forwards;left:10%}.slide-out{animation:slideOutToLeft .5s forwards}.IndivPopUpTitlerow{width:80vw}.IndivPopUpTitleCloseButton{width:4vw}.IndivPopUpCategoryButtonsContainerrow{width:80vw}.IndivPopUpCategoryButton{width:16vw}.IndivPopUpTourButton{width:15vw;height:6vh;margin-left:5vw;margin-bottom:1vh}.IndivPopUpContentTitlerow,.IndivPopUpContentTitlerow span,.IndivPopUpContentcolumn{width:80vw}.IndivPopUpContentrow{width:80vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.IndivPopUpContentrow span{width:80vw;height:auto;padding-top:2vh;padding-bottom:2vh}.IndivPopUpContentImagerow,.IndivPopUpContentrow img{width:80vw;height:auto}.IndivPopUpButtonsrow{width:80vw}.IndivPopUpCheckBox{width:50vw}}