*{box-sizing:border-box}html{overflow-x:hidden;font-size:100%}@media (max-width: 991px){html{height:100%;overflow:hidden}}@media (max-width: 575px){html{font-size:.85em}}@media (min-width: 768px){html{font-size:105%}}body{display:flex;flex-direction:column;margin:0;padding:0;width:100%;min-height:100vh;overflow-x:hidden;font-family:Figtree,sans-serif;font-size:1rem;gap:0}@media (max-width: 991px){body{height:100vh;min-height:100vh;max-height:100vh;overflow-y:auto;overflow-x:hidden;position:fixed;top:0;left:0;width:100%;-webkit-overflow-scrolling:touch;overscroll-behavior:none;overscroll-behavior-y:none;overscroll-behavior-x:none;touch-action:manipulation}}@media (min-width: 768px){body{gap:.5rem}}@media (min-width: 992px){body{gap:.75rem;min-height:100vh;height:auto;max-height:none;overflow-y:visible;position:static}}a{color:#01052d;text-decoration:underline}a:visited{color:#01052d}a:hover,a:focus{color:#01052d;text-decoration:underline}main{display:flex;flex-direction:column;flex:1 0 auto;padding:.5rem;padding-top:0}@media (min-width: 375px){main{padding:.625rem;padding-top:0}}@media (min-width: 576px){main{padding:.75rem;padding-top:0}}@media (min-width: 768px){main{padding:1rem;padding-top:0}}@media (min-width: 992px){main{padding:1.5rem;padding-top:0}}#navbar{display:grid;grid-template-columns:1fr auto 1fr;height:fit-content;align-items:center;gap:.125rem;padding:.25rem}@media (min-width: 375px){#navbar{gap:.25rem;padding:.5rem}}@media (min-width: 576px){#navbar{gap:.5rem;padding:.75rem}}@media (min-width: 768px){#navbar{padding:1rem}}@media (min-width: 992px){#navbar{display:flex;flex-direction:row;justify-content:space-between;padding:1.5rem}}@media (max-width: 991px){#navbar .logo-link{grid-column:2;justify-self:center}}@media (min-width: 992px){#navbar .logo-link{grid-column:unset;justify-self:unset}}#navbar .hamburger-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}@media (max-width: 991px){#navbar .hamburger-btn{grid-column:1;justify-self:start}}@media (min-width: 992px){#navbar .hamburger-btn{display:none}}.desktop-nav{display:none;flex:1}@media (min-width: 992px){.desktop-nav{display:block}}.desktop-nav>ul{display:flex;flex-direction:row;gap:.5rem;list-style:none;padding:0;margin:0;text-decoration:none}.desktop-locales{display:none}@media (min-width: 992px){.desktop-locales{display:block}}.hamburger-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;grid-column:1;justify-self:start}@media (min-width: 992px){.hamburger-btn{display:none;grid-column:unset;justify-self:unset}}.hamburger-lines{display:flex;flex-direction:column;gap:4px;width:24px;height:18px}.hamburger-lines span{display:block;height:2px;width:100%;background-color:#333;border-radius:1px;transition:all .3s ease}.hamburger-close{font-size:2rem;color:#333;font-weight:300;line-height:1;transition:transform .2s ease}.hamburger-close:hover{transform:scale(1.1)}.nav-link{text-decoration:none;color:inherit;font-weight:600;font-size:1rem;padding:.25rem;margin-inline:.25rem}@media (min-width: 768px){.nav-link{font-size:1.2rem;padding:.5rem;margin-inline:.5rem}}.nav-link>a{text-decoration:none;color:inherit;font-weight:600;font-size:1.2rem;border-radius:.5rem}@media (min-width: 768px){.nav-link>a{font-size:1.5rem}}.nav-link:hover,.nav-link.active{transition:background-color .3s ease-in-out;border-bottom:.125rem solid #01052d}.mobile-menu-overlay{position:fixed;width:100vw;height:100vh;background-color:#fff;z-index:1000;padding:.5rem;overflow-y:auto;touch-action:none;-webkit-overflow-scrolling:touch;top:0;right:0;bottom:0;left:0}@media (min-width: 375px){.mobile-menu-overlay{padding:.75rem}}@media (min-width: 576px){.mobile-menu-overlay{padding:1rem}}@media (min-width: 992px){.mobile-menu-overlay{display:none}}.mobile-menu-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:.0625rem solid #eee}.mobile-menu-header .close-btn{background:none;border:none;font-size:2rem;color:#333;cursor:pointer;padding:.25rem;line-height:1;font-weight:300;grid-column:1;justify-self:start}.mobile-menu-header .mobile-menu-logo{grid-column:2;justify-self:center}.mobile-menu-header .logo{height:10rem;width:auto}@media (min-width: 375px){.mobile-menu-header .logo{height:2.5rem}}.mobile-nav{margin-top:3rem;display:flex;flex-direction:column;height:calc(100vh - 5rem);position:relative}.mobile-nav ul{list-style:none;padding:0;margin:0;flex:1;padding-bottom:6rem}.mobile-nav ul li{margin-bottom:.75rem}.mobile-nav ul li a{display:block;padding:1.25rem 0;font-size:1.4rem;font-weight:600;color:#333;text-decoration:none;border-bottom:.0625rem solid #eee;transition:color .3s ease,background-color .3s ease}@media (min-width: 375px){.mobile-nav ul li a{font-size:1.6rem;padding:1.5rem 0}}.mobile-nav ul li a:hover{color:#01052d;background-color:#01052d05}.mobile-locales-bottom{position:fixed;bottom:0;left:0;right:0;padding:0 1.5rem 1.5rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001}.mobile-locales-bottom .language-selector{width:100%}.mobile-locales-bottom .language-selector select{width:100%;font-size:1rem}@media (min-width: 375px){.mobile-locales-bottom{padding:0 2rem 2rem}}@media (min-width: 576px){.mobile-locales-bottom{padding:0 2.5rem 2.5rem}}@media (min-width: 992px){.mobile-locales-bottom{display:none}}.logo{width:6.875rem;height:auto}@media (min-width: 375px){.logo{width:8.25rem;height:auto}}@media (min-width: 576px){.logo{width:9.625rem;height:auto}}@media (min-width: 768px){.logo{width:11rem;height:auto}}#hero{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;gap:.75rem;text-align:center;height:60vh;height:70vh;overflow:hidden;margin:0 -.5rem}@media (min-width: 375px){#hero{padding:1.5rem;margin:0 -.625rem;gap:.875rem}}@media (min-width: 576px){#hero{padding:2rem;margin:0 -.75rem}}@media (min-width: 768px){#hero{flex-direction:row;text-align:left;padding:3rem;gap:1rem;height:70vh;margin:0 -1rem}}@media (min-width: 992px){#hero{padding:5rem;gap:2rem;height:80vh;margin:0 -1.5rem}}#hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}#hero .hero-content,#hero .hero-text{position:relative;z-index:2;max-width:100%;background:#fffc;padding:.875rem;border-radius:.5rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 6px #0000001a;margin-bottom:1.5rem}@media (min-width: 768px){#hero .hero-content,#hero .hero-text{flex:1;padding:1rem;margin-bottom:0}}#hero .hero-content h1,#hero .hero-content h2,#hero .hero-text h1,#hero .hero-text h2{font-size:1.5rem;margin-block:.625rem;color:#333}@media (min-width: 768px){#hero .hero-content h1,#hero .hero-content h2,#hero .hero-text h1,#hero .hero-text h2{font-size:2rem}}@media (min-width: 992px){#hero .hero-content h1,#hero .hero-content h2,#hero .hero-text h1,#hero .hero-text h2{font-size:2.5rem}}#hero .hero-content p,#hero .hero-text p{font-size:.95rem;line-height:1.55;color:#555}@media (min-width: 768px){#hero .hero-content p,#hero .hero-text p{font-size:1rem;line-height:1.6}}@media (min-width: 992px){#hero .hero-content p,#hero .hero-text p{font-size:1.1rem}}#hero .hero-content .btn,#hero .hero-text .btn{color:#333;border-color:#333}#hero .hero-content .btn:hover,#hero .hero-text .btn:hover{background-color:#0000001a;color:#000}.btn{display:inline-block;padding:.375rem .75rem;font-size:.9rem;font-weight:600;text-decoration:none;color:inherit;border:.125rem solid currentColor;border-radius:.5rem;transition:all .3s ease;text-align:center}@media (min-width: 768px){.btn{padding:.5rem 1rem;font-size:1rem}}.btn:hover{background-color:#ffffff1a;transform:translateY(-2px)}.hero-overlay{display:none}#footer.svelte-jz8lnl{background:linear-gradient(135deg,#333,#555);color:#fff;margin-top:auto;flex-shrink:0;position:relative}.footer-content.svelte-jz8lnl{margin:0 auto;padding:2rem 1rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 375px){.footer-content.svelte-jz8lnl{padding:2.5rem 1rem;gap:2rem}}@media (max-width: 991px){.footer-content.svelte-jz8lnl{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 991px) and (min-width: 375px){.footer-content.svelte-jz8lnl{gap:2rem}}@media (min-width: 768px){.footer-content.svelte-jz8lnl{gap:3rem;padding:3rem 1rem 2rem}}@media (min-width: 992px){.footer-content.svelte-jz8lnl{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}}@media (min-width: 1600px){.footer-content.svelte-jz8lnl{max-width:1400px}}.footer-brand.svelte-jz8lnl{display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width: 992px){.footer-brand.svelte-jz8lnl{align-items:flex-start;text-align:left}}.footer-logo.svelte-jz8lnl{width:50px;height:50px;margin-bottom:1rem;filter:brightness(0) invert(1)}@media (min-width: 375px){.footer-logo.svelte-jz8lnl{width:60px;height:60px}}.footer-brand.svelte-jz8lnl h3:where(.svelte-jz8lnl){font-size:1.3rem;margin:0 0 .5rem;color:#fff}@media (min-width: 375px){.footer-brand.svelte-jz8lnl h3:where(.svelte-jz8lnl){font-size:1.5rem}}.footer-brand.svelte-jz8lnl p:where(.svelte-jz8lnl){font-size:.85rem;color:#ccc;margin:0;line-height:1.4}@media (min-width: 375px){.footer-brand.svelte-jz8lnl p:where(.svelte-jz8lnl){font-size:.9rem}}.footer-section.svelte-jz8lnl{text-align:center}@media (min-width: 992px){.footer-section.svelte-jz8lnl{text-align:left}}.footer-section.svelte-jz8lnl h4:where(.svelte-jz8lnl){font-size:1.1rem;margin:0 0 1rem;color:#fff;border-bottom:.125rem solid #666;padding-bottom:.5rem}@media (min-width: 375px){.footer-section.svelte-jz8lnl h4:where(.svelte-jz8lnl){font-size:1.2rem}}.footer-nav.svelte-jz8lnl{display:flex;flex-direction:column;gap:.5rem}.footer-nav.svelte-jz8lnl a:where(.svelte-jz8lnl){color:#ccc;text-decoration:none;font-size:.8rem;transition:color .3s ease;line-height:1.4}@media (min-width: 375px){.footer-nav.svelte-jz8lnl a:where(.svelte-jz8lnl){font-size:.9rem}}.footer-nav.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:#fff;text-decoration:underline}.footer-contact.svelte-jz8lnl{font-size:.8rem;line-height:1.6}@media (min-width: 375px){.footer-contact.svelte-jz8lnl{font-size:.9rem}}.footer-contact.svelte-jz8lnl p:where(.svelte-jz8lnl){margin:0 0 .5rem;color:#ccc}.footer-contact.svelte-jz8lnl strong:where(.svelte-jz8lnl){color:#fff}.footer-bottom.svelte-jz8lnl{border-top:.0625rem solid #666;background:#0003}.footer-bottom-content.svelte-jz8lnl{margin:0 auto;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media (min-width: 375px){.footer-bottom-content.svelte-jz8lnl{padding:1.5rem 1rem}}@media (min-width: 768px){.footer-bottom-content.svelte-jz8lnl{flex-direction:row;justify-content:space-between;text-align:left}}@media (min-width: 1600px){.footer-bottom-content.svelte-jz8lnl{max-width:1400px}}.footer-bottom.svelte-jz8lnl p:where(.svelte-jz8lnl){margin:0;font-size:.75rem;color:#ccc}@media (min-width: 375px){.footer-bottom.svelte-jz8lnl p:where(.svelte-jz8lnl){font-size:.8rem}}.footer-legal.svelte-jz8lnl{display:flex;gap:1rem}.footer-legal.svelte-jz8lnl a:where(.svelte-jz8lnl){color:#ccc;text-decoration:none;font-size:.75rem;transition:color .3s ease}@media (min-width: 375px){.footer-legal.svelte-jz8lnl a:where(.svelte-jz8lnl){font-size:.8rem}}.footer-legal.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:#fff;text-decoration:underline}.language-selector.svelte-19ftpm1{display:flex;flex-direction:column;gap:.5rem}.language-selector.svelte-19ftpm1 label:where(.svelte-19ftpm1){font-size:.9rem;font-weight:500;color:#666}.custom-select.svelte-19ftpm1{position:relative;width:100%}.custom-select-button.svelte-19ftpm1{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem .8rem;border:.0625rem solid #d1d5db;border-radius:6px;background:#fffffffa;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#333;font-size:1rem;text-align:left;cursor:pointer;transition:all .15s ease-in-out;box-shadow:0 1px 2px #0000000d}.custom-select-button.svelte-19ftpm1:hover{border-color:#9ca3af;background:#fff}.custom-select-button.svelte-19ftpm1:focus{outline:none;border-color:#01052d;box-shadow:0 0 0 .1875rem #01052d1a;background:#fff}.custom-select-button.open.svelte-19ftpm1{border-color:#01052d;box-shadow:0 0 0 .1875rem #01052d1a}.selected-text.svelte-19ftpm1{flex:1;font-weight:500}.dropdown-arrow.svelte-19ftpm1{width:1rem;height:1rem;transition:transform .2s ease-in-out;flex-shrink:0;margin-left:.5rem}.dropdown-arrow.rotated.svelte-19ftpm1{transform:rotate(180deg)}.custom-select-options.svelte-19ftpm1{position:absolute;left:0;right:0;z-index:1000;background:#fff;border:.0625rem solid #d1d5db;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.language-selector.mobile.svelte-19ftpm1 .custom-select-options:where(.svelte-19ftpm1){bottom:100%;margin-bottom:.25rem;animation:svelte-19ftpm1-slideUp .2s ease-out}.language-selector.svelte-19ftpm1:not(.mobile) .custom-select-options:where(.svelte-19ftpm1){top:100%;margin-top:.25rem;animation:svelte-19ftpm1-slideDown .2s ease-out}@keyframes svelte-19ftpm1-slideUp{0%{opacity:0;transform:translateY(.5rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes svelte-19ftpm1-slideDown{0%{opacity:0;transform:translateY(-.5rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.custom-select-option.svelte-19ftpm1{display:block;width:100%;padding:.75rem .8rem;border:none;background:#fff;color:#333;font-size:1rem;text-align:left;cursor:pointer;transition:background-color .15s ease-in-out;border-bottom:.0625rem solid #f3f4f6}.custom-select-option.svelte-19ftpm1:last-child{border-bottom:none}.custom-select-option.svelte-19ftpm1:hover{background:#f9fafb}.custom-select-option.selected.svelte-19ftpm1{background:#f3f4f6;color:#333;font-weight:600}.custom-select-option.svelte-19ftpm1:focus{outline:none;background:#f9fafb}.language-selector.mobile.svelte-19ftpm1{width:100%;margin-top:1rem}.language-selector.mobile.svelte-19ftpm1 label:where(.svelte-19ftpm1){color:#fff;font-size:1rem;font-weight:600}.language-selector.mobile.svelte-19ftpm1 .custom-select-button:where(.svelte-19ftpm1){background:#fffffffa;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.language-selector.svelte-19ftpm1:not(.mobile){flex-direction:row;align-items:center;gap:.25rem}.language-selector.svelte-19ftpm1:not(.mobile) label:where(.svelte-19ftpm1){display:none}.language-selector.svelte-19ftpm1:not(.mobile) .custom-select:where(.svelte-19ftpm1){min-width:161px}.language-selector.svelte-19ftpm1:not(.mobile) .custom-select-button:where(.svelte-19ftpm1){font-size:.85rem;padding:.5rem .7rem;background:#fff}@media (min-width: 768px){.language-selector.svelte-19ftpm1:not(.mobile) .custom-select-button:where(.svelte-19ftpm1){padding:.6rem .8rem;font-size:.9rem}}.language-selector.svelte-19ftpm1:not(.mobile) .custom-select-option:where(.svelte-19ftpm1){padding:.375rem .8rem}.hidden.svelte-rfuq4y{visibility:hidden}.hamburger-btn.svelte-rfuq4y{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.75rem;z-index:1001;grid-column:1;justify-self:start}.hamburger-icon.svelte-rfuq4y{width:24px;height:18px;position:relative;transform:rotate(0);transition:.3s ease-in-out}.line.svelte-rfuq4y{display:block;position:absolute;height:2px;width:100%;background:#333;border-radius:1px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}.line1.svelte-rfuq4y{top:0;transform-origin:left center}.line2.svelte-rfuq4y{top:8px;transform-origin:left center}.line3.svelte-rfuq4y{top:16px;transform-origin:left center}.hamburger-icon.open.svelte-rfuq4y .line1:where(.svelte-rfuq4y){transform:rotate(45deg);top:-1px;left:4px}.hamburger-icon.open.svelte-rfuq4y .line2:where(.svelte-rfuq4y){width:0%;opacity:0}.hamburger-icon.open.svelte-rfuq4y .line3:where(.svelte-rfuq4y){transform:rotate(-45deg);top:17px;left:4px}@media (min-width: 1024px){.hamburger-btn.svelte-rfuq4y{display:none}}
