.icon-grid *,.icon-grid *::before,.icon-grid *::after{box-sizing:border-box}.icon-grid__container{width:100%;box-sizing:border-box;max-width:var(--container-width);padding:0 var(--container-space);margin:0 auto;padding-bottom:calc(
      var(--spacing-mobile-bottom) + var(--overlaping-bottom, 0px)
    );padding-top:calc(
      var(--spacing-mobile-top) + var(--overlaping-top, 0px)
    )}@media only screen and (min-width: 768px){.icon-grid__container{padding-bottom:calc(
        var(--spacing-bottom) + var(--overlaping-bottom, 0px)
      );padding-top:calc(
        var(--spacing-top) + var(--overlaping-top, 0px)
      )}}.icon-grid-header{text-align:var(--text-alignment-mobile);max-width:41.875rem;margin-bottom:1.5rem}@media only screen and (min-width: 768px){.icon-grid-header{margin-bottom:2.5rem;text-align:var(--text-alignment)}.icon-grid-header--left{margin-right:auto}.icon-grid-header--right{margin-left:auto}.icon-grid-header--center{margin-left:auto;margin-right:auto}}@media only screen and (max-width: 768px){.icon-grid-header--mobile-left{margin-right:auto}.icon-grid-header--mobile-right{margin-left:auto}.icon-grid-header--mobile-center{margin-left:auto;margin-right:auto}}.icon-grid-header__heading{font-size:1.5rem;line-height:1.1;font-family:Univers LT Std;font-weight:950;text-transform:uppercase;margin-bottom:1rem}@media only screen and (min-width: 768px){.icon-grid-header__heading{font-size:2rem}}@media only screen and (min-width: 992px){.icon-grid-header__heading{font-size:2.5rem}}.icon-grid-items{display:flex;justify-content:space-between;flex-wrap:wrap;border-top:2px solid #fff;border-bottom:2px solid #fff}.icon-grid-items__item{width:100%;border-bottom:2px solid #fff}@media only screen and (min-width: 768px){.icon-grid-items__item{max-width:50%}}.icon-grid-items__item:last-child{border-bottom:none}.icon-grid-item{box-sizing:border-box;padding:1.5rem .5rem}@media only screen and (min-width: 768px){.icon-grid-item{padding:2rem 1rem}}.icon-grid-item__header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}@media only screen and (min-width: 768px){.icon-grid-item__header{gap:1.5rem}}.icon-grid-item__heading{font-size:1.25rem;line-height:1.1;font-family:Univers LT Std;font-weight:950;text-transform:uppercase}@media only screen and (min-width: 768px){.icon-grid-item__heading{font-size:1.5rem}}@media only screen and (min-width: 992px){.icon-grid-item__heading{font-size:2rem}}.icon-grid-item__icon{width:3rem;height:auto}@media only screen and (min-width: 768px){.icon-grid-item__icon{width:4rem}}.icon-grid-item__icon img{width:100%;height:100%;object-fit:contain}@media only screen and (min-width: 768px){.icon-grid-item__body{padding-left:5.625rem}}
