@keyframes rotating{100%{transform:rotate(360deg)}}.topBannerItem{position:relative;display:flex;overflow:hidden;min-height:clamp(40rem, 37.8378378378vw, 70rem);align-items:flex-end;background-color:var(--base-grey-dark, #DBE3E3);text-decoration:none}@media(min-width: 75rem){.topBannerItem{min-height:30rem}}.topBannerItem .topBannerItem-background img{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:300ms ease-out}.topBannerItem .topBannerItem-background::before{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background-color:var(--color-bg-darknes, #001E27);content:"";opacity:.5;transition:200ms ease-in-out}.topBannerItem .topBannerItem-content{position:relative;z-index:3;display:flex;width:100%;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;padding:clamp(30px, 2.1621621622vw, 4rem);color:#fff;font-size:1.5rem;gap:clamp(30px, 2.1621621622vw, 4rem);line-height:1.9rem}@media(min-width: 35.9375rem){.topBannerItem .topBannerItem-content{flex-wrap:nowrap}}.topBannerItem .topBannerItem-content .topBannerItem-contentTextTitle{margin:0 0 1.5rem 0;color:#fff}.topBannerItem .topBannerItem-content .topBannerItem-contentBtn{min-width:15rem;margin:0 0 0 auto;text-align:right}@media(min-width: 35.9375rem){.topBannerItem .topBannerItem-content .topBannerItem-contentBtn{margin:0}}.topBannerItem:is(a):hover,.topBannerItem:is(a):focus{text-decoration:none}.topBannerItem:is(a):hover .topBannerItem-background::before,.topBannerItem:is(a):focus .topBannerItem-background::before{background-color:var(--main-color-hover, #004953);opacity:.7}.topBannerItem:is(a):hover .btn--primary,.topBannerItem:is(a):focus .btn--primary{border-color:var(--main-color-hover, #004953);background:var(--main-color-hover, #004953);color:#fff;text-decoration:none}.topBannerContainer{display:grid;grid-gap:4rem}@media(min-width: 75rem){.topBannerContainer{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}}@media(min-width: 75rem){.topBannerContainer .topBannerItem:nth-child(1){min-height:100rem;grid-column:1;grid-row-end:3;grid-row-start:1}}@media(min-width: 120.25rem){.topBannerContainer .topBannerItem:nth-child(1){min-height:120rem}}@media(min-width: 75rem){.topBannerContainer .topBannerItem:nth-child(2){grid-column:2;grid-row:1}}@media(min-width: 75rem){.topBannerContainer .topBannerItem:nth-child(3){grid-column:2;grid-row:2}}.topBannerItem:is(a):hover .topBannerItem-background img,.topBannerItem:is(a):focus .topBannerItem-background img{transform:scale(1.05, 1.05)}