:root {
  --vh: 100%;
  --kuul-gray-800: #2e2e2e;
  --kuul-gray-600: #6b6b6b;
  --kuul-gray-300: #afafaf;
  --kuul-gray-100: #f5f5f5;
  --kuul-primary: #f0e5e7; /* softer, more muted pink color */
  --kuul-primary-light: #f3ebec; /* softer, more muted pink color */
  --kuul-primary-dark: #f5e7e9; /* softer, more muted pink color */
  --kuul-background: #ecede7;
  --kuul-background-op: hsla(70, 14%, 92%, 0.3);
  --kuul-blend: #ecede7;
  --kuul-white: #fff;
  --kuul-primary-rgb: 232, 166, 177; /* RGB values for softer, more muted pink */
  --kuul-primary-light-rgb: 232, 166, 177; /* RGB values for softer, more muted pink */
  --kuul-primary-dark-rgb: 232, 166, 177; /* RGB values for softer, more muted pink */
  --kuul-background-rgb: 236, 237, 231;
  --kuul-background-op-rgb: 236, 237, 231;
  --kuul-blend-rgb: 236, 237, 231;
  --kuul-white-rgb: 255, 255, 255;
  --kuul-font-sans-serif: "Altinn", sans-serif;
  --kuul-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --kuul-body-font-family: var(--kuul-font-sans-serif);
  --kuul-body-font-size: calc(1.01667rem + 0.31111vw);
  --kuul-body-font-weight: 400;
  --kuul-body-line-height: 1.6;
  --kuul-body-color: #6b6b6b;
  --kuul-body-bg: #ecede7;
}
@media (min-width: 1200px) {
  :root {
    --kuul-body-font-size: 1.25rem;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(var(--kuul-gray-800), 0);
  background-color: var(--kuul-body-bg);
  color: var(--kuul-body-color);
  font-family: var(--kuul-body-font-family);
  font-size: var(--kuul-body-font-size);
  font-weight: var(--kuul-body-font-weight);
  line-height: var(--kuul-body-line-height);
  margin: 0;
}
hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  margin: 0.25rem 0;
  opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--kuul-gray-800);
  font-family: Altinn-Exp, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.125rem;
  margin-top: 0;
}
.h1,
h1 {
  font-size: calc(1.26667rem + 4.97778vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.13333rem + 2.48889vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 3rem;
  }
}
.h3,
h3 {
  font-size: calc(1.06667rem + 1.24444vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 2rem;
  }
}
.h4,
h4 {
  font-size: calc(1.01667rem + 0.31111vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.25rem;
  }
}
.h5,
h5 {
  font-size: 1rem;
}
.h6,
h6 {
  font-size: 0.825rem;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
b,
strong {
  font-weight: 900;
}
.small,
small {
  font-size: 80%;
}
a,
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type="button"],
[type="reset"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.row {
  --kuul-gutter-x: 16px;
  --kuul-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--kuul-gutter-x) * -0.5);
  margin-right: calc(var(--kuul-gutter-x) * -0.5);
  margin-top: calc(var(--kuul-gutter-y) * -1);
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--kuul-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--kuul-gutter-x) * 0.5);
  padding-right: calc(var(--kuul-gutter-x) * 0.5);
  width: 100%;
}
.grid {
  display: grid;
  gap: var(--kuul-gap, 16px);
  grid-template-columns: repeat(var(--kuul-columns, 12), 1fr);
  grid-template-rows: repeat(var(--kuul-rows, 1), 1fr);
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
@media (min-width: 768px) {
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
}
@media (min-width: 1200px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
}
@media (min-width: 1600px) {
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
}
.col {
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
@media (min-width: 1200px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
}
.visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.opacity-15 {
  opacity: 0.15 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.top-0 {
  top: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-column {
  flex-direction: column !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.m-0 {
  margin: 0 !important;
}
.m-2 {
  margin: 0.75rem !important;
}
.mx-2 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-3 {
  margin-bottom: 1.25rem !important;
  margin-top: 1.25rem !important;
}
.my-4 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
.my-5 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}
.my-6 {
  margin-bottom: 3.75rem !important;
  margin-top: 3.75rem !important;
}
.my-7 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}
.my-8 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
}
.my-9 {
  margin-bottom: 7.5rem !important;
  margin-top: 7.5rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mt-5 {
  margin-top: 2.5rem !important;
}
.mt-6 {
  margin-top: 3.75rem !important;
}
.mt-8 {
  margin-top: 6rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.me-2 {
  margin-right: 0.75rem !important;
}
.me-4 {
  margin-right: 2rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.75rem !important;
}
.mb-3 {
  margin-bottom: 1.25rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.mb-6 {
  margin-bottom: 3.75rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.mx-n3 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}
.my-n15 {
  margin-bottom: -0.625rem !important;
  margin-top: -0.625rem !important;
}
.me-n3 {
  margin-right: -1.25rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n3 {
  margin-bottom: -1.25rem !important;
}
.mb-n10 {
  margin-bottom: -10rem !important;
}
.ms-n1 {
  margin-left: -0.25rem !important;
}
.ms-n2 {
  margin-left: -0.75rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-2 {
  padding: 0.75rem !important;
}
.p-3 {
  padding: 1.25rem !important;
}
.p-4 {
  padding: 2rem !important;
}
.px-3 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.py-2 {
  padding-bottom: 0.75rem !important;
  padding-top: 0.75rem !important;
}
.py-3 {
  padding-bottom: 1.25rem !important;
  padding-top: 1.25rem !important;
}
.py-4 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}
.py-6 {
  padding-bottom: 3.75rem !important;
  padding-top: 3.75rem !important;
}
.py-8 {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important;
}
.py-10 {
  padding-bottom: 10rem !important;
  padding-top: 10rem !important;
}
.pt-2 {
  padding-top: 0.75rem !important;
}
.pt-4 {
  padding-top: 2rem !important;
}
.pt-5 {
  padding-top: 2.5rem !important;
}
.pt-6 {
  padding-top: 3.75rem !important;
}
.pt-8 {
  padding-top: 6rem !important;
}
.pb-2 {
  padding-bottom: 0.75rem !important;
}
.pb-3 {
  padding-bottom: 1.25rem !important;
}
.pb-4 {
  padding-bottom: 2rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-3 {
  gap: 1.25rem !important;
}
.gap-4 {
  gap: 2rem !important;
}
.gap-6 {
  gap: 3.75rem !important;
}
.fs-xxl {
  font-size: calc(1.66667rem + 12.44444vw) !important;
}
.fs-xl {
  font-size: calc(1.26667rem + 4.97778vw) !important;
}
.fs-lg {
  font-size: calc(1.13333rem + 2.48889vw) !important;
}
.fs-md {
  font-size: calc(1.06667rem + 1.24444vw) !important;
}
.fs-sm {
  font-size: calc(1.01667rem + 0.31111vw) !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-end {
  text-align: right !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.c-white {
  color: #fff !important;
}
.bg-primary {
  background-color: #F4A7B9 !important; /* more subtle and elegant pink color */
}
.bg-background {
  --kuul-bg-opacity: 1;
  background-color: rgba(
    var(--kuul-background-rgb),
    var(--kuul-bg-opacity)
  ) !important;
}
.bgg-300 {
  background-color: #afafaf !important;
}
.gcols-1 {
  --kuul-columns: 1 !important;
}
.gcols-2 {
  --kuul-columns: 2 !important;
}
.z--1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
  .my-md-5 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .pt-md-8 {
    padding-top: 6rem !important;
  }
  .gap-md-6 {
    gap: 3.75rem !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-6 {
    margin-bottom: 3.75rem !important;
    margin-top: 3.75rem !important;
  }
  .my-lg-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-lg-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-lg-9 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important;
  }
  .my-lg-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.75rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.75rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.75rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-4 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .py-lg-6 {
    padding-bottom: 3.75rem !important;
    padding-top: 3.75rem !important;
  }
  .py-lg-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .py-lg-9 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important;
  }
  .py-lg-10 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .gap-lg-2 {
    gap: 0.75rem !important;
  }
  .gap-lg-5 {
    gap: 2.5rem !important;
  }
  .gap-lg-6 {
    gap: 3.75rem !important;
  }
  .gap-lg-7 {
    gap: 5rem !important;
  }
  .gap-lg-8 {
    gap: 6rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .gcols-lg-3 {
    --kuul-columns: 3 !important;
  }
}
@media (min-width: 1600px) {
  .my-xl-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xxl {
    font-size: 11rem !important;
  }
  .fs-xl {
    font-size: 5rem !important;
  }
  .fs-lg {
    font-size: 3rem !important;
  }
  .fs-md {
    font-size: 2rem !important;
  }
  .fs-sm {
    font-size: 1.25rem !important;
  }
}
