@charset "UTF-8";.c-resourceBox{--body-heading-color:var(--gray-700);--body-text-color:var(--gray-400);--resource-background:var(--gray-200);--resource-max-width:330px;--resource-image-max-width:75px;display:flex;align-items:center;-moz-column-gap:1.75rem;column-gap:1.75rem;background:var(--resource-background);padding:1.25rem}.c-resourceBox:active,.c-resourceBox:focus,.c-resourceBox:hover{--body-heading-color:var(--gray-100);--body-text-color:var(--gray-300);--resource-background:var(--secondary-dark)}.c-resourceBox img{max-width:var(--resource-image-max-width)}.c-resourceBox p{margin:0;transition:.35s cubic-bezier(.43, .045, .1, .95)}@media (min-width:991px){.c-resourceBox{--resource-image-max-width:100px}}