@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");.hs-rinde-scanit-module{background-color:#f6f9fe;display:flex;font-family:Nunito Sans,sans-serif;justify-content:center;padding:80px 20px;width:100%}.hs-rinde-scanit-module *{box-sizing:border-box;margin:0;padding:0}.hs-rinde-scanit-container{display:flex;flex-direction:column;gap:40px;max-width:1200px;width:100%}.hs-rinde-scanit-header{display:flex;flex-direction:column;gap:12px;max-width:800px}.hs-rinde-scanit-main-title{color:#022759;font-size:42px;font-weight:700;line-height:1.2}.hs-rinde-scanit-main-desc{color:#415d83;font-size:18px;font-weight:400;line-height:1.5}.hs-rinde-scanit-grid{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.hs-rinde-scanit-card{background-color:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(55,77,99,.08);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.hs-rinde-scanit-card:hover{box-shadow:0 12px 40px rgba(55,77,99,.12);transform:translateY(-5px)}.hs-rinde-scanit-media{align-items:flex-end;background-color:#8a9bae;display:flex;height:200px;justify-content:center;width:100%}.hs-rinde-scanit-img{height:100%;object-fit:cover;width:100%}.hs-rinde-scanit-content{display:flex;flex-direction:column;flex-grow:1;gap:16px;padding:24px}.hs-rinde-scanit-title-box{align-items:center;display:flex;gap:16px}.hs-rinde-scanit-icon{align-items:center;background:linear-gradient(135deg,#e3f2ff,#cde3fa);border-radius:12px;color:#066bf1;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.hs-rinde-scanit-card-title{color:#022759;font-size:18px;font-weight:700;line-height:1.3}.hs-rinde-scanit-card-desc{color:#415d83;font-size:15px;font-weight:400;line-height:1.5}@media (max-width:1024px){.hs-rinde-scanit-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hs-rinde-scanit-module{padding:60px 16px}.hs-rinde-scanit-main-title{font-size:36px}.hs-rinde-scanit-main-desc{font-size:16px}.hs-rinde-scanit-grid{gap:20px;grid-template-columns:1fr}.hs-rinde-scanit-title-box{flex-direction:row}}