:root{--green-900: #0e6216;--green-800: #296221;--green-600: #43973b;--green-500: #29a938;--green-400: #99bd3a;--green-300: #62f7aa;--green-50: #e9f6ec;--lime-300: #ddfe32;--red-600: #ff3030;--red-500: #e53e3e;--red-50: #fff2f2;--orange-800: #d35300;--orange-700: #e67e00;--orange-500: #ff7300;--orange-450: #ff7a00;--orange-400: #ff8c00;--orange-300: #fc6f4d;--orange-50: #fff4ea;--yellow-400: #fed430;--slate-900: #1a202c;--slate-800: #2d3748;--slate-500: #718096;--slate-200: #e2e8f0;--slate-100: #edf2f7;--blue-700: #2b6cb0;--blue-500: #4299e1;--cyan-600: #00a3d0;--cyan-500: #4ba5c2;--cyan-400: #07bee7;--cyan-100: #dbf8ff;--cyan-50: #e4f8ff;--black: #000;--gray-800: #333333;--gray-750: #343434;--gray-700: #555555;--gray-600: #5c5c5c;--gray-500: #747474;--gray-400: #cdcdcd;--gray-300: #d8d8d8;--gray-200: #e0e0e0;--gray-100: #ededed;--gray-80: #f1f1f1;--gray-60: #f5f5f5;--gray-50: #f8f8f8;--white: #ffffff;--whatsapp-green: #25d366;--color-primary: var(--green-500);--color-brand: var(--green-600);--color-brand-dark: var(--green-800);--color-brand-deep: var(--green-900);--color-brand-accent: var(--green-400);--color-brand-surface: var(--green-50);--color-timeline: var(--orange-800);--color-accent: var(--orange-500);--color-accent-surface: var(--cyan-100);--color-accent-text: var(--cyan-600);--color-error: var(--red-600);--color-error-strong: var(--red-500);--color-error-surface: var(--red-50);--color-warning: var(--orange-500);--color-warning-surface: var(--cyan-50);--color-info: var(--cyan-400);--color-text: var(--gray-800);--color-heading: var(--gray-750);--color-text-secondary: var(--gray-600);--color-text-muted: var(--gray-500);--color-text-inverse: var(--white);--color-surface: var(--white);--color-surface-subtle: var(--gray-50);--color-surface-muted: var(--gray-100);--color-field: var(--gray-60);--color-border: var(--gray-300);--color-border-strong: var(--gray-400);--color-border-subtle: var(--gray-80);--font-family-base: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--font-weight-black: 900;--font-style-normal: normal;--font-style-italic: italic;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-md: 1.125rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-2xl: 1.75rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--font-size-5xl: 3rem;--line-height-tight: 1.15;--line-height-snug: 1.3;--line-height-normal: 1.5;--line-height-relaxed: 1.7;--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-7: 1.75rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-22: 7rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--radius-pill: 9999px;--radius-circle: 50%;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--z-base: 1;--z-dropdown: 100;--z-sticky: 200;--z-header: 300;--z-overlay: 400;--z-modal: 500;--z-toast: 600}html,body{margin:0;width:100%;height:100%;touch-action:manipulation;font-family:Rubik,sans-serif}button{font-family:Rubik,sans-serif}.rubik{font-family:Rubik,sans-serif;font-optical-sizing:auto;font-weight:300;font-style:normal}:root{--top-message-height: 33px}.top-message{position:fixed;top:0;z-index:301;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:var(--top-message-height);overflow:hidden;background-color:var(--color-info);font-family:var(--font-family-base);font-size:var(--font-size-sm);font-weight:var(--font-weight-regular);line-height:1;color:var(--color-text-inverse);text-align:center}.top-message strong{font-weight:var(--font-weight-bold)}.topMessageStatic{display:none}.topMessageMarquee{display:flex;width:100%;overflow:hidden}.topMessageTrack{display:flex;flex:none;width:max-content;animation:topMessageScroll 30s linear infinite}.topMessageItem{flex:none;padding-right:var(--space-12);white-space:nowrap}@keyframes topMessageScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.topMessageTrack{animation:none}}.appbar{position:relative;z-index:var(--z-header);box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);width:100%;margin-top:var(--top-message-height);padding:var(--space-4);background-color:var(--color-primary)}.appbar--no-message{margin-top:0}.appbarLogoLink{display:flex;align-items:center;text-decoration:none}.main-logo{display:block;width:auto;height:46px}.main-logo.partner{height:40px}.appbarActions{display:flex;align-items:center;gap:var(--space-6)}.appbarLinks{display:none;align-items:center;gap:var(--space-8);margin:0;padding:0;list-style:none}.appbarLinkItem>a{display:block;padding-bottom:2px;border-bottom:2px solid transparent;font-family:var(--font-family-base);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);line-height:1;color:var(--color-text-inverse);text-decoration:none;white-space:nowrap}.appbarLinkItem>a:visited{color:var(--color-text-inverse)}.appbarLinkItem>a:hover,.appbarLinkItem>a.current{border-bottom-color:var(--color-text-inverse)}.appbarLanguage{display:flex;align-items:center;gap:var(--space-1);padding:0;border:0;background:none;cursor:pointer;font-family:var(--font-family-base);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);line-height:1;color:var(--color-text-inverse)}.appbarLanguageIcon{width:16px;height:16px;flex:none}.appbarLanguageIcon path{fill:var(--white)}.appbarMenuButton{display:flex;align-items:center;justify-content:center;padding:0;border:0;background:none;cursor:pointer}.appbarMenuIcon{width:24px;height:24px}.appbarMenuIcon path{fill:var(--white)}.mobile-nav-menu{position:fixed;inset:0;z-index:var(--z-overlay);display:none;width:100%;height:100vh;margin:0;padding:0;list-style:none;background-color:var(--color-primary)}.mobile-nav-menu--with-message{top:var(--top-message-height);height:calc(100vh - var(--top-message-height))}.mobile-nav-menu.mobile-nav-menu--visible{display:flex;flex-direction:column;overflow-y:auto}.mobile-nav-menu .appbar{position:relative;margin-top:0}.mobile-nav-menu>li{display:block}.mobile-nav-menu>li a{display:block;padding:var(--space-5) var(--space-4);font-family:var(--font-family-base);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);color:var(--color-text-inverse);text-decoration:none}.mobile-nav-menu>li a.current{font-weight:var(--font-weight-bold);text-decoration:underline}.language-menu{background-color:#fff;width:48px;height:auto;position:fixed;border-radius:12px;box-shadow:#00000040 0 0 10px;display:none;padding-left:0;margin:0;top:0;left:0;z-index:1000;transform:translate(-8px,24px)}.language-menu.language-menu--visible{display:flex;flex-direction:column}.language-switch-item{display:block;height:42px;width:100%;align-content:center;text-align:center}.language-switch-button{display:block;height:32px;width:auto;align-content:center;margin:auto}main{margin:0 auto;max-width:100%}.footer{display:flex;flex-direction:column;margin-top:var(--space-20);font-family:var(--font-family-base);color:var(--color-text-inverse);text-align:center}.footerCard{position:relative;z-index:2;box-sizing:border-box;display:flex;flex-direction:column;gap:72px;width:100%;margin-bottom:-40px;padding:var(--space-12) var(--space-4);border-radius:24px;background-color:var(--color-brand-deep)}.footerHelp{display:flex;flex-direction:column;align-items:center;gap:var(--space-6)}.footerHelpText{display:flex;flex-direction:column;gap:var(--space-4);width:100%}.footerHelpTitle{margin:0;font-size:var(--font-size-xl);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-tight)}.footerHelpSubtitle{margin:0;font-size:var(--font-size-base);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal)}.footerHelpSubtitle strong{font-weight:var(--font-weight-bold)}.footerPayments{display:flex;align-items:center;justify-content:center;gap:var(--space-2);width:100%;max-width:340px;margin:0;padding:0;list-style:none}.footerPaymentChip{box-sizing:border-box;display:flex;flex:1 1 0;min-width:0;align-items:center;justify-content:center;height:29px;border-radius:var(--radius-md);background-color:var(--color-surface)}.footerPaymentIcon{width:auto;max-width:79.17%;height:auto;max-height:23px;object-fit:contain}.footerPaymentsFallback{box-sizing:border-box;width:100%;max-width:340px;height:auto;padding:6px var(--space-4);border-radius:var(--radius-md);background-color:var(--color-surface)}.footerLocations{display:flex;flex-direction:column;gap:var(--space-6)}.footerLocationsTitle{margin:0;font-size:var(--font-size-xl);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-tight)}.footerCountry{display:flex;flex-direction:column;gap:var(--space-4);text-align:center}.footerCountry+.footerCountry{margin-top:var(--space-4)}.footerCountryTitle{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--space-2);font-size:var(--font-size-md);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.footerCountryIcon{width:18px;height:auto}.footerCityList{font-size:var(--font-size-base);line-height:var(--line-height-normal)}.footerCity{color:var(--color-text-inverse);text-decoration:none;cursor:pointer}.footerCity:visited{color:var(--color-text-inverse)}.footerCity:hover{text-decoration:underline}.footerMain{position:relative;z-index:1;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:var(--space-20);width:100%;padding:120px var(--space-4) var(--space-20);background-color:var(--color-primary)}.footerClaim{display:flex;align-items:center;justify-content:center;width:100%}.footerClaimImage{width:100%;max-width:270px;height:auto}.footerColumns{display:flex;flex-direction:column;align-items:center;gap:var(--space-12);width:100%}.footerColumn{display:flex;flex-direction:column;align-items:center;gap:var(--space-6);width:100%}.footerColumnTitle{font-size:var(--font-size-md);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.footerColumnLinks{display:flex;flex-direction:column;gap:var(--space-4)}.footerLink{font-size:var(--font-size-sm);font-weight:var(--font-weight-regular);line-height:var(--line-height-tight);color:var(--color-text-inverse);text-decoration:none}.footerLink:visited{color:var(--color-text-inverse)}a.footerLink{cursor:pointer}a.footerLink:hover{text-decoration:underline}.footerLanguageButton{padding:0;border:0;background:none;cursor:pointer;font-family:var(--font-family-base)}.footerLanguageButton:hover{text-decoration:underline}.footerBottom{display:flex;flex-direction:column;align-items:center;gap:72px}.footerMeta{display:flex;flex-direction:column;align-items:center;gap:var(--space-6)}.footerMetaText{display:flex;flex-direction:column;gap:var(--space-4);font-size:var(--font-size-base)}.footerMetaText>p{margin:0}.footerSocial{display:flex;flex-direction:row;align-items:center;gap:var(--space-6)}.footerSocialIcon{width:40px;height:40px}.footerBrand{display:flex;flex-direction:column;align-items:center;gap:var(--space-8)}.footerBrandLogo{width:229px;max-width:100%;height:auto}.footerBadges{display:flex;flex-direction:row;align-items:center;gap:var(--space-4)}.footerBadgeEnisa{width:49px;height:auto}.footerBadgeNailted{width:58px;height:58px}#whatsapp-button{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;justify-content:center;align-items:center;max-width:60px;max-height:60px;width:25%;height:14%;border-radius:50%;background-color:var(--whatsapp-green);box-shadow:0 4px 8px #0000004d;cursor:pointer;transition:transform .2s ease}#whatsapp-button:hover{transform:scale(1.1)}#whatsapp-button img{width:100%;height:100%}@media(max-width:480px){#whatsapp-button{bottom:16px;right:16px;width:25%;height:14%}}@media print{#whatsapp-button{display:none}}@media(prefers-reduced-motion:reduce){#whatsapp-button{transition:none}}@media screen and (min-width:1024px){.appbar{position:fixed;top:0;padding:var(--space-4) var(--space-8)}.appbarActions{gap:var(--space-12)}.appbarLinks{display:flex}.appbarMenuButton{display:none}.appbar+main{padding-top:calc(var(--top-message-height) + 78px)}.topMessageMarquee{display:none}.topMessageStatic{display:block;margin:0;font-weight:var(--font-weight-bold);white-space:nowrap}.appbar--no-message+main{padding-top:78px}.mobile-nav-menu,.mobile-nav-menu.mobile-nav-menu--visible{display:none}.footer{margin-top:120px}.footerCard{gap:var(--space-20);padding:var(--space-20)}.footerHelpTitle,.footerLocationsTitle{font-size:var(--font-size-3xl)}.footerHelpSubtitle{font-size:var(--font-size-md);font-weight:var(--font-weight-medium)}.footerPayments{max-width:320px}.footerPaymentChip{height:27px}.footerCityList{font-size:var(--font-size-md)}.footerColumns{flex-direction:row;align-items:flex-start;justify-content:center;max-width:1041px}.footerColumn{flex:1 1 0;min-width:0}}@media screen and (min-width:1280px){.appbar{padding:var(--space-4) var(--space-20)}}@font-face{font-display:block;font-family:Rubik;font-style:normal;font-weight:300;src:url(/static_assets/fonts/rubik-v31-latin-300.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:italic;font-weight:300;src:url(/static_assets/fonts/rubik-v31-latin-300italic.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:normal;font-weight:400;src:url(/static_assets/fonts/rubik-v31-latin-regular.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:italic;font-weight:400;src:url(/static_assets/fonts/rubik-v31-latin-italic.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:normal;font-weight:500;src:url(/static_assets/fonts/rubik-v31-latin-500.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:italic;font-weight:500;src:url(/static_assets/fonts/rubik-v31-latin-500italic.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:normal;font-weight:600;src:url(/static_assets/fonts/rubik-v31-latin-600.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:italic;font-weight:600;src:url(/static_assets/fonts/rubik-v31-latin-600italic.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:normal;font-weight:700;src:url(/static_assets/fonts/rubik-v31-latin-700.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:italic;font-weight:700;src:url(/static_assets/fonts/rubik-v31-latin-700italic.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:normal;font-weight:800;src:url(/static_assets/fonts/rubik-v31-latin-800.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:italic;font-weight:800;src:url(/static_assets/fonts/rubik-v31-latin-800italic.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:normal;font-weight:900;src:url(/static_assets/fonts/rubik-v31-latin-900.woff2) format("woff2")}@font-face{font-display:block;font-family:Rubik;font-style:italic;font-weight:900;src:url(/static_assets/fonts/rubik-v31-latin-900italic.woff2) format("woff2")}
