﻿@keyframes rotating{100%{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231);--project-map-green: #69AE24;--project-map-brown: #B75700;--project-map-red: #DA0000}.downloads-container{display:grid;grid-gap:clamp(5.6rem, 5.1612903226vw, 8rem) clamp(2rem, 2.8387096774vw, 4.4rem);grid-template-columns:repeat(1, 1fr)}@media(min-width: 575px){.downloads-container.items-2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.downloads-container.items-3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 575px){.downloads-container.items-full{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.downloads-container.items-full{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.downloads-container.items-full{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, #001317)}.download-item .download-item-image{margin:0 auto;width:clamp(3.2rem, 3.6129032258vw, 5.6rem);min-width:clamp(3.2rem, 3.6129032258vw, 5.6rem);height:clamp(3.2rem, 3.6129032258vw, 5.6rem);margin-bottom:clamp(1.6rem, 1.5483870968vw, 2.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 .empty-image{display:flex;align-items:center;justify-content:center;margin:0 auto;width:clamp(3.2rem, 3.6129032258vw, 5.6rem);height:clamp(3.2rem, 3.6129032258vw, 5.6rem);background:var(--base-white, #ffffff)}.download-item .download-item-image .empty-image:before{content:"";font-size:clamp(1.6rem, 1.5483870968vw, 2.4rem);color:var(--second-color, #059B80)}.download-item .download-item-content .download-item-name{color:var(--text-color, #004D5A);font-weight:700}.download-item .download-item-content .download-item-info{margin:clamp(0.4rem, 0.5161290323vw, 0.8rem) 0 clamp(0.8rem, 1.0322580645vw, 1.6rem) 0;color:var(--text-color, #00262D);overflow-wrap:anywhere}.download-item .download-item-content .download-item-link{padding:clamp(0.8rem, 1.0322580645vw, 1.6rem) 0}.download-item:focus,.download-item:hover{text-decoration:none;color:var(--text-color, #001317)}.download-item:focus .link,.download-item:hover .link{text-decoration:none}.section-grey .download-item .download-item-image .empty-image{background:var(--base-white, #ffffff);border-color:var(--base-white, #ffffff)}