.landing .header{display:flex;justify-content:space-between;align-items:center;padding:10px 3% 15px;background-color:#fff;box-shadow:0 1px rgba(0,0,0,.075)}.landing .header .leftSide{display:flex;align-items:center;gap:20px}.landing .header .leftSide .logo{width:150px}.landing .header .leftSide .logo img{width:100%;height:auto;display:block}.landing .menuLinksDiv{display:flex;gap:20px}.landing .menuLink{display:block;white-space:nowrap;color:var(--gray-2);height:34px;line-height:34px;border-radius:6px;font-size:15px;font-weight:400;cursor:pointer}.landing .menuLink:hover{color:#1673ff!important}.landing .bodySection{padding-left:15px;padding-right:15px;background:#fff}.landing .bodySection .hero{text-align:center;margin-bottom:4rem;background:#fff;height:60vh;display:flex;justify-content:center;flex-direction:column;align-items:center;background-image:linear-gradient(90deg,rgba(0,0,0,.05) 1px,transparent 0),linear-gradient(180deg,rgba(0,0,0,.05) 1px,transparent 0);background-size:40px 40px;--bg:#fcfcfc;--dot:#e5e5e5;--dot-size:.3px;--gap:8px;background-color:var(--bg);background-image:radial-gradient(var(--dot) var(--dot-size),transparent calc(var(--dot-size) + 1px)),radial-gradient(var(--dot) var(--dot-size),transparent calc(var(--dot-size) + 1px));background-size:var(--gap) var(--gap);background-position:0 0,calc(var(--gap)/2) calc(var(--gap)/2);border:1px solid #ebebeb;border-radius:15px}.landing .bodySection .hero .title{font-size:3rem;font-weight:800;letter-spacing:-.035em;line-height:48px;color:#000;margin-bottom:22px}.landing .bodySection .hero .subtitle{color:#999;font-size:1.5rem;font-weight:500;letter-spacing:-.035em;margin-bottom:29px}.landing .bodySection .helpSection{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:10%;margin-top:10%}.landing .bodySection .helpSection .pageSecondaryTitle{margin-bottom:25px}.landing .bodySection .helpSection .pageSecondarySubtitle{margin-bottom:50px}.landing .bodySection .helpSection .helpCards{display:flex;align-items:center;justify-content:center;flex-direction:row;width:100%;gap:30px}.landing .bodySection .helpSection .helpCards .helpCard{display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid #ebebeb;width:360px;height:180px;border-radius:10px;padding:20px;margin-bottom:20px;text-align:center}.landing .bodySection .helpSection .helpCards .helpCard h2{font-size:22px;font-weight:600;width:100%;margin-bottom:10px}.landing .bodySection .helpSection .helpCards .helpCard h3{font-size:16px;font-weight:400}.landing .bodySection .informationSection{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:70px}.landing .bodySection .informationSection .pageSecondaryTitle{margin-bottom:25px}.landing .bodySection .informationSection .pageSecondarySubtitle{margin-bottom:50px}.landing .bodySection .informationSection .row{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:30px;width:100%}.landing .bodySection .informationSection .card-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px;width:100%;max-width:1200px}.landing .bodySection .informationSection .card{padding:10px 25px;width:100%}.landing .bodySection .informationSection .card:last-child{grid-column:1/-1}.landing .bodySection .informationSection .card .informationCard{background:#fff;border-radius:20px;padding:0;box-shadow:0 2px 12px rgba(0,0,0,.08);width:100%;height:100%;display:flex;flex-direction:column;position:relative;border:1px solid #e9e9e9;border-left:4px solid}.landing .bodySection .informationSection .card .informationCard .cardIcon{position:absolute;top:20px;left:20px;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;z-index:1}.landing .bodySection .informationSection .card .informationCard .cardTitle{font-size:20px;font-weight:600;color:#333;text-align:left;margin:20px 20px 15px 80px;line-height:1.3}.landing .bodySection .informationSection .card .informationCard .innerCard{background:transparent;border:none;border-radius:0;overflow:visible;width:100%;height:auto;padding:0 20px 20px 80px;color:#666;font-size:15px;line-height:1.6;flex:1 1}.landing .bodySection .informationSection .card .informationCard .innerCard .startJourneyNow{color:#6a5acd;font-weight:500}.landing .bodySection .informationSection .card:first-child .informationCard{border-left-color:#4caf50}.landing .bodySection .informationSection .card:first-child .informationCard .cardIcon{background:#d4f0e0;color:#4caf50}.landing .bodySection .informationSection .card:nth-child(2) .informationCard{border-left-color:#2196f3}.landing .bodySection .informationSection .card:nth-child(2) .informationCard .cardIcon{background:#d4e8f7;color:#2196f3}.landing .bodySection .informationSection .card:nth-child(3) .informationCard{border-left-color:#9c27b0}.landing .bodySection .informationSection .card:nth-child(3) .informationCard .cardIcon{background:#e8d4f7;color:#9c27b0}.landing .bodySection .informationSection .card:nth-child(4) .informationCard{border-left-color:#ff9800}.landing .bodySection .informationSection .card:nth-child(4) .informationCard .cardIcon{background:#f7e0d4;color:#ff9800}.landing .bodySection .informationSection .card:nth-child(5) .informationCard{border-left-color:#6a5acd}.landing .bodySection .informationSection .card:nth-child(5) .informationCard .cardIcon{background:#e6e6fa;color:#6a5acd}.landing .bodySection .faqSection{margin-top:10%;margin-bottom:3%}@media(max-width:450px){.landing .bodySection .hero{height:80vh}.landing .bodySection .hero .title{font-size:2.7rem;margin-bottom:30px}.landing .bodySection .hero .subtitle{margin-bottom:60px}.landing .bodySection .helpSection .helpCards{flex-direction:column;gap:10px}.landing .bodySection .helpSection .helpCards .helpCard{width:100%}.landing .bodySection .informationSection .row{flex-direction:column;gap:10px}.landing .bodySection .informationSection .card-grid{grid-template-columns:repeat(1,1fr)}.landing .bodySection .informationSection .card-grid .card{padding:0}.landing .bodySection .informationSection .card-grid .card .informationCard .innerCard{height:max-content}}.custom-button{display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;padding:10px 16px;border-radius:10px;transition:all .2s ease-in-out;cursor:pointer;border:1px solid transparent;outline:none;height:46px!important}.custom-button.primary{background-color:var(--primary-color);color:#fff;border-color:transparent}.custom-button.primary:hover{background-color:#1355b6}.custom-button.secondary{background-color:#fff;color:#242424;border:1px solid #d1d5db}.custom-button.secondary:hover{border-color:#c7c7c7;background-color:#f5f5f5}.custom-button.tertiary{background-color:#fff;color:#3b82f6;border:1px solid #3b82f6}.custom-button.tertiary:hover{background-color:#3b82f6;color:#fff}.custom-button.link{background-color:#fff!important;color:#242424!important;border:none!important;box-shadow:none!important}.custom-button.link:hover{color:var(--primary-color)!important}.custom-button.delete{background-color:#ef4444;color:#fff;border-color:transparent}.custom-button.delete:hover{background-color:#dc2626}.custom-button.black{background-color:#000;color:#fff;border-color:transparent}.custom-button.black:hover{background-color:#111}.custom-button.full-width{width:100%}.custom-button.chakra-button[disabled],.custom-button:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;border-color:#d1d5db}.custom-button .loading-spinner{width:16px;height:16px;margin-right:8px}.custom-button .icon-left,.custom-button .icon-right{display:flex;align-items:center}.custom-button .icon-left{margin-right:8px}.custom-button .icon-right{margin-left:8px}.custom-button:disabled{cursor:not-allowed!important;opacity:.6}.footer{text-align:center;height:60px;background-image:linear-gradient(90deg,rgba(0,0,0,.05) 1px,transparent 0),linear-gradient(180deg,rgba(0,0,0,.05) 1px,transparent 0);background-size:40px 40px;--bg:#fcfcfc;--dot:#f0f0f0;--dot-size:.3px;--gap:8px;background-color:var(--bg);background-image:radial-gradient(var(--dot) var(--dot-size),transparent calc(var(--dot-size) + 1px)),radial-gradient(var(--dot) var(--dot-size),transparent calc(var(--dot-size) + 1px));background-size:var(--gap) var(--gap);background-position:0 0,calc(var(--gap)/2) calc(var(--gap)/2);border:1px solid #ebebeb;border-radius:15px}.footer .footerBottom{display:flex;justify-content:space-between;align-items:center;margin-bottom:-40px;margin-top:20px}.footer .footerBottom .copyright{width:100%;text-align:center;color:#7d7c83;font-size:12px;font-weight:300}.faq-section{text-align:center;margin-bottom:10px;padding:0 2rem 4rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.faq-section .faq-list{display:flex;flex-direction:column;gap:1rem;width:85%;margin:0 auto}.faq-section .faq-list .faq-item{display:flex;align-items:center;flex-direction:column;background:#f7f7f8;border-radius:10px;text-align:left;transition:all .3s ease;color:#000;padding:12px 1.25rem;cursor:pointer;margin-bottom:10px}.faq-section .faq-list .faq-item:hover{background:#ededee}.faq-section .faq-list .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:21px;letter-spacing:-.03em;line-height:1.2;padding:15px 10px;width:100%;height:60px}.faq-section .faq-list .faq-item .faq-question .icon{font-size:25px;font-weight:700;color:#7d7c83}.faq-section .faq-list .faq-item .faq-answer{margin-top:20ppx;line-height:1.8em;font-size:16px;color:#636369;padding:0 10px 30px}@media(max-width:450px){.faq-section{padding:0!important}.faq-section .faq-list{width:100%!important}.faq-section .faq-list .faq-item .faq-question{padding:0;font-size:18px}.faq-section .faq-list .faq-item .faq-question .icon{font-size:20px;margin-left:10px}.faq-section .faq-list .faq-item .faq-answer{padding:10px 0 0}}
/*# sourceMappingURL=e14c927d12baa7f5.css.map*/