.sellingPoints{width:100%;display:none}@media(min-width:768px){.sellingPoints{display:block}}@media(max-width:767px){.sellingPoints--mobileVisible{display:block}.sellingPoints--mobileVisible .sellingPoints-container{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding:2rem 1rem;scroll-padding-left:20px}.sellingPoints--mobileVisible .sellingPoints-item{min-width:100%;flex:0 0 100%;scroll-snap-align:start;border:none!important;padding-left:20px!important;padding-right:20px!important}}.sellingPoints-container{display:flex;justify-content:space-between;padding:6rem 2.5rem 0}.sellingPoints-item{flex-grow:1;flex-basis:0;display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1.5rem}.sellingPoints-item:not(:last-child){border-right:1px solid #d1d5db;padding-right:1rem}@media(min-width:1280px){.sellingPoints-item:not(:last-child){padding-right:2rem}}.sellingPoints-item:not(:first-child){padding-left:1rem}@media(min-width:1280px){.sellingPoints-item:not(:first-child){padding-left:2rem}}.sellingPoints-item:first-child{padding-left:0}.sellingPoints-item:last-child{padding-right:0}.sellingPoints-item__icon{width:25px;height:25px}.sellingPoints-item__content{display:flex;flex-direction:column;gap:.75rem}.sellingPoints-item__title{font-size:1.25rem;font-weight:600}.sellingPoints-item__description{font-size:1rem;color:#4b5563}