.industry-cards-component{width:100%;box-sizing:border-box;padding:48px 24px}.industry-cards-title{margin-bottom:12px}.industry-cards-track{display:flex;flex-direction:column;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.industry-cards-track::-webkit-scrollbar{display:none}.industry-card{position:relative;flex:0 0 auto;width:100%;height:350px;scroll-snap-align:start;display:block;overflow:hidden;border:none;border-radius:8px;background-color:transparent;text-decoration:none;color:#000;cursor:pointer}.industry-card .card-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.industry-card .card-image{display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transform-origin:center;transition:transform .3s ease-in-out;z-index:1}.industry-card .card-gradient{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(18,46,72,0) 0,rgba(18,46,72,0) 70%,#122e48 100%);z-index:2}.card-label-container{position:absolute;bottom:12px;left:0;width:100%;padding:0 16px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;z-index:3;color:#fff}.card-label{font-weight:700}.card-arrow{width:auto;transition:width .3s ease;display:flex;justify-content:center}.card-arrow img{width:24px;filter:brightness(0) invert(1)}.industry-card:hover .card-arrow img{width:34px}.industry-card:hover .card-image{transform:scale(1.15)}.controls-container{display:none}@media (max-width:809px){.industry-card{height:auto;aspect-ratio:342/176}}@media (max-width:809px){.industry-cards-component.no-image .industry-cards-track{gap:0}.industry-cards-component.no-image .industry-card{position:static;height:auto;display:flex;align-items:center;justify-content:space-between;padding:16px;background-color:#fff;border-bottom:1px solid #e0e0e0;border-radius:0;overflow:visible}.industry-cards-component.no-image .card-image-wrapper{display:none}.industry-cards-component.no-image .card-label-container{position:static;padding:0;color:inherit}.industry-cards-component.no-image .card-label{color:#1673C9}.industry-cards-component.no-image .card-arrow img{filter:brightness(0) saturate(100%) invert(34%) sepia(86%) saturate(1626%) hue-rotate(187deg) brightness(93%) contrast(88%)}.industry-cards-component.no-image .industry-card:hover .card-label{color:#173B5C}.industry-cards-component.no-image .industry-card:hover .card-arrow img{filter:brightness(0) saturate(100%) invert(17%) sepia(28%) saturate(1654%) hue-rotate(176deg) brightness(94%) contrast(94%)}.industry-cards-component.no-image .industry-card:hover .card-image{transform:none}}@media (min-width:810px){.industry-cards-track{flex-direction:row;gap:12px;padding-right:24px}.industry-card{flex:0 0 calc(33.333% - 12px);width:auto}.controls-container{display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-top:16px;flex-shrink:0;min-height:40px}.industry-control-btn{position:static;background:0 0;border:none;border-radius:0;cursor:pointer;padding:8px;margin:0;width:40px;height:40px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;appearance:none;visibility:visible;opacity:1}.industry-control-btn img{display:block;width:24px;height:24px;flex-shrink:0;visibility:visible;opacity:1}.industry-cards-component:not(:has(.industry-card:nth-child(5))) .controls-container{display:none}.industry-cards-component:not(:has(.industry-card:nth-child(5))) .industry-cards-track{justify-content:center}}@media (min-width:1440px){.industry-cards-component{padding:0 72px 48px}.industry-cards-title{margin-bottom:24px}.industry-cards-track{gap:24px}.industry-card{flex:0 0 calc(20% - 19.2px)}}