@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{font-family:poppins;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--pmc-light-blue: #8d9beb;--pmc-purple: #af71aa;--pmc-red: #e33148;--pmc-black: #2e2e2e;--pmc-dark-purple: #445088;--pmc-light-grey: #dedfe2;--pmc-blue: #333d6c;--pmc-dark-blue: #1d233f;--pmc-midnight-grey: #dce1ff;--pmc-midnight-blue: #262d47;box-sizing:border-box}body,html{margin:0;padding:0;background-color:var(--pmc-dark-blue)}.width-fit{width:90vw;height:95vh;max-width:100%;margin:0 auto}.container{margin-bottom:32vh}.footer{padding-top:1rem;padding-bottom:1rem}@media only screen and (min-width: 992px){.width-fit{width:65vw}}.container{padding:3rem 0}.button-dark-purple{font-family:inherit;font-size:1rem;line-height:1.5;color:#fff;background-color:var(--pmc-dark-purple);border:none;border-radius:4px;padding:8px 16px;cursor:pointer;transition:background-color .3s ease}.button-dark-purple:hover{background-color:var(--pmc-light-blue)}@media screen and (max-width: 600px){.width-fit{width:90vw;max-width:100%;margin:0 auto}}.footer-container{width:100%;margin:auto;display:flex;justify-content:center}.footer-text{color:#fff;font-weight:700;text-align:center}.footer-link{text-decoration:none;color:transparent;background:linear-gradient(90deg,#e33148,#8d9beb);-webkit-background-clip:text;background-clip:text}@media screen and (max-width: 480px){.footer-text{font-size:small}}.event-date{color-scheme:light dark;color:#ffffffde;font-size:12px;margin-right:650px}.card{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;position:relative;overflow:hidden;flex-direction:column;flex:1}.card-container{width:100%;display:flex;flex-direction:row;gap:1rem;justify-content:space-between}.event{display:flex;background-color:var(--pmc-blue);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:2rem;border-radius:.7rem;text-align:left;align-items:start;color:#fff;position:relative;z-index:1;box-sizing:border-box}.event-name{font-size:x-large;font-weight:700}.event-col{box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.event-col>h2{margin-top:.5rem}.event:hover{box-shadow:0 8px 16px #0003}.event-image{margin-left:10px;border-radius:13px;width:15rem;height:15rem;box-shadow:0 8px 16px #0003}.event-time-loc{font-style:normal;font-weight:510;font-size:16px;line-height:19px;color:#fff;flex:none;order:0;flex-grow:0}.event-description{height:4.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;box-sizing:border-box;text-overflow:ellipsis}.event-button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:10.75rem;height:3rem;padding-top:.5rem;padding-bottom:.5rem;background:#fff;border-radius:50px;flex:none;flex-grow:0;color:var(--pmc-blue);font-size:normal;font-weight:500;font-family:inherit;border:none;align-self:flex-start;cursor:pointer;order:1}.event-button:disabled{background:#6c757d;color:#d3d3d3;cursor:not-allowed}.event-button:hover{border-color:#fff;box-shadow:0 8px 16px #0000001a}.error-message{color:#d3d3d3;margin:10px 0 0;order:2}.event-button:focus,.event-button:focus-visible{outline:4px auto -webkit-focus-ring-color}.disabled-card{pointer-events:none}.disabled-card .overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:12px;background:#2a3256db;z-index:2}.disabled-comment{color:#fff;font-size:18px;font-weight:700;text-align:center;z-index:3}@media screen and (max-width: 768px){.event{width:100%}.event-image{width:16rem}}@media screen and (max-width: 600px){.card-container{flex-direction:column-reverse;align-items:start;gap:2rem}.event-time-loc{font-size:large}.event-name{font-size:xx-large}.event-col{width:100%}.event-image{margin-left:0;align-self:center}.event-button{width:100%;font-size:large;height:2.5rem}}
