:root {
  --promte-refresh-ink: #021b2f;
  --promte-refresh-ink-soft: #304559;
  --promte-refresh-muted: #5f7083;
  --promte-refresh-line: rgba(2, 27, 47, 0.12);
  --promte-refresh-line-strong: rgba(2, 27, 47, 0.18);
  --promte-refresh-blue: #0b63f6;
  --promte-refresh-blue-dark: #0548b8;
  --promte-refresh-blue-soft: rgba(11, 99, 246, 0.1);
  --promte-refresh-surface: rgba(255, 255, 255, 0.84);
  --promte-refresh-surface-strong: rgba(255, 255, 255, 0.92);
  --promte-refresh-dark-surface: linear-gradient(145deg, #07284b 0%, #0f4677 48%, #2a83d2 100%);
  --promte-refresh-glow: radial-gradient(circle at top left, rgba(58, 130, 246, 0.22), transparent 30%);
  --promte-refresh-shadow: 0 22px 56px rgba(2, 27, 47, 0.12);
  --promte-refresh-shadow-soft: 0 12px 30px rgba(2, 27, 47, 0.08);
  --promte-refresh-radius-xl: 40px;
  --promte-refresh-radius-lg: 32px;
  --promte-refresh-radius-md: 24px;
}

body.promte-refresh-page {
  background:
    radial-gradient(circle at 8% 4%, rgba(11, 99, 246, 0.15), transparent 22%),
    radial-gradient(circle at 92% 10%, rgba(22, 163, 74, 0.08), transparent 22%),
    linear-gradient(180deg, #eef5fb 0%, #f6f9fc 24%, #ffffff 100%);
  color: var(--promte-refresh-ink);
}

body.promte-refresh-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(3, 34, 64, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 34, 64, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at 50% 18%, rgba(0, 0, 0, 0.92), transparent 88%);
}

body.promte-refresh-page > section:not(._58ce83d8) {
  position: relative;
}

body.promte-refresh-page > section:nth-of-type(2) {
  padding-top: 118px;
}

body.promte-refresh-page > section:not(._58ce83d8):not(.promte-injectedSection) {
  padding-bottom: 28px;
}

body.promte-refresh-page h1,
body.promte-refresh-page h2,
body.promte-refresh-page h3,
body.promte-refresh-page h4 {
  color: var(--promte-refresh-ink);
  letter-spacing: -0.04em;
}

body.promte-refresh-page p,
body.promte-refresh-page li {
  color: var(--promte-refresh-muted);
}

body.promte-refresh-page section:not(._58ce83d8) .btn {
  min-height: 50px;
  padding: 0.78em 1.12em;
  border-radius: 999px;
  border-color: rgba(2, 27, 47, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(2, 27, 47, 0.08);
  color: var(--promte-refresh-ink);
  font-weight: 600;
}

body.promte-refresh-page section:not(._58ce83d8) .btn:hover {
  transform: translateY(-1px);
  border-color: rgba(2, 27, 47, 0.18);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 30px rgba(2, 27, 47, 0.12);
}

body.promte-refresh-page section:not(._58ce83d8) .btn.primary,
body.promte-refresh-page section:not(._58ce83d8) .btn.primary:hover {
  border-color: transparent;
  background: linear-gradient(180deg, var(--promte-refresh-blue) 0%, var(--promte-refresh-blue-dark) 100%);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(11, 99, 246, 0.24);
}

.promte-injectedSection {
  padding: 14px 0 42px;
}

.promte-sectionIntro {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.promte-sectionEyebrow,
.promte-cardKicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(2, 27, 47, 0.08);
  color: var(--promte-refresh-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.promte-sectionIntro h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.98;
}

.promte-sectionIntro p {
  max-width: 64ch;
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
}

.promte-miniCardGrid,
.promte-deploymentGrid {
  display: grid;
  gap: 18px;
}

.promte-miniCardGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promte-miniCard,
.promte-deploymentCard {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--promte-refresh-radius-lg);
  background: var(--promte-refresh-surface);
  box-shadow: var(--promte-refresh-shadow-soft);
  backdrop-filter: blur(12px);
}

.promte-miniCard h3,
.promte-deploymentCard h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
}

.promte-miniCard p,
.promte-deploymentCard p {
  margin: 0;
  line-height: 1.72;
}

.promte-deploymentGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promte-deploymentCard--dark {
  background: var(--promte-refresh-dark-surface);
  color: #ffffff;
}

body.promte-page--sikkerhed .promte-deploymentSection .promte-deploymentCard--dark h3,
body.promte-page--sikkerhed .promte-deploymentSection .promte-deploymentCard--dark .promte-cardKicker,
body.promte-page--sikkerhed .promte-deploymentSection .promte-deploymentCard--dark strong {
  color: #ffffff;
}

body.promte-page--sikkerhed .promte-deploymentSection .promte-deploymentCard--dark p,
body.promte-page--sikkerhed .promte-deploymentSection .promte-deploymentCard--dark span,
body.promte-page--sikkerhed .promte-deploymentSection .promte-deploymentCard--dark li,
body.promte-page--sikkerhed .promte-deploymentSection .promte-deploymentCard--dark .promte-deploymentFoot {
  color: rgba(255, 255, 255, 0.8);
}

body.promte-page--sikkerhed .promte-deploymentSection .promte-deploymentCard--dark .promte-cardKicker {
  background: rgba(255, 255, 255, 0.14);
}

.promte-deploymentList {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.promte-deploymentList li {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.promte-deploymentCard:not(.promte-deploymentCard--dark) .promte-deploymentList li {
  background: rgba(11, 99, 246, 0.05);
}

.promte-deploymentList strong,
.promte-deploymentList span {
  display: block;
}

.promte-deploymentList strong {
  font-size: 16px;
}

.promte-deploymentList span {
  font-size: 14px;
  line-height: 1.65;
}

.promte-deploymentFoot {
  padding-top: 6px;
  font-weight: 600;
}

body.promte-page--security > section._9fbc6786 {
  padding-bottom: 18px;
}

body.promte-page--security > section:not(._58ce83d8) .wr {
  width: min(1140px, calc(100% - 40px));
  max-width: 1140px;
}

body.promte-page--security ._de4e37a0 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(36px, 5vw, 58px);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(5, 31, 58, 0.97) 0%, rgba(7, 73, 124, 0.94) 52%, rgba(57, 149, 227, 0.86) 100%);
  box-shadow: 0 28px 64px rgba(2, 27, 47, 0.22);
}

body.promte-page--security ._de4e37a0::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 52px 52px, 52px 52px;
  opacity: 0.82;
}

body.promte-page--security ._8e6554d4 {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

body.promte-page--security ._8e6554d4::before {
  content: "Sikkerhed og dataejerskab";
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.promte-page--security ._06d252bc {
  margin: 22px 0 18px;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 84px);
  line-height: 0.94;
}

body.promte-page--security ._ce192116 {
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.74;
}

body.promte-page--security ._643aed82,
body.promte-page--security ._a6e58976 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 22px;
  align-items: stretch;
  width: 100%;
  padding: 18px;
  border-radius: 34px;
  background: var(--promte-refresh-surface);
  box-shadow: var(--promte-refresh-shadow);
  border: 1px solid rgba(255, 255, 255, 0.76);
}

body.promte-page--security ._643aed82::after,
body.promte-page--security ._00a1b4d7 {
  min-height: 100%;
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(11, 99, 246, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(232, 243, 255, 0.92) 0%, rgba(246, 249, 253, 0.96) 100%);
}

body.promte-page--security ._643aed82::after {
  content: "GDPR\A EU-hosting\A Intet modeltraening";
  white-space: pre;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  color: var(--promte-refresh-ink);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.08;
}

body.promte-page--security ._8cb11ef6,
body.promte-page--security ._6789153a {
  padding: 14px 14px 14px 16px;
}

body.promte-page--security ._ec4d4615,
body.promte-page--security ._7054dcbb {
  margin: 0;
  color: var(--promte-refresh-muted);
  font-size: 18px;
  line-height: 1.8;
}

body.promte-page--security ._046bf42a {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.04;
}

body.promte-page--security ._00a1b4d7 {
  position: relative;
  overflow: hidden;
}

body.promte-page--security ._00a1b4d7::before {
  content: "Jeres data forbliver jeres";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--promte-refresh-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: 0 16px 30px rgba(2, 27, 47, 0.08);
}

body.promte-page--security ._b549846b {
  display: block;
  width: 100%;
}

body.promte-page--security ._184f411f {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: none;
}

body.promte-page--security ._f813ac59 {
  height: 100%;
  width: auto;
  min-width: 0;
  padding: 28px;
  border-radius: 30px;
  background: var(--promte-refresh-surface-strong);
  box-shadow: var(--promte-refresh-shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

body.promte-page--security ._14fac18f {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.08;
}

body.promte-page--security ._c113d18f {
  color: var(--promte-refresh-muted);
  line-height: 1.76;
}

body.promte-page--security ._87e7e982,
body.promte-page--app-bibliotek ._48b97f97,
body.promte-page--kommuner ._08a00979,
body.promte-page--kommune-brugerklub ._d0267ac1,
body.promte-page--kommune-nyhedsbrev ._83900aba {
  display: grid;
  gap: 16px;
  width: 100%;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 40px;
  background: linear-gradient(145deg, #081f37 0%, #0c3a67 48%, #2878bc 100%);
  box-shadow: 0 28px 60px rgba(2, 27, 47, 0.2);
}

body.promte-page--security ._87e7e982 *,
body.promte-page--app-bibliotek ._48b97f97 *,
body.promte-page--kommuner ._08a00979 *,
body.promte-page--kommune-brugerklub ._d0267ac1 *,
body.promte-page--kommune-nyhedsbrev ._83900aba * {
  color: #ffffff;
}

body.promte-page--security ._68d2c76a,
body.promte-page--app-bibliotek ._48b97f97 > a,
body.promte-page--kommuner ._08a00979 > a,
body.promte-page--kommune-brugerklub ._d0267ac1 > a,
body.promte-page--kommune-nyhedsbrev ._83900aba > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.promte-page--security ._3523c5f4,
body.promte-page--app-bibliotek ._48b97f97 > header,
body.promte-page--kommuner ._08a00979 > header,
body.promte-page--kommune-brugerklub ._d0267ac1 > header,
body.promte-page--kommune-nyhedsbrev ._83900aba > header {
  display: grid;
  gap: 12px;
  max-width: 740px;
}

body.promte-page--security ._26d7adb4,
body.promte-page--app-bibliotek ._48b97f97 h2,
body.promte-page--kommuner ._08a00979 h2,
body.promte-page--kommune-brugerklub ._d0267ac1 h2,
body.promte-page--kommune-nyhedsbrev ._83900aba h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 0.98;
}

body.promte-page--security ._ee5b5ebf,
body.promte-page--app-bibliotek ._48b97f97 p,
body.promte-page--kommuner ._08a00979 p,
body.promte-page--kommune-brugerklub ._d0267ac1 p,
body.promte-page--kommune-nyhedsbrev ._83900aba p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.72;
}

body.promte-page--security ._28fc419b,
body.promte-page--app-bibliotek ._48b97f97 > div:last-child,
body.promte-page--kommuner ._08a00979 > div:last-child,
body.promte-page--kommune-brugerklub ._d0267ac1 > div:last-child,
body.promte-page--kommune-nyhedsbrev ._83900aba > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.promte-page--security ._28fc419b .btn,
body.promte-page--app-bibliotek ._48b97f97 .btn,
body.promte-page--kommuner ._08a00979 .btn,
body.promte-page--kommune-brugerklub ._d0267ac1 .btn,
body.promte-page--kommune-nyhedsbrev ._83900aba .btn {
  background: #ffffff;
  color: var(--promte-refresh-ink);
  box-shadow: none;
}

body.promte-page--security ._28fc419b .btn.primary,
body.promte-page--app-bibliotek ._48b97f97 .btn.primary,
body.promte-page--kommuner ._08a00979 .btn.primary,
body.promte-page--kommune-brugerklub ._d0267ac1 .btn.primary,
body.promte-page--kommune-nyhedsbrev ._83900aba .btn.primary {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
}

body.promte-page--kontakt ._3559a880 {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: clamp(36px, 5vw, 56px);
  border-radius: 40px;
  background:
    linear-gradient(150deg, rgba(7, 31, 58, 0.97) 0%, rgba(8, 66, 114, 0.92) 48%, rgba(51, 138, 221, 0.82) 100%);
  box-shadow: 0 26px 60px rgba(2, 27, 47, 0.18);
}

body.promte-page--kontakt ._3559a880::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 16%, rgba(255, 255, 255, 0.18), transparent 20%),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 52px 52px, 52px 52px;
}

body.promte-page--kontakt ._ea892331,
body.promte-page--kontakt ._8a2f28cc,
body.promte-page--kontakt ._fa7777c5 {
  position: relative;
  z-index: 1;
}

body.promte-page--kontakt ._ea892331 {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.promte-page--kontakt ._8a2f28cc {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.96;
}

body.promte-page--kontakt ._fa7777c5,
body.promte-page--kontakt ._fa7777c5 a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.78;
}

body.promte-page--kontakt .promte-contactHighlights {
  padding-top: 6px;
}

body.promte-page--kontakt ._ad5b438c,
body.promte-page--app-bibliotek ._60bb1ecd,
body.promte-page--kommuner ._b29d148e,
body.promte-page--kommune-brugerklub ._470a31f4,
body.promte-page--kommune-nyhedsbrev ._548f49be {
  padding: 20px;
  border-radius: 34px;
  background: var(--promte-refresh-surface-strong);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--promte-refresh-shadow);
}

body.promte-page--kontakt ._ad5b438c::before,
body.promte-page--app-bibliotek ._60bb1ecd::before,
body.promte-page--kommuner ._b29d148e::before,
body.promte-page--kommune-brugerklub ._470a31f4::before,
body.promte-page--kommune-nyhedsbrev ._548f49be::before {
  display: block;
  margin-bottom: 16px;
  color: var(--promte-refresh-ink);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
}

body.promte-page--kontakt ._ad5b438c::before {
  content: "Book direkte i kalenderen";
}

body.promte-page--app-bibliotek ._60bb1ecd::before,
body.promte-page--kommuner ._b29d148e::before,
body.promte-page--kommune-brugerklub ._470a31f4::before,
body.promte-page--kommune-nyhedsbrev ._548f49be::before {
  content: "Book et introduktionsmoede";
}

body.promte-page--kontakt iframe,
body.promte-page--app-bibliotek iframe,
body.promte-page--kommuner iframe,
body.promte-page--kommune-brugerklub iframe,
body.promte-page--kommune-nyhedsbrev iframe {
  display: block;
  width: 100%;
  min-height: 780px;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
}

body.promte-page--om-os ._f3b4b176 {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 24px;
  align-items: stretch;
  padding: 24px;
  border-radius: 42px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 246, 252, 0.98) 100%);
  box-shadow: var(--promte-refresh-shadow);
}

body.promte-page--om-os ._69b36408 {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(20px, 3vw, 32px);
}

body.promte-page--om-os ._b244fce7 {
  margin: 0;
  font-size: clamp(42px, 6vw, 84px);
  line-height: 0.95;
}

body.promte-page--om-os ._b244fce7 .um-gradient-text {
  background: none;
  -webkit-text-fill-color: currentColor;
}

body.promte-page--om-os ._0e2d4f6e {
  max-width: 62ch;
  margin: 0;
  font-size: 18px;
  line-height: 1.76;
}

body.promte-page--om-os ._84570caa {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.promte-page--om-os ._67b00ce9 {
  display: flex;
  align-items: flex-end;
  align-self: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 32px;
  min-height: 0;
  background: linear-gradient(180deg, rgba(227, 239, 252, 0.96) 0%, rgba(246, 250, 254, 0.98) 100%);
  box-shadow: 0 18px 42px rgba(2, 27, 47, 0.14);
}

body.promte-page--om-os ._67b00ce9 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

body.promte-page--om-os ._47712584,
body.promte-page--om-os ._fb1c55f5 {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
  gap: 20px;
  padding: 20px;
  border-radius: 34px;
  background: var(--promte-refresh-surface);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--promte-refresh-shadow-soft);
}

body.promte-page--om-os ._d6dad5db,
body.promte-page--om-os ._16ed1cc4 {
  padding: 12px 16px;
}

body.promte-page--om-os ._e43c5961,
body.promte-page--om-os ._bbaaa7e5,
body.promte-page--om-os ._457bf82f,
body.promte-page--om-os ._1d319c09 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1.04;
}

body.promte-page--om-os ._e43c5961 .um-gradient-text {
  background: none;
  -webkit-text-fill-color: currentColor;
}

body.promte-page--om-os ._f207b287,
body.promte-page--om-os ._bb9e602f {
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(236, 244, 255, 0.96) 0%, rgba(250, 251, 253, 0.98) 100%);
}

body.promte-page--om-os ._f207b287::before,
body.promte-page--om-os ._bb9e602f::before {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 24px;
  color: var(--promte-refresh-ink);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

body.promte-page--om-os ._f207b287::before {
  content: "Samme team. Tydeligere platform.";
}

body.promte-page--om-os ._bb9e602f::before {
  content: "Kobenhavn \A siden 2023";
  white-space: pre;
}

body.promte-page--om-os .about-renameNoteSection {
  padding-top: 8px;
}

body.promte-page--om-os .about-renameNoteSection .wr {
  display: flex;
  justify-content: center;
}

body.promte-page--om-os .about-renameNoteSection ._47712584 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
  gap: 12px;
  padding: 18px 20px;
}

body.promte-page--om-os .about-renameNoteSection ._d6dad5db {
  display: grid;
  gap: 10px;
  padding: 8px 10px;
}

body.promte-page--om-os .about-renameNoteSection ._1e10ec9b {
  width: fit-content;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(2, 27, 47, 0.08);
  color: var(--promte-refresh-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

body.promte-page--om-os .about-renameNoteSection ._e43c5961 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(24px, 3vw, 34px);
}

body.promte-page--om-os .about-renameNoteSection ._d0ecd6b4 {
  max-width: 62ch;
}

body.promte-page--om-os .about-renameNoteSection ._510ef80a {
  margin-top: 4px;
}

body.promte-page--om-os .about-renameNoteSection ._510ef80a .btn {
  min-height: 46px;
}

body.promte-page--om-os .about-renameNoteSection ._f207b287 {
  display: none;
}

body.promte-page--om-os ._368aed9e {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.promte-page--om-os ._ae2d9212 {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-radius: 28px;
  background: var(--promte-refresh-surface-strong);
  box-shadow: var(--promte-refresh-shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

body.promte-page--om-os ._23745b84 {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  object-fit: cover;
}

body.promte-page--om-os ._07de699c {
  color: var(--promte-refresh-ink);
  font-size: 22px;
  font-weight: 700;
}

body.promte-page--om-os ._f75f8d07 {
  color: var(--promte-refresh-muted);
  font-size: 15px;
}

body.promte-page--om-os ._6e3b4a10 {
  display: flex;
  gap: 10px;
}

body.promte-page--om-os ._4c82c334 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(11, 99, 246, 0.08);
}

body.promte-page--om-os ._837ba37f {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

body.promte-page--om-os ._37178f04 {
  width: 100%;
  height: 96px !important;
  padding: 18px 20px;
  box-sizing: border-box;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--promte-refresh-shadow-soft);
  object-fit: contain;
}

body.promte-page--blog .blogHeader,
body.promte-blog-article .post__title {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 4vw, 46px);
  border: 0 !important;
  border-radius: 36px;
  background:
    linear-gradient(150deg, rgba(7, 31, 58, 0.97) 0%, rgba(8, 66, 114, 0.94) 48%, rgba(39, 124, 207, 0.84) 100%);
  box-shadow: 0 26px 60px rgba(2, 27, 47, 0.18);
}

body.promte-page--blog .blogHeader::before,
body.promte-blog-article .post__title::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 52px 52px, 52px 52px;
}

body.promte-page--blog .blogHeader > *,
body.promte-blog-article .post__title {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
}

body.promte-page--blog .blogHeader h1,
body.promte-blog-article .post__title {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 74px);
  line-height: 0.96;
}

body.promte-page--blog .blogHeader p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  line-height: 1.68;
}

body.promte-page--blog .postItem,
body.promte-blog-article .post__content,
body.promte-blog-article ._4fd0517b .wr > *,
body.promte-blog-article ._cecd07f3 .wr > * {
  border-radius: 32px;
  background: var(--promte-refresh-surface-strong);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--promte-refresh-shadow-soft);
}

body.promte-page--blog .postItem {
  padding: 26px;
  border-bottom: 0 !important;
}

body.promte-page--blog .postItem__titleLink h2 {
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.02;
}

body.promte-page--blog .postItem__meta,
body.promte-blog-article .post__meta {
  color: var(--promte-refresh-muted);
  font-size: 15px;
}

body.promte-page--blog .postItem__coverImage,
body.promte-page--blog .postItem__coverImage.oversize,
body.promte-blog-article .post__coverImage,
body.promte-blog-article .post__coverImage.oversize {
  width: 100%;
  margin: 18px 0 0;
  border-radius: 26px;
  box-shadow: 0 16px 34px rgba(2, 27, 47, 0.12);
}

body.promte-page--blog .postItem__content,
body.promte-blog-article .post__content {
  color: var(--promte-refresh-muted);
  font-size: 18px;
  line-height: 1.8;
}

body.promte-blog-article .post__content {
  margin-top: 18px;
  padding: clamp(24px, 4vw, 40px);
}

body.promte-blog-article ._869637c9 .wr a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--promte-refresh-shadow-soft);
  color: var(--promte-refresh-ink);
  text-decoration: none;
}

body.promte-page--blog .blogPagination {
  padding-top: 8px;
}

body.promte-page--blog .blogPagination a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--promte-refresh-shadow-soft);
  color: var(--promte-refresh-ink);
  text-decoration: none;
}

body.promte-page--app-bibliotek ._d14367c3,
body.promte-page--kommuner ._d343a519,
body.promte-page--kommune-brugerklub ._4a62739f,
body.promte-page--kommune-nyhedsbrev ._334c6ea4 {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 246, 252, 0.98) 100%);
  box-shadow: var(--promte-refresh-shadow);
}

body.promte-page--app-bibliotek ._d14367c3 {
  grid-template-columns: minmax(0, 1.24fr) minmax(300px, 0.76fr);
}

body.promte-page--kommuner ._d343a519 {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

body.promte-page--app-bibliotek ._2ee0e45a,
body.promte-page--kommuner ._a3414a47,
body.promte-page--kommune-brugerklub ._6fb7f8a7,
body.promte-page--kommune-nyhedsbrev ._ee7ec0f0 {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 32px);
}

body.promte-page--app-bibliotek ._87473122,
body.promte-page--kommuner ._b6714354,
body.promte-page--kommune-brugerklub ._bd7d8fc8,
body.promte-page--kommune-nyhedsbrev ._c7a07004 {
  margin: 0;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.96;
}

body.promte-page--app-bibliotek ._87473122 {
  max-width: 10ch;
  font-size: clamp(36px, 4.8vw, 62px);
  word-break: normal;
  overflow-wrap: normal;
  text-wrap: balance;
}

body.promte-page--app-bibliotek ._990ff6ab,
body.promte-page--kommuner ._f0f3904c,
body.promte-page--kommune-brugerklub ._bfc30c7d,
body.promte-page--kommune-nyhedsbrev ._e6d2776d {
  margin: 0;
  font-size: 18px;
  line-height: 1.76;
}

body.promte-page--app-bibliotek ._5d4e6dbd,
body.promte-page--kommuner ._aa6c44d0,
body.promte-page--kommune-brugerklub ._cb4a5ec3,
body.promte-page--kommune-nyhedsbrev ._7c0e8046 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.promte-page--kommuner ._a3414a47 {
  justify-items: center;
  max-width: 860px;
  text-align: center;
}

body.promte-page--kommuner ._b6714354,
body.promte-page--kommuner ._f0f3904c {
  max-width: none;
}

body.promte-page--kommuner ._aa6c44d0 {
  justify-content: center;
}

body.promte-page--app-bibliotek ._336bd26e,
body.promte-page--kommuner ._44916f96,
body.promte-page--kommune-brugerklub ._279e5536,
body.promte-page--kommune-nyhedsbrev ._c14ef4ca {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 18px 40px rgba(2, 27, 47, 0.14);
}

body.promte-page--app-bibliotek ._336bd26e img,
body.promte-page--kommuner ._44916f96 img,
body.promte-page--kommune-brugerklub ._279e5536 img,
body.promte-page--kommune-nyhedsbrev ._c14ef4ca img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.promte-page--app-bibliotek ._69c0a35d,
body.promte-page--kommuner ._0f22b9e6,
body.promte-page--kommune-brugerklub ._9851bd24,
body.promte-page--kommune-nyhedsbrev ._498eea92 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.promte-page--app-bibliotek ._d75cdd7a,
body.promte-page--kommuner ._ae07b14a,
body.promte-page--kommune-brugerklub ._73f8cb89,
body.promte-page--kommune-nyhedsbrev ._3de99265 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--promte-refresh-shadow-soft);
}

body.promte-page--app-bibliotek ._ebd0aaf7,
body.promte-page--app-bibliotek ._36c8c95f,
body.promte-page--kommuner ._b5789c73 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

body.promte-page--kommuner ._b5789c73 > * {
  flex: 0 1 calc((100% - 36px) / 3);
  max-width: calc((100% - 36px) / 3);
  min-width: 300px;
}

body.promte-page--app-bibliotek ._22ec6973,
body.promte-page--app-bibliotek ._d4b847a2,
body.promte-page--kommuner ._c06061e3,
body.promte-page--kommune-brugerklub ._0ef9cad5,
body.promte-page--kommune-nyhedsbrev ._96f6166d {
  height: 100%;
  padding: 24px;
  border-radius: 28px;
  background: var(--promte-refresh-surface-strong);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--promte-refresh-shadow-soft);
}

body.promte-page--app-bibliotek ._0190604a,
body.promte-page--app-bibliotek ._c32cbebb,
body.promte-page--app-bibliotek ._b1265e6c,
body.promte-page--app-bibliotek ._8de11620,
body.promte-page--kommuner ._48e26d5b,
body.promte-page--kommuner ._c5516173,
body.promte-page--kommuner ._6bcc62d8,
body.promte-page--kommune-brugerklub ._0854998a,
body.promte-page--kommune-brugerklub ._3509ee4a,
body.promte-page--kommune-nyhedsbrev ._bc23ea4e,
body.promte-page--kommune-nyhedsbrev ._6a3ec495 {
  overflow: hidden;
  padding: 18px;
  border-radius: 32px;
  background: var(--promte-refresh-surface-strong);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--promte-refresh-shadow);
}

body.promte-page--kommuner ._6bcc62d8 img,
body.promte-page--kommuner ._48e26d5b img,
body.promte-page--kommune-brugerklub ._0854998a img,
body.promte-page--kommune-nyhedsbrev ._bc23ea4e img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

body.promte-page--kommuner ._48e26d5b .iframe-container {
  position: relative;
  width: 100%;
  height: clamp(620px, 78vw, 920px);
  padding-top: 0 !important;
  overflow: hidden;
}

body.promte-page--kommuner ._48e26d5b .iframe-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.promte-page--kommuner ._fc402e71,
body.promte-page--kommuner ._8f21fbeb,
body.promte-page--kommuner ._4739b4a2,
body.promte-page--kommuner ._418ce9be,
body.promte-page--app-bibliotek ._42c02f80,
body.promte-page--app-bibliotek ._62521513,
body.promte-page--app-bibliotek ._09f96e3c,
body.promte-page--app-bibliotek ._bb631dea,
body.promte-page--app-bibliotek ._1c555466,
body.promte-page--kommune-brugerklub ._d481d82c,
body.promte-page--kommune-brugerklub ._ecf24b4b,
body.promte-page--kommune-brugerklub ._d75ed0e1,
body.promte-page--kommune-nyhedsbrev ._2db65800,
body.promte-page--kommune-nyhedsbrev ._24740b80,
body.promte-page--kommune-nyhedsbrev ._261bbc14 {
  max-width: 780px;
  margin-bottom: 18px;
}

body.promte-page--kommuner section._d464617f > .wr,
body.promte-page--kommuner section._f39e5e24 > .wr,
body.promte-page--kommuner section._1cff8620 > .wr,
body.promte-page--kommuner section._651f3310 > .wr {
  max-width: 1124px;
  margin-inline: auto;
}

body.promte-page--kommuner ._6bcc62d8,
body.promte-page--kommuner ._c5516173,
body.promte-page--kommuner ._7788f153,
body.promte-page--kommuner ._08a00979,
body.promte-page--kommuner ._b29d148e {
  box-sizing: border-box;
  width: min(100%, 1076px);
  max-width: none;
  margin-inline: auto;
}

body.promte-page--kommuner ._6bcc62d8 {
  display: flex;
  justify-content: center;
}

body.promte-page--kommuner ._6bcc62d8 img {
  max-width: min(100%, 920px);
  margin-inline: auto;
}

body.promte-page--kommuner ._3bebcb6e {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.promte-page--kommuner ._62081ed6 {
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

body.promte-page--kommuner ._e630bef7 {
  display: grid;
  align-content: start;
  gap: 10px;
  flex: 1 1 auto;
}

body.promte-page--kommuner ._7788f153 {
  align-items: center;
}

body.promte-page--kommuner ._08a00979 {
  justify-items: center;
  min-height: 0;
  padding: 34px 36px;
  text-align: center;
}

body.promte-page--kommuner ._08a00979 > div:last-child {
  justify-content: center;
}

body.promte-page--kommuner ._c0d0e6d3,
body.promte-page--app-bibliotek ._ff14d11d,
body.promte-page--app-bibliotek ._bed64cd1,
body.promte-page--app-bibliotek ._954c51b6,
body.promte-page--app-bibliotek ._46fd9116,
body.promte-page--app-bibliotek ._847c7ccb,
body.promte-page--kommune-brugerklub ._cd711a5b,
body.promte-page--kommune-brugerklub ._115ba03b,
body.promte-page--kommune-brugerklub ._4c702b44,
body.promte-page--kommune-nyhedsbrev ._1efb6ebc,
body.promte-page--kommune-nyhedsbrev ._e9b4391f,
body.promte-page--kommune-nyhedsbrev ._0ff90b73 {
  margin: 0 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.02;
}

body.promte-page--privacy-policy .wr > *,
body.promte-page--terms .wr > * {
  padding: 24px;
  border-radius: 28px;
  background: var(--promte-refresh-surface-strong);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--promte-refresh-shadow-soft);
}

@media (max-width: 1080px) {
  .promte-miniCardGrid,
  .promte-deploymentGrid,
  body.promte-page--om-os ._368aed9e,
  body.promte-page--app-bibliotek ._ebd0aaf7,
  body.promte-page--app-bibliotek ._36c8c95f,
  body.promte-page--kommuner ._b5789c73,
  body.promte-page--om-os ._837ba37f {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.promte-page--security ._184f411f {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.promte-page--security ._643aed82,
  body.promte-page--security ._a6e58976,
  body.promte-page--om-os ._f3b4b176,
  body.promte-page--om-os ._47712584,
  body.promte-page--om-os ._fb1c55f5,
  body.promte-page--app-bibliotek ._d14367c3,
  body.promte-page--kommuner ._d343a519,
  body.promte-page--kommune-brugerklub ._4a62739f,
  body.promte-page--kommune-nyhedsbrev ._334c6ea4 {
    grid-template-columns: 1fr;
  }

  body.promte-page--kommuner ._b5789c73 > * {
    flex-basis: calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
  }
}

@media (max-width: 720px) {
  body.promte-refresh-page::before {
    background-size: 44px 44px;
  }

  body.promte-refresh-page > section:nth-of-type(2) {
    padding-top: 104px;
  }

  .promte-miniCardGrid,
  .promte-deploymentGrid,
  body.promte-page--security ._184f411f,
  body.promte-page--om-os ._368aed9e,
  body.promte-page--om-os ._837ba37f,
  body.promte-page--app-bibliotek ._ebd0aaf7,
  body.promte-page--app-bibliotek ._36c8c95f,
  body.promte-page--kommuner ._b5789c73 {
    grid-template-columns: 1fr;
  }

  body.promte-page--security ._de4e37a0,
  body.promte-page--kontakt ._3559a880,
  body.promte-page--om-os ._f3b4b176,
  body.promte-page--om-os ._47712584,
  body.promte-page--om-os ._fb1c55f5,
  body.promte-page--app-bibliotek ._d14367c3,
  body.promte-page--kommuner ._d343a519,
  body.promte-page--kommune-brugerklub ._4a62739f,
  body.promte-page--kommune-nyhedsbrev ._334c6ea4,
  body.promte-page--security ._87e7e982,
  body.promte-page--app-bibliotek ._48b97f97,
  body.promte-page--kommuner ._08a00979,
  body.promte-page--kommune-brugerklub ._d0267ac1,
  body.promte-page--kommune-nyhedsbrev ._83900aba {
    padding: 24px;
    border-radius: 28px;
  }

  body.promte-page--kommuner ._b5789c73 > * {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.promte-page--kommuner ._08a00979 {
    min-height: 0;
  }

  body.promte-page--security ._06d252bc,
  body.promte-page--kontakt ._8a2f28cc,
  body.promte-page--om-os ._b244fce7,
  body.promte-page--app-bibliotek ._87473122,
  body.promte-page--kommuner ._b6714354,
  body.promte-page--kommune-brugerklub ._bd7d8fc8,
  body.promte-page--kommune-nyhedsbrev ._c7a07004,
  body.promte-page--blog .blogHeader h1,
  body.promte-blog-article .post__title {
    font-size: clamp(34px, 12vw, 52px);
  }

  body.promte-page--blog .postItem {
    padding: 18px;
  }

  body.promte-page--kontakt iframe,
  body.promte-page--app-bibliotek iframe,
  body.promte-page--kommuner iframe,
  body.promte-page--kommune-brugerklub iframe,
  body.promte-page--kommune-nyhedsbrev iframe {
    min-height: 640px;
  }
}
