 @media only screen and (min-width: 0rem) {#resources {padding: var(--sectionPadding);padding-top: clamp(130px, 16.95vw, 200px);position: relative;z-index: 1;background-color: #fff;}#resources .cs-container {width: 100%;max-width: 49rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(35px, 6vw, 50px);}#resources .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#resources .cs-topper {margin-bottom: 15px;}#resources .cs-title {max-width: unset;margin-bottom: 10px;}#resources .cs-text {max-width: 760px;font-size: clamp(18px, 2.5vw, 24px);}#resources .cs-card-group {width: 100%;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(1, 1fr);gap: 1.5625rem;}#resources .cs-item {text-align: center;list-style: none;width: 100%;border-radius: 1rem;overflow: hidden;position: relative;z-index: 1;box-shadow: rgba(0, 0, 0, 0.1) 0 4px 24px;}#resources .cs-item:before {content: "";width: 100%;height: 100%;border-radius: 1rem;box-sizing: border-box;background: transparent;opacity: 1;position: absolute;display: block;top: 0;left: 0;z-index: -1;}#resources .cs-h3 {display: inline-block;}#resources .cs-link {text-decoration: none;display: block;font-size: clamp(20px, 2.5vw, 24px);text-align: inherit;line-height: 1.2em;margin-bottom: 0.9375rem;}#resources .cs-picture {width: 100%;height: 12.5rem;overflow: clip;display: block;position: relative;}#resources .cs-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}#resources .cs-item-content {padding: 1.5625rem 1.25rem 2.0625rem;}#resources .cs-item-text {font-size: clamp(16px, 1.5vw, 18px);text-align: inherit;line-height: 1.5em;margin: 0;}}@media only screen and (min-width: 48rem) {#resources .cs-container {max-width: 80rem;}#resources .cs-card-group {grid-template-columns: repeat(2, 1fr);}#resources .cs-item {grid-column: span 1;transition: box-shadow 0.3s, transform 0.3s;}#resources .cs-item:hover {box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 24px;will-change: contents;transform: translateY(-7px);}#resources .cs-item:hover .cs-picture img {transform: scale(1.1);}#resources .cs-item:hover .cs-link {color: var(--primaryLight);}#resources .cs-link {transition: color 0.3s;}#resources .cs-picture img {transition: transform 0.6s, opacity 0.3s;}}@media only screen and (min-width: 64rem) {#resources .cs-card-group {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {body.dark-mode #resources {background-color: var(--dark1);}body.dark-mode #resources .cs-link {color: var(--light1);}body.dark-mode #resources .cs-item {box-shadow: rgba(255, 255, 255, 0.1) 0 4px 24px;}body.dark-mode #resources .cs-item:hover {box-shadow: rgba(255, 255, 255, 0.3) 0px 8px 24px;}}