.not-found_notFoundContainer__YZvV8{min-height:calc(100vh - 200px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:var(--bg-light)}.not-found_notFoundContent__eDdMd{max-width:1200px;width:100%;background-color:var(--background);padding:3rem;border-radius:16px;box-shadow:0 15px 30px rgba(0,0,0,.08)}.not-found_notFoundHero__EZs3W{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:3rem}.not-found_notFoundText__h8BJd{flex:1 1}.not-found_notFoundAnimation__g7U1N{flex:1 1;display:flex;align-items:center;justify-content:center;position:relative}.not-found_compass__TYTTI{position:relative;animation:not-found_float__mRs2k 3s ease-in-out infinite;font-size:12rem;color:var(--primary-color);opacity:.8}.not-found_compassIcon__U7FHL{animation:not-found_spin__qCBVe 15s linear infinite}@keyframes not-found_float__mRs2k{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes not-found_spin__qCBVe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.not-found_errorCode__Dsgth{font-size:8rem;font-weight:800;line-height:1;margin-bottom:.5rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 10px 20px rgba(0,0,0,.1)}.not-found_errorMessage__5cx8h{font-size:1.25rem;line-height:1.6;color:var(--light-text);max-width:600px;margin:1.5rem 0 2.5rem}.not-found_searchContainer__MUeV0{margin:4rem 0;text-align:center;padding:2rem;background:linear-gradient(to right,rgba(var(--primary-rgb),.05),rgba(var(--primary-rgb),.1));border-radius:12px}.not-found_searchContainer__MUeV0 h2{color:var(--text-color);margin-bottom:1.5rem;font-weight:600;font-size:1.5rem}.not-found_searchForm__Bh_q_{display:flex;max-width:600px;margin:0 auto;gap:.5rem}.not-found_searchInputWrapper__Hq3Ax{position:relative;flex:1 1}.not-found_searchIcon__OwemN{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--light-text)}.not-found_searchInput__80psD{flex:1 1;height:54px;width:100%;border:2px solid var(--border-color);border-radius:8px;padding:0 1rem 0 2.5rem;font-size:1rem;font-family:var(--main-font);outline:none;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.05)}.not-found_searchInput__80psD:focus{border-color:var(--primary-color);box-shadow:0 4px 12px rgba(var(--primary-rgb),.2)}.not-found_searchButton__MNTei{height:54px;padding:0 2rem;background-color:var(--primary-color);color:white;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:var(--main-font);box-shadow:0 4px 6px rgba(var(--primary-rgb),.2)}.not-found_searchButton__MNTei:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 12px rgba(var(--primary-rgb),.3)}.not-found_actionButtons__8SjJg{display:flex;gap:1rem}.not-found_popularPagesSection__UQiSB{margin-top:3rem;text-align:center}.not-found_popularPagesSection__UQiSB h2{margin-bottom:2.5rem;color:var(--text-color);font-size:1.75rem;position:relative;font-weight:600}.not-found_popularPagesSection__UQiSB h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(to right,var(--primary-color),var(--primary-hover));border-radius:4px}.not-found_popularPagesGrid__hn9KX{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.not-found_pageCard__dwHx_{display:flex;align-items:center;padding:1.5rem;border-radius:12px;background-color:var(--bg-light);transition:all .3s ease;text-decoration:none;border:1px solid var(--border-color)}.not-found_pageCard__dwHx_:hover{transform:translateY(-5px);box-shadow:0 15px 25px rgba(0,0,0,.1);border-color:var(--primary-color);background:linear-gradient(to bottom right,#fff,rgba(var(--primary-rgb),.05))}.not-found_pageCardIcon__A_PZC{margin-right:1.25rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--primary-rgb),.1);border-radius:10px;padding:10px;transition:all .3s ease}.not-found_pageCard__dwHx_:hover .not-found_pageCardIcon__A_PZC{background-color:var(--primary-color);color:white;transform:scale(1.1)}.not-found_pageIcon__XwyTN{color:var(--primary-color);transition:all .3s ease}.not-found_pageCard__dwHx_:hover .not-found_pageIcon__XwyTN{color:white}.not-found_pageCardContent__3bw2Z{text-align:left}.not-found_pageCardContent__3bw2Z h3{color:var(--text-color);font-size:1.125rem;margin-bottom:.5rem;font-weight:600;transition:all .3s ease}.not-found_pageCardContent__3bw2Z p{color:var(--light-text);font-size:.9rem;margin:0;transition:all .3s ease}.not-found_pageCard__dwHx_:hover .not-found_pageCardContent__3bw2Z h3{color:var(--primary-color)}@media (max-width:1100px){.not-found_notFoundHero__EZs3W{flex-direction:column}.not-found_compass__TYTTI{font-size:8rem}}@media (max-width:992px){.not-found_popularPagesGrid__hn9KX{grid-template-columns:repeat(2,1fr)}.not-found_notFoundContent__eDdMd{padding:2rem}.not-found_errorCode__Dsgth{font-size:6rem}}@media (max-width:768px){.not-found_searchForm__Bh_q_{flex-direction:column;gap:1rem}.not-found_searchInput__80psD{border-radius:8px}.not-found_searchButton__MNTei{width:100%}}@media (max-width:576px){.not-found_popularPagesGrid__hn9KX{grid-template-columns:1fr}.not-found_actionButtons__8SjJg{flex-direction:column;gap:1rem;width:100%}.not-found_notFoundContent__eDdMd{padding:1.5rem}.not-found_errorCode__Dsgth{font-size:5rem}.not-found_searchContainer__MUeV0{padding:1.5rem 1rem}.not-found_compass__TYTTI{font-size:6rem}.not-found_errorMessage__5cx8h{font-size:1rem}}:main2.BrandingElements_user___yo52{--brand-primary:#0070f3;--brand-primary-dark:#0051b3;--brand-secondary:#ff4d00;--brand-secondary-dark:#e04400;--brand-tertiary:#6941c6;--brand-success:#0ea36d;--brand-warning:#ffa500;--brand-error:#e53e3e;--brand-gray-100:#f7fafc;--brand-gray-200:#edf2f7;--brand-gray-300:#e2e8f0;--brand-gray-400:#cbd5e0;--brand-gray-500:#a0aec0;--brand-gray-600:#718096;--brand-gray-700:#4a5568;--brand-gray-800:#2d3748;--brand-gray-900:#1a202c;--font-heading:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;--border-radius-small:4px;--border-radius-medium:8px;--border-radius-large:12px;--box-shadow:0px 4px 12px rgba(0,0,0,0.1);--box-shadow-medium:0px 8px 16px rgba(0,0,0,0.15);--box-shadow-large:0px 12px 24px rgba(0,0,0,0.2)}.BrandingElements_brandTitle__FTVLy{font-family:var(--font-heading);font-weight:700;margin-bottom:1rem;line-height:1.2;color:var(--brand-gray-900)}.BrandingElements_smallTitle__krdig{font-size:1.5rem;margin-bottom:.75rem}.BrandingElements_mediumTitle__5UTfk{font-size:2rem;margin-bottom:1rem}.BrandingElements_largeTitle__SPYfp{font-size:2.5rem;margin-bottom:1.5rem}.BrandingElements_highlight__YHzPd{color:var(--brand-primary);position:relative}.BrandingElements_highlight__YHzPd:after{content:"";position:absolute;width:100%;height:8px;bottom:0;left:0;background-color:rgba(0,112,243,.2);z-index:-1;transform:translateY(-4px)}.BrandingElements_alignLeft__2Rt9I{text-align:left}.BrandingElements_alignCenter__wjhTQ{text-align:center}.BrandingElements_alignRight__J1LMA{text-align:right}.BrandingElements_button__xk3Ox{padding:.75rem 1.5rem;border-radius:var(--border-radius-medium);font-family:var(--font-body);font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;display:inline-block;text-align:center;border:none}.BrandingElements_primary__1cmx_{background-color:var(--brand-primary);color:#0C1EA6;box-shadow:var(--box-shadow)}.BrandingElements_primary__1cmx_:hover{background-color:var(--brand-primary-dark);transform:translateY(-2px);box-shadow:var(--box-shadow-medium)}.BrandingElements_secondary__wlGM_{background-color:var(--brand-secondary);color:white;box-shadow:var(--box-shadow)}.BrandingElements_secondary__wlGM_:hover{background-color:var(--brand-secondary-dark);transform:translateY(-2px);box-shadow:var(--box-shadow-medium)}.BrandingElements_outlined___Jy14{background-color:transparent;color:var(--brand-primary);border:2px solid var(--brand-primary)}.BrandingElements_outlined___Jy14:hover{background-color:var(--brand-gray-100);transform:translateY(-2px)}.BrandingElements_text__Dj4en{background-color:transparent;color:var(--brand-primary);padding:.5rem 1rem}.BrandingElements_text__Dj4en:hover{background-color:var(--brand-gray-100);text-decoration:underline}.BrandingElements_small__tOs0l{padding:.5rem 1rem;font-size:.875rem}.BrandingElements_medium__GLjfs{padding:.75rem 1.5rem;font-size:1rem}.BrandingElements_large__uhBT0{padding:1rem 2rem;font-size:1.125rem}.BrandingElements_fullWidth__EU0lh{width:100%;display:block}.BrandingElements_button__xk3Ox:disabled{opacity:.6;cursor:not-allowed;transform:none}.BrandingElements_card__i3pEi{padding:2rem;border-radius:var(--border-radius-large);background-color:white;margin-bottom:1.5rem}.BrandingElements_default__8sQ7F{box-shadow:var(--box-shadow)}.BrandingElements_elevated__lij2A{box-shadow:var(--box-shadow-medium)}.BrandingElements_bordered__jFczN{border:1px solid var(--brand-gray-300)}@media (max-width:768px){.BrandingElements_largeTitle__SPYfp{font-size:2rem}.BrandingElements_mediumTitle__5UTfk{font-size:1.75rem}.BrandingElements_smallTitle__krdig{font-size:1.25rem}.BrandingElements_card__i3pEi{padding:1.5rem}}.Footer_footer__4vzqH{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);padding:60px 0 30px}.Footer_footer__4vzqH,.Footer_footer__4vzqH *{font-family:var(--font-hostraha)}.Footer_container__Dj1D9{max-width:1200px;margin:0 auto;padding:0 15px}.Footer_footerMain__AF8RC{display:flex;flex-wrap:wrap;margin-bottom:50px;gap:40px}.Footer_footerBrand__20cen{flex:1 1;min-width:250px;margin-right:20px}.Footer_footerLogo__HvedU{display:inline-block;margin-bottom:15px}.Footer_logoText__JXSR3{color:white;font-size:24px;font-weight:700}.Footer_tagline__NHwwX{color:rgba(255,255,255,.8);font-size:16px;margin-bottom:20px;max-width:300px;line-height:1.5}.Footer_socialLinks__22g9N{display:flex;gap:15px}.Footer_socialLinks__22g9N a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:rgba(255,255,255,.1);color:white;transition:all .3s ease}.Footer_socialLinks__22g9N a:hover{background-color:rgba(255,255,255,.2);transform:translateY(-3px)}.Footer_socialLinks__22g9N a .Footer_fa__9QBRI,.Footer_socialLinks__22g9N a .Footer_fab__yjS4x,.Footer_socialLinks__22g9N a .Footer_fal__5pBt8,.Footer_socialLinks__22g9N a .Footer_far__NokkZ,.Footer_socialLinks__22g9N a .Footer_fas___8bXT,.Footer_socialLinks__22g9N a [class*=fa-],.Footer_socialLinks__22g9N a i,.Footer_socialLinks__22g9N a svg{color:white!important}.Footer_footerLinks__xuRtG{flex:3 1;display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.Footer_footerLinkColumn__r2QTf{min-width:140px}.Footer_footerLinkColumn__r2QTf h3{color:white;font-size:18px;font-weight:500;margin-bottom:20px;position:relative}.Footer_footerLinkColumn__r2QTf h3:after{content:"";position:absolute;left:0;bottom:-8px;width:30px;height:2px;background-color:var(--primary-color,#3498db)}.Footer_footerLinkColumn__r2QTf ul{list-style:none;padding:0;margin:0}.Footer_footerLinkColumn__r2QTf ul li{margin-bottom:12px}.Footer_footerLinkColumn__r2QTf ul li a{color:rgba(255,255,255,.7);text-decoration:none;font-size:14px;transition:all .2s ease;display:inline-block}.Footer_footerLinkColumn__r2QTf ul li a:hover{color:white;transform:translateX(3px)}.Footer_footerBottom__OFeMd{display:flex;flex-wrap:wrap;justify-content:space-between;padding:25px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:25px;gap:20px}.Footer_companyInfo__LMTGd{flex:1 1;min-width:250px}.Footer_address__dMMMn,.Footer_contact__izvhn{color:rgba(255,255,255,.7);font-size:14px;margin-bottom:10px}.Footer_contact__izvhn a{color:rgba(255,255,255,.7);text-decoration:none;margin:0 5px;transition:color .2s ease}.Footer_contact__izvhn a:hover{color:white}.Footer_legal__nueAd{flex:1 1;min-width:300px;text-align:right}.Footer_copyright__1v3uR{color:rgba(255,255,255,.7);font-size:14px;margin-bottom:10px}.Footer_legalLinks__5UAzb{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:15px;margin-top:10px}.Footer_legalLinks__5UAzb a{color:rgba(255,255,255,.7);text-decoration:none;font-size:13px;transition:color .2s ease;padding:0 5px;position:relative}.Footer_legalLinks__5UAzb a:not(:last-child):after{content:"•";position:absolute;right:-10px;color:rgba(255,255,255,.4)}.Footer_legalLinks__5UAzb a:hover{color:white;text-decoration:underline}.Footer_awards__QZJ4h{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-bottom:25px}.Footer_award__EdXJw{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.9);font-size:14px}.Footer_award__EdXJw svg{width:20px;height:20px;opacity:.9}.Footer_countriesSection__3aTRp{text-align:center;margin:30px 0;padding:25px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.Footer_countriesSection__3aTRp h3{color:white;font-size:18px;font-weight:500;margin-bottom:20px;text-align:center;position:relative;display:inline-block}.Footer_countriesSection__3aTRp h3:after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-8px;width:40px;height:2px;background-color:var(--primary-color,#3498db)}.Footer_countriesDescription__JwED8{color:rgba(255,255,255,.7);font-size:15px;margin:20px auto 5px;max-width:600px}.Footer_countriesList__o6Gsz{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-top:20px}.Footer_countriesList__o6Gsz a{color:rgba(255,255,255,.8);text-decoration:none;font-size:15px;padding:8px 14px;border-radius:20px;background-color:rgba(255,255,255,.1);transition:all .3s ease;display:flex;align-items:center;gap:6px}.Footer_countriesList__o6Gsz a:hover{background-color:rgba(255,255,255,.2);color:white;transform:translateY(-2px)}.Footer_countryCode__UTIiP{font-size:16px;margin-right:2px}.Footer_footerExtra__LOruf{text-align:center;color:rgba(255,255,255,.6);font-size:14px;margin-top:20px}@media (max-width:992px){.Footer_footerLinks__xuRtG{justify-content:flex-start;gap:40px 20px}.Footer_footerLinkColumn__r2QTf{min-width:calc(33.333% - 20px)}}@media (max-width:768px){.Footer_footerMain__AF8RC{flex-direction:column;gap:30px}.Footer_footerLinks__xuRtG{flex-direction:row;flex-wrap:wrap;gap:30px}.Footer_footerLinkColumn__r2QTf{width:calc(50% - 15px);min-width:auto}.Footer_footerBottom__OFeMd{flex-direction:column;text-align:center;gap:20px}.Footer_legal__nueAd{text-align:center}.Footer_legalLinks__5UAzb{justify-content:center;flex-direction:column;align-items:center;gap:10px}.Footer_legalLinks__5UAzb a{padding:5px}.Footer_legalLinks__5UAzb a:not(:last-child):after{display:none}.Footer_awards__QZJ4h{flex-direction:column;align-items:center;gap:15px}.Footer_countriesList__o6Gsz{gap:10px}}@media (max-width:576px){.Footer_footer__4vzqH{padding:40px 0 20px}.Footer_footerMain__AF8RC{margin-bottom:30px}.Footer_footerLinkColumn__r2QTf{width:100%}.Footer_countriesSection__3aTRp{margin:20px 0;padding:20px 0}.Footer_countriesList__o6Gsz{gap:8px}.Footer_countriesList__o6Gsz a{font-size:13px;padding:5px 10px;justify-content:center}.Footer_countriesDescription__JwED8{font-size:13px;padding:0 10px}}.page_main__0GViN{min-height:100vh;background-color:var(--bg-primary)}.page_container__5DavC{max-width:1200px;margin:0 auto;padding:0 1.5rem}.page_section__5bIXX{padding:5rem 0}.page_title__uf_N9{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--text-primary)}.page_subtitle__WE9oq{font-size:1.2rem;text-align:center;margin-bottom:3rem;color:var(--text-secondary);max-width:700px;margin-left:auto;margin-right:auto}@media (max-width:768px){.page_title__uf_N9{font-size:2rem}.page_subtitle__WE9oq{font-size:1rem}.page_section__5bIXX{padding:3rem 0}}.HeroSection_hero__kawMl{background:linear-gradient(to right,var(--primary-dark),var(--primary-color));color:white;padding:5rem 0}.HeroSection_container__KszTH{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1.5rem}.HeroSection_content__5pvDj{flex:1 1;max-width:600px}.HeroSection_imageWrapper__In29G{flex:1 1;display:flex;justify-content:center;align-items:center}.HeroSection_heroImage__heXce{max-width:100%;height:auto}.HeroSection_title__CjnL7{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(90deg,#ffffff,#b3e5fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.HeroSection_subtitle__QWR1D{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.HeroSection_actions__ZAzO_{display:flex;gap:1rem;margin-bottom:2.5rem}.HeroSection_primaryBtn__Plia4,.HeroSection_secondaryBtn__18GHt{padding:.75rem 1.75rem;border-radius:6px;font-weight:600;transition:all .3s ease;text-decoration:none}.HeroSection_primaryBtn__Plia4{background-color:var(--primary-color);color:white}.HeroSection_primaryBtn__Plia4:hover{background-color:var(--primary-hover);transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.HeroSection_secondaryBtn__18GHt{background-color:transparent;border:2px solid var(--primary-color);color:white}.HeroSection_secondaryBtn__18GHt:hover{background-color:rgba(var(--primary-rgb),.1);transform:translateY(-3px)}.HeroSection_features__qlTGH{display:flex;flex-wrap:wrap;gap:1.5rem}.HeroSection_feature__RUR4b{display:flex;align-items:center;gap:.75rem;font-size:.95rem}.HeroSection_featureIcon__8t0yP{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.1)}@media (max-width:992px){.HeroSection_container__KszTH{flex-direction:column;text-align:center}.HeroSection_content__5pvDj{margin-bottom:2rem;max-width:100%}.HeroSection_actions__ZAzO_,.HeroSection_features__qlTGH{justify-content:center}}@media (max-width:576px){.HeroSection_title__CjnL7{font-size:2.5rem}.HeroSection_subtitle__QWR1D{font-size:1.1rem}.HeroSection_actions__ZAzO_{flex-direction:column;width:100%}.HeroSection_primaryBtn__Plia4,.HeroSection_secondaryBtn__18GHt{width:100%;text-align:center}}.page_main__zYpl4{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;font-family:var(--font-hostraha),Arial,sans-serif}.page_main__zYpl4>section{width:100%;display:block}.page_section__O_B6G{padding:80px 0}.page_lightSection__Xlb6h{background-color:var(--background)}.page_darkSection__6l1uk{background-color:var(--muted)}.page_accentSection__lOL__{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);color:white}.page_container__fr1Th{max-width:1200px;margin:0 auto;padding:0 20px}.page_sectionHeader____rLJ{text-align:center;margin-bottom:50px}.page_title__u_t3M{font-size:2.5rem;font-weight:700;margin-bottom:16px;color:var(--foreground)}.page_subtitle__FRERF,.page_title__u_t3M{font-family:var(--font-hostraha),Arial,sans-serif}.page_subtitle__FRERF{font-size:1.125rem;color:var(--secondary-foreground);max-width:700px;margin:0 auto}.page_highlight__mnrwR{color:var(--primary-color);position:relative}.page_highlight__mnrwR:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:8px;background-color:rgba(0,14,156,.15);z-index:-1;border-radius:4px}.page_button___Cp1r{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;text-decoration:none;cursor:pointer;font-family:var(--font-hostraha),Arial,sans-serif}.page_primaryButton__ivxjh{background-color:var(--primary-color);color:white;border:none}.page_primaryButton__ivxjh:hover{background-color:var(--primary-hover);transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,14,156,.2)}.page_outlineButton__Nq9cf{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.page_outlineButton__Nq9cf:hover{background-color:rgba(0,14,156,.05);transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,14,156,.1)}.page_card__cmzxf{background-color:var(--background);border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.05);padding:30px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.05)}.page_card__cmzxf:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.1)}.page_iconContainer__EHXVT{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:12px;background-color:rgba(0,14,156,.1);margin-bottom:20px;color:var(--primary-color);font-size:1.5rem}@media (max-width:1024px){.page_title__u_t3M{font-size:2.25rem}}@media (max-width:768px){.page_section__O_B6G{padding:60px 0}.page_title__u_t3M{font-size:2rem}}@media (max-width:640px){.page_section__O_B6G{padding:40px 0}.page_title__u_t3M{font-size:1.75rem}.page_subtitle__FRERF{font-size:1rem}}.WhyChoose_whyChoose__3MfWY{padding:6rem 0;background:white}.WhyChoose_header__aQVfZ{text-align:center;margin-bottom:4rem}.WhyChoose_title__w5RcW{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.WhyChoose_subtitle__K0Xpu{font-size:1.25rem;color:#64748b}.WhyChoose_features__aX6we{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.WhyChoose_feature__2_MrR{padding:2rem;background:white;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform .3s ease}.WhyChoose_feature__2_MrR:hover{transform:translateY(-8px)}.WhyChoose_iconWrapper__6fiMj{width:64px;height:64px;background:linear-gradient(135deg,rgba(14,165,233,.1),rgba(37,99,235,.1));border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.WhyChoose_icon__FUZkn{font-size:2rem}.WhyChoose_featureTitle__IPTEN{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.WhyChoose_description__ble4O{color:#64748b;line-height:1.6}@media (max-width:768px){.WhyChoose_features__aX6we{grid-template-columns:1fr;max-width:400px;margin:0 auto}.WhyChoose_title__w5RcW{font-size:2rem}}.FeaturesSection_features__MX_nn{padding:5rem 0;background-color:#f9fafb}.FeaturesSection_container__xGujZ{max-width:1280px;margin:0 auto;padding:0 1rem}.FeaturesSection_title__PLkZs{text-align:center;font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.FeaturesSection_subtitle__UbzOJ{text-align:center;font-size:1.25rem;color:#4a5568;margin-bottom:3rem}.FeaturesSection_featuresGrid__ovV3m{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem;padding:1rem}@media (min-width:640px){.FeaturesSection_featuresGrid__ovV3m{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.FeaturesSection_featuresGrid__ovV3m{grid-template-columns:repeat(4,1fr)}}.FeaturesSection_featureCard__1hbBn{background:white;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s}.FeaturesSection_featureCard__1hbBn:hover{transform:translateY(-4px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.FeaturesSection_iconContainer__30TFR{font-size:2rem;margin-bottom:1rem}.FeaturesSection_featureTitle__bNSkH{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.FeaturesSection_featureDescription__6PTf2{color:#718096;line-height:1.5}.SecuritySection_securitySectionRoot__0Nx2W{padding:5rem 0;background:linear-gradient(to bottom,var(--bg-light),var(--background));position:relative;overflow:hidden}.SecuritySection_securitySectionContainer__hjN6k{max-width:80rem;margin:0 auto;padding:0 1rem;position:relative;z-index:1}@media (min-width:640px){.SecuritySection_securitySectionContainer__hjN6k{padding:0 1.5rem}}@media (min-width:1024px){.SecuritySection_securitySectionContainer__hjN6k{padding:0 2rem}}.SecuritySection_securitySectionHeader__eOvih{text-align:center;margin-bottom:4rem}.SecuritySection_securitySectionTitle__nQwg5{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:1.5rem;position:relative;display:inline-block}.SecuritySection_securitySectionTitle__nQwg5:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--primary-dark));border-radius:2px}.SecuritySection_securitySectionDescription__saoiO{font-size:1.25rem;color:var(--secondary-foreground);max-width:48rem;margin:0 auto;line-height:1.6}.SecuritySection_securitySectionGrid__5r4sz{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:4rem}@media (min-width:640px){.SecuritySection_securitySectionGrid__5r4sz{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.SecuritySection_securitySectionGrid__5r4sz{grid-template-columns:repeat(3,1fr)}}.SecuritySection_securitySectionCard__uZivu{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:flex-start}.SecuritySection_securitySectionCard__uZivu:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.SecuritySection_securitySectionCardIcon__EbadR{width:3rem;height:3rem;color:var(--primary-color);margin-bottom:1.5rem}.SecuritySection_securitySectionCardTitle__wQN1s{font-size:1.25rem;font-weight:600;color:var(--text-color);margin-bottom:1rem}.SecuritySection_securitySectionCardDescription__Qymak{font-size:1rem;color:var(--secondary-foreground);line-height:1.6}.SecuritySection_securitySectionMonitoring__Ocm5F{background:white;border-radius:1rem;padding:3rem 2rem;margin-top:4rem;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.SecuritySection_securitySectionMonitoring__Ocm5F:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--primary-dark))}.SecuritySection_securitySectionMonitoringTitle__Tc_mt{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:1.5rem;position:relative;display:inline-block}.SecuritySection_securitySectionMonitoringDescription__xMBGV{font-size:1.125rem;color:var(--secondary-foreground);max-width:42rem;margin:0 auto 3rem;line-height:1.6}.SecuritySection_securitySectionStatsGrid__aopLA{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem}@media (min-width:640px){.SecuritySection_securitySectionStatsGrid__aopLA{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.SecuritySection_securitySectionStatsGrid__aopLA{grid-template-columns:repeat(3,1fr)}}.SecuritySection_securitySectionStatItem__A6jGk{background:var(--bg-light);padding:1.5rem;border-radius:.75rem;transition:all .3s ease}.SecuritySection_securitySectionStatItem__A6jGk:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.1)}.SecuritySection_securitySectionStatValue__2bnKK{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:var(--text-color)}.SecuritySection_securitySectionStatValue__2bnKK svg{width:1.5rem;height:1.5rem;color:var(--primary-color)}.SecuritySection_securitySectionBackground__hPHex{position:absolute;top:0;right:0;width:100%;height:100%;opacity:.05;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.TestimonialsSection_testimonialsSectionRoot__Cj7Oh{padding:4rem 0;background:linear-gradient(to bottom,var(--bg-light),white)}.TestimonialsSection_testimonialsSectionContainer___XZ3G{max-width:80rem;margin:0 auto;padding:0 1rem}.TestimonialsSection_testimonialsSectionHeader__gIv6B{text-align:center;margin-bottom:3rem}.TestimonialsSection_testimonialsSectionTitle__NP1wA{font-size:2.25rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.TestimonialsSection_testimonialsSectionDescription__k0uMF{font-size:1.125rem;color:var(--secondary-foreground);max-width:42rem;margin:0 auto;line-height:1.6}.TestimonialsSection_testimonialsGrid__VwBJ3{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.TestimonialsSection_testimonialsGrid__VwBJ3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.TestimonialsSection_testimonialsGrid__VwBJ3{grid-template-columns:repeat(3,1fr)}}.TestimonialsSection_testimonialCard__uW303{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease}.TestimonialsSection_testimonialCard__uW303:hover{transform:translateY(-5px)}.TestimonialsSection_testimonialHeader__gxpRV{display:flex;align-items:center;margin-bottom:1.5rem}.TestimonialsSection_testimonialImageContainer__Hk9U5{position:relative;width:3rem;height:3rem;border-radius:50%;overflow:hidden;margin-right:1rem;flex-shrink:0}.TestimonialsSection_testimonialInfo__38boo{flex:1 1}.TestimonialsSection_testimonialName__hXmNs{font-size:1.125rem;font-weight:600;color:var(--text-color);margin:0}.TestimonialsSection_testimonialRole__TXlEs{font-size:.875rem;color:var(--secondary-foreground);margin:0}.TestimonialsSection_testimonialRating__RChMQ{color:var(--rating-color);margin-bottom:1rem;font-size:1.25rem}.TestimonialsSection_testimonialContent__9FDID{font-style:italic;color:var(--secondary-foreground);line-height:1.625}.TechnologyStack_technologyStackRoot__llwT1{padding:4rem 0;background:var(--bg-light)}.TechnologyStack_technologyStackContainer__7_iK9{max-width:80rem;margin:0 auto;padding:0 1rem}.TechnologyStack_technologyStackHeader__PKzSu{text-align:center;margin-bottom:3rem}.TechnologyStack_technologyStackTitle__tp4n5{font-size:2.25rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.TechnologyStack_technologyStackDescription__V1Qev{font-size:1.125rem;color:var(--secondary-foreground);max-width:42rem;margin:0 auto;line-height:1.6}.TechnologyStack_technologyStackGrid__uNKrk{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.TechnologyStack_technologyStackCard__BGXUH{background:white;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease}.TechnologyStack_technologyStackCard__BGXUH:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.TechnologyStack_technologyStackIconContainer__De4w0{width:4rem;height:4rem;margin:0 auto 1rem;position:relative}.TechnologyStack_technologyStackCardName__rMsI3{font-size:1.125rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem;text-align:center}.TechnologyStack_technologyStackCardDescription__7EAzh{font-size:.875rem;color:var(--secondary-foreground);text-align:center;line-height:1.5}.TechnologyStack_technologyStackFooter__Cb6na{margin-top:3rem;text-align:center}.TechnologyStack_technologyStackFooterText__euYS0{color:var(--secondary-foreground);font-size:1rem;line-height:1.5}.UptimeGuarantee_uptimeSection__K1j4T{padding:5rem 0;background:linear-gradient(180deg,var(--bg-light) 0,var(--background) 100%)}.UptimeGuarantee_container__FQ0rU{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width:640px){.UptimeGuarantee_container__FQ0rU{padding:0 1.5rem}}@media (min-width:1024px){.UptimeGuarantee_container__FQ0rU{padding:0 2rem}}.UptimeGuarantee_header__K_gLG{text-align:center;margin-bottom:3rem}.UptimeGuarantee_title__8wAZv{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}@media (min-width:768px){.UptimeGuarantee_title__8wAZv{font-size:2.5rem}}.UptimeGuarantee_description__2oiul{font-size:1.25rem;color:var(--secondary-foreground);max-width:48rem;margin:0 auto;line-height:1.6}.UptimeGuarantee_statsGrid__75uLi{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-bottom:4rem}@media (min-width:768px){.UptimeGuarantee_statsGrid__75uLi{grid-template-columns:repeat(4,1fr)}}.UptimeGuarantee_statCard__pzyVM{background:white;border-radius:.75rem;padding:2rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.UptimeGuarantee_statCard__pzyVM:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.UptimeGuarantee_statValue__SHyp_{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem;line-height:1}.UptimeGuarantee_statLabel__tSxZu{font-size:1.125rem;color:var(--secondary-foreground);font-weight:500}.UptimeGuarantee_featuresGrid__nDqQK{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.UptimeGuarantee_featuresGrid__nDqQK{grid-template-columns:repeat(2,1fr)}}.UptimeGuarantee_featureCard__6MWaZ{background:white;border-radius:.75rem;padding:2rem;display:flex;align-items:flex-start;gap:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.UptimeGuarantee_featureCard__6MWaZ:hover{transform:translateY(-3px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.UptimeGuarantee_featureIcon__3cMvw{font-size:2.5rem;line-height:1;color:var(--primary-color);background:var(--bg-light);padding:1rem;border-radius:.5rem}.UptimeGuarantee_featureContent__ycDBk{flex:1 1}.UptimeGuarantee_featureTitle__ubo4Y{font-size:1.25rem;font-weight:600;color:var(--text-color);margin-bottom:.75rem}.UptimeGuarantee_featureDescription__eJAdw{font-size:1rem;color:var(--secondary-foreground);line-height:1.6}.UptimeGuarantee_guaranteeBox__kilrW{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border-radius:1rem;padding:3rem 2rem;text-align:center;margin-top:4rem;color:white}.UptimeGuarantee_guaranteeTitle__DVibo{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.UptimeGuarantee_guaranteeText__lub6P{font-size:1.125rem;line-height:1.7;max-width:48rem;margin:0 auto;opacity:.9}.UptimeGuarantee_guaranteeHighlight__zeuOk{display:inline-block;background:rgba(255,255,255,.1);padding:.25rem .75rem;border-radius:.375rem;font-weight:600;margin:0 .25rem}.PerformanceSection_performance__l1RjN{width:100%;padding:80px 0;background-color:var(--background)}.PerformanceSection_container__hrgdY{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:3rem}.PerformanceSection_content__QIXAb{flex:1 1;max-width:600px}.PerformanceSection_title__TPTjn{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-color);line-height:1.2}.PerformanceSection_highlight__RSj0o{color:var(--primary);position:relative}.PerformanceSection_highlight__RSj0o:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:10px;background-color:var(--primary-light);z-index:-1}.PerformanceSection_description__h04nB{font-size:1.125rem;line-height:1.6;color:var(--text-body);margin-bottom:2.5rem}.PerformanceSection_featureGrid__iFbT5{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2.5rem}.PerformanceSection_featureItem__pMFPQ{display:flex;gap:1rem}.PerformanceSection_iconWrapper__VVwsL{display:flex;align-items:center;justify-content:center;min-width:50px;height:50px;background-color:var(--primary-light);border-radius:10px;color:var(--primary)}.PerformanceSection_performanceIcon__WVGm1{font-size:1.5rem}.PerformanceSection_featureContent__ypjVU{flex:1 1}.PerformanceSection_featureTitle__vaep8{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text-color)}.PerformanceSection_featureDescription__tGVjl{font-size:.9rem;line-height:1.5;color:var(--text-body)}.PerformanceSection_stats__ZAWXx{display:flex;justify-content:space-between;margin-top:2.5rem}.PerformanceSection_statItem__t3NWW{text-align:center}.PerformanceSection_statValue___1RAY{display:block;font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:.5rem;line-height:1}.PerformanceSection_statLabel__1XqQ2{font-size:.9rem;color:var(--text-body);max-width:120px;margin:0 auto}.PerformanceSection_imageContainer__cxTi9{flex:1 1}.PerformanceSection_serverImage__F_sRH{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.12)}@media (max-width:1024px){.PerformanceSection_container__hrgdY{flex-direction:column-reverse}.PerformanceSection_content__QIXAb{max-width:100%}}@media (max-width:768px){.PerformanceSection_performance__l1RjN{padding:60px 0}.PerformanceSection_title__TPTjn{font-size:2.2rem}.PerformanceSection_featureGrid__iFbT5{grid-template-columns:1fr;gap:1.5rem}.PerformanceSection_stats__ZAWXx{flex-direction:column;gap:1.5rem}.PerformanceSection_statItem__t3NWW{max-width:300px;margin:0 auto}.PerformanceSection_statLabel__1XqQ2{max-width:none}}@media (max-width:480px){.PerformanceSection_title__TPTjn{font-size:1.8rem}}.CallToAction_cta__TQ6qZ{width:100%;padding:80px 0;background:linear-gradient(to right,var(--primary),var(--primary-dark));position:relative;overflow:hidden}.CallToAction_container__nxhyw{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:3rem}.CallToAction_content__juwxh{flex:1 1;max-width:600px;position:relative;z-index:2}.CallToAction_title__qlL13{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--white)}.CallToAction_description__jsTwY{font-size:1.125rem;line-height:1.7;margin-bottom:2rem;color:var(--white-muted)}.CallToAction_benefits__mBAOW{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2.5rem}.CallToAction_benefitItem__749HC{display:flex;align-items:center;gap:.75rem}.CallToAction_checkmark__TOZLq{width:24px;height:24px;border-radius:50%;background-color:var(--white-transparent);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:.9rem;font-weight:700}.CallToAction_benefitItem__749HC span{color:var(--white);font-size:.95rem}.CallToAction_actions__Cr00L{display:flex;gap:1rem}.CallToAction_primaryButton__GFyqT{padding:.875rem 1.75rem;background-color:var(--white);color:var(--primary);font-weight:600;border-radius:6px;text-decoration:none;transition:all .2s ease}.CallToAction_primaryButton__GFyqT:hover{background-color:var(--light-gray);transform:translateY(-3px);box-shadow:var(--button-shadow)}.CallToAction_secondaryButton__Txjf3{padding:.875rem 1.75rem;background-color:var(--white-transparent);color:var(--white);font-weight:600;border-radius:6px;text-decoration:none;transition:all .2s ease}.CallToAction_secondaryButton__Txjf3:hover{background-color:var(--white-transparent-hover);transform:translateY(-3px)}.CallToAction_imageContainer__b3qmP{flex:1 1;display:flex;justify-content:flex-end;position:relative}.CallToAction_ctaImage__iTB9N{max-width:100%;height:auto;position:relative;z-index:1}.CallToAction_discountBadge__X92GB{position:absolute;top:0;left:0;width:120px;height:120px;background-color:var(--accent);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;transform:rotate(-15deg);z-index:2;box-shadow:0 8px 16px var(--accent-shadow)}.CallToAction_discountText__pwRXX{font-size:1.5rem;font-weight:700;line-height:1}.CallToAction_discountSubtext__kyLYY{font-size:.8rem;font-weight:500}.CallToAction_orderNowContainer__jCzPj{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.CallToAction_orderNowButton__yeQxG{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 3rem;background-color:var(--accent,#ff6b00);color:white;font-size:1.25rem;font-weight:700;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 20px rgba(255,107,0,.3);position:relative;overflow:hidden;z-index:1}.CallToAction_orderNowButton__yeQxG:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s;z-index:-1}.CallToAction_orderNowButton__yeQxG:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(255,107,0,.4)}.CallToAction_orderNowButton__yeQxG:hover:before{left:100%}.CallToAction_orderArrow__9mJCb{margin-left:10px;font-size:1.2rem;transition:transform .2s ease}.CallToAction_orderNowButton__yeQxG:hover .CallToAction_orderArrow__9mJCb{transform:translateX(5px)}.CallToAction_orderHint__N8DVD{margin-top:.8rem;color:var(--white);font-size:.9rem;font-weight:500}@media (max-width:1024px){.CallToAction_container__nxhyw{flex-direction:column}.CallToAction_content__juwxh{max-width:100%;text-align:center}.CallToAction_actions__Cr00L,.CallToAction_benefitItem__749HC,.CallToAction_benefits__mBAOW,.CallToAction_imageContainer__b3qmP{justify-content:center}.CallToAction_discountBadge__X92GB{top:-20px;left:40px}.CallToAction_orderNowContainer__jCzPj{align-items:center}}@media (max-width:768px){.CallToAction_cta__TQ6qZ{padding:60px 0}.CallToAction_title__qlL13{font-size:2.2rem}.CallToAction_benefits__mBAOW{grid-template-columns:1fr}.CallToAction_orderNowButton__yeQxG{padding:1rem 2.5rem;font-size:1.2rem}}@media (max-width:480px){.CallToAction_title__qlL13{font-size:1.8rem}.CallToAction_actions__Cr00L{flex-direction:column}.CallToAction_orderNowButton__yeQxG{width:100%;padding:1rem 1.5rem}}.UptimeGuarantee_uptimeGuarantee__dnizJ{width:100%;padding:80px 0;background-color:#ffffff}.UptimeGuarantee_container__92wJU{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:3rem}.UptimeGuarantee_imageContainer__j34CE{flex:1 1;position:relative}.UptimeGuarantee_dataCenter__fawY3{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.12)}.UptimeGuarantee_uptimeCounter__kFBxd{position:absolute;bottom:-30px;right:-30px;width:150px;height:150px;background:#4361ee;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;box-shadow:0 10px 20px rgba(67,97,238,.3)}.UptimeGuarantee_uptimeValue__HJvMT{font-size:2.5rem;font-weight:700;line-height:1}.UptimeGuarantee_uptimeValue__HJvMT span{font-size:1.5rem;font-weight:600}.UptimeGuarantee_uptimeLabel__P2MyM{font-size:.875rem;font-weight:500;text-align:center;margin-top:.5rem}.UptimeGuarantee_content__ov7GJ{flex:1 1;max-width:600px}.UptimeGuarantee_title__S8Qmg{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#1a202c;line-height:1.2}.UptimeGuarantee_highlight__T_RzQ{color:#4361ee;position:relative}.UptimeGuarantee_highlight__T_RzQ:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:10px;background-color:rgba(67,97,238,.15);z-index:-1}.UptimeGuarantee_description__lRTZs{font-size:1.125rem;line-height:1.6;color:#4a5568;margin-bottom:2.5rem}.UptimeGuarantee_guaranteeFeatures__8Arvn{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.UptimeGuarantee_feature__WGVQt{display:flex;gap:1.5rem}.UptimeGuarantee_featureIcon__yJb4w{min-width:50px;height:50px;background:rgba(67,97,238,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#4361ee;font-size:1.5rem}.UptimeGuarantee_featureContent__x7g6n{flex:1 1}.UptimeGuarantee_featureTitle__qT0oG{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1a202c}.UptimeGuarantee_featureDesc__QALbD{font-size:.95rem;line-height:1.6;color:#4a5568}.UptimeGuarantee_slaInfo__kJSyq{background-color:#f8f9fc;padding:1.5rem;border-radius:12px}.UptimeGuarantee_slaTitle__LJB2H{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1a202c}.UptimeGuarantee_slaDesc__sz4Rv{font-size:.95rem;line-height:1.6;color:#4a5568;margin-bottom:1.5rem}.UptimeGuarantee_slaList__yRJ2_{list-style:none;padding:0;margin:0}.UptimeGuarantee_slaList__yRJ2_ li{display:flex;align-items:center;margin-bottom:.75rem;font-size:.9rem;color:#4a5568}.UptimeGuarantee_checkIcon__XUdoG{color:#4361ee;margin-right:.75rem}@media (max-width:1024px){.UptimeGuarantee_container__92wJU{flex-direction:column}.UptimeGuarantee_content__ov7GJ{max-width:100%}.UptimeGuarantee_uptimeCounter__kFBxd{bottom:-20px;right:-20px;width:120px;height:120px}.UptimeGuarantee_uptimeValue__HJvMT{font-size:2rem}}@media (max-width:768px){.UptimeGuarantee_uptimeGuarantee__dnizJ{padding:60px 0}.UptimeGuarantee_title__S8Qmg{font-size:2.2rem}.UptimeGuarantee_slaInfo__kJSyq{padding:1.25rem}}@media (max-width:480px){.UptimeGuarantee_title__S8Qmg{font-size:1.8rem}.UptimeGuarantee_uptimeCounter__kFBxd{bottom:-15px;right:-15px;width:100px;height:100px}.UptimeGuarantee_uptimeValue__HJvMT{font-size:1.75rem}.UptimeGuarantee_uptimeLabel__P2MyM{font-size:.75rem}}.TechnologyStack_technologyStack__ClfFb{width:100%;padding:80px 0;background-color:#f8f9fc}.TechnologyStack_container__EcDdc{max-width:1200px;margin:0 auto;padding:0 2rem}.TechnologyStack_header___dzKl{text-align:center;margin-bottom:3rem}.TechnologyStack_title__jbA9A{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.TechnologyStack_highlight__G7QUQ{color:#4361ee;position:relative}.TechnologyStack_highlight__G7QUQ:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:10px;background-color:rgba(67,97,238,.15);z-index:-1}.TechnologyStack_subtitle__EPs6J{font-size:1.125rem;line-height:1.6;color:#4a5568;max-width:700px;margin:0 auto}.TechnologyStack_stackContainer__vMk6K{display:flex;flex-direction:column;gap:2.5rem}.TechnologyStack_stackCategory__bqx0f{width:100%}.TechnologyStack_stackRow__tiUC5{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.TechnologyStack_categoryTitle__ISdGc{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#1a202c;text-align:center}.TechnologyStack_techGrid__hp1eG{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.TechnologyStack_techItem__zT1SR{display:flex;flex-direction:column;align-items:center;width:100px;transition:transform .3s ease}.TechnologyStack_techItem__zT1SR:hover{transform:translateY(-5px)}.TechnologyStack_iconWrapper__C_5Q0{display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:12px;background-color:white;box-shadow:0 4px 10px rgba(0,0,0,.05);margin-bottom:.75rem;font-size:2rem;color:#4361ee;transition:all .3s ease}.TechnologyStack_techItem__zT1SR:hover .TechnologyStack_iconWrapper__C_5Q0{background-color:#4361ee;color:white}.TechnologyStack_techName__bed50{font-size:.9rem;font-weight:500;color:#4a5568;text-align:center}.TechnologyStack_customRequest__l1N7Q{margin-top:4rem;text-align:center;background-color:#ffffff;padding:2rem;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.05)}.TechnologyStack_customRequest__l1N7Q p{font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem;color:#4a5568}.TechnologyStack_contactLink__6op8R{display:inline-block;padding:.8rem 1.8rem;background-color:#4361ee;color:white;font-weight:600;border-radius:6px;text-decoration:none;transition:background-color .2s ease}.TechnologyStack_contactLink__6op8R:hover{background-color:#3651d4}@media (max-width:768px){.TechnologyStack_technologyStack__ClfFb{padding:60px 0}.TechnologyStack_title__jbA9A{font-size:2.2rem}.TechnologyStack_stackRow__tiUC5{grid-template-columns:1fr;gap:2.5rem}.TechnologyStack_techGrid__hp1eG{gap:1.25rem}}@media (max-width:480px){.TechnologyStack_title__jbA9A{font-size:1.8rem}.TechnologyStack_techItem__zT1SR{width:80px}.TechnologyStack_iconWrapper__C_5Q0{width:60px;height:60px;font-size:1.5rem}}.page_main__l21Mr{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;color:var(--text-color);background-color:var(--background)}.page_main__l21Mr>section{width:100%;display:block}.PerformanceSection_performance-section__0XxRf{padding:80px 0}.PerformanceSection_performance-section__container__8zKWg{max-width:1200px;margin:0 auto;padding:0 5%}.PerformanceSection_performance-section__title__2B0PP{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:16px;color:var(--foreground)}.PerformanceSection_performance-section__subtitle__Or2HN{text-align:center;max-width:700px;margin:0 auto 60px;font-size:1.1rem;color:var(--secondary-foreground)}.PerformanceSection_performance-section__content-wrapper__o6sFy{display:flex;justify-content:space-between;align-items:center;gap:60px;margin-bottom:80px}.PerformanceSection_performance-section__image-container__12mYG{flex:1 1;max-width:550px;border-radius:10px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.PerformanceSection_performance-section__features-list__N8MAA{flex:1 1;display:flex;flex-direction:column;gap:30px}.PerformanceSection_performance-section__feature-item__cC43u{display:flex;align-items:flex-start;gap:20px}.PerformanceSection_performance-section__feature-icon__fJC3m{font-size:2rem;color:var(--primary-color);background-color:rgba(0,14,156,.05);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.PerformanceSection_performance-section__feature-content__bbLBQ h3{font-size:1.3rem;font-weight:600;margin-bottom:10px;color:var(--foreground)}.PerformanceSection_performance-section__feature-content__bbLBQ p{line-height:1.6;color:var(--secondary-foreground)}.PerformanceSection_performance-section__stats-container__oTDYu{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;gap:30px;margin-top:60px;padding-top:60px;border-top:1px solid rgba(0,0,0,.05)}.PerformanceSection_performance-section__stat-item__b_m61{text-align:center}.PerformanceSection_performance-section__stat-number__ncxFq{font-size:3rem;font-weight:700;color:var(--primary-color);margin-bottom:10px}.PerformanceSection_performance-section__stat-text__RCxpT{font-size:1.1rem;color:var(--secondary-foreground)}@media (max-width:1024px){.PerformanceSection_performance-section__content-wrapper__o6sFy{flex-direction:column}.PerformanceSection_performance-section__image-container__12mYG{order:-1;max-width:100%}.PerformanceSection_performance-section__stats-container__oTDYu{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.PerformanceSection_performance-section__stats-container__oTDYu{grid-template-columns:1fr}.PerformanceSection_performance-section__title__2B0PP{font-size:2rem}}.SecuritySection_security__WcIXv{padding:80px 0;background-color:var(--muted)}.SecuritySection_container__u56GM{max-width:1200px;margin:0 auto;padding:0 5%}.SecuritySection_contentWrapper__G6iAw{display:flex;align-items:center;gap:60px;margin-bottom:60px}.SecuritySection_content__w9UPm{flex:1 1}.SecuritySection_title__cJ4zg{font-size:2.5rem;font-weight:700;margin-bottom:16px}.SecuritySection_description__FWU1f{font-size:1.1rem;line-height:1.6;color:var(--secondary-foreground);margin-bottom:40px}.SecuritySection_securityFeatures__7R_Ck{display:flex;flex-direction:column;gap:30px}.SecuritySection_feature__NFIkE{display:flex;align-items:flex-start;gap:20px}.SecuritySection_featureIcon__GHO46{font-size:1.8rem;color:var(--primary-color);background-color:white;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px rgba(0,0,0,.05);flex-shrink:0}.SecuritySection_featureContent__95S1t h3{font-size:1.25rem;font-weight:600;margin-bottom:8px;color:var(--primary-color)}.SecuritySection_featureContent__95S1t p{line-height:1.6;color:var(--secondary-foreground)}.SecuritySection_imageContainer__lh0Wa{flex:1 1;display:flex;justify-content:center}.SecuritySection_securityImage__2V0To{max-width:100%;border-radius:10px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.SecuritySection_securityBadges__Jo67C{display:flex;justify-content:space-around;align-items:center;padding:40px 0;background-color:white;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.SecuritySection_badge__IhuYQ{text-align:center}@media (max-width:1024px){.SecuritySection_contentWrapper__G6iAw{flex-direction:column-reverse}.SecuritySection_title__cJ4zg{font-size:2rem}.SecuritySection_securityBadges__Jo67C{flex-wrap:wrap;gap:30px}.SecuritySection_badge__IhuYQ{flex:1 0 40%}}@media (max-width:640px){.SecuritySection_badge__IhuYQ{flex:0 0 100%}}.TestimonialsSection_testimonials__0_Tde{padding:80px 0}.TestimonialsSection_container__Nucr2{max-width:1200px;margin:0 auto;padding:0 5%}.TestimonialsSection_title__p5eZg{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:16px;color:var(--foreground)}.TestimonialsSection_subtitle__sVkND{text-align:center;max-width:700px;margin:0 auto 60px;font-size:1.1rem;color:var(--secondary-foreground)}.TestimonialsSection_testimonialsGrid__vumK1{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-bottom:80px}.TestimonialsSection_testimonialCard__BvJih{background:white;border-radius:12px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05);transition:transform .3s ease;position:relative}.TestimonialsSection_testimonialCard__BvJih:hover{transform:translateY(-5px)}.TestimonialsSection_content__mHvFR{margin-bottom:30px}.TestimonialsSection_quote__7B5c9{font-size:1.05rem;line-height:1.6;color:var(--secondary-foreground);font-style:italic}.TestimonialsSection_author__hMobE{display:flex;align-items:center;gap:15px;position:relative}.TestimonialsSection_avatar__l2Dqm{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid var(--primary-color)}.TestimonialsSection_avatarImage__yOaXV{width:100%;height:100%;object-fit:cover}.TestimonialsSection_info__tp6SD{flex:1 1}.TestimonialsSection_name__bEhkD{font-weight:600;margin-bottom:4px;color:var(--foreground)}.TestimonialsSection_position__iPDNU{font-size:.875rem;color:var(--secondary-foreground)}.TestimonialsSection_quoteMark__h9RA2{position:absolute;top:-50px;right:20px;font-size:100px;color:rgba(0,14,156,.05);font-family:Georgia,serif;line-height:0;z-index:0}.TestimonialsSection_brandLogos__1GbAV{margin-top:60px;padding-top:60px;border-top:1px solid rgba(0,0,0,.05)}.TestimonialsSection_trustText__cz2hn{text-align:center;font-size:1.2rem;margin-bottom:30px;font-weight:600;color:var(--secondary-foreground)}.TestimonialsSection_logos__isU7S{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}.TestimonialsSection_logos__isU7S img{opacity:.7;transition:opacity .3s ease}.TestimonialsSection_logos__isU7S img:hover{opacity:1}@media (max-width:1024px){.TestimonialsSection_testimonialsGrid__vumK1{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.TestimonialsSection_testimonialsGrid__vumK1{grid-template-columns:1fr}.TestimonialsSection_logos__isU7S{justify-content:center}.TestimonialsSection_title__p5eZg{font-size:2rem}}.TechnologyStack_techSection__k4u_b{padding:80px 0;background-color:var(--muted);font-family:hostraha,sans-serif}.TechnologyStack_title__ftHSH{text-align:center;margin-bottom:16px;color:var(--foreground)}.TechnologyStack_subtitle__DkxE4{text-align:center;margin:0 auto 60px}.TechnologyStack_techGrid___5y_F{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:50px}.TechnologyStack_techCard__bNA1A{border-radius:10px;height:100%;font-family:hostraha,sans-serif}.TechnologyStack_techHeader__to5nw{display:flex;align-items:center;margin-bottom:20px;gap:16px}.TechnologyStack_iconWrapper__wrEk2{width:60px;height:60px;border-radius:10px;background-color:rgba(59,130,246,.1);color:var(--primary-color)}.TechnologyStack_techTitle__SFsyI{font-size:1.2rem;font-weight:600;color:var(--foreground);margin:0;font-family:hostraha,sans-serif}.TechnologyStack_techList__bXbQb{list-style:none;padding:0;margin:0;flex-grow:1;display:flex;flex-direction:column;gap:12px}.TechnologyStack_techItem__4d6q4{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:var(--secondary-foreground);font-family:hostraha,sans-serif}.TechnologyStack_techLabel__ra3S9{font-weight:600;color:var(--foreground);min-width:80px}.TechnologyStack_versionList__RimKY{display:flex;flex-wrap:wrap;gap:6px}.TechnologyStack_version__EGnEH{background-color:rgba(59,130,246,.1);padding:4px 8px;border-radius:4px;font-size:.85rem;color:var(--foreground);font-family:hostraha,sans-serif}.TechnologyStack_learnMore__ePCbx{text-align:center;margin-top:40px;font-family:hostraha,sans-serif}.TechnologyStack_learnMoreLink__tBOKk{display:inline-flex;align-items:center;gap:8px;color:var(--primary-color);font-weight:600;text-decoration:none;font-size:1.1rem;transition:color .2s;font-family:hostraha,sans-serif}.TechnologyStack_learnMoreLink__tBOKk:hover{color:var(--primary-color-dark)}@media (max-width:768px){.TechnologyStack_techSection__k4u_b{padding:60px 0}.TechnologyStack_title__ftHSH{font-size:2rem}.TechnologyStack_techGrid___5y_F{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.TechnologyStack_techCard__bNA1A{padding:20px}.TechnologyStack_techHeader__to5nw{margin-bottom:15px}.TechnologyStack_iconWrapper__wrEk2{width:50px;height:50px}}.TechnologyStack_techStackSection__I2H1v{padding:80px 0;background-color:var(--muted);font-family:hostraha,sans-serif}.TechnologyStack_container__mlpl3{max-width:1200px;margin:0 auto;padding:0 5%}.TechnologyStack_header__Z9YGO{text-align:center;margin-bottom:60px}.TechnologyStack_title__ftHSH{font-size:2.5rem;font-weight:700;margin-bottom:20px;font-family:hostraha,sans-serif}.TechnologyStack_highlight__VeGZ7{color:var(--primary-color);position:relative}.TechnologyStack_highlight__VeGZ7:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:8px;background-color:rgba(59,130,246,.15);z-index:-1;border-radius:4px}.TechnologyStack_subtitle__DkxE4{max-width:700px;margin:0 auto;font-size:1.1rem;color:var(--secondary-foreground);line-height:1.6;font-family:hostraha,sans-serif}.TechnologyStack_techGrid___5y_F{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:30px;gap:30px;margin-bottom:40px}.TechnologyStack_techCard__bNA1A{background-color:var(--background);border-radius:12px;padding:30px;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;align-items:center;text-align:center}.TechnologyStack_techCard__bNA1A:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.TechnologyStack_iconWrapper__wrEk2{width:70px;height:70px;background-color:var(--primary-background);display:flex;justify-content:center;align-items:center;border-radius:50%;margin-bottom:20px}.TechnologyStack_icon__GKNgO{font-size:30px;color:var(--primary-color)}.TechnologyStack_techName__6aOH_{font-size:1.3rem;font-weight:700;margin-bottom:10px;color:var(--foreground);font-family:hostraha,sans-serif}.TechnologyStack_techDescription__2qKRC{font-size:.95rem;color:var(--secondary-foreground);line-height:1.6;font-family:hostraha,sans-serif}.TechnologyStack_additionalInfo__qdCkI{margin-top:50px;background-color:var(--background);border-radius:12px;padding:40px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.TechnologyStack_infoTitle__Z9bBi{font-size:1.8rem;font-weight:700;margin-bottom:20px;color:var(--foreground);font-family:hostraha,sans-serif}.TechnologyStack_infoText__aA9NF{font-size:1.1rem;color:var(--secondary-foreground);line-height:1.6;margin-bottom:20px;font-family:hostraha,sans-serif}.TechnologyStack_infoPoints__Xbf0m{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:25px;gap:25px;margin-top:30px}.TechnologyStack_infoPoint__t2a1P{display:flex;align-items:flex-start}.TechnologyStack_pointIcon__YrjAy{margin-right:15px;margin-top:4px;color:var(--primary-color);flex-shrink:0}.TechnologyStack_pointText__nT22v{font-size:1rem;color:var(--foreground);font-family:hostraha,sans-serif}.TechnologyStack_buttonWrap__X_4nK{margin-top:40px;text-align:center}.TechnologyStack_learnMoreButton__asq90{display:inline-block;padding:14px 28px;background-color:var(--background);color:var(--primary-color);border:2px solid var(--primary-color);border-radius:30px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .2s;font-family:hostraha,sans-serif}.TechnologyStack_learnMoreButton__asq90:hover{background-color:var(--primary-color);color:white}@media (max-width:768px){.TechnologyStack_techStackSection__I2H1v{padding:60px 0}.TechnologyStack_title__ftHSH{font-size:2rem}.TechnologyStack_techGrid___5y_F{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.TechnologyStack_additionalInfo__qdCkI{padding:30px}.TechnologyStack_infoTitle__Z9bBi{font-size:1.5rem}.TechnologyStack_infoPoints__Xbf0m{grid-template-columns:1fr}}.Header_header__AF_3G{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:relative;z-index:1000;width:100%}.Header_header__AF_3G,.Header_header__AF_3G *{font-family:var(--font-hostraha)}.Header_headerScrolled__h3zWh .Header_mainNav__Bhbp9{position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px rgba(0,0,0,.1);animation:Header_slideDown__NEpYA .3s ease-in-out;z-index:1000}@keyframes Header_slideDown__NEpYA{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.Header_topHeader__zOwy4{background-color:var(--primary-color);padding:8px 0;color:white;font-size:14px}.Header_topHeader__zOwy4 .Header_container__3JNoS{display:flex;justify-content:space-between;align-items:center}.Header_accountLinks__PPu1l,.Header_topLinks__TRy_5{display:flex;gap:20px}.Header_accountLinks__PPu1l a,.Header_topLinks__TRy_5 a{color:white;text-decoration:none;transition:opacity .2s ease;font-size:13px}.Header_accountLinks__PPu1l a:hover,.Header_topLinks__TRy_5 a:hover{opacity:.8}.Header_container__3JNoS{max-width:1200px;margin:0 auto;padding:0 15px}.Header_mainNav__Bhbp9{background-color:#fff;padding:15px 0;position:relative;transition:all .3s ease}.Header_navWrapper__FOuX9{display:flex;justify-content:space-between;align-items:center;position:relative}.Header_logo__1FRrW{display:flex;align-items:center;text-decoration:none;margin-right:20px}.Header_logoText__Q2TRx{color:var(--primary-color,#000e9c);font-size:24px;font-weight:700}.Header_mobileMenuToggle__UlEaz{display:none;background:none;border:none;padding:8px;cursor:pointer;color:var(--primary-color,#000e9c);transition:transform .2s ease;border-radius:4px}.Header_mobileMenuToggle__UlEaz:hover{background-color:rgba(0,14,156,.05)}.Header_mobileMenuToggle__UlEaz:active{transform:scale(.95)}.Header_mobileBackdrop__l4Bki{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:99;animation:Header_fadeIn__zX5C2 .3s forwards;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.Header_navLinks__vBy8d{display:flex;flex:1 1}.Header_navItems__aznqj{display:flex;align-items:center;gap:25px;flex:1 1;justify-content:center}.Header_navLink__bX76H{text-decoration:none;color:var(--foreground,#333);font-weight:500;font-size:16px;padding:6px 10px;border-radius:4px;transition:all .2s ease}.Header_navLink__bX76H:hover{color:var(--primary-color,#000e9c);background-color:rgba(0,14,156,.05)}.Header_navActions__VIWwb{display:flex;align-items:center;gap:10px;margin-left:auto}.Header_btnPrimary__BqAOy,.Header_btnSecondary__lgQie,.Header_btnSm__fnOjY{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font-weight:600;border-radius:6px;transition:all .3s ease;white-space:nowrap}.Header_btnSecondary__lgQie{padding:8px 20px;background-color:transparent;color:var(--primary-color,#000e9c);border:1.5px solid var(--primary-color,#000e9c)}.Header_btnSecondary__lgQie:hover{background-color:rgba(0,14,156,.05);transform:translateY(-3px)}.Header_btnPrimary__BqAOy{padding:10px 20px;background-color:var(--primary-color,#000e9c);color:white;border:none}.Header_btnPrimary__BqAOy:hover{background-color:#0009bf;transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,14,156,.2)}.Header_btnSm__fnOjY{padding:6px 15px;font-size:14px;background-color:var(--primary-color,#000e9c);color:white;border-radius:4px}.Header_btnSm__fnOjY:hover{background-color:#0009bf;transform:translateY(-2px)}.Header_mobileSearch__G0f9l{display:none;padding:16px 20px;width:100%}.Header_searchForm__tPVT5{position:relative;width:100%}.Header_searchForm__tPVT5 input{width:100%;padding:12px 50px 12px 15px;border-radius:8px;border:1px solid #e0e0e0;font-size:15px;background-color:#f5f5f5;transition:all .2s ease}.Header_searchForm__tPVT5 input:focus{outline:none;border-color:var(--primary-color,#000e9c);background-color:white;box-shadow:0 0 0 3px rgba(0,14,156,.1)}.Header_searchForm__tPVT5 button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;padding:8px;cursor:pointer;border-radius:4px;transition:all .2s ease}.Header_searchForm__tPVT5 button:hover{color:var(--primary-color,#000e9c);background-color:rgba(0,14,156,.05)}.Header_megaMenuWrapper__1rcln{position:relative}.Header_megaMenuTrigger__GDNdW{display:flex;align-items:center;gap:5px;font-weight:500;cursor:pointer;background:none;border:none;padding:6px 10px;border-radius:4px;font-size:16px;color:var(--foreground,#333);transition:all .2s ease}.Header_megaMenuTrigger__GDNdW:hover{color:var(--primary-color,#000e9c);background-color:rgba(0,14,156,.05)}.Header_dropdownIcon__qJ8_W{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.Header_rotateIcon__Rn3xY{transform:rotate(90deg)}.Header_megaMenuWrapper__1rcln:hover .Header_dropdownIcon__qJ8_W svg{transform:rotate(180deg)}.Header_activeMobileTrigger__g2IrN{color:var(--primary-color,#000e9c);font-weight:600}.Header_megaMenu__ZgLYv{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:15px;background:white;box-shadow:0 10px 30px rgba(0,0,0,.1);border-radius:8px;padding:25px;display:flex;gap:30px;width:900px;z-index:100;opacity:0;animation:Header_fadeIn__zX5C2 .2s forwards}.Header_mobileSubmenuOpen__TVal7{animation:Header_fadeDown__mkxT9 .3s forwards}.Header_mobileSubmenuHeader__CHSTY{display:none;justify-content:space-between;align-items:center;padding-bottom:12px;margin-bottom:10px;border-bottom:1px solid #f0f0f0;width:100%}.Header_mobileSubmenuHeader__CHSTY h3{margin:0;font-size:18px;color:var(--primary-color,#000e9c)}.Header_backButton__ifp6v{display:flex;align-items:center;gap:5px;background:none;border:none;color:#555;padding:5px 10px;border-radius:4px;cursor:pointer;font-size:15px;transition:all .2s ease}.Header_backButton__ifp6v:hover{background-color:rgba(0,0,0,.05)}.Header_backIcon__P4w2u{transform:rotate(180deg);font-size:14px}@keyframes Header_fadeIn__zX5C2{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes Header_fadeDown__mkxT9{0%{opacity:0;max-height:0}to{opacity:1;max-height:2000px}}.Header_megaMenuColumn__m5YEg{flex:1 1}.Header_megaMenuColumn__m5YEg h4{color:var(--primary-color,#000e9c);margin:0 0 15px;padding-bottom:10px;border-bottom:1px solid #f0f0f0;font-size:16px}.Header_megaMenuLinks__x6lZH{display:flex;flex-direction:column;gap:15px}.Header_megaMenuLink__bn46o{display:block;padding:10px;border-radius:6px;transition:background-color .2s;text-decoration:none}.Header_megaMenuLink__bn46o:hover{background-color:rgba(0,14,156,.05)}.Header_megaMenuLinkTitle__BAKzv{display:flex;align-items:center;gap:10px;color:var(--foreground,#333);font-weight:500;margin-bottom:5px}.Header_icon__ZGc7x{display:flex;align-items:center;justify-content:center;color:var(--primary-color,#000e9c)}.Header_megaMenuLinkDesc__ie_F_{color:#666;font-size:14px;margin:0;padding-left:26px}.Header_featuredBox__BPYwY{margin-top:25px;background-color:#f9f9f9;border-radius:8px;padding:20px;border-left:3px solid var(--primary-color,#000e9c)}.Header_featuredBox__BPYwY h5{margin:0 0 10px;color:var(--primary-color,#000e9c)}.Header_featuredBox__BPYwY p{margin:0 0 15px;font-size:14px;color:#666}.Header_mobileHeader__7wyKc{display:none;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #f0f0f0;width:100%}.Header_mobileLogo__KVUa9{text-decoration:none}.Header_mobileCloseBtn__56qTp{background:none;border:none;cursor:pointer;color:#555;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.Header_mobileCloseBtn__56qTp:hover{background-color:rgba(0,0,0,.05);transform:rotate(90deg)}.Header_mobileQuickActions__wwXN1{display:none;width:100%;padding:16px 20px;background-color:#f8f9fa;border-bottom:1px solid #eaeaea;justify-content:space-around}.Header_quickActionButton__YnpSy{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--foreground,#333);padding:10px 16px;border-radius:8px;transition:all .2s ease}.Header_quickActionButton__YnpSy:hover{background-color:rgba(0,14,156,.08);transform:translateY(-2px)}.Header_quickActionButton__YnpSy svg{font-size:20px;margin-bottom:6px;color:var(--primary-color,#000e9c)}.Header_quickActionButton__YnpSy span{font-size:13px;font-weight:600}.Header_mobileQuickContact__wyBUL{display:none;padding:24px 20px;margin:20px 15px;width:calc(100% - 30px);background-color:#f9f9f9;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);position:relative;overflow:hidden;border:1px solid #eaeaea}.Header_mobileQuickContact__wyBUL:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:var(--primary-color,#000e9c)}.Header_contactHeading__uT2aX{display:flex;align-items:center;gap:12px;margin-bottom:18px}.Header_contactIcon__kFM_D{color:var(--primary-color,#000e9c);font-size:20px;background-color:rgba(0,14,156,.1);padding:10px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,14,156,.15)}.Header_mobileQuickContact__wyBUL h4{color:var(--primary-color,#000e9c);margin:0;font-size:18px;font-weight:600}.Header_quickContactItem__zZq2_{display:flex;align-items:center;margin-bottom:16px;gap:14px;padding:10px 12px;border-radius:8px;transition:all .3s ease;background-color:rgba(255,255,255,.7);border:1px solid transparent}.Header_quickContactItem__zZq2_:hover{background-color:#fff;transform:translateY(-2px);border-color:#e5e5e5;box-shadow:0 3px 8px rgba(0,0,0,.05)}.Header_quickContactItem__zZq2_ svg{color:var(--primary-color,#000e9c);font-size:18px;background-color:rgba(0,14,156,.08);padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center}.Header_quickContactItem__zZq2_ a{color:var(--foreground,#333);text-decoration:none;font-weight:500;font-size:15px;transition:color .2s ease}.Header_quickContactItem__zZq2_:hover a{color:var(--primary-color,#000e9c)}.Header_mobileActions__i4upu{display:none;margin-top:24px;flex-direction:column;gap:14px;padding-top:20px;border-top:1px dashed #e0e0e0;width:100%}.Header_mobileActions__i4upu .Header_btnSecondary__lgQie{padding:12px;display:flex;align-items:center;justify-content:center;width:100%;font-weight:600;background-color:rgba(0,14,156,.05);border-color:rgba(0,14,156,.2);text-transform:uppercase;font-size:14px;letter-spacing:.5px}.Header_mobileActions__i4upu .Header_btnSecondary__lgQie:hover{background-color:rgba(0,14,156,.1);transform:translateY(-2px);box-shadow:0 3px 10px rgba(0,14,156,.1)}.Header_mobileActions__i4upu .Header_btnPrimary__BqAOy{padding:12px;display:flex;align-items:center;justify-content:center;width:100%;font-weight:600;text-transform:uppercase;font-size:14px;letter-spacing:.5px;position:relative;overflow:hidden}.Header_mobileActions__i4upu .Header_btnPrimary__BqAOy:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.2) 50%,rgba(255,255,255,0));transition:all .6s ease}.Header_mobileActions__i4upu .Header_btnPrimary__BqAOy:hover:before{left:100%}@media (max-width:1200px){.Header_megaMenu__ZgLYv{width:800px}}@media (max-width:992px){.Header_mobileMenuToggle__UlEaz{display:flex;align-items:center;justify-content:center}.Header_mobileBackdrop__l4Bki{display:block}.Header_navLinks__vBy8d{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:350px;background:white;box-shadow:-5px 0 30px rgba(0,0,0,.15);flex-direction:column;padding:0;transform:translateX(100%);transition:transform .3s ease-in-out;z-index:100;overflow-y:auto;align-items:flex-start;justify-content:flex-start}.Header_navLinksOpen__47b40{transform:translateX(0)}.Header_navItems__aznqj{flex-direction:column;align-items:flex-start;width:100%;padding:10px 0;gap:0}.Header_megaMenuWrapper__1rcln{width:100%;border-bottom:1px solid #f0f0f0}.Header_megaMenuWrapper__1rcln:last-child{border-bottom:none}.Header_megaMenuTrigger__GDNdW{width:100%;justify-content:space-between;padding:15px 20px;border-radius:0}.Header_navLink__bX76H{width:100%;padding:15px 20px;border-radius:0;border-bottom:1px solid #f0f0f0}.Header_mobileActions__i4upu,.Header_mobileHeader__7wyKc,.Header_mobileQuickActions__wwXN1,.Header_mobileQuickContact__wyBUL,.Header_mobileSearch__G0f9l,.Header_mobileSubmenuHeader__CHSTY{display:flex}.Header_megaMenu__ZgLYv{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;max-width:350px;transform:none;margin:0;flex-direction:column;box-shadow:none;padding:0;border-radius:0;overflow-y:auto;z-index:101}.Header_megaMenuColumn__m5YEg{padding:15px 20px}.Header_megaMenuColumn__m5YEg:not(:last-child){border-bottom:1px solid #f0f0f0}.Header_megaMenuWrapper__1rcln:hover .Header_dropdownIcon__qJ8_W svg{transform:none}.Header_dropdownIcon__qJ8_W svg{transition:transform .3s ease}@keyframes Header_fadeIn__zX5C2{0%{opacity:0}to{opacity:1;transform:none}}.Header_featuredBox__BPYwY,.Header_navActions__VIWwb{display:none}.Header_mobileActions__i4upu{display:flex}}@media (max-width:576px){.Header_topHeader__zOwy4 .Header_container__3JNoS{flex-direction:column;gap:8px}.Header_accountLinks__PPu1l,.Header_topLinks__TRy_5{justify-content:center;font-size:12px;gap:12px;flex-wrap:wrap}.Header_navLinks__vBy8d{width:100%}.Header_searchForm__tPVT5 input{padding:10px 40px 10px 12px;font-size:14px}}@media (max-width:375px){.Header_accountLinks__PPu1l a,.Header_topLinks__TRy_5 a{font-size:11px}.Header_logoText__Q2TRx{font-size:20px}.Header_mobileQuickContact__wyBUL{padding:20px 15px;margin:15px 10px}.Header_contactHeading__uT2aX{margin-bottom:14px}.Header_quickContactItem__zZq2_{padding:8px 10px;margin-bottom:12px}}.CountrySelector_countrySelector__aPE7B{position:relative;display:inline-block;margin-right:16px;z-index:1100}.CountrySelector_selectorButton__sIyxJ{display:flex;align-items:center;background:none;border:none;padding:6px 10px;font-size:.875rem;color:var(--foreground,#333);cursor:pointer;border-radius:4px;transition:all .2s ease}.CountrySelector_selectorButton__sIyxJ:hover{background-color:rgba(0,0,0,.05)}.CountrySelector_globeIcon__mTPJY{margin-right:6px;color:var(--primary-color,#000e9c)!important;font-size:.9rem}.CountrySelector_chevronIcon___f44R{margin-left:6px;font-size:.7rem;color:var(--light-text,#666)!important;transition:transform .2s ease}.CountrySelector_currentCountry__aHeLI{font-weight:500}.CountrySelector_dropdown___usdB{position:absolute;top:100%;left:0;background-color:white;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);width:250px;z-index:1000;margin-top:8px;overflow:hidden}.CountrySelector_dropdownHeader__0b8XT{padding:12px 16px;border-bottom:1px solid var(--border-color,#e0e0e0);font-weight:600;font-size:.9rem;color:var(--foreground,#333)}.CountrySelector_countryList__m56IV{max-height:350px;overflow-y:auto;list-style-type:none;margin:0;padding:0}.CountrySelector_countryItem___xIyk{border-bottom:1px solid var(--border-color,#e0e0e0)}.CountrySelector_countryItem___xIyk:last-child{border-bottom:none}.CountrySelector_countryLink__asDEL{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;width:100%;background:none;border:none;cursor:pointer;text-align:left;color:var(--foreground,#333);transition:background-color .2s ease}.CountrySelector_countryLink__asDEL:focus,.CountrySelector_countryLink__asDEL:hover{background-color:rgba(0,14,156,.04)}.CountrySelector_active__eAiP_{background-color:rgba(0,14,156,.08);font-weight:600}.CountrySelector_countryName__0ZuX4{font-weight:500}.CountrySelector_countryCurrency__i6u_R{font-size:.8rem;color:var(--light-text,#666)}@media (max-width:768px){.CountrySelector_countrySelector__aPE7B{margin-right:0;width:100%}.CountrySelector_selectorButton__sIyxJ{width:100%;justify-content:space-between;padding:12px}.CountrySelector_dropdown___usdB{position:fixed;top:auto;bottom:0;left:0;width:100%;border-radius:16px 16px 0 0;margin-top:0;max-height:75vh;display:flex;flex-direction:column}.CountrySelector_countryList__m56IV{flex:1 1;max-height:none}}.CountrySelector_countryList__m56IV::-webkit-scrollbar{width:8px}.CountrySelector_countryList__m56IV::-webkit-scrollbar-track{background:#f1f1f1}.CountrySelector_countryList__m56IV::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.CountrySelector_countryList__m56IV::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.MobileCountrySelector_mobileCountrySelector__piDFw{display:none;padding:16px 20px;width:100%;background-color:#f8f9fa;border-bottom:1px solid #eaeaea;margin-bottom:12px}@media (max-width:992px){.MobileCountrySelector_mobileCountrySelector__piDFw{display:block}}.HeroSection_hero__s_o3k{position:relative;background:linear-gradient(180deg,#f8f9fa,#ffffff);padding:120px 0 100px;overflow:hidden}.HeroSection_container__uoYrv{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.HeroSection_heroContent___aier{display:flex;align-items:center;gap:50px}.HeroSection_textContent__s9yGQ{flex:1 1}.HeroSection_title__k9Vt5{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;font-weight:800;color:var(--foreground)}.HeroSection_highlight__Sv6fH{background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;position:relative}.HeroSection_highlight__Sv6fH:after{content:"";position:absolute;width:100%;height:6px;bottom:2px;left:0;background-color:rgba(var(--primary-rgb),.15);z-index:-1}.HeroSection_subtitle__HQSt0{font-size:1.25rem;line-height:1.7;color:var(--secondary-foreground);margin-bottom:2rem;max-width:550px}.HeroSection_features__eojkj{display:flex;gap:20px;margin-top:30px}.HeroSection_feature__8wlAw{display:flex;align-items:center;gap:10px;color:var(--text-color);font-weight:500}.HeroSection_featureIcon__PFItd{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background-color:rgba(var(--primary-rgb),.1);color:var(--primary-color)}.HeroSection_imageContent__bbApV{flex:1 1;position:relative}.HeroSection_heroImage__IC8JS{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);object-fit:cover}.HeroSection_statsOverlay__H3xAJ{position:absolute;display:flex;flex-wrap:wrap;gap:15px;bottom:-30px;left:30px;z-index:3}.HeroSection_stat__pt2Wj{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:15px 25px;border-radius:10px;box-shadow:0 8px 16px rgba(0,0,0,.08);min-width:100px;text-align:center}.HeroSection_statNumber__Bow0f{font-size:2rem;font-weight:700;background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-bottom:5px}.HeroSection_statLabel__f__2u{font-size:.9rem;color:var(--secondary-foreground);font-weight:500}.HeroSection_backgroundPatterns__FhxrB{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.HeroSection_pattern1__dfwnN{width:400px;height:400px;top:-100px;right:-100px}.HeroSection_pattern1__dfwnN,.HeroSection_pattern2___sg_p{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(var(--primary-rgb),.06) 0,rgba(var(--primary-rgb),0) 70%)}.HeroSection_pattern2___sg_p{width:300px;height:300px;bottom:-50px;left:-100px}.HeroSection_pattern3__SKxek{position:absolute;width:100px;height:100px;border-radius:12px;background:rgba(var(--primary-rgb),.04);transform:rotate(45deg);top:30%;left:15%}@media screen and (max-width:1024px){.HeroSection_heroContent___aier{flex-direction:column}.HeroSection_textContent__s9yGQ{width:100%;text-align:center;margin-bottom:40px}.HeroSection_subtitle__HQSt0{margin-left:auto;margin-right:auto}.HeroSection_features__eojkj{justify-content:center}.HeroSection_imageContent__bbApV{width:100%}}@media screen and (max-width:768px){.HeroSection_hero__s_o3k{padding:80px 0 120px}.HeroSection_title__k9Vt5{font-size:2.8rem}.HeroSection_statsOverlay__H3xAJ{position:relative;bottom:0;left:0;justify-content:center;margin-top:30px}.HeroSection_features__eojkj{flex-direction:column;align-items:center}}@media screen and (max-width:576px){.HeroSection_title__k9Vt5{font-size:2.2rem}.HeroSection_subtitle__HQSt0{font-size:1.1rem}.HeroSection_statsOverlay__H3xAJ{flex-direction:column;align-items:center}.HeroSection_stat__pt2Wj{width:100%}}.OurStory_ourStory__Z0JAh{padding:5rem 0;background-color:white;font-family:var(--font-hostraha),Arial,sans-serif}.OurStory_container__UPR0A{max-width:1200px;margin:0 auto;padding:0 1.5rem}.OurStory_sectionHeader__qn5Yn{text-align:center;margin-bottom:3rem}.OurStory_sectionTitle__T66xP{font-size:2.5rem;font-weight:700;color:#172554;margin-bottom:.75rem}.OurStory_sectionSubtitle__27_pj{font-size:1.125rem;color:#64748b;max-width:700px;margin:0 auto}.OurStory_highlight__G2SDt{color:#0f766e;position:relative}.OurStory_highlight__G2SDt:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:8px;background-color:rgba(0,14,156,.15);z-index:-1;border-radius:4px}.OurStory_storyContent__z7Z4G{display:flex;align-items:center;gap:3rem}.OurStory_imageColumn__tzLis{flex:1 1;border-radius:10px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.1)}.OurStory_storyImage__zvq3t{width:100%;height:auto;object-fit:cover}.OurStory_textColumn__M8Wj0{flex:1 1}.OurStory_storyHeading___YpDU{font-size:1.75rem;margin-bottom:1.5rem;color:#172554}.OurStory_storyText__PsAvw{margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7;color:#334155}.OurStory_storyText__PsAvw:last-child{margin-bottom:0}@media (max-width:992px){.OurStory_storyContent__z7Z4G{flex-direction:column-reverse}.OurStory_imageColumn__tzLis{margin-bottom:2rem}}@media (max-width:768px){.OurStory_ourStory__Z0JAh{padding:60px 0}.OurStory_sectionTitle__T66xP{font-size:2rem}.OurStory_storyHeading___YpDU{font-size:1.5rem}.OurStory_storyText__PsAvw{font-size:1rem;line-height:1.6}}