@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";.header-section{background-color:#fff;box-shadow:0 2px 4px #0000001a;width:100%;height:80px;position:fixed;top:0;display:flex;justify-content:space-between;align-items:center;z-index:1000}.header-section .company-logo-section{display:flex;align-items:center;color:#164d4e;padding-left:49px;font-weight:600;font-size:28px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.header-section .company-logo-section .company-logo{display:flex;align-items:center}.header-section .company-logo-section .company-logo img{width:90px;height:50px;margin-bottom:5px}.header-section ul{display:flex;justify-content:flex-end;align-items:center;gap:20px;padding-right:49px;list-style:none}.header-section ul li a{font-size:16px;font-weight:500;color:#000}.header-section ul li a:hover{cursor:pointer;color:#007bff}.header-section ul li{position:relative}.header-section ul .dropdown{display:none;position:absolute;background:transparent;width:270px;margin-top:20px}.header-section ul .dropdown .dropdown-menu{background-color:#f9f9f9;border-radius:0 4px 4px;margin-top:20px;white-space:nowrap;gap:10px;border:2px solid #000}.header-section ul .dropdown .dropdown-menu a{display:block;padding:8px 12px;border-radius:4px;transition:background-color .3s,color .3s}.header-section ul .dropdown .dropdown-menu a:hover{background-color:#e1e1e1;color:#007bff}.header-section ul li:hover .dropdown,.header-section ul li:hover,.header-section ul li:hover .dropdown .dropdown-menu,.header-section ul li:hover .dropdown-menu{display:flex;flex-direction:column}.header-section ul li:last-child{background-color:#ed9b40;color:#fff;padding:10px 20px;border-radius:30px}.header-section ul li:last-child a{color:#fff}.overview-section{width:100%;height:620px;position:relative;top:0;overflow:hidden;display:flex;justify-content:center;align-items:center;background:#0000001a;box-sizing:border-box;padding:0 20px}.overview-section .overview-content{position:relative;z-index:201;color:#fff;font-family:Montserrat,sans-serif;width:100%;gap:50px;display:flex;flex-direction:row;align-items:center;justify-content:center}.overview-section .overview-content .donate-container{border:1px solid #000;background-color:#fff;border-radius:13px;width:300px;height:300px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;gap:20px;font-size:26px;font-weight:700;color:#164d4e}.overview-section .overview-content .donate-container p{margin:0;padding:15px;text-align:start;border:1.5px solid #000;border-radius:13px;height:100%;font-size:22px}.overview-section .overview-content .donate-container button{background-color:#ed9b40;border-radius:30px;font-size:20px}.overview-section .overview-content .resources{display:flex;flex-direction:column;align-items:start;justify-content:center;width:800px;background-color:#6f6f6fcc;padding:20px;border-radius:13px}.overview-section .overview-content .resources .text-container{display:flex;flex-direction:column;gap:20px;margin-bottom:40px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.overview-section .overview-content .resources .text-container .title{font-size:48px;font-weight:700;border-bottom:#164D4E 2px solid;padding-bottom:20px;color:#ccdad6;margin-top:-10px}.overview-section .overview-content .resources .text-container .follow-up-title{font-size:20px;font-weight:600;color:#fff;padding:5px;border-radius:5px}.overview-section .overview-content .button-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.overview-section .dot-container{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px}.overview-section .dot{width:10px;height:10px;border-radius:50%;background-color:gray;cursor:pointer}.overview-section .dot.active{background-color:#fff}.overview-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;mix-blend-mode:multiply;z-index:200}@media only screen and (max-width: 1220px){.overview-section{height:700px}.overview-section .overview-content{display:flex;flex-direction:column;gap:20px}.overview-section .overview-content .donate-container{height:170px;width:70%}.overview-section .overview-content .donate-container p{font-size:16px}.overview-section .overview-content .donate-container button{font-size:14px}.overview-section .overview-content .resources{width:70%}.overview-section .overview-content .resources .text-container{margin-bottom:13px;gap:12px}.overview-section .overview-content .resources .text-container .title{font-size:36px;padding-bottom:10px}.overview-section .overview-content .resources .text-container .follow-up-title{font-size:16px}.overview-section .overview-content .resources .button-container button{font-size:14px}}@media only screen and (max-width: 900px){.overview-section .overview-content .donate-container,.overview-section .overview-content .resources{width:85%}}.donation-info{border-bottom:1px solid #ccc;background-color:#164d4e;width:100%;display:block;padding:20px;box-sizing:border-box}.donation-info p{width:70%;font-size:21px;color:#fff;text-align:center;margin:0 auto;line-height:1.5}.donation-info .clickable-link{color:#fff;text-decoration:underline;cursor:pointer}.donation-info .clickable-link:hover{color:#ccc}@media only screen and (max-width: 768px){.donation-info{padding:40px 20px}.donation-info p{font-size:18px;width:90%}}.contact-header{width:100%;height:45px;background-color:#16314e;display:flex;justify-content:flex-end;align-items:center;gap:50px}.contact-header .phone-number{display:flex;gap:5px;color:#fff}.contact-header .phone-number svg{margin-top:2px;color:#fff;stroke:#fff}.contact-header .email{margin-right:50px;display:flex;gap:7px;color:#fff}.contact-header .email svg{margin-top:2px;color:#fff;stroke:#fff}.contact-header .email a{color:#fff;text-decoration:none;transition:color .3s}.contact-header .email a:hover{color:#ed9b40}@media only screen and (max-width: 768px){.contact-header{gap:15px;padding:0 20px;font-size:14px}.contact-header .email{margin-right:30px}.contact-header .email svg{width:17px!important;height:18px!important}.contact-header .phone-number svg{width:17px!important;height:18px!important}}.pilot-program-info{color:#000;height:45px;margin-top:81px;align-items:center;display:flex;justify-content:center;padding-left:20px;padding-right:20px}.pilot-program-info p{align-items:center;font-weight:600}@media only screen and (max-width: 844px){.pilot-program-info{padding:0 50px;height:65px}.pilot-program-info p{white-space:normal;text-align:center}}.footer-section{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:10px;background:#fff;height:90px;color:#000;font-size:10px;width:100%;position:relative;bottom:0;border-bottom:1px solid #e0e0e0}.legal-footer{display:flex;justify-content:center;gap:10px;margin-top:10px;margin-bottom:20px}.legal-footer .divider{color:#333;font-weight:700}.contact-form{display:flex;flex-direction:column;align-items:center;gap:12px;color:#000;width:100%;padding-top:40px}.contact-form p{font-size:smaller;display:flex;justify-content:flex-end;width:95%;margin:0;padding:0;color:#e5e5e5}.contact-form label{display:none}.contact-form input{background:#e5e5e5;border:1px solid rgba(201,200,200,.5);border-radius:4px;width:95%;height:30px;color:#000;padding-left:10px}.contact-form input:focus{border:1px solid #09b3d1!important}.contact-form textarea{background:#e5e5e5;border:1px solid rgba(201,200,200,.5);border-radius:4px;width:95%;min-height:90px;color:#000;padding-left:10px;padding-top:10px}.contact-form button{width:97%}.contact-details{display:flex;flex-direction:column;color:#ed9b40;width:58%}.contact-details div span{color:#fff}@media only screen and (max-width: 1000px){.contact-details{width:100%}}.contact-section{width:100vw;height:100vh;color:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:81px}.contact-section .contact-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:63%;overflow:hidden;background:#475353;padding:40px 80px;height:100%}.contact-section .contact-container>div{color:#fff;margin-top:8%}.contact-section .contact-container .contact-form-details{display:flex;justify-content:center;flex-direction:row;align-items:center;gap:40px;margin-top:10px;width:100%;position:relative;padding-top:40px}.contact-section .contact-container .contact-form-details:after{content:"";display:block;width:60%;height:1px;background:#91d391;margin-top:40px;position:absolute;top:0}@media only screen and (max-width: 1000px){.contact-section{height:auto}.contact-section .contact-container{padding:40px;width:75%}.contact-section .contact-container .contact-form-details{flex-direction:column-reverse;gap:60px}}@media only screen and (max-width: 511px){.contact-section .contact-container{padding:40px 20px;width:85%}}.user-card{display:flex;flex-direction:column;align-items:center;box-shadow:0 0 10px #0000001a;border-radius:8px;padding:18px 0 30px;background-color:#164d4e;position:relative;cursor:pointer}.user-card .background-wrapper{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;opacity:.1;background-repeat:no-repeat;background-size:cover}.user-card .image-container{width:88%;height:300px;margin-bottom:25px;border-radius:8px;border:1px solid #2d094b;overflow:hidden;z-index:1}.user-card .image-container img{width:100%;height:100%;margin-bottom:25px;object-fit:cover}.user-card .roles{display:flex;flex-direction:column;justify-content:center;align-items:center;font-style:italic;color:#fff}.user-card .roles h3{margin:0}.user-card .roles h4{margin:0;color:#fff}.user-card .roles a{color:#4fe9ca;cursor:pointer;z-index:2}.user-card:hover{background-color:#752e1f;transform:scale(1.05)}.about-us-screen{display:flex;flex-direction:row;justify-content:center;width:100%;margin-top:81px;padding-top:39px;position:relative;color:#000}.about-us-screen .abstract-background{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.about-us-screen .abstract-background img{width:100%;height:100%}.about-us-screen .content-box{display:flex;flex-direction:row;justify-content:center;gap:5%;width:80%!important;position:relative}.about-us-screen .content-box .stronger{width:80%}.about-us-screen .content-box .stronger .our-team{display:flex;flex-direction:column;padding-bottom:20px}.about-us-screen .content-box .stronger .our-team .team{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.about-us-screen .content-box .stronger .our-mission h2,.about-us-screen .content-box .stronger .who-we-are h2,.about-us-screen .content-box .stronger .our-participants h2,.about-us-screen .content-box .stronger .our-team h2,.about-us-screen .content-box .stronger .join-us h2{color:#164d4e}.about-us-screen .content-box .stronger .our-mission p,.about-us-screen .content-box .stronger .who-we-are p,.about-us-screen .content-box .stronger .our-participants p,.about-us-screen .content-box .stronger .our-team p,.about-us-screen .content-box .stronger .join-us p{color:#000}.about-us-screen .content-box .stronger .our-participants p{margin-bottom:.5rem}@media only screen and (max-width: 1100px){.about-us-screen .content-box .stronger .our-team .team{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 847px){.about-us-screen .content-box .stronger{justify-content:flex-start;width:100%!important}}@media only screen and (max-width: 688px){.about-us-screen .content-box .stronger .our-team .team{grid-template-columns:repeat(1,1fr)}.about-us-screen .content-box .stronger .our-team .team .user-card .image-container img{object-fit:cover}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background-color:#fff;padding:20px;border-radius:5px;z-index:1001;width:50%;color:#000}.modal h2{color:#164d4e;margin-bottom:0}.modal .maps{display:flex;flex-direction:row;justify-content:space-between;gap:5%;margin-bottom:20px}.modal .maps img{width:49%;height:350px;border-radius:5px;border:1px solid #000}.modal button{float:inline-end;background-color:#164d4e}.modal .location-container{display:flex;align-items:center;margin:10px 0}.modal .location-container h3{display:flex;align-items:center;justify-content:space-between;padding:8px;border:2px solid #164d4e;border-radius:4px;font-size:16px;color:#164d4e;gap:10px;margin-top:5px;width:100%}.modal .location-container .copy-icon{cursor:pointer;display:flex;align-items:center;margin-left:10px}.modal .location-container .copy-icon svg{width:24px;height:24px;fill:#164d4e}.modal .location-container .copy-icon span{color:#ed9b40;font-size:14px;font-weight:700;margin-left:5px}.modal.open{display:block}.be-a-part{color:#000;width:100%;display:flex;flex-direction:column}.be-a-part .dropoff-location-section{display:flex;justify-content:space-around;align-items:center;flex-direction:row;margin-top:81px;padding-top:40px;padding-bottom:40px;background:#ccdad6}.be-a-part .dropoff-location-section .location-links{display:flex;flex-direction:column;gap:20px;width:50%}.be-a-part .dropoff-location-section .location-links h1{font-size:20px}.be-a-part .dropoff-location-section .location-links .random-name{display:flex;flex-direction:row;gap:20px}.be-a-part .dropoff-location-section .location-links .random-name button{background:#ed9b40;display:flex;justify-content:center;align-items:center;gap:10px}.be-a-part .dropoff-location-section .location-links .random-name button svg{fill:#fff}.be-a-part .dropoff-location-section img{width:400px;height:100%;margin-top:50px}.be-a-part .learn-more{display:flex;justify-content:center;align-items:center;flex-direction:row;width:100%;height:186px;background-color:#ccdad6;gap:80px;background:#16314e;color:#fff}.be-a-part .learn-more p{width:50%}.be-a-part .contributions{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding-bottom:50px;padding-top:50px;background:#fff;color:#000}.be-a-part .contributions .heading{display:flex;font-size:2.8rem;font-weight:700;position:relative;margin-bottom:20px;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}.be-a-part .contributions .heading .you{color:#ed9b40;margin-top:-17px;font-size:4.2rem}.be-a-part .contributions .contribution-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:81%}.be-a-part .contributions .contribution-cards .contribution-section{display:flex;flex-direction:column;border-radius:8px;border:1px solid #000;padding:20px;background:#b5c5c5}.be-a-part .contributions .contribution-cards .contribution-section h2{margin-top:0;margin-bottom:-5px}.be-a-part .contributions .contribution-cards .contribution-section img{display:none}.be-a-part .contributions .contribution-cards .contribution-section .icon svg{height:40px;width:40px}.be-a-part .our-approach{display:flex;justify-content:center;background:#16314e;color:#fff;padding:40px 0}.be-a-part .our-approach p{width:85%;font-size:1.2rem}.gift-registries{display:flex;flex-direction:column;align-items:center;padding:30px 0;background:#ccdad6}.gift-registries .heading{font-size:2.8rem;font-weight:700;margin-bottom:20px}.gift-registries .links{display:flex;gap:20px}.gift-registries .links a{font-size:1.2rem;color:#ed9b40;text-decoration:none;padding:10px 20px;border:2px solid #ed9b40;border-radius:5px;transition:all .3s}.gift-registries .links a:hover{background:#ed9b40;color:#fff}@media only screen and (max-width: 1190px){.be-a-part .dropoff-location-section{display:flex;flex-direction:column-reverse;justify-content:center;gap:20px}.be-a-part .dropoff-location-section .location-links{width:80%}.be-a-part .dropoff-location-section .location-links .random-name{justify-content:center;flex-direction:column}.be-a-part .dropoff-location-section img{margin-top:0}.be-a-part .contributions .contribution-cards{grid-template-columns:repeat(2,1fr);width:90%}}@media only screen and (max-width: 630px){.be-a-part .contributions .contribution-cards{grid-template-columns:repeat(1,1fr)}}@media only screen and (max-width: 500px){.be-a-part .dropoff-location-section img{width:300px}}.gift-registries{display:flex;width:100%;background-color:#000;flex-direction:column;align-items:center;text-align:center}.gift-registries .heading{color:#fff;margin-bottom:10px;padding-bottom:0;font-size:1.5rem}.gift-registries p{margin-top:0;margin-bottom:35px;color:#fff}.gift-registries svg{fill:#fff;margin-bottom:10px;width:40px;height:40px}.gift-registries .links{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}.gift-registries .links a{display:flex;justify-content:center;padding:10px 20px;border-radius:5px;font-size:1.2rem;text-decoration:none;color:#fff;font-weight:700;transition:background-color .3s ease,color .3s ease}.gift-registries .links a:hover{color:#fff}.gift-registries .links a:last-child{border:2px solid rgb(215,42,42)}.gift-registries .links a[href*=target]{background-color:#d72a2a}.gift-registries .links a[href*=target]:hover{background-color:#b22222}@media only screen and (max-width: 1000px){.gift-registries p{width:85%}}@media only screen and (max-width: 500px){.gift-registries .links{flex-direction:column;gap:10px;flex-wrap:nowrap}.gift-registries .links a{width:100%}}.panel{display:flex;flex-direction:column;border:1px solid green;overflow:hidden;border-radius:8px;background-color:#fff}.panel .title-section{display:flex;justify-content:flex-start;width:100%;padding:10px 20px 5px;border-bottom:1px solid #000;background-color:#164d4e}.panel .title-section h1{font-size:24px;font-weight:600;color:#fff}.our-impact-section{margin-top:81px;color:#000;width:100%;display:flex;justify-content:center;padding-top:30px}.our-impact-section .panel-section{width:60%;display:flex;flex-direction:column;gap:30px;margin-bottom:30px}.our-impact-section .panel-section .panel{border:1px solid #FFF}.our-impact-section .panel-content{padding:20px}.our-impact-section ul li p{margin-top:6px;margin-bottom:0}@media only screen and (max-width: 1349px){.our-impact-section .panel-section{width:80%}.our-impact-section ul{padding-left:10px!important}}.donate-section{display:flex;flex-direction:column;align-items:center;padding-top:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-top:81px;color:#000;width:100%}.donate-section .donation-program{display:flex;flex-direction:column;justify-content:center;align-items:center}.donate-section .section{display:flex;flex-direction:row;justify-content:center;gap:100px;padding-bottom:4rem}.donate-section .section .section-1{display:flex;flex-direction:column;width:25%}.donate-section .section .section-1 img{height:500px;margin-bottom:1rem;border-radius:8px;object-fit:cover}.donate-section .section .payment-details-tag{display:flex;flex-direction:column;width:47%;gap:20px}.donate-section .section .payment-details-tag details{border:1px solid #000;border-radius:8px;padding-bottom:20px}.donate-section .section .payment-details-tag details summary{list-style:none;display:flex;padding:1rem;background-color:#164d4e;color:#fff;font-size:1.2rem;border-radius:4px 4px 0 0}.donate-section .section .payment-details-tag details .gift-info{padding:15px 43px 40px 30px;overflow:hidden}.donate-section .section .payment-details-tag details .gift-info .suggested-amounts{display:flex;flex-direction:row;gap:15px;padding:0}.donate-section .section .payment-details-tag details .gift-info .suggested-amounts button{background:#164d4e;color:#fff;width:20%;margin-bottom:30px;margin-top:20px;display:flex;justify-content:center;align-items:center}.donate-section .section .payment-details-tag details .gift-info input{height:35px;width:97%;background-color:#f9f9f9;border:1px solid #000;color:#000;padding:.5rem;font-size:1rem;border-radius:4px;margin-top:10px}.donate-section .section .payment-details-tag details .gift-info input[type=number]::-webkit-outer-spin-button,.donate-section .section .payment-details-tag details .gift-info input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.donate-section .section .payment-details-tag details iframe{width:95%!important}.donate-section .section .payment-details-tag details:last-child div{margin:10px}.donate-section .payment-options{display:flex;flex-direction:column;gap:20px}.donate-section .payment-options .divider{margin:.5px 0;border:0;border-top:1px solid rgba(0,0,0,.2)}.donate-section .payment-options .cashapp-section{text-align:center;margin-top:20px}.donate-section .payment-options .cashapp-section h3{font-size:1.2rem;margin-bottom:10px;margin-top:0}.donate-section .payment-options .cashapp-section .cashapp-link{background-color:#00c244;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-size:1.2rem;transition:background-color .3s ease;width:90%;display:block}.donate-section .payment-options .cashapp-section .cashapp-link:hover{background-color:#009b35}.donation-toggle{display:flex;gap:10px;margin-top:20px}.donation-toggle button{flex:1;padding:12px 20px;background-color:#f0f0f0;border:2px solid #164d4e;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .3s ease;width:20px;color:#000}.donation-toggle button.active{background-color:#164d4e;color:#fff}.donation-toggle button:hover:not(.active){background-color:#e0e0e0}.recurring-options{margin-top:20px}.recurring-options label{margin-right:10px;font-weight:700}.recurring-options select{padding:10px;font-size:1rem;border-radius:6px;border:2px solid #164d4e;background-color:#fff;color:#000;cursor:pointer}.recurring-options select:hover{background-color:#f9f9f9}@media only screen and (max-width: 1132px){.donate-section .section{gap:50px}.donate-section .section .section-1{width:30%}.donate-section .section .payment-details-tag{width:50%}}@media only screen and (max-width: 1000px){.donate-section .section{width:85%;flex-direction:column-reverse;gap:20px}.donate-section .section .section-1,.donate-section .section .payment-details-tag{width:100%}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.thank-you-section{width:100%;display:flex;justify-content:center!important;align-items:center!important;background:#164d4e;margin-top:-31px}.thank-you-section p{width:60%;color:#fff;font-size:21px}@media only screen and (max-width: 779px){.thank-you-section p{width:85%;font-size:18px}}.tax-number{text-align:left!important;margin-top:60px;width:80%}.under-construction{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#000}.under-construction img{height:500px;width:60%;border:4px solid #000;border-radius:10px}.under-construction h1{margin:20px 0 10px}.under-construction p{margin:0}.text-card{display:flex;flex-direction:column;background-color:#ed9b40;padding:20px;border-radius:10px}.text-card h2{margin-bottom:2px;margin-top:1px}.text-card svg{width:50px;height:50px;color:#454b50}.who-we-serve-section{display:flex;flex-direction:column;align-items:center;margin-top:81px}.who-we-serve-section .content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:70%;margin-top:40px;border:1px solid #E5E5E5;padding:20px;background:#fffc}.who-we-serve-section .content .content-1{margin-bottom:20px;color:#000}.who-we-serve-section .content .content-1 h1{margin-bottom:5px}.who-we-serve-section .content .policy-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}@media only screen and (max-width: 1000px){.who-we-serve-section .content{width:85%}}@media only screen and (max-width: 768px){.who-we-serve-section .content .policy-cards{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 500px){.who-we-serve-section .content .policy-cards{grid-template-columns:repeat(1,1fr)}}.board-section{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;margin-top:81px;color:#000;overflow:hidden}.board-section .abstract-background{position:absolute;top:81px;left:0;bottom:0;right:0;width:100%;height:100%}.board-section .abstract-background img{width:100%;height:100%;opacity:.4;object-fit:cover}.board-section h1{color:#164d4e;font-size:34px;z-index:200;margin-top:40px;margin-bottom:40px;width:60%}.board-section .board-members{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:60%;margin:0 auto}.privacy-policy-container{font-family:Arial,sans-serif;line-height:1.6;padding:20px;background-color:#f9f9f9;color:#333;margin-top:81px}.privacy-policy-container h1{font-size:2rem;margin-bottom:10px}.privacy-policy-container h2{font-size:1.5rem;margin-top:20px;color:#444}.privacy-policy-container h3{font-size:1.25rem;margin-top:10px}.privacy-policy-container p{margin:10px 0}.privacy-policy-container ul{margin:10px 0;padding-left:20px}.privacy-policy-container ul li{margin-bottom:5px}.privacy-policy-container address{font-style:normal;margin-top:10px}.terms-of-service-container{font-family:Arial,sans-serif;line-height:1.6;padding:20px;background-color:#f9f9f9;color:#333;margin-top:81px}.terms-of-service-container h1{font-size:2rem;margin-bottom:10px}.terms-of-service-container h2{font-size:1.5rem;margin-top:20px;color:#444}.terms-of-service-container h3{font-size:1.25rem;margin-top:10px}.terms-of-service-container p{margin:10px 0}.terms-of-service-container ul{margin:10px 0;padding-left:20px}.terms-of-service-container ul li{margin-bottom:5px}.terms-of-service-container address{font-style:normal;margin-top:10px}.mobile-header{display:flex;justify-content:space-between;align-items:center;height:80px;padding:0 20px;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;width:100%;z-index:1000;box-sizing:border-box}.mobile-header .logo-section{display:flex;align-items:center;cursor:pointer;text-decoration:none}.mobile-header .logo-section img{width:60px;height:40px;margin-right:2px}.mobile-header .logo-section div{font-size:25px;font-weight:700;color:#164d4e}.mobile-header .hamburger-menu{display:flex;flex-direction:column;justify-content:space-between;width:25px;height:18px;cursor:pointer}.mobile-header .hamburger-menu span{display:block;height:3px;width:100%;background-color:#000;border-radius:2px;transition:.3s}.mobile-header .hamburger-menu.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-header .hamburger-menu.open span:nth-child(2){opacity:0}.mobile-header .hamburger-menu.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-header .mobile-menu{position:absolute;top:80px;left:0;width:100%;background-color:#fff;box-shadow:0 4px 8px #0000001a;z-index:999}.mobile-header .mobile-menu ul{list-style:none;margin:0;padding:16px}.mobile-header .mobile-menu ul li{padding:12px 16px;border-bottom:1px solid #f0f0f0}.mobile-header .mobile-menu ul li a,.mobile-header .mobile-menu ul li button{text-decoration:none;font-size:16px;font-weight:500;color:#000;background:none;border:none;cursor:pointer;width:100%;text-align:left}.mobile-header .mobile-menu ul li a:hover,.mobile-header .mobile-menu ul li button:hover{color:#007bff}.mobile-header .mobile-menu ul li .dropdown{list-style:none;margin:8px 0 0 16px;padding:0}.mobile-header .mobile-menu ul li .dropdown li{padding:8px 0;border:none}.mobile-header .mobile-menu ul li .dropdown a{font-size:14px;color:#333}.mobile-header .mobile-menu ul li .dropdown a:hover{color:#007bff}html,body{min-width:100%;min-height:100%;margin:0;padding:0;overflow-x:hidden;background-color:#fff}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
