.tiles{margin:-15px}.tiles__item{padding:15px}.tiles__tile{align-items:center;background-color:var(--tiles-tile-background,#fff);box-shadow:var(--box-shadow_small);color:var(--font-color);display:flex;flex-flow:column;gap:15px;height:100%;padding:30px;text-decoration:none;transition-duration:.2s;--link-text-decoration:none;--link-text-decoration-hover:none}a.tiles__tile:is(:hover,:focus){box-shadow:var(--box-shadow);color:var(--font-color);text-decoration:none;transform:translateY(-5px)}.tiles__tile--gray{--tiles-tile-background:var(--gray_light)}.tiles__tile--black{--tiles-tile-background:var(--gray_dark)}.tiles__tile--red{--tiles-tile-background:var(--red)}.tiles__tile--yellow{--tiles-tile-background:var(--yellow)}.tiles__tile--blue{--tiles-tile-background:var(--blue_light)}.tiles--vertical-top .tiles__tile{justify-content:flex-start}.tiles--vertical-center .tiles__tile{justify-content:center}.tiles--vertical-bottom .tiles__tile{justify-content:flex-end}.tiles__tile-text{flex:1;width:100%}.tiles__tile-arrow{text-align:right;width:100%}.tiles__tile-arrow:after{background-color:var(--font-color);content:"";display:inline-block;height:12px;margin-left:5px;-webkit-mask:var(--arrow_right) center center /contain no-repeat;mask:var(--arrow_right) center center /contain no-repeat;width:12px}@media (min-width:600px){.tiles{display:flex;flex-wrap:wrap}.tiles--left{justify-content:flex-start}.tiles--center{justify-content:center}.tiles--right{justify-content:flex-end}.tiles__item{width:50%}}@media (min-width:900px){.tiles__item{width:33.33333%}}@media (min-width:1200px){.tiles__item--fourth{width:25%}}