﻿@keyframes rotating{100%{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231)}.downloads-container{display:grid;grid-gap: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(3, 1fr)}}.download-item{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:var(--text-color, #000)}@media(min-width: 575px){.download-item{text-align:left;flex-direction:row}}.download-item .download-item-image{margin:0 auto;width:clamp(8rem, 8.3333333333vw, 12rem);height:clamp(8rem, 8.3333333333vw, 12rem);border-radius:50%;overflow:hidden}@media(min-width: 575px){.download-item .download-item-image{margin:0 2.2rem 0 0}}.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 .empty-image{display:flex;align-items:center;justify-content:center;margin:0 auto;width:clamp(8rem, 8.3333333333vw, 12rem);height:clamp(8rem, 8.3333333333vw, 12rem);border-radius:50%;border:1px solid var(--base-grey, #f7f7f7);background:var(--base-grey, #f7f7f7)}.download-item .download-item-image .empty-image:before{content:"";font-size:clamp(3rem, 4.1666666667vw, 6rem);color:var(--icon-empty-color, #333)}.download-item .download-item-content .download-item-link{margin-top:.5rem;color:var(--main-color, #F58434)}.download-item .download-item-info{margin-top:.5rem;text-transform:uppercase;font-size:1.4rem;color:#333}.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)}