@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap";a{color:inherit;text-decoration:none}.navbar{box-sizing:border-box;color:#ece0a6;z-index:100;width:100%;height:65px;font-family:inherit;font-size:1em;position:fixed;top:0;left:0}.navbar-background{background-color:#0000;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;height:100%;padding:5px 55px;display:grid;position:relative}.navbar-background:before{content:"";width:calc(var(--nav-bg-width) + 2px);height:calc(var(--nav-bg-height) + 2px);border-radius:var(--nav-bg-radius,25px);z-index:0;background-color:#ab3130;transition:width .22s ease-out,height .22s ease-out,border-radius .22s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.logo-div,.navbar-pages,.search-and-signin-section{z-index:1;position:relative}.nav-link{color:#ece0a6}.logo{object-fit:contain;width:auto;height:45px}.logo-div{flex-direction:column;justify-content:center;justify-self:start;display:flex}.navbar-dropdown{height:100%;position:relative}.dropdown-trigger{cursor:pointer;font:inherit;background:0 0;border:none;position:relative}.dropdown-menu{z-index:10;background:#ab3130;flex-direction:column;min-width:180px;display:flex;position:absolute;top:100%;left:0%;box-shadow:0 4px 12px #00000026}.dropdown-item{color:#ece0a6;padding:12px 16px;text-decoration:none}.dropdown-item:hover{color:#ab3130;background-color:#ece0a6}.navbar-pages{border-radius:25px;justify-content:center;align-items:center;gap:10px;height:73%;padding:0 25px;display:flex}.nav-link{transition:all .1s ease-in}.nav-link:hover{color:#ab3130;background-color:#ece0a6;border-radius:14px}.nav-link,.nav-link-active{box-sizing:border-box;font-synthesis:none;justify-content:center;align-items:center;height:100%;padding:0 15px;font-weight:400;display:flex}.nav-link-active{color:#ab3130;background-color:#ece0a6;border-radius:14px}.search-and-signin-section{justify-content:space-between;justify-self:end;align-items:center;gap:7px;display:flex}.search-icon-div{box-sizing:border-box;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:5px;display:flex;position:relative}#search-icon{stroke-width:3.5px;cursor:pointer;width:110px;height:24px;position:absolute}.sign-in{cursor:pointer;border:.1rem solid #ece0a6;border-radius:15px;justify-content:center;align-items:center;padding:3px 20px;transition:all .2s ease-in;display:flex}.sign-in:hover{color:#ab3130;background-color:#ece0a6;font-weight:600}.user-account-div{cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:28px;height:28px;display:flex}#user-account-icon{color:#ece0a6;width:75%;height:75%}.account-dropdown-menu{z-index:10;background-color:#ab3130;flex-direction:column;min-width:180px;display:flex;position:absolute;top:105%;right:0%;box-shadow:0 4px 12px #00000026}.account-dropdown-item{box-sizing:border-box;color:#ece0a6;cursor:pointer;width:100%;font:inherit;text-align:left;background:0 0;border:none;align-items:center;padding:12px 16px;text-decoration:none;display:flex}.account-dropdown-item:hover{color:#ab3130;background-color:#ece0a6}.mobile-menu-trigger{cursor:pointer;z-index:1;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:none;position:relative}#mobile-menu-icon{color:#ece0a6;width:26px;height:26px}.mobile-menu{z-index:99;opacity:0;pointer-events:none;background-color:#ab3130;flex-direction:column;width:100%;max-height:0;transition:max-height .3s,opacity .2s;display:flex;position:fixed;top:65px;left:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.mobile-menu.mobile-menu-open{opacity:1;pointer-events:auto;max-height:500px}.mobile-nav-link{box-sizing:border-box;color:#ece0a6;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;padding:14px 20px;text-decoration:none}.mobile-nav-link:hover{color:#ab3130;background-color:#ece0a6}.mobile-menu-divider{background-color:#ece0a64d;height:1px;margin:4px 0}@media (width<=1024px){.navbar-background:before{content:none}.navbar-background{background-color:#ab3130;justify-content:space-between;align-items:center;padding:5px 20px;display:flex}.navbar-pages,.search-and-signin-section{display:none}.mobile-menu-trigger{display:flex}}#guest-main{--background-color:#fff;background-color:var(--background-color);height:100%}:root{--base-color:#1b1b1b;--background-color:white;--background-highlight-color:#c22e2d;--text-highlight-color:white;--text-hover-color:#c22e2d;--text-color:#b0b0b0}#sidebar{box-sizing:border-box;background-color:var(--background-color);text-wrap:nowrap;border:none;border-top-right-radius:18px;border-bottom-right-radius:25px;align-self:start;width:250px;height:100vh;padding:5px 1em;transition:all .3s ease-in-out;position:sticky;top:0;overflow:hidden;box-shadow:0 4px 8px #0003,0 6px 20px 3px #00000030}#sidebar.close{width:60px;padding:5px}#sidebar ul{list-style:none}#sidebar>ul>li:first-child{justify-content:flex-end;margin-bottom:16px;display:flex}#sidebar>ul>li:first-child .logo{aspect-ratio:16/9;height:55px;padding:0 2px}#sidebar li a{width:100%}#sidebar ul li a.active{background-color:var(--background-highlight-color);color:var(--text-highlight-color)}#sidebar ul li a.active svg{fill:var(--text-highlight-color)}#sidebar a,#sidebar .dropdown-btn,#sidebar .logo{color:var(--base-color);border-radius:.5em;align-items:center;gap:1.1em;padding:.85em;text-decoration:none;display:flex}.dropdown-btn{text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:none}#sidebar svg{fill:var(--base-color);flex-shrink:0}#sidebar a span,#sidebar .dropdown-btn span{color:var(--base-color);flex-grow:1}#sidebar a:hover,#sidebar .dropdown-btn:hover{color:var(--text-hover-color)}:is(#sidebar a:hover,#sidebar .dropdown-btn:hover)>svg{fill:var(--text-hover-color)}:is(#sidebar a:hover,#sidebar .dropdown-btn:hover)>span{color:var(--text-hover-color)}#sidebar ul li a.active>span,#sidebar ul li a.active:hover>span{color:var(--text-highlight-color)}#sidebar ul li a.active:hover>svg{fill:var(--text-highlight-color)}#sidebar .sub-menu{grid-template-rows:0fr;transition:all .3s ease-in-out;display:grid}#sidebar .sub-menu>div{overflow:hidden}#sidebar .sub-menu.show{grid-template-rows:1fr}.dropdown-btn svg{transition:all .2s}.rotate svg:last-child{rotate:180deg}#sidebar .sub-menu a{padding-left:2em}#toggle-btn{cursor:pointer;background:0 0;border:none;border-radius:.5em;margin-left:auto;padding:1em}#toggle-btn svg{transition:rotate .15s}#toggle-btn:hover{background-color:var(--background-highlight-color)}#toggle-btn:hover svg{fill:var(--background-color)}#exit-admin-button{color:var(--base-color);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.5em;align-items:center;gap:1.1em;width:100%;padding:.85em;font-family:inherit;display:flex;position:absolute;bottom:5%}#exit-admin-button span{text-align:left;color:var(--base-color);flex-grow:1;align-self:center;margin-left:4px;font-size:1.1rem}#exit-admin-button svg{transform:scaleX(-1)}#exit-admin-button:hover svg{fill:var(--text-hover-color)}#exit-admin-button:hover svg+span{color:var(--text-hover-color)}.officer-layout{background-color:#f5f6f8;grid-template-columns:auto 1fr;display:grid}.event-carousel{box-sizing:border-box;background-color:#000;width:100%;height:100vh;position:relative;overflow:hidden}.event-image{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.overlay{box-sizing:border-box;z-index:1;background-image:linear-gradient(90deg,#000000b3,#0000004d,#fff0);width:100%;height:100%;position:absolute;inset:0}.event-content-div{box-sizing:border-box;z-index:1;width:100%;height:50%;position:absolute;top:47%;translate:0 -50%}.carousel-arrow-left{position:absolute;top:50%;left:10%}.carousel-arrow-right{position:absolute;top:50%;right:10%}.event-text-group{flex-direction:column;align-items:center;gap:15px;height:100%;display:flex}.event-name-div{box-sizing:content-box;width:55%}.event-name{color:#fff;text-shadow:0 4px 4px #0000004d;text-align:center;text-transform:capitalize;font-family:inherit;font-size:5.5rem;font-weight:600;line-height:1.1}.event-description-div{color:#fff;text-align:center;width:55%}.carousel-arrow-left{cursor:pointer;z-index:3;background:0 0;border-style:hidden;border-top-right-radius:5%;border-bottom-right-radius:5%;width:40%;height:100%;transition:all .1s ease-out;position:absolute;top:0;left:0}.carousel-arrow-left>svg{fill:#ffffff5a;width:50px;height:50px;position:absolute;top:50%;left:25%;translate:50%}.carousel-arrow-left:hover{border-color:#fff}.carousel-arrow-left:hover>svg{fill:#fff}.carousel-arrow-left:active{background-color:#ffffff3b}.carousel-arrow-left:active>svg{fill:#ffffff3b}.carousel-arrow-right{cursor:pointer;z-index:3;background:0 0;border-style:hidden;border-top-left-radius:5%;border-bottom-left-radius:5%;width:40%;height:100%;transition:all .1s ease-out;position:absolute;top:0;right:0}.carousel-arrow-right>svg{fill:#ffffff5a;width:50px;height:50px;position:absolute;top:50%;right:25%;translate:-50%}.carousel-arrow-right:hover{border-color:#fff}.carousel-arrow-right:hover>svg{fill:#fff}.carousel-arrow-right:active{background-color:#ffffff3b}.carousel-arrow-right:active>svg{fill:#ffffff3b}.register-button{color:#ece0a6;letter-spacing:.05em;cursor:pointer;text-transform:uppercase;background-image:linear-gradient(19deg,#e8574f 0%,#c22e2d 100%);border:none;border-radius:10em;align-items:center;height:2.8em;padding:.35em 3.3em .35em 1.2em;font-family:inherit;font-size:17px;font-weight:500;transition:all .6s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;box-shadow:0 0 1.6em #c22e2d66,0 0 1.6em #ece0a64d}.register-button .icon{background:#ece0a6;border-radius:10em;justify-content:center;align-items:center;width:2.2em;height:2.2em;margin-left:1em;transition:all .6s cubic-bezier(.23,1,.32,1);display:flex;position:absolute;right:.3em}.register-button:hover .icon{width:calc(100% - .6em)}.register-button .icon svg{color:#c22e2d;width:1.1em;transition:transform .3s}.register-button:hover .icon svg{transform:translate(.1em)}.register-button:active .icon{transform:scale(.9)}.slider{width:100%;height:100%;position:absolute;inset:0}.slider-stack{position:absolute;inset:0}.enter-slide{z-index:2}.exit-slide{z-index:1}@keyframes enterFromRight{0%{opacity:.5;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes enterFromLeft{0%{opacity:.5;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes exitToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}@keyframes exitToRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}.enter-from-right{animation:.5s ease-out forwards enterFromRight}.enter-from-left{animation:.5s ease-out forwards enterFromLeft}.exit-to-left{animation:.5s ease-out forwards exitToLeft}.exit-to-right{animation:.5s ease-out forwards exitToRight}.event-progress-outer{z-index:2;flex-direction:row;justify-content:center;align-items:center;display:flex;position:absolute;bottom:15%;left:0%;right:0;translate:-1%}.event-progress-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:12px;width:50%;height:100%;display:flex}.event-progress-bar-left{transform-origin:0;background-color:#ffffff78;flex:1;height:.5px;margin-right:auto;animation:10s linear forwards growRight}.event-progress-bar-right{transform-origin:100%;background-color:#ffffff78;flex:1;height:.5px;margin-left:auto;animation:10s linear forwards growLeft}@keyframes growRight{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes growLeft{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.event-counter-bullets{cursor:pointer;flex-direction:row;flex-shrink:0;justify-content:space-between;gap:12px;display:flex}.bullet-off{opacity:.7;background-color:#8d8d8d;border-radius:50%;width:7px;height:7px}.bullet-on{background-color:#fff;border-radius:50%;width:7px;height:7px}@media (width<=920px){.carousel-arrow-left,.carousel-arrow-right{border:1px solid #ffffff5a;border-radius:50%;width:100px;height:100px;top:50%}.carousel-arrow-left{left:7%}.carousel-arrow-left>svg{top:25%;left:0%}.carousel-arrow-right{right:7%}.carousel-arrow-right>svg{top:25%;left:50%}}@media (width<=750px){.event-name-div,.event-description-div{width:80%}.event-name{font-size:3em}.carousel-arrow-left,.carousel-arrow-right{width:65px;height:65px;top:80.5%}:is(.carousel-arrow-left,.carousel-arrow-right)>svg{width:35px;height:35px;top:22%}.carousel-arrow-left{left:13%}.carousel-arrow-left>svg{left:-4.5%}.carousel-arrow-right{right:13%}.carousel-arrow-right>svg{left:52.5%}.event-progress-bar-left,.event-progress-bar-right{display:none}}.who-we-are{text-align:center;background:#fff;padding:6rem 4vw}.who-we-are__intro{max-width:720px;margin:0 auto}.who-we-are .section-heading{margin-bottom:2rem;padding-bottom:.5rem;position:relative}.who-we-are .section-heading:after{content:"";background:#c22e2d;width:500px;max-width:80%;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.who-we-are__text{color:#2b2b2b;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.who-we-are__text .letter-accent,.who-we-are__text .text-accent{color:#c22e2d;font-weight:700}.who-we-are__scroll-container{width:100%;padding:2.5rem 0 40px;position:relative;overflow:hidden}.who-we-are__scroll-track{will-change:transform;align-items:center;gap:18px;width:max-content;animation:35s linear infinite smoothInfiniteScroll;display:flex}.who-we-are__scroll-container:hover .who-we-are__scroll-track{animation-play-state:paused}.who-we-are__photo-card{background-color:#f0f0f0;flex-shrink:0;width:auto;height:250px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 12px 24px -6px #00000038,0 4px 8px -2px #0000001f}.who-we-are__photo-card--wide{width:410px}.who-we-are__photo-card img{object-fit:cover;width:100%;height:100%;display:block}@keyframes smoothInfiniteScroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.who-we-are__photo{background:#f0dedd;border-radius:12px;flex:1;overflow:hidden}.who-we-are__photo--wide{flex:2.6}.who-we-are__photo--group-start{margin-left:1.5rem}.who-we-are__photo img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=768px){.who-we-are__strip{flex-wrap:wrap;height:auto}.who-we-are__photo,.who-we-are__photo--wide{flex:30%;height:120px}.who-we-are__photo--group-start{margin-left:0}}.what-we-do{text-align:center;background:#f7f7f7;padding:6rem 8vw}.what-we-do__subheading{color:#c22e2d;letter-spacing:-.02em;margin:-.25rem 0 3.5rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:600}.what-we-do__grid{text-align:left;grid-template-rows:455px 320px;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1080px;margin:0 auto;display:grid}.activity-card{border-radius:24px;flex-direction:column;justify-content:space-between;padding:2.25rem 3.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}.activity-card h4{color:#1a1a1a;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.activity-card p{color:#555;max-width:95%;margin:0;font-size:.9rem;line-height:1.45}#activity-card-1{background:radial-gradient(at 100% 100%,#ffaeac 0%,#f8dede 42%,#ffe8e8 72%,#ffe9e9 100%);padding:3rem 3.5rem 2rem}#activity-card-1 h4{line-height:1}#activity-card-2{background:radial-gradient(at 100% 0,#fbb8b8 0%,#f9e2e2 40%,#ffe2e2 72%,#fff9f9 100%)}#activity-card-3{background:radial-gradient(at 0 100%,#eeb7b6 0%,#f7d9d8 42%,#f9d3d3 72%,#ffdfdf 100%)}#activity-card-3 p{max-width:100%}.activity-card--light:before{content:"";pointer-events:none;background-image:radial-gradient(#e1787326 1px,#0000 0);background-size:24px 24px;position:absolute;inset:0}.activity-card__art--meetings{width:100%;height:240px;margin-bottom:.8rem;position:relative}#swoosh-effect{filter:drop-shadow(0 4px 5px #00000029);z-index:2;width:clamp(300px,35vw,390px);height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.meetings-flyer-img{filter:drop-shadow(0 16px 28px #00000029);z-index:2;max-width:140px;height:auto;transition:transform .3s;position:absolute;top:50%;left:50%;transform:translate(-47%,-45%)rotate(-30deg)}.activity-card:hover .meetings-flyer-img{transform:translate(-47%,-45%)rotate(-10deg)scale(1.08)}#plus-mark-1{width:140px;height:140px;position:absolute;bottom:0%;right:-2%}.activity-card__art--events{justify-content:center;align-items:flex-end;width:100%;height:500px;display:flex;position:relative}.poster-stack{z-index:2;margin-top:7px;display:flex;position:relative}.poster-img{object-fit:cover;object-position:center;height:100%;transition:transform .3s cubic-bezier(.2,.8,.2,1);box-shadow:-4px 8px 18px #00000040}#poster-frame-1{z-index:3;width:175px;height:245px}#poster-frame-2{z-index:2;align-self:center;width:155px;height:205px;margin-left:-85px}.poster-2{object-fit:cover;object-position:center;filter:brightness(.92)}#poster-frame-3{z-index:1;align-self:center;width:140px;height:180px;margin-left:-160px}.poster-3{object-fit:cover;filter:brightness(.52)}.events-red-platform{z-index:1;background:#d83d3b;border-radius:50%;width:300px;height:75px;position:absolute;bottom:-25px;box-shadow:0 10px 22px #d83d3b59}.activity-card:hover .poster-2{filter:brightness();transform:translate(30px)}.activity-card:hover .poster-3{filter:brightness();transform:translate(48px)}.events-decor{pointer-events:none;z-index:2;position:absolute;top:1.5rem;right:.5rem}#plus-mark-2{width:150px;height:150px}.activity-card__art--performance{justify-content:flex-start;align-items:flex-end;display:flex;position:relative}.performance-photo{width:100%;max-width:340px;height:100%;position:relative}.performance-photo__backdrop{z-index:0;background:#faadad;border-radius:5px;width:80%;height:80%;position:absolute;bottom:-9%;right:-10%}.performance-photo__img{z-index:1;aspect-ratio:2;object-fit:cover;border:2px solid #ab3130;border-radius:6px;width:100%;display:block;position:relative;box-shadow:0 2px 6px 3px #00000040}#plus-mark-3{width:120px;height:120px;position:absolute;top:8%;right:1%}.activity-card--cta{color:#fff;background:linear-gradient(135deg,#8b1817 0%,#be2b2a 50%,#d83938 100%);justify-content:space-between}.activity-card--cta:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.activity-card--cta h4{color:#fff;margin-bottom:.75rem;font-size:1.35rem}.activity-card__logo img{align-self:flex-end;width:150px;height:auto;margin-left:auto;display:block}.activity-card--cta .pill-button--light{color:#be2b2a;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:.65rem 1.4rem;font-weight:600;transition:transform .2s,box-shadow .2s}.activity-card--cta .pill-button--light:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (width<=1100px){#activity-card-1{padding-bottom:1.2rem}.events-decor{width:45px;height:45px;position:absolute;right:25%}}@media (width<=768px){.what-we-do__grid{grid-template-rows:none;grid-template-columns:1fr;grid-auto-rows:auto;gap:1.5rem}.activity-card{height:auto;min-height:auto}.activity-card__art--events{height:260px}.activity-card__logo img{width:120px}#activity-card-1{padding:1rem 3.5rem 1.5rem}.activity-card__art--meetings{margin-bottom:2rem}#swoosh-effect{width:300px}.activity-card--cta{padding:1.5rem 1.8rem}.activity-card__cta-bottom{margin-top:20px}}@media (width<=500px){.activity-card__logo img{width:90px}.events-decor{right:12%}#plus-mark-2{width:100px;height:100px}.activity-card h4{line-height:1.2}#activity-card-3 p{margin-bottom:15px}}.what-we-believe{color:#000;box-sizing:border-box;background-color:#fdfaf3;padding:5rem 8vw 6rem;font-family:Poppins,sans-serif}.what-we-believe__header{margin-bottom:2.5rem}.what-we-believe__divider{background-color:#ab3130;width:100%;height:2px;margin-top:1rem}.what-we-believe__content{grid-template-columns:1fr 1.1fr;align-items:center;gap:4rem;display:grid}.what-we-believe__text p{color:#000;margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;line-height:1.7}.what-we-believe__image-container{justify-content:center;align-items:center;padding:1rem;display:flex;position:relative}.what-we-believe__image-frame{background:#fff;border-radius:6px;width:100%;max-width:520px;padding:12px;box-shadow:0 16px 36px #0000001f,0 2px 8px #0000000f}.what-we-believe__image-frame img{aspect-ratio:4/3;object-fit:cover;border-radius:2px;width:100%;height:auto;display:block}.what-we-believe__badge{z-index:3;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;box-shadow:0 6px 16px #00000026}.what-we-believe__badge--top{background:#c22e2d;border:3.5px solid #fff;width:75px;height:75px;top:-2%;right:2%}.what-we-believe__badge--top img{width:58px;height:auto}.what-we-believe__badge--bottom{background:#ece0a6;border:2.5px solid #fff;width:46px;height:46px;bottom:-1%;left:6%}.what-we-believe__badge--bottom svg{stroke:#ab3130}@media (width<=1024px){.what-we-believe__badge--top{right:-2%}.what-we-believe__badge--bottom{left:2%}}@media (width<=868px){.what-we-believe__content{grid-template-columns:1fr;gap:3rem}.what-we-believe__badge--top{right:10%}.what-we-believe__badge--bottom{left:12%}}@media (width<=440px){.what-we-believe__badge--top{width:65px;height:65px;right:-2%}.what-we-believe__badge--top img{width:50px}.what-we-believe__badge--bottom{left:0%}}.home-footer{box-sizing:border-box;background-color:#fdfaf3;width:100%;padding:5rem 0 0;font-family:Poppins,sans-serif;overflow:hidden}.home-footer__container{color:#ece0a6;box-sizing:border-box;background-color:#ab3130;border-radius:40px 40px 0 0;width:100%;padding:0 5vw 3.5rem;display:flow-root;position:relative}.home-footer__logo-wrap{z-index:5;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.home-footer__logo{width:300px;height:auto;display:block}.home-footer__brand{text-align:center;flex-direction:column;align-items:center;margin-bottom:2.5rem;padding-top:68px;display:flex}.home-footer__title{letter-spacing:.05em;color:#ece0a6;margin:.5rem 0 0;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:800;line-height:1}.home-footer__subtitle{letter-spacing:.12em;color:#ece0a6;margin:.35rem 0 0;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:700}.home-footer__content{grid-template-columns:1fr 1.2fr 1fr;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.home-footer__heading{letter-spacing:.05em;color:#ece0a6;border-bottom:2px solid #ece0a6;margin:0 0 1.25rem;padding-bottom:3px;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700;display:inline-block}.home-footer__heading--motto{border-bottom:none;padding-bottom:0}.motto-underline{border-bottom:2px solid #ece0a6;padding-bottom:3px}.home-footer__contact-name{color:#ece0a6;margin:0 0 .6rem;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600}.home-footer__contact-item{color:#ece0a6;align-items:center;gap:.6rem;margin:.45rem 0;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:500;display:flex}.brand-icon{fill:#ece0a6;flex-shrink:0}.home-footer__col--center{flex-direction:column;align-items:center;display:flex}.home-footer__cta-group{gap:1rem;margin-bottom:2rem;display:flex}.pill-btn{cursor:pointer;border-radius:50px;align-items:center;gap:.6rem;padding:.35rem .5rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:700;transition:transform .2s,background-color .2s,color .2s,border-color .2s;display:inline-flex}.pill-btn:hover{transform:translateY(-2px)}.pill-btn--solid{background-color:#ece0a6;border:none;padding-right:1.25rem;color:#ab3130!important}.pill-btn--solid span{color:#ab3130!important}.pill-btn--solid:hover{background-color:#f6edc8}.pill-btn__icon{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;transition:background-color .2s,color .2s;display:flex}.pill-btn__icon--left{color:#ece0a6;background-color:#ab3130}.pill-btn--outline{background-color:#0000;border:1px solid #ece0a6;padding-left:1.25rem;color:#ece0a6!important}.pill-btn--outline span{color:#ece0a6!important}.pill-btn--outline:hover{background-color:#ece0a6;border-color:#ece0a6;color:#ab3130!important}.pill-btn--outline:hover span{color:#ab3130!important}.pill-btn__icon--right{color:#ab3130;background-color:#ece0a6}.pill-btn--outline:hover .pill-btn__icon--right{color:#ece0a6;background-color:#ab3130}.home-footer__socials{gap:1rem;display:flex}.social-btn{border:1.5px solid #ece0a6;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:background-color .2s,transform .2s;display:flex}.social-btn:hover{background-color:#ece0a6;transform:translateY(-2px)}.social-btn:hover svg{stroke:#ab3130}.home-footer__col--right{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.home-footer__motto-text{color:#ece0a6;max-width:290px;margin:0;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:500;line-height:1.6}.home-footer__heading .motto-underline,.motto-underline{border-bottom:2px solid #ece0a6;padding-bottom:3px;color:#ece0a6!important}.home-footer__contact-details,.home-footer__contact-name,.home-footer__contact-item,.home-footer__contact-item span{font-family:Poppins,sans-serif;color:#ece0a6!important}@media (width<=900px){.home-footer__content{text-align:center;grid-template-columns:1fr;gap:2.5rem}.home-footer__col--right{text-align:center;align-items:center}.home-footer__motto-text{max-width:100%}.home-footer__contact-item{justify-content:center}}.section-label{color:#c22e2d;font-size:.95rem;font-weight:600;display:inline-block}.section-heading{color:#1a1a1a;margin:0 0 .7rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.3}.section-heading--left{text-align:left}.pill-button{color:#ece0a6;cursor:pointer;background:#c22e2d;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.75em 1.6em;font-family:inherit;font-size:.95rem;font-weight:500;transition:transform .3s;display:inline-flex}.pill-button:hover{transform:scale(1.05)}.pill-button--light{color:#c22e2d;background:#ece0a6}.pill-button--outline{color:#ece0a6;background:0 0;border:1.5px solid #ece0a6}.reset-password-page,.verify-email-page,.forgot-password-page{background-color:#f8f8f8;justify-content:center;align-items:flex-start;min-height:100vh;padding:110px 24px 48px;display:flex}.reset-password-form,.forgot-password-form,.verify-email-card{background-color:#fff;border:1px solid #e5e5e5;border-radius:18px;flex-direction:column;gap:18px;width:100%;max-width:460px;padding:34px;display:flex;box-shadow:0 12px 30px #00000014}.reset-password-form h1,.forgot-password-form h1,.verify-email-card h1{color:#111;margin:0 0 6px;font-size:32px;font-weight:700}.reset-password-form label,.forgot-password-form label{color:#222;flex-direction:column;gap:8px;font-size:15px;font-weight:600;display:flex}.reset-password-form input,.forgot-password-form input{color:#111;background-color:#fff;border:1px solid #ccc;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:15px}.reset-password-form input:focus,.forgot-password-form input:focus{border-color:#ab3130;box-shadow:0 0 0 3px #ab313026}.reset-password-form button[type=submit],.forgot-password-form button[type=submit]{color:#fff;cursor:pointer;background-color:#ab3130;border:none;border-radius:10px;width:100%;margin-top:4px;padding:13px 16px;font-size:15px;font-weight:700}.reset-password-form button[type=submit]:hover,.forgot-password-form button[type=submit]:hover{background-color:#8b2525}.reset-password-form button:disabled,.forgot-password-form button:disabled{opacity:.6;cursor:not-allowed}.reset-password-form a,.forgot-password-form a,.verify-email-card a{color:#ab3130;font-weight:600;text-decoration:none}.reset-password-form a:hover,.forgot-password-form a:hover,.verify-email-card a:hover{text-decoration:underline}.reset-password-link-text,.forgot-password-link-text{text-align:center;color:#555;margin:0;font-size:14px}.forgot-password-link{align-self:flex-end;font-size:14px}.forgot-password-description,.verify-message{color:#555;margin:0;line-height:1.6}.reset-password-success,.forgot-password-success,.verify-success{color:#19733a;background-color:#e8f7ed;border-radius:10px;margin:0;padding:12px 14px;font-size:14px;line-height:1.5}.reset-password-error,.forgot-password-error{color:#b00020;background-color:#ffecec;border-radius:10px;margin:0;padding:12px 14px;font-size:14px;line-height:1.5}.verify-email-card{text-align:center}.verify-link{background-color:#ab3130;border-radius:10px;margin-top:6px;padding:12px 16px;font-weight:700;display:inline-block;color:#fff!important}.verify-link:hover{background-color:#8b2525;text-decoration:none!important}.auth-card.order-photo-first{flex-direction:row}.auth-card.order-photo-last{flex-direction:row-reverse}.auth-page{--vsa-red:#ab3130;--vsa-red-dark:#8a2726;--vsa-gold:#ece0a6;--vsa-black:#000;--vsa-white:#fff;background-color:var(--vsa-white);width:100%;height:100dvh;font-family:Poppins,sans-serif;overflow:hidden}.auth-card{width:100%;height:100%;display:flex}.auth-form-panel{box-sizing:border-box;flex-direction:column;flex:52%;justify-content:center;height:100%;padding:clamp(16px,3.5dvh,48px) clamp(28px,5vw,80px);display:flex;overflow:hidden}.auth-form label{color:#333;flex-direction:column;gap:5px;font-size:.82rem;font-weight:500;display:flex}.auth-form-row{gap:14px;display:flex}.auth-form-row label{flex:1}.auth-photo-panel{flex:48%;position:relative;overflow:hidden}.auth-photo{object-fit:cover;width:100%;height:100%;display:block}.auth-photo-placeholder{color:#ffffff73;background:linear-gradient(135deg,#25313d,#101820);justify-content:center;align-items:center;font-size:1.1rem;font-weight:500;display:flex;position:absolute;inset:0}.auth-photo-overlay{background:linear-gradient(#0000,#00000059);position:absolute;inset:0}.auth-form input:focus{border-color:var(--vsa-red);background-color:var(--vsa-white);box-shadow:0 0 0 3px #ab313026}.auth-form input::placeholder{color:#aaa}.auth-toggle-row{justify-content:flex-end;margin-bottom:clamp(10px,2dvh,22px);display:flex}.auth-toggle-wrap{background:#0000000a;border:1px solid #00000014;border-radius:999px;padding:0;display:flex;overflow:hidden}.auth-toggle-wrap button{cursor:pointer;color:#666;background:0 0;border:none;border-radius:999px;height:32px;padding:0 18px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;transition:background .18s,color .18s,box-shadow .18s}.auth-toggle-wrap button:hover:not(.active){background:var(--vsa-gold);color:var(--vsa-red-dark)}.auth-toggle-wrap button.active{background:var(--vsa-red);color:var(--vsa-gold);box-shadow:none}.auth-logo-link{z-index:20;display:inline-block;position:absolute;top:28px;left:28px}.auth-logo-image{width:200px;height:auto;transition:transform .2s,opacity .2s;display:block}.auth-logo-link:hover .auth-logo-image{opacity:.9;transform:scale(1.03)}.auth-logo-link{color:inherit;text-decoration:none;display:inline-block}.auth-success{color:#16783a;background-color:#e7f8ee;border-radius:12px;margin:0 0 12px;padding:10px 14px;font-size:.85rem;font-weight:500}.auth-error{color:var(--vsa-red);background-color:#ffecec;border-radius:12px;margin:0 0 12px;padding:10px 14px;font-size:.85rem;font-weight:500}.auth-form{flex-direction:column;gap:clamp(8px,1.6dvh,16px);width:100%;max-width:480px;display:flex}.auth-form input{box-sizing:border-box;background-color:#f6f6f6;border:1px solid #ddd;border-radius:999px;outline:none;width:100%;height:44px;padding:0 20px;font-family:Poppins,sans-serif;font-size:.88rem;transition:border-color .15s,box-shadow .15s,background-color .15s}.auth-form-panel h1{color:var(--vsa-black);margin:0;font-size:clamp(1.5rem,3.6dvh,2.5rem);font-weight:700}.auth-form-panel h1 span{color:var(--vsa-red)}.auth-tagline{color:#777;margin:4px 0 clamp(10px,2dvh,20px);font-size:.88rem;font-weight:400}.auth-social-btn{background:var(--vsa-white);cursor:pointer;border:1px solid #e2e2e2;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s;display:flex}.auth-form button[type=submit]{width:100%;height:46px;color:var(--vsa-gold);cursor:pointer;background:var(--vsa-red);border:none;border-radius:999px;margin-top:4px;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:600;transition:background .2s,transform .1s}.auth-form button[type=submit]:hover{background:var(--vsa-red-dark)}.auth-form button[type=submit]:active{transform:scale(.98)}.auth-form button[type=submit]:disabled{color:#888;cursor:not-allowed;background:#ccc}.auth-divider-row{align-items:center;gap:12px;width:100%;max-width:480px;margin:clamp(12px,2.4dvh,24px) 0 clamp(10px,1.8dvh,18px);display:flex}.auth-divider-line{background:#e2e2e2;flex:1;height:1px}.auth-divider-text{color:#999;white-space:nowrap;font-size:.76rem;font-weight:400}.auth-social-row{justify-content:center;gap:14px;width:100%;max-width:480px;display:flex}.auth-social-btn:hover{background:var(--vsa-gold)}@media (width<=560px){.reset-password-page,.verify-email-page,.forgot-password-page{padding:90px 16px 32px}.reset-password-form,.forgot-password-form,.verify-email-card{padding:24px}.reset-password-form h1,.forgot-password-form h1,.verify-email-card h1{font-size:28px}.auth-page{height:auto;min-height:100dvh;overflow:visible}.auth-card{height:auto;flex-direction:column!important}.auth-photo-panel{flex:0 0 28dvh}.auth-form-panel{padding:28px 6vw 40px;overflow:visible}}#event-page-main{--logo-true-color:#ab3130;--logo-main-theme:#c22e2d;--logo-text-color:#ece0a6;--description-text-color:#484848;--event-card-border-color:#d5d5d5;--accolade-card-border-color:#9d9d9d;overflow-x:hidden}#cover-photo-container{width:100%;height:510px;position:relative;overflow:visible}#cover-photo-container>img{object-fit:cover;object-position:center;width:100%;height:100%}#overlay{box-sizing:border-box;z-index:1;background-image:linear-gradient(90deg,#000c,#0003,#fff0);width:100%;height:100%;position:absolute;inset:0}.cover-photo-text{z-index:2;flex-direction:column;align-items:flex-start;gap:2px;width:auto;height:auto;display:flex;position:absolute;top:25%;left:5%}.cover-photo-text>h1,.cover-photo-text>span{color:#fff}.cover-photo-text>span:first-child{font-size:1.3rem}.cover-photo-text h1{text-shadow:0 4px 4px #00000040;margin:10px 0;font-family:inherit;font-size:3.7rem;font-weight:600;line-height:1.2;display:inline}#highlight-header{color:var(--logo-text-color)}#upcoming-events-title{margin-top:110px}.section-title-container{margin-top:85px}.section-title-container>h3{text-align:center;font-size:2rem;font-weight:600}.section-title-container>p{text-align:center;padding:0 25px;font-size:1rem}.section-title-container>.horizontal-divider{background-color:var(--logo-main-theme);border-radius:10px;width:9em;height:.2em;margin:1.2em auto 2.8em}#search-bar-container{box-sizing:border-box;z-index:12;background-color:#fff;border-radius:20px;flex-direction:column;gap:18px;width:70%;height:35%;padding:25px;display:flex;position:absolute;bottom:-11%;left:15%;box-shadow:0 -7px 6.8px -4px #00000040,0 4px 5.1px 3px #00000040}#search-bar{flex-direction:row;align-items:center;gap:25px;display:flex}#search-bar input{background:0 0;border:none;border-bottom:2px solid #000;border-radius:0;outline:none;margin:0;padding:0;transform:translateY(-5px)}#search-bar select{box-shadow:none;background-color:#fff;border:none;border-radius:0;outline:none;padding-left:0}#search-bar label{color:#747579;flex-grow:1;font-weight:400}.search-filter-container{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}.search-filter-container>svg{fill:#000;width:45px;height:45px}.search-filter-container>div{flex-direction:column;display:flex}.vertical-divider-search{background-color:#939393;width:.5px;height:1.9em}.buttons-div{justify-content:center;width:40%;height:100%;margin-left:auto;display:flex}#filter-button-div{background-color:#c22e2d;border-radius:5em;justify-content:center;width:40%;height:40px;margin:0 auto;display:flex}#filter-button-div>button{all:unset;border-radius:inherit;text-align:center;width:100%;height:100%;color:var(--logo-text-color);cursor:pointer;justify-content:center;align-items:center;font-size:.8em;font-weight:600;display:flex}#filter-button-div{cursor:pointer}#clear-button-div{border-color:var(--logo-main-theme);border-style:solid;border-width:1.7px;border-radius:5em;justify-content:center;width:40%;height:40px;margin:0 auto;display:flex}#clear-button-div>button{all:unset;text-align:center;border-radius:inherit;width:100%;height:100%;color:var(--logo-main-theme);cursor:pointer;justify-content:center;align-items:center;font-size:.8em;font-weight:600;line-height:.9;display:flex}#clear-button-div{cursor:pointer}.button-div{transition:all .1s ease-in-out}.button-div:hover{scale:1.1}.button-div:active{filter:brightness(50%);scale:1}#applied-filter-container{flex-direction:column;align-self:center;align-items:center;gap:12px;display:flex}#applied-filter-container>p{font-weight:500}#filter-div{gap:10px;display:flex}.filter{border:1px solid #000;border-radius:14px;align-items:center;gap:6px;padding:2px 10px;font-size:.8em;font-weight:400;display:flex}.remove-filter-button{box-sizing:border-box;cursor:pointer;border:.15em solid #ef2c2c;border-radius:50%;align-items:center;width:1.3em;height:1.3em;transition:all .1s ease-in;display:flex}.remove-filter-button>svg{fill:#ef2c2c;stroke:currentColor;stroke-width:10px}.remove-filter-button:hover{background-color:#ef2c2c}.remove-filter-button:hover>svg{fill:#fff;stroke:currentColor;stroke-width:10px}.event-card-container{flex-flow:wrap;justify-content:center;gap:20px;margin-bottom:100px;display:flex}.event-card{box-sizing:border-box;border-style:solid;border-width:1px;border-color:var(--event-card-border-color);cursor:pointer;background-color:#f5f5f5;border-radius:15px;flex-direction:column;width:400px;height:350px;display:flex;box-shadow:0 4px 10px #0000001a}.event-card>.image-placeholder{border-top-left-radius:inherit;border-top-right-radius:inherit;flex-shrink:0;width:100%;height:55%;position:relative;overflow:hidden}.event-card{transition:all .2s}.event-card:hover{transform:scale(1.05)}.event-card:active{transform:scale(.99)}.image-placeholder>img{object-fit:cover;object-position:center;width:100%;height:100%}.event-date{background-color:var(--logo-main-theme);box-sizing:border-box;border-radius:4.5px;flex-direction:column;justify-content:center;gap:3px;width:50px;height:50px;padding:3px;display:flex;position:absolute;top:6%;right:6%}.event-date>span:first-child{color:#fff;padding:1px;font-size:1.3rem;font-weight:700}.event-date>span{text-align:center;color:#fff;line-height:1.1rem}.event-detail-placeholder{box-sizing:border-box;flex-direction:column;flex:1;width:100%;padding:15px 15px 20px;display:flex}.event-main-info-div{flex-direction:row;align-items:center;display:flex}.event-main-info-div>h3{font-size:1.4rem;font-weight:550}.price-div{background-color:#000;border-radius:15px;margin-left:auto;padding:1px 9px}.price-div>span{color:#fff;font-size:.9rem;font-weight:500}.event-detail-placeholder>p{color:var(--description-text-color);flex-grow:1;font-size:smaller}.location-div{flex-direction:row;align-items:center;gap:2px;display:flex}.location-div>span{color:#000;font-size:smaller;font-weight:400}.location-div>svg{fill:#000;stroke-width:100px;width:20px}.event-time-div{flex-direction:row;align-items:center;gap:15px;display:flex}.event-time-div div{flex-direction:row;align-items:center;gap:5px;display:flex}.event-time-div div>span{color:#000;font-size:smaller;font-weight:400}.event-time-div div>svg{fill:#000;width:20px}.time-location-div{flex-direction:row;gap:20px;display:flex}#no-event-found-container{flex-direction:row;justify-content:center;align-items:flex-start;gap:20px;display:flex}#no-event-all-text-container{flex-direction:column;align-items:center;width:35%;padding-top:20px;display:flex}#no-event-found-header{color:var(--logo-true-color);align-self:flex-start;font-size:2.5em;font-weight:600;transform:translateY(-20%)}#no-event-found-img{aspect-ratio:1.54;height:300px}#no-event-found-description-container{width:100%}#no-event-found-description{text-align:left}#suggestion-container{width:100%;margin-top:2em}#suggestion-container>p{font-size:.9em;font-style:italic}.suggestion-button-div{flex-direction:row;gap:5px;display:flex}.suggestion-button-div>button{cursor:pointer;background:0 0;border:2px solid;border-radius:20px;align-items:center;gap:5px;padding:3px 10px 2px 15px;font-weight:600;transition:all .11s ease-in-out;display:flex}.suggestion-button-div>button>svg{margin-left:auto}#accept-button{color:#00b75c;border-color:#00b75c}#accept-button svg{fill:#00b75c}#refuse-button{color:#ef2c2c;border-color:#ef2c2c}#refuse-button svg{fill:#ef2c2c}#accept-button:hover{color:#fff;background-color:#00b75c}#accept-button:hover svg{fill:#fff}#refuse-button:hover{color:#fff;background-color:#ef2c2c}#refuse-button:hover svg{fill:#fff}#red-banner{background-color:var(--logo-true-color);align-content:center;width:100%;padding:10px 0}.achievement-div{flex-flow:wrap;justify-content:center;align-items:center;gap:25px;display:flex}.achievement{box-sizing:border-box;flex-flow:column wrap;align-items:center;width:280px;height:150px;display:flex}.achievement>svg{fill:var(--logo-text-color);width:50px;height:50px}.achievement>h3{color:#fff;font-size:1.3rem;line-height:1}.achievement>p{color:var(--logo-text-color);font-size:.9rem;font-weight:550}.achievement>span{color:#fff;text-align:center;flex-grow:1;width:85%;margin-top:13px;font-size:.8rem}.vertical-divider{background-color:var(--logo-text-color);width:.1rem;height:80px}.event-of-the-year{background-color:#fff9da;flex-direction:row;justify-content:center;height:650px;padding:20px 100px;display:flex;box-shadow:0 4px 14.5px 2px #00000040}.event-of-the-year-img-div{object-fit:cover;object-position:center;width:40%;height:95%;margin-top:40px;overflow:hidden;rotate:-9deg}.event-of-the-year-img-div>img{object-fit:contain;filter:drop-shadow(-10px 19px 10px #00000059);width:100%;height:95%}.event-of-the-year-text-div{flex-direction:column;align-items:flex-end;gap:40px;margin-top:20px;display:flex}.event-of-the-year-title-div>p:first-child{text-align:right;height:80px;color:var(--logo-main-theme);opacity:.31;justify-content:flex-end;align-items:flex-start;margin-bottom:30px;padding:0;font-family:Lobster Two,system-ui;font-size:210px;font-style:italic;font-weight:700;line-height:1;display:flex}.event-of-the-year-title-div>h2{font-size:3em;line-height:.8}.event-of-the-year-title-div>h2>span{color:var(--logo-main-theme)}.event-of-the-year-title-div>p:nth-child(3){text-align:right;margin-left:auto;font-size:1.2rem}.event-of-the-year-description-div>p:first-child{text-align:right;margin-bottom:10px;font-size:1.15rem}.event-of-the-year-description-div>p:first-child>span{font-weight:600}.event-of-the-year-description-div>div{justify-content:flex-end;gap:20px;margin-top:10px;display:flex}.event-of-the-year-description-div>div>svg{scale:1.7}.event-of-the-year-description-div>div>span{font-size:1.05rem}.event-of-the-year-description-div>p:last-child{text-align:right;margin-top:45px;font-size:1.1rem}.event-of-the-year-description-div>p:last-child>span{font-weight:600}.accolade-container{column-count:3;column-gap:20px;width:100%;max-width:1300px;margin:0 auto;padding:0 25px}.accolade{border:1px solid var(--accolade-card-border-color);break-inside:avoid;border-radius:28px;flex-direction:column;gap:20px;width:100%;margin-bottom:30px;padding:20px 30px 45px;display:flex;position:relative;box-shadow:0 4.5px 4px #0000004d}.accolade>div{flex-direction:row;place-content:center;align-items:center;gap:10px;display:flex}.accolade>div>img{aspect-ratio:1;object-fit:cover;object-position:center;height:50px}.accolade>p{font-size:.9rem}.accolade>img{aspect-ratio:1;z-index:3;width:55px;position:absolute;top:0%;right:-5%;transform:translate(-25%)translateY(-5%)}.square-img{border-radius:50%}.person-name-div{flex-direction:column;flex-grow:1;justify-content:center;gap:3px;display:flex}.person-name-div>h3{line-height:1}.person-name-div>p{color:#9d9d9d;font-size:.9rem;font-weight:500;line-height:1}#memory-section{background-color:#efefef;height:550px;margin-top:200px;padding:0 30px;position:relative;overflow:visible}#memory-section:before{content:"";background-color:#efefef;border-radius:50%;width:110%;height:160px;position:absolute;top:-80px;left:-5%}#memory-title>h3,#memory-title>p,#memory-title>div{z-index:5;position:relative}#memory-title>h3>span{color:#c4a66d}#memory-title>div{background-color:#c4a66d}.memory-carousel{scroll-behavior:smooth;anchor-name:--carousel;scroll-snap-type:x mandatory;scroll-marker-group:after;flex-direction:row;gap:1em;width:75%;margin:3em auto;display:flex;overflow-x:auto}.memory-carousel::scroll-marker-group{justify-content:center;gap:.5em;display:flex}.memory-carousel::-webkit-scrollbar{display:none}.memory-carousel::scroll-button(right){position-anchor:--carousel;position-area:right center;content:">";background-color:var(--logo-main-theme);color:var(--logo-text-color);cursor:pointer;border:none;border-radius:50%;width:40px;height:40px;font-family:Poppins;font-size:2rem;position:fixed;translate:-70%}.memory-carousel::scroll-button(left){position-anchor:--carousel;position-area:left center;content:"<";background-color:var(--logo-main-theme);color:var(--logo-text-color);cursor:pointer;border:none;border-radius:50%;width:40px;height:40px;font-family:Poppins;font-size:2rem;position:fixed;translate:50%}.memory-carousel::scroll-button(left):disabled{opacity:.5;cursor:auto}.memory-carousel::scroll-button(right):disabled{opacity:.5;cursor:auto}.memory{scroll-snap-align:start;aspect-ratio:5/3;background-color:var(--logo-main-theme);text-align:center;border:2px solid var(--logo-main-theme);z-index:0;border-radius:.5em;flex:0 0 22em;align-content:center;position:relative;overflow:hidden}.memory>img{object-fit:cover;object-position:center;border-radius:inherit;z-index:0;width:100%;height:100%;position:relative}.desc-holder{background:hidden;z-index:3;justify-content:center;align-items:center;width:100%;height:10%;display:flex;position:absolute;bottom:1%;left:0}.desc-holder>p{text-align:center;color:#fff;text-shadow:0 4px 4px #00000080;z-index:4;font-family:inherit;font-weight:300}.desc-holder>p>span{font-weight:700}.memory::scroll-marker{content:"";background-color:var(--accolade-card-border-color);border-radius:50%;width:10px;height:10px}.memory::scroll-marker:target-current{background-color:var(--logo-main-theme)}@media (width<=441px){.cover-photo-text>span:first-child{font-size:1rem}.cover-photo-text h1{font-size:2.3rem}.cover-photo-text>span:last-child{font-size:.9rem}#search-bar-container{box-sizing:border-box;flex-direction:column-reverse;justify-content:flex-end;gap:15px;width:85%;height:55%;padding:15px 5px 15px 10px;bottom:-30%;left:10%}#search-bar{flex-direction:column;align-items:flex-start;gap:5px;display:flex}#search-bar label{font-size:.8em}#search-bar input,#search-bar select{height:22px}.search-filter-container>svg{width:25px;height:25px}.vertical-divider-search{display:none}#applied-filter-container{flex-grow:1;gap:8px;height:30%}#applied-filter-container p{font-size:.8em}#filter-div{gap:5px}.filter{text-align:center;justify-content:center;gap:2px;padding:2px 5px;font-size:.7em}.buttons-div{width:100%;margin:5px auto}#filter-button-div,#clear-button-div{height:30px}#upcoming-events-title{margin-top:190px}.section-title-container h3{font-size:1.7rem}.section-title-container p{font-size:.8rem}.section-title-container .horizontal-divider{margin-bottom:1.5rem}.event-card{box-sizing:border-box;border-style:solid;border-width:1px;border-radius:10px;width:320px;height:300px}.event-card .image-placeholder{height:45%}.event-main-info-div h3{font-size:1.2rem}.event-detail-placeholder>p{font-size:.75rem}.time-location-div{gap:10px}.event-time-div div>span,.location-div>span{color:#000;font-size:.75rem;font-weight:400}#no-event-found-container{flex-direction:column;align-items:center;gap:0}#no-event-found-img{height:150px}#no-event-all-text-container{width:100%;padding:10px 15px}#no-event-found-header{text-align:center;align-self:center;font-size:2em}#no-event-found-description{text-align:center}#suggestion-container{margin-top:25px}#suggestion-container>p{text-align:center}.suggestion-button-div{justify-content:center}.event-of-the-year{flex-direction:column;align-items:center;height:auto;padding:10px 25px;overflow:visible}.event-of-the-year-text-div{display:contents}.event-of-the-year-title-div{text-align:center;order:1;width:100%}.event-of-the-year-img-div{order:2;width:90%;overflow:visible}.event-of-the-year-img-div>img{object-fit:contain;width:100%;height:auto}.event-of-the-year-description-div{text-align:center;order:3;width:100%;margin-top:20px}.event-of-the-year-description-div>p:first-child{text-align:center;margin-bottom:20px}.event-of-the-year-description-div>div{flex-direction:row-reverse;justify-content:flex-end;align-items:center;margin-bottom:15px}.event-of-the-year-description-div>div>svg{flex-shrink:0;width:35px;height:35px;scale:1}.event-of-the-year-description-div>div>span{text-align:left;font-size:1.1rem;line-height:1.3}.event-of-the-year-description-div>p:last-child{text-align:center;margin:25px 0;font-size:1.1rem}#quotation-mark{height:60px;padding-right:15px}#flexing-title{flex-direction:column;gap:10px;font-size:2.7rem;display:flex}#flexing-title>span{font-size:2.7rem}#flexing-title+p{text-align:center;margin-top:5px}.accolade-container{flex-direction:row;display:flex;overflow:auto hidden}.accolade-column{flex-direction:row;display:flex}.accolade{align-self:flex-start;width:320px;margin-top:15px;margin-left:20px}.accolade-container::-webkit-scrollbar{display:none}#memory-section{margin-top:100px}.memory{flex:0 0 100%}.desc-holder>p{margin-bottom:2px;font-size:.9em}}@media (width>=769px) and (width<=1025px){#search-bar-container{width:85%;left:8%}#search-bar{flex-wrap:wrap;width:100%}.search-filter-container{flex-grow:1}.search-filter-container>svg{width:2em;height:2em}.search-filter-container>input{width:20%}.buttons-div{gap:2px;margin-right:auto}#filter-button-div,#clear-button-div{width:100%;height:auto;padding:2px}.event-of-the-year-img-div{width:45%}#flexing-title{text-align:right;font-size:2.7em}.event-of-the-year{padding:20px 80px 20px 50px}.event-of-the-year-description-div{width:90%}.event-of-the-year-description-div>p:first-child{font-size:1.05rem}.event-of-the-year-description-div svg{flex-shrink:0;width:25px;height:25px;scale:1}.event-of-the-year-description-div>p:last-child{margin-top:25px}.bullet-points{align-items:center}.bullet-points>span{text-align:right;font-size:1rem}}@media (width>=651px) and (width<=1000px){.accolade-container{column-count:2}}@media (width>=442px) and (width<=650px){.accolade-container{column-count:1}.memory{flex:0 0 100%}}@media (width>=650px) and (width<=1400px){.memory{flex:0 0 49%}}@media (width>=945px) and (width<=1270px){#third-divider{display:none}#search-bar-container{width:85%;left:8%}}@media (width>=800px) and (width<=1024px){#search-bar-container{flex-direction:column-reverse;justify-content:space-between;align-items:center;gap:17px;width:85%;height:210px;padding:15px 25px;bottom:-15%;left:8%}#search-bar{flex-wrap:wrap;gap:10px;width:100%}.search-filter-container{flex-grow:1}.search-filter-container>svg{width:2em;height:2em}.search-filter-container>input{width:20%}.buttons-div{gap:10px;margin-top:10px;margin-right:auto}#filter-button-div,#clear-button-div{width:100%;height:32px;padding:2px}#applied-filter-container{gap:5px}#no-event-found-container{align-items:center;gap:20px}#no-event-found-img{height:220px}#no-event-all-text-container{width:40%}#no-event-found-header{font-size:2em;line-height:1.3}#suggestion-container{margin-top:1.5em}}@media (width>=640px) and (width<=945px){#second-divider{display:none}}@media (width<=639px){.achievement-div{flex-direction:column;gap:2px;padding:20px 0;display:flex}.vertical-divider{rotate:90deg}}@media (width>=1025px) and (width<=1335px){.event-of-the-year-img-div{width:45%}#flexing-title{text-align:right;font-size:2.7em}.event-of-the-year{padding:20px 80px 20px 50px}.event-of-the-year-description-div{width:90%}.event-of-the-year-description-div>p:first-child{font-size:1.05rem}.event-of-the-year-description-div svg{flex-shrink:0;width:25px;height:25px;scale:1}.event-of-the-year-description-div>p:last-child{margin-top:25px}.bullet-points{align-items:center}.bullet-points>span{text-align:right;font-size:1rem}}@media (width>=442px) and (width<=496px){.cover-photo-text h1{font-size:3rem}}@media (width>=442px) and (width<=800px){#search-bar-container{box-sizing:border-box;flex-direction:column-reverse;justify-content:flex-end;gap:15px;width:85%;height:55%;padding:15px 5px 15px 10px;bottom:-42%;left:10%}#search-bar{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:5px;display:flex}#search-bar label{font-size:.8em}#search-bar input,#search-bar select{height:22px}.search-filter-container>svg{width:25px;height:25px}#search-bar>.search-filter-container:first-child{flex:0 0 100%;max-width:100%}#search-bar>.search-filter-container:nth-child(3),#search-bar>.search-filter-container:nth-child(5){flex:0 0 calc(50% - 10px);min-width:0;max-width:calc(50% - 10px)}#search-bar>.buttons-div{flex:0 0 100%;justify-content:center;gap:20px;width:100%;margin-left:0;display:flex}#filter-button-div,#clear-button-div{flex-shrink:0;width:160px;margin:0}.vertical-divider-search{display:none}#applied-filter-container{gap:8px;height:30%}#applied-filter-container p{font-size:.8em}#filter-div{gap:5px}.filter{text-align:center;justify-content:center;gap:2px;padding:2px 5px;font-size:.7em}.buttons-div{width:100%;height:35%;margin:10px auto}#filter-button-div,#clear-button-div{height:35px}#upcoming-events-title{margin-top:260px}.section-title-container h3{font-size:1.7rem}.section-title-container p{font-size:.8rem}.section-title-container .horizontal-divider{margin-bottom:1.5rem}#no-event-found-container{flex-direction:column;align-items:center;gap:0}#no-event-found-img{height:150px}#no-event-all-text-container{width:100%;padding:10px 15px}#no-event-found-header{text-align:center;align-self:center;font-size:2em}#no-event-found-description{text-align:center;padding:0 55px}#suggestion-container{margin-top:25px}#suggestion-container>p{text-align:center}.suggestion-button-div{justify-content:center}.event-of-the-year{flex-direction:column;align-items:center;height:auto;padding:10px 25px;overflow:visible}.event-of-the-year-text-div{display:contents}.event-of-the-year-title-div{text-align:center;order:1;width:100%}.event-of-the-year-img-div{order:2;width:69%;overflow:visible}.event-of-the-year-img-div>img{object-fit:contain;width:100%;height:auto}.event-of-the-year-description-div{text-align:center;order:3;width:100%;margin-top:20px}.event-of-the-year-description-div>p:first-child{text-align:center;margin-bottom:20px}.event-of-the-year-description-div>div{flex-direction:row-reverse;justify-content:flex-end;align-items:center;margin-bottom:15px}.event-of-the-year-description-div>div>svg{flex-shrink:0;width:35px;height:35px;scale:1}.event-of-the-year-description-div>div>span{text-align:left;font-size:1.1rem;line-height:1.3}.event-of-the-year-description-div>p:last-child{text-align:center;margin:25px 0;font-size:1.1rem}#quotation-mark{height:60px;padding-right:65px;font-size:300px}#flexing-title{text-align:center;flex-direction:column;gap:10px;font-size:3rem;display:flex}#flexing-title>span{font-size:3rem}#flexing-title+p{text-align:center;margin-top:5px}}.password-input-div{align-items:center;display:flex;position:relative}.password-input-div input{padding-right:62px}.show-password-button{color:var(--vsa-red);cursor:pointer;background:0 0;border:none;font-size:.72rem;font-weight:600;position:absolute;right:18px}.auth-link-text{text-align:center;color:#777;margin-top:6px;font-size:.82rem;font-weight:400}.auth-link-text a{color:var(--vsa-red);font-weight:600;text-decoration:none}@media (width<=560px){.auth-form-row{flex-direction:column;gap:10px}}.create-events{flex-direction:column;justify-content:center;width:75vw;margin:25px auto;padding:20px;display:flex}label,h1,h2,h3,span,p,div{caret-color:#0000}#header{justify-content:space-between;margin-bottom:1rem;display:flex}#header>img{width:220px;height:52px}#page-name{flex-direction:column;justify-content:space-evenly;display:flex}#page-name>span{color:#000;font-size:.9rem;position:relative;bottom:7px}.form-container{box-sizing:border-box;background-color:#fff;border:1.5px;border-radius:20px;flex-direction:column;gap:30px;padding:25px;display:flex;box-shadow:0 4px 8px #0000001a}label{font-size:smaller;font-weight:530}input{caret-color:auto;box-sizing:border-box;background-color:#eee;border:none;border-radius:7px;height:2.2rem;padding:0 .6rem;font-family:inherit}input:focus{outline:none}textarea{caret-color:auto;resize:none;background-color:#eee;border:none;border-radius:8px;height:170px;padding:.6rem;font-family:inherit}textarea:focus{outline:none}select{background-color:#eee;border:none;border-radius:7px;height:2.2rem;padding:0 1.6rem 0 .6rem;font-family:inherit}select:focus{outline:none}hr{opacity:.7;background-color:#c1c1c1;border:none;align-self:center;width:60%;height:1.5px;margin:.8rem}::placeholder{opacity:.7;color:#9d9d9d;margin-left:12px;font-family:Poppins;font-size:.75rem;font-weight:420}:focus::placeholder{opacity:0}#title-section{flex-direction:column;gap:8px;display:flex}#title{border-radius:7px}.event-title-desc{flex-direction:column;gap:2.5px;display:flex}.section{flex-direction:column;gap:8px;display:flex}#time-box{grid-template-rows:1fr 1fr;grid-template-columns:repeat(6,minmax(111.7px,1fr));grid-template-areas:"timezone timezone. . . .""date date start-time end-time. .";gap:8px 20px;display:grid}.timeinfo{flex-direction:column;display:flex}#location-box{grid-template-rows:1fr;grid-template-columns:repeat(6,minmax(111.7px,1fr));grid-template-areas:"location location capacity min-age status status";column-gap:20px;display:grid}.other-info,#cover-photo{flex-direction:column;display:flex}#cover-photo>p{margin-bottom:10px;font-size:.75rem;line-height:15px}.upload-button{color:#fff;text-align:center;background-color:#000;border:1px solid #000;border-radius:13px;justify-content:center;align-items:center;width:120px;height:30px;font-size:small;line-height:15px;transition:all 80ms ease-in-out;display:inline-flex}.upload-button:hover{color:#000;cursor:pointer;background-color:#fff;border:1px solid #000}.upload-button:active{width:110px;height:27.5px}.last-button-zone{margin-top:10px;margin-bottom:50px;margin-left:auto;display:flex}.last-button-zone>button{color:#fff;background-image:linear-gradient(40deg,#0f0c29 35%,#302b63 75%,#24243e 95%);border:none;border-radius:13px;width:150px;height:40px;font-family:inherit;font-size:large;font-weight:530;transition:all 90ms ease-in-out}.last-button-zone>button:hover{color:#ece0a6;cursor:pointer;background-color:#c22e2d;background-image:none;border:none}.last-button-zone>button:active{color:#ece0a6;cursor:pointer;background-color:#ab3130;background-image:none;border:none;width:145px;height:37px}@media (width<=1090px){#time-box{grid-template-rows:1fr 1fr;grid-template-columns:repeat(4,minmax(111.7px,1fr));grid-template-areas:"timezone timezone. .""date date start-time end-time";row-gap:8px}#location-box{grid-template-rows:1fr 1fr;grid-template-columns:repeat(4,minmax(111.7px,1fr));grid-template-areas:"location location capacity min-age""status status. .";row-gap:8px}}@media (width<=740px){#header>img{display:none}#header{flex-direction:column}#page-name{text-align:center;align-items:center;padding:0 15px}#time-box{grid-template-rows:1fr 1fr 1fr;grid-template-columns:repeat(2,minmax(111.7px,1fr));grid-template-areas:"timezone timezone""date date""start-time end-time";row-gap:8px}#location-box{grid-template-rows:1fr 1fr 1fr;grid-template-columns:repeat(2,minmax(111.7px,1fr));grid-template-areas:"location location""capacity min-age""status status";row-gap:8px}}.vsa-intro{z-index:9999;will-change:transform;background:#ab3130;font-family:Poppins,sans-serif;transition:transform .7s cubic-bezier(.76,0,.24,1);position:fixed;inset:0}.vsa-intro--wipe{transform:translateY(-100%)}.vsa-intro__tagline{color:#ece0a6;width:25vw;height:3.33vw;margin:0;font-size:1.5vw;font-weight:500;animation:.6s both vsa-fade-in;position:absolute;top:9.26vh;left:6.32vw}.vsa-intro__vsa{color:#ece0a6;letter-spacing:-.01em;align-items:flex-end;width:54.44vw;height:31.32vw;font-size:30vw;font-weight:800;line-height:.85;animation:.7s cubic-bezier(.16,1,.3,1) both vsa-rise;display:flex;position:absolute;top:38.02vh;left:5vw}.vsa-intro__grc{color:#ece0a6;align-items:flex-end;width:22.29vw;height:9.86vw;font-size:9.4vw;font-weight:500;line-height:.85;animation:.7s cubic-bezier(.16,1,.3,1) .12s both vsa-rise;display:flex;position:absolute;top:74.81vh;left:72vw}@keyframes vsa-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes vsa-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.vsa-intro{transition:opacity .4s}.vsa-intro--wipe{opacity:0;transform:none}.vsa-intro__vsa,.vsa-intro__grc,.vsa-intro__tagline{animation:none}}*{box-sizing:border-box;margin:0;padding:0}html{height:100%;font-family:Poppins,Inter,Arial}body{min-height:100vh}
