/* cache 2026-05-31 00:30:24 */
.facts{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;margin-top:5rem;counter-reset:fact}.facts .fact{position:relative;display:block;width:25rem;margin:0 2rem 8rem 6rem;padding:.8rem 1rem;color:#202020;font-size:1.6rem;font-weight:500;line-height:1.2;background-color:#fff}.facts .fact:before{content:counter(fact);counter-increment:fact;position:absolute;top:-2rem;left:-6rem;display:block;width:8rem;height:9.05rem;padding-top:1rem;padding-left:2rem;color:#fff;font-size:6rem;font-weight:400;line-height:1;background-color:#cf2523;z-index:-1}.facts .fact:first-child{margin-left:22rem}section.tasks{padding:3rem 0}section.tasks .tasks-items{display:grid;grid-template-columns:repeat(4,1fr);align-items:start;grid-gap:4rem}section.tasks .tasks-items .tasks-item{display:flex;flex-direction:column;align-items:center;justify-content:center}section.tasks .tasks-items .tasks-item img{height:6rem}section.tasks .tasks-items .tasks-item .name{margin-top:1rem;color:#202020;font-size:2rem;font-weight:500;line-height:1;text-align:center}section.tasks .tasks-items .tasks-item .text{margin-top:1rem;font-weight:400;line-height:1.2}section.best{padding:3rem 0;background-color:#f4f4f8}section.best .best-items{display:flex;flex-direction:column;gap:2rem}section.best .best-items .best-item{display:flex;flex-direction:row;align-items:center;gap:4rem}section.best .best-items .best-item .images{display:flex;flex-direction:row;align-items:center;gap:2rem;width:50%}section.best .best-items .best-item .images,section.best .best-items .best-item .images>*{min-width:0;min-height:0}section.best .best-items .best-item .images img{width:50%;height:auto}section.best .best-items .best-item .info{width:50%}