.box-bullets{display:flex;width:100%;flex-direction:column;align-items:center}.box-bullets__header{display:grid;grid-template-columns:repeat(12,1fr);align-items:center;gap:1.5rem;padding-bottom:0}.box-bullets__title{grid-column:span 12;margin:0}.box-bullets__content{display:flex;flex-direction:column;align-items:flex-start;width:100%}.box-bullets__image{width:100%;object-fit:cover}.box-bullets__image img{width:100%;height:100%;object-fit:cover}.box-bullets__text{grid-column:span 12;display:flex;max-width:42.5rem;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2.5rem}.box-bullets__subtitle{font-size:1.5rem;line-height:1.625em;text-transform:uppercase;margin:0}.box-bullets__richtext p{margin:0 0 1rem}.box-bullets__richtext ul{padding-left:1.25rem;list-style:disc}.box-bullets__richtext p:last-child{margin-bottom:0}.box-bullets__richtext ul li{margin:.5rem 0}.box-bullets__richtext ul li::marker{color:rgba(var(--color-foreground),.5)}@media screen and (min-width: 640px){.box-bullets__title{grid-column:span 11}.box-bullets__content{gap:4rem}}@media screen and (min-width: 1024px){.box-bullets__title{grid-column:span 10}.box-bullets__content{flex-direction:row;gap:5rem}}.box-features{width:100%;display:flex;justify-content:center}.box-features__container{width:100%;display:flex;flex-direction:column;align-items:center;gap:5rem}.box-features__header{display:flex;flex-direction:column;gap:2.5rem;width:100%}.box-features__title-group{display:flex;flex-direction:column;gap:1.25rem}.box-features__title{font-size:2.5rem;font-weight:700;line-height:1.2}.box-features__subtitle{text-transform:uppercase;width:100%;margin:0}.box-features__headline{font-size:1.25rem;line-height:1.625em;text-transform:uppercase;margin:0;max-width:60rem}@media screen and (min-width: 640px){.box-features__headline{font-size:1.5rem}}@media screen and (min-width: 1024px){.box-features__headline{font-size:1.75rem}}.box-features__desktop-images{grid-column:span 12;position:relative;display:none}@media screen and (min-width: 768px){.box-features__desktop-images{display:block}}.box-features__box-image,.box-features__features-image{width:100%;height:auto;display:block}.box-features__features-image{position:absolute;left:0;top:0}.box-features__mobile-image{grid-column:span 12;aspect-ratio:1.13;width:100%}@media screen and (min-width: 768px){.box-features__mobile-image{display:none}}.box-features__mobile-box-image{width:100%;height:100%;object-fit:contain}.cta{width:100%;display:flex;justify-content:center;background-color:var(--color-cta)}.cta__container{width:100%;display:grid;grid-template-columns:repeat(12,1fr);row-gap:4rem;column-gap:1.5rem}@media screen and (min-width: 768px){.cta__container{row-gap:5rem;column-gap:1.5rem}}.cta__header{grid-column:span 9;display:flex;flex-direction:column;gap:1.5rem}.cta__title{font-size:2.5rem;font-weight:700;line-height:1.2;width:100%}.cta__subtitle{font-size:1.5rem;line-height:1.4;width:100%}.cta__content{grid-column:span 12 / span 12;display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width: 768px){.cta__content{flex-direction:row;align-items:center;gap:5rem}}.cta__links{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.cta__link{display:inline-block;padding:.75rem 1.5rem;border-radius:.25rem;text-decoration:none;white-space:nowrap;transition:all .3s ease}.cta__link--primary{background-color:var(--color-brand);color:var(--color-background)}.cta__link--primary:hover{background-color:var(--color-brand-dark)}.cta__link--secondary{background-color:transparent;color:var(--color-brand);border:1px solid var(--color-brand)}.cta__link--secondary:hover{background-color:var(--color-brand);color:var(--color-background)}.cta__caption{font-size:1rem;line-height:1.6}.cta__caption p{margin:0}.section{padding:0}.text-grid{display:flex;width:100%;justify-content:center;padding:0}.text-grid__container{padding:2rem 1rem;column-gap:1.5rem;display:grid;width:100%;max-width:90rem;grid-template-columns:repeat(12,1fr);align-items:center}.text-grid__header{grid-column:span 12 / span 12;display:grid;grid-template-columns:repeat(12,1fr);row-gap:2.5rem;margin-bottom:0}.text-grid__title{grid-column:span 12 / span 12;margin:0}.text-grid__subtitle{grid-column:span 12 / span 12;width:100%;margin:0}.text-grid__columns{grid-column:span 12 / span 12;display:none;grid-template-columns:repeat(12,1fr);gap:1.5rem}.text-grid__column{display:flex;flex-direction:column;row-gap:5rem}.text-grid__column--left{grid-column:span 5 / span 5}.text-grid__column--right{grid-column:span 5 / span 5;grid-column-start:7}.text-grid__mobile{grid-column:span 11 / span 11;grid-column-start:2;display:flex;flex-direction:column;gap:1.5rem;margin:0;width:auto}.text-grid__item{display:flex;width:100%;flex-direction:column;align-items:flex-start;row-gap:1rem;border-left:2px solid rgb(var(--color-secondary-button-text));padding-left:1.5rem}.text-grid__item-title{font-size:1rem;line-height:1.5em;color:rgb(var(--color-secondary-button-text));margin:0}.text-grid__item-content p{margin:0 0 1rem}.text-grid__item-content p:last-child{margin-bottom:0}@media screen and (min-width: 640px){.text-grid__container{padding-left:2rem;padding-right:2rem}.text-grid__title,.text-grid__subtitle{grid-column:span 10 / span 10}.text-grid__item{padding-left:2.5rem}}@media screen and (min-width: 768px){.text-grid__container{padding-left:2rem;padding-right:2rem}.text-grid__columns{display:grid}.text-grid__subtitle{grid-column:span 8 / span 8}.text-grid__mobile{display:none}}@media screen and (min-width: 1024px){.text-grid__title{grid-column:span 8 / span 8}.text-grid__subtitle{grid-column:span 6 / span 6}}
/*# sourceMappingURL=/cdn/shop/t/10/compiled_assets/styles.css.map */
