:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--text-xs: .85rem;--text-sm: 1rem;--text-md: 1.25rem;--text-lg: 1.5rem;--text-xl: 2rem;--text-xxl: 3rem}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}#app{width:100%;height:100vh;padding:0;text-align:center}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-md{font-size:var(--text-md)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-xxl{font-size:var(--text-xxl)}.text-xxs{font-size:.55rem}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header[data-v-5427957a]{background:#ffffffb3;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;width:80%;margin:0 auto;border-radius:30px;padding:0 2vw;box-sizing:border-box}.header-container[data-v-5427957a]{padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:80px;width:100%;box-sizing:border-box}.logo[data-v-5427957a]{display:flex;align-items:center;text-decoration:none;color:#4a90e2;font-size:1.5rem;font-weight:700}.logo-text[data-v-5427957a]{color:#4a90e2;margin-left:.5rem}.nav-menu[data-v-5427957a]{padding-left:3%;display:flex;align-items:center;list-style:none;gap:1.2rem;margin-right:2rem;position:relative}.nav-link[data-v-5427957a]{text-decoration:none;color:#444;font-weight:500;padding:.5rem 0rem;font-size:.7rem;transition:background .18s,color .18s,box-shadow .18s;white-space:nowrap;position:relative;cursor:pointer;border-radius:22px}.nav-link[data-v-5427957a]:hover,.nav-link.active>span[data-v-5427957a]{background:#f3f7fb;color:#222;box-shadow:0 2px 8px #4a90e214}.nav-link.active>span[data-v-5427957a]{font-weight:700;background:#e6f0fa;color:#357ab8;box-shadow:0 4px 16px #4a90e221}.nav-link.active>span[data-v-5427957a]:after{content:"";display:block;margin:.2em auto 0;width:24px;height:3px;border-radius:2px;background:linear-gradient(90deg,#4a90e2 60%,#357ab8);opacity:.18}.dropdown-list[data-v-5427957a]{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:10px;box-shadow:0 4px 16px #00000014;min-width:120px;z-index:10;padding:.5em 0;margin:0;list-style:none;text-align:left}.dropdown-list li[data-v-5427957a]{width:100%}.dropdown-list .router-link-exact-active[data-v-5427957a],.dropdown-list .selected[data-v-5427957a]{background:#e6f0fa;color:#357ab8;font-weight:600;border-radius:18px;box-shadow:0 2px 8px #4a90e212}.dropdown-list a[data-v-5427957a]{display:block;padding:.5em 1.2em;color:#333;text-decoration:none;transition:background .2s}.dropdown-list a[data-v-5427957a]:hover{background:#f3f7fb;color:#357ab8;border-radius:18px}.right-buttons[data-v-5427957a]{display:flex;align-items:center;gap:.7rem}.pay-bills-btn[data-v-5427957a]{background:#4a90e2;color:#fff;padding:.4em 1em;border-radius:30px;text-decoration:none;font-weight:600;font-size:.95rem;transition:background .2s;white-space:nowrap}.pay-bills-btn[data-v-5427957a]:hover{background:#357ab8}.language-switch[data-v-5427957a]{background:none;border:1px solid #4a90e2;color:#4a90e2;padding:.3em .8em;border-radius:30px;cursor:pointer;font-weight:500;font-size:.95rem;transition:background .2s,color .2s;white-space:nowrap}.language-switch[data-v-5427957a]:hover{background:#4a90e2;color:#fff}.agency-info-top[data-v-5427957a]{width:100%;text-align:center;padding:.5rem 1rem;background:#f9f9f9;color:#333;font-size:.9rem;border-bottom:1px solid #eaeaea;box-sizing:border-box}@media (max-width: 900px){.agency-info-top[data-v-5427957a]{font-size:.8rem;padding:.4rem .5rem}}.hamburger[data-v-5427957a]{display:none;background:#fffffff2;border:1px solid rgba(0,0,0,.1);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;cursor:pointer;z-index:10001;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001a}.hamburger[data-v-5427957a]:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:scale(1.05)}.hamburger span[data-v-5427957a]{display:block;width:24px;height:3px;margin:3px 0;background-color:#333;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.hamburger.active span[data-v-5427957a]:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active span[data-v-5427957a]:nth-child(2){opacity:0;transform:translate(-10px)}.hamburger.active span[data-v-5427957a]:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width: 900px){.header[data-v-5427957a]{width:100%;margin:0;border-radius:0}.header-container[data-v-5427957a]{padding:0 1rem}.nav-menu[data-v-5427957a]{display:none!important}.hamburger[data-v-5427957a]{display:flex}}.mobile-overlay[data-v-5427957a]{position:fixed;inset:0;background:#0009;z-index:9998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.overlay-fade-enter-active[data-v-5427957a],.overlay-fade-leave-active[data-v-5427957a]{transition:opacity .3s cubic-bezier(.4,0,.2,1)}.overlay-fade-enter-from[data-v-5427957a],.overlay-fade-leave-to[data-v-5427957a]{opacity:0}.mobile-nav-menu[data-v-5427957a]{position:fixed;left:0;right:0;bottom:0;max-height:85vh;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px #0003;z-index:9999;padding:0;padding-bottom:env(safe-area-inset-bottom);overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu-header[data-v-5427957a]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:10}.mobile-menu-header h3[data-v-5427957a]{margin:0;font-size:1.25rem;color:#333;font-weight:600}.close-btn[data-v-5427957a]{background:#f3f7fb;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#357ab8}.close-btn[data-v-5427957a]:hover{background:#e6f0fa;transform:scale(1.1)}.close-btn span[data-v-5427957a]{font-size:28px;line-height:1;font-weight:300}.mobile-menu-slide-enter-active[data-v-5427957a],.mobile-menu-slide-leave-active[data-v-5427957a]{transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-menu-slide-enter-from[data-v-5427957a],.mobile-menu-slide-leave-to[data-v-5427957a]{transform:translateY(100%)}.mobile-menu-slide-enter-to[data-v-5427957a],.mobile-menu-slide-leave-from[data-v-5427957a]{transform:translateY(0)}.mobile-nav-menu ul[data-v-5427957a]{list-style:none;padding:1rem 1.5rem 2rem;margin:0}.mobile-nav-menu li[data-v-5427957a]{margin-bottom:.5rem}.mobile-dropdown-btn[data-v-5427957a]{width:100%;background:#f3f7fb;border:none;color:#357ab8;font-weight:600;font-size:1rem;padding:.9em 1.2em;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d}.mobile-dropdown-btn[data-v-5427957a]:hover{background:#e6f0fa;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.mobile-dropdown-btn[data-v-5427957a]:active{transform:translateY(0)}.mobile-dropdown-btn .open[data-v-5427957a]{transform:rotate(180deg);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-dropdown-list[data-v-5427957a]{background:#e6f0fa;border-radius:12px;margin:.3rem 0 .5rem;padding:.3rem .5rem;text-align:left;animation:slideDown-5427957a .2s ease-out}@keyframes slideDown-5427957a{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-dropdown-list li[data-v-5427957a]{margin:.3rem 0}.mobile-dropdown-list a[data-v-5427957a]{color:#357ab8;font-weight:500;text-decoration:none;display:block;padding:.6em 1em;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1)}.mobile-dropdown-list a[data-v-5427957a]:hover{background:#dbeafe;transform:translate(4px)}.mobile-nav-menu .pay-bills-btn[data-v-5427957a]{margin-top:.5rem;text-align:center;font-size:.95rem;padding:.8em 1em;transition:all .2s cubic-bezier(.4,0,.2,1)}.mobile-nav-menu .pay-bills-btn[data-v-5427957a]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a90e24d}.mobile-nav-menu .language-switch[data-v-5427957a]{width:100%;margin-top:.5rem;padding:.8em 1em;font-size:.95rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.mobile-nav-menu .language-switch[data-v-5427957a]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a90e233}.mobile-buttons-row[data-v-5427957a]{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0 0}.mobile-buttons-row .pay-bills-btn[data-v-5427957a]{flex:1;margin-top:0!important;margin-bottom:0!important}@media (min-width: 901px){.mobile-nav-menu[data-v-5427957a],.hamburger[data-v-5427957a]{display:none!important}}.footer-container[data-v-d7d6e7b1]{background:#f9f9f9;padding:2rem 3rem;font-family:Arial,sans-serif;font-size:14px;color:#333;border-top:1px solid #ddd}.footer-content[data-v-d7d6e7b1]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.footer-section[data-v-d7d6e7b1]{flex:1;min-width:250px}.footer-align-left[data-v-d7d6e7b1]{text-align:left;align-items:flex-start}.footer-section h3[data-v-d7d6e7b1]{color:#2b4970;margin-bottom:.5rem}.footer-section h4[data-v-d7d6e7b1]{text-transform:uppercase;font-size:.8rem;color:#555}.footer-section ul[data-v-d7d6e7b1]{list-style:none;padding:0;margin:.5rem 0}.footer-section li[data-v-d7d6e7b1]{margin:.3rem 0;display:flex;align-items:center}.footer-section a[data-v-d7d6e7b1]{color:#2b4970;text-decoration:none}.linkedin-icon[data-v-d7d6e7b1]{width:36px;height:36px;margin-top:.5rem}.footer-bottom[data-v-d7d6e7b1]{border-top:1px solid #ccc;padding-top:1rem;display:flex;justify-content:space-between;flex-wrap:wrap;font-size:.85rem}.footer-bottom nav a[data-v-d7d6e7b1]{margin-left:1rem;color:#2b4970;text-decoration:none}.footer-phones[data-v-d7d6e7b1]{list-style:none;padding:0;margin:1rem 0}.phone-icon[data-v-d7d6e7b1]{display:inline-flex;align-items:center;margin-right:.5rem}.phone-icon img[data-v-d7d6e7b1]{width:18px;height:18px;vertical-align:middle}.phone-note[data-v-d7d6e7b1]{color:#888;font-size:.9em;margin-left:.3em}.home-hero[data-v-e9d3f7f1]{position:relative;width:100%;height:1242px;overflow:hidden}.hero-bg[data-v-e9d3f7f1]{position:absolute;top:0;left:0;width:100%;height:1242px;object-fit:cover;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.hero-text[data-v-e9d3f7f1]{position:absolute;top:50%;left:50%;width:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:flex-start;z-index:1;text-align:left;background:#ffffffb3;padding:2rem;border-radius:16px;box-shadow:0 8px 32px #0000001f;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);max-width:500px}.hero-subtitle[data-v-e9d3f7f1]{font-weight:400;margin-bottom:1.5rem;color:#242424;line-height:1.3}.hero-title[data-v-e9d3f7f1]{font-size:6.2em;font-weight:900;line-height:1.1;margin-bottom:.5rem;padding-right:1.5rem;color:#1a73e8}@media (max-width: 768px){.home-hero[data-v-e9d3f7f1],.hero-bg[data-v-e9d3f7f1]{height:70vh;min-height:500px;max-height:700px}.hero-text[data-v-e9d3f7f1]{position:absolute;top:50%;left:50%;width:90%;transform:translate(-50%,-50%);text-align:center;align-items:center;padding:1.5rem;background:#ffffffb3;border-radius:12px;box-shadow:0 4px 20px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-width:400px}.hero-subtitle[data-v-e9d3f7f1]{font-size:1.1rem;margin-bottom:1rem}.hero-title[data-v-e9d3f7f1]{font-size:3.2em;line-height:1.2;padding-right:0;margin-bottom:0}}@media (max-width: 480px){.home-hero[data-v-e9d3f7f1],.hero-bg[data-v-e9d3f7f1]{height:60vh;min-height:400px;max-height:600px}.hero-text[data-v-e9d3f7f1]{width:95%;padding:1.2rem;background:#ffffffb3;border-radius:10px;box-shadow:0 4px 16px #0000001a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);max-width:350px}.hero-subtitle[data-v-e9d3f7f1]{font-size:1rem;margin-bottom:.8rem}.hero-title[data-v-e9d3f7f1]{font-size:2.8em;line-height:1.1}}@media (max-width: 360px){.home-hero[data-v-e9d3f7f1],.hero-bg[data-v-e9d3f7f1]{height:55vh;min-height:350px}.hero-title[data-v-e9d3f7f1]{font-size:2.4em}}.hero-title-blue[data-v-e9d3f7f1]{color:#1a73e8}.hero-title-black[data-v-e9d3f7f1]{color:#242424}.easy-secure[data-v-e9d3f7f1]{display:flex;width:100%;min-height:650px;background:#f8fafd url(/images/background-team.webp) center center/cover no-repeat;align-items:center;justify-content:center;margin-top:2rem;box-sizing:border-box}.easy-secure-left[data-v-e9d3f7f1]{flex:1;padding:3rem 2rem 3rem 6vw;display:flex;flex-direction:column;justify-content:center;max-width:50%;text-align:left}.easy-secure-line1[data-v-e9d3f7f1]{font-size:1.3rem;color:#242424;margin-bottom:1.2rem;font-weight:400}.easy-secure-title[data-v-e9d3f7f1]{font-size:4em;font-weight:900;line-height:1.1;margin-bottom:.2em}.easy-secure-title-blue[data-v-e9d3f7f1]{color:#1a73e8}.easy-secure-title-black[data-v-e9d3f7f1]{color:#242424}.easy-secure-line4[data-v-e9d3f7f1]{font-size:1.1rem;color:#242424;margin:1.2rem 0 2rem;font-weight:400;max-width:90%}.easy-secure-btn[data-v-e9d3f7f1]{background:#1a73e8;color:#fff;border:none;padding:.9em 2.2em;border-radius:2em;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s;box-shadow:0 2px 8px #1a73e814}.easy-secure-btn[data-v-e9d3f7f1]:hover{background:#155ab6}.easy-secure-right[data-v-e9d3f7f1]{flex:1;display:flex;align-items:center;justify-content:flex-end;max-width:50%;padding-right:6vw}.easy-secure-img[data-v-e9d3f7f1]{max-width:90%;height:auto}.why-us-smooth[data-v-e9d3f7f1]{width:100vw;margin-left:50%;transform:translate(-50%);background:linear-gradient(90deg,#f8fafd 70%,#e3f0ff);padding:4rem 0;box-sizing:border-box}.why-us-smooth-title[data-v-e9d3f7f1]{font-size:3.2rem;font-weight:800;color:#1a73e8;margin-bottom:2.5rem;letter-spacing:.03em;text-align:center}.why-us-smooth-title span[data-v-e9d3f7f1]{color:#242424;font-weight:800}.why-us-smooth-list[data-v-e9d3f7f1]{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:3.5rem;width:100%;max-width:1200px;margin:0 auto}.why-us-smooth-item[data-v-e9d3f7f1]{background:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #1a73e814;display:flex;flex-direction:column;align-items:center;min-width:220px;max-width:260px;flex:1 1 220px;padding:2.5rem 1.5rem 2rem;transition:transform .18s cubic-bezier(.4,2,.6,1),box-shadow .18s;cursor:pointer;border:1px solid #e3f0ff}.why-us-smooth-item[data-v-e9d3f7f1]:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 8px 32px #1a73e829;background:#f8fafd}.why-us-icon[data-v-e9d3f7f1]{background:linear-gradient(135deg,#1a73e8 60%,#64b5f6);color:#fff;border-radius:50%;width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;box-shadow:0 2px 12px #1a73e821}.why-us-icon svg[data-v-e9d3f7f1]{width:60%;height:60%;display:block;fill:#fff!important;stroke:#fff!important}.why-us-icon svg .st0[data-v-e9d3f7f1],.why-us-icon svg .blueprint_een[data-v-e9d3f7f1]{fill:#fff!important}.why-us-smooth-item h3[data-v-e9d3f7f1]{color:#0c2e5a;font-size:1.35rem;font-weight:800;margin-bottom:.4rem;margin-top:0;letter-spacing:.01em;text-align:center}.why-us-smooth-item p[data-v-e9d3f7f1]{color:#444;font-size:1.08rem;margin:0;font-weight:400;line-height:1.5;text-align:center}@media (max-width: 900px){.why-us-smooth-list[data-v-e9d3f7f1]{gap:1.2rem;max-width:98vw}.why-us-smooth-item[data-v-e9d3f7f1]{min-width:180px;max-width:220px;padding:1.5rem .7rem 1.2rem}.why-us-smooth-title[data-v-e9d3f7f1]{font-size:2.2rem}}@media (max-width: 600px){.why-us-smooth-list[data-v-e9d3f7f1]{flex-direction:column;align-items:center;gap:1rem}.why-us-smooth-item[data-v-e9d3f7f1]{width:90vw;max-width:98vw;min-width:0;padding:1.2rem .5rem 1rem}}.pay-bill-section[data-v-e9d3f7f1]{width:100vw;margin-left:50%;transform:translate(-50%);background:#f8fafd url(/images/background-quote.webp) center center/cover no-repeat;padding:4rem 0;display:flex;justify-content:center;align-items:center}.pay-bill-container[data-v-e9d3f7f1]{display:flex;flex-direction:column;align-items:center;width:100%}.pay-bill-prompt[data-v-e9d3f7f1]{font-size:1.3rem;color:#242424;margin-bottom:1rem;font-weight:400;text-align:center}.pay-bill-title-row[data-v-e9d3f7f1]{display:flex;flex-wrap:wrap;gap:.7rem;align-items:baseline;justify-content:center;margin-bottom:2rem}.pay-bill-title-blue[data-v-e9d3f7f1]{font-size:2.2rem;font-weight:900;color:#1a73e8}.pay-bill-title-black[data-v-e9d3f7f1]{font-size:2.2rem;font-weight:900;color:#242424}.pay-bill-btn[data-v-e9d3f7f1]{background:#1a73e8;color:#fff;border:none;padding:1em 2.5em;border-radius:2em;font-size:1.2rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background .2s;box-shadow:0 2px 8px #1a73e814;display:inline-block}.pay-bill-btn[data-v-e9d3f7f1]:hover{background:#155ab6}.contact-section[data-v-e9d3f7f1]{width:100vw;margin-left:50%;transform:translate(-50%);background:#fff;padding:4rem 0;display:flex;justify-content:center;align-items:stretch;min-height:400px}.contact-container[data-v-e9d3f7f1]{display:flex;flex-direction:row;align-items:stretch;width:100vw;max-width:100vw;margin:0;padding:0;box-sizing:border-box}.contact-left[data-v-e9d3f7f1],.contact-right[data-v-e9d3f7f1]{text-align:left;flex:1 1 50%;width:50vw;min-width:0;max-width:50vw;display:flex;flex-direction:column;justify-content:center;padding:2rem 3vw;box-sizing:border-box;height:100%}.contact-card[data-v-e9d3f7f1]{background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000014;border:1px solid rgba(0,0,0,.05);padding:2.5rem;margin:1rem 0;position:relative}.contact-card[data-v-e9d3f7f1]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1a73e8,#357ab8)}.contact-offices[data-v-e9d3f7f1]{font-size:1.2rem;color:#1a73e8;margin-bottom:.5rem;margin-top:.5rem;font-weight:300}.contact-title[data-v-e9d3f7f1]{font-size:4.5rem;font-weight:900;margin-bottom:1rem;margin-top:1rem;color:#242424}.contact-title-blue[data-v-e9d3f7f1]{color:#1a73e8}.contact-desc[data-v-e9d3f7f1]{font-size:1.1rem;color:#444;margin-bottom:1.5rem;font-weight:400}.contact-email[data-v-e9d3f7f1]{font-size:1rem;color:#1a73e8;font-weight:500;line-height:1.5}.contact-email a[data-v-e9d3f7f1]{color:#1a73e8;text-decoration:none;font-weight:700}.contact-email a[data-v-e9d3f7f1]:hover{text-decoration:underline}.contact-right[data-v-e9d3f7f1]{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2rem;height:100%;align-items:center}.contact-block[data-v-e9d3f7f1]{margin-bottom:2rem}.contact-block h3[data-v-e9d3f7f1]{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#242424}.contact-block h4[data-v-e9d3f7f1]{font-size:1.2rem;font-weight:600;margin-bottom:.3rem;color:#1a73e8}.contact-block p[data-v-e9d3f7f1]{font-size:1rem;color:#444;margin:0;font-weight:400;line-height:1.5}.contact-block-flex[data-v-e9d3f7f1]{display:flex;align-items:center;gap:1.1rem;justify-content:flex-start}.contact-block-icon[data-v-e9d3f7f1]{flex-shrink:0;margin-top:0;display:flex;align-items:center}.map-frame-container[data-v-e9d3f7f1]{position:relative;width:100%;max-width:650px;height:660px;display:flex;align-items:center;justify-content:center;border-radius:1.2em;overflow:hidden;box-shadow:none;padding:0;background:none;margin:auto}.map-frame-container iframe[data-v-e9d3f7f1]{width:100%;height:100%;object-fit:cover;border-radius:1.2em;display:block;position:relative;z-index:1}.map-frame[data-v-e9d3f7f1]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:1.2em;z-index:2;pointer-events:none;display:block;background:transparent}@media (max-width: 768px){.contact-section[data-v-e9d3f7f1]{padding:2rem 0;min-height:300px;width:100%}.contact-container[data-v-e9d3f7f1]{flex-direction:column;width:100%;justify-content:center;align-items:center}.contact-left[data-v-e9d3f7f1],.contact-right[data-v-e9d3f7f1]{flex:none;width:100%;padding:0 1rem;max-width:600px}.contact-right[data-v-e9d3f7f1]{display:none}.contact-left[data-v-e9d3f7f1]{text-align:center;padding-bottom:2rem}}@media (max-width: 480px){.contact-section[data-v-e9d3f7f1]{padding:1.5rem 0;min-height:250px}.contact-left[data-v-e9d3f7f1]{padding:0 .8rem 1.5rem;position:relative;left:50%;transform:translate(-50%);width:100%;max-width:600px}.contact-card[data-v-e9d3f7f1]{background:#fff;box-shadow:0 4px 20px #0000001a;padding:2rem 1.5rem}.contact-desc[data-v-e9d3f7f1]{color:#242424;font-size:1rem;font-weight:500}.contact-title[data-v-e9d3f7f1]{font-size:3rem;color:#242424}.contact-offices[data-v-e9d3f7f1]{color:#1a73e8;font-weight:400}.contact-email[data-v-e9d3f7f1]{color:#242424}}@media (min-width: 769px){.contact-desc[data-v-e9d3f7f1]{position:absolute;top:-80px;left:50%;transform:translate(-50%);text-align:center;background:#fff;padding:1.5rem 2.5rem;border-radius:16px;box-shadow:0 8px 32px #0000001f;max-width:450px;font-size:1.1rem;font-weight:500;z-index:10;border:1px solid rgba(0,0,0,.05)}.contact-container[data-v-e9d3f7f1]{position:relative}}.contact-page[data-v-4e8da1d0]{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.container[data-v-4e8da1d0]{max-width:1200px;margin:0 auto;padding:4rem 2rem}.header-section[data-v-4e8da1d0]{text-align:center;margin-bottom:4rem;padding:3rem 0;background:#fffc;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #4471a81a}.super-title[data-v-4e8da1d0]{font-size:.875rem;font-weight:600;letter-spacing:.1em;color:#4471a8;text-transform:uppercase;margin-bottom:1rem}.main-title[data-v-4e8da1d0]{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.title-primary[data-v-4e8da1d0]{color:#1e293b}.title-accent[data-v-4e8da1d0]{color:#4471a8;border-bottom:3px solid #4471a8}.description[data-v-4e8da1d0]{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.contact-email[data-v-4e8da1d0]{margin-top:1rem;font-weight:500}.contact-email a[data-v-4e8da1d0]{color:#4471a8;text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom-color .3s ease}.contact-email a[data-v-4e8da1d0]:hover{border-bottom-color:#4471a8}.offices-section[data-v-4e8da1d0]{margin-top:2rem}.offices-grid[data-v-4e8da1d0]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.office-card[data-v-4e8da1d0]{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 32px #4471a81f;border:1px solid rgba(68,113,168,.1);transition:all .3s ease;position:relative;overflow:hidden}.office-card[data-v-4e8da1d0]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4471a8,#5b82c7)}.office-card[data-v-4e8da1d0]:hover{transform:translateY(-4px);box-shadow:0 12px 40px #4471a82e}.office-icon[data-v-4e8da1d0]{width:48px;height:48px;background:linear-gradient(135deg,#4471a8,#5b82c7);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.office-title[data-v-4e8da1d0]{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;letter-spacing:.025em}.office-label[data-v-4e8da1d0]{font-size:.875rem;color:#4471a8;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.office-details p[data-v-4e8da1d0]{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.contact-info[data-v-4e8da1d0]{border-top:1px solid #e2e8f0;padding-top:1.5rem}.contact-item[data-v-4e8da1d0]{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.contact-item[data-v-4e8da1d0]:last-child{border-bottom:none}.contact-label[data-v-4e8da1d0]{font-weight:500;color:#475569;font-size:.875rem}.contact-value[data-v-4e8da1d0]{font-weight:600;color:#1e293b;font-size:.875rem}@media (max-width: 768px){.container[data-v-4e8da1d0]{padding:2rem 1rem}.main-title[data-v-4e8da1d0]{font-size:2rem}.offices-grid[data-v-4e8da1d0]{grid-template-columns:1fr;gap:1.5rem}.office-card[data-v-4e8da1d0]{padding:1.5rem}.contact-item[data-v-4e8da1d0]{flex-direction:column;align-items:flex-start;gap:.5rem}}@keyframes fadeInUp-4e8da1d0{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.office-card[data-v-4e8da1d0]{animation:fadeInUp-4e8da1d0 .6s ease forwards}.office-card[data-v-4e8da1d0]:nth-child(1){animation-delay:.1s}.office-card[data-v-4e8da1d0]:nth-child(2){animation-delay:.2s}.office-card[data-v-4e8da1d0]:nth-child(3){animation-delay:.3s}.office-card[data-v-4e8da1d0]:nth-child(4){animation-delay:.4s}.choose-payment-option[data-v-86f4c390]{max-width:600px;margin:80px auto 0;padding:2rem;background:#fff;border-radius:18px;box-shadow:0 4px 24px #00000014;text-align:center}.choose-payment-option h1[data-v-86f4c390]{color:#357ab8;margin-bottom:.5em}.choose-payment-option h2[data-v-86f4c390]{color:#4a90e2;margin-bottom:1em}.payment-buttons[data-v-86f4c390]{display:flex;flex-direction:column;gap:1.2rem;margin:2em 0;align-items:center}.payment-btn[data-v-86f4c390]{display:inline-block;background:linear-gradient(90deg,#4a90e2 60%,#357ab8);color:#fff;padding:1em 2em;border-radius:30px;font-size:1.1rem;font-weight:600;text-decoration:none;box-shadow:0 2px 12px #4a90e221;transition:background .2s,transform .1s;border:none;outline:none;cursor:pointer}.payment-btn[data-v-86f4c390]:hover{background:linear-gradient(90deg,#357ab8 60%,#4a90e2);transform:translateY(-2px) scale(1.03);box-shadow:0 4px 18px #4a90e22e}.payment-btn.alt[data-v-86f4c390]{background:linear-gradient(90deg,#4099ff 60%,#185a9d)}.payment-btn.alt[data-v-86f4c390]:hover{background:linear-gradient(90deg,#185a9d 60%,#4099ff)}.choose-payment-option h3[data-v-86f4c390]{color:#357ab8;margin-top:2em;margin-bottom:.5em}.privacy-container[data-v-71201f58]{background:#fff;padding:50px 20px;display:flex;justify-content:center}.privacy-content[data-v-71201f58]{max-width:900px;width:100%;font-family:Times New Roman,Georgia,serif;color:#111827;line-height:1.75;text-align:left}.title-underline[data-v-71201f58]{text-decoration:underline;text-underline-offset:4px;font-weight:700}h1[data-v-71201f58]{font-size:32px;margin-bottom:30px;text-align:center}h2[data-v-71201f58]{font-size:24px;margin:40px 0 20px}h3[data-v-71201f58]{font-size:18px;margin:25px 0 10px}p[data-v-71201f58]{font-size:16px;margin-bottom:18px}.uppercase[data-v-71201f58]{text-transform:uppercase}.address[data-v-71201f58]{margin-left:20px}.email-link[data-v-71201f58]{color:#1d4ed8;text-decoration:underline}.footer[data-v-71201f58]{margin-top:40px;font-size:14px;text-align:center}.policy-container[data-v-90f4e752]{background:#fff;padding:50px 20px;display:flex;justify-content:center}.policy-content[data-v-90f4e752]{max-width:900px;width:100%;font-family:Times New Roman,Georgia,serif;color:#111827;line-height:1.75;text-align:left}.title-underline[data-v-90f4e752]{font-size:32px;font-weight:700;text-decoration:underline;text-underline-offset:4px;margin-bottom:30px;text-align:center}.word-list[data-v-90f4e752]{margin-left:25px;margin-bottom:20px}.word-list li[data-v-90f4e752]{margin-bottom:10px}.no-bullet[data-v-90f4e752]{margin:20px 0}.footer[data-v-90f4e752]{margin-top:40px;font-size:14px;text-align:center}.privacy-container[data-v-926fe204]{background-color:#fff;padding:60px 20px;display:flex;justify-content:center}.privacy-content[data-v-926fe204]{max-width:900px;width:100%;font-family:Times New Roman,Georgia,serif;color:#111827;line-height:1.75}.title-underline[data-v-926fe204]{font-weight:700;text-decoration:underline;text-underline-offset:4px}h1[data-v-926fe204]{font-size:32px;margin-bottom:32px;text-align:center}p strong[data-v-926fe204]{display:block;font-size:17px;margin-bottom:24px}p[data-v-926fe204]{font-size:16px;margin-bottom:20px;text-align:left}.title-line-1[data-v-926fe204],.title-line-2[data-v-926fe204]{display:block;text-align:center}.title-line-2[data-v-926fe204]{text-decoration:underline;text-underline-offset:4px;font-weight:700}
