header{position:relative;z-index:4;background:#fff}header>div{display:flex;font-family:Nunito,sans-serif;background:#fff;z-index:inherit;justify-content:space-between;align-items:center;padding:0 20px}.overlay{position:fixed;bottom:0;left:0;z-index:-1;width:100vw;height:100vh;background:#00000080}.overlay-closed{display:none}.dropdown-menu{position:absolute;display:none;transition:transform .3s ease-in-out;transform:translateY(-100vh);padding:40px 20px;z-index:2;top:100%;background:#fff;width:100%;left:0}.dropdown-menu.active{transform:translateY(0);transition:transform .3s ease-in-out}.dropdown-menu ul{display:flex;flex-direction:column;gap:20px}.dropdown-menu button{margin-top:40px}.logo-wrapper{background:#fff;padding:10px 0;z-index:inherit}li{list-style:none}header img{max-width:130px}header>div>div:last-child{display:none}header ul{display:flex;gap:40px}header li{transition:all .4s ease}header a{color:#000;display:block;text-decoration:none}.landing_buttons{display:flex;gap:10px}.landing_buttons button{transition:all .3s ease-in-out;display:block;padding:0;white-space:nowrap;border-radius:8px;cursor:pointer}.landing_buttons a{padding:15px;display:block;width:100%;width:120px}.landing_buttons button:first-child{background:#048477;color:#fff;border:1px solid #048477}.landing_buttons button:first-child a{color:#fff}.landing_buttons button:first-child:hover a{color:green}.landing_buttons button:hover{background:#fff;color:#048477}.landing_buttons button:nth-child(2){color:#048477;background:#fff;border:1px solid #048477}.landing_buttons button:nth-child(2) a{color:green}.landing_buttons button:nth-child(2):hover{background:#048477;color:#fff;border:1px solid #048477}.landing_buttons button:nth-child(2):hover a{color:#fff}.menu-btn{width:30px;height:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:transparent;border:none;cursor:pointer;padding:0}.menu-btn span{width:100%;height:2px;background-color:#000;transition:transform .3s ease,opacity .3s ease}.menu-btn.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.menu-btn.active span:nth-child(2){opacity:0}.menu-btn.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media(max-width:768px){.logo-wrapper{width:100%}.landing_buttons.main,.header-desktop-button,header nav{display:none}header>div>div:last-child,.dropdown-menu{display:block}}body{font-family:nunito}.hero{position:relative;background:#048477;color:#fff}.hero>div:first-child{color:#fff;position:relative;height:40px;background:#fff}.rectangle{width:120px;bottom:-2px;height:100%;position:absolute}.first-rectangle{background:linear-gradient(18deg,#048477 50%,#fff 50%);left:0}.second-rectangle{background:linear-gradient(-18deg,#048477 50%,#fff 50%);right:0}.hero-content{justify-content:space-between;display:flex;gap:30px;position:relative;background:#048477;height:100%;min-height:525px;padding:0 40px}.hero-content>div:first-child{background:#048477;flex-basis:35%;padding:40px 0}.hero-content>div:last-child{display:grid}.hero-content h3{font-size:4vw}.hero-content h3>div{position:relative}.hero-content h3 p:last-child{position:absolute;height:auto;top:0;left:0}.hero-content h3 p:first-child{visibility:hidden}.hero-content button{display:flex;justify-content:center;gap:10px;max-width:250px;padding:12px;border-radius:8px;width:100%;align-items:center;border:none;cursor:pointer}.hero-content button img{width:20px;object-fit:cover}.hero-content button.app-store-btn{background:#fff;transition:all .3s ease-in-out;color:#048477}.hero-content button.google-play-btn{color:#fff;transition:all .3s ease-in-out;border:1px solid white;background:#048477}.hero-content>div:last-child{flex-basis:60%;background:#048477}.hero-content>div:last-child>div{position:relative;padding-top:40px;background:#048477;flex-basis:70%;display:flex}.hero-content>div:last-child img{object-position:center;align-self:end;object-fit:cover;width:100%}.buttons{margin-top:40px;gap:20px;display:flex;flex-direction:column}@media(max-width:1024px){.hero-content>div:first-child{flex-basis:45%}.hero>div:first-child{display:none}}@media(max-width:768px){.hero-content{flex-direction:column;max-width:500px;padding:20px 20px 0;margin:0 auto}.hero-content h3{font-size:32px}.hero-content button{max-width:100%}.hero-content>div:first-child{padding:20px 0}}.why-choose-us{padding:70px 40px}.why-us-options>div{display:flex;justify-content:space-between}.why-us-options>div{gap:30px}.why-us-options>div:nth-child(odd):not(:first-child){flex-direction:row-reverse}.why-choose-us h2{font-size:32px;margin-bottom:15px}.why-us-options h3{font-size:18px;margin-bottom:5px}.why-us-service h3{font-size:32px;font-weight:500}.why-us-options:first-child{border-left:1px solid black}.why-us-options>div:first-child>div:nth-child(2){display:grid;align-self:flex-end;flex-basis:80%}.why-us-options>div:not(:first-child)>div:nth-child(2){display:grid;align-self:flex-end;flex-basis:40%}.why-us-options img{max-width:100%}.why-us-options>div:first-child ul{display:flex;flex-direction:column;gap:30px}.why-us-options>div{margin-top:100px}.why-us-service h3{margin-bottom:30px}.why-us-options>div:first-child ul li:first-child{border-left:3px solid black}.why-us-options>div:first-child ul li{padding-left:20px;list-style:none}.why-us-service>div{max-width:500px}.accordion-body p{padding:10px 0}.accordion-body{display:grid;grid-template-rows:0fr;border-bottom:1px solid rgba(0,0,0,.432);transition:.25s grid-template-rows ease}.accordion-title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:20px 0}.accordion-title>div:first-child{display:flex;gap:20px;align-items:center}.accordion-arrow{transition:.3s all ease-in-out}.accordion--active .accordion-arrow{transform:rotate(180deg)}.accordion-title img{max-width:35px;width:100%}.accordion--active .accordion-body{grid-template-rows:1fr}.accordion-body>div{overflow:hidden}@media(max-width:1024px){.why-us-options>div:first-child{flex-direction:column}.why-us-options>div:first-child>div:nth-child(2){margin:0 auto}}@media(max-width:768px){.why-us-options>div{flex-direction:column}.why-us-options>div:nth-child(odd):not(:first-child){flex-direction:column}.why-us-service>div{max-width:100%}.why-us-options>div>div:last-child{text-align:center}.why-us-options img{width:100%}}@media(max-width:480px){.why-choose-us{padding:60px 20px}}.service{background:#f3f9f8;padding:80px 40px}.service span{color:#048477}.service h2{text-align:center;margin:20px 0;font-size:35px;font-weight:500}.service h3{font-weight:600;margin:10px 0}.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.services>div{padding:10px;border-radius:8px;background:#fff}@media(max-width:480px){.service{padding:80px 20px}}.coming-soon>div{position:relative;width:55em;padding:40px;color:#fff}.coming-soon{background-image:url(/assets/Web-B78PVbam.png);background-position:center;display:flex;align-items:center;background-size:cover;background-repeat:no-repeat;width:100%;min-height:300px}.coming-soon h3{font-size:32px;font-weight:400;margin-bottom:20px}.coming-soon-buttons{margin-top:40px;display:flex;gap:20px}.learn-more,.coming-soon-buttons button{padding:15px;color:#fff;border:none;max-width:200px;width:100%;border-radius:8px}.coming-soon-buttons>button:first-child{background:#048477;transition:all .3s ease}.coming-soon-buttons>button:first-child:hover{color:#048477;background:#fff}.learn-more{background:transparent;transition:all ease .3s;border:2px solid white!important}.learn-more a{color:#fff;text-decoration:none}.coming-soon-buttons a{width:100%;color:#fff;text-decoration:none}.learn-more:hover{background:transparent;color:#048477;border:2px solid #048477!important}@media(max-width:480px){.coming-soon>div{padding:20px;width:100%}.coming-soon-buttons{flex-wrap:wrap}.coming-soon-buttons button{max-width:100%;width:100%}}footer{padding:40px;font-family:Nunito,sans-serif;color:#fff;background:#048477;display:flex;justify-content:space-between}footer>div:first-child{max-width:350px}footer img{max-width:180px}.links h3{font-weight:400;margin-bottom:10px;font-size:20px}.links a{color:#fff;text-decoration:none}.links{display:flex;gap:50px}.links>div:first-child{display:flex;gap:50px}.links>div:last-child ul{display:flex;align-items:center;gap:20px}.links ul{padding:0}.links li{font-weight:300;list-style:none}.links>div:last-child img{max-width:30px;width:"100%"}@media(max-width:1024px){footer{flex-direction:column;gap:50px}}@media(max-width:768px){.links{flex-direction:column}}@media(max-width:480px){footer{padding:20px;font-size:16px}.links h3{font-weight:400;margin-bottom:10px;font-size:18px}.links>div:first-child{justify-content:space-between;flex-wrap:wrap}}.copyright{background:#048477;color:#fdfdfd;padding:0 30px;font-family:Nunito,sans-serif;font-size:16px;font-weight:500}.copyright>div{border-top:1px solid white;padding:10px;width:100%;text-align:center}@media(max-width:480px){.copyright{padding:0 20px;font-size:14px}}.privacy-body{display:flex;flex-direction:column;width:100%;max-width:1000px;margin:0 auto;padding:60px 40px;background:#f3f9f8}.privacy-body h3{text-align:center;margin-bottom:40px;font-weight:700;font-size:36px;font-family:Nunito,sans-serif;color:#048477}.privacy-body h2{font-size:20px;font-weight:700;color:#303030;font-family:Nunito,sans-serif;margin-top:30px;margin-bottom:15px;text-align:left}.privacy-body p{width:100%;font-size:16px;line-height:1.6;color:#555;font-weight:400;font-family:Nunito,sans-serif;margin-bottom:20px;text-align:left}.privacy-body ul{margin-left:20px;margin-bottom:30px;font-family:Nunito,sans-serif;color:#555;font-size:16px;line-height:1.6;list-style-type:disc}.privacy-body ul li{margin-bottom:10px}.privacy-body ul li span{font-weight:700;color:#303030}@media only screen and (max-width:768px){.privacy-body{padding:40px 20px}.privacy-body h3{font-size:28px;margin-bottom:30px}.privacy-body h2{font-size:18px;margin-top:20px}.privacy-body p,.privacy-body ul{font-size:14px}}.terms-body{display:flex;flex-direction:column;width:100%;max-width:1000px;margin:0 auto;padding:60px 40px;background:#f3f9f8}.terms-body h3{text-align:center;margin-bottom:40px;font-weight:700;font-size:36px;font-family:Nunito,sans-serif;color:#048477}.terms-body h2{font-size:20px;font-weight:700;color:#303030;font-family:Nunito,sans-serif;margin-top:30px;margin-bottom:15px;text-align:left}.terms-body p{width:100%;font-size:16px;line-height:1.6;color:#555;font-weight:400;font-family:Nunito,sans-serif;margin-bottom:20px;text-align:left}@media only screen and (max-width:768px){.terms-body{padding:40px 20px}.terms-body h3{font-size:28px;margin-bottom:30px}.terms-body h2{font-size:18px;margin-top:20px}.terms-body p{font-size:14px}}.about-us-body{width:100%;background:#f3f9f8}.about-us-hero{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px}.about-us-hero img{width:35%}.about-us-hero-words{width:60%}.about-us-hero-words p{font-size:20px;font-family:Nunito,sans-serif;color:#737373}.about-us-hero-words h2{font-size:20px;font-family:Nunito,sans-serif;margin-top:10px;color:#303030}.about-us-subscribe{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:60px 0;background-image:url(/assets/suscribe-asndHTXE.png);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;overflow:hidden}.about-us-subscribe:before{content:"";position:absolute;inset:0;background:#03685e99;pointer-events:none}.about-us-subscribe h3,p,button,input{position:relative;z-index:1}.about-us-subscribe h3{color:#fff;font-weight:600;font-family:Nunito,sans-serif;font-size:35px}.about-us-subscribe p{font-size:25px;font-weight:400;font-family:Nunito,sans-serif;color:#fff}.subscribe-info{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:10px;padding-bottom:10px}.subscribe-info input{height:50px;width:25%;padding-left:30px;font-size:18px;font-family:Nunito,sans-serif;font-weight:400;border:none;border-bottom-left-radius:8px;border-top-left-radius:8px}.subscribe-info input:focus{border-color:#3ab59e;outline:none}.subscribe-info button{height:50px;width:10%;border:none;background:#3ab59e;color:#f3f9f8;font-family:Nunito,sans-serif;font-size:20px;font-weight:400;border-bottom-right-radius:8px;border-top-right-radius:8px}@media only screen and (max-width:768px){.about-us-body{width:100%}.about-us-hero{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px}.about-us-hero img{width:35%;display:none}.about-us-hero-words{width:90%}.about-us-hero-words p{font-size:16px;font-weight:500;color:#737373;font-family:Nunito,sans-serif;-webkit-hyphens:auto;hyphens:auto}.about-us-hero-words h2{font-size:20px;font-family:Nunito,sans-serif;margin-top:10px;color:#303030}.about-us-subscribe{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:180px;background-image:url(/assets/suscribe-asndHTXE.png);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;overflow:hidden}.about-us-subscribe:before{content:"";position:absolute;inset:0;background:#03685e99;pointer-events:none}.about-us-subscribe h3,p,button,input{position:relative;z-index:1}.about-us-subscribe h3{color:#fff;font-weight:600;font-family:Nunito,sans-serif;font-size:16px;margin-bottom:10px}.about-us-subscribe p{font-size:15px;font-weight:400;font-family:Nunito,sans-serif;color:#fff;text-align:center}.subscribe-info{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:10px}.subscribe-info input{height:50px;width:50%;padding-left:15px;font-size:12px;font-family:Nunito,sans-serif;font-weight:400;border:none;border-bottom-left-radius:8px;border-top-left-radius:8px}.subscribe-info input:focus{border-color:#048477;outline:none}.subscribe-info button{height:50px;width:25%;border:none;background:#3ab59e;color:#f3f9f8;font-family:Nunito,sans-serif;font-size:20px;font-weight:400;border-bottom-right-radius:8px;border-top-right-radius:8px}}.about-us-heading{display:flex;background:#048477;height:100px;justify-content:center;align-items:center;color:#fff;font-family:Nunito,sans-serif;font-size:30px;font-weight:700}.contact-us-hero{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:50px 2%;background:#f3f9f8}.contact-us-hero div{width:55%}.contact-us-hero div h3{color:#303030;font-family:Nunito,sans-serif;font-size:45px;font-weight:600;padding-bottom:10px;line-height:1.2}.contact-us-hero div h3 span{color:#048477}.contact-us-hero div p{color:#737373;font-family:Nunito,sans-serif;font-weight:400;font-size:20px;margin-top:-40px;margin-bottom:0}.contact-us-hero img{width:370px;height:362px}@media only screen and (max-width:768px){.contact-us-hero{flex-direction:column;padding:40px 5%;gap:30px;align-items:flex-start}.contact-us-hero div{width:100%}.contact-us-hero div h3{font-size:32px;line-height:1.3}.contact-us-hero div p{font-size:18px;margin-top:10px}.contact-us-hero img{width:100%;height:auto;display:block;margin-top:20px}}.contact-us-info{padding:50px 2%;background:#f8fbfb;display:flex;justify-content:center}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:220px;row-gap:60px;width:100%;max-width:1500px;padding-right:-25px}.info-card{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.info-card img{height:60px;width:auto;margin-bottom:10px;object-fit:contain}.icon-container{margin-bottom:10px}.info-card h2{color:#303030;font-family:Nunito,sans-serif;font-size:24px;font-weight:600;margin:0}.info-card p{color:#737373;font-family:Nunito,sans-serif;font-weight:400;font-size:16px;line-height:1.6;margin:0}.info-card span,.info-card a{color:#048477;font-family:Nunito,sans-serif;font-weight:600;font-size:16px;text-decoration:none}@media only screen and (max-width:1024px){.info-grid{gap:40px}}@media only screen and (max-width:768px){.contact-us-info{padding:40px 5%}.info-grid{grid-template-columns:1fr;gap:40px}.info-card{align-items:center;text-align:center}}.page-not-found{display:flex;flex-direction:row;font-family:Nunito,sans-serif}.page-not-found-body{background:#fff;width:80vw;height:100vh;display:flex;flex-direction:column;padding:20px}.page-not-found-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.page-not-found-body h2{font-size:27px;font-weight:600;font-family:Nunito,sans-serif;margin-bottom:20px;margin-top:0}.page-not-found-info p{display:flex;flex-direction:column;width:50%;align-items:center;font-size:20px;font-weight:500;color:#737373;margin-bottom:5px}.page-not-found-info img{width:50%}.page-not-found-info button{background:#048477;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:16px;font-weight:500;width:50%;font-family:Nunito,sans-serif}@media only screen and (max-width:768px){.page-not-found{display:flex;flex-direction:column;font-family:Nunito,sans-serif}.page-not-found-body{background:#fff;width:100%;height:100vh;display:flex;flex-direction:column;padding:20px}.page-not-found-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.page-not-found-body h2{font-size:27px;font-weight:600;font-family:Nunito,sans-serif;margin-bottom:20px;margin-top:0}.page-not-found-info p{display:flex;flex-direction:column;width:100%;align-items:center;font-size:16px;font-weight:500;color:#737373;margin-bottom:10px}.page-not-found-info img{width:50%}.page-not-found-info button{background:#048477;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:16px;font-weight:500;width:100%;font-family:Nunito,sans-serif}}.service-body{display:flex;flex-direction:column;width:100%;background:#f3f9f8}.service-body--infos{display:flex;flex-direction:row;width:100%;justify-content:center;align-items:center}.service-body--infos-words{width:40%;font-family:Nunito,sans-serif}.service-body--infos-words h3{font-size:35px;font-weight:600;color:#303030;margin-bottom:20px}.service-body--infos-words p{font-size:22px;font-weight:500;color:#737373}.service-body--infos-words a{font-size:25px;font-weight:400;color:#048477;text-decoration:underline}.service-body--infos-words p:last-child{margin-top:10px}.service-body--infos img{width:40%}.service-body--infos-words a img{width:auto;height:60%;padding-left:10px}@media only screen and (max-width:768px){.service-body{display:flex;flex-direction:column;width:100%}.service-body--infos{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.service-body--infos-words{width:90%;font-family:Nunito,sans-serif;margin-top:20px}.service-body--infos-words h3{font-size:16px;font-weight:500;color:#303030;margin-bottom:5px}.service-body--infos-words p{font-size:14px;font-weight:400;color:#737373;line-height:20px;text-align:justify;letter-spacing:.1px;word-spacing:.1px;-webkit-hyphens:auto;hyphens:auto}.service-body--infos-words a{font-size:16px;font-weight:500;color:#048477;line-height:22.4px;height:22.4px;text-decoration:underline;display:flex;flex-direction:row;align-items:center}.service-body--infos-words p:last-child{margin-top:5px}.service-body--infos img{width:90%;display:flex}.service-body--infos:nth-child(2),.service-body--infos:nth-child(4){flex-direction:column-reverse}.service-body--infos-words a img{width:auto;height:60%;padding-left:10px}}*{box-sizing:border-box}body{font-family:Nunito,sans-serif;margin:0;overflow-x:hidden}.faqs-container{background-color:#fafafa;padding:40px 5% 80px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.faqs-hero{background:linear-gradient(135deg,#05887c,#03685e);border-radius:12px;padding:60px 20px;text-align:center;color:#fff;width:100%;max-width:900px;margin-bottom:40px;box-sizing:border-box}.faqs-hero h1{font-size:36px;margin-bottom:20px;font-weight:500}.faq-highlight{color:#111}.faqs-hero h1 strong{font-weight:700}.faqs-hero p{font-size:16px;max-width:600px;margin:0 auto 30px;line-height:1.5;opacity:.9}.faqs-search-bar{display:flex;align-items:center;background:#fff;border-radius:8px;padding:6px 6px 6px 16px;max-width:500px;margin:0 auto}.faqs-search-bar svg,.faqs-search-bar .search-icon{color:#888;margin-right:10px;font-size:18px}.faqs-search-bar input{flex:1;border:none;outline:none;font-size:14px;padding:10px 0;font-family:Nunito,sans-serif;color:#333}.faqs-search-bar button{background-color:#048477;color:#fff;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s}.faqs-search-bar button:hover{background-color:#036b60}.faqs-list-section{width:100%;max-width:900px}.faqs-list{display:flex;flex-direction:column;gap:16px}.faq-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #00000005;overflow:hidden;transition:all .3s ease;border:1px solid #f0f0f0}.faq-question{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{margin:0;font-size:16px;font-weight:500;color:#333}.faq-toggle-btn{background:transparent;border:1px solid #048477;color:#048477;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;padding:0;line-height:1}.faq-answer{padding:0 24px 20px;font-size:15px;color:#666;line-height:1.6}.faq-answer p{margin:0}.faqs-empty-state{width:100%;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000000d;border:1px solid #f0f0f0;padding:90px 20px;text-align:center;box-sizing:border-box}.faqs-empty-icon{width:92px;height:92px;object-fit:contain;margin-bottom:18px}.faqs-empty-state h3{margin:0;font-size:24px;font-weight:600;color:#111}.faqs-empty-state p{margin:14px auto 0;max-width:560px;font-size:15px;color:#555;line-height:1.6}.show-more-container{text-align:center;margin-top:40px;margin-bottom:20px}.show-more-btn{background:transparent;border:none;color:#048477;font-size:24px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto;font-family:Nunito,sans-serif}.show-more-btn svg{width:24px;height:24px}.desktop-br{display:block}.still-have-questions-section{box-sizing:border-box;width:100%;max-width:900px;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000000d;border:1px solid #f0f0f0;margin-top:60px;padding:60px;display:flex;justify-content:space-between;align-items:center;gap:30px;text-align:left}.shq-text h2{font-size:32px;font-weight:500;margin:0;color:#111;line-height:2}.shq-text p{font-size:18px;color:#444;margin:0;line-height:.7}.shq-buttons{display:flex;flex-direction:column;gap:16px;min-width:200px}.shq-live-chat-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 24px;background-color:#05887c;color:#fff;border:1px solid #05887C;border-radius:4px;font-size:15px;font-weight:400;text-decoration:none;box-sizing:border-box;gap:10px;font-family:Nunito,sans-serif;transition:all .3s ease}.shq-live-chat-btn svg{margin-bottom:2px}.shq-live-chat-btn:hover{background-color:#03685e}.shq-email-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 24px;background-color:transparent;color:teal;border:1px solid #008080;border-radius:4px;font-size:15px;font-weight:400;text-decoration:none;box-sizing:border-box;font-family:Nunito,sans-serif;transition:all .3s ease}.shq-email-btn:hover{background-color:#e6f2f2;border-width:1px}.mobile-br{display:none}@media(max-width:768px){.faqs-container{padding:20px 20px 40px}.faqs-hero{padding:40px 20px;margin-bottom:30px;width:100%}.faqs-list-section,.still-have-questions-section{width:100%}.faqs-hero h1{font-size:28px}.faqs-search-bar{padding:4px 4px 4px 12px}.faqs-search-bar input{font-size:13px;padding:8px 0}.faqs-search-bar button{padding:8px 16px;font-size:13px}.desktop-br{display:none}.faqs-empty-state{padding:60px 16px}.faqs-empty-icon{width:78px;height:78px;margin-bottom:14px}.faqs-empty-state h3{font-size:18px}.faqs-empty-state p{font-size:13px;margin-top:10px}.still-have-questions-section{flex-direction:column;text-align:center;align-items:center;padding:40px 20px;gap:20px}.shq-text h2{line-height:1.3;margin-bottom:8px}.shq-text p{line-height:1.4}.shq-buttons{width:100%;margin-top:10px}.mobile-br{display:block}.faq-question{align-items:flex-start}.faq-question h3{flex:1}.faq-toggle-btn{flex-shrink:0;margin-top:2px}}.helpcenter-container{background-color:#fafafa;padding:60px 5% 100px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;font-family:inherit}.helpcenter-hero{text-align:center;width:100%;max-width:800px;margin-bottom:50px;position:relative;padding:20px 0}.support-badge{background-color:#e8f5e9;color:#048477;font-size:11px;font-weight:700;letter-spacing:.5px;padding:6px 14px;border-radius:20px;display:inline-block;margin-bottom:24px}.helpcenter-hero h1{font-size:40px;margin:0 0 12px;font-weight:600;color:#111}.helpcenter-hero p{font-size:18px;color:#666;margin:0 0 36px}.helpcenter-search-bar{display:flex;align-items:center;background:#fff;border-radius:8px;padding:6px 6px 6px 16px;max-width:500px;margin:0 auto;box-shadow:0 4px 20px #0000000d;border:1px solid #F0F0F0}.helpcenter-search-bar svg{color:#999;margin-right:12px}.helpcenter-search-bar input{flex:1;border:none;outline:none;font-size:14px;padding:12px 0;color:#333;font-family:inherit}.helpcenter-search-bar button{background-color:#048477;color:#fff;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s}.helpcenter-search-bar button:hover{background-color:#036b60}.helpcenter-goal{text-align:center;max-width:800px;margin-bottom:60px}.helpcenter-goal h2{font-size:24px;font-weight:600;color:#111;margin-top:0;margin-bottom:16px}.helpcenter-goal p{font-size:15px;line-height:1.6;color:#666;margin:0}.helpcenter-content{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center}.helpcenter-tabs{display:flex;justify-content:center;gap:32px;border-bottom:1px solid #EAEAEA;margin-bottom:40px;flex-wrap:wrap;width:100%}.tab-btn{background:none;border:none;font-size:15px;color:#555;padding:12px 0;font-weight:500;cursor:pointer;position:relative;transition:color .3s;font-family:inherit;margin-bottom:-1px}.tab-btn:hover{color:#111}.tab-btn.active{color:#048477;font-weight:600}.tab-btn.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:#048477;border-radius:3px 3px 0 0}.helpcenter-topics{width:100%;max-width:1000px}.topic-header{display:flex;align-items:center;margin-bottom:24px}.topic-accent{width:4px;height:24px;background-color:#048477;margin-right:12px;border-radius:4px}.topic-header h2{font-size:20px;font-weight:600;color:#111;margin:0}.helpcenter-list{display:flex;flex-direction:column;gap:16px}.hc-faq-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000008;overflow:hidden;transition:all .3s ease;border:1px solid #F0F0F0}.hc-faq-question{padding:24px 28px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.hc-faq-question h3{margin:0;font-size:15px;font-weight:500;color:#222;display:flex;align-items:center}.faq-question-with-icon{display:flex;align-items:center;gap:12px}.hc-question-icon{width:20px;height:20px;object-fit:contain}.hc-faq-toggle-btn{background:transparent;border:none;color:#048477;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.hc-faq-answer{padding:0 28px 24px;font-size:14px;color:#666;line-height:1.6}.hc-faq-answer p{margin:0}.helpcenter-empty-state{background:#fff;border-radius:10px;padding:60px 20px;text-align:center;border:1px solid #f0f0f0}.helpcenter-empty-icon{width:80px;margin-bottom:20px}.helpcenter-empty-state h3{margin:0 0 10px;font-size:20px;color:#111}.helpcenter-empty-state p{margin:0;color:#666;font-size:15px}@media(max-width:768px){.helpcenter-container{padding:40px 20px 60px}.helpcenter-hero h1{font-size:32px}.helpcenter-hero p{font-size:16px}.helpcenter-search-bar{padding:5px 5px 5px 12px}.helpcenter-search-bar input{font-size:13px}.helpcenter-search-bar button{padding:8px 16px;font-size:13px;margin-left:8px}.helpcenter-tabs{gap:20px;overflow-x:auto;justify-content:flex-start;padding-bottom:10px;white-space:nowrap}.tab-btn{font-size:14px;padding:8px 0;flex-shrink:0}.hc-faq-question{padding:20px}.hc-faq-answer{padding:0 20px 20px}.hc-support-banner{flex-direction:column;padding:60px 40px;gap:50px;margin-top:60px;border-radius:12px;text-align:center}.hc-support-banner-left{max-width:100%;width:100%}.hc-support-banner-left h2{font-size:32px;margin-bottom:20px}.hc-support-banner-left p{font-size:16px;margin-bottom:40px;max-width:100%}.hc-support-contacts{gap:24px;align-items:center}.hc-contact-item{justify-content:center;width:100%;max-width:280px;margin:0 auto}.hc-live-chat-card{padding:40px 30px;width:100%;box-sizing:border-box}.hc-support-banner-right{width:100%;max-width:100%}}@media(max-width:600px){.hc-support-banner{padding:40px 20px;gap:40px}.hc-support-banner-left h2{font-size:26px}.hc-support-banner-left p{font-size:15px;margin-bottom:30px}.hc-support-contacts{gap:20px}}.topic-header-wrapper{margin-bottom:24px}.topic-header-wrapper .topic-header{margin-bottom:12px}.topic-subtitle{font-size:15px;color:#666;line-height:1.6;margin:0}.faq-jsx-content p{margin:0 0 12px}.faq-jsx-content ul{margin:0;padding-left:24px;list-style-type:disc}.faq-jsx-content li{margin-bottom:8px;line-height:1.5;list-style-type:disc;display:list-item}.faq-jsx-content li:last-child{margin-bottom:0}.account-limits-section{margin-top:50px;width:100%}.account-limits-section h3{font-size:22px;font-weight:600;color:#111;margin:0 0 24px}.limits-table-wrapper{width:100%;overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000008;border:1px solid #f0f0f0;margin-bottom:20px}.limits-table{width:100%;border-collapse:collapse;min-width:650px}.limits-table th{text-align:left;padding:16px 24px;font-size:13px;font-weight:600;color:#555;border-bottom:1px solid #EAEAEA;background-color:#fafafa}.limits-table td{padding:20px 24px;font-size:14px;color:#222;font-weight:500;border-bottom:1px solid #EAEAEA;vertical-align:middle}.limits-table tr:hover td{background-color:#fafafa}.limits-table tr:last-child td{border-bottom:none}.tier-badge{display:inline-block;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600}.t2-badge,.t3-badge{background-color:#d9eada;color:#048477}.limits-info{display:flex;align-items:center;gap:8px;font-size:13px;color:#666;margin:0}.unlimited{color:#048477}.limits-info svg{color:#048477;flex-shrink:0}.infocircle{width:14px;height:14px}.dollar-card-info{padding-bottom:8px}.dc-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.dc-feature-card{display:flex;align-items:flex-start;gap:16px;background-color:#fafafa;border-radius:8px;padding:20px;border:1px solid #f0f0f0}.dc-feature-icon{width:44px;height:44px;border-radius:8px;background-color:#dbf0ec;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dc-feature-icon svg{color:#048477;width:20px;height:20px}.dc-feature-text{display:flex;flex-direction:column}.dc-feature-text h4{margin:0 0 6px;font-size:15px;color:#111;font-weight:600}.dc-feature-text p{margin:0;font-size:13px;color:#666;line-height:1.5}.dc-creation-section{margin-top:50px}.dc-creation-section h3{font-size:22px;font-weight:600;color:#111;margin:0 0 24px}.dc-steps-list{display:flex;flex-direction:column;gap:24px}.dc-step-item{display:flex;align-items:flex-start;gap:16px;position:relative}.dc-step-item:not(:last-child):after{content:"";position:absolute;top:32px;left:16px;width:1px;height:24px;background-color:#048477;opacity:.3}.dc-step-number{width:32px;height:32px;border-radius:50%;background-color:#048477;color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dc-step-text{display:flex;flex-direction:column}.dc-step-text h4{margin:0 0 6px;font-size:16px;color:#111;font-weight:600}.dc-step-text p{margin:0;font-size:14px;color:#666;line-height:1.5}.hc-support-banner{display:flex;justify-content:space-between;align-items:center;background-color:#0e3d35;border-radius:5px;padding:60px;width:100%;max-width:1000px;box-sizing:border-box;margin-top:60px;gap:40px;color:#fff}.hc-support-banner-left{flex:1;max-width:500px}.hc-support-banner-left h2{font-size:36px;font-weight:500;margin:0 0 16px;line-height:1.2}.hc-support-banner-left p{font-size:16px;line-height:1.6;color:#a3bdb9;margin:0 0 40px}.hc-support-contacts{display:flex;flex-direction:column;gap:24px}.hc-contact-item{display:flex;align-items:center;gap:16px}.hc-contact-icon{width:40px;height:40px;background-color:#dbf0ec;color:#0e3d35;border-radius:8px;display:flex;align-items:center;justify-content:center}.hc-contact-icon svg{color:#048477}.hc-contact-text{display:flex;flex-direction:column}.hc-contact-label{font-size:13px;color:#a3bdb9;margin-bottom:4px}.hc-contact-value{font-size:15px;font-weight:500;color:#fff}.hc-support-banner-right{flex-shrink:0;width:100%;max-width:320px}.hc-live-chat-card{background-color:#1a4740;border-radius:12px;padding:40px 30px;text-align:center;box-shadow:0 10px 30px #0000001a}.hc-live-chat-icon{width:48px;height:48px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.hc-live-chat-icon svg{color:#fff}.hc-live-chat-card h3{font-size:20px;font-weight:500;margin:0 0 12px;color:#fff}.hc-live-chat-card p{font-size:14px;line-height:1.5;color:#a3bdb9;margin:0 0 24px}.text-right{text-align:right!important}.dc-fees-section,.dc-limits-section{margin-top:50px}.dc-limits-section .helpcenter-list,.dc-creation-section .helpcenter-list{margin-bottom:30px}.dc-fees-section h3,.dc-limits-section h3{font-size:22px;font-weight:600;color:#111;margin:0 0 24px}.fees-table-wrapper{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000008;border:1px solid #f0f0f0;margin-bottom:16px;overflow:hidden}.fees-table{width:100%;border-collapse:collapse}.fees-table th{background-color:#fff;padding:18px 24px;font-size:13px;font-weight:600;color:#555;text-align:left;border-bottom:1px solid #EAEAEA}.fees-table td{padding:16px 24px;font-size:14px;color:#333;border-bottom:1px solid #EAEAEA}.fees-table tr:last-child td{border-bottom:none}.fees-table td strong{color:#048477;font-weight:600}.fees-disclaimer{font-size:12px;color:#888;margin-top:10px}.dc-limit-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dc-limit-card{background-color:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 2px 8px #00000005}.dc-limit-info{display:flex;flex-direction:column;margin-bottom:20px}.dc-limit-label{font-size:11px;font-weight:700;color:#888;letter-spacing:.05em;margin-bottom:8px}.dc-limit-amount{font-size:20px;font-weight:700;color:#111}.dc-limit-progress-bg{width:100%;height:4px;background-color:#f0f0f0;border-radius:2px;overflow:hidden}.dc-limit-progress{height:100%;background-color:#048477;border-radius:2px}@media(max-width:650px){.dc-limit-grid,.dc-features-grid{grid-template-columns:1fr}}.related-articles-section .account-limits-section{margin-top:10px}.related-articles-section{margin-top:10px;padding-top:20px;border-top:1px solid #F0F0F0}.ra-title{font-size:18px;font-weight:600;color:#111;margin-bottom:12px}.article-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.article-card{background:#fff;border:1px solid #F0F0F0;border-radius:12px;padding:24px;transition:all .3s ease;cursor:pointer}.article-card:hover{box-shadow:0 4px 12px #0000000d;border-color:#048477}.article-card h3{font-size:16px;font-weight:600;color:#111;margin:0 0 8px}.article-card p{font-size:14px;color:#666;margin:0;line-height:1.5}.sp-special-layout{display:flex;flex-direction:column;gap:40px}.security-features-grid{display:flex;gap:24px;margin-top:24px;width:100%}.security-feature-card{flex:1;background:#fff;border:1px solid #F0F0F0;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px;transition:all .3s ease;min-width:0}.security-feature-icon{width:44px;height:44px;border-radius:8px;background-color:#dbf0ec;display:flex;align-items:center;justify-content:center;color:#048477}.security-feature-text h4{font-size:16px;font-weight:600;color:#111;margin:0 0 8px}.security-feature-text p{font-size:13px;color:#666;line-height:1.5;margin:0;text-align:left}.sp-direct-section{padding:0;background:transparent;border:none}.sp-question-row{font-size:18px;font-weight:600;color:#111;margin-bottom:24px;display:flex;align-items:center;gap:12px}.sp-question-row img{width:24px;height:24px;object-fit:contain}.sp-answer-body{padding:0}.over-lay{width:20px;height:20px}.over-lay-auth{width:30px;height:30px}.over-lay-ex{width:20px;height:20px;margin-top:-1px}.sp-unauthorized-section{background-color:transparent;border:none;padding:0}.sp-unauthorized-card{background-color:#fff;border:1px solid #F0F0F0;border-radius:12px;padding:30px}.sp-section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.sp-section-header h3{font-size:20px;font-weight:600;color:#111;margin:0}.sp-steps-list{display:flex;flex-direction:column;gap:24px;margin-left:10px}.sp-step-item{display:flex;align-items:flex-start;gap:16px;position:relative}.sp-step-item:after{display:none}.sp-step-number{width:24px;height:24px;border-radius:50%;background-color:#111;color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.sp-step-text h4{font-size:15px;font-weight:600;color:#111;margin:0 0 4px}.sp-step-text p{font-size:14px;color:#666;line-height:1.5;margin:0}.sp-note-box{margin-top:30px;padding:16px 20px;background-color:#fff5f5;border-radius:8px;border-left:none;display:flex;align-items:flex-start;gap:12px}.sp-note-box p{font-size:14px;color:#c53030;margin:0;line-height:1.5}.privacy-info>p{margin-bottom:24px;font-size:15px;color:#444}.privacy-checks-list{list-style:none;padding:0;margin:0 0 30px;display:flex;flex-direction:column;gap:16px}.privacy-checks-list li{display:flex;align-items:flex-start;gap:12px}.privacy-checks-list li svg{flex-shrink:0;margin-top:2px}.privacy-checks-list li span{font-size:14px;color:#555;line-height:1.5}.privacy-summary-box{background-color:transparent;border:none;padding:0;margin-top:50px;margin-left:42px}.privacy-summary-box p:first-child{font-size:15px;margin-bottom:12px;color:#111}.privacy-summary-box p:nth-child(2){font-size:14px;color:#555;line-height:1.6;margin-bottom:16px}.privacy-link-wrapper{display:flex;align-items:center;gap:8px}.privacy-link{font-size:14px;font-weight:600;color:#048477;text-decoration:none;transition:color .2s}.privacy-arrow{margin-top:3px;width:12px!important;height:12px!important}.privacy-link:hover{color:#0369a1;text-decoration:underline}@media(max-width:900px){.security-features-grid{gap:16px}.security-feature-card{padding:16px}}@media(max-width:768px){.security-features-grid{flex-direction:column}}@media(max-width:650px){.article-cards-grid{grid-template-columns:1fr}}.hc-open-chat-btn{display:inline-block;background-color:#05887c;color:#fff;text-decoration:none;padding:14px 24px;border-radius:6px;font-size:15px;font-weight:500;width:100%;box-sizing:border-box;transition:background-color .3s}.hc-open-chat-btn:hover{background-color:#046e65}
