:root{--gate-charcoal: #2f2d30;--gate-card-radius: 20px;--gate-field-radius: 11px;--gate-ease-expo: cubic-bezier(.16, 1, .3, 1);--gate-shadow-resting: inset 0 1px 0 rgba(255, 255, 255, .9), 0 0 0 1px rgba(47, 45, 48, .06), 0 2px 4px -1px rgba(47, 45, 48, .08), 0 12px 32px -8px rgba(47, 45, 48, .16), 0 32px 64px -24px rgba(47, 45, 48, .22)}.gate-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;z-index:2147483647}.gate-modal__backdrop{position:absolute;inset:0;background:radial-gradient(120% 120% at 50% 0%,#2f2d3052,#2f2d3085);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:gate-fade-in .35s ease both}body[data-demo-gate-open] #ekho-shadow-host{display:none!important}.gate-modal__card{position:relative;background:linear-gradient(180deg,#fff,#fdfdfc);border-radius:var(--gate-card-radius);padding:44px;max-width:552px;width:100%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:22px;box-shadow:var(--gate-shadow-resting);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;animation:gate-card-enter .42s var(--gate-ease-expo) both;transition:height .36s cubic-bezier(.16,1,.3,1)}.gate-modal__inner{display:flex;flex-direction:column;gap:22px}.gate-modal__card:before{content:"";position:absolute;top:0;left:24px;right:24px;height:1px;background:linear-gradient(90deg,transparent,rgba(47,45,48,.18),transparent)}.gate-modal__header{display:flex;flex-direction:column;gap:14px}.gate-modal__logo{height:22px;width:auto;object-fit:contain;align-self:flex-start}.gate-modal__title{font-family:var(--font-family-body);font-size:30px;font-weight:700;line-height:1.12;letter-spacing:-.025em;color:var(--dealer-text-primary);margin:0;text-wrap:balance}.gate-modal__body{font-family:var(--font-family-body);font-size:15px;line-height:1.55;color:var(--dealer-text-secondary);margin:0}.gate-modal__form{display:flex;flex-direction:column;gap:16px}.gate-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.gate-modal__field{display:flex;flex-direction:column;gap:7px}.gate-modal__label{font-family:var(--font-family-body);font-size:12px;font-weight:600;line-height:1.3;letter-spacing:.02em;color:var(--dealer-text-primary)}.gate-modal__input,.gate-modal__select{width:100%;min-height:48px;padding:12px 14px;font-family:var(--font-family-body);font-size:15px;line-height:22px;color:var(--dealer-text-primary);background:#fff;border:1px solid rgba(47,45,48,.16);border-radius:var(--gate-field-radius);outline:none;box-shadow:inset 0 1px 2px #2f2d300f,0 1px 1px #2f2d3008;transition:border-color .15s ease,box-shadow .15s ease;appearance:none}.gate-modal__input:hover:not(:focus),.gate-modal__select:hover:not(:focus){border-color:#2f2d3052}.gate-modal__input:focus,.gate-modal__select:focus{border-color:#2f2d308c;box-shadow:inset 0 1px 2px #2f2d300f,0 0 0 3px #2f2d301a}.gate-modal__input::placeholder{color:#2f2d3061}.gate-modal__input--code{font-size:28px;font-weight:600;letter-spacing:14px;text-indent:14px;text-align:center;font-family:SFMono-Regular,ui-monospace,Menlo,monospace}.gate-modal__select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232f2d30' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:34px}.gate-modal__error{font-family:var(--font-family-body);font-size:14px;line-height:1.4;color:#c2410c;margin:0}.gate-modal__terms{font-family:var(--font-family-body);font-size:12px;line-height:1.5;color:var(--dealer-text-secondary);margin:0}.gate-modal__terms a{color:var(--dealer-text-primary);text-decoration:underline;text-underline-offset:2px}.gate-modal__hint{font-family:var(--font-family-body);font-size:12.5px;line-height:1.45;color:var(--dealer-text-secondary);text-align:center;margin:-2px 0 0}.gate-modal__submit{position:relative;width:100%;min-height:48px;padding:13px 24px;font-family:var(--font-family-body);font-size:15px;font-weight:600;letter-spacing:.01em;line-height:1.4;color:#fff;background:var(--gate-charcoal);border:1px solid var(--gate-charcoal);border-radius:9999px;cursor:pointer;transition:background-color .3s cubic-bezier(.215,.61,.355,1),border-color .3s cubic-bezier(.215,.61,.355,1)}.gate-modal__submit:hover:not(:disabled){background:#353535;border-color:#353535}.gate-modal__submit:focus-visible{outline:none;box-shadow:0 0 0 3px #2f2d3040}.gate-modal__submit:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}a.gate-modal__submit{box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none}.gate-modal__resend{display:flex;flex-direction:column;gap:4px}.gate-modal__resend-text{font-family:var(--font-family-body);font-size:14px;line-height:1.4;color:var(--dealer-text-secondary)}.gate-modal__resend-actions{display:flex;gap:4px;align-items:center;font-family:var(--font-family-body);font-size:14px;color:var(--dealer-text-secondary)}.gate-modal__link{background:none;border:none;padding:4px 0;font-family:var(--font-family-body);font-size:14px;font-weight:500;color:var(--dealer-text-primary);text-decoration:underline;text-decoration-color:#2f2d304d;text-underline-offset:3px;cursor:pointer;transition:text-decoration-color .15s ease,color .15s ease;align-self:center}.gate-modal__link:hover:not(:disabled){text-decoration-color:var(--dealer-text-primary)}.gate-modal__link:disabled{opacity:.4;cursor:not-allowed}.gate-modal__employee{text-align:center;font-family:var(--font-family-body);font-size:12px;line-height:1.4;color:var(--dealer-text-secondary);margin:0}.gate-modal__employee-link{color:var(--dealer-text-primary);text-decoration:underline;text-underline-offset:2px}.gate-modal__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.gate-modal__list li{position:relative;padding-left:26px;font-family:var(--font-family-body);font-size:15px;line-height:1.5;color:var(--dealer-text-secondary)}.gate-modal__list li:before{content:"";position:absolute;left:0;top:3px;width:16px;height:16px;border-radius:50%;background:#2f2d3014;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='%232f2d30' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.gate-modal__eyebrow-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.gate-modal__tagline{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-family-body);font-size:11px;font-weight:700;line-height:1.3;letter-spacing:.14em;text-transform:uppercase;color:#2f2d3080;margin:0}.gate-modal__tagline:before{content:"";width:7px;height:7px;border-radius:50%;background:#16a34a;box-shadow:0 0 #16a34a80;animation:gate-pulse 2.4s ease-in-out infinite}.gate-modal__numeral{font-family:var(--font-family-body);font-size:13px;font-weight:600;letter-spacing:.1em;color:#2f2d3059;font-variant-numeric:tabular-nums;margin:0}.gate-modal__numeral b{color:var(--dealer-text-primary);font-weight:700}.carousel__actions{display:flex;flex-direction:column;gap:10px}.carousel__dots{display:flex;gap:7px;justify-content:center;align-items:center}.carousel__dot{width:7px;height:7px;border-radius:9999px;background:#2f2d3033;transition:width .3s var(--gate-ease-expo),background-color .2s ease}.carousel__dot--active{width:22px;background:var(--gate-charcoal)}@keyframes gate-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gate-card-enter{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes gate-pulse{0%{box-shadow:0 0 #16a34a80}70%{box-shadow:0 0 0 6px #16a34a00}to{box-shadow:0 0 #16a34a00}}@media(prefers-reduced-motion:reduce){.gate-modal__backdrop,.gate-modal__card,.gate-modal__tagline:before{animation:none}.gate-modal__submit,.gate-modal__card,.carousel__dot{transition:none}}@media(max-width:600px){.gate-modal__card{padding:28px 22px;gap:18px}.gate-modal__title{font-size:25px}.gate-modal__row{grid-template-columns:1fr}}:root{--chelp-charcoal: #2f2d30;--chelp-radius: 16px;--chelp-ease-expo: cubic-bezier(.16, 1, .3, 1);--chelp-fade: .2s;--chelp-exit: .24s;--chelp-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--chelp-z: 2147483000;--chelp-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 0 0 1px rgba(47, 45, 48, .06), 0 2px 4px -1px rgba(47, 45, 48, .08), 0 12px 32px -8px rgba(47, 45, 48, .16), 0 32px 64px -24px rgba(47, 45, 48, .22)}.chelp-button,.chelp-popover,.chelp-card{box-sizing:border-box;font-family:var(--chelp-font)}.chelp-button *,.chelp-popover *,.chelp-card *{box-sizing:border-box}.chelp-button{position:fixed;top:88px;left:20px;z-index:var(--chelp-z);width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#fff;background:var(--chelp-charcoal);border:1px solid var(--chelp-charcoal);border-radius:9999px;cursor:pointer;box-shadow:0 2px 4px -1px #2f2d301f,0 12px 32px -8px #2f2d303d;transition:transform .3s var(--chelp-ease-expo),background-color .2s ease}.chelp-button:hover{background:#3d3b3e;transform:scale(1.05)}.chelp-button:focus-visible{outline:none;box-shadow:0 0 0 3px #2f2d3047}.chelp-icon-glyph{font-family:"Source Serif 4",Georgia,serif;font-weight:700;font-style:italic;font-size:22px;line-height:1}.chelp-button--nudge{animation:chelp-pulse 2.4s ease-in-out infinite}.chelp-popover{position:fixed;top:140px;left:20px;z-index:var(--chelp-z);width:min(340px,calc(100vw - 40px));background:linear-gradient(180deg,#fff,#fdfdfc);border-radius:var(--chelp-radius);padding:22px 22px 20px;box-shadow:var(--chelp-shadow);-webkit-font-smoothing:antialiased;animation:chelp-pop-in .32s var(--chelp-ease-expo) both}.chelp-popover--closing{animation:chelp-pop-out var(--chelp-exit) var(--chelp-ease-expo) both}.chelp-popover__content{display:flex;flex-direction:column;gap:10px}.chelp-popover__close{position:absolute;top:12px;right:12px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;color:#2f2d3080;background:none;border:none;border-radius:9999px;cursor:pointer;transition:color .15s ease}.chelp-popover__close:hover{color:var(--chelp-charcoal)}.chelp-popover__eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#2f2d3080;margin:0}.chelp-popover__headline{font-size:17px;font-weight:700;line-height:1.25;letter-spacing:-.015em;color:var(--chelp-charcoal);margin:0;text-wrap:balance}.chelp-popover__body{font-size:14px;line-height:1.55;color:#2f2d30a8;margin:0}.chelp-popover__learn-more{align-self:flex-start;margin-top:4px;padding:4px 0;font-size:14px;font-weight:500;color:var(--chelp-charcoal);background:none;border:none;text-decoration:underline;text-decoration-color:#2f2d304d;text-underline-offset:3px;cursor:pointer;transition:text-decoration-color .15s ease}.chelp-popover__learn-more:hover{text-decoration-color:var(--chelp-charcoal)}.chelp-card{position:fixed;inset:0;z-index:var(--chelp-z);display:flex;align-items:center;justify-content:center;padding:20px}.chelp-card__backdrop{position:absolute;inset:0;border:none;cursor:pointer;background:radial-gradient(120% 120% at 50% 0%,#2f2d3052,#2f2d3085);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:chelp-fade-in .35s ease both}.chelp-card__panel{position:relative;background:linear-gradient(180deg,#fff,#fdfdfc);border-radius:20px;padding:40px;max-width:520px;width:100%;max-height:85vh;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:18px;box-shadow:var(--chelp-shadow);-webkit-font-smoothing:antialiased;animation:chelp-card-enter .42s var(--chelp-ease-expo) both}.chelp-card--closing .chelp-card__backdrop{animation:chelp-fade-out var(--chelp-exit) ease both}.chelp-card--closing .chelp-card__panel{animation:chelp-card-exit var(--chelp-exit) var(--chelp-ease-expo) both}.chelp-card__close{position:absolute;top:18px;right:18px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;color:#2f2d3080;background:none;border:none;border-radius:9999px;cursor:pointer;transition:color .15s ease}.chelp-card__close:hover{color:var(--chelp-charcoal)}.chelp-card__headline{font-size:26px;font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--chelp-charcoal);margin:0;text-wrap:balance}.chelp-card__content{display:flex;flex-direction:column;gap:16px}.chelp-card__header{display:flex;align-items:center;gap:10px}.chelp-card__icon{width:22px;height:22px;flex:none;color:var(--chelp-charcoal)}.chelp-card__eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#2f2d3080;margin:0}.chelp-card__paragraph{font-size:15px;line-height:1.6;color:#2f2d30b3;margin:0}.chelp-card__block{display:flex;flex-direction:column;gap:8px}.chelp-card__block-title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2f2d308c;margin:0}.chelp-card__steps{margin:0;padding:0;list-style:none;counter-reset:chelp-step;display:flex;flex-direction:column;gap:8px}.chelp-card__steps li{position:relative;padding-left:30px;font-size:14px;line-height:1.5;color:#2f2d30b8;counter-increment:chelp-step}.chelp-card__steps li:before{content:counter(chelp-step);position:absolute;left:0;top:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;background:var(--chelp-charcoal);border-radius:9999px}.chelp-card__tips{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.chelp-card__tips li{position:relative;padding-left:18px;font-size:14px;line-height:1.5;color:#2f2d30b8}.chelp-card__tips li:before{content:"";position:absolute;left:3px;top:8px;width:5px;height:5px;background:var(--chelp-charcoal);border-radius:9999px}.chelp-card__stat{display:flex;gap:14px;align-items:flex-start;padding:16px;background:#2f2d300a;border:1px solid rgba(47,45,48,.08);border-radius:12px}.chelp-card__stat-value{font-size:22px;font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--chelp-charcoal);flex:none}.chelp-card__stat-label{font-size:13px;line-height:1.45;color:#2f2d30a8}.chelp-card__related{display:flex;flex-direction:column;gap:8px;padding-top:14px;border-top:1px solid rgba(47,45,48,.08)}.chelp-card__related-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.chelp-card__related-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#2f2d3073}.chelp-card__related-toggle{padding:2px 0;font-size:12px;font-weight:500;color:#2f2d3080;background:none;border:none;cursor:pointer;transition:color .15s ease}.chelp-card__related-toggle:hover{color:var(--chelp-charcoal)}.chelp-card__related-chips{display:flex;flex-wrap:wrap;gap:8px}.chelp-card__chip{max-width:100%;padding:7px 14px;font-size:13px;font-weight:500;text-align:left;white-space:normal;color:var(--chelp-charcoal);background:#2f2d300d;border:1px solid rgba(47,45,48,.1);border-radius:16px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.chelp-card__chip:hover{background:#2f2d301a;border-color:#2f2d3033}.chelp-card__link{align-self:flex-end;display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-size:14px;font-weight:500;line-height:1;color:#fff;background:var(--chelp-charcoal);border-radius:9999px;text-decoration:none;transition:background-color .3s var(--chelp-ease-expo)}.chelp-card__link:hover{background:#3d3b3e}body[data-chelp-card-open] #ekho-shadow-host{z-index:1!important}@keyframes chelp-fade-in{0%{opacity:0}to{opacity:1}}@keyframes chelp-fade-out{0%{opacity:1}to{opacity:0}}@keyframes chelp-pop-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scale(.98)}}@keyframes chelp-card-exit{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.96) translateY(10px)}}@keyframes chelp-pop-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes chelp-card-enter{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes chelp-pulse{0%{box-shadow:0 2px 4px -1px #2f2d301f,0 12px 32px -8px #2f2d303d,0 0 #2f2d3066}70%{box-shadow:0 2px 4px -1px #2f2d301f,0 12px 32px -8px #2f2d303d,0 0 0 12px #2f2d3000}to{box-shadow:0 2px 4px -1px #2f2d301f,0 12px 32px -8px #2f2d303d,0 0 #2f2d3000}}@media(prefers-reduced-motion:reduce){.chelp-button--nudge{animation:none}.chelp-button{transition:none}.chelp-popover{animation:chelp-fade-in var(--chelp-fade) ease both}.chelp-popover--closing{animation:chelp-fade-out var(--chelp-exit) ease both}.chelp-card__panel{animation:chelp-fade-in var(--chelp-fade) ease both}.chelp-card--closing .chelp-card__panel{animation:chelp-fade-out var(--chelp-exit) ease both}}@media(max-width:600px){.chelp-button{top:72px}.chelp-popover{top:124px}.chelp-card__panel{padding:28px 22px}.chelp-card__headline{font-size:22px}}.dealer-navbar[data-astro-cid-xu5ykefq]{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--dealer-border-light);padding:0 var(--dealer-padding-page);isolation:isolate}.dealer-navbar__inner[data-astro-cid-xu5ykefq]{display:flex;align-items:center;justify-content:space-between;max-width:var(--dealer-content-max-width);margin:0 auto;padding:var(--dealer-padding-page) 0}.dealer-navbar__logo-link[data-astro-cid-xu5ykefq]{display:flex;align-items:center;flex-shrink:0}.dealer-navbar__logo[data-astro-cid-xu5ykefq]{height:20px;width:auto;object-fit:contain}.dealer-navbar__nav[data-astro-cid-xu5ykefq]{display:flex;align-items:center;gap:8px}.dealer-navbar__link[data-astro-cid-xu5ykefq]{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-family:var(--font-family-body);font-size:var(--dealer-body);font-weight:500;line-height:var(--dealer-body-lh);color:var(--dealer-text-primary);background:transparent;border:none;border-radius:9999px;cursor:pointer;transition:background-color .2s ease;text-decoration:none}.dealer-navbar__link[data-astro-cid-xu5ykefq]:hover{background-color:#0000000d}.dealer-navbar__cta[data-astro-cid-xu5ykefq]{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-family:var(--font-family-body);font-size:var(--dealer-body);font-weight:600;line-height:var(--dealer-body-lh);color:#fff;background-color:var(--dealer-text-primary);border:1px solid var(--dealer-text-primary);border-radius:9999px;cursor:pointer;transition:background-color .2s ease;text-decoration:none}.dealer-navbar__cta[data-astro-cid-xu5ykefq]:hover{background-color:#333}.dealer-navbar__hamburger[data-astro-cid-xu5ykefq]{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:none;border-radius:9999px;cursor:pointer;color:var(--dealer-text-primary);transition:background-color .2s ease}.dealer-navbar__hamburger[data-astro-cid-xu5ykefq]:hover{background-color:#0000000d}@media(max-width:768px){.dealer-navbar__link[data-astro-cid-xu5ykefq],.dealer-navbar__cta[data-astro-cid-xu5ykefq]{display:none}}.dealer-footer__main[data-astro-cid-cpgxvzen]{background:var(--dealer-footer-bg);border-top:1px solid var(--dealer-border-light);padding:var(--dealer-padding-footer);display:flex;flex-direction:column;gap:32px;align-items:center}.dealer-footer__main[data-astro-cid-cpgxvzen]>[data-astro-cid-cpgxvzen]{max-width:var(--dealer-content-max-width);width:100%}.dealer-footer__content[data-astro-cid-cpgxvzen]{display:flex;justify-content:space-between;align-items:flex-start;gap:48px}.dealer-footer__info[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;gap:var(--dealer-gap);max-width:303px;flex-shrink:0}.dealer-footer__logo-link[data-astro-cid-cpgxvzen]{display:inline-flex;padding:6px 0}.dealer-footer__logo[data-astro-cid-cpgxvzen]{height:20px;width:auto;object-fit:contain}.dealer-footer__contact[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;gap:12px}.dealer-footer__contact-group[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;gap:4px}.dealer-footer__label[data-astro-cid-cpgxvzen]{font-size:var(--dealer-footnote);font-weight:600;line-height:var(--dealer-footnote-lh);letter-spacing:.15px;color:var(--dealer-text-primary)}.dealer-footer__link[data-astro-cid-cpgxvzen]{font-size:var(--dealer-small);font-weight:400;line-height:var(--dealer-small-lh);color:var(--dealer-text-primary);text-decoration:underline;text-underline-offset:2px}.dealer-footer__link[data-astro-cid-cpgxvzen]:hover{opacity:.7}.dealer-footer__hours[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;gap:4px}.dealer-footer__hour-line[data-astro-cid-cpgxvzen]{font-size:var(--dealer-small);line-height:var(--dealer-small-lh);color:var(--dealer-text-primary)}.dealer-footer__links-container[data-astro-cid-cpgxvzen]{display:flex;flex-wrap:wrap;gap:32px}.dealer-footer__link-group[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;gap:var(--dealer-gap);width:180px}.dealer-footer__group-title[data-astro-cid-cpgxvzen]{font-size:var(--dealer-body);font-weight:600;line-height:var(--dealer-eyebrow-lh);color:var(--dealer-text-primary)}.dealer-footer__group-links[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;gap:12px}.dealer-footer__social[data-astro-cid-cpgxvzen]{display:flex;gap:16px}.dealer-footer__social-icon[data-astro-cid-cpgxvzen]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;color:var(--dealer-text-primary);transition:opacity .2s ease}.dealer-footer__social-icon[data-astro-cid-cpgxvzen]:hover{opacity:.7}.dealer-subfooter[data-astro-cid-cpgxvzen]{padding:0 var(--dealer-padding-footer);background:var(--dealer-subfooter-bg);color:#fff;font-size:var(--dealer-footnote);line-height:var(--dealer-footnote-lh);letter-spacing:.15px}.dealer-subfooter__inner[data-astro-cid-cpgxvzen]{display:flex;align-items:center;justify-content:space-between;max-width:var(--dealer-content-max-width);margin:0 auto;padding:20px 0}.dealer-subfooter__copyright[data-astro-cid-cpgxvzen]{flex:1;min-width:0}.dealer-subfooter__powered[data-astro-cid-cpgxvzen]{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:4px;color:#fff}.dealer-subfooter__ekho-logo[data-astro-cid-cpgxvzen]{height:11px;width:auto}.dealer-subfooter__legal[data-astro-cid-cpgxvzen]{flex:1;min-width:0;display:flex;justify-content:flex-end;gap:16px}.dealer-subfooter__legal[data-astro-cid-cpgxvzen] a[data-astro-cid-cpgxvzen]{color:#fff;font-weight:600}.dealer-subfooter__legal[data-astro-cid-cpgxvzen] a[data-astro-cid-cpgxvzen]:hover{opacity:.7}@media(max-width:1023px){.dealer-footer__content[data-astro-cid-cpgxvzen]{flex-direction:column}.dealer-footer__links-container[data-astro-cid-cpgxvzen]{width:100%}.dealer-footer__main[data-astro-cid-cpgxvzen]{padding:40px var(--dealer-padding-page)}.dealer-subfooter[data-astro-cid-cpgxvzen]{flex-direction:column;gap:16px;text-align:center;padding:20px var(--dealer-padding-page)}.dealer-subfooter__copyright[data-astro-cid-cpgxvzen],.dealer-subfooter__powered[data-astro-cid-cpgxvzen],.dealer-subfooter__legal[data-astro-cid-cpgxvzen]{justify-content:center}}
