@import"https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Abel&family=Aboreto&family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";*{margin:0;padding:0;box-sizing:border-box}@keyframes navTopDrop{0%{height:6rem;transform:translateY(-3rem)}to{z-index:9;height:15rem;transform:translateY(0)}}.home{width:100dvw;min-height:100dvh}.home .home-container{z-index:1;width:100%;height:100%;overflow:scroll;align-items:center;flex-direction:column;justify-content:center}.hero-section{gap:2rem;z-index:8;width:100dvw;display:flex;height:90dvh;padding:5rem 7rem;position:relative;align-items:center;flex-direction:column;justify-content:space-between}.hero-section .hero-top{gap:1rem;width:100%;display:flex}.hero-section .hero-top .hero-text{gap:1rem;width:70%;display:flex;line-height:2;flex-direction:column;font-family:sans-serif}.hero-section .hero-top .hero-text p{font-weight:100;color:#000}.hero-section .hero-top .hero-image{width:20rem;height:15rem;display:flex;position:relative;align-items:center;border-radius:1rem;flex-direction:column;justify-content:center;background-color:#000}.hero-section .hero-top .hero-image h3{top:0;left:0;display:flex;color:#fff;text-align:center;position:absolute;align-items:center;text-decoration:none;font-family:sans-serif}.hero-section .hero-top .hero-image h3 img{width:2rem;height:2rem;object-fit:cover}.hero-section .hero-base{width:100%;height:15rem;display:flex}.hero-section .hero-base .hb-left,.hero-section .hero-base .hb-mid,.hero-section .hero-base .hb-right{gap:1rem;flex:1;width:100%;height:100%;display:flex;color:#fff;align-items:center;justify-content:center}.hero-section .hero-base .hb-left h1,.hero-section .hero-base .hb-mid h1,.hero-section .hero-base .hb-right h1{font-size:3.5rem;font-family:monserrat}.hero-section .hero-base .hb-left .seperator,.hero-section .hero-base .hb-mid .seperator,.hero-section .hero-base .hb-right .seperator{width:.2rem;height:5rem;background-color:#fff}.hero-section .hero-base .hb-left{background-color:#3c556b}.hero-section .hero-base .hb-mid{background-color:#344e63}.hero-section .hero-base .hb-right{background-color:#364f64}@media screen and (max-width:576px){.hero-section{padding:1rem;overflow:hidden}}.info-section{width:100dvw;display:flex;height:85dvh;overflow:hidden;position:relative;flex-direction:column;font-family:sans-serif}.info-section h1{margin-left:7rem;align-self:flex-start}.info-section .info-section-container{width:100%;height:100%;display:flex;align-items:center;flex-direction:column}.info-section .info-section-container .is-top{width:100%;height:80%;display:flex;padding:0 7rem;align-items:center;justify-content:center}.info-section .info-section-container .is-top .ist-container{gap:1rem;width:100%;height:70%;display:flex}.info-section .info-section-container .is-top .ist-container .news-container{flex:1;gap:1rem;width:10rem;height:10rem;display:flex;text-wrap:wrap;align-items:center;flex-direction:column;justify-content:space-between}.info-section .info-section-container .is-top .ist-container .news-container img{width:100%;object-fit:cover}.info-section .info-section-container .is-top .ist-container .news-container img:hover{cursor:pointer;-webkit-mask:#000000;mask:#000000;background-color:#000}.info-section .info-section-container .is-top .ist-container .news-container p{color:#939393;font-size:.75rem}.info-section .info-section-container .is-top .ist-container .news-container a{font-size:1rem;color:#2f6b2f;font-weight:700;line-height:1.5;text-align:center;text-decoration:none}.info-section .info-section-container .is-top .ist-container .news-container a:hover{color:#49ae49}.info-section .info-section-container .is-base{gap:1rem;width:100%;height:30%;display:flex;overflow:scroll;padding:0 7rem;align-items:center;background-color:#93939348}.info-section .info-section-container .is-base img{width:10rem;height:7rem;object-fit:contain}@media screen and (max-width:576px){.info-section{padding-top:1.5rem}.info-section .info-section-container .is-top{padding:0 1rem}.info-section .info-section-container .is-top .ist-container{gap:.5rem}.info-section .info-section-container .is-top .ist-container .news-container a{font-size:.7rem}}.navbar{flex-grow:1;z-index:999;height:6rem;width:100dvw;display:flex;padding:0 3rem;overflow:hidden;align-items:center;background-color:#0a480a;justify-content:space-between;transition:all .5s ease-in-out}.navbar .nav-list{width:100%;height:3rem;display:flex;align-items:center;justify-content:space-between}.navbar .nav-list a{text-decoration:none}.navbar .nav-list a:hover p{color:#0f0;transition:all .3s ease-in-out}.navbar .nav-list p{height:100%;display:flex;color:#fff;font-size:.9rem;font-weight:300;align-items:center;text-decoration:none;justify-content:center;font-family:Montserrat,sans-serif}.navbar .nav-list p.active{color:#0f0}.navbar .nav-dropdown{display:none}@media screen and (max-width:576px){.navbar{z-index:9;padding:0 1rem;align-items:flex-start}.navbar .nav-list{display:none}.navbar .nav-dropdown{z-index:9;height:100%;display:flex;align-items:center;justify-content:center}.navbar .nav-dropdown .dropdown-button{display:flex;cursor:pointer;position:relative;align-items:center;justify-content:center}.navbar .nav-dropdown .dropdown-list{top:16rem;left:.5rem;width:10rem;height:15rem;display:flex;padding:1rem 0;position:absolute;flex-direction:column;align-items:flex-start;z-index:100000000000000000;background-color:#0a480adf;justify-content:space-evenly;transition:all .3s ease-in-out;animation:navTopDrop .3s ease-in 0s 1 forwards}.navbar .nav-dropdown .dropdown-list a{width:100%;height:5rem;display:flex;color:#fff;padding-left:1rem;align-items:center;text-decoration:none;border-bottom:.1rem solid #000000}.navbar .nav-dropdown .dropdown-list a:last-child{border-bottom:none}}.header{width:100dvw;height:10rem;display:flex;align-items:center;justify-content:space-between}.header .header-left{flex:1;height:100%;display:flex;align-items:flex-start;justify-content:flex-end}.header .header-left img{width:auto;height:6rem;object-fit:cover}.header .header-mid{flex:2;gap:1rem;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center}.header .header-mid .hm-top{display:flex}.header .header-mid .hm-base{width:100%;display:flex;font-weight:100;font-family:sans-serif;justify-content:space-between}.header .header-mid .hm-base .hm-base-left,.header .header-mid .hm-base .hm-base-right{width:50%;display:flex;text-wrap:wrap;line-height:1.5;padding-left:2rem}.header .header-mid .hm-base .hm-base-left svg,.header .header-mid .hm-base .hm-base-right svg{color:#646262;margin-right:1rem}.header .header-mid .hm-base .hm-base-left p,.header .header-mid .hm-base .hm-base-right p{font-size:.8rem}.header .header-right{flex:1}.header .header-right img{width:auto;height:4rem;object-fit:cover}@media screen and (max-width:992px){.header .header-left img{height:5rem}.header .header-mid{gap:.5rem}.header .header-mid .hm-top h4,.header .header-mid .hm-top p,.header .header-mid .hm-base .hm-base-left span h4,.header .header-mid .hm-base .hm-base-right span h4{font-size:.7rem}.header .header-mid .hm-base .hm-base-left span svg,.header .header-mid .hm-base .hm-base-right span svg{color:#646262;margin-right:1rem}.header .header-mid .hm-base .hm-base-left span p,.header .header-mid .hm-base .hm-base-right span p{font-size:.5rem}}@media screen and (max-width:576px){.header{padding:0 .2rem}.header .header-left img{height:5dvh}.header .header-mid{flex:1;gap:.5rem}.header .header-mid .hm-top h4{font-size:.4rem}.header .header-mid .hm-top p{font-size:.34rem}.header .header-mid .hm-base .hm-base-left span h4,.header .header-mid .hm-base .hm-base-right span h4{font-size:.6rem}.header .header-mid .hm-base .hm-base-left span svg,.header .header-mid .hm-base .hm-base-right span svg{color:#646262;margin-right:1rem}.header .header-mid .hm-base .hm-base-left span p,.header .header-mid .hm-base .hm-base-right span p{font-size:.45rem}.header .header-right img{height:1.6rem}}.footer{gap:.2rem;height:6rem;width:100dvw;display:flex;color:#898888;align-items:center;justify-content:center;background-color:#1c1c1c}.footer a,.footer p,.footer svg{font-size:.85rem;font-family:sans-serif}.footer .ppa-text{color:#00c853;text-decoration:none}.about-layout{display:flex;min-height:100dvh}@media screen and (max-width:576px){.about-layout{flex-direction:column-reverse}}.sidebar{gap:.2rem;width:30dvw;height:75dvh;display:flex;padding-right:1rem;align-items:flex-end;flex-direction:column;justify-content:center;transition:all .3s ease-in-out}.sidebar a{width:70%;height:4rem;display:flex;padding:0 1rem;color:#515151;font-weight:700;font-size:.85rem;align-items:center;text-decoration:none;font-family:sans-serif;background-color:#00000015;transition:all .3s ease-in-out}.sidebar a:hover,.sidebar a.active{color:#fff;background-color:#0a480a}@media screen and (max-width:576px){.sidebar{width:100dvw;overflow:hidden;align-items:center}}.contacts{gap:3rem;width:70dvw;height:auto;padding:6.5rem 1rem;display:flex;font-family:Montserrat;flex-direction:column;align-items:flex-start}.contacts svg{color:#0a480a}.contacts .email,.contacts .phoneNo{gap:1rem;display:flex;align-items:center;justify-content:center}.contacts .email h3,.contacts .phoneNo h3{gap:.5rem;display:flex;align-items:center gap}.contacts .location{gap:.5rem;width:100%;display:flex;align-items:flex-start}.contacts .location .location-text{gap:.5rem;display:flex;flex-direction:column}@media screen and (max-width:576px){.contacts{width:100dvw}}.functions{gap:1rem;width:70dvw;display:flex;min-height:100dvh;padding:5rem 1rem;flex-direction:column;font-family:Montserrat}.functions .functions-list{gap:1rem;width:100%;display:flex;line-height:2;text-wrap:wrap;flex-direction:column}.functions .functions-list .functions-item{gap:1rem;width:80%;height:auto;display:flex;font-size:.8rem;align-items:start}.functions .functions-list .functions-item svg{color:#009a00}@media screen and (max-width:576px){.functions{width:100dvw}}.history{gap:3rem;width:70dvw;display:flex;min-height:100dvh;padding:5.5rem 1rem;flex-direction:column;font-family:Montserrat}.history img{width:60dvw;height:auto;object-fit:cover}.history p{width:60dvw;line-height:1.5;font-size:.85rem}@media screen and (max-width:576px){.history{width:100dvw}.history img,.history p{width:90dvw}}.mission{width:70dvw;display:flex;height:105dvh;align-items:center;justify-content:center}.mission .mission-container{gap:2rem;width:90%;height:auto;display:flex;flex-direction:column;font-family:Montserrat}.mission .mission-container img{width:90%;height:auto;object-fit:cover}.mission .mission-container .mission-text{gap:1rem;display:flex;flex-direction:column}.mission .mission-container .mission-text h3,.mission .mission-container .mission-text p{font-size:.9rem}@media screen and (max-width:576px){.mission{width:100dvw}}.ppa-board{gap:2dvh;width:70dvw;display:flex;min-height:100dvh;flex-direction:column;align-items:flex-start;justify-content:center;font-family:Montserrat}.ppa-board .board-container{padding:5.5rem 0;gap:2dvw;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.ppa-board .board-container .member-section{gap:2.5rem;display:flex;flex-direction:column}.ppa-board .board-container .member-name{display:flex;color:#000;font-size:.8rem}.ppa-board .board-container .ppa-profile{height:auto}.ppa-board .board-container .ppa-profile img{float:left;width:20rem;height:25rem;object-fit:contain;margin:0 2rem 2rem 0}.ppa-board .board-container .ppa-profile p{width:60dvw;font-size:.8rem;line-height:2.5}@media screen and (max-width:576px){.ppa-board{width:100dvw}.ppa-board .board-container .ppa-profile{padding:0 1rem}.ppa-board .board-container .ppa-profile p{width:90dvw}}.career{width:70dvw;height:40dvh;display:flex;align-items:center;justify-content:center}.career .career-container{gap:2.5rem;width:90%;display:flex;justify-content:center;flex-direction:column;font-family:Montserrat}.career .career-container h1{font-weight:600}.career .career-container p{width:80%;line-height:3;font-size:.8rem;font-family:Montserrat}@media screen and (max-width:576px){.career{width:100dvw}.career .career-container p{width:90%;line-height:2rem}}.documents,.documents iframe{width:100dvw;height:100dvh}
