.page_revealSection__zWQe5{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.page_visible__izZBg{opacity:1;transform:none}.page_container__zagmD{position:relative;max-width:600px;min-width:400px;margin:0 auto;padding:.5rem;background-color:#fff;border-radius:8px;box-shadow:0 0 8px rgba(0,0,0,.1);pointer-events:auto;z-index:10;height:auto}.page_title__QV6iH{position:relative;font-size:3rem;font-weight:700;text-align:center;margin-bottom:.5rem;pointer-events:none;margin-top:4rem}.page_subtitle__FWR3R{text-align:center;color:#000;margin-bottom:1.5rem;font-weight:700;font-size:.9rem}.page_error__oj9FT{color:red;margin-bottom:1rem}.page_formGroup__xM2kT{margin-bottom:1rem;display:flex;flex-direction:row}.page_inputField__5TR9i{width:100%;height:45px;padding:0 1rem;border:none;border-radius:8px;background-color:#f2f5f8;font-size:16px;outline:none}.page_button__XvIaA{width:100%;padding:1rem 1.2rem;background-color:#00da00;color:#fff;border:none;border-radius:8px;cursor:pointer;display:inline-flex;flex-direction:row;align-items:center;justify-content:space-between}.page_button__XvIaA:hover{background-color:#02bb02}.page_wrapperButton__38rF1{position:relative;display:flex;flex-direction:row;font-size:1.1rem;gap:10px}.page_arrowIcon__loc4r,.page_clickIcon__JptUs{height:1em;object-fit:contain}.page_linkText__p4fv3{color:#2ab043;cursor:pointer;text-decoration:none}.page_modalOverlay__MjEv_{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000}.page_modalContent__RixNK{background-color:#fff;border-radius:8px;max-height:80%;overflow-y:auto;padding:1rem;position:relative;width:90%;max-width:400px}.page_modalClose__WaYKu{position:absolute;top:.5rem;right:1rem;background:transparent;border:none;font-size:24px;cursor:pointer;color:#666}.page_countryItem__aSMvB{display:flex;align-items:center;padding:.75rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.page_countryItem__aSMvB:hover{background-color:#f7f7f7}.page_countryName__op9Jx{margin-left:.5rem;font-size:16px;color:#333;flex-grow:1}.page_countryCode__1XfAu{color:#666}.page_description__EImlQ{font-size:1.2rem;margin-top:1rem;max-width:20%;min-width:300px;color:#8b9cb5;text-align:center;font-weight:400}.page_socialButton__mOfCe{background-color:#fff;border:1px solid gray;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:transform .1s ease;gap:5px}.page_socialButton__mOfCe:hover{background-color:#f5f5f5;transform:scale(1.05)}@media (max-width:500px){.page_title__QV6iH{font-size:2rem}.page_subtitle__FWR3R{font-size:.8rem}.page_container__zagmD{min-width:100%}.page_description__EImlQ{font-size:1rem;margin-top:1rem;max-width:100%;min-width:0;color:#8b9cb5;text-align:center;font-weight:400}}@media (max-width:300px){.page_socialButtonDiv__DPVdi{flex-direction:column}}.alert-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:transparent;display:flex;justify-content:center;align-items:center;z-index:9999}.alert-box{background-color:#fff;padding:2rem;min-width:0;border-radius:8px;max-width:90%;text-align:center;box-shadow:0 0 10px rgba(0,0,0,.3);transform:translateY(50%);opacity:0;animation:fadeIn .2s forwards}.alert-button{margin-top:1rem;background-color:#00da00;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:5px;cursor:pointer}@keyframes fadeIn{0%{transform:translateY(50%);opacity:0}to{transform:translateY(0);opacity:1}}.fade-out{animation:fadeOut .2s forwards}@keyframes fadeOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(50%);opacity:0}}@media (max-width:500px){.alert-box{padding:.8rem;font-size:.8rem}}.AuthModal_authModalContainer__qTp8Z{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px;margin:0 auto;background-color:#fff;border-radius:8px}.AuthModal_title__NGaHk{font-size:1.5rem;font-weight:700;text-align:center;pointer-events:none}.AuthModal_subtitle__2Szmd{text-align:center;color:#000;font-weight:700;font-size:.9rem}.AuthModal_error__9leMj{color:red;text-align:center}.AuthModal_formGroup__9RIeX{display:flex;flex-direction:column}.AuthModal_inputField__FYopb{width:100%;height:45px;padding:0 1rem;border:none;border-radius:8px;background-color:#f2f5f8;font-size:16px;outline:none}.AuthModal_button__H0JHG{width:100%;padding:1rem 1.2rem;background-color:#00da00;color:#fff;border:none;border-radius:8px;cursor:pointer;display:inline-flex;flex-direction:row;align-items:center;justify-content:space-between;transition:background-color .3s ease}.AuthModal_button__H0JHG:hover{background-color:#02bb02}.AuthModal_button__H0JHG:disabled{background-color:#a5d6a7;cursor:not-allowed}.AuthModal_wrapperButton__FUEkR{display:flex;flex-direction:row;align-items:center;gap:10px}.AuthModal_arrowIcon__sDsvx,.AuthModal_clickIcon__7roM9{height:1em;object-fit:contain}.AuthModal_linkText__IJLxW{color:#2ab043;cursor:pointer;text-decoration:none;font-size:.9rem}.AuthModal_toggleModeButton__ojwlo{background-color:#eee;border:none;padding:.5rem 1rem;color:#333;cursor:pointer;border-radius:6px;font-size:.85rem;margin-top:-.5rem;display:inline-flex;align-items:center;justify-content:center;gap:10px}.AuthModal_toggleModeButton__ojwlo:hover{background-color:#ddd}.AuthModal_modalOverlay__x_9em{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:99999}.AuthModal_modalContent__OdpKm{background-color:#fff;border-radius:8px;max-height:80%;overflow-y:auto;padding:1rem;position:relative;width:90%;max-width:400px}.AuthModal_modalClose__auf9_{position:absolute;top:.5rem;right:1rem;background:transparent;border:none;font-size:24px;cursor:pointer;color:#666}.AuthModal_countryItem__mwD0p{display:flex;align-items:center;padding:.75rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.AuthModal_countryItem__mwD0p:hover{background-color:#f7f7f7}.AuthModal_countryName___3Lnh{margin-left:.5rem;font-size:16px;color:#333;flex-grow:1}.AuthModal_countryCode__ozK9W{color:#666}.AuthModal_socialButton__qEi2K{background-color:#fff;border:1px solid gray;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:transform .1s ease;gap:5px}.AuthModal_socialButton__qEi2K:hover{background-color:#f5f5f5;transform:scale(1.05)}@media (max-width:300px){.AuthModal_socialButtonDiv__qYyRK{flex-direction:column}}.ClientInfoModal_clientInfoModalContainer__htEcM{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px;margin:0 auto;background-color:#fff;padding:1.5rem;border-radius:8px}.ClientInfoModal_title__mbV99{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.ClientInfoModal_formGroup__QytYG{display:flex;flex-direction:column;margin-bottom:1rem}.ClientInfoModal_inputField__n3OFS{width:100%;height:45px;padding:0 1rem;border:none;border-radius:8px;background-color:#f2f5f8;font-size:16px;outline:none}.ClientInfoModal_button__RtmFQ{width:100%;padding:1rem 1.2rem;background-color:#00da00;color:#fff;border:none;border-radius:8px;cursor:pointer;display:inline-flex;flex-direction:row;align-items:center;justify-content:space-between;transition:background-color .3s ease}.ClientInfoModal_button__RtmFQ:hover{background-color:#02bb02}.ClientInfoModal_button__RtmFQ:disabled{background-color:#a5d6a7;cursor:not-allowed}.ClientInfoModal_wrapperButton__fI9gv{display:flex;flex-direction:row;align-items:center;gap:10px}.ClientInfoModal_arrowIcon__uFB_2,.ClientInfoModal_clickIcon__gpvF3{height:1em;object-fit:contain}.ClientInfoModal_error___dWj9{color:red;text-align:center;margin-bottom:1rem}.ClientInfoModal_modalOverlay__ycLAE{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:99999}.ClientInfoModal_modalContent__zq_Gb{background-color:#fff;border-radius:8px;max-height:80%;overflow-y:auto;padding:1rem;position:relative;width:90%;max-width:400px}.ClientInfoModal_modalClose__yk1x8{position:absolute;top:.5rem;right:1rem;background:transparent;border:none;font-size:24px;cursor:pointer;color:#666}.ClientInfoModal_countryItem__wibOY{display:flex;align-items:center;padding:.75rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.ClientInfoModal_countryItem__wibOY:hover{background-color:#f7f7f7}.ClientInfoModal_countryName__zKugl{margin-left:.5rem;font-size:16px;color:#333;flex-grow:1}.ClientInfoModal_countryCode__DfhPA{color:#666}@media (max-width:700px){.ClientInfoModal_clientInfoModalContainer__htEcM{padding:0}}.BlogArticles_blogArticlesSection__QJUKK{margin-top:3rem;width:100%;position:relative}.BlogArticles_heading__AMZuX{font-size:2rem}.BlogArticles_headingDescription__Ns80l{font-size:1.1rem;font-weight:400;margin-top:1rem;max-width:30%;min-width:500px}.BlogArticles_articlesGrid__1QaoH{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem;padding-bottom:2rem;align-items:flex-start}.BlogArticles_articleCard__SFKW_{background-color:transparent;border-radius:8px;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.BlogArticles_articleImageDiv__1sILU{width:100%}.BlogArticles_articleImage__3MtCl{width:100%;height:300px;object-fit:cover;display:block}.BlogArticles_articleContent__C8kj2{position:relative;padding:1rem;background-color:#fff;width:70%;margin-top:-70px;border-radius:40px;text-align:center}.BlogArticles_title__8SkHl{font-size:1.25rem;margin:.5rem 0;color:"black"}.BlogArticles_date___Cd1h{font-size:.9rem;color:#666}.BlogArticles_contentSnippet__u0KTS{margin-top:.5rem;font-size:.95rem;line-height:1.4}.BlogArticles_readMore__whafL{color:#000;text-decoration:underline!important;font-weight:500;display:inline-block;margin-top:.5rem;text-decoration:none}.BlogArticles_readMore__whafL:hover{text-decoration:underline}@media (max-width:700px){.BlogArticles_headingDescription__Ns80l{font-size:1.1rem;font-weight:400;margin-top:1rem;max-width:90%;min-width:0}.BlogArticles_articlesGrid__1QaoH{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}.BlogArticles_articleContent__C8kj2{width:90%}}