/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-primary: #1C1C1B;
    --color-secondary: #FFFFFF;
    --color-tertiary: #F5F5F5;
    --color-fifth: #D8D8D8;
    --color-sixth: #858585;
    --spacing: 4px;
    --font-sans: "DM Sans";
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --leading-normal: normal;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-\[0\.4375rem\] {
    top: 0.4375rem;
  }
  .top-\[0\.9375rem\] {
    top: 0.9375rem;
  }
  .top-\[3\.625rem\] {
    top: 3.625rem;
  }
  .\!right-0 {
    right: calc(var(--spacing) * 0) !important;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .-bottom-2\.5 {
    bottom: calc(var(--spacing) * -2.5);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .\!left-auto {
    left: auto !important;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .order-1 {
    order: 1;
  }
  .order-4 {
    order: 4;
  }
  .container {
    width: 100%;
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
    @media (width >= 1650px) {
      max-width: 1650px;
    }
    @media (width >= 1800px) {
      max-width: 1800px;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-\[1\.25rem\] {
    margin-block: 1.25rem;
  }
  .-mt-\[1\.375rem\] {
    margin-top: calc(1.375rem * -1);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[0\.938rem\] {
    margin-top: 0.938rem;
  }
  .mt-\[1\.25rem\] {
    margin-top: 1.25rem;
  }
  .mt-\[1\.88rem\] {
    margin-top: 1.88rem;
  }
  .mt-\[2\.5rem\] {
    margin-top: 2.5rem;
  }
  .mr-2\.5 {
    margin-right: calc(var(--spacing) * 2.5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-\[0\.94rem\] {
    margin-bottom: 0.94rem;
  }
  .mb-\[0\.625rem\] {
    margin-bottom: 0.625rem;
  }
  .mb-\[0\.875rem\] {
    margin-bottom: 0.875rem;
  }
  .mb-\[0\.1875rem\] {
    margin-bottom: 0.1875rem;
  }
  .mb-\[0\.3125rem\] {
    margin-bottom: 0.3125rem;
  }
  .mb-\[0\.9375rem\] {
    margin-bottom: 0.9375rem;
  }
  .mb-\[1\.25rem\] {
    margin-bottom: 1.25rem;
  }
  .mb-\[1\.88rem\] {
    margin-bottom: 1.88rem;
  }
  .mb-\[1\.563rem\] {
    margin-bottom: 1.563rem;
  }
  .mb-\[8\.125rem\] {
    margin-bottom: 8.125rem;
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-content {
    box-sizing: content-box;
  }
  .\!grid {
    display: grid !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[1\.57\/1\] {
    aspect-ratio: 1.57/1;
  }
  .aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-\[340\/217\] {
    aspect-ratio: 340/217;
  }
  .aspect-\[353\/182\] {
    aspect-ratio: 353/182;
  }
  .aspect-\[353\/225\] {
    aspect-ratio: 353/225;
  }
  .aspect-\[353\/278\] {
    aspect-ratio: 353/278;
  }
  .aspect-\[353\/469\] {
    aspect-ratio: 353/469;
  }
  .aspect-\[900\/573\] {
    aspect-ratio: 900/573;
  }
  .aspect-\[1600\/880\] {
    aspect-ratio: 1600/880;
  }
  .\!h-\[1\.0625rem\] {
    height: 1.0625rem !important;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[1\.23rem\] {
    height: 1.23rem;
  }
  .h-\[1\.0625rem\] {
    height: 1.0625rem;
  }
  .h-\[1\.8125rem\] {
    height: 1.8125rem;
  }
  .h-\[2\.375rem\] {
    height: 2.375rem;
  }
  .h-\[3\.125rem\] {
    height: 3.125rem;
  }
  .h-\[3\.0625rem\] {
    height: 3.0625rem;
  }
  .h-\[12\.125rem\] {
    height: 12.125rem;
  }
  .h-\[14\.0625rem\] {
    height: 14.0625rem;
  }
  .h-\[29\.125rem\] {
    height: 29.125rem;
  }
  .h-\[29\.3125rem\] {
    height: 29.3125rem;
  }
  .h-\[32\.9375rem\] {
    height: 32.9375rem;
  }
  .h-\[49px\] {
    height: 49px;
  }
  .h-\[70vh\] {
    height: 70vh;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[8\.688rem\] {
    max-height: 8.688rem;
  }
  .max-h-\[14\.0625rem\] {
    max-height: 14.0625rem;
  }
  .max-h-\[28\.75rem\] {
    max-height: 28.75rem;
  }
  .max-h-\[35\.8125rem\] {
    max-height: 35.8125rem;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-\[1\.0625rem\] {
    width: 1.0625rem !important;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-\[1\.88rem\] {
    width: 1.88rem;
  }
  .w-\[1\.0625rem\] {
    width: 1.0625rem;
  }
  .w-\[2\.375rem\] {
    width: 2.375rem;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[8\.06rem\] {
    max-width: 8.06rem;
  }
  .max-w-\[8\.688rem\] {
    max-width: 8.688rem;
  }
  .max-w-\[25rem\] {
    max-width: 25rem;
  }
  .max-w-\[31\.875rem\] {
    max-width: 31.875rem;
  }
  .max-w-\[40\.625rem\] {
    max-width: 40.625rem;
  }
  .max-w-\[45rem\] {
    max-width: 45rem;
  }
  .max-w-\[46\.25rem\] {
    max-width: 46.25rem;
  }
  .max-w-\[46\.875rem\] {
    max-width: 46.875rem;
  }
  .max-w-\[47\.5rem\] {
    max-width: 47.5rem;
  }
  .max-w-\[50\.625rem\] {
    max-width: 50.625rem;
  }
  .max-w-\[50rem\] {
    max-width: 50rem;
  }
  .max-w-\[56\.25rem\] {
    max-width: 56.25rem;
  }
  .max-w-\[61\.375rem\] {
    max-width: 61.375rem;
  }
  .max-w-\[62\.5rem\] {
    max-width: 62.5rem;
  }
  .max-w-\[69\.375rem\] {
    max-width: 69.375rem;
  }
  .max-w-\[74\.0625rem\] {
    max-width: 74.0625rem;
  }
  .max-w-\[100\.125rem\] {
    max-width: 100.125rem;
  }
  .max-w-\[100rem\] {
    max-width: 100rem;
  }
  .max-w-\[120rem\] {
    max-width: 120rem;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[1225px\] {
    max-width: 1225px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .\!transform-none {
    transform: none !important;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[0\.9375rem\] {
    gap: 0.9375rem;
  }
  .gap-\[1\.88rem\] {
    gap: 1.88rem;
  }
  .gap-\[1\.5625rem\] {
    gap: 1.5625rem;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[0\.3125rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0.3125rem * var(--tw-space-y-reverse));
      margin-block-end: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[0\.9375rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0.9375rem * var(--tw-space-y-reverse));
      margin-block-end: calc(0.9375rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[1\.88rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(1.88rem * var(--tw-space-y-reverse));
      margin-block-end: calc(1.88rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[1\.5625rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(1.5625rem * var(--tw-space-y-reverse));
      margin-block-end: calc(1.5625rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-7 {
    column-gap: calc(var(--spacing) * 7);
  }
  .gap-x-\[0\.625rem\] {
    column-gap: 0.625rem;
  }
  .gap-x-\[0\.938rem\] {
    column-gap: 0.938rem;
  }
  .gap-x-\[0\.9375rem\] {
    column-gap: 0.9375rem;
  }
  .gap-x-\[1\.75rem\] {
    column-gap: 1.75rem;
  }
  .gap-x-\[1\.88rem\] {
    column-gap: 1.88rem;
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-\[1\.88rem\] {
    row-gap: 1.88rem;
  }
  .place-self-start {
    place-self: start;
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[0\.1875rem\] {
    border-radius: 0.1875rem;
  }
  .rounded-\[0\.9375rem\] {
    border-radius: 0.9375rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-fifth {
    border-color: var(--color-fifth);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-transparent {
    border-color: transparent;
  }
  .\!bg-secondary {
    background-color: var(--color-secondary) !important;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#F9F5ED\] {
    background-color: #F9F5ED;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-tertiary {
    background-color: var(--color-tertiary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-\[100\%\] {
    background-position: 100%;
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[0\.9375rem\] {
    padding-inline: 0.9375rem;
  }
  .px-\[1\.25rem\] {
    padding-inline: 1.25rem;
  }
  .px-\[1\.4375rem\] {
    padding-inline: 1.4375rem;
  }
  .px-\[2\.063rem\] {
    padding-inline: 2.063rem;
  }
  .px-\[2\.6875rem\] {
    padding-inline: 2.6875rem;
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[0\.8125rem\] {
    padding-block: 0.8125rem;
  }
  .py-\[0\.9375rem\] {
    padding-block: 0.9375rem;
  }
  .py-\[1\.88rem\] {
    padding-block: 1.88rem;
  }
  .py-\[1\.875rem\] {
    padding-block: 1.875rem;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[1\.25rem\] {
    padding-top: 1.25rem;
  }
  .pt-\[1\.88rem\] {
    padding-top: 1.88rem;
  }
  .pt-\[1\.875rem\] {
    padding-top: 1.875rem;
  }
  .pt-\[2\.5rem\] {
    padding-top: 2.5rem;
  }
  .pt-\[3\.75rem\] {
    padding-top: 3.75rem;
  }
  .pt-\[3\.125rem\] {
    padding-top: 3.125rem;
  }
  .pt-\[6\.25rem\] {
    padding-top: 6.25rem;
  }
  .pr-2\.5 {
    padding-right: calc(var(--spacing) * 2.5);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .\!pb-8 {
    padding-bottom: calc(var(--spacing) * 8) !important;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[1\.88rem\] {
    padding-bottom: 1.88rem;
  }
  .pb-\[1\.563rem\] {
    padding-bottom: 1.563rem;
  }
  .pb-\[1\.875rem\] {
    padding-bottom: 1.875rem;
  }
  .pb-\[2\.5rem\] {
    padding-bottom: 2.5rem;
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .pl-\[0\.313rem\] {
    padding-left: 0.313rem;
  }
  .pl-\[0\.1875rem\] {
    padding-left: 0.1875rem;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-\[Berlingske_Serif\] {
    font-family: Berlingske Serif;
  }
  .font-\[Inter\] {
    font-family: Inter;
  }
  .font-\[Roboto\] {
    font-family: Roboto;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[1\.438rem\] {
    font-size: 1.438rem;
  }
  .text-\[1\.875rem\] {
    font-size: 1.875rem;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[1\.5rem\] {
    --tw-leading: 1.5rem;
    line-height: 1.5rem;
  }
  .leading-\[1\.375rem\] {
    --tw-leading: 1.375rem;
    line-height: 1.375rem;
  }
  .leading-\[1\.625rem\] {
    --tw-leading: 1.625rem;
    line-height: 1.625rem;
  }
  .leading-\[1\.813rem\] {
    --tw-leading: 1.813rem;
    line-height: 1.813rem;
  }
  .leading-\[1\.875rem\] {
    --tw-leading: 1.875rem;
    line-height: 1.875rem;
  }
  .leading-\[1\.3125rem\] {
    --tw-leading: 1.3125rem;
    line-height: 1.3125rem;
  }
  .leading-\[1\.8125rem\] {
    --tw-leading: 1.8125rem;
    line-height: 1.8125rem;
  }
  .leading-\[2\.438rem\] {
    --tw-leading: 2.438rem;
    line-height: 2.438rem;
  }
  .leading-\[2\.4375rem\] {
    --tw-leading: 2.4375rem;
    line-height: 2.4375rem;
  }
  .leading-\[2\.6875rem\] {
    --tw-leading: 2.6875rem;
    line-height: 2.6875rem;
  }
  .leading-\[2\.9375rem\] {
    --tw-leading: 2.9375rem;
    line-height: 2.9375rem;
  }
  .leading-\[2rem\] {
    --tw-leading: 2rem;
    line-height: 2rem;
  }
  .leading-\[3\.875rem\] {
    --tw-leading: 3.875rem;
    line-height: 3.875rem;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[35px\] {
    --tw-leading: 35px;
    line-height: 35px;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#1C1C1B\] {
    color: #1C1C1B;
  }
  .text-\[\#1e2122\] {
    color: #1e2122;
  }
  .text-\[\#6F5E5D\] {
    color: #6F5E5D;
  }
  .text-\[\#084A3B\] {
    color: #084A3B;
  }
  .text-\[\#002776\] {
    color: #002776;
  }
  .text-\[\#151413\] {
    color: #151413;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-sixth {
    color: var(--color-sixth);
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .caret-sixth {
    caret-color: var(--color-sixth);
  }
  .ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }
  .group-hover\:text-\[\#6F5E5D\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #6F5E5D;
      }
    }
  }
  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .group-hover\:transition-all {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        transition-property: all;
        transition-timing-function: var(--tw-ease, ease);
        transition-duration: var(--tw-duration, 0s);
      }
    }
  }
  .group-hover\:duration-300 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-duration: 300ms;
        transition-duration: 300ms;
      }
    }
  }
  .placeholder\:leading-\[1\.8125rem\] {
    &::placeholder {
      --tw-leading: 1.8125rem;
      line-height: 1.8125rem;
    }
  }
  .placeholder\:text-sixth {
    &::placeholder {
      color: var(--color-sixth);
    }
  }
  .after\:\!content-\[\'\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '' !important;
      content: var(--tw-content) !important;
    }
  }
  .after\:\!content-\[\'none\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: 'none' !important;
      content: var(--tw-content) !important;
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-fifth {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-fifth);
      }
    }
  }
  .hover\:bg-secondary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-secondary);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:\[text-decoration-skip-ink\:none\] {
    &:hover {
      @media (hover: hover) {
        text-decoration-skip-ink: none;
      }
    }
  }
  .focus\:shadow-transparent {
    &:focus {
      --tw-shadow-color: transparent;
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, transparent var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .focus\:ring-inherit {
    &:focus {
      --tw-ring-color: inherit;
    }
  }
  .focus\:ring-offset-0 {
    &:focus {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:\!outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style) !important;
      outline-width: 0px !important;
    }
  }
  .focus\:outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus\:\!outline-none {
    &:focus {
      --tw-outline-style: none !important;
      outline-style: none !important;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus\:ring-inset {
    &:focus {
      --tw-ring-inset: inset;
    }
  }
  .focus-visible\:border-fifth {
    &:focus-visible {
      border-color: var(--color-fifth);
    }
  }
  .focus-visible\:border-primary {
    &:focus-visible {
      border-color: var(--color-primary);
    }
  }
  .focus-visible\:shadow-transparent {
    &:focus-visible {
      --tw-shadow-color: transparent;
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, transparent var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .focus-visible\:ring-primary {
    &:focus-visible {
      --tw-ring-color: var(--color-primary);
    }
  }
  .focus-visible\:ring-offset-0 {
    &:focus-visible {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus-visible\:outline-1 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring-inset {
    &:focus-visible {
      --tw-ring-inset: inset;
    }
  }
  .sm\:h-\[15\.625rem\] {
    @media (width >= 576px) {
      height: 15.625rem;
    }
  }
  .sm\:max-h-\[19\.375rem\] {
    @media (width >= 576px) {
      max-height: 19.375rem;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 576px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:gap-x-5 {
    @media (width >= 576px) {
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:gap-y-8 {
    @media (width >= 576px) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:absolute {
    @media (width >= 768px) {
      position: absolute;
    }
  }
  .md\:relative {
    @media (width >= 768px) {
      position: relative;
    }
  }
  .md\:-top-\[3\.75rem\] {
    @media (width >= 768px) {
      top: calc(3.75rem * -1);
    }
  }
  .md\:top-1\/2 {
    @media (width >= 768px) {
      top: calc(1/2 * 100%);
    }
  }
  .md\:top-4 {
    @media (width >= 768px) {
      top: calc(var(--spacing) * 4);
    }
  }
  .md\:top-\[1\.125rem\] {
    @media (width >= 768px) {
      top: 1.125rem;
    }
  }
  .md\:right-0 {
    @media (width >= 768px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .md\:right-2 {
    @media (width >= 768px) {
      right: calc(var(--spacing) * 2);
    }
  }
  .md\:bottom-0 {
    @media (width >= 768px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:left-2 {
    @media (width >= 768px) {
      left: calc(var(--spacing) * 2);
    }
  }
  .md\:my-\[2\.5rem\] {
    @media (width >= 768px) {
      margin-block: 2.5rem;
    }
  }
  .md\:mt-\[2\.5rem\] {
    @media (width >= 768px) {
      margin-top: 2.5rem;
    }
  }
  .md\:mb-0 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-10 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:inline-flex {
    @media (width >= 768px) {
      display: inline-flex;
    }
  }
  .md\:aspect-\[374\/374\] {
    @media (width >= 768px) {
      aspect-ratio: 374/374;
    }
  }
  .md\:aspect-\[506\/672\] {
    @media (width >= 768px) {
      aspect-ratio: 506/672;
    }
  }
  .md\:aspect-\[510\/325\] {
    @media (width >= 768px) {
      aspect-ratio: 510/325;
    }
  }
  .md\:aspect-\[760\/599\] {
    @media (width >= 768px) {
      aspect-ratio: 760/599;
    }
  }
  .md\:aspect-\[781\/1034\] {
    @media (width >= 768px) {
      aspect-ratio: 781/1034;
    }
  }
  .md\:aspect-\[800\/510\] {
    @media (width >= 768px) {
      aspect-ratio: 800/510;
    }
  }
  .md\:\!h-10 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 10) !important;
    }
  }
  .md\:h-\[3\.0625rem\] {
    @media (width >= 768px) {
      height: 3.0625rem;
    }
  }
  .md\:h-\[29\.375rem\] {
    @media (width >= 768px) {
      height: 29.375rem;
    }
  }
  .md\:h-auto {
    @media (width >= 768px) {
      height: auto;
    }
  }
  .md\:h-full {
    @media (width >= 768px) {
      height: 100%;
    }
  }
  .md\:max-h-\[70vh\] {
    @media (width >= 768px) {
      max-height: 70vh;
    }
  }
  .md\:\!w-10 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 10) !important;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 768px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-\[8\.125rem\] {
    @media (width >= 768px) {
      width: 8.125rem;
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 768px) {
      width: 30%;
    }
  }
  .md\:w-\[42\%\] {
    @media (width >= 768px) {
      width: 42%;
    }
  }
  .md\:w-\[45\%\] {
    @media (width >= 768px) {
      width: 45%;
    }
  }
  .md\:w-\[46\.875\%\] {
    @media (width >= 768px) {
      width: 46.875%;
    }
  }
  .md\:w-\[47\%\] {
    @media (width >= 768px) {
      width: 47%;
    }
  }
  .md\:w-\[47\.5\%\] {
    @media (width >= 768px) {
      width: 47.5%;
    }
  }
  .md\:w-\[48\%\] {
    @media (width >= 768px) {
      width: 48%;
    }
  }
  .md\:w-\[49\%\] {
    @media (width >= 768px) {
      width: 49%;
    }
  }
  .md\:w-\[55\%\] {
    @media (width >= 768px) {
      width: 55%;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 768px) {
      width: 60%;
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 768px) {
      width: 70%;
    }
  }
  .md\:w-\[80\%\] {
    @media (width >= 768px) {
      width: 80%;
    }
  }
  .md\:w-\[98\%\] {
    @media (width >= 768px) {
      width: 98%;
    }
  }
  .md\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 768px) {
      width: 100%;
    }
  }
  .md\:max-w-\[15\.625rem\] {
    @media (width >= 768px) {
      max-width: 15.625rem;
    }
  }
  .md\:max-w-\[16rem\] {
    @media (width >= 768px) {
      max-width: 16rem;
    }
  }
  .md\:max-w-\[17\.5rem\] {
    @media (width >= 768px) {
      max-width: 17.5rem;
    }
  }
  .md\:max-w-\[18\.75rem\] {
    @media (width >= 768px) {
      max-width: 18.75rem;
    }
  }
  .md\:max-w-\[18rem\] {
    @media (width >= 768px) {
      max-width: 18rem;
    }
  }
  .md\:max-w-\[21\.25rem\] {
    @media (width >= 768px) {
      max-width: 21.25rem;
    }
  }
  .md\:max-w-\[37\.5625rem\] {
    @media (width >= 768px) {
      max-width: 37.5625rem;
    }
  }
  .md\:max-w-\[40\.625rem\] {
    @media (width >= 768px) {
      max-width: 40.625rem;
    }
  }
  .md\:max-w-\[50\%\] {
    @media (width >= 768px) {
      max-width: 50%;
    }
  }
  .md\:max-w-\[51\.25rem\] {
    @media (width >= 768px) {
      max-width: 51.25rem;
    }
  }
  .md\:max-w-\[62\.5rem\] {
    @media (width >= 768px) {
      max-width: 62.5rem;
    }
  }
  .md\:max-w-\[450px\] {
    @media (width >= 768px) {
      max-width: 450px;
    }
  }
  .md\:-translate-y-1\/2 {
    @media (width >= 768px) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 768px) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 768px) {
      flex-direction: row-reverse;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 768px) {
      flex-wrap: nowrap;
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:items-stretch {
    @media (width >= 768px) {
      align-items: stretch;
    }
  }
  .md\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 768px) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 768px) {
      justify-content: flex-start;
    }
  }
  .md\:gap-0 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-2\.5 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .md\:gap-5 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-10 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-\[15px\] {
    @media (width >= 768px) {
      gap: 15px;
    }
  }
  .md\:gap-x-5 {
    @media (width >= 768px) {
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-x-10 {
    @media (width >= 768px) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-x-\[1\.88rem\] {
    @media (width >= 768px) {
      column-gap: 1.88rem;
    }
  }
  .md\:gap-y-0 {
    @media (width >= 768px) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-y-10 {
    @media (width >= 768px) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-y-12 {
    @media (width >= 768px) {
      row-gap: calc(var(--spacing) * 12);
    }
  }
  .md\:self-center {
    @media (width >= 768px) {
      align-self: center;
    }
  }
  .md\:p-0 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-2\.5 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 2.5);
    }
  }
  .md\:p-10 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-\[0\.625rem\] {
    @media (width >= 768px) {
      padding: 0.625rem;
    }
  }
  .md\:px-0 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-5 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-\[0\.9375rem\] {
    @media (width >= 768px) {
      padding-inline: 0.9375rem;
    }
  }
  .md\:py-2\.5 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .md\:py-10 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:py-\[1\.88rem\] {
    @media (width >= 768px) {
      padding-block: 1.88rem;
    }
  }
  .md\:pt-0 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-10 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-20 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-\[1\.88rem\] {
    @media (width >= 768px) {
      padding-top: 1.88rem;
    }
  }
  .md\:pt-\[2\.8125rem\] {
    @media (width >= 768px) {
      padding-top: 2.8125rem;
    }
  }
  .md\:pt-\[3\.4375rem\] {
    @media (width >= 768px) {
      padding-top: 3.4375rem;
    }
  }
  .md\:pr-0 {
    @media (width >= 768px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .md\:pr-\[1\.5625rem\] {
    @media (width >= 768px) {
      padding-right: 1.5625rem;
    }
  }
  .md\:\!pb-0 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .md\:pb-0 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-3 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:pb-10 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:text-2xl {
    @media (width >= 768px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 768px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 768px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 768px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 768px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 768px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[3rem\] {
    @media (width >= 768px) {
      font-size: 3rem;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 768px) {
      font-size: 30px;
    }
  }
  .md\:leading-5 {
    @media (width >= 768px) {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .md\:leading-7 {
    @media (width >= 768px) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .md\:leading-\[1\.313rem\] {
    @media (width >= 768px) {
      --tw-leading: 1.313rem;
      line-height: 1.313rem;
    }
  }
  .md\:leading-\[2\.4375rem\] {
    @media (width >= 768px) {
      --tw-leading: 2.4375rem;
      line-height: 2.4375rem;
    }
  }
  .md\:leading-\[3\.75rem\] {
    @media (width >= 768px) {
      --tw-leading: 3.75rem;
      line-height: 3.75rem;
    }
  }
  .md\:leading-\[3rem\] {
    @media (width >= 768px) {
      --tw-leading: 3rem;
      line-height: 3rem;
    }
  }
  .md\:leading-\[26px\] {
    @media (width >= 768px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .md\:leading-\[35px\] {
    @media (width >= 768px) {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .md\:leading-normal {
    @media (width >= 768px) {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
  .md\:font-semibold {
    @media (width >= 768px) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .lg\:static {
    @media (width >= 1024px) {
      position: static;
    }
  }
  .lg\:top-2\.5 {
    @media (width >= 1024px) {
      top: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:top-\[1\.625rem\] {
    @media (width >= 1024px) {
      top: 1.625rem;
    }
  }
  .lg\:-mt-5 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * -5);
    }
  }
  .lg\:mt-\[3\.75rem\] {
    @media (width >= 1024px) {
      margin-top: 3.75rem;
    }
  }
  .lg\:ml-\[0\.9375rem\] {
    @media (width >= 1024px) {
      margin-left: 0.9375rem;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:h-12 {
    @media (width >= 1024px) {
      height: calc(var(--spacing) * 12);
    }
  }
  .lg\:h-\[3\.6875rem\] {
    @media (width >= 1024px) {
      height: 3.6875rem;
    }
  }
  .lg\:h-\[20\.125rem\] {
    @media (width >= 1024px) {
      height: 20.125rem;
    }
  }
  .lg\:h-\[30rem\] {
    @media (width >= 1024px) {
      height: 30rem;
    }
  }
  .lg\:h-\[40\.125rem\] {
    @media (width >= 1024px) {
      height: 40.125rem;
    }
  }
  .lg\:h-\[41\.5rem\] {
    @media (width >= 1024px) {
      height: 41.5rem;
    }
  }
  .lg\:h-auto {
    @media (width >= 1024px) {
      height: auto;
    }
  }
  .lg\:max-h-\[40rem\] {
    @media (width >= 1024px) {
      max-height: 40rem;
    }
  }
  .lg\:w-\[1\.88rem\] {
    @media (width >= 1024px) {
      width: 1.88rem;
    }
  }
  .lg\:w-\[32\%\] {
    @media (width >= 1024px) {
      width: 32%;
    }
  }
  .lg\:w-\[42\%\] {
    @media (width >= 1024px) {
      width: 42%;
    }
  }
  .lg\:w-\[47\%\] {
    @media (width >= 1024px) {
      width: 47%;
    }
  }
  .lg\:w-\[52\%\] {
    @media (width >= 1024px) {
      width: 52%;
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 1024px) {
      width: 60%;
    }
  }
  .lg\:w-\[90\%\] {
    @media (width >= 1024px) {
      width: 90%;
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:max-w-\[11\.3125rem\] {
    @media (width >= 1024px) {
      max-width: 11.3125rem;
    }
  }
  .lg\:max-w-\[17\.5rem\] {
    @media (width >= 1024px) {
      max-width: 17.5rem;
    }
  }
  .lg\:max-w-\[18\.75rem\] {
    @media (width >= 1024px) {
      max-width: 18.75rem;
    }
  }
  .lg\:max-w-\[20rem\] {
    @media (width >= 1024px) {
      max-width: 20rem;
    }
  }
  .lg\:max-w-\[41\.875rem\] {
    @media (width >= 1024px) {
      max-width: 41.875rem;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 1024px) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-5 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-\[0\.625rem\] {
    @media (width >= 1024px) {
      gap: 0.625rem;
    }
  }
  .lg\:gap-\[6\.25rem\] {
    @media (width >= 1024px) {
      gap: 6.25rem;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 1024px) {
      gap: 30px;
    }
  }
  .lg\:space-y-0 {
    @media (width >= 1024px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:space-y-\[3\.75rem\] {
    @media (width >= 1024px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(3.75rem * var(--tw-space-y-reverse));
        margin-block-end: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:gap-x-5 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:\!space-x-2\.5 {
    @media (width >= 1024px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0 !important;
        margin-inline-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-x-reverse)) !important;
        margin-inline-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-x-reverse))) !important;
      }
    }
  }
  .lg\:gap-y-10 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:bg-transparent {
    @media (width >= 1024px) {
      background-color: transparent;
    }
  }
  .lg\:p-20 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-0 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-5 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:py-0 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-16 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-\[1\.25rem\] {
    @media (width >= 1024px) {
      padding-block: 1.25rem;
    }
  }
  .lg\:pt-\[3\.438rem\] {
    @media (width >= 1024px) {
      padding-top: 3.438rem;
    }
  }
  .lg\:pr-5 {
    @media (width >= 1024px) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .lg\:pb-16 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-\[3\.438rem\] {
    @media (width >= 1024px) {
      padding-bottom: 3.438rem;
    }
  }
  .lg\:pl-\[0\.625rem\] {
    @media (width >= 1024px) {
      padding-left: 0.625rem;
    }
  }
  .lg\:text-lg {
    @media (width >= 1024px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 1024px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 1024px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:leading-6 {
    @media (width >= 1024px) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .lg\:leading-\[1\.8125rem\] {
    @media (width >= 1024px) {
      --tw-leading: 1.8125rem;
      line-height: 1.8125rem;
    }
  }
  .xl\:-top-16 {
    @media (width >= 1280px) {
      top: calc(var(--spacing) * -16);
    }
  }
  .xl\:top-\[0\.5rem\] {
    @media (width >= 1280px) {
      top: 0.5rem;
    }
  }
  .xl\:right-0 {
    @media (width >= 1280px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .xl\:my-\[2\.5rem\] {
    @media (width >= 1280px) {
      margin-block: 2.5rem;
    }
  }
  .xl\:my-\[3\.75rem\] {
    @media (width >= 1280px) {
      margin-block: 3.75rem;
    }
  }
  .xl\:mt-\[0\.5625rem\] {
    @media (width >= 1280px) {
      margin-top: 0.5625rem;
    }
  }
  .xl\:mt-\[1\.88rem\] {
    @media (width >= 1280px) {
      margin-top: 1.88rem;
    }
  }
  .xl\:mt-\[2\.19rem\] {
    @media (width >= 1280px) {
      margin-top: 2.19rem;
    }
  }
  .xl\:mt-\[3\.75rem\] {
    @media (width >= 1280px) {
      margin-top: 3.75rem;
    }
  }
  .xl\:mb-0\.5 {
    @media (width >= 1280px) {
      margin-bottom: calc(var(--spacing) * 0.5);
    }
  }
  .xl\:mb-2\.5 {
    @media (width >= 1280px) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .xl\:mb-5 {
    @media (width >= 1280px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .xl\:mb-10 {
    @media (width >= 1280px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .xl\:mb-\[0\.25rem\] {
    @media (width >= 1280px) {
      margin-bottom: 0.25rem;
    }
  }
  .xl\:mb-\[0\.94rem\] {
    @media (width >= 1280px) {
      margin-bottom: 0.94rem;
    }
  }
  .xl\:mb-\[0\.625rem\] {
    @media (width >= 1280px) {
      margin-bottom: 0.625rem;
    }
  }
  .xl\:mb-\[0\.938rem\] {
    @media (width >= 1280px) {
      margin-bottom: 0.938rem;
    }
  }
  .xl\:mb-\[0\.1875rem\] {
    @media (width >= 1280px) {
      margin-bottom: 0.1875rem;
    }
  }
  .xl\:mb-\[0\.9375rem\] {
    @media (width >= 1280px) {
      margin-bottom: 0.9375rem;
    }
  }
  .xl\:mb-\[1\.25rem\] {
    @media (width >= 1280px) {
      margin-bottom: 1.25rem;
    }
  }
  .xl\:mb-\[1\.88rem\] {
    @media (width >= 1280px) {
      margin-bottom: 1.88rem;
    }
  }
  .xl\:mb-\[1\.563rem\] {
    @media (width >= 1280px) {
      margin-bottom: 1.563rem;
    }
  }
  .xl\:mb-\[1\.5625rem\] {
    @media (width >= 1280px) {
      margin-bottom: 1.5625rem;
    }
  }
  .xl\:mb-\[2\.1875rem\] {
    @media (width >= 1280px) {
      margin-bottom: 2.1875rem;
    }
  }
  .xl\:mb-\[50px\] {
    @media (width >= 1280px) {
      margin-bottom: 50px;
    }
  }
  .xl\:aspect-\[1225\/780\] {
    @media (width >= 1280px) {
      aspect-ratio: 1225/780;
    }
  }
  .xl\:\!h-auto {
    @media (width >= 1280px) {
      height: auto !important;
    }
  }
  .xl\:h-\[3\.125rem\] {
    @media (width >= 1280px) {
      height: 3.125rem;
    }
  }
  .xl\:h-\[31\.0625rem\] {
    @media (width >= 1280px) {
      height: 31.0625rem;
    }
  }
  .xl\:h-\[50\.0625rem\] {
    @media (width >= 1280px) {
      height: 50.0625rem;
    }
  }
  .xl\:h-\[55rem\] {
    @media (width >= 1280px) {
      height: 55rem;
    }
  }
  .xl\:h-\[64\.625rem\] {
    @media (width >= 1280px) {
      height: 64.625rem;
    }
  }
  .xl\:h-auto {
    @media (width >= 1280px) {
      height: auto;
    }
  }
  .xl\:max-h-\[12\.75rem\] {
    @media (width >= 1280px) {
      max-height: 12.75rem;
    }
  }
  .xl\:max-h-\[48\.75rem\] {
    @media (width >= 1280px) {
      max-height: 48.75rem;
    }
  }
  .xl\:\!w-auto {
    @media (width >= 1280px) {
      width: auto !important;
    }
  }
  .xl\:w-\[1\.88rem\] {
    @media (width >= 1280px) {
      width: 1.88rem;
    }
  }
  .xl\:w-\[3\.125rem\] {
    @media (width >= 1280px) {
      width: 3.125rem;
    }
  }
  .xl\:w-\[44\%\] {
    @media (width >= 1280px) {
      width: 44%;
    }
  }
  .xl\:w-\[47\%\] {
    @media (width >= 1280px) {
      width: 47%;
    }
  }
  .xl\:w-\[48\%\] {
    @media (width >= 1280px) {
      width: 48%;
    }
  }
  .xl\:w-\[50\%\] {
    @media (width >= 1280px) {
      width: 50%;
    }
  }
  .xl\:w-\[62\%\] {
    @media (width >= 1280px) {
      width: 62%;
    }
  }
  .xl\:w-auto {
    @media (width >= 1280px) {
      width: auto;
    }
  }
  .xl\:max-w-\[12\.75rem\] {
    @media (width >= 1280px) {
      max-width: 12.75rem;
    }
  }
  .xl\:max-w-\[29rem\] {
    @media (width >= 1280px) {
      max-width: 29rem;
    }
  }
  .xl\:max-w-\[none\] {
    @media (width >= 1280px) {
      max-width: none;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:gap-5 {
    @media (width >= 1280px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-10 {
    @media (width >= 1280px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-\[0\.94rem\] {
    @media (width >= 1280px) {
      gap: 0.94rem;
    }
  }
  .xl\:gap-\[1\.88rem\] {
    @media (width >= 1280px) {
      gap: 1.88rem;
    }
  }
  .xl\:gap-\[2\.5625rem\] {
    @media (width >= 1280px) {
      gap: 2.5625rem;
    }
  }
  .xl\:gap-\[30px\] {
    @media (width >= 1280px) {
      gap: 30px;
    }
  }
  .xl\:space-y-5 {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-10 {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-\[0\.3125rem\] {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(0.3125rem * var(--tw-space-y-reverse));
        margin-block-end: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-\[1\.88rem\] {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(1.88rem * var(--tw-space-y-reverse));
        margin-block-end: calc(1.88rem * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-\[6\.25rem\] {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(6.25rem * var(--tw-space-y-reverse));
        margin-block-end: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:gap-x-\[0\.94rem\] {
    @media (width >= 1280px) {
      column-gap: 0.94rem;
    }
  }
  .xl\:gap-x-\[1\.88rem\] {
    @media (width >= 1280px) {
      column-gap: 1.88rem;
    }
  }
  .xl\:gap-x-\[2\.5rem\] {
    @media (width >= 1280px) {
      column-gap: 2.5rem;
    }
  }
  .xl\:gap-x-\[2\.1875rem\] {
    @media (width >= 1280px) {
      column-gap: 2.1875rem;
    }
  }
  .xl\:gap-x-\[3\.125rem\] {
    @media (width >= 1280px) {
      column-gap: 3.125rem;
    }
  }
  .xl\:gap-x-\[3\.875rem\] {
    @media (width >= 1280px) {
      column-gap: 3.875rem;
    }
  }
  .xl\:\!space-x-\[0\.9375rem\] {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0 !important;
        margin-inline-start: calc(0.9375rem * var(--tw-space-x-reverse)) !important;
        margin-inline-end: calc(0.9375rem * calc(1 - var(--tw-space-x-reverse))) !important;
      }
    }
  }
  .xl\:gap-y-\[3\.125rem\] {
    @media (width >= 1280px) {
      row-gap: 3.125rem;
    }
  }
  .xl\:p-\[6\.25rem\] {
    @media (width >= 1280px) {
      padding: 6.25rem;
    }
  }
  .xl\:px-0 {
    @media (width >= 1280px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-5 {
    @media (width >= 1280px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .xl\:px-7 {
    @media (width >= 1280px) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .xl\:px-\[1\.5625rem\] {
    @media (width >= 1280px) {
      padding-inline: 1.5625rem;
    }
  }
  .xl\:px-\[3\.125rem\] {
    @media (width >= 1280px) {
      padding-inline: 3.125rem;
    }
  }
  .xl\:py-5 {
    @media (width >= 1280px) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .xl\:py-10 {
    @media (width >= 1280px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .xl\:py-\[0\.875rem\] {
    @media (width >= 1280px) {
      padding-block: 0.875rem;
    }
  }
  .xl\:py-\[0\.9375rem\] {
    @media (width >= 1280px) {
      padding-block: 0.9375rem;
    }
  }
  .xl\:py-\[3\.4375rem\] {
    @media (width >= 1280px) {
      padding-block: 3.4375rem;
    }
  }
  .xl\:py-\[5\.25rem\] {
    @media (width >= 1280px) {
      padding-block: 5.25rem;
    }
  }
  .xl\:py-\[6\.875rem\] {
    @media (width >= 1280px) {
      padding-block: 6.875rem;
    }
  }
  .xl\:pt-\[2\.5rem\] {
    @media (width >= 1280px) {
      padding-top: 2.5rem;
    }
  }
  .xl\:pt-\[3\.44rem\] {
    @media (width >= 1280px) {
      padding-top: 3.44rem;
    }
  }
  .xl\:pt-\[3\.94rem\] {
    @media (width >= 1280px) {
      padding-top: 3.94rem;
    }
  }
  .xl\:pt-\[3\.125rem\] {
    @media (width >= 1280px) {
      padding-top: 3.125rem;
    }
  }
  .xl\:pt-\[3\.4375rem\] {
    @media (width >= 1280px) {
      padding-top: 3.4375rem;
    }
  }
  .xl\:pt-\[6\.25rem\] {
    @media (width >= 1280px) {
      padding-top: 6.25rem;
    }
  }
  .xl\:pt-\[6\.88rem\] {
    @media (width >= 1280px) {
      padding-top: 6.88rem;
    }
  }
  .xl\:pt-\[12\.125rem\] {
    @media (width >= 1280px) {
      padding-top: 12.125rem;
    }
  }
  .xl\:pr-0 {
    @media (width >= 1280px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .xl\:pr-5 {
    @media (width >= 1280px) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .xl\:pr-\[2\.5rem\] {
    @media (width >= 1280px) {
      padding-right: 2.5rem;
    }
  }
  .xl\:pb-10 {
    @media (width >= 1280px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .xl\:pb-\[2\.5rem\] {
    @media (width >= 1280px) {
      padding-bottom: 2.5rem;
    }
  }
  .xl\:pb-\[3\.44rem\] {
    @media (width >= 1280px) {
      padding-bottom: 3.44rem;
    }
  }
  .xl\:pb-\[3\.438rem\] {
    @media (width >= 1280px) {
      padding-bottom: 3.438rem;
    }
  }
  .xl\:pb-\[4\.375rem\] {
    @media (width >= 1280px) {
      padding-bottom: 4.375rem;
    }
  }
  .xl\:pb-\[6\.88rem\] {
    @media (width >= 1280px) {
      padding-bottom: 6.88rem;
    }
  }
  .xl\:pb-\[6\.875rem\] {
    @media (width >= 1280px) {
      padding-bottom: 6.875rem;
    }
  }
  .xl\:pl-5 {
    @media (width >= 1280px) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .xl\:text-2xl {
    @media (width >= 1280px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-3xl {
    @media (width >= 1280px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:text-4xl {
    @media (width >= 1280px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 1280px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 1280px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 1280px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:text-\[1\.375rem\] {
    @media (width >= 1280px) {
      font-size: 1.375rem;
    }
  }
  .xl\:text-\[2\.25rem\] {
    @media (width >= 1280px) {
      font-size: 2.25rem;
    }
  }
  .xl\:text-\[2\.375rem\] {
    @media (width >= 1280px) {
      font-size: 2.375rem;
    }
  }
  .xl\:text-\[3\.125rem\] {
    @media (width >= 1280px) {
      font-size: 3.125rem;
    }
  }
  .xl\:text-\[4\.0625rem\] {
    @media (width >= 1280px) {
      font-size: 4.0625rem;
    }
  }
  .xl\:text-\[5rem\] {
    @media (width >= 1280px) {
      font-size: 5rem;
    }
  }
  .xl\:text-\[26px\] {
    @media (width >= 1280px) {
      font-size: 26px;
    }
  }
  .xl\:text-\[30px\] {
    @media (width >= 1280px) {
      font-size: 30px;
    }
  }
  .xl\:text-\[45px\] {
    @media (width >= 1280px) {
      font-size: 45px;
    }
  }
  .xl\:leading-6 {
    @media (width >= 1280px) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .xl\:leading-7 {
    @media (width >= 1280px) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .xl\:leading-\[1\.75rem\] {
    @media (width >= 1280px) {
      --tw-leading: 1.75rem;
      line-height: 1.75rem;
    }
  }
  .xl\:leading-\[1\.625rem\] {
    @media (width >= 1280px) {
      --tw-leading: 1.625rem;
      line-height: 1.625rem;
    }
  }
  .xl\:leading-\[1\.1875rem\] {
    @media (width >= 1280px) {
      --tw-leading: 1.1875rem;
      line-height: 1.1875rem;
    }
  }
  .xl\:leading-\[1\.8125rem\] {
    @media (width >= 1280px) {
      --tw-leading: 1.8125rem;
      line-height: 1.8125rem;
    }
  }
  .xl\:leading-\[2\.125rem\] {
    @media (width >= 1280px) {
      --tw-leading: 2.125rem;
      line-height: 2.125rem;
    }
  }
  .xl\:leading-\[2\.438rem\] {
    @media (width >= 1280px) {
      --tw-leading: 2.438rem;
      line-height: 2.438rem;
    }
  }
  .xl\:leading-\[2\.938rem\] {
    @media (width >= 1280px) {
      --tw-leading: 2.938rem;
      line-height: 2.938rem;
    }
  }
  .xl\:leading-\[2\.4375rem\] {
    @media (width >= 1280px) {
      --tw-leading: 2.4375rem;
      line-height: 2.4375rem;
    }
  }
  .xl\:leading-\[2\.9375rem\] {
    @media (width >= 1280px) {
      --tw-leading: 2.9375rem;
      line-height: 2.9375rem;
    }
  }
  .xl\:leading-\[3\.75rem\] {
    @media (width >= 1280px) {
      --tw-leading: 3.75rem;
      line-height: 3.75rem;
    }
  }
  .xl\:leading-\[3\.125rem\] {
    @media (width >= 1280px) {
      --tw-leading: 3.125rem;
      line-height: 3.125rem;
    }
  }
  .xl\:leading-\[3\.875rem\] {
    @media (width >= 1280px) {
      --tw-leading: 3.875rem;
      line-height: 3.875rem;
    }
  }
  .xl\:leading-\[3rem\] {
    @media (width >= 1280px) {
      --tw-leading: 3rem;
      line-height: 3rem;
    }
  }
  .xl\:leading-\[4\.6875rem\] {
    @media (width >= 1280px) {
      --tw-leading: 4.6875rem;
      line-height: 4.6875rem;
    }
  }
  .xl\:leading-\[5\.625rem\] {
    @media (width >= 1280px) {
      --tw-leading: 5.625rem;
      line-height: 5.625rem;
    }
  }
  .xl\:leading-\[26px\] {
    @media (width >= 1280px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .xl\:leading-\[35px\] {
    @media (width >= 1280px) {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .xl\:leading-normal {
    @media (width >= 1280px) {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
  .xl\:font-light {
    @media (width >= 1280px) {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
  }
  .xl\:tracking-\[0\.25rem\] {
    @media (width >= 1280px) {
      --tw-tracking: 0.25rem;
      letter-spacing: 0.25rem;
    }
  }
  .xl\:tracking-\[0\.188rem\] {
    @media (width >= 1280px) {
      --tw-tracking: 0.188rem;
      letter-spacing: 0.188rem;
    }
  }
  .\32 xl\:-top-20 {
    @media (width >= 1536px) {
      top: calc(var(--spacing) * -20);
    }
  }
  .\32 xl\:top-0 {
    @media (width >= 1536px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:mb-\[1\.88rem\] {
    @media (width >= 1536px) {
      margin-bottom: 1.88rem;
    }
  }
  .\32 xl\:h-9 {
    @media (width >= 1536px) {
      height: calc(var(--spacing) * 9);
    }
  }
  .\32 xl\:h-\[3\.0625rem\] {
    @media (width >= 1536px) {
      height: 3.0625rem;
    }
  }
  .\32 xl\:h-\[62rem\] {
    @media (width >= 1536px) {
      height: 62rem;
    }
  }
  .\32 xl\:h-\[80vh\] {
    @media (width >= 1536px) {
      height: 80vh;
    }
  }
  .\32 xl\:w-\[32\%\] {
    @media (width >= 1536px) {
      width: 32%;
    }
  }
  .\32 xl\:w-\[40\%\] {
    @media (width >= 1536px) {
      width: 40%;
    }
  }
  .\32 xl\:w-\[60\%\] {
    @media (width >= 1536px) {
      width: 60%;
    }
  }
  .\32 xl\:w-\[90\%\] {
    @media (width >= 1536px) {
      width: 90%;
    }
  }
  .\32 xl\:gap-\[35px\] {
    @media (width >= 1536px) {
      gap: 35px;
    }
  }
  .\32 xl\:gap-x-\[2\.19rem\] {
    @media (width >= 1536px) {
      column-gap: 2.19rem;
    }
  }
  .\32 xl\:gap-x-\[2\.1875rem\] {
    @media (width >= 1536px) {
      column-gap: 2.1875rem;
    }
  }
  .\32 xl\:px-0 {
    @media (width >= 1536px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:py-\[0\.625rem\] {
    @media (width >= 1536px) {
      padding-block: 0.625rem;
    }
  }
  .\32 xl\:pt-\[13\.38rem\] {
    @media (width >= 1536px) {
      padding-top: 13.38rem;
    }
  }
  .\32 xl\:pt-\[17\.125rem\] {
    @media (width >= 1536px) {
      padding-top: 17.125rem;
    }
  }
  .\32 xl\:pb-\[6\.875rem\] {
    @media (width >= 1536px) {
      padding-bottom: 6.875rem;
    }
  }
  .\32 xl\:text-2xl {
    @media (width >= 1536px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\32 xl\:text-6xl {
    @media (width >= 1536px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .\32 xl\:text-\[4\.063rem\] {
    @media (width >= 1536px) {
      font-size: 4.063rem;
    }
  }
  .\32 xl\:text-\[4\.0625rem\] {
    @media (width >= 1536px) {
      font-size: 4.0625rem;
    }
  }
  .\32 xl\:leading-\[2\.125rem\] {
    @media (width >= 1536px) {
      --tw-leading: 2.125rem;
      line-height: 2.125rem;
    }
  }
  .\32 xl\:leading-\[4\.375rem\] {
    @media (width >= 1536px) {
      --tw-leading: 4.375rem;
      line-height: 4.375rem;
    }
  }
  .\32 xl\:leading-\[4\.688rem\] {
    @media (width >= 1536px) {
      --tw-leading: 4.688rem;
      line-height: 4.688rem;
    }
  }
  .\32 xl\:leading-\[4\.6875rem\] {
    @media (width >= 1536px) {
      --tw-leading: 4.6875rem;
      line-height: 4.6875rem;
    }
  }
  .\33 xl\:w-full {
    @media (width >= 1650px) {
      width: 100%;
    }
  }
  .\33 xl\:px-0 {
    @media (width >= 1650px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .\33 xl\:pr-\[3\.75rem\] {
    @media (width >= 1650px) {
      padding-right: 3.75rem;
    }
  }
  .\33 xl\:xl\:px-0 {
    @media (width >= 1650px) {
      @media (width >= 1280px) {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
  }
  .\34 xl\:right-\[7\.5rem\] {
    @media (width >= 1800px) {
      right: 7.5rem;
    }
  }
  .\34 xl\:left-\[7\.5rem\] {
    @media (width >= 1800px) {
      left: 7.5rem;
    }
  }
  .\34 xl\:px-0 {
    @media (width >= 1800px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
}
@layer base;
:focus-visible {
  outline: 3px solid #1C1C1B !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}
html {
  font-display: swap;
}
body {
  font-family: "DM Sans";
}
.desktop-form .expandedINput .desksearch-submit {
  display: none;
}
.desktop-form .expandedINput, .desktop-form .expandedINput #deskformSearch {
  width: 8.06rem;
  height: 3.0625rem;
  display: flex;
  transition: all .6s ease-in-out;
}
.sm-mint a {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
}
.sm-mint a .sub-arrow {
  position: absolute;
  top: 36px;
  margin-top: -13px;
  left: auto;
  right: 0px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: transparent;
  display: flex;
}
.sm-mint ul a {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  padding: 0.94rem 1.25rem;
  padding-right: 2rem;
}
.sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
  background: var(--Hvit, #FFF);
  color: #1C1C1B !important;
}
.sm-mint ul a:hover svg path, .sm-mint ul a:focus svg path, .sm-mint ul a:active svg path, .sm-mint ul a.highlighted svg path {
  fill: #1C1C1B !important;
}
.sm-mint ul ul a, .sm-mint ul ul a:hover, .sm-mint ul ul a:focus, .sm-mint ul ul a:active {
  border-left: 0px solid transparent;
}
.sm-mint ul ul ul a, .sm-mint ul ul ul a:hover, .sm-mint ul ul ul a:focus, .sm-mint ul ul ul a:active {
  border-left: 0px solid transparent;
}
.sm-mint ul ul ul ul a, .sm-mint ul ul ul ul a:hover, .sm-mint ul ul ul ul a:focus, .sm-mint ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-mint ul ul ul ul ul a, .sm-mint ul ul ul ul ul a:hover, .sm-mint ul ul ul ul ul a:focus, .sm-mint ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
@media (min-width: 1024px) {
  .search-field {
    font-size: 1.25rem !important;
    line-height: 1.8125rem !important;
  }
}
@media (min-width: 1024px) {
  .sm-mint ul {
    position: absolute;
    width: 19.625rem !important;
    top: 56px !important;
    left: -5px !important;
    border: 0px !important;
    border-radius: 0rem;
    background: var(--White, #FFF) !important;
    filter: drop-shadow(0px 20px 13.7px rgba(28, 28, 27, 0.12));
    padding: 0px !important;
  }
  .sm-mint ul ul {
    left: 0px !important;
    margin-top: -60px !important;
  }
  .sm-mint li {
    float: left;
  }
  .sm-mint.sm-rtl li {
    float: right;
  }
  .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
    float: none;
  }
  .sm-mint a {
    white-space: nowrap;
  }
  .sm-mint ul a, .sm-mint.sm-vertical a {
    white-space: normal;
  }
  .sm-mint .sm-nowrap > li > a, .sm-mint .sm-nowrap > li > :not(ul) a {
    white-space: normal;
  }
  .sm-mint a {
    padding: 0.625rem;
  }
  .sm-mint a {
    display: inline-block;
    transition: font-weight 0.3s ease;
  }
  .sm-mint a:hover {
    transition: font-weight 0.3s ease;
  }
  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    color: #1C1C1B;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }
  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    color: #1C1C1B;
    text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
  }
  ul#main-menu>li.current-menu-item.page_item>a {
    color: #1C1C1B !important;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }
  ul#main-menu>li.current-page-ancestor.current-menu-ancestor.current-menu-parent.current-page-parent.current_page_parent.current_page_ancestor>a {
    color: #1C1C1B !important;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
  }
  .sm-mint ul a {
    padding: 0.875rem 1.25rem;
    padding-right: 2rem;
  }
  .sm-mint>li>a>.sub-arrow {
    display: none;
  }
  .sm-mint > li > ul a.sub-arrow {
    display: block;
  }
  .sm-mint ul {
    border: 0px;
    background: #fff;
  }
  .sm-mint ul a {
    border: 0 !important;
    gap: 15px;
    display: flex;
    align-items: center;
  }
  .sm-mint ul > li {
    border-left: 0;
  }
  .sm-mint ul > li:first-child {
    border-top: 0;
  }
  .sm-mint .scroll-up, .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-mint .scroll-up-arrow, .sm-mint .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-mint .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-mint.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-mint.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-mint.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-mint.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-mint.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-mint.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-mint.sm-vertical > li:first-child {
    border-top: 0;
  }
}
.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.nav-brand {
  float: left;
  margin: 0;
}
.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: poroboto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 1024px) {
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
@media screen and (min-width: 1253px) and (max-width:1439.5px) {
  .sm-mint ul {
    top: 2.5rem !important;
    width: 16rem !important;
    min-width: 16rem !important;
    max-width: 16rem !important;
    padding: 0.625rem !important;
  }
  .sm-mint a .sub-arrow {
    top: 24px !important;
  }
  .sm-mint ul ul {
    margin-top: -47px !important;
    left: 13px !important;
  }
  .sm-mint a {
    padding: 5px !important;
    font-size: 16px;
    line-height: 1.1375rem;
  }
  .sm-mint ul a {
    font-size: 16px;
    line-height: 1.1375rem;
    padding-right: 1.88rem !important;
  }
  .sm-mint ul a {
    padding: 10px !important;
    padding-right: 40px !important;
  }
  .desktop-form .expandedINput, .desktop-form .expandedINput #deskformSearch {
    width: 8.06rem;
    display: flex;
    transition: all .6s ease-in-out;
  }
  header:has(.expandedINput) #main-menu {
    transform: translateX(-3%);
    transition: all .6s ease-in-out;
  }
}
@media screen and (min-width: 1024px) and (max-width:1252.5px) {
  .sm-mint ul {
    top: 2.5rem !important;
    width: 16rem !important;
    min-width: 16rem !important;
    max-width: 16rem !important;
    padding: 0.625rem !important;
  }
  .sm-mint a .sub-arrow {
    top: 24px !important;
  }
  .sm-mint ul ul {
    margin-top: -47px !important;
    left: 14px !important;
  }
  .sm-mint a {
    padding: 5px;
    font-size: 16px;
    line-height: normal;
  }
  .sm-mint ul a {
    padding: 10px 5px;
    font-size: 16px;
    line-height: normal;
    padding-right: 40px;
  }
  .desktop-form .expandedINput, .desktop-form .expandedINput #deskformSearch {
    display: flex;
    transition: all .6s ease-in-out;
  }
  header:has(.expandedINput) #main-menu {
    transform: translateX(-2%);
    transition: all .6s ease-in-out;
  }
}
@media screen and (max-width:1023.5px) {
  #mainMeny:before {
    content: "";
    right: 20px;
    height: 69px;
    position: fixed;
    background-color: #FFFFFF;
    top: 0.625rem;
    z-index: 99999;
  }
  #mainMeny .rightMenu {
    padding: 0px 2.6875rem !important;
  }
  #mainMeny .search-field {
    font-size: 1.25rem !important;
    line-height: 1.8125rem !important;
    color: #858585 !important;
    padding-left: 0px !important;
  }
  .menusdeskmob {
    overflow: auto;
  }
  body:has(#hamburgerIcon[aria-expanded=true]) {
    overflow: hidden !important;
  }
  .sm-mint ul {
    padding-left: 0.9375rem;
  }
  .sm-mint a {
    color: #1C1C1B !important;
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    color: #1C1C1B !important;
    font-weight: 600;
  }
  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    color: #1C1C1B !important;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
  .sm-mint a:hover svg path, .sm-mint a:focus svg path, .sm-mint a:active svg path, .sm-mint a.highlighted svg path {
    fill: #1C1C1B !important;
  }
  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
    background-color: transparent !important;
  }
  #hamburgerIcon .header-button__icon--bars {
    display: block;
  }
  #hamburgerIcon .header-button__icon--close,#hamburgerIcon.hamburgerClose .header-button__icon--bars {
    display: none;
  }
  #hamburgerIcon.hamburgerClose .header-button__icon--close {
    display: block;
  }
  .sm-mint a {
    padding: 0.625rem 0px;
  }
  .sm-mint ul li {
    border-bottom: none;
  }
  .sm-mint a .sub-arrow {
    top: 30px;
  }
  .sm-mint a.highlighted .sub-arrow {
    transform: rotate(90deg);
    top: 16px;
  }
  .sm-mint ul li a .sub-arrow {
    top: 28px;
  }
  .sm-mint ul li a.highlighted .sub-arrow {
    top: 18px;
  }
  .sm-mint a .sub-arrow svg {
    margin-left: auto;
    margin-right: 0px;
  }
  .sm-mint a.highlighted .sub-arrow svg {
    margin-top: 0px !important;
  }
  .sm-mint a .sub-arrow svg path {
    fill: #151413;
  }
  .sm-mint ul a {
    padding: 0.625rem 0px;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-right: 1.25rem;
  }
  .sm-mint ul li {
    margin-top: 8px;
  }
  .sm-mint li>a.has-submenu.highlighted {
    padding-bottom: 12.5px;
  }
}
.header-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 89px;
  z-index: 99999;
  position: sticky;
  top: 0rem;
  transition: all .5s ease-in-out;
}
.header-wrapper.scroll-down {
  position: sticky;
  top: 0;
  transition: all .5s ease-in-out;
}
.header-wrapper.scroll-up {
  top: -89px;
  transition: all .5s ease-in-out;
}
.header-wrapper.scroll-down {
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 89px;
  transition: all .5s ease-in-out;
}
.header-wrapper.scroll-down .wrapper {
  align-items: center;
}
@media screen and (min-width:1024px) and (max-width:1279.5px) {
  .header-wrapper {
    height: 89px;
  }
  .header-wrapper.scroll-up {
    top: -89px;
  }
  .header-wrapper.scroll-down {
    height: 89px;
  }
}
@media screen and (max-width: 1023.5px) {
  .header-wrapper {
    height: 58px;
  }
  .header-wrapper.scroll-up {
    top: -58px;
  }
  .header-wrapper.scroll-down {
    height: 58px;
  }
}
input::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sm,.sm ul,.sm li {
  display: block;
  list-style: none;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
.sm-rtl,.sm-rtl ul,.sm-rtl li {
  direction: rtl;
  text-align: right;
}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm li,.sm a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: default;
}
.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}
.sm *,.sm *::before,.sm *::after {
  box-sizing: inherit;
}
.swiper-slide a:hover .articledescription h3, .swiper-slide a:hover .articledescription h2, .swiper-slide a:hover .articledescription h4 {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.projectArticle a:hover .projectcard-heading {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contactBtn, .contactBtn:hover {
  transition: all .3s ease-in-out;
}
.contentarea h2 {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9375rem;
  margin: 2.5rem 0 1.25rem;
}
.contentarea h3 {
  color: var(--Svart, #1C1C1C);
  font-family: "DM Sans";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4375rem;
  margin: 2.5rem 0 1.25rem;
}
.contentarea h4 {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin: 2.5rem 0 1.25rem;
}
.contentarea p strong {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 1.563rem;
}
.contentarea p {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
  margin-bottom: 1.563rem;
}
.contentarea p a, .contentarea a {
  color: var(--Black, #1C1C1B);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contentarea ul, .contentarea ol {
  margin: 2.5rem 0rem;
  list-style: none;
  padding-left: 0.9375rem;
}
.contentarea ol {
  list-style: none;
  counter-reset: my-counter;
}
.contentarea ol li::before {
  counter-increment: my-counter;
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
  color: #1C1C1B;
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
  top: 0px;
}
.contentarea ul li {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 1.125rem;
}
.contentarea ol li {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 1.75rem;
}
.contentarea ul li::before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'><circle cx='4' cy='4' r='4' fill='%231C1C1B'/></svg>");
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  position: absolute;
  left: 0rem;
  top: -3.5px;
}
.contentarea figure {
  margin: 2.5rem 0rem 3.4375rem;
  width: 100% !important;
  max-width: 100%;
}
.contentarea img {
  max-width: 56.25rem;
  max-width: 100%;
}
.contentarea figcaption {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.625rem;
}
.contentarea>*:first-child {
  margin-top: 0px;
}
.contentarea>*:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width:1023.5px) {
  .contentarea h2 {
    font-size: 1.875rem;
    line-height: 2.4375rem;
    margin-bottom: 0.938rem;
  }
  .contentarea h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.938rem;
  }
  .contentarea h4 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 0.938rem;
  }
  .contentarea p strong {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .contentarea p, .contentarea p a {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .contentarea p {
    margin-bottom: 1.25rem;
  }
  .contentarea ul li {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    padding-left: 1.0625rem;
    align-items: start;
  }
  .contentarea ol li {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    padding-left: 1.0625rem;
  }
  .contentarea ul li::before {
    left: 0rem;
    margin-top: 0px;
  }
  .contentarea ul, .contentarea ol {
    margin: 1.88rem 0rem;
    padding: 0px;
  }
  .contentarea ol li::before {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .contentarea figcaption {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
  .contentarea figure {
    margin: 1.88rem 0rem 2.5rem;
  }
}
.qouteContent blockquote {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  position: relative;
}
.blockqoute-wrapper span {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1.25rem;
  display: block;
}
@media screen and (max-width:1023.5px) {
  .blockqoute-wrapper span {
    margin-top: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .qouteContent blockquote {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.dropdownWrapper .dropdownMenu {
  filter: drop-shadow(0px 20px 13.7px rgba(28, 28, 27, 0.12));
}
.dropdownMenu::-webkit-scrollbar {
  width: 14px;
  margin-right: 20px;
  height: 92%;
  margin-top: 4%;
}
.dropdownMenu::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 3.75rem;
  width: 14px;
  -webkit-box-shadow: inset 0 0 4px rgba(216, 216, 216, 1.0);
}
.dropdownMenu::-webkit-scrollbar-thumb {
  background-color: #1C1C1B;
  border-radius: 3.75rem;
  border: 4px solid transparent;
  border-radius: 9999px;
  background-clip: content-box;
  height: 45% !important;
}
.dropdownMenu::-webkit-scrollbar-thumb:hover {
  background-color: #1C1C1B;
}
@media screen and (max-width:1023.5px) {
  .dropdownMenu::-webkit-scrollbar-thumb {
    border: 3.5px solid transparent;
  }
  .dropdownMenu::-webkit-scrollbar {
    width: 10px;
  }
}
@media screen and (max-width:767.5px) {
  .dropdownWrapper .addeShadow {
    width: 100%;
  }
}
.noGrid .swiper-slide.w-full.swiper-slide-visible {
  opacity: 0.25;
  transition: all .3s ease-in-out;
}
.noGrid .swiper-slide.w-full.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-prev, .noGrid .swiper-slide.w-full.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active, .noGrid .swiper-slide.w-full.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-next {
  opacity: 1;
  transition: all .3s ease-in-out;
}
.noGrid .swiper-button-prev-center:hover svg path {
  fill: #858585;
}
.noGrid .swiper-button-next-center:hover svg path {
  fill: #858585;
}
.imageSliderBlock .imageSlider .fullHeightImg {
  height: calc(100vh - 89px) !important;
  min-height: calc(100vh - 89px) !important;
}
@media screen and (max-width:1023.5px) {
  .imageSliderBlock .imageSlider .fullHeightImg {
    height: calc(100vh - 58px) !important;
    min-height: calc(100vh - 58px) !important;
  }
}
#lightbox {
  z-index: 99999;
}
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: white !important;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  flex-direction: column;
  width: 100% !important;
  height: 100vh !important;
}
.lightbox .controls {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}
.lightbox button {
  background: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
.centerImgSlider .swiper-slide.w-full.swiper-slide-visible {
  opacity: 0.25;
}
.centerImgSlider .swiper-slide.w-full.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-prev, .centerImgSlider .swiper-slide.w-full.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active, .centerImgSlider .swiper-slide.w-full.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-next {
  opacity: 1;
}
.centerImgSlider .swiper-slide.w-full.swiper-slide-visible .articledescription {
  opacity: 0;
}
.centerImgSlider .swiper-slide.w-full.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-prev .articledescription , .centerImgSlider .swiper-slide.w-full.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .articledescription , .centerImgSlider .swiper-slide.w-full.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-next .articledescription {
  opacity: 1;
}
.centerImgSlider .swiper-button-prev-center:hover svg path {
  fill: #858585;
}
.centerImgSlider .swiper-button-next-center:hover svg path {
  fill: #858585;
}
.nomatch {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4375rem;
  text-align: center;
}
@media screen and (max-width:767.5px) {
  .swiper-slider-arrows {
    left: 50%;
    transform: translateX(-50%);
  }
  .nomatch {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.nav-links {
  justify-content: space-between;
  display: flex;
  margin-bottom: 2.5rem;
}
.nav-previous a, .nav-next a {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  text-decoration: underline;
  font-family: "DM Sans";
  color: #1C1C1B;
}
.postwrapper a:hover h2 {
  color: #006E26;
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}
.swiper-slide.w-full.swiper-slide-visible {
  opacity: 0.25;
}
.swiper-slide.w-full.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-prev, .swiper-slide.w-full.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active, .swiper-slide.w-full.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-next {
  opacity: 1;
}
.skip-to-content {
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 999999;
  transition: top .3s ease-in-out;
}
.skip-to-content:focus {
  top: 0;
}
.skip-to-content {
  position: absolute;
  top: -1000em;
}
.skip-to-content:focus {
  left: 50px;
  top: 50px;
  height: auto;
  width: 200px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 15px 23px 14px;
  background-color: #f1f1f1;
  color: #21759b;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px #0009;
}
.dropdownLabel {
  white-space: nowrap;
  overflow-wrap: normal !important;
}
.swiper-slide a:focus-visible {
  outline: 3px solid #1C1C1B !important;
  outline-offset: -5px !important;
  transition: none !important;
  text-decoration: none !important;
}
.dropdownMenu li:focus-visible {
  outline: 3px solid #1C1C1B !important;
  outline-offset: -5px !important;
  transition: none !important;
  text-decoration: none !important;
}
@media screen and (min-width:768px) {
  .dropdownWrapper {
    transition: transform 0.3s ease, left 0.3s ease;
    left: 0;
  }
  .dropdownWrapper.shift-left {
    transform: translateX(-100px);
  }
  .categoryFilter:has(.category-sok-field.md\:hidden) .dropdownWrapper.shift-left {
    transform: none;
  }
}
@media screen and (max-width:767.5px) {
  .dropdownWrapper .dropdownMenu {
    filter: none;
    position: relative;
    padding-top: 13px;
  }
  .dropdownWrapper .dropdownMenu li:last-child {
    padding-bottom: 0px;
  }
  .dropdownWrapper .addeShadow svg {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
  }
  .dropdownWrapper button svg {
    transition: all .3s ease-in-out;
  }
  .mobile-form .search-field:focus-visible {
    outline: none !important;
    outline-offset: none !important;
  }
}
.projectheaderbanner-img .bannerimg-wrapper .bannerimg {
  height: calc(100vh - 89px) !important;
  min-height: calc(100vh - 89px) !important;
}
@media screen and (max-width:1023.5px) {
  .projectheaderbanner-img .bannerimg-wrapper .bannerimg {
    height: calc(100vh - 58px) !important;
    min-height: calc(100vh - 58px) !important;
  }
}
.desksearch-submit {
  cursor: pointer;
}
.desksearch-submit svg path, .searchbtn.dropdown-search-submit svg path {
  transition: all .3s ease-in-out;
  fill: #1C1C1B;
}
.desksearch-submit:hover svg path, .searchbtn.dropdown-search-submit:hover svg path {
  fill: #858585;
  transition: all .3s ease-in-out;
}
.employee-contact a:hover {
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.employee-contact a,.contentarea a {
  transition: all .3s ease-in-out;
}
.contentarea a:hover {
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.post-article.first-post .imgblock img, .post-article a .imgblock img, .projectArticle a .imgblock img,.swiper-slide a .imgblock img, .footer-social-links a svg path,footer .links a, footer .orgno a, .empData a {
  transition: all .3s ease-in-out;
}
.post-article.first-post:hover .imgblock img, .post-article a:hover .imgblock img, .projectArticle a:hover .imgblock img, .swiper-slide a:hover .imgblock img {
  transition: all .3s ease-in-out;
  transform: scale(1.15);
}
.footer-social-links a:hover svg path {
  fill: #858585;
}
footer .links a:hover, footer .orgno a:hover, .empData a:hover {
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.factbox-content,.textBox .text-content, .cta-section .ctaText {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: translateY(20px);
}
.visible.factbox-content, .textBox .text-content.visible, .cta-section .ctaText.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-in-out;
}
body.home .post-article.clickable img {
  height: 100%;
}
.semorelink:hover,.allarticles-link:hover, .semorelinks-desk:hover {
  text-decoration-thickness: 2px !important;
}
.post-article a .bloglist-heading {
  transition: all .3s ease-in-out;
}
.post-article.first-post:hover .bloglist-heading, .post-article a:hover .bloglist-heading {
  text-decoration: underline;
  transition: all .3s ease-in-out;
}
@media screen and (max-width:767.5px) {
  .projectArticle .imgblock {
    aspect-ratio: 353/225;
  }
  .post-article .imgblock {
    aspect-ratio: 353/225;
  }
}
.contacts a:hover {
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.searchpage-noresult-section a.frontpagelink:hover {
  text-decoration-line: underline;
  transition: all .3s ease-in-out;
  color: #1C1C1B;
  text-decoration-thickness: 2px !important;
}
.editor-styles-wrapper .content ul li {
  list-style: none;
}
.wp-list-table a, .wp-admin a {
  color: #2271b1;
}
td.column-title strong, td.plugin-title strong {
  font-weight: 600;
}
.wp-admin .wprm-modal-menu-button {
  display: none !important;
}
.wp-admin table.fixed {
  position: relative !important;
}
.line-limit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-admin .factbox-content, .wp-admin .textBox .text-content, .wp-admin .cta-section .ctaText, .wp-admin .centerImgSlider .swiper-slide.w-full.swiper-slide-visible .articledescription, .block-editor-block-patterns-list .factbox-content, .block-editor-block-patterns-list .textBox .text-content {
  opacity: 1;
}
.block-editor__container img {
  height: 100% !important;
}
.wp-admin .editor-styles-wrapper h2 {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9375rem;
  margin: 0rem;
}
.wp-admin .editor-styles-wrapper h3 {
  color: var(--Svart, #1C1C1C);
  font-family: "DM Sans";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4375rem;
  margin: 0rem;
}
.wp-admin .editor-styles-wrapper h4 {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin: 0rem;
}
.wp-admin .editor-styles-wrapper p strong {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0rem;
}
.wp-admin .editor-styles-wrapper p {
  color: var(--Sort, #1C1C1B);
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
  margin: 0rem;
}
.w-richtext img.alignright,.contentarea img.alignright {
  float: right;
  margin-left: 15px;
}
.w-richtext img.alignleft,.contentarea img.alignleft {
  float: left;
  margin-right: 15px;
}
@media screen and (min-width:768px) {
  .bloglisting-wrapper .post-article {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    margin: 20px 0px 0px -20px;
  }
  .bloglisting-wrapper .visible.post-article {
    opacity: 1;
    margin: 0;
    transform: translate(0px);
    transition: all 0.6s ease-in-out;
  }
  .bloglisting-wrapper .post-article.clickable {
    opacity: 1;
    transition: all 0.6s ease-in-out;
    margin: 0px;
  }
  .projectlist-wrapper .projectArticle {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    margin: 20px 0px 0px -20px;
  }
  .projectlist-wrapper .visible.projectArticle {
    opacity: 1;
    margin: 0;
    transform: translate(0px);
    transition: all 0.6s ease-in-out;
  }
  .projectlist-wrapper .projectArticle.clickable {
    opacity: 1;
    transition: all 0.6s ease-in-out;
    margin: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) and (max-height: 630px) {
  .imgLightbox {
    max-height: 70vh;
  }
  .lightboxContent {
    width: 68%;
  }
}
@media screen and (min-width:1280px) {
  .company-contact .epost span {
    display: inline-flex;
    column-gap: 1.25rem;
    row-gap: 6px;
    flex-wrap: wrap;
  }
  .company-contact .epost span a {
    padding: 0px !important;
  }
  .company-contact .eposthead {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width:1279.5px) {
  .company-contact .epost span {
    display: inline-flex;
    column-gap: 0.625rem;
    row-gap: 6px;
    flex-wrap: wrap;
  }
  .company-contact .epost span a {
    padding: 0px !important;
  }
  .company-contact .eposthead {
    display: flex;
    width: 100%;
  }
}
.imageSliderActiveCenterImg .swiper-slide {
  pointer-events: none;
}
.imageSliderActiveCenterImg .swiper-slide.swiper-slide-fully-visible.swiper-slide-active {
  pointer-events: visible;
}
.imgLightbox img {
  object-fit: contain;
  width: auto;
  cursor: pointer;
}
#lightbox-caption {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1023.5px) {
  #main-menu {
    visibility: visible;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-content: "";
      --tw-outline-style: solid;
      --tw-tracking: initial;
    }
  }
}
