.feature-card{box-sizing:border-box;border-radius:20px;width:100%;height:100%;margin:0;overflow:hidden}.feature-card__title{overflow:visible}.feature-card--text{background:#000;border:1px solid #ffffff1a;overflow:visible}.feature-card__content{box-sizing:border-box;flex-direction:column;height:100%;padding:24px;display:flex;overflow:visible}.feature-card__content--row{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem}.feature-card__section-wrapper{flex-direction:column;flex:1;display:flex;overflow:visible}.feature-card__content-body{flex-direction:column;flex:1;justify-content:center;display:flex}.feature-card__title{font-size:var(--fs-h3);letter-spacing:.2px;color:var(--color-text-light);margin:0 0 1.5rem;font-weight:700;line-height:1}.feature-card__paragraph{font-size:var(--fs-body-lg);letter-spacing:.2px;color:var(--color-text-muted-light);margin:0 0 12px;line-height:1.3}.feature-card__paragraph:last-child{margin-bottom:0}.feature-card__list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.feature-card__list--first{margin-bottom:1rem}.feature-card__list-item{font-size:var(--fs-body-lg);letter-spacing:.2px;color:var(--color-text-muted-light);padding-left:16px;line-height:1.3;position:relative}.feature-card__list-item:last-child{margin-bottom:0}.feature-card__list-item:before{content:"";background:var(--color-primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.4em;left:0}.feature-card__cta{margin-top:auto;padding-top:1.5rem}.feature-card--text.feature-card--white{background:#fffffff2;border:1px solid #0000001a}.feature-card--white .feature-card__title{color:var(--color-text-black)}.feature-card--white .feature-card__paragraph,.feature-card--white .feature-card__list-item{color:var(--color-text-muted)}.feature-card--text.feature-card--glass{background:#1e1e1e99;border:1px solid #ffffff26}.feature-card--glass .feature-card__title{color:var(--color-text-light)}.feature-card--glass .feature-card__paragraph,.feature-card--glass .feature-card__list-item{color:var(--color-text-muted-light)}.feature-card--text.feature-card--frostedGlass{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffffb5;border:1px solid #2ba8e080;transform:translateZ(0);box-shadow:0 2px 12px #2ba8e014}.feature-card--frostedGlass .feature-card__title{color:var(--color-text-black)}.feature-card--frostedGlass .feature-card__paragraph,.feature-card--frostedGlass .feature-card__list-item{color:var(--color-text-muted)}.feature-card--text.feature-card--transparent{background:0 0;border:none;border-radius:0}.feature-card--transparent .feature-card__content{padding:1.5rem 0}.feature-card--transparent .feature-card__content-body{justify-content:flex-start}.feature-card--transparent .feature-card__title{color:var(--color-text-light);margin-bottom:1.5rem}.feature-card--transparent .feature-card__paragraph,.feature-card--transparent .feature-card__list-item{color:var(--color-text-muted-light)}.feature-card--transparent.feature-card--with-image .feature-card__embedded-image,.feature-card--transparent.feature-card--with-image>.feature-card__embedded-image:first-child{margin:0}.feature-card--no-padding .feature-card__content{padding:0}.feature-card--text-light .feature-card__title{color:var(--color-text-light)}.feature-card--text-light .feature-card__paragraph,.feature-card--text-light .feature-card__list-item{color:var(--color-text-muted-light)}.feature-card--text-dark .feature-card__title{color:var(--color-text-black)}.feature-card--text-dark .feature-card__paragraph,.feature-card--text-dark .feature-card__list-item{color:var(--color-text-muted)}.feature-card__section{margin-top:1.5rem}.feature-card__content:has(.feature-card__section) .feature-card__section-wrapper{flex:none}.feature-card__content:has(.feature-card__section) .feature-card__content-body{justify-content:flex-start}.feature-card--with-image{flex-direction:column;display:flex}.feature-card--with-image .feature-card__content{flex:1;height:auto}.feature-card__embedded-image{border-radius:20px;flex:1;min-height:200px;margin:0 24px 24px;position:relative;overflow:hidden}.feature-card--with-image>.feature-card__embedded-image:first-child{margin:24px 24px 0}.feature-card__embedded-image-img{object-fit:cover}.feature-card__embedded-image--loading:before{content:"";z-index:1;border-radius:inherit;background:linear-gradient(90deg,#1a1a1a 0%,#2a2a2a 50%,#1a1a1a 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite featureCardShimmer;position:absolute;top:0;bottom:0;left:0;right:0}.feature-card__protections{flex-direction:column;gap:1rem;width:100%;display:flex}.feature-card__protections-icons{flex-wrap:wrap;justify-content:center;gap:1.2rem;width:100%;display:flex}.feature-card__protection-item{text-align:center;flex-direction:column;align-items:center;display:flex}.feature-card__protection-icon{color:#000;justify-content:center;align-items:center;width:90px;height:90px;display:flex}.feature-card--text:not(.feature-card--white):not(.feature-card--frostedGlass) .feature-card__protection-icon{color:#fff}.feature-card--text:not(.feature-card--white):not(.feature-card--frostedGlass) .feature-card__protection-icon img,.dark-wrapper .feature-card__protection-icon img{filter:brightness(0)invert()}.feature-card__protection-icon svg{width:90px;height:90px}.feature-card__protection-label{font-size:var(--fs-caption);color:var(--color-primary);max-width:70px;font-weight:500;line-height:1.2}.feature-card--text:not(.feature-card--white):not(.feature-card--frostedGlass) .feature-card__protection-label,.dark-wrapper .feature-card__protection-label{color:#fff}.feature-card__protections--standalone{padding:0}.feature-card__protections--standalone .feature-card__protections-icons{flex-wrap:nowrap;justify-content:space-evenly}.feature-card__protections--standalone .feature-card__protection-icon,.feature-card__protections--standalone .feature-card__protection-icon img{width:100px;height:100px}.feature-card__protections--standalone .feature-card__protection-label{font-size:var(--fs-body-sm);text-align:center;max-width:none;color:inherit;margin-top:.25rem;font-weight:700}.feature-card--image{flex-direction:column;display:flex}.feature-card__image-container{flex:1;width:100%;min-height:200px;position:relative}.feature-card__image-container[style*=aspect-ratio]{flex:none;height:auto;min-height:0}.feature-card--image:has(.feature-card__image-container[style*=aspect-ratio]){align-self:start;height:auto}.feature-card__embedded-image[style*=aspect-ratio]{flex:none;height:auto;min-height:0}.feature-card__image{object-fit:cover}.feature-card__caption-overlay{z-index:2;background:0 0;align-items:flex-end;padding:1.5rem;transition:background .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.feature-card__caption-text{color:var(--color-text-light);font-style:italic;font-size:var(--fs-body-sm);opacity:0;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin:0;line-height:1.5;transition:opacity .3s,transform .3s;display:-webkit-box;overflow:hidden;transform:translateY(10px)}.feature-card__image-container:hover .feature-card__caption-overlay,.feature-card__embedded-image:hover .feature-card__caption-overlay,.caption-hover-wrapper:hover .feature-card__caption-overlay,.feature-carousel__slide:hover .feature-card__caption-overlay,.racing-dna__card-image:hover .feature-card__caption-overlay,.content-card__image-section:hover .feature-card__caption-overlay,.image-gallery__card:hover .feature-card__caption-overlay{background:#0009}.feature-card__image-container:hover .feature-card__caption-text,.feature-card__embedded-image:hover .feature-card__caption-text,.caption-hover-wrapper:hover .feature-card__caption-text,.feature-carousel__slide:hover .feature-card__caption-text,.racing-dna__card-image:hover .feature-card__caption-text,.content-card__image-section:hover .feature-card__caption-text,.image-gallery__card:hover .feature-card__caption-text{opacity:1;transform:translateY(0)}.feature-card__image{transition:transform .4s}.feature-card__image-container--loading:before{content:"";z-index:1;background:linear-gradient(90deg,#1a1a1a 0%,#2a2a2a 50%,#1a1a1a 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite featureCardShimmer;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes featureCardShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.feature-card__list--glass{gap:1rem}.feature-card__list-item--glass{padding-left:0}.feature-card__list-item--glass:before{display:none}.feature-card__glass-bullet{width:fit-content;padding:8px 0 4px;display:block;position:relative;overflow:hidden}.feature-card__glass-bullet-text{z-index:1;font-weight:600;display:block;position:relative}.feature-card__glass-bullet-border{background:linear-gradient(90deg, transparent 0%, transparent 35%, var(--color-primary) 50%, transparent 65%, transparent 100%);background-size:200% 100%;height:2px;animation:5s ease-in infinite glass-bullet-line-trace;position:absolute;bottom:0;left:0;right:0}@keyframes glass-bullet-line-trace{0%{background-position:200% 0}to{background-position:-200% 0}}.feature-card__glass-content{margin:0 0 12px;padding:12px 0;display:block;position:relative;overflow:hidden}.feature-card__glass-content:last-child{margin-bottom:0}.feature-card__glass-content-text{z-index:1;font-size:var(--fs-body-lg);letter-spacing:.2px;color:var(--color-text-black);margin:0;font-weight:600;line-height:1.3;position:relative}.feature-card__glass-content .feature-card__glass-bullet-border{border-radius:20px}.feature-card__glass-content:before{content:"";pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.feature-card--white .feature-card__glass-content-text{color:var(--color-text-black)}.feature-card--transparent .feature-card__glass-content-text,.feature-card--text-light .feature-card__glass-content-text{color:var(--color-text-muted-light)}.feature-card--text-dark .feature-card__glass-content-text{color:var(--color-text-black)}.feature-card__glass-bullet:before{content:"";pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.feature-card--white .feature-card__glass-bullet-text{color:var(--color-text-black)}.feature-card__compact-section{display:contents}.feature-card__compact-toggle{display:none}.feature-card__compact-body{display:contents}@media (max-width:1024px){.feature-card__content{padding:20px}.feature-card__content--row{gap:1.5rem}.feature-card__paragraph,.feature-card__list-item{font-size:var(--fs-body)}.feature-card__protection-icon{width:40px;height:40px}.feature-card__protection-icon svg{width:20px;height:20px}.feature-card__protections-icons{gap:1rem}.feature-card__embedded-image{border-radius:16px;margin:0 20px 20px}.feature-card--with-image>.feature-card__embedded-image:first-child{margin:20px 20px 0}.feature-card__glass-bullet{border-radius:10px;padding:8px 0 4px}.feature-card__glass-bullet-border,.feature-card__glass-bullet:before{border-radius:10px}.feature-card__glass-content{border-radius:16px;padding:10px 14px}.feature-card__glass-content .feature-card__glass-bullet-border,.feature-card__glass-content:before{border-radius:16px}}@media (max-width:600px){.feature-card__content{padding:16px}.feature-card__title{margin-bottom:1rem}.feature-card__content--row{flex-direction:column;align-items:flex-start;gap:1.5rem}.feature-card__protection-icon,.feature-card__protection-icon svg,.feature-card__protection-icon img{width:56px;height:56px}.feature-card__protections-icons{justify-content:space-evenly;gap:1rem 0}.feature-card__protection-item{flex:0 0 33.33%}.feature-card__protection-label{font-size:var(--fs-caption);max-width:none}.feature-card__protections--standalone .feature-card__protections-icons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.feature-card__protections--standalone .feature-card__protection-item{flex-direction:column;flex:0 0 calc(33.33% - 1rem);align-items:center;display:flex}.feature-card__protections--standalone .feature-card__protection-icon,.feature-card__protections--standalone .feature-card__protection-icon img{width:60px!important;height:60px!important}.feature-card__embedded-image{border-radius:12px;min-height:150px;margin:0 16px 16px}.feature-card__embedded-image:not([style*=aspect-ratio]){aspect-ratio:4/3;flex:none;height:auto;min-height:0}.feature-card--with-image>.feature-card__embedded-image:first-child{margin:16px 16px 0}.feature-card__list--glass{gap:1rem}.feature-card__glass-bullet{border-radius:8px;padding:8px 0 4px}.feature-card__glass-bullet-border,.feature-card__glass-bullet:before{border-radius:8px}.feature-card__glass-content{border-radius:12px;padding:10px 12px}.feature-card__glass-content .feature-card__glass-bullet-border,.feature-card__glass-content:before{border-radius:12px}.feature-card--compact .feature-card__compact-section{border-bottom:1px solid #ffffff1a;display:block}.feature-card--compact .feature-card__compact-section:last-child{border-bottom:none}.feature-card--compact .feature-card__compact-toggle{cursor:pointer;width:100%;color:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.feature-card__compact-title{font-size:var(--fs-body-lg);text-align:left;font-weight:700}.feature-card--white .feature-card__compact-toggle{color:var(--color-text-black)}.feature-card--white .feature-card__compact-section{border-bottom-color:#0000001a}.feature-card--transparent .feature-card__compact-toggle{color:var(--color-text-light)}.feature-card--transparent.feature-card--text-dark .feature-card__compact-toggle{color:var(--color-text-black)}.feature-card__compact-icon{flex-shrink:0}.feature-card__compact-icon-vertical{transition:opacity .3s}.feature-card__compact-icon--open .feature-card__compact-icon-vertical{opacity:0}.feature-card--compact .feature-card__compact-body{opacity:0;grid-template-rows:0fr;padding-bottom:0;transition:grid-template-rows .3s,opacity .3s,padding .3s;display:grid;overflow:hidden}.feature-card--compact .feature-card__compact-body>*{min-height:0;overflow:hidden}.feature-card--compact .feature-card__compact-section--expanded .feature-card__compact-body{opacity:1;grid-template-rows:1fr;padding-bottom:14px}.feature-card--compact .feature-card__compact-body .feature-card__title{display:none}.feature-card--compact .feature-card__compact-body .feature-card__section{margin-top:0}}
.warranty-available-section{width:calc(100% - var(--page-padding) * 2);padding:var(--section-spacing) 0 0;border-radius:var(--border-radius);background:#fff;margin:0 auto;position:relative;overflow:hidden}@media (max-width:900px){.warranty-available-section{width:calc(100% - 3rem);max-width:calc(var(--content-max-width) - 3rem);padding:var(--section-spacing-mobile) 1.5rem 0}}@media (max-width:600px){.warranty-available-section{width:100%;max-width:100%;padding:var(--section-spacing-mobile) 1.25rem 0;border-radius:0;margin:0}}.warranty-note{align-items:flex-start;gap:4rem;display:flex}.warranty-note--stacked{flex-direction:column;align-items:stretch;gap:1.5rem}.warranty-note--stacked .warranty-note__left{flex:none}.warranty-note__left{flex:0 0 35%}.warranty-note__heading{text-transform:uppercase;color:var(--color-text-black);margin:0;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1}.warranty-note__right{flex:1}.warranty-note__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.warranty-note__item{font-size:var(--fs-body);color:var(--color-text-black);padding-left:1.25rem;line-height:1.5;position:relative}.warranty-note__item:before{content:"";background:var(--color-primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.6em;left:0}.warranty-note__footnote{font-size:var(--fs-body-sm,.875rem);color:var(--color-text-secondary,#555);margin-top:1rem;font-style:italic;line-height:1.5}@media (max-width:1024px){.warranty-note{gap:2.5rem}.warranty-note__left{flex:0 0 30%}}@media (max-width:768px){.warranty-note{flex-direction:column;gap:1.5rem}}
.grid{width:100%;padding:0 var(--page-padding);grid-template-columns:repeat(12,1fr);gap:2rem;display:grid}.grid-cell{min-width:0;min-height:0}.grid-cell--col-1{grid-column-end:span 1}.grid-cell--col-2{grid-column-end:span 2}.grid-cell--col-3{grid-column-end:span 3}.grid-cell--col-4{grid-column-end:span 4}.grid-cell--col-5{grid-column-end:span 5}.grid-cell--col-6{grid-column-end:span 6}.grid-cell--col-7{grid-column-end:span 7}.grid-cell--col-8{grid-column-end:span 8}.grid-cell--col-9{grid-column-end:span 9}.grid-cell--col-10{grid-column-end:span 10}.grid-cell--col-11{grid-column-end:span 11}.grid-cell--col-12{grid-column-end:span 12}.grid-cell--start-1{grid-column-start:1}.grid-cell--start-2{grid-column-start:2}.grid-cell--start-3{grid-column-start:3}.grid-cell--start-4{grid-column-start:4}.grid-cell--start-5{grid-column-start:5}.grid-cell--start-6{grid-column-start:6}.grid-cell--start-7{grid-column-start:7}.grid-cell--start-8{grid-column-start:8}.grid-cell--start-9{grid-column-start:9}.grid-cell--start-10{grid-column-start:10}.grid-cell--start-11{grid-column-start:11}.grid-cell--start-12{grid-column-start:12}.grid-cell--row-1{grid-row:span 1}.grid-cell--row-2{grid-row:span 2}.grid-cell--row-3{grid-row:span 3}.grid-cell--row-4{grid-row:span 4}.grid-cell--row-5{grid-row:span 5}.grid-cell--row-6{grid-row:span 6}.grid-cell--row-7{grid-row:span 7}.grid-cell--row-8{grid-row:span 8}.grid-cell--row-start-1{grid-row-start:1}.grid-cell--row-start-2{grid-row-start:2}.grid-cell--row-start-3{grid-row-start:3}.grid-cell--row-start-4{grid-row-start:4}.grid-cell--row-start-5{grid-row-start:5}.grid-cell--row-start-6{grid-row-start:6}.grid-cell--row-start-7{grid-row-start:7}.grid-cell--row-start-8{grid-row-start:8}@media (max-width:1024px){.grid{grid-template-columns:repeat(4,1fr)}.grid-cell--col-1,.grid-cell--col-2,.grid-cell--col-3{grid-column-end:span 2}.grid-cell--col-4,.grid-cell--col-5,.grid-cell--col-6,.grid-cell--col-7,.grid-cell--col-8,.grid-cell--col-9,.grid-cell--col-10,.grid-cell--col-11,.grid-cell--col-12{grid-column-end:span 4}.grid-cell--start-1,.grid-cell--start-2,.grid-cell--start-3,.grid-cell--start-4,.grid-cell--start-5,.grid-cell--start-6,.grid-cell--start-7,.grid-cell--start-8,.grid-cell--start-9,.grid-cell--start-10,.grid-cell--start-11,.grid-cell--start-12{grid-column-start:auto}.grid-cell--row-2,.grid-cell--row-3,.grid-cell--row-4,.grid-cell--row-5,.grid-cell--row-6,.grid-cell--row-7,.grid-cell--row-8{grid-row:span 1}.grid-cell--row-start-1,.grid-cell--row-start-2,.grid-cell--row-start-3,.grid-cell--row-start-4,.grid-cell--row-start-5,.grid-cell--row-start-6,.grid-cell--row-start-7,.grid-cell--row-start-8{grid-row-start:auto}}@media (max-width:900px){.grid{grid-template-columns:repeat(4,1fr)}.grid-cell--col-1,.grid-cell--col-2,.grid-cell--col-3,.grid-cell--col-4,.grid-cell--col-5,.grid-cell--col-6,.grid-cell--col-7,.grid-cell--col-8,.grid-cell--col-9,.grid-cell--col-10,.grid-cell--col-11,.grid-cell--col-12{grid-column-end:span 4}.grid-cell--row-2,.grid-cell--row-3,.grid-cell--row-4,.grid-cell--row-5,.grid-cell--row-6,.grid-cell--row-7,.grid-cell--row-8{grid-row:span 1}.grid-cell--start-1,.grid-cell--start-2,.grid-cell--start-3,.grid-cell--start-4,.grid-cell--start-5,.grid-cell--start-6,.grid-cell--start-7,.grid-cell--start-8,.grid-cell--start-9,.grid-cell--start-10,.grid-cell--start-11,.grid-cell--start-12{grid-column-start:auto}.grid-cell--row-start-1,.grid-cell--row-start-2,.grid-cell--row-start-3,.grid-cell--row-start-4,.grid-cell--row-start-5,.grid-cell--row-start-6,.grid-cell--row-start-7,.grid-cell--row-start-8{grid-row-start:auto}}@media (max-width:1024px){.grid:not(.grid--dom-order)>.grid-cell--row-start-1{order:10}.grid:not(.grid--dom-order)>.grid-cell--row-start-2{order:20}.grid:not(.grid--dom-order)>.grid-cell--row-start-3{order:30}.grid:not(.grid--dom-order)>.grid-cell--row-start-4{order:40}.grid:not(.grid--dom-order)>.grid-cell--row-start-5{order:50}.grid:not(.grid--dom-order)>.grid-cell--row-start-6{order:60}.grid:not(.grid--dom-order)>.grid-cell--row-start-7{order:70}.grid:not(.grid--dom-order)>.grid-cell--row-start-8{order:80}.grid:not(.grid--dom-order)>.grid-cell:not([class*=row-start]){order:10}.grid:not(.grid--dom-order)>.grid-cell:has(.feature-card__embedded-image){order:13}.grid:not(.grid--dom-order)>.grid-cell--row-start-2:has(.feature-card__embedded-image){order:23}.grid:not(.grid--dom-order)>.grid-cell--row-start-3:has(.feature-card__embedded-image){order:33}.grid:not(.grid--dom-order)>.grid-cell--row-start-4:has(.feature-card__embedded-image){order:43}.grid:not(.grid--dom-order)>.grid-cell--row-start-5:has(.feature-card__embedded-image){order:53}.grid:not(.grid--dom-order)>.grid-cell--row-start-6:has(.feature-card__embedded-image){order:63}.grid:not(.grid--dom-order)>.grid-cell--row-start-7:has(.feature-card__embedded-image){order:73}.grid:not(.grid--dom-order)>.grid-cell--row-start-8:has(.feature-card__embedded-image){order:83}:is(.grid:not(.grid--dom-order)>.grid-cell:has(>.feature-card--image),.grid:not(.grid--dom-order)>.grid-cell:has(>.feature-carousel),.grid:not(.grid--dom-order)>.grid-cell:has(>figure)){order:15}:is(.grid:not(.grid--dom-order)>.grid-cell--row-start-2:has(>.feature-card--image),.grid:not(.grid--dom-order)>.grid-cell--row-start-2:has(>.feature-carousel),.grid:not(.grid--dom-order)>.grid-cell--row-start-2:has(>figure)){order:25}:is(.grid:not(.grid--dom-order)>.grid-cell--row-start-3:has(>.feature-card--image),.grid:not(.grid--dom-order)>.grid-cell--row-start-3:has(>.feature-carousel),.grid:not(.grid--dom-order)>.grid-cell--row-start-3:has(>figure)){order:35}:is(.grid:not(.grid--dom-order)>.grid-cell--row-start-4:has(>.feature-card--image),.grid:not(.grid--dom-order)>.grid-cell--row-start-4:has(>.feature-carousel),.grid:not(.grid--dom-order)>.grid-cell--row-start-4:has(>figure)){order:45}:is(.grid:not(.grid--dom-order)>.grid-cell--row-start-5:has(>.feature-card--image),.grid:not(.grid--dom-order)>.grid-cell--row-start-5:has(>.feature-carousel),.grid:not(.grid--dom-order)>.grid-cell--row-start-5:has(>figure)){order:55}:is(.grid:not(.grid--dom-order)>.grid-cell--row-start-6:has(>.feature-card--image),.grid:not(.grid--dom-order)>.grid-cell--row-start-6:has(>.feature-carousel),.grid:not(.grid--dom-order)>.grid-cell--row-start-6:has(>figure)){order:65}:is(.grid:not(.grid--dom-order)>.grid-cell--row-start-7:has(>.feature-card--image),.grid:not(.grid--dom-order)>.grid-cell--row-start-7:has(>.feature-carousel),.grid:not(.grid--dom-order)>.grid-cell--row-start-7:has(>figure)){order:75}:is(.grid:not(.grid--dom-order)>.grid-cell--row-start-8:has(>.feature-card--image),.grid:not(.grid--dom-order)>.grid-cell--row-start-8:has(>.feature-carousel),.grid:not(.grid--dom-order)>.grid-cell--row-start-8:has(>figure)){order:85}}@media (max-width:600px){.grid{padding:0 var(--page-padding-mobile);grid-template-columns:repeat(4,1fr);gap:12px}.grid-cell--col-1,.grid-cell--col-2,.grid-cell--col-3,.grid-cell--col-4,.grid-cell--col-5,.grid-cell--col-6,.grid-cell--col-7,.grid-cell--col-8,.grid-cell--col-9,.grid-cell--col-10,.grid-cell--col-11,.grid-cell--col-12{grid-column-end:span 4}.grid-cell--row-2,.grid-cell--row-3,.grid-cell--row-4,.grid-cell--row-5,.grid-cell--row-6,.grid-cell--row-7,.grid-cell--row-8{grid-row:span 1}.grid-cell--start-1,.grid-cell--start-2,.grid-cell--start-3,.grid-cell--start-4,.grid-cell--start-5,.grid-cell--start-6,.grid-cell--start-7,.grid-cell--start-8,.grid-cell--start-9,.grid-cell--start-10,.grid-cell--start-11,.grid-cell--start-12{grid-column-start:auto}.grid-cell--row-start-1,.grid-cell--row-start-2,.grid-cell--row-start-3,.grid-cell--row-start-4,.grid-cell--row-start-5,.grid-cell--row-start-6,.grid-cell--row-start-7,.grid-cell--row-start-8{grid-row-start:auto}}@media (max-width:1024px){.grid:not(.grid--dom-order):has(.grid-cell--row-start-2) .grid-cell--row-start-1:has(>.feature-card--image){margin-bottom:1.5rem;padding-bottom:1.5rem;position:relative}.grid:not(.grid--dom-order):has(.grid-cell--row-start-2) .grid-cell--row-start-1:has(>.feature-carousel){margin-bottom:1.5rem;padding-bottom:1.5rem;position:relative}.grid:not(.grid--dom-order):has(.grid-cell--row-start-2) .grid-cell--row-start-1:has(>figure){margin-bottom:1.5rem;padding-bottom:1.5rem;position:relative}.grid:not(.grid--dom-order):has(.grid-cell--row-start-2) .grid-cell:not([class*=row-start]):has(>.feature-card--image){margin-bottom:1.5rem;padding-bottom:1.5rem;position:relative}.grid:not(.grid--dom-order):has(.grid-cell--row-start-2) .grid-cell:not([class*=row-start]):has(>.feature-carousel){margin-bottom:1.5rem;padding-bottom:1.5rem;position:relative}.grid:not(.grid--dom-order):has(.grid-cell--row-start-2) .grid-cell:not([class*=row-start]):has(>figure){margin-bottom:1.5rem;padding-bottom:1.5rem;position:relative}.grid:not(.grid--dom-order):has(.grid-cell--row-start-2) .grid-cell--row-start-1:has(>.feature-card--image):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-2) .grid-cell--row-start-1:has(>.feature-carousel):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-2) .grid-cell--row-start-1:has(>figure):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-2) .grid-cell:not([class*=row-start]):has(>.feature-card--image):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-2) .grid-cell:not([class*=row-start]):has(>.feature-carousel):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-2) .grid-cell:not([class*=row-start]):has(>figure):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}:is(.grid:not(.grid--dom-order):has(.grid-cell--row-start-3) .grid-cell--row-start-2:has(>.feature-card--image),.grid:not(.grid--dom-order):has(.grid-cell--row-start-3) .grid-cell--row-start-2:has(>.feature-carousel),.grid:not(.grid--dom-order):has(.grid-cell--row-start-3) .grid-cell--row-start-2:has(>figure)){margin-bottom:1.5rem;padding-bottom:1.5rem;position:relative}.grid:not(.grid--dom-order):has(.grid-cell--row-start-3) .grid-cell--row-start-2:has(>.feature-card--image):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-3) .grid-cell--row-start-2:has(>.feature-carousel):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-3) .grid-cell--row-start-2:has(>figure):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}:is(.grid:not(.grid--dom-order):has(.grid-cell--row-start-4) .grid-cell--row-start-3:has(>.feature-card--image),.grid:not(.grid--dom-order):has(.grid-cell--row-start-4) .grid-cell--row-start-3:has(>.feature-carousel),.grid:not(.grid--dom-order):has(.grid-cell--row-start-4) .grid-cell--row-start-3:has(>figure)){margin-bottom:1.5rem;padding-bottom:1.5rem;position:relative}.grid:not(.grid--dom-order):has(.grid-cell--row-start-4) .grid-cell--row-start-3:has(>.feature-card--image):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-4) .grid-cell--row-start-3:has(>.feature-carousel):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-4) .grid-cell--row-start-3:has(>figure):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}:is(.grid:not(.grid--dom-order):has(.grid-cell--row-start-5) .grid-cell--row-start-4:has(>.feature-card--image),.grid:not(.grid--dom-order):has(.grid-cell--row-start-5) .grid-cell--row-start-4:has(>.feature-carousel),.grid:not(.grid--dom-order):has(.grid-cell--row-start-5) .grid-cell--row-start-4:has(>figure)){margin-bottom:1.5rem;padding-bottom:1.5rem;position:relative}.grid:not(.grid--dom-order):has(.grid-cell--row-start-5) .grid-cell--row-start-4:has(>.feature-card--image):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-5) .grid-cell--row-start-4:has(>.feature-carousel):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-5) .grid-cell--row-start-4:has(>figure):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}:is(.grid:not(.grid--dom-order):has(.grid-cell--row-start-6) .grid-cell--row-start-5:has(>.feature-card--image),.grid:not(.grid--dom-order):has(.grid-cell--row-start-6) .grid-cell--row-start-5:has(>.feature-carousel),.grid:not(.grid--dom-order):has(.grid-cell--row-start-6) .grid-cell--row-start-5:has(>figure)){margin-bottom:1.5rem;padding-bottom:1.5rem;position:relative}.grid:not(.grid--dom-order):has(.grid-cell--row-start-6) .grid-cell--row-start-5:has(>.feature-card--image):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-6) .grid-cell--row-start-5:has(>.feature-carousel):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}.grid:not(.grid--dom-order):has(.grid-cell--row-start-6) .grid-cell--row-start-5:has(>figure):after{content:"";background:var(--color-primary);height:1px;position:absolute;bottom:0;left:0;right:0}}.grid--flush{padding-left:0;padding-right:0}.grid--full-width{max-width:none}.grid--nested{max-width:none;padding:0}.grid+.grid{margin-top:2rem}.grid--flush-left>.grid-cell--start-2{margin-left:-2rem}.grid--flush-right>.grid-cell--ends-edge{margin-right:-2rem}@media (max-width:1024px){.grid--flush-left>.grid-cell--start-2{margin-left:0}.grid--flush-right>.grid-cell--ends-edge{margin-right:0}}@media (max-width:900px){.grid--flush-left>.grid-cell--start-2{margin-left:-6px;padding-left:6px}.grid--flush-right>.grid-cell--ends-edge{margin-right:-6px;padding-right:6px}}
