.section-brand-facts{position:relative}.section-brand-facts__feature{position:relative;opacity:1;transition-property:top,opacity;transition-duration:.25s;transition-timing-function:ease-out;top:0;text-align:left;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'image text';background-color:var(--color-primary)}.section-brand-facts__feature.preload{opacity:0;top:.75em}@media (max-width:1024px){.section-brand-facts__feature{grid-template-columns:1fr;grid-template-rows:auto auto;grid-template-areas:'image' 'text'}}.section-brand-facts__content{grid-area:text;height:100%;display:flex;align-items:center;justify-content:flex-start}.section-brand-facts__text{padding:5em;width:100%;max-width:768px;display:flex;flex-direction:column;gap:1em;color:var(--color-white)}@media (max-width:1024px){.section-brand-facts__text{padding:3em 2em}}.section-brand-facts__text h3{margin-bottom:0;color:var(--color-white)}.section-brand-facts__text__bullets{display:flex;flex-direction:column;gap:1.5em}.section-brand-facts__text__bullet{display:flex;flex-direction:column;gap:.5em}.section-brand-facts__text__bullet h4{color:var(--color-white);margin:0;width:100%;text-transform:none}.section-brand-facts__text__bullet p{margin:0}.section-brand-facts__text__bullet__header{display:flex;gap:1em;align-items:center}.section-brand-facts__text__bullet__icon{width:2em}.section-brand-facts__image{grid-area:image;width:100%;height:100%}.section-brand-facts__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-brand-facts__actions{display:flex;justify-content:center}