.App{text-align:center}body,html{-webkit-appearance:none;appearance:none;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:DM Sans Bold;font-weight:400}li,p{font-family:DM Sans}li,ol,ul{list-style-type:disc!important}.announcement{background:#0000;display:flex;justify-content:center;position:fixed;text-align:center;top:8rem;transition:opacity .5s ease-in-out;width:100vw;z-index:1000}.announcement p{background:#f1b141;border-radius:.5rem;box-shadow:.5rem .5rem 0 #0000004d;margin:0;padding:.5rem 2rem}.announcement.visible{opacity:1}.announcement.hidden{opacity:0;pointer-events:none}@media screen and (max-width:850px){.announcement{top:5rem}}.close-btn{align-items:center;background:#333;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:20px;justify-content:center;margin:0;padding:0;position:relative;right:1.75rem;top:.5rem;transition:background-color .2s ease;width:20px}.close-btn:hover{background:#555}.close-btn:active{background:#000}.nav-bar{background:#f6de98;border-color:#24347b;border-style:solid none;border-width:1.3rem;box-sizing:border-box;display:flex;height:8rem;justify-content:space-between;padding:0 7rem 0 5rem;position:fixed;top:-50%;transition:all .45s cubic-bezier(.53,0,.55,1);width:100vw;z-index:15}.nav-bar__active{top:0}.nav-bar button,.nav-bar__active button{background:none;border:none;cursor:pointer}.nav-bar img,.nav-bar__active img{height:100%;pointer-events:none}.nav-container{align-items:center;display:flex;height:100%;justify-content:space-between;width:60%}.nav-mobile-container{display:none}.nav-link{text-decoration:none}.nav-link p{color:#24347b;font-family:DM Sans;font-size:min(6vw,1.75rem);transition:.2s}.nav-link:hover p{color:#7989d2;font-size:min(6.5vw,2.1rem);transition:.2s}@media screen and (max-width:1200px){.nav-bar{padding:0 3rem}.nav-container{width:80%}}@media screen and (max-width:850px){.nav-bar__active{border-width:.5rem;height:5rem;padding:0 1rem}.nav-container{display:none}.nav-mobile-container{display:block}}@media screen and (max-height:600px){.nav-link p{font-size:1.5rem}.nav-bar__active{border-width:.5rem;height:4rem;padding:0 1rem}}.nav-links{align-items:center;background:#24347b;flex-direction:column;height:100vh;left:100vw;overflow-y:auto;padding:3rem 0;position:fixed;top:0;width:70%}.nav-link__mobile,.nav-links{box-sizing:border-box;display:flex}.nav-link__mobile{flex-direction:row;height:20vh;margin:0;padding-top:calc(10vh - min(6vw, 1.75rem));text-decoration:none}.nav-link__mobile p{color:#f6de98;font-family:DM Sans;font-size:min(6vw,1.75rem);margin:0;transition:.2s}.nav-link__mobile p:hover{color:#ffcb2f}.nav-mobile-toggle{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;right:2rem;-webkit-user-select:none;user-select:none;z-index:1}.nav-mobile-toggle input{cursor:pointer;display:flex;height:80%;margin:0;opacity:0;position:absolute;width:5rem;z-index:2}.nav-mobile-toggle span{background:#24347b;border-radius:3px;display:flex;height:3px;margin:2px 0;position:relative;transform-origin:19%;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;width:2rem;z-index:1}.nav-mobile-toggle input.checked~span:nth-last-child(3){background:#e5d196;height:3px;transform:rotate(45deg)}.nav-mobile-toggle input.checked~span:nth-last-child(2){opacity:0}.nav-mobile-toggle input.checked~span:last-child{background:#e5d196;height:3px;transform:rotate(-45deg)}@keyframes slideIn{0%{left:100vw}to{left:30vw}}@keyframes slideOut{0%{left:30vw}to{left:100vw}}.inView{animation:slideIn .4s ease-in-out;left:30vw}.outOfView{animation:slideOut .4s ease-in-out;left:100vw}.home-banner{grid-gap:2%;align-items:center;background-color:#24347b;box-sizing:border-box;display:grid;gap:2%;grid-template-columns:43% 55%;height:calc(100vh - 8rem);overflow:hidden;padding:5rem;width:100vw}.home-banner__img{transition:.1s ease-in}.home-banner__img img{width:100%}.home-banner__img:hover{transform:scale(1.1)}.home-banner__content{align-items:center;display:flex;flex-direction:column;z-index:3}.home-banner__content__title{color:#fff;font-size:min(3rem,5vw);text-align:center}.home-banner__content__title h1{margin:0 0 3rem;width:100%}.home-banner__content__icons{display:flex;flex-direction:row;justify-content:space-around;width:100%}.home-banner__content__icons a img:hover{transform:scale(1.2);transition:all .3s ease-in-out}.home-banner__content__icons img{border-radius:50%;box-shadow:0 0 0 min(1vw,.3rem) #fff7de;transition:all .7s ease-out;width:min(15vw,5rem)}.home-banner__content__icons img:hover{box-shadow:0 0 0 min(1vw,.2rem) #fcb839}.home-banner__content__chevron{border:.25rem solid #fff;border-radius:50%;bottom:2vh;height:1.5rem;left:calc(50% - 1.325rem);opacity:.3;padding:.5rem;position:absolute;width:1.5rem;z-index:-1}@media screen and (max-width:1550px){.home-banner__content__title{font-size:2rem}}@media screen and (max-width:1400px){.home-banner{grid-template-columns:50% 45%}}@media screen and (max-width:1300px){.home-banner__content__title{font-size:2.4vw}.home-banner__content__icons img{width:7vw}}@media screen and (max-width:1250px){.home-banner{align-items:center;display:flex;justify-content:center;padding:1rem}.home-banner__img{height:min(30vh,30vw);opacity:.2;pointer-events:none;position:absolute;top:25vh}.home-banner__img img{object-fit:fill;width:100%}.home-banner__content__title{font-size:2.5rem}.home-banner__content__icons img{width:4rem}}@media screen and (max-width:850px){.home-banner{top:5rem}.home-banner,.home-banner__background{height:calc(100vh - 5rem)}.home-banner__content__title{font-size:2rem}.home-banner__img{width:100vw}.home-banner__img img{height:50vh;object-fit:cover}}@media screen and (max-width:550px){.home-banner__content__title{font-size:1.6rem}}.about-us{align-items:center;margin-bottom:4rem}.about-us__team{text-align:center}.about-us__header{align-items:center;display:flex;flex-direction:column;margin:0;width:100%}.member-box{display:inline-block;justify-content:center;margin:min(6vw,3rem) min(6vw,3rem) 7rem;vertical-align:top}.member-box .member-pic{border-radius:50%;box-shadow:0 0 0 min(1vw,.3rem) #ff9071;pointer-events:none;width:min(30vw,10rem)}.member-box:nth-child(3n+2) .member-pic{box-shadow:0 0 0 min(1vw,.3rem) #86a8ff}.member-box:nth-child(3n) .member-pic{box-shadow:0 0 0 min(1vw,.3rem) #53af53}.member-box .akshat-colour{box-shadow:0 0 0 min(1vw,.3rem) #008cff}.member-box .vanda-colour{box-shadow:0 0 0 min(1vw,.3rem) #cec965}.member-box .sunny-colour{box-shadow:0 0 0 min(1vw,.3rem) #53af53}.member-box p{font-family:DM Sans Light}.social-media-logo{border-radius:50%;box-shadow:0 0 0 min(1vw,.2rem) #ff71ee;height:3rem;margin:min(2vw,.5rem);transition:all .2s ease-out}.social-media-logo:hover{box-shadow:0 0 0 min(1vw,.2rem) #ff7171;transform:scale(1.15);transition:all .2s ease-out}@media screen and (min-width:1000px){.member-box{max-width:min(30vw,10rem)}.about-us__team{margin-left:7vw;margin-right:7vw}}.card{background:#525d92;border-radius:1rem;box-shadow:.75rem .75rem 0 #0000004d;box-sizing:border-box;max-width:25rem;min-height:25rem;transition:.1s ease-in}.card:hover{transform:scale(1.03)}.card__header{align-items:center;background:#24347b;border-radius:1rem 1rem 0 0;display:flex;height:3rem;justify-content:center;margin:0;width:100%}.card__header__title{color:#fcb839;margin:0}.card__content{color:#d7d1c0;line-height:1.4;margin:1rem}@media only screen and (max-width:600px){.card{font-size:.9rem;min-height:15rem}.card__content{line-height:1.3}}.cards{display:grid;font-size:1.2rem;grid-template-columns:1fr 1fr;justify-items:center;margin-bottom:6rem;max-width:55rem;width:75%}@media only screen and (max-width:1700px){.cards{width:85%}}@media only screen and (max-width:1575px){.cards{width:100%}}@media only screen and (max-width:1350px){.cards{gap:2rem}}@media only screen and (max-width:1200px){.cards{grid-template-columns:100%;margin-bottom:4rem}}.dropdown{width:100%}.dropdown__header{background-color:#24347b;cursor:pointer;display:flex;justify-content:center;position:relative;transition:background-color .2s;width:100%}.dropdown__header:hover{background-color:#1e2b67}.dropdown__header__caret{align-items:center;display:flex;height:100%;left:2rem;position:absolute}.dropdown__header__caret img{transform:rotate(0);transform-origin:50% 50%;transition:transform .6s cubic-bezier(.2,2,1,1)}.dropdown__header__caret.open img{transform:rotate(90deg)}.dropdown__header__caret img{height:50%;max-height:1.9rem}.dropdown__header__title{text-align:center}.dropdown__header__title h3{align-items:center;color:#fcb839;display:flex;margin-left:3.5rem;margin-right:3.5rem}.dropdown__content{background-color:#525d92;box-sizing:border-box;padding:0;position:relative}.dropdown__content ul{margin:0;padding:1rem 7% 1rem 10%}.dropdown__content.closed-ul{max-height:0;overflow:hidden;transition:max-height 2s cubic-bezier(0,2,1,1)}.dropdown__content.open-ul{margin:0;max-height:300rem;transition:max-height .5s ease-in}.dropdown__content__item{color:#d7d1c0;margin-bottom:.7rem}.dropdown__map{width:100%}.dropdown__map__controls{align-items:center;border-radius:1rem;display:flex;justify-content:center;position:absolute;top:.5rem;z-index:10}.dropdown__map__controls button{align-items:center;background:#535d93e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:1.75rem;justify-content:center;margin:.1rem;opacity:.9;text-align:center;width:1.75rem}.dropdown__map__controls__left{left:.5rem}.dropdown__map__controls__right{right:.5rem}.dropdown__video{align-items:center;background-color:#525d92;display:flex;justify-content:center;padding:1rem}@media only screen and (max-width:850px){.dropdown__header__caret{left:1rem}.dropdown__content__item{list-style:none}.dropdown__header_title{font-size:1rem}.dropdown__header__title h3{text-wrap:pretty;font-size:1rem;margin-left:2.5rem;margin-right:2.5rem}}@media only screen and (max-width:675px){.events .dropdown__header__title h3{margin:1rem 1rem 1rem 4rem}.dropdown__header__caret{left:.5rem}.dropdown__header__title h3{margin-left:2rem;margin-right:2rem}}.dropdowns{border:1px solid #525d92;border-radius:1.5rem;max-width:50rem;overflow:hidden;width:100%}.footer{color:#fff;margin-top:auto;text-align:center;width:100vw}.footer h3{font-size:min(1rem,3vw);margin:5vh 0}.events{align-items:center;display:flex;flex-direction:column}.formEmbed{border:none;display:flex;height:100%;justify-content:center;margin-bottom:5rem;width:100%}.formContainer{width:50%}@media screen and (max-width:1500px){.formContainer{width:75%}}@media screen and (max-width:1000px){.formContainer{width:100%}}.resources{align-items:center;display:flex;flex-direction:column;padding-left:min(10vw,5rem)}.resources h1{margin:1rem 0 .5rem}.resources h2{text-align:center}.resources p{margin:.5rem 0;text-align:center}.resources p,hr{max-width:50rem;width:100%}hr{margin:1rem 0}.navcard{align-items:end;background:#32448a;background-blend-mode:multiply;background-size:cover;border-radius:1rem;box-shadow:.75rem .75rem 0 #0000004d;box-sizing:border-box;display:flex;height:20rem;justify-content:start;transition:.1s ease-in;width:20rem}.navcard:hover{background:#7381c47f;background-blend-mode:multiply;background-size:cover;transform:scale(1.03)}.navcard__label{color:#cac8b7;font-size:1.8rem;line-height:1.4;margin:.5rem;padding:1rem;position:relative;transition:.1s ease-in}.navcard:hover .navcard__label{color:#fff7de}.navcard__image{height:100%;object-fit:cover;width:100%}.navcard__link{text-decoration:none}@media only screen and (max-width:1350px){.navcard{font-size:.9rem;height:10rem}.navcard__content{line-height:1.3}}.navcards{grid-gap:1rem;display:grid;font-size:1.2rem;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr;justify-items:center;margin-bottom:6rem;max-width:85rem;width:100%}@media only screen and (max-width:1700px){.navcards{grid-template-columns:1fr 1fr 1fr;width:85%}}@media only screen and (max-width:1575px){.navcards{width:100%}}@media only screen and (max-width:1350px){.navcards{gap:2rem;grid-template-columns:1fr 1fr;max-width:45rem}}@media only screen and (max-width:1200px){.navcards{grid-template-columns:100%;grid-template-columns:1fr;margin-bottom:4rem;max-width:45rem}}.filter__dropdown{margin-bottom:1rem;max-width:50rem;overflow:hidden;width:100%}.filter__dropdown__header{cursor:pointer;display:flex;justify-content:center}.filter__dropdown__header:hover h3{color:#223277;text-decoration:underline}.filter__dropdown__header__title h3{color:#24347bcc;font-style:italic}.filter__dropdown__content{background-color:#f1f1f4;border-radius:1.5rem;box-sizing:border-box;margin:0;padding:0}.filter__dropdown__content.closed-ul{max-height:0;overflow:hidden;transition:max-height 2s cubic-bezier(0,2,1,1)}.filter__dropdown__content.open-ul{margin:0;max-height:80rem;transition:max-height .5s ease-in}.filter__dropdown__content__item{color:#6d6246;margin-top:.5rem}.filter__options{margin:0;padding:1rem 7%}.filter__options input[type=text]{border:1px solid #24347b;border-radius:.5rem;box-sizing:border-box;font-size:1rem;margin:0 0 .5rem;padding:.5rem;width:100%}.multiselect__container{display:flex;flex-wrap:wrap;justify-content:space-between}@media only screen and (max-width:850px){.filter__dropdown__header__caret{left:1rem}.filter__dropdown__content__item{list-style:none}.filter__dropdown__header_title{font-size:1rem}}@media only screen and (max-width:675px){.filter__dropdown__header__title h3{font-size:1rem;margin-left:3rem;margin-right:3rem}.events .filter__dropdown__header__title h3{margin:1rem 1rem 1rem 4rem}}.multiselect{display:flex;flex-direction:column}.multiselect label{align-items:center;cursor:pointer;display:flex;margin-top:.5rem}.multiselect input[type=checkbox]{accent-color:#fcb839;cursor:pointer;height:1rem;margin-right:.5rem;width:1rem}.multiselect input[type=checkbox]:hover{box-shadow:0 0 2px #24347b4d}.multiselect input[type=checkbox]:checked{outline:1px solid #24347b80}.pointer{border:.25rem solid #fff;border-radius:50%;bottom:-50%;filter:drop-shadow(.25rem .25rem rgba(0,0,0,.3));height:1.5rem;left:calc(50% - 1.325rem);opacity:1;padding:.5rem;position:fixed;transition:all .45s cubic-bezier(.53,0,.55,1);width:1.5rem;z-index:3}.pointer__active{bottom:2%}@font-face{font-family:DM Sans Bold;src:url(../../static/media/DMSans-Bold.c423ce2dc1d85bc50799.ttf)}@font-face{font-family:DM Sans;src:url(../../static/media/DMSans-Medium.150680530af9dd9fd00b.ttf)}@font-face{font-family:DM Sans Light;src:url(../../static/media/DMSans-Regular.4ee96395e07a04577aab.ttf)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;width:100vw}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.custom-background{background:linear-gradient(90deg,#f6de98,#0e31bcd6);display:flex;flex-direction:column}.navbar-spacer{background:#24347b;height:8rem}.section-title{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:2rem;width:100%}.about-us,.events,.home,.join-us,.resources{align-items:center;background-color:#fff7de;border-radius:3vw;box-shadow:.75rem .75rem 0 #0000004d;display:grid;display:flex;flex-direction:column;margin:5rem 10vw 0;padding:min(10vh,5rem) min(6vw,2rem)}@media screen and (max-width:1000px){.about-us,.events,.home,.join-us,.resources{margin-left:5vw;margin-right:5vw}}@media screen and (max-width:850px){.navbar-spacer{height:5rem}}a:hover{color:#7b26c9;text-decoration:none}
/*# sourceMappingURL=main.22636b8a.css.map*/