@import"https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700&display=swap";:root{--fontBody: "Lato", sans-serif;--fontHeading: "Lato", serif;--colorPrimary: #020446;--colorSecondary: #017EC5;--colorTertiary: #C41425;--colorBlack: #2C2C2C;--colorGrey: #373737;--colorPrimaryVals: 2, 4, 70;--colorSecondaryVals: 1, 126, 197;--colorTertiaryVals: rgb(196, 20, 37);--colorBorder: #efefef;--wrapperWidth: 1320px;--internalWidth: 1200px;--blockMarginVertical: 3.75rem;--viewportWidth: calc(100vw - var(--scrollbarWidth));--marginTop: 1.875rem;--marginBottom: 0.9375rem;--pFontSize: 17;--pLineHeight: 1.64705882;--extraFontSize: 20;--extraLineHeight: 1.5;--h1FontSize: 60;--h1LineHeight: 1.2;--h2FontSize: 40;--h2LineHeight: 1.25;--h3h4FontSize: 32;--h3h4LineHeight: 1.35;--h5h6FontSize: 24;--h5h6LineHeight: 1.33333333}@keyframes fadeInOut{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes autoplayLine{from{width:0%}to{width:100%}}.logo-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}@media screen and (max-width: 978px){.logo-grid{grid-template-columns:repeat(3, 1fr);gap:1rem}}@media screen and (max-width: 640px){.logo-grid{grid-template-columns:repeat(2, 1fr);gap:0.625rem}}.logo-grid .item{position:relative;overflow:hidden;border:0.0625rem solid rgba(var(--colorSecondaryVals), 0.15)}.logo-grid .item img{width:100%;display:block}.logo-grid .item a{position:absolute;top:-0.125rem;left:-0.125rem;bottom:-0.125rem;right:-0.125rem;background:rgba(255,255,255,0);transition:background .6s cubic-bezier(0.19, 1, 0.22, 1)}@media(hover: hover){.logo-grid .item:hover a{background:rgba(255,255,255,.5)}}
