.boxes{z-index:1;background-color:var(--color-light);position:relative}.boxes__heading{text-align:center;margin-bottom:40px}@media screen and (min-width:64rem){.boxes__heading{margin-bottom:64px}}.boxes__heading-hl{color:#097ffc}.boxes__grid{grid-template-columns:1fr;gap:20px;display:grid}@media screen and (min-width:40rem){.boxes__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media screen and (min-width:64rem){.boxes__grid{grid-template-columns:repeat(4,1fr);gap:20px}}.boxes__box{cursor:pointer;will-change:transform;border-radius:24px;position:relative;container-type:inline-size}@media screen and (min-width:64rem){.boxes__box{border-radius:32px}}.boxes__box-inner{flex-direction:column;gap:24px;height:100%;padding:40px;display:flex}@media screen and (min-width:40rem){.boxes__box-inner{gap:7.87cqw;padding:13.11cqw}}@media screen and (min-width:64rem){.boxes__box-inner{justify-content:space-between;min-height:253px;padding:40px 32px 40px 40px}}.boxes__box-title{text-transform:uppercase;color:var(--color-dark);text-box-trim:trim-both;text-box-edge:cap alphabetic;font-size:1.5rem;font-weight:700;line-height:1.1}@media screen and (min-width:40rem){.boxes__box-title{font-size:1.125rem}}@media screen and (min-width:64rem){.boxes__box-title{font-size:1.5rem}}.boxes__box-media{width:80px;height:80px;position:relative}@media screen and (min-width:40rem){.boxes__box-media{width:26.23cqw;height:26.23cqw}}.boxes__box-icon{object-fit:contain;width:100%;height:100%;display:block}.boxes__box-icon svg{width:100%;height:100%;display:block}.boxes__box-arrow{width:48px;height:48px;color:var(--color-dark);opacity:0;pointer-events:none;position:absolute;bottom:4px;left:0}.boxes__box-arrow svg{width:100%;height:100%;display:block}
