﻿@keyframes rotating{100%{transform:rotate(360deg)}}.downloads-container{display:grid;grid-gap:clamp(2rem, 2.8025477707vw, 4.4rem);grid-template-columns:repeat(1, 1fr)}@media(min-width: 480px){.downloads-container{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.downloads-container{grid-template-columns:repeat(4, 1fr)}}.download-item{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:var(--text-color, #000)}.download-item .download-item-image{margin:0 auto;width:clamp(3rem, 2.5477707006vw, 4rem);min-width:clamp(3rem, 2.5477707006vw, 4rem);height:clamp(3rem, 2.5477707006vw, 4rem);overflow:hidden}.download-item .download-item-image img{object-fit:cover;width:100%;object-position:top center;max-height:100%;min-height:100%}.download-item .download-item-image:has(.empty-image){width:clamp(3rem, 3.5668789809vw, 5.6rem);min-width:clamp(3rem, 3.5668789809vw, 5.6rem);height:clamp(3rem, 3.5668789809vw, 5.6rem)}.download-item .download-item-image .empty-image{display:flex;align-items:center;justify-content:center;margin:0 auto;width:100%;height:100%;border:1px solid var(--base-grey, #f7f7f7);background:var(--base-grey, #f7f7f7)}.download-item .download-item-image .empty-image:before{content:"";font-size:clamp(1.8rem, 1.4012738854vw, 2.2rem);color:var(--base-grey-dark, #939393)}.download-item .download-item-content{padding-top:clamp(1.6rem, 1.5286624204vw, 2.4rem)}.download-item .download-item-content .download-item-link{padding:clamp(0.8rem, 1.0191082803vw, 1.6rem) 0;color:var(--main-color, #3883c4)}.download-item .download-item-content .download-item-link .link-download{text-transform:uppercase;text-decoration:none}.download-item .download-item-info{padding:clamp(0.4rem, 0.5095541401vw, 0.8rem) 0 clamp(0.8rem, 1.0191082803vw, 1.6rem) 0;text-transform:uppercase;font-size:1.4rem;color:#333;overflow-wrap:anywhere}.download-item:focus,.download-item:hover{text-decoration:none;color:var(--text-color, #000)}.download-item:focus .link,.download-item:hover .link{text-decoration:none}.section-grey .download-item .download-item-image .empty-image{background:var(--base-white, #fff);border-color:var(--base-white, #fff)}