@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Big+Shoulders+Display&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#fff;background:linear-gradient(to bottom,#7f51b0,#430a81 60%,#430a81);min-height:100vh;background-attachment:fixed;overflow-x:hidden}._container_1709u_21{width:100%;position:relative}._topBarHeader_1709u_27{background-color:#430a81;color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;left:0;width:100%;z-index:1000;box-shadow:0 2px 5px #0003}._topBarLeft_1709u_42,._topBarRight_1709u_43{display:flex;align-items:center}._topBarLeft_1709u_42 button{background:none;border:none;color:#fff;font-size:1.1em;cursor:pointer;padding:5px 10px;border-radius:5px;transition:background-color .3s ease}._topBarLeft_1709u_42 button:hover{background-color:#ffffff1a}._topBarCenterTitle_1709u_63{font-size:1.5em;font-weight:700;text-align:center;flex-grow:1}._menuIcon_1709u_70{width:30px;height:25px;display:flex;flex-direction:column;justify-content:space-around;cursor:pointer}._menuIcon_1709u_70 div{width:100%;height:3px;background-color:#fff;transition:.3s}._topImageSection_1709u_87{background-image:url(/assets/homePageImg-CzVbvwJP.png);background-size:cover;background-position:center;background-repeat:no-repeat;height:66vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;color:#fff;position:relative;padding-bottom:20px;overflow:hidden}._imageOverlay_1709u_105{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#430a8180;z-index:1}._topImageContent_1709u_115{position:relative;z-index:2;padding:0 20px}._topImageContent_1709u_115 h1{font-size:4em;margin-bottom:.05em;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1}._topImageContent_1709u_115 p{font-size:1.6em;margin-top:0;text-shadow:1px 1px 3px rgba(0,0,0,.5)}._textBlocksSection_1709u_136{background-color:#430a81;padding:60px 0}._textBlocksContainer_1709u_141{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;max-width:1100px;margin:0 auto}._textBlock_1709u_136{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:30px;flex:1;min-width:280px;max-width:350px;text-align:left;display:flex;align-items:flex-start;gap:15px;transition:transform .3s ease,box-shadow .3s ease}._textBlock_1709u_136:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000004d}._yellowSquare_1709u_170{background-color:gold;min-width:25px;height:25px;border-radius:4px;flex-shrink:0;margin-top:5px}._textBlockContent_1709u_179{flex:1}._textBlockContent_1709u_179 h2{font-size:1.8em;margin-bottom:10px;color:#fff;line-height:1.2}._textBlockContent_1709u_179 p{font-size:1em;line-height:1.6}._mainContentSection_1709u_196{background:linear-gradient(to bottom,#7f51b0,#430a81 60%,#430a81);padding:60px 0}._mainContentContainer_1709u_201{max-width:1100px;margin:0 auto;padding:0 20px}._content-flex_1709u_207{display:flex;align-items:center;gap:40px;margin-bottom:50px}._content-flex_1709u_207._reverse_1709u_214{flex-direction:row-reverse}._placeholder-box_1709u_218{background-color:#ffffff1a;min-width:300px;height:200px;border-radius:8px;flex-shrink:0;margin-top:20px}._text-content_1709u_227{flex:1}._text-content_1709u_227 h2{font-size:2.2em;margin-bottom:15px}._text-content_1709u_227 p{font-size:1.1em}._footer_1709u_241{background-color:#430a81;color:#fff;padding:40px 20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1)}._footerLeft_1709u_252,._footerCenter_1709u_253,._footerRight_1709u_254{flex:1;min-width:250px;padding:10px;text-align:center}._footerLeft_1709u_252{text-align:left}._footerLeft_1709u_252 p{margin-bottom:5px;font-size:.9em;color:#ffffffb3}._footerLeft_1709u_252 a{color:inherit;text-decoration:none;transition:color .3s ease}._footerLeft_1709u_252 a:hover{color:#fff}._footerCenter_1709u_253{text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}._poweredByText_1709u_289{font-size:.9em;color:#ffffffb3}._poweredByLogo_1709u_294{max-width:100px;height:auto;filter:brightness(0) invert(1)}._footerRight_1709u_254{text-align:right}._socialIcons_1709u_304{display:flex;justify-content:flex-end;gap:15px}._socialIcons_1709u_304 a{display:block;width:30px;height:30px;transition:transform .3s ease}._socialIcons_1709u_304 a:hover{transform:translateY(-3px)}._socialIcons_1709u_304 img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}@media (max-width: 1024px){._textBlocksContainer_1709u_141{gap:20px}._textBlock_1709u_136{min-width:250px;max-width:300px}._topImageContent_1709u_115 h1{font-size:3.5em}._topImageContent_1709u_115 p{font-size:1.4em}}@media (max-width: 768px){._topBarHeader_1709u_27{flex-direction:column;padding:10px 15px}._topBarLeft_1709u_42,._topBarRight_1709u_43{width:100%;justify-content:space-between;margin-bottom:10px}._topBarCenterTitle_1709u_63{order:-1;margin-bottom:10px}._topImageSection_1709u_87{height:40vh}._topImageContent_1709u_115 h1{font-size:2.5em}._topImageContent_1709u_115 p{font-size:1.2em}._textBlocksContainer_1709u_141{flex-direction:column;align-items:center;gap:25px}._textBlock_1709u_136{width:90%;max-width:none}._content-flex_1709u_207{flex-direction:column;text-align:center}._content-flex_1709u_207._reverse_1709u_214{flex-direction:column}._placeholder-box_1709u_218{width:90%;min-width:unset}._footer_1709u_241{flex-direction:column;padding:30px 15px}._footerLeft_1709u_252,._footerCenter_1709u_253,._footerRight_1709u_254{min-width:unset;width:100%;text-align:center;margin-bottom:20px}._footerRight_1709u_254 ._socialIcons_1709u_304{justify-content:center}}@media (max-width: 480px){._topBarLeft_1709u_42 button{font-size:1em}._topBarCenterTitle_1709u_63{font-size:1.2em}._topImageSection_1709u_87{height:50vh}._topImageContent_1709u_115 h1{font-size:2em}._topImageContent_1709u_115 p{font-size:1em}._textBlockContent_1709u_179 h2{font-size:1.5em}._textBlockContent_1709u_179 p{font-size:.9em}}._container_1umew_7{display:flex;flex-direction:column;align-content:space-between;font-weight:bolder;width:700px;gap:20px}._redSignal_1umew_16{width:60px;height:60px;border-radius:100%;background-color:#e92727;border:rgb(136,27,27) solid 4px;box-shadow:5px 5px 10px #290850}._statusDiv_1umew_25{display:flex;justify-content:space-between}._text1_1umew_30{font-size:60px;width:fit-content}._text2_1umew_35{font-size:40px;padding-left:50px;align-self:center}._greenSignal_1umew_41{width:60px;height:60px;border-radius:100%;background-color:#36e94b;border:#218f2e solid 4px;box-shadow:5px 5px 10px #290850}*{padding:0;margin:0;box-sizing:border-box}._header_ku9yj_11{background-color:#673998;color:#d6c4eb;display:flex;justify-content:center;align-items:center;gap:150px;padding:20px}._buttonHomepage_ku9yj_21{height:86px;background-color:#673998;color:#d6c4eb;border:none;font-size:70px;font-weight:bolder;font-family:Montserrat,Arial,Helvetica,sans-serif;text-shadow:#430A81 10px 5px 6px;transition:.2s ease-in-out}._buttonHomepage_ku9yj_21:hover{cursor:pointer;color:#9e7ac4;transform:scale(1.1)}._title1_ku9yj_39{width:305px;height:86px;font-size:70px;font-weight:200;font-family:Inter,Arial,Helvetica,sans-serif;text-shadow:#430A81 10px 5px 6px}._title2_ku9yj_48{font-weight:bolder;font-size:80px;letter-spacing:3px;text-shadow:#430A81 5px 3px 3px}._main_ku9yj_55{display:flex;flex-direction:column;align-items:center;background:linear-gradient(to bottom,#7f51b0,#430a81 60%);min-height:58vh;min-width:fit-content;color:#e7d8f8;font-family:Big shoulders display,Arial,Helvetica,sans-serif;padding-top:80px;gap:50px}._statusDiv_ku9yj_68{display:flex;gap:30px;padding-bottom:100px}._footer_ku9yj_74{background-color:#673998;display:flex;color:#fff;padding:40px 60px 40px 150px}._iframeMap_ku9yj_81{border:solid 7px #8a6aaf;border-radius:20px;box-shadow:6px 6px 5px #430a8180}._infoDiv_ku9yj_87{display:flex;align-items:center;gap:350px}._textDiv_ku9yj_93{display:flex;flex-direction:column;gap:8px}._text_ku9yj_93{padding-left:30px;font-family:Inter,Arial,Helvetica,sans-serif;font-weight:100;font-size:20px}._linkDiv_ku9yj_106{display:flex;flex-direction:column;justify-content:baseline;gap:20px;font-family:Inter,Arial,Helvetica,sans-serif;font-weight:100;font-size:35px}._link_ku9yj_106{display:flex;align-items:center;text-decoration:none;color:#fff;gap:20px;transition:.2s ease-in-out}._link_ku9yj_106:hover{color:#9e7ac4}._image_ku9yj_129{width:50px}
