.industry-cards{padding:50px 0}.industry-cards__header{display:flex;flex-direction:column;gap:0;margin-bottom:2rem;max-width:39.6875rem}.industry-cards__eyebrow{font-weight:500;font-size:.9375rem;line-height:1.275rem;color:#80A440;margin:0 0 .625rem}.industry-cards__title{font-weight:700;font-size:2rem;line-height:2.725rem;color:#252525;margin:0 0 .625rem}.industry-cards__subtitle{font-weight:400;font-size:.9375rem;line-height:1.5625rem;color:#5b6151;margin:0;margin-top:.5625rem}.industry-cards__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%, 19.25rem),19.25rem));justify-content:center;gap:1.125rem;list-style:none;margin:0;padding:0}.industry-cards__item{display:flex}.industry-cards__card{display:flex;flex-direction:column;width:100%;background-color:#fff;border:.05rem solid #e7e7df;border-radius:.5rem;overflow:hidden;transition:box-shadow 0.25s ease,transform 0.25s ease}.industry-cards__card:hover{box-shadow:0 8px 24px rgb(0 0 0 / .1);transform:translateY(-3px)}.industry-cards__card-image{position:relative;width:100%;height:9.25rem;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#80A440 0%,#5f7a2f 100%)}.industry-cards__card-bg{display:block;width:100%;height:100%;object-fit:cover;max-width:100%}.industry-cards__card-body{display:flex;flex-direction:column;flex:1;padding:1.375rem 1.4375rem 1.375rem;gap:0}.industry-cards__card-title{font-weight:700;font-size:1.1875rem;line-height:1.28125rem;letter-spacing:-.02375rem;color:#1c2417;margin:0 0 .625rem}.industry-cards__card-desc{font-weight:400;font-size:.875rem;line-height:1.25rem;color:#5b6151;margin:0 0 1.125rem}.industry-cards__card-link{display:inline-flex;align-items:center;gap:.375rem;font-weight:700;font-size:.875rem;line-height:1.35625rem;color:#80A440;text-decoration:none;margin-top:auto;transition:color 0.2s ease,gap 0.2s ease}.industry-cards__card-link:hover,.industry-cards__card-link:focus-visible{color:#5f7a2f;gap:.5625rem}.industry-cards__card-link:focus-visible{outline:2px solid #80A440;outline-offset:2px;border-radius:2px}.industry-cards__card-arrow{flex-shrink:0;color:#80A440;transition:transform 0.2s ease}.industry-cards__card-link:hover .industry-cards__card-arrow{transform:translateX(2px);color:#5f7a2f}.industry-cards__embla{position:relative;max-width:100%;margin:auto}.industry-cards__embla-viewport{overflow:hidden;padding:10px 0 30px}.industry-cards__embla-container{display:flex;gap:1.25rem;will-change:transform;align-items:stretch;justify-content:flex-start}.industry-cards__embla-slide{flex:0 0 19.25rem;max-width:100%;min-width:0;box-sizing:border-box}.industry-cards__embla-slide .industry-cards__card{height:100%}.industry-cards__embla-controls{display:flex;justify-content:center;align-items:center;margin:1rem auto 0}.industry-cards__embla-dots{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px}.industry-cards .embla__dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;margin:0;padding:0;border:.5px solid #252525;border-radius:50%;background-color:#f9f7f8;cursor:pointer;touch-action:manipulation;transition:width 0.2s ease,border-color 0.2s ease,background-color 0.2s ease}.industry-cards .embla__dot.embla__dot--selected{width:60px;border-radius:32px;border:1px solid #80A440;background-color:#80A440}@media (max-width:1024px){.industry-cards{padding:25px 0}.industry-cards__header{max-width:100%}.industry-cards__title{font-size:1.625rem;line-height:2.25rem}}@media (max-width:767px){.industry-cards__title{font-size:1.375rem;line-height:1.875rem}.industry-cards__grid{gap:1rem}}@media (max-width:560px){.industry-cards__card-image{height:10rem}}