:root{--parkero-red: #ed1c24;--parkero-red-dark: #c9141b;--parkero-charcoal: #202326;--parkero-dark: #111315;--parkero-light-gray: #f5f6f7;--parkero-border: #e4e7eb;--parkero-text: #17191c;--parkero-muted: #626b76;--parkero-white: #fff;--parkero-radius: 6px;--parkero-radius-lg: 10px;--parkero-shadow-soft: 0 10px 30px rgba(17, 19, 21, .06);--parkero-page: min( calc(100% - 48px) , 1440px);--parkero-page-narrow: min( calc(100% - 48px) , 920px);--parkero-section-space: clamp(56px, 7vw, 96px);--parkero-section-space-compact: clamp(36px, 5vw, 64px)}.parkero-system,.parkero-system *{box-sizing:border-box}.parkero-system{max-width:100%;overflow-x:clip;color:var(--parkero-text)}.parkero-shell{width:var(--parkero-page);margin-inline:auto}.parkero-shell--narrow{width:var(--parkero-page-narrow);margin-inline:auto}.parkero-section{padding-block:var(--parkero-section-space)}.parkero-section--compact{padding-block:var(--parkero-section-space-compact)}.parkero-section--white{background:var(--parkero-white)}.parkero-section--gray{background:var(--parkero-light-gray)}.parkero-section--dark{background:var(--parkero-charcoal);color:var(--parkero-white)}.parkero-eyebrow{margin:0 0 12px;color:var(--parkero-red);font-size:12px;font-weight:750;letter-spacing:.12em;line-height:1.35;text-transform:uppercase}.parkero-title{margin:0;color:inherit;font-size:clamp(34px,4.1vw,60px);font-weight:780;letter-spacing:-.04em;line-height:1.02}.parkero-title--section{font-size:clamp(30px,3vw,44px);line-height:1.08}.parkero-copy{color:var(--parkero-muted);font-size:clamp(16px,1.25vw,18px);line-height:1.7}.parkero-section--dark .parkero-copy{color:#ffffffb8}.parkero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.parkero-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:12px;padding:12px 22px;border:1px solid var(--parkero-red);border-radius:4px;background:var(--parkero-red);color:var(--parkero-white);font-size:14px;font-weight:700;line-height:1.2;text-decoration:none;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.parkero-button:hover{border-color:var(--parkero-red-dark);background:var(--parkero-red-dark);color:var(--parkero-white);transform:translateY(-1px)}.parkero-button--outline{border-color:currentColor;background:transparent;color:var(--parkero-charcoal)}.parkero-section--dark .parkero-button--outline{color:var(--parkero-white)}.parkero-button--outline:hover{border-color:var(--parkero-red);background:#ed1c240f;color:var(--parkero-red)}.parkero-grid{display:grid;gap:20px}.parkero-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.parkero-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.parkero-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.parkero-card{overflow:hidden;border:1px solid var(--parkero-border);border-radius:var(--parkero-radius);background:var(--parkero-white)}.parkero-card__media{aspect-ratio:4 / 3;overflow:hidden;background:var(--parkero-light-gray)}.parkero-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.parkero-card:hover .parkero-card__media img{transform:scale(1.025)}.parkero-card__body{padding:22px}.parkero-card__title{margin:0;color:var(--parkero-text);font-size:19px;font-weight:720;line-height:1.25}.parkero-card__text{margin:10px 0 0;color:var(--parkero-muted);font-size:14px;line-height:1.6}.parkero-card__link{display:inline-flex;margin-top:18px;color:var(--parkero-red);font-size:14px;font-weight:700;text-decoration:none}.parkero-rte>:first-child{margin-top:0}.parkero-rte>:last-child{margin-bottom:0}.parkero-rte h2{margin:2em 0 .65em;color:var(--parkero-text);font-size:clamp(28px,3vw,40px);line-height:1.12}.parkero-rte h3{margin:1.6em 0 .55em;color:var(--parkero-text);font-size:clamp(21px,2vw,27px);line-height:1.2}.parkero-rte p,.parkero-rte li{color:var(--parkero-muted);font-size:16px;line-height:1.75}.parkero-breadcrumbs{padding-block:14px;border-bottom:1px solid var(--parkero-border);background:var(--parkero-white)}.parkero-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.parkero-breadcrumbs li{color:var(--parkero-muted);font-size:12px}.parkero-breadcrumbs li+li:before{content:"/";margin-right:8px;color:#a5abb2}.parkero-breadcrumbs a{color:inherit;text-decoration:none}.parkero-breadcrumbs a:hover{color:var(--parkero-red)}.parkero-accordion{border-top:1px solid var(--parkero-border)}.parkero-accordion details{border-bottom:1px solid var(--parkero-border)}.parkero-accordion summary{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;color:var(--parkero-text);font-size:16px;font-weight:700;list-style:none}.parkero-accordion summary::-webkit-details-marker{display:none}.parkero-accordion summary:after{content:"+";color:var(--parkero-red);font-size:22px;font-weight:400}.parkero-accordion details[open] summary:after{content:"\2212"}.parkero-accordion__answer{padding:0 0 24px;color:var(--parkero-muted);font-size:15px;line-height:1.7}@media(max-width:989px){.parkero-grid--3,.parkero-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}.parkero-topbar{position:relative;z-index:60;height:34px;overflow:hidden;border-bottom:1px solid var(--parkero-border);background:#f1f3f4;color:#3b4046}.parkero-topbar__inner{display:flex;width:min(calc(100% - 48px),1120px);height:100%;align-items:center;justify-content:space-between;gap:36px;margin:0 auto;white-space:nowrap}.parkero-topbar__item{display:inline-flex;flex:0 0 auto;align-items:center;gap:7px;font-size:11px;font-weight:600;line-height:1}.parkero-topbar__item svg{width:14px;height:14px;fill:none;stroke:var(--parkero-red);stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.header-navigation{background:var(--parkero-white)!important}.header-navigation .header__menu-item{font-weight:600}.header-navigation .header__heading-logo{object-fit:contain}.header-navigation .button,.header-navigation [class*=quote] a{border-radius:4px!important}.parkero-footer{background:var(--parkero-dark);color:#ffffffb8}.parkero-footer__inner{width:var(--parkero-page);margin:0 auto;padding:58px 0 28px}.parkero-footer__grid{display:grid;grid-template-columns:1.35fr repeat(6,minmax(0,1fr));gap:34px}.parkero-footer__brand img{width:170px;max-height:60px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}.parkero-footer__brand-name{color:#fff;font-size:24px;font-weight:800;letter-spacing:-.02em}.parkero-footer__brand-name span,.parkero-footer a:hover{color:var(--parkero-red)}.parkero-footer__summary{max-width:280px;margin:18px 0 0;font-size:13px;line-height:1.65}.parkero-footer h3{margin:0 0 16px;color:#fff;font-size:13px;font-weight:750}.parkero-footer ul{margin:0;padding:0;list-style:none}.parkero-footer li+li{margin-top:9px}.parkero-footer a{color:#ffffffad;font-size:12px;text-decoration:none;transition:color .18s ease}.parkero-footer__contact p{margin:0 0 10px;font-size:12px;line-height:1.5}.parkero-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:11px}.parkero-footer__legal{display:flex;flex-wrap:wrap;gap:20px}@media(max-width:1199px){.parkero-footer__grid{grid-template-columns:1.4fr repeat(3,1fr)}}@media(max-width:749px){:root{--parkero-page: calc(100% - 32px) ;--parkero-page-narrow: calc(100% - 32px) }.parkero-grid--2,.parkero-grid--3,.parkero-grid--4{grid-template-columns:1fr}.parkero-actions{align-items:stretch;flex-direction:column}.parkero-actions .parkero-button{width:100%}.parkero-topbar{height:32px}.parkero-topbar__inner{width:100%;justify-content:flex-start;gap:30px;overflow-x:auto;padding:0 16px;scrollbar-width:none}.parkero-topbar__inner::-webkit-scrollbar{display:none}.parkero-topbar__item{font-size:10px}.parkero-footer__inner{padding-top:44px}.parkero-footer__grid{grid-template-columns:1fr 1fr;gap:32px 24px}.parkero-footer__brand{grid-column:1 / -1}.parkero-footer__bottom{align-items:flex-start;flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/parkero-global.css.map */
