.navbar[data-v-b546f064]{background-color:#fff;color:var(--primary-blue);padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;position:fixed;width:100%;top:0;z-index:1000;border-bottom:1px solid #d8d6d6;height:60px}.logo img[data-v-b546f064]{height:40px;cursor:pointer}.nav-links[data-v-b546f064]{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links a[data-v-b546f064]{color:var(--primary-blue);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a[data-v-b546f064]:hover{color:var(--primary-blue)}.menu-item[data-v-b546f064]{position:relative}.menu-trigger[data-v-b546f064]{display:flex;align-items:center;gap:.5rem}.mega-menu[data-v-b546f064]{position:fixed;top:51px;left:0;right:0;background:#fff;box-shadow:0 4px 20px #00000026;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;padding:2rem 5%;width:100%}.mega-menu-content[data-v-b546f064]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.menu-column[data-v-b546f064]{padding:0}.menu-column h2[data-v-b546f064]{margin-bottom:1rem}.menu-item-link[data-v-b546f064]{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;text-decoration:none;color:var(--primary-blue);transition:all .3s ease;margin-top:.25rem}.menu-item-link i[data-v-b546f064]{font-size:1.5rem;color:var(--primary-blue);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#003c7e1a;border-radius:8px}.menu-item-link[data-v-b546f064]:hover{background:#003c7e0d;transform:translateY(-2px)}.menu-item-info h3[data-v-b546f064]{font-size:1rem;margin-bottom:.25rem;color:var(--primary-blue);transition:color .3s ease}.menu-item-info p[data-v-b546f064]{font-size:.85rem;color:#666}.burger[data-v-b546f064]{display:none;cursor:pointer;flex-direction:column;justify-content:space-between;height:25px}.line[data-v-b546f064]{width:30px;height:3px;background-color:var(--primary-blue);transition:all .3s ease}.nav-active[data-v-b546f064],.item-mobile[data-v-b546f064]{display:none}@media (max-width: 768px){.nav-links[data-v-b546f064]{display:none}.burger[data-v-b546f064]{display:flex}.item-mobile[data-v-b546f064]{display:block;background-color:#fff;width:100%;height:auto;margin-top:5rem;list-style:none}.nav-active[data-v-b546f064]{display:flex;flex-direction:column;position:absolute;top:60px;left:0;width:100%;background-color:#fff;box-shadow:0 4px 20px #00000026;overflow-y:auto;max-height:600px}.nav-active ul[data-v-b546f064]{list-style:none}.nav-active li[data-v-b546f064]{padding:1rem;border-bottom:.5px solid rgba(0,0,0,.15)}.nav-active a[data-v-b546f064]{text-decoration:none}.menu-trigger-mobile li[data-v-b546f064]{border-bottom:none}.menu-trigger-mobile ul[data-v-b546f064]{margin-top:1rem}}footer[data-v-fca73a0f]{background:var(--primary-blue);color:#fff;padding:3rem 12% 1rem}.footer-content[data-v-fca73a0f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4[data-v-fca73a0f]{margin-bottom:1.5rem;font-size:1.2rem;color:#fff}.footer-section p[data-v-fca73a0f]{line-height:1.6;opacity:.9}.footer-section ul[data-v-fca73a0f]{list-style:none}.footer-section ul li[data-v-fca73a0f]{margin-bottom:.8rem}.footer-section a[data-v-fca73a0f]{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section a[data-v-fca73a0f]:hover{color:var(--accent-gold)}.footer-section a[data-v-fca73a0f]{margin-right:10px;color:#fff}.footer-bottom[data-v-fca73a0f]{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p[data-v-fca73a0f]{opacity:.7}@media (max-width: 768px){.footer-section[data-v-fca73a0f],.footer-section p[data-v-fca73a0f],.footer-section ul li[data-v-fca73a0f]{text-align:left}}#app{min-height:100vh;display:flex;flex-direction:column;letter-spacing:.5px}.main-content{flex:1;margin-top:60px}.step-content[data-v-6209f815]{padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.search-section[data-v-6209f815]{text-align:center;margin-bottom:2rem}.search-section h2[data-v-6209f815]{color:var(--primary-blue);margin-bottom:1rem}.search-box[data-v-6209f815]{position:relative;max-width:500px;margin:0 auto}.search-box input[data-v-6209f815]{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem}.search-box svg[data-v-6209f815]{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666}.product-categories[data-v-6209f815]{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.category-btn[data-v-6209f815]{padding:.8rem 1.5rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#666;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.category-btn.active[data-v-6209f815]{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.product-grid[data-v-6209f815]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.product-card[data-v-6209f815]{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.product-card[data-v-6209f815]:hover{transform:translateY(-5px)}.product-card img[data-v-6209f815]{width:100%;height:200px;object-fit:cover}.product-info[data-v-6209f815]{padding:1rem}.product-info h3[data-v-6209f815]{color:#333;margin-bottom:.5rem}.product-info p[data-v-6209f815]{color:#666;font-size:.9rem;margin-bottom:.5rem}.price-range[data-v-6209f815]{color:var(--primary-blue);font-weight:500}@media (max-width: 768px){.step-content[data-v-6209f815]{padding:1rem}.product-grid[data-v-6209f815]{grid-template-columns:1fr}}.step-content[data-v-e831bf9d]{max-width:800px;margin:0 auto;padding:2rem}.section-title[data-v-e831bf9d]{font-size:1.5rem;color:#333;margin-bottom:1.5rem}.product-card[data-v-e831bf9d]{background:#fff;border-radius:12px;padding:1rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}.product-info[data-v-e831bf9d]{display:flex;align-items:center;gap:1rem}.product-thumbnail[data-v-e831bf9d]{width:60px;height:60px;object-fit:cover;border-radius:8px}.product-text h3[data-v-e831bf9d]{font-size:1.1rem;color:#333;margin-bottom:.25rem}.product-description[data-v-e831bf9d]{color:#666;font-size:.9rem}.price-estimate[data-v-e831bf9d]{background:#e8f5e9;padding:1rem;border-radius:8px;margin-bottom:2rem}.estimate-text[data-v-e831bf9d]{color:#2e7d32;margin-bottom:.5rem}.price-range[data-v-e831bf9d]{font-size:1.2rem;font-weight:600;color:#2e7d32;margin-bottom:.5rem}.price-note[data-v-e831bf9d]{font-size:.9rem;color:#666;display:flex;align-items:center;gap:.5rem}.special-offers[data-v-e831bf9d]{margin-bottom:2rem}.special-offers h3[data-v-e831bf9d]{font-size:1.2rem;color:#333;margin-bottom:1rem}.offer-options[data-v-e831bf9d]{display:flex;flex-direction:column;gap:1rem}.offer-option[data-v-e831bf9d]{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease}.offer-option.selected[data-v-e831bf9d]{border-color:var(--primary-blue);background:#f5f9ff}.offer-option input[data-v-e831bf9d]{display:none}.offer-check[data-v-e831bf9d]{color:#999}.selected-icon[data-v-e831bf9d]{color:var(--primary-blue)}.action-buttons[data-v-e831bf9d]{display:flex;flex-direction:column;gap:1rem}.continue-button[data-v-e831bf9d]{background:var(--primary-blue);color:#fff;padding:1rem;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}.continue-button[data-v-e831bf9d]:disabled{opacity:.7;cursor:not-allowed}.check-others-button[data-v-e831bf9d]{background:none;border:none;color:var(--primary-blue);font-weight:500;cursor:pointer}@media (max-width: 768px){.step-content[data-v-e831bf9d]{padding:1rem}}.step-content[data-v-be7c804f]{padding:2rem;background:#f8f9fa}.booking-form[data-v-be7c804f]{background:#fff;border-radius:12px;padding:2rem;max-width:600px;margin:0 auto;box-shadow:0 2px 10px #0000001a}.form-title[data-v-be7c804f]{color:var(--primary-blue);font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.summary-box[data-v-be7c804f]{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.summary-row[data-v-be7c804f]{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #eee}.summary-row[data-v-be7c804f]:last-child{border-bottom:none}.label[data-v-be7c804f]{color:#666}.value[data-v-be7c804f]{font-weight:500;color:#333}.value.highlight[data-v-be7c804f]{color:var(--primary-blue);font-weight:600}.form-group[data-v-be7c804f]{margin-bottom:1.5rem}.form-group label[data-v-be7c804f]{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.input-wrapper[data-v-be7c804f]{position:relative}.input-icon[data-v-be7c804f]{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666}.form-group input[data-v-be7c804f],.form-group select[data-v-be7c804f]{width:100%;padding:.8rem 1rem .8rem 2.5rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input[data-v-be7c804f]:focus,.form-group select[data-v-be7c804f]:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #258cfa1a;outline:none}.error[data-v-be7c804f]{border-color:#dc3545!important}.error-message[data-v-be7c804f]{color:#dc3545;font-size:.875rem;margin-top:.25rem}.submit-button[data-v-be7c804f]{width:100%;padding:1rem;background:var(--primary-blue);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.submit-button[data-v-be7c804f]:hover:not(:disabled){background:var(--secondary-blue);transform:translateY(-2px);box-shadow:0 4px 12px #258cfa33}.submit-button[data-v-be7c804f]:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.step-content[data-v-be7c804f]{padding:1rem}.booking-form[data-v-be7c804f]{padding:1.5rem}}.simulasi-section[data-v-cfdc2a30]{padding:2rem;background:#f5f7fa;min-height:100vh}.simulasi-container[data-v-cfdc2a30]{max-width:1200px;margin:0 auto}.simulasi-header[data-v-cfdc2a30]{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.back-button[data-v-cfdc2a30]{background:none;border:none;color:#333;font-size:1.2rem;cursor:pointer;padding:.5rem;transition:transform .3s ease}.back-button[data-v-cfdc2a30]:hover{transform:translate(-5px)}.simulasi-header h1[data-v-cfdc2a30]{font-size:1.5rem;color:#333}.panduan-button[data-v-cfdc2a30]{display:flex;align-items:center;gap:.5rem;color:var(--primary-blue);text-decoration:none;font-size:.9rem}.progress-steps[data-v-cfdc2a30]{display:flex;justify-content:space-between;margin:3rem 0;position:relative}.progress-steps[data-v-cfdc2a30]:before{content:"";position:absolute;top:15px;left:0;right:0;height:2px;background:#e0e0e0;z-index:1}.step[data-v-cfdc2a30]{position:relative;z-index:2;text-align:center}.step-number[data-v-cfdc2a30]{width:32px;height:32px;background:#fff;border:2px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;font-weight:500;transition:all .3s ease}.step.active .step-number[data-v-cfdc2a30]{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.step p[data-v-cfdc2a30]{color:#666;font-size:.9rem}.step.active p[data-v-cfdc2a30]{color:var(--primary-blue);font-weight:500}@media (max-width: 768px){.simulasi-section[data-v-cfdc2a30]{padding:1rem}.simulasi-header h1[data-v-cfdc2a30]{font-size:1.2rem}.progress-steps[data-v-cfdc2a30]{margin:2rem 0}.step p[data-v-cfdc2a30],.panduan-button[data-v-cfdc2a30]{font-size:.8rem}}@media (max-width: 480px){.step-number[data-v-cfdc2a30]{width:28px;height:28px;font-size:.9rem}.progress-steps[data-v-cfdc2a30]:before{top:13px}}.cards[data-v-93965449]{min-width:300px;max-width:350px;padding:1rem}.location-card[data-v-93965449]{background:#eef8ff;border-radius:2px;padding:1rem;display:flex;text-align:left}.location-card[data-v-93965449]:hover{transform:translateY(-5px)}.location-info h3[data-v-93965449]{color:var(--primary-blue);font-size:1.2rem;margin-bottom:1rem}.location-info[data-v-93965449]{padding:0 0 0 .75rem}.location-detail[data-v-93965449]{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.8rem}.location-detail svg[data-v-93965449]{color:var(--primary-blue);margin-top:4px}.location-detail p[data-v-93965449]{color:#666;line-height:1.4}.location-actions[data-v-93965449]{margin-top:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.map-button[data-v-93965449],.direction-button[data-v-93965449]{padding:.8rem;border-radius:6px;text-align:center;text-decoration:none;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;cursor:pointer}.map-button[data-v-93965449]{background:var(--primary-blue);color:#fff;border:none}.direction-button[data-v-93965449]{background:#fff;color:var(--primary-blue);border:1px solid var(--primary-blue)}.map-button[data-v-93965449]:hover,.direction-button[data-v-93965449]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-action[data-v-93965449]{background:var(--primary-blue);height:40px;display:flex;color:#fff;width:100%;text-align:center;font-size:11.1px;font-weight:600;line-height:1.2rem;cursor:pointer}.btn-contact[data-v-93965449],.btn-maps[data-v-93965449]{width:100%;padding:.75rem}.btn-contact[data-v-93965449]{border-right:1px solid white}.tags-section[data-v-93965449]{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;justify-content:center}.tags-section>div[data-v-93965449]{color:#fff;padding:0 2px;border-radius:20px;font-size:7px;text-align:center;white-space:nowrap;display:inline-block;background-color:var(--tag-color, #ccc)}.tag1[data-v-93965449]{--tag-color: #318ccc}.tag2[data-v-93965449]{--tag-color: #00bf63}.tag3[data-v-93965449]{--tag-color: #ff914d}.hero-section[data-v-4ea13729]{background-image:url(/assets/herolocation-B6ZYSm3H.png);background-size:cover;background-position:center;color:#fff;text-align:left;padding:5rem 2rem;position:relative}.hero-content[data-v-4ea13729]{position:relative;z-index:1}.hero-section[data-v-4ea13729]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.location-section[data-v-4ea13729]{padding:3rem 2rem;background:#fff;min-height:100vh;text-align:center;font-size:12px;font-weight:100;line-height:1.2rem;justify-items:center;margin-bottom:3rem}.location-container[data-v-4ea13729]{max-width:1200px;margin:0 auto;justify-items:center}.location-container h2[data-v-4ea13729]{font-size:12px}.location-header[data-v-4ea13729]{text-align:center;margin-bottom:3rem}.location-header h1[data-v-4ea13729]{color:var(--primary-blue);font-size:2.5rem;margin-bottom:1.5rem}.search-container[data-v-4ea13729]{display:flex;justify-content:center;margin-bottom:2rem;border:1px solid #f0f0f0;max-width:800px;width:100%;padding:.5rem;border-radius:10px}.search-input[data-v-4ea13729]{padding:.5rem;border:1px solid #ccc;border-radius:5px;width:100%;max-width:800px}.search-button[data-v-4ea13729]{padding:.5rem 1rem;border:1px solid #ccc;border-left:none;background-color:#318ccc;color:#fff;border-radius:5px;cursor:pointer;margin-left:5px}.location-grid[data-v-4ea13729]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (min-width: 768px){.location-grid[data-v-4ea13729]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.location-grid[data-v-4ea13729]{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.location-section[data-v-4ea13729]{padding:2rem 1rem}.location-header h1[data-v-4ea13729]{font-size:2rem}.location-grid[data-v-4ea13729]{grid-template-columns:1fr}}.hero-about[data-v-12731709]{background:linear-gradient(#4286d8,#0e267b);color:#fff;padding:2rem;height:auto}.about-content[data-v-12731709]{display:flex;width:100%;justify-content:space-between}.about-left[data-v-12731709]{width:70%}.about-right[data-v-12731709]{width:30%}.content-left[data-v-12731709],.about-left[data-v-12731709]{max-width:500px;margin-bottom:2rem;width:100%}.content-left p[data-v-12731709]{font-size:14px;line-height:1.2rem}.content-left h2[data-v-12731709]{font-size:31px}.content-left[data-v-12731709],.about-left[data-v-12731709],.vision p[data-v-12731709]{font-weight:100;gap:.5rem;font-size:11px}.about-left[data-v-12731709],.vision[data-v-12731709]{color:#1d4678}.about-left p[data-v-12731709]{font-size:14px;line-height:1.2rem}.about-left h2[data-v-12731709]{margin-bottom:1rem;font-size:35px}.about-left ul[data-v-12731709]{margin-left:1rem}.content-left h2[data-v-12731709]{margin-bottom:1rem}.content-right[data-v-12731709],.about-right[data-v-12731709]{max-width:600px;width:100%}.responsive-image[data-v-12731709]{width:100%;max-width:100vw;border-radius:5px}.video-thumbnail[data-v-12731709]{max-width:80vw;width:100%;border:5px solid #e0ddd5;border-radius:5px;height:315}.history[data-v-12731709]{padding:2rem;border-bottom:1px solid #f5f5f5}.vision[data-v-12731709]{padding:2rem;font-size:14px;font-weight:100}.vision p[data-v-12731709]{font-size:14px;font-weight:100}.vision ul[data-v-12731709]{margin-left:1rem}.vision h2[data-v-12731709]{text-align:center}.vision-title[data-v-12731709]{font-size:16px;font-weight:600;margin:10px 0 5px}.feature-grid[data-v-12731709]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:center;margin-top:2rem}.feature[data-v-12731709]{padding:2rem;background:linear-gradient(#4286d8,#0e267b);border-radius:8px;color:#fff;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.feature-grid h2[data-v-12731709]{margin-bottom:1rem}.feature ul[data-v-12731709]{list-style:none;padding-left:0;text-align:left;font-weight:100;gap:.5rem;margin-top:2rem;font-size:11px}.feature ul li[data-v-12731709]{margin-bottom:.5rem}.responsive-video[data-v-12731709]{width:100%;max-width:600px;border-radius:10px;margin:0 auto;border:5px solid #e0ddd5}@media (min-width: 768px){.content-left[data-v-12731709],.about-left[data-v-12731709],.content-right[data-v-12731709]{flex:1;margin:0 1rem;max-width:-webkit-fill-available}.about-left[data-v-12731709]{padding-right:4rem}}@media (max-width:768px){.about-content[data-v-12731709]{display:block}}.hero-section[data-v-6bd59762]{background-image:url(/assets/herokarir-jIaghJUv.png);background-size:cover;background-position:center;color:#fff;text-align:left;padding:5rem 2rem;position:relative}.hero-content[data-v-6bd59762]{position:relative;z-index:1}.hero-section[data-v-6bd59762]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.info-section[data-v-6bd59762]{background:linear-gradient(90deg,#318ccc,#a5daff);padding:2rem;color:#fff;text-align:-webkit-center}.info-box h2[data-v-6bd59762]{font-size:20px;font-weight:100}.info-box p[data-v-6bd59762]{font-size:15px;margin-top:2rem;font-weight:100;max-width:60%;line-height:1.2rem}.email-contact[data-v-6bd59762]{padding:.5rem 1.5rem;border-radius:20px;display:inline-block;margin-top:1rem;border:1px solid #f0f0f0;color:#1d4678;font-size:15px;font-weight:100;background-color:#fff}.email-contact a[data-v-6bd59762]{color:#1d4678;text-decoration:none}.tiktok-section[data-v-6bd59762]{background:url(/assets/bgkarir-mtwJleJ7.png) no-repeat center center;background-size:cover;padding:4rem;text-align:center;display:flex}.tiktok-container[data-v-6bd59762]{width:100%}.responsive-video[data-v-6bd59762]{width:100%;max-width:600px;border-radius:10px;margin:0 auto;border:5px solid #e0ddd5}.info-sections[data-v-6bd59762]{color:#fff;text-align:left;align-content:center;padding:2rem}.info-sections p[data-v-6bd59762]{margin-bottom:1rem;width:100%;max-width:500px}.karir-section[data-v-6bd59762]{padding:3rem 2rem;background:#fff;text-align:center;font-size:14px;line-height:1.6rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem}.karir-section h2[data-v-6bd59762]{font-size:12px}.search-container[data-v-6bd59762]{display:flex;justify-content:center;margin-bottom:2rem;border:1px solid #f0f0f0;max-width:800px;width:100%;padding:.5rem;border-radius:10px}.search-input[data-v-6bd59762]{padding:.5rem;border:1px solid #ccc;border-radius:5px;width:100%;max-width:800px}.search-button[data-v-6bd59762]{padding:.5rem 1rem;border:1px solid #ccc;border-left:none;background-color:#318ccc;color:#fff;border-radius:5px;cursor:pointer;margin-left:5px}.table-wrapper[data-v-6bd59762]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.job-table[data-v-6bd59762]{width:100%;border-collapse:collapse;min-width:600px}.job-table th[data-v-6bd59762],.job-table td[data-v-6bd59762]{border:1px solid #ddd;padding:.75rem;text-align:center;white-space:nowrap}.job-table th[data-v-6bd59762]{background-color:var(--primary-blue);color:#fff}@media (max-width: 768px){.table-wrapper[data-v-6bd59762]{margin-bottom:1.5rem}.job-table[data-v-6bd59762]{min-width:400px}.tiktok-container[data-v-6bd59762]{display:block;justify-content:center;align-items:center}.tiktok-section[data-v-6bd59762]{display:block;padding:2rem}.email-contact[data-v-6bd59762]{padding:.25rem 1rem;border-radius:20px;display:inline-block;margin-top:1rem;border:1px solid #f0f0f0;color:#1d4678;font-size:11px;font-weight:100;background-color:#fff}}[data-v-f3299f5c]{box-sizing:border-box}body[data-v-f3299f5c]{margin:0;padding:0;overflow-x:hidden}.hero-section[data-v-f3299f5c]{background:linear-gradient(#4286d8,#0e267b);color:#fff;padding:2rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:left;min-height:300px}.hero-img img[data-v-f3299f5c]{max-width:100%;height:auto}@media (max-width: 768px){.hero-section[data-v-f3299f5c]{flex-direction:column}.hero-img[data-v-f3299f5c]{order:-1;margin-bottom:1rem}.hero-contents h2[data-v-f3299f5c]{font-size:24px}.hero-contents p[data-v-f3299f5c]{font-size:13px}.cta-button[data-v-f3299f5c]{font-size:12px;padding:.4rem .8rem}}.cta-button[data-v-f3299f5c]{background-color:#4286d8;color:#fff;padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;font-size:13px}.cta-button[data-v-f3299f5c]:hover{background-color:#e0e0e0}.info-section[data-v-f3299f5c]{background:linear-gradient(90deg,#318ccc,#a5daff);padding:2rem;color:#fff}.info-box h2[data-v-f3299f5c]{font-size:17px}.info-box p[data-v-f3299f5c]{font-size:11px;margin-top:1rem;font-weight:100;max-width:60%;line-height:1.2rem}.hero-contents h2[data-v-f3299f5c]{font-size:31px}.hero-contents p[data-v-f3299f5c]{font-size:15px;margin-top:1rem;font-weight:100;line-height:1.2rem}.hero-contents button[data-v-f3299f5c]{margin-top:20px}.products-section[data-v-f3299f5c]{padding:2rem}.product-grid[data-v-f3299f5c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;padding:2rem}.product-item[data-v-f3299f5c]{border-radius:8px;text-align:center;font-size:11px;font-weight:100;line-height:1.2rem}.product-item img[data-v-f3299f5c]{display:block;margin:0 auto}.req-session[data-v-f3299f5c]{display:flex;width:100%;font-size:11px}.product[data-v-f3299f5c]{width:100%;border-right:1px solid #f5f5f5}.requiere[data-v-f3299f5c]{width:100%;padding-left:1.5rem}.requirements[data-v-f3299f5c]{margin-bottom:50px}.requirements h3[data-v-f3299f5c]{font-size:15px;color:#318ccc}.requirements h2[data-v-f3299f5c]{font-size:20px}.requirements ul[data-v-f3299f5c]{font-size:12px;color:#1d4678;line-height:1.2rem;font-weight:100;margin:10px 0 0 15px}.chatwa[data-v-f3299f5c]{background-color:#d9efff;border-radius:10px;width:90%;margin:1rem;padding:1rem;display:flex;color:#1d4678;position:relative}.chatwa img[data-v-f3299f5c]{margin-top:40px}.chatwa h3[data-v-f3299f5c]{margin-top:20px}.chatwa p[data-v-f3299f5c]{margin-top:10px;font-size:11px;font-weight:100;line-height:1rem}.chatwa button[data-v-f3299f5c]{position:absolute;bottom:20px;right:20px}.faq-section[data-v-f3299f5c]{display:flex;padding:2rem}.faq[data-v-f3299f5c],.faq-image[data-v-f3299f5c]{width:100%}.faq-image[data-v-f3299f5c]{padding:2rem;text-align:right}.faq h3[data-v-f3299f5c]{margin:10px 0}.faq h2[data-v-f3299f5c]{color:#318ccc}.faq-item[data-v-f3299f5c]{margin-bottom:1rem;border:1px solid #eef8ff;border-radius:5px;padding:1rem;background-color:#eef8ff}.faq-question[data-v-f3299f5c]{display:flex;justify-content:space-between;cursor:pointer}.faq-answer[data-v-f3299f5c]{margin-top:.5rem}@media (max-width: 337px){.chatwa[data-v-f3299f5c]{position:relative;height:220px}}@media (max-width: 768px){.product[data-v-f3299f5c]{border:none}.req-session[data-v-f3299f5c]{display:block}.requiere[data-v-f3299f5c]{margin-top:5rem}.faq-section[data-v-f3299f5c]{padding:2rem;display:block}.faq-image img[data-v-f3299f5c]{width:100%}.requiere[data-v-f3299f5c]{margin-bottom:0}.requirements[data-v-f3299f5c]{margin-bottom:30px}}[data-v-d1d9691c]{box-sizing:border-box}body[data-v-d1d9691c]{margin:0;padding:0;overflow-x:hidden}.hero-section[data-v-d1d9691c]{background:linear-gradient(#4286d8,#0e267b);color:#fff;padding:2rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:left;min-height:300px}.hero-img img[data-v-d1d9691c]{max-width:100%;height:auto}.hero-contents h2[data-v-d1d9691c]{font-size:31px}.hero-contents p[data-v-d1d9691c]{font-size:15px;margin-top:1rem;font-weight:100;line-height:1.2rem}.hero-contents button[data-v-d1d9691c]{margin-top:20px}.cta-button[data-v-d1d9691c]{background-color:#4286d8;color:#fff;padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;font-size:13px}.cta-button[data-v-d1d9691c]:hover{background-color:#e0e0e0}@media (max-width: 768px){.hero-section[data-v-d1d9691c]{flex-direction:column}.hero-img[data-v-d1d9691c]{order:-1;margin-bottom:1rem}.hero-contents h2[data-v-d1d9691c]{font-size:24px}.hero-contents p[data-v-d1d9691c]{font-size:13px}.cta-button[data-v-d1d9691c]{font-size:12px;padding:.4rem .8rem}}.info-section[data-v-d1d9691c]{background:linear-gradient(90deg,#318ccc,#a5daff);padding:2rem;color:#fff}.info-box h2[data-v-d1d9691c]{font-size:17px}.info-box p[data-v-d1d9691c]{font-size:11px;margin-top:1rem;font-weight:100;max-width:60%;line-height:1.2rem}.products-section[data-v-d1d9691c]{padding:2rem}.product-grid[data-v-d1d9691c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:2rem}.product-item[data-v-d1d9691c]{border-radius:8px;text-align:center;font-size:11px;font-weight:100;line-height:1.2rem}.product-item img[data-v-d1d9691c]{display:block;margin:0 auto}.req-session[data-v-d1d9691c]{display:flex;width:100%;font-size:11px}.product[data-v-d1d9691c]{width:100%;border-right:1px solid #f5f5f5}.requiere[data-v-d1d9691c]{width:100%;padding-left:1.5rem}.requirements[data-v-d1d9691c]{margin-bottom:50px}.requirements h3[data-v-d1d9691c]{font-size:15px;color:#318ccc}.requirements h2[data-v-d1d9691c]{font-size:20px}.requirements ul[data-v-d1d9691c]{font-size:12px;color:#1d4678;line-height:1.2rem;font-weight:100;margin:10px 0 0 15px}.chatwa[data-v-d1d9691c]{background-color:#d9efff;border-radius:10px;width:90%;margin:1rem;padding:1rem;display:flex;color:#1d4678;position:relative}.chatwa img[data-v-d1d9691c]{margin-top:40px}.chatwa h3[data-v-d1d9691c]{margin-top:20px}.chatwa p[data-v-d1d9691c]{margin-top:10px;font-size:11px;font-weight:100;line-height:1rem}.chatwa button[data-v-d1d9691c]{position:absolute;bottom:20px;right:20px}.faq-section[data-v-d1d9691c]{display:flex;padding:2rem}.faq[data-v-d1d9691c],.faq-image[data-v-d1d9691c]{width:100%}.faq-image[data-v-d1d9691c]{padding:2rem;text-align:right}.faq h3[data-v-d1d9691c]{margin:10px 0}.faq h2[data-v-d1d9691c]{color:#318ccc}.faq-item[data-v-d1d9691c]{margin-bottom:1rem;border:1px solid #eef8ff;border-radius:5px;padding:1rem;background-color:#eef8ff}.faq-question[data-v-d1d9691c]{display:flex;justify-content:space-between;cursor:pointer}.faq-answer[data-v-d1d9691c]{margin-top:.5rem}@media (max-width: 337px){.chatwa[data-v-d1d9691c]{position:relative;height:220px}}@media (max-width: 768px){.product[data-v-d1d9691c]{border:none}.req-session[data-v-d1d9691c]{display:block}.requiere[data-v-d1d9691c]{margin-top:5rem}.faq-section[data-v-d1d9691c]{padding:2rem;display:block}.faq-image img[data-v-d1d9691c]{width:100%}.requiere[data-v-d1d9691c]{margin-bottom:0}.requirements[data-v-d1d9691c]{margin-bottom:30px}}[data-v-864fda37]{box-sizing:border-box}body[data-v-864fda37]{margin:0;padding:0;overflow-x:hidden}.hero-section[data-v-864fda37]{background:linear-gradient(#4286d8,#0e267b);color:#fff;padding:2rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:left;min-height:300px}.hero-img img[data-v-864fda37]{max-width:100%;height:auto}@media (max-width: 768px){.hero-section[data-v-864fda37]{flex-direction:column}.hero-img[data-v-864fda37]{order:-1;margin-bottom:1rem}.hero-contents h2[data-v-864fda37]{font-size:24px}.hero-contents p[data-v-864fda37]{font-size:13px}.cta-button[data-v-864fda37]{font-size:12px;padding:.4rem .8rem}}.cta-button[data-v-864fda37]{background-color:#4286d8;color:#fff;padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;font-size:13px}.cta-button[data-v-864fda37]:hover{background-color:#e0e0e0}.info-section[data-v-864fda37]{background:linear-gradient(90deg,#318ccc,#a5daff);padding:2rem;color:#fff}.info-box h2[data-v-864fda37]{font-size:17px}.info-box p[data-v-864fda37]{font-size:11px;margin-top:1rem;font-weight:100;max-width:60%;line-height:1.2rem}.hero-contents h2[data-v-864fda37]{font-size:31px}.hero-contents p[data-v-864fda37]{font-size:15px;margin-top:1rem;font-weight:100;line-height:1.2rem}.hero-contents button[data-v-864fda37]{margin-top:20px}.products-section[data-v-864fda37]{padding:2rem}.product-grid[data-v-864fda37]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:2rem}.product-item[data-v-864fda37]{border-radius:8px;text-align:center;font-size:11px;font-weight:100;line-height:1.2rem}.product-item img[data-v-864fda37]{display:block;margin:0 auto}.req-session[data-v-864fda37]{display:flex;width:100%;font-size:11px}.product[data-v-864fda37]{width:100%;border-right:1px solid #f5f5f5}.requiere[data-v-864fda37]{width:100%;padding-left:1.5rem}.requirements[data-v-864fda37]{margin-bottom:50px}.requirements h3[data-v-864fda37]{font-size:15px;color:#318ccc}.requirements h2[data-v-864fda37]{font-size:20px}.requirements ul[data-v-864fda37]{font-size:12px;color:#1d4678;line-height:1.2rem;font-weight:100;margin:10px 0 0 15px}.chatwa[data-v-864fda37]{background-color:#d9efff;border-radius:10px;width:90%;margin:1rem;padding:1rem;display:flex;color:#1d4678;position:relative}.chatwa img[data-v-864fda37]{margin-top:40px}.chatwa h3[data-v-864fda37]{margin-top:20px}.chatwa p[data-v-864fda37]{margin-top:10px;font-size:11px;font-weight:100;line-height:1rem}.chatwa button[data-v-864fda37]{position:absolute;bottom:20px;right:20px}.faq-section[data-v-864fda37]{display:flex;padding:2rem}.faq[data-v-864fda37],.faq-image[data-v-864fda37]{width:100%}.faq-image[data-v-864fda37]{padding:2rem;text-align:right}.faq h3[data-v-864fda37]{margin:10px 0}.faq h2[data-v-864fda37]{color:#318ccc}.faq-item[data-v-864fda37]{margin-bottom:1rem;border:1px solid #eef8ff;border-radius:5px;padding:1rem;background-color:#eef8ff}.faq-question[data-v-864fda37]{display:flex;justify-content:space-between;cursor:pointer}.faq-answer[data-v-864fda37]{margin-top:.5rem}@media (max-width: 337px){.chatwa[data-v-864fda37]{position:relative;height:220px}}@media (max-width: 768px){.product[data-v-864fda37]{border:none}.req-session[data-v-864fda37]{display:block}.requiere[data-v-864fda37]{margin-top:5rem}.faq-section[data-v-864fda37]{padding:2rem;display:block}.faq-image img[data-v-864fda37]{width:100%}.requiere[data-v-864fda37]{margin-bottom:0}.requirements[data-v-864fda37]{margin-bottom:30px}}.hero-section[data-v-7dd0ff44]{background:linear-gradient(#4286d8,#0e267b);color:#fff;padding:2rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:left;min-height:300px}.hero-img img[data-v-7dd0ff44]{max-width:100%;height:auto}.hero-contents h2[data-v-7dd0ff44]{font-size:31px}.hero-contents p[data-v-7dd0ff44]{font-size:15px;margin-top:1rem;font-weight:100;line-height:1.2rem}.hero-contents button[data-v-7dd0ff44]{margin-top:20px}.gaol[data-v-7dd0ff44]{margin-top:5rem}.gaol-icon[data-v-7dd0ff44]{display:flex}.gaol-icon img[data-v-7dd0ff44]{max-width:100%;height:100%;max-height:45px;margin-top:1rem;padding:1px;cursor:pointer}@media (max-width: 768px){.hero-section[data-v-7dd0ff44]{flex-direction:column}.hero-img[data-v-7dd0ff44]{order:-1;margin-bottom:1rem}.hero-contents h2[data-v-7dd0ff44]{font-size:24px}.hero-contents p[data-v-7dd0ff44]{font-size:13px}.cta-button[data-v-7dd0ff44]{font-size:12px;padding:.4rem .8rem}}.cta-button[data-v-7dd0ff44]{background-color:#4286d8;color:#fff;padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;font-size:13px;margin-top:2rem}.cta-button[data-v-7dd0ff44]:hover{background-color:#e0e0e0}.info-section[data-v-7dd0ff44]{background:linear-gradient(90deg,#318ccc,#a5daff);padding:2rem;color:#fff}.info-box h2[data-v-7dd0ff44]{font-size:17px}.info-box p[data-v-7dd0ff44]{font-size:11px;margin-top:1rem;font-weight:100;max-width:60%;line-height:1.2rem}.feature-section[data-v-7dd0ff44]{display:flex;text-align:left;background-color:#fff;flex-wrap:wrap}.responsive-video[data-v-7dd0ff44]{width:100%;max-width:600px;border-radius:10px;margin:0 auto;border:5px solid #e0ddd5;margin:1rem}.feature-img[data-v-7dd0ff44]{flex:1;display:flex;justify-content:center;align-items:center;max-width:800px;width:80%;background-image:url(/assets/gaolimg-Dw7YWa5h.png);background-size:cover;color:#fff;text-align:left;position:relative;min-height:600px}@media (max-width: 768px){.feature-img[data-v-7dd0ff44]{width:100%;height:auto;background-size:cover;background-position:center;min-height:500px}}.feature-img img[data-v-7dd0ff44]{max-width:100%;height:auto}.features[data-v-7dd0ff44]{flex:1;padding:2rem;text-align:left;background-color:#fff}.feature-item[data-v-7dd0ff44]{display:flex;align-items:center;gap:.5rem;width:48%;color:#1d4678;font-size:12px;font-weight:100;line-height:1.2rem;text-align:left}.feature-list[data-v-7dd0ff44]{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.feature-item img[data-v-7dd0ff44]{width:80px}.requirements[data-v-7dd0ff44]{margin:4rem 0;text-align:left}.features h2[data-v-7dd0ff44]{font-size:1.5rem;margin-bottom:1rem;font-size:15px;font-weight:600;line-height:1.2rem}.features h3[data-v-7dd0ff44]{font-size:1.2rem;margin-top:1rem}.features p[data-v-7dd0ff44]{margin-bottom:.5rem}.requirements h3[data-v-7dd0ff44]{font-size:15px;color:#318ccc;margin-bottom:.5rem}.requirements h2[data-v-7dd0ff44]{font-size:20px;color:#000;line-height:1.5rem;margin-bottom:1rem}.requirements ul[data-v-7dd0ff44]{font-size:12px;color:#1d4678;line-height:1.2rem;font-weight:100;margin:10px 0 0 15px}.faq-section[data-v-7dd0ff44]{display:flex;padding:2rem}.faq[data-v-7dd0ff44],.faq-image[data-v-7dd0ff44]{width:100%}.faq-image[data-v-7dd0ff44]{padding:2rem;text-align:right}.faq h3[data-v-7dd0ff44]{margin:10px 0}.faq h2[data-v-7dd0ff44]{color:#318ccc}.faq-item[data-v-7dd0ff44]{margin-bottom:1rem;border:1px solid #eef8ff;border-radius:5px;padding:1rem;background-color:#eef8ff}.faq-question[data-v-7dd0ff44]{display:flex;justify-content:space-between;cursor:pointer}.faq-answer[data-v-7dd0ff44]{margin-top:.5rem}@media (max-width: 768px){.feature-section[data-v-7dd0ff44]{flex-direction:column}.feature-item[data-v-7dd0ff44]{width:100%}.faq-section[data-v-7dd0ff44]{padding:2rem;display:block;margin-top:-4rem}.faq-image img[data-v-7dd0ff44]{width:100%}}.hero-section[data-v-c9a00753]{background:linear-gradient(#4286d8,#0e267b);color:#fff;padding:2rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:left;min-height:300px}.hero-img img[data-v-c9a00753]{max-width:100%;height:auto}.hero-contents h2[data-v-c9a00753]{font-size:31px}.hero-contents p[data-v-c9a00753]{font-size:15px;margin-top:1rem;font-weight:100;line-height:1.2rem}.hero-contents button[data-v-c9a00753]{margin-top:20px}@media (max-width: 768px){.hero-section[data-v-c9a00753]{flex-direction:column}.hero-img[data-v-c9a00753]{order:-1;margin-bottom:1rem}.hero-contents h2[data-v-c9a00753]{font-size:24px}.hero-contents p[data-v-c9a00753]{font-size:13px}.cta-button[data-v-c9a00753]{font-size:12px;padding:.4rem .8rem}}.cta-button[data-v-c9a00753]{background-color:#4286d8;color:#fff;padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;font-size:13px;margin-top:2rem}.cta-button[data-v-c9a00753]:hover{background-color:#e0e0e0}.info-section[data-v-c9a00753]{background:linear-gradient(90deg,#318ccc,#a5daff);padding:2rem;color:#fff}.info-box h2[data-v-c9a00753]{font-size:17px}.info-box p[data-v-c9a00753]{font-size:11px;margin-top:1rem;font-weight:100;max-width:60%;line-height:1.2rem}.content[data-v-c9a00753],.content-text[data-v-c9a00753]{display:flex}.content-text[data-v-c9a00753]{margin-top:1rem}.content-text img[data-v-c9a00753]{width:100px;padding:.5rem}.content-text p[data-v-c9a00753]{padding:.25rem;font-size:12px}.feature-section[data-v-c9a00753]{display:flex;text-align:left;background-color:#fff;flex-wrap:wrap}.feature-img[data-v-c9a00753]{flex:1;display:flex;justify-content:center;align-items:center;max-width:800px;width:80%;background-image:url(/assets/chatimg-CKoOuIrH.jpg);background-size:cover;color:#fff;text-align:left;position:relative;min-height:600px}.chat-button[data-v-c9a00753]{position:absolute;bottom:5rem;left:50%;transform:translate(-50%)}.chat-now-btn[data-v-c9a00753]{display:flex;align-items:center;gap:8px;padding:12px 20px;background-color:#318ccc;color:#fff;border:none;border-radius:10px;font-size:17px;font-weight:700;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:background-color .3s ease;bottom:4rem}.chat-now-btn[data-v-c9a00753]:hover{background-color:#1eb249}.chat-icon[data-v-c9a00753]{width:40px;margin-left:1rem}@media (max-width: 768px){.feature-img[data-v-c9a00753]{width:100%;height:auto;background-size:cover;background-position:center;min-height:500px}.chat-now-btn[data-v-c9a00753]{font-size:15px;min-width:200px}.chat-icon[data-v-c9a00753]{width:30px;margin-left:.5rem}}.feature-img img[data-v-c9a00753]{max-width:100%;height:auto}.features[data-v-c9a00753]{flex:1;padding:2rem;text-align:left;background-color:#fff}.item-section[data-v-c9a00753]{margin-bottom:2.5rem}.item-section h1[data-v-c9a00753]{font-size:20px}.item-section h2[data-v-c9a00753]{font-size:15px;color:#318ccc;margin-bottom:-10px}.item-section p[data-v-c9a00753]{font-size:12px;font-weight:100}.texted[data-v-c9a00753]{font-size:12px;font-weight:100;margin:.5rem 0px}.feature-item[data-v-c9a00753]{display:flex;align-items:center;gap:.5rem;width:48%;color:#1d4678;font-size:12px;font-weight:100;line-height:1.2rem;text-align:left}.feature-list[data-v-c9a00753]{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.feature-item img[data-v-c9a00753]{width:80px}.requirements[data-v-c9a00753]{margin:4rem 0;text-align:left}.features h2[data-v-c9a00753]{font-size:1.5rem;margin-bottom:.25rem;font-size:15px;font-weight:600;line-height:1.2rem}.features h3[data-v-c9a00753]{font-size:1.2rem;margin-top:1rem}.features p[data-v-c9a00753]{margin-bottom:.5rem}.requirements h3[data-v-c9a00753]{font-size:15px;color:#318ccc;margin-bottom:.5rem}.requirements h2[data-v-c9a00753]{font-size:20px;color:#000;line-height:1.5rem;margin-bottom:1rem}.requirements ul[data-v-c9a00753]{font-size:12px;color:#1d4678;line-height:1.2rem;font-weight:100;margin:10px 0 0 15px}.faq-section[data-v-c9a00753]{display:flex;padding:2rem}.faq[data-v-c9a00753],.faq-image[data-v-c9a00753]{width:100%}.faq-image[data-v-c9a00753]{padding:2rem;text-align:right}.faq h3[data-v-c9a00753]{margin:10px 0}.faq h2[data-v-c9a00753]{color:#318ccc}.faq-item[data-v-c9a00753]{margin-bottom:1rem;border:1px solid #eef8ff;border-radius:5px;padding:1rem;background-color:#eef8ff}.faq-question[data-v-c9a00753]{display:flex;justify-content:space-between;cursor:pointer}.faq-answer[data-v-c9a00753]{margin-top:.5rem}@media (max-width: 768px){.feature-section[data-v-c9a00753]{flex-direction:column}.feature-item[data-v-c9a00753]{width:100%}.faq-section[data-v-c9a00753]{padding:2rem;display:block}.faq-image img[data-v-c9a00753]{width:100%}.content[data-v-c9a00753]{display:block}}.privacy-policy{padding:4rem 15rem;text-align:center;font-weight:100;line-height:1.4rem}.content ul{margin-left:2rem;font-size:14px;margin-bottom:.75rem}.privacy-policy{padding:4rem 15rem;text-align:center;font-weight:100;line-height:1.4rem;margin-bottom:4rem}.privacy-policy h1{color:var(--primary-blue);margin-bottom:4rem;line-height:2rem}.privacy-policy h2{font-size:14px}.content{text-align:left}.content p{margin-bottom:1rem;font-size:14px}.content ol{margin-left:2rem;font-size:14px;margin-bottom:.75rem}@media (max-width: 768px){.privacy-policy{padding:3rem 2rem}}@font-face{font-family:Gotham;font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box;font-family:Gotham,sans-serif}html,body{overflow-x:hidden;width:100%}:root{--primary-blue: #224172;--secondary-blue: #1780ef;--accent-gold: #FFD700;--white-bar:#ffffff}.btn-login{background:transparent;border:1px solid white;color:#fff}.btn-login:hover{background:#ffffff1a}.btn-register{background:var(--accent-gold);border:none;color:var(--primary-blue)}.btn-register:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0003}.hero{background:linear-gradient(#4286d8,#0e267b);background-size:cover;background-position:center;min-height:80vh;align-items:center;justify-content:center;text-align:center;color:#fff;padding-top:60px;display:flex}.hero-content{max-width:800px;padding:0 20px}.hero-img{right:0}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-button{background:#318ccc;color:#fff;padding:1rem 2rem;border:none;border-radius:20px;font-size:1.1rem;cursor:pointer;transition:all .3s ease;z-index:auto;font-weight:600}.cta-button:hover{transform:translateY(-3px);z-index:1000;box-shadow:0 4px 12px #0003}.services{padding:5rem 5%;text-align:center;background:#fff}.services h2{color:var(--primary-blue);font-size:35px;margin-bottom:3rem}.service-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:0 20px}.card{padding:2rem;border-radius:8px;transition:transform .3s ease;background:#fff}.card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #00000026}.card i{font-size:2.5rem;color:var(--primary-blue);margin-bottom:2rem}.card h3{color:var(--primary-blue);margin-bottom:1rem}.card p{color:var(--primary-blue);font-weight:100;font-size:12px;margin-bottom:1.5rem}.learn-more{color:var(--primary-blue);text-decoration:none;font-weight:500;transition:color .3s ease}.learn-more:hover{color:var(--secondary-blue)}.features{padding:5rem 2rem;text-align:center;background:#f5f5f5}.features h2{color:#224172;font-size:35px;margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{padding:2rem;background:linear-gradient(#4286d8,#0e267b);border-radius:8px;color:#fff;box-shadow:0 2px 10px #0000001a}.feature i{font-size:2.5rem;color:#fff;margin-bottom:3rem}.feature h3{color:#fff;margin-bottom:1rem;margin-top:1rem}.feature p{color:#fff;font-weight:100;font-size:12px}.calculator{padding:5rem 5%;background:#f5f5f5}.calculator h2{color:var(--primary-blue);text-align:center;font-size:2.5rem;margin-bottom:3rem}.calc-container{max-width:600px;margin:0 auto;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group select,.form-group input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-group select:focus,.form-group input:focus{outline:none;border-color:var(--primary-blue)}.calc-button{background:var(--primary-blue);color:#fff;padding:1rem 2rem;border:none;border-radius:4px;width:100%;cursor:pointer;font-size:1rem;transition:all .3s ease}.calc-button:hover{background:var(--secondary-blue);transform:translateY(-2px)}.testimonials{padding:5rem 2rem;background:#f8f9fa;text-align:center}.testimonials h2{color:var(--primary-blue);font-size:35px;margin-bottom:1rem}.testimonials p{color:var(--primary-blue)}.testimonial-carousel{max-width:1200px;margin:0 auto;position:relative;overflow:hidden}.carousel-container{display:flex;transition:transform .5s ease}.testimonial-card{min-width:100%;padding:2rem}.testimonial-content{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 2px 15px #0000001a;display:flex;align-items:center;gap:2rem;text-align:left;max-width:800px;margin:0 auto}.testimonial-img{width:150px;height:150px;border-radius:10px;object-fit:cover}.testimonial-text h3{color:var(--primary-blue);margin-bottom:.5rem;font-size:1.2rem}.occupation{color:#666;font-size:.9rem;margin-bottom:1rem}blockquote{font-style:italic;color:#333;line-height:1.6;position:relative}blockquote:before{content:'"';font-size:4rem;color:var(--primary-blue);opacity:.2;position:absolute;left:-1.5rem;top:-1rem}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:10px;height:10px;border-radius:50%;background:#ccc;cursor:pointer;transition:background-color .3s ease}.dot.active{background:var(--primary-blue)}@media (max-width: 768px){.testimonial-content{flex-direction:column;text-align:center;padding:1.5rem}.testimonial-img{width:120px;height:120px}blockquote:before{left:0;top:-2rem}.hero{background:linear-gradient(#4286d8,#0e267b);background-size:cover;height:auto;align-items:center;justify-content:center;text-align:center;color:#fff;padding-top:60px;display:block}.hero-img img{width:300px}}footer{background:var(--primary-blue);color:#fff;padding:3rem 5% 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1.5rem;font-size:1.2rem;color:#fff}.footer-section p{line-height:1.6;opacity:.9}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:var(--accent-gold)}.footer-section i{margin-right:10px;color:var(--accent-gold)}.footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{opacity:.7;font-weight:100;font-size:12px}.menu-item{position:relative}.menu-trigger{display:flex;align-items:center;gap:5px}.menu-trigger i{font-size:.8em;transition:transform .3s ease}.mega-menu{position:absolute;top:100%;left:0;width:100vw;background:#fff;box-shadow:0 4px 15px #0000001a;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:1000;margin-top:10px}.mega-menu-content{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.menu-column{padding:1rem}.menu-item-link{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;text-decoration:none;color:#333;transition:all .3s ease}.menu-item-link:hover{background:#003c7e0d;transform:translateY(-2px);color:var(--primary-blue)}.menu-item-link i{font-size:1.5rem;color:var(--primary-blue);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#003c7e1a;border-radius:8px}.menu-item-info h3{font-size:1rem;margin-bottom:.25rem;color:var(--primary-blue)}.menu-item-info p{font-size:.85rem;color:#666}.menu-item:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.menu-item:hover .menu-trigger i{transform:rotate(180deg)}@media (max-width: 768px){.mega-menu-content{grid-template-columns:1fr;padding:1rem}.menu-column{padding:.5rem}.menu-item-link{padding:.75rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content,.card,.feature{animation:fadeIn 1s ease-out}@media (max-width: 768px){.nav-links{display:none}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.service-cards,.feature-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.nav-buttons{display:none}.calculator{padding:3rem 5%}.calc-container{padding:1.5rem}}.nav-links a:hover:after{width:100%}html{scroll-behavior:smooth}::selection{background:var(--primary-blue);color:#fff}.simulasi-gadai{background:linear-gradient(#4286d8,#0e267b);background-size:cover;background-position:center;color:#fff}.simulasi-content{max-width:1200px;margin:0 0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem}.simulasi-text{flex:1;padding:2rem}.simulasi-text h2{font-size:2.5rem;margin-bottom:1rem}.simulasi-text p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.simulasi-features li{align-items:center;margin-bottom:.5rem;font-size:14px;font-weight:100;margin-left:1rem}.simulasi-features i{color:var(--accent-gold)}.simulasi-button{display:inline-flex;align-items:center;gap:1rem;background:var(--accent-gold);color:var(--primary-blue);padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;cursor:pointer}.simulasi-button:hover{transform:translateY(-3px);box-shadow:0 4px 15px #0003;cursor:pointer}.simulasi-button i{font-size:1.2rem}.simulasi-image{display:flex}.simulasi-image img{max-width:100%;height:auto}.simulasi-gadai{position:relative;overflow:hidden}.simulasi-left{display:flex;align-self:center;flex-direction:column;align-items:center;text-align:center;margin:0 auto;gap:10px;font-weight:100}.simulasi-left img{max-width:100%;height:auto}.simulasi-left h4,.simulasi-left p{margin:0}@media (max-width: 768px){.simulasi-left{width:100%;text-align:center;margin-left:2rem}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 480px){.simulasi-text h2{font-size:1.8rem}.simulasi-text p,.simulasi-features li{font-size:1rem}.simulasi-button{width:100%;justify-content:center}.simulasi-content{flex-direction:column;gap:2rem}}@media (min-width:1400px){.simulasi-text{margin-left:-10rem}}
