@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400;1,600&display=swap");.ns-tema{padding:clamp(48px,8vw,96px) clamp(24px,4vw,64px);width:100%}.ns-tema__inner{margin:0 auto;max-width:1000px}.ns-tema__title{font-size:clamp(24px,3vw,36px);font-weight:700;margin:0 0 12px}.ns-tema__title,.ns-tema__undertekst{color:inherit;font-family:Open Sans,sans-serif;text-align:center}.ns-tema__undertekst{font-size:clamp(15px,1.4vw,18px);margin:0 0 48px;opacity:.8}.ns-tema__grid{display:grid;gap:24px;grid-template-columns:repeat(var(--ns-tema-kolonner,2),1fr)}.ns-tema__kort{align-items:center;-webkit-appearance:none;appearance:none;background:hsla(0,0%,100%,.06);border:2px solid hsla(0,0%,100%,.15);border-radius:16px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:Open Sans,sans-serif;gap:12px;padding:36px 24px 32px;position:relative;text-align:center;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.ns-tema__kort:hover{background:hsla(0,0%,100%,.1);border-color:var(--kort-farge);box-shadow:0 8px 24px rgba(0,0,0,.2);transform:translateY(-4px)}.ns-tema__kort[aria-pressed=true]{background:var(--kort-farge);border-color:var(--kort-farge);box-shadow:0 4px 20px rgba(0,0,0,.25)}.ns-tema__kort-ikon{align-items:center;background-color:var(--kort-farge);border-radius:50%;color:#fff;display:flex;font-size:24px;height:56px;justify-content:center;transition:background-color .2s ease;width:56px}.ns-tema__kort[aria-pressed=true] .ns-tema__kort-ikon{background-color:hsla(0,0%,100%,.25)}.ns-tema__kort-navn{font-size:clamp(16px,1.4vw,18px);font-weight:700;line-height:1.3}.ns-tema__kort-beskrivelse{font-size:clamp(13px,1.1vw,15px);line-height:1.5;opacity:.75}.ns-tema__kort[aria-pressed=true] .ns-tema__kort-beskrivelse{opacity:.9}.ns-tema__kort-valgt{align-items:center;background-color:#fff;border-radius:50%;color:var(--kort-farge);display:flex;font-size:14px;height:28px;justify-content:center;opacity:0;position:absolute;right:12px;top:12px;transform:scale(.5);transition:opacity .2s ease,transform .2s ease;width:28px}.ns-tema__kort[aria-pressed=true] .ns-tema__kort-valgt{opacity:1;transform:scale(1)}@media (max-width:980px){.ns-tema__grid{gap:16px;grid-template-columns:repeat(min(var(--ns-tema-kolonner,2),2),1fr)}}@media (max-width:600px){.ns-tema__grid{gap:14px;grid-template-columns:1fr}.ns-tema__kort{padding:28px 20px 24px}}