@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@property --v-grid-column-count {
  syntax: "<integer>";
  inherits: false;
  initial-value: 1;
}
@property --v-grid-column-spacing-level {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
@property --v-grid-row-spacing-level {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
/*
    "icon-font-family"

    "is-external"

    "layout",

    "page",

    "lists.item-list",
    "lists.grid-list",
    "lists.property-list",
    "lists.detail-list",

    "elements.paragraph",
    "elements.div",
    "elements.span",
    "elements.heading",
    "elements.anchor",
    "elements.button",
    "elements.unordered-list",
    "elements.ordered-list",
    "elements.list-item",
    "elements.image",
    "elements.picture",
    "elements.block-quote",
    "elements.content-link",
    "elements.content-button",
    "elements.tag",

    "forms.form",

    "blocks.block",
    "blocks.content-block",
    "blocks.image",
    "blocks.faq",
    "blocks.map",
    "blocks.table",
    "blocks.video",

    "teaser",

    "widget",

    "modals.modal",
    "modals.lightbox",
    "modals.tooltip",
    "modals.word-explanation",

    "notifications.alert",

    "containers.tab-container",
    "containers.show-more-container",

    "navigation.breadcrumb",
    "navigation.menu",
    "navigation.pagination",

    "banner"
*/
/*
    "layout",

    "page",

    "lists.item-list",
    "lists.grid-list",
    "lists.property-list",
    "lists.detail-list",

    "elements.paragraph",
    "elements.div",
    "elements.span",
    "elements.heading",
    "elements.anchor",
    "elements.button",
    "elements.unordered-list",
    "elements.ordered-list",
    "elements.list-item",
    "elements.image",
    "elements.picture",
    "elements.block-quote",
    "elements.content-link",
    "elements.content-button",
    "elements.tag",

    "forms.form",

    "blocks.block",
    "blocks.content-block",
    "blocks.image",
    "blocks.faq",
    "blocks.map",
    "blocks.table",
    "blocks.video",

    "teaser",

    "widget",

    "modals.modal",
    "modals.lightbox",
    "modals.tooltip",
    "modals.word-explanation",

    "notifications.alert",

    "containers.tab-container",
    "containers.show-more-container",

    "navigation.breadcrumb",
    "navigation.menu",
    "navigation.pagination",

    "banner"
*/
/*
    "elements.content-link",

    "blocks.content-block"
*/
.version-style-marker-class {
  color: red;
}

mark {
  color: inherit;
}

@property --subnavigation-gradient1 {
  syntax: "<color>";
  initial-value: rgba(219, 234, 252, 0.5);
  inherits: false;
}
@property --subnavigation-gradient2 {
  syntax: "<color>";
  initial-value: rgba(255, 255, 255, 0.5);
  inherits: false;
}
@property --custom-button-fill-light-gradient1 {
  syntax: "<color>";
  initial-value: #dbeafc;
  inherits: false;
}
@property --custom-button-fill-light-gradient2 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --custom-button-fill-light2-gradient1 {
  syntax: "<color>";
  initial-value: #dbeafc;
  inherits: false;
}
@property --custom-button-fill-light2-gradient2 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --custom-button-fill-dark-gradient1 {
  syntax: "<color>";
  initial-value: #dbeafc;
  inherits: false;
}
@property --custom-button-fill-dark-gradient2 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --custom-button-fill-dark2-gradient1 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --custom-button-fill-dark2-gradient2 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --custom-button-line-dark-gradient1 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --custom-button-line-dark-gradient2 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --custom-button-line-light-gradient1 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --custom-button-line-light-gradient2 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --products-menu-gradient1 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --products-menu-gradient2 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --faq-question-background-gradient1 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --faq-question-background-gradient2 {
  syntax: "<color>";
  initial-value: #ee9670;
  inherits: false;
}
@property --filter-result-gradient1 {
  syntax: "<color>";
  initial-value: rgba(219, 234, 252, 0.5);
  inherits: false;
}
@property --filter-result-gradient2 {
  syntax: "<color>";
  initial-value: rgba(255, 255, 255, 0.5);
  inherits: false;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

* {
  overflow-wrap: break-word;
}

ul,
ol {
  padding-left: 1.25rem;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

select,
textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

s {
  text-decoration: line-through;
}

*[id],
.anchor-target,
.js-anchor-target {
  --v-default-scroll-margin: 110px;
  scroll-margin-top: var(--v-default-scroll-margin);
}

/* Mixin for en responsiv font-størrelses-skala. 
 Denne kan brukes for å sette en font-størrelse én plass og sikre at font-størrelsen vil bli riktig på alle skjermflater basert på skaleringen som er satt opp her 
*/
.page-form {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.02%, #DBEAFC), to(#DBDCDD));
  background: linear-gradient(180deg, #DBEAFC 1.02%, #DBDCDD 100%);
  color: #060F19;
}
.page-form.frontpage {
  background: #E9DED5;
}
.page-form.subpage {
  background: #DBEAFC;
}

body {
  position: relative;
  overflow-x: hidden;
  --c-link-dark--text: #060F19;
  --c-link-dark--text--hover: #DBEAFC;
  --c-link-dark--background: transparent;
  --c-link-dark--background--hover: #060F19;
  --c-link-light--text: #DBEAFC;
  --c-link-light--text--hover: #060F19;
  --c-link-light--background: transparent;
  --c-link-light--background--hover: #DBEAFC;
}
body .ac-content-page .js-content-title,
body .content--module.content--datasource .bc-content-header > .bc-content-title,
body .client-content-widget--filtervisning .bc-content-header > .bc-content-title,
body .module-page--min-side--startpage .ac-content-page > .ac-content .js-content-title {
  display: none !important;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

:focus {
  outline: 2px dashed transparent;
}

.tabbing input:focus,
.tabbing button:focus,
.tabbing select:focus,
.tabbing textarea:focus,
.tabbing a:focus {
  outline: 3px solid #000;
  -webkit-box-shadow: 0 0 0 6px #fff !important;
          box-shadow: 0 0 0 6px #fff !important;
}
.tabbing .bc-carousel-indicator-item:focus {
  outline: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 6px #000 !important;
          box-shadow: 0 0 0 6px #000 !important;
}
.tabbing .tablesorter-header:focus .tablesorter-header-inner {
  outline: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 6px #000 !important;
          box-shadow: 0 0 0 6px #000 !important;
}
.tabbing .faqWrapper .faq:focus-within {
  outline: 3px solid #000;
  -webkit-box-shadow: 0 0 0 6px #fff !important;
          box-shadow: 0 0 0 6px #fff !important;
}
.tabbing .main-menu button.main-menu-toggle-open:focus {
  outline: 3px solid #fff !important;
  -webkit-box-shadow: 0 0 0 6px #000 !important;
          box-shadow: 0 0 0 6px #000 !important;
}

.designMode > *[class],
.designMode main > *[class] {
  position: relative;
}
.designMode > *[class]:before,
.designMode main > *[class]:before {
  position: absolute;
  content: attr(class);
  display: inline-block;
  top: 0;
  left: 0;
  padding: 0.25em;
  background-color: hotpink;
  font-size: 0.875rem;
  color: #000;
}
.designMode .zone {
  outline: 2px solid hotpink;
  outline-offset: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.designMode .top-section-container {
  height: 900px !important;
  min-height: 900px !important;
}
.designMode .top-section-container::before, .designMode .top-section-container::after {
  display: none !important;
}
.designMode .top-section-container .frontpage-top-section::before {
  display: none !important;
}

.opacity-layer {
  display: block;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 19, 19, 0.6);
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  pointer-events: none;
}
.menu-open .opacity-layer, .search-open .opacity-layer {
  opacity: 1;
  pointer-events: all;
}

.back-to-top-button-wrapper .back-to-top-button {
  background: #DBEAFC;
  border: 1.5px solid #060F19;
  border-radius: 32px;
  color: #060F19;
  width: 48px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  cursor: pointer;
}
.back-to-top-button-wrapper .back-to-top-button > span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.back-to-top-button-wrapper .back-to-top-button::after {
  font-family: "remixicon";
  content: "\ea76";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.back-to-top-button-wrapper .back-to-top-button:hover {
  border-color: #060F19;
  background: -webkit-gradient(linear, left top, right top, from(#DBEAFC), to(#EE9670));
  background: linear-gradient(90deg, #DBEAFC 0%, #EE9670 100%);
  color: #060F19;
}

.breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  visibility: visible;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
}
.menu-open .breadcrumbs {
  visibility: hidden;
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
}

.breadcrumbs__label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.breadcrumbs__list {
  list-style: none;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.25rem 0.75rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.71%, rgba(219, 234, 252, 0.1)), to(rgba(220, 204, 184, 0.15)));
  background: linear-gradient(90deg, rgba(219, 234, 252, 0.1) 0.71%, rgba(220, 204, 184, 0.15) 100%);
  color: #DBEAFC;
  border-radius: 4px;
}

.breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__item a {
  text-decoration: underline;
  color: var(--c-link-light--text);
  background-color: var(--c-link-light--background);
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 8px;
  padding: 0;
  display: inline-block;
  text-decoration: underline;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0;
}
.breadcrumbs__item a:hover {
  color: var(--c-link-light--text--hover);
  background-color: var(--c-link-light--background--hover);
  padding: 0.25em 0.5em;
}
.breadcrumbs__item a.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.breadcrumbs__item a.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.breadcrumbs__item a.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.breadcrumbs__item::after {
  font-family: "remixicon";
  content: "\ea6e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  font-size: 1rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media screen and (min-width: 900px) {
  .breadcrumbs__item::after {
    font-size: 2rem;
  }
}
.breadcrumbs__item:first-child a {
  text-decoration: none;
}
.breadcrumbs__item:first-child a > span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.breadcrumbs__item:first-child a::before {
  font-family: "remixicon";
  content: "\ee2b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.breadcrumbs__item:last-child a {
  text-decoration: none;
}
.breadcrumbs__item:last-child:after {
  display: none;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #060F19;
  color: #DBEAFC;
}

.footer-columns > * + * {
  margin-top: 4rem;
}
@supports (display: grid) {
  .footer-columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 4rem;
  }
  .footer-columns > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .footer-columns > * + * {
    margin-top: 4rem;
  }
  @supports (display: grid) {
    .footer-columns {
      display: grid;
      grid-template-columns: repeat(10, 1fr);
      -webkit-column-gap: 1rem;
         -moz-column-gap: 1rem;
              column-gap: 1rem;
      row-gap: 4rem;
    }
    .footer-columns > * + * {
      margin-top: 0;
    }
  }
}
.footer-columns + .footer-sole, .footer-columns + .footer-columns {
  padding-top: 3rem;
  border-top: 1px solid #DBEAFC;
}
@media screen and (min-width: 900px) {
  .footer-columns + .footer-sole, .footer-columns + .footer-columns {
    margin-top: 4rem;
  }
}

.footer-column {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer-column:nth-child(1) {
    grid-column: span 3;
  }
  .footer-column:nth-child(2) {
    grid-column: span 6;
  }
}
.footer-column .zone {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-sole {
  border-top: 1px solid rgba(219, 234, 252, 0.3);
  padding-top: 3rem;
}
@media screen and (min-width: 900px) {
  .footer-sole {
    padding-top: 2.5rem;
  }
}
.footer-sole .zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer-sole .zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-sole .webPart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.footer-sole .webPart + .webPart {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .footer-sole .webPart + .webPart {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .footer-sole .webPart + .webPart:last-child {
    margin-left: auto;
  }
}

.header {
  z-index: 10;
}

.header-inner, .main-menu .main-menu-inner .main-menu-header {
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.header-logo a {
  display: block;
}
.header-logo img {
  height: 30px;
}
@media screen and (min-width: 600px) {
  .header-logo img {
    height: 36px;
  }
}

.header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-navigation-links .zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-navigation-links .zone .webPart + .webPart {
  margin-left: 0.5rem;
}
@media screen and (min-width: 600px) {
  .header-navigation-links .zone .webPart + .webPart {
    margin-left: 1rem;
  }
}

.header-navigation-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu-toggle-wrapper {
  margin-left: 0.5rem;
}

.main-menu-toggle {
  --custom-button-fill-light2-gradient1: #DBEAFC;
  --custom-button-fill-light2-gradient2: #DBEAFC;
  border: 2px solid #DBEAFC;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #060F19;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-light2-gradient1)), to(var(--custom-button-fill-light2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-light2-gradient1) 0%, var(--custom-button-fill-light2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-light2-gradient1 0.25s, --custom-button-fill-light2-gradient2 0.25s;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .main-menu-toggle {
    padding: 0.25em 1.125em;
  }
}
.main-menu-toggle:hover {
  --custom-button-fill-light2-gradient1: #DBEAFC;
  --custom-button-fill-light2-gradient2: #E9DED5;
  border-color: #DBEAFC;
  color: #060F19;
}
.main-menu-toggle.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.main-menu-toggle.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.main-menu-toggle.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
@media screen and (min-width: 900px) {
  .main-menu-toggle {
    font-size: 1.25rem;
    font-weight: 800;
  }
}
.main-menu-toggle .vis-meny {
  text-indent: -99999rem;
}
@media screen and (min-width: 900px) {
  .main-menu-toggle .vis-meny {
    text-indent: 0;
  }
}
.main-menu-toggle::after {
  font-family: "remixicon";
  content: "\ef3e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
@media screen and (min-width: 900px) {
  .main-menu-toggle::after {
    margin-left: 0.25em;
  }
}
.frontpage .main-menu-toggle {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #173D65;
  border: 2px solid #173D65;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-dark2-gradient1)), to(var(--custom-button-fill-dark2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-dark2-gradient1) 0%, var(--custom-button-fill-dark2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-dark2-gradient1 0.25s, --custom-button-fill-dark2-gradient2 0.25s;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .frontpage .main-menu-toggle {
    padding: 0.25em 1.125em;
  }
}
.frontpage .main-menu-toggle:hover {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #060F19;
  border-color: #173D65;
  color: #DBEAFC;
}
.frontpage .main-menu-toggle.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.frontpage .main-menu-toggle.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.frontpage .main-menu-toggle.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
@media screen and (min-width: 900px) {
  .frontpage .main-menu-toggle {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

.main-menu {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #DBEAFC;
  color: #173D65;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: visibility 0s ease-out 1s, -webkit-transform 1s;
  transition: visibility 0s ease-out 1s, -webkit-transform 1s;
  transition: transform 1s, visibility 0s ease-out 1s;
  transition: transform 1s, visibility 0s ease-out 1s, -webkit-transform 1s;
}
.main-menu .main-menu-inner {
  padding: 0;
}
.main-menu .main-menu-inner .header-logo a {
  display: block;
}
.main-menu .main-menu-inner .header-logo img {
  height: 30px;
}
@media screen and (min-width: 600px) {
  .main-menu .main-menu-inner .header-logo img {
    height: 36px;
  }
}
.main-menu .main-menu-inner .main-menu-header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu .main-menu-inner .main-menu-header-navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu .main-menu-inner .main-menu-header-navigation-links .zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu .main-menu-inner .main-menu-header-navigation-links .zone .webPart + .webPart {
  margin-left: 0.5rem;
}
.main-menu .main-menu-inner .main-menu-header-navigation-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu .main-menu-inner .main-menu-toggle-open-wrapper {
  margin-left: 0.5rem;
}
.main-menu .main-menu-inner .main-menu-toggle-open-wrapper .main-menu-toggle-open {
  --custom-button-fill-dark-gradient1: #060F19;
  --custom-button-fill-dark-gradient2: #060F19;
  border: 2px solid #060F19;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, right top, left top, from(var(--custom-button-fill-dark-gradient1)), to(var(--custom-button-fill-dark-gradient2)));
  background: linear-gradient(270deg, var(--custom-button-fill-dark-gradient1) 0%, var(--custom-button-fill-dark-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-dark-gradient1 0.25s, --custom-button-fill-dark-gradient2 0.25s;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .main-menu .main-menu-inner .main-menu-toggle-open-wrapper .main-menu-toggle-open {
    padding: 0.25em 1.125em;
  }
}
.main-menu .main-menu-inner .main-menu-toggle-open-wrapper .main-menu-toggle-open:hover {
  --custom-button-fill-dark-gradient1: #173D65;
  --custom-button-fill-dark-gradient2: #060F19;
  border-color: #060F19;
  color: #DBEAFC;
}
.main-menu .main-menu-inner .main-menu-toggle-open-wrapper .main-menu-toggle-open.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.main-menu .main-menu-inner .main-menu-toggle-open-wrapper .main-menu-toggle-open.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.main-menu .main-menu-inner .main-menu-toggle-open-wrapper .main-menu-toggle-open.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner .main-menu-toggle-open-wrapper .main-menu-toggle-open {
    font-size: 1.25rem;
    font-weight: 800;
  }
}
.main-menu .main-menu-inner .main-menu-toggle-open-wrapper .main-menu-toggle-open .vis-meny {
  text-indent: -99999rem;
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner .main-menu-toggle-open-wrapper .main-menu-toggle-open .vis-meny {
    text-indent: 0;
  }
}
.main-menu .main-menu-inner .main-menu-toggle-open-wrapper .main-menu-toggle-open::after {
  font-family: "remixicon";
  content: "\eb99";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner .main-menu-toggle-open-wrapper .main-menu-toggle-open::after {
    margin-left: 0.25em;
  }
}
.main-menu .main-menu-inner .main-menu-content {
  padding: 8rem 0 3rem;
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner .main-menu-content {
    padding: 4rem 0 3rem;
  }
}
.main-menu .main-menu-inner .main-menu-content .zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner .main-menu-content .zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-menu .main-menu-inner .main-menu-content .zone .webPart {
  width: 100%;
  -webkit-transition: all 1.25s;
  transition: all 1.25s;
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner .main-menu-content .zone .webPart {
    width: calc(50% - 1.5rem);
  }
}
.main-menu .main-menu-inner .main-menu-content .zone .webPart + .webPart {
  margin-top: 4rem;
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner .main-menu-content .zone .webPart + .webPart {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner .main-menu-content .zone .webPart.animated-slide-left .vListe li {
    -webkit-animation-name: slideOutLeft;
            animation-name: slideOutLeft;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-delay: calc(var(--animation-order) * 75ms);
            animation-delay: calc(var(--animation-order) * 75ms);
  }
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner .main-menu-content .zone .webPart.animated-slide-right .vListe li {
    -webkit-animation-name: slideOutRight;
            animation-name: slideOutRight;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-delay: calc(var(--animation-order) * 75ms);
            animation-delay: calc(var(--animation-order) * 75ms);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
  }
}
.main-menu .main-menu-inner .main-menu-content .zone + .zone {
  margin-top: 4rem;
}
@media screen and (min-width: 900px) {
  .main-menu.open .main-menu-content .zone .webPart.animated-slide-left .vListe li {
    -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: calc(var(--animation-order) * 75ms);
            animation-delay: calc(var(--animation-order) * 75ms);
  }
}
@media screen and (min-width: 900px) {
  .main-menu.open .main-menu-content .zone .webPart.animated-slide-right .vListe li {
    -webkit-animation-name: slideInRight;
            animation-name: slideInRight;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: calc(var(--animation-order) * 75ms);
            animation-delay: calc(var(--animation-order) * 75ms);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.main-menu.open, .designMode .main-menu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition: visibility 0s, -webkit-transform 1s;
  transition: visibility 0s, -webkit-transform 1s;
  transition: transform 1s, visibility 0s;
  transition: transform 1s, visibility 0s, -webkit-transform 1s;
}
.designMode .main-menu {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.search-box {
  display: none;
  padding: 2rem 3rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  z-index: 100;
  background-color: #DDD;
  color: #000;
}
@media screen and (min-width: 900px) {
  .search-box {
    width: 60vw;
  }
}
@media screen and (min-width: 1400px) {
  .search-box {
    width: 50vw;
  }
}
.search-box .search-box-inner .zone {
  padding-top: 4rem;
}
.search-box .search-box-inner .zone .webPart + .webPart {
  margin-top: 2rem;
  border-top: 2px solid gray;
  padding-top: 2rem;
}
@media screen and (min-width: 1400px) {
  .search-box .search-box-inner .zone {
    max-width: calc(640px - 6rem);
  }
}
.search-box.open, .designMode .search-box {
  display: block;
}
.designMode .search-box {
  min-height: 800px;
  position: relative;
}

ul.hidden {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.hidden a {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #000;
  color: #FFF;
  position: absolute;
  text-decoration: none;
  top: -100%;
  left: 0;
  z-index: 2000;
}
ul.hidden a:focus {
  top: 0;
}

.top-section-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#173D65), to(#0F243A));
  background: linear-gradient(180deg, #173D65 0%, #0F243A 100%);
  color: #DBEAFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}
.top-section-container .webPart + .webPart {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .top-section-container .webPart + .webPart {
    margin-top: 4rem;
  }
}
.productpage .top-section-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#09090a), color-stop(133.02%, #173D65));
  background: linear-gradient(180deg, #09090a 0%, #173D65 133.02%);
  -webkit-box-shadow: 0px 0px 100px 0px #173D65;
          box-shadow: 0px 0px 100px 0px #173D65;
}
@media screen and (min-width: 900px) {
  .productpage .top-section-container {
    padding-bottom: 4rem;
  }
}

.global-bottom-container .webPart + .webPart {
  margin-top: 2rem;
}

.global-footer-extension-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#173D65), to(#060F19));
  background: linear-gradient(180deg, #173D65 0%, #060F19 100%);
  margin-top: 4rem;
  padding: 7rem 0 4rem;
}
@media screen and (min-width: 900px) {
  .global-footer-extension-container {
    padding: 9rem 0 8rem;
  }
}
.global-footer-extension-container .webPart + .webPart {
  margin-top: 4rem;
}
.global-footer-extension-container + .footer {
  margin-top: 0;
}

.frontpage .top-section-container {
  background: transparent;
  padding-bottom: 0;
}
.frontpage .top-section-container .frontpage-banner-section {
  padding: 1rem 0 0;
}
.frontpage .top-section-container .frontpage-banner-section .frontpage-banner-section-inner {
  position: relative;
  z-index: 2;
}
.frontpage .frontpage-top-section {
  margin-top: -2rem;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-top-section {
    margin-top: -3rem;
  }
}
.frontpage .frontpage-top-section .frontpage-top-section-inner {
  padding: 5rem 1.25rem 5rem 1.25rem;
  background: #173D65;
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-top-section .frontpage-top-section-inner {
    padding: 5rem;
  }
}
.frontpage .frontpage-top-section .frontpage-top-section-inner .zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-top-section .frontpage-top-section-inner .zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.frontpage .frontpage-top-section .frontpage-top-section-inner .zone .webPart:nth-child(1) {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-top-section .frontpage-top-section-inner .zone .webPart:nth-child(1) {
    width: calc(55% - 3rem);
  }
}
.frontpage .frontpage-top-section .frontpage-top-section-inner .zone .webPart:nth-child(2) {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-top-section .frontpage-top-section-inner .zone .webPart:nth-child(2) {
    width: calc(45% - 3rem);
    margin-top: 0;
  }
}
.frontpage .frontpage-top-section + .frontpage-middle-section {
  margin-top: 3rem;
}
.frontpage .frontpage-middle-section {
  margin-bottom: 7rem;
}
.frontpage .frontpage-middle-section .frontpage-middle-section-inner {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
.frontpage .frontpage-middle-section + .frontpage-widget-section {
  margin-top: -7rem;
}
.frontpage .frontpage-widget-section {
  padding: 3rem 0;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-widget-section {
    padding: 5rem 0;
  }
}

.subpage .breadcrumbs + *,
.subpage-full-width .breadcrumbs + *,
.subpage-medium-width .breadcrumbs + * {
  margin-top: 4rem;
}
.subpage .breadcrumbs + .sub-navigation,
.subpage-full-width .breadcrumbs + .sub-navigation,
.subpage-medium-width .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.subpage .page-title + *,
.subpage-full-width .page-title + *,
.subpage-medium-width .page-title + * {
  margin-top: 1.5rem;
}
.subpage .page-title + .subpage-banner-section--lower,
.subpage-full-width .page-title + .subpage-banner-section--lower,
.subpage-medium-width .page-title + .subpage-banner-section--lower {
  margin-top: 2rem;
}
.subpage .sub-navigation + *,
.subpage-full-width .sub-navigation + *,
.subpage-medium-width .sub-navigation + * {
  margin-top: 4rem;
}
.subpage main + .global-bottom-container,
.subpage-full-width main + .global-bottom-container,
.subpage-medium-width main + .global-bottom-container {
  margin-top: 6rem;
}

.subpage .main-area .main-area-inner {
  padding: 5rem 0;
}

.subpage-full-width .main-area .main-area-inner {
  padding: 4rem 0 0;
}

.subpage-medium-width .main-area .main-area-inner {
  max-width: 960px;
  padding: 4rem 0 0;
}

.transportpage .breadcrumbs + * {
  margin-top: 3rem;
}
.transportpage .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.transportpage .page-title + * {
  margin-top: 1.5rem;
}
.transportpage .page-title + .subpage-banner-section--lower {
  margin-top: 2rem;
}
.transportpage .sub-navigation + * {
  margin-top: 4rem;
}
.transportpage main {
  padding-top: 4rem;
}
.transportpage main + .global-bottom-container {
  margin-top: 4rem;
}

.productpage .breadcrumbs + * {
  margin-top: 3rem;
}
.productpage .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.productpage .page-title + * {
  margin-top: 1.5rem;
}
.productpage .page-title + .subpage-banner-section--lower {
  margin-top: 1em;
}
.productpage .sub-navigation + * {
  margin-top: 4rem;
}
.productpage main {
  padding-top: 4rem;
}
.productpage main + .global-bottom-container {
  margin-top: 4rem;
}

body .legacy-content-block-wrapper {
  margin: 0;
  border-radius: 24px;
}
body .legacy-content-block-wrapper .legacy-content-block {
  border-radius: 24px;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block {
  background: -webkit-gradient(linear, left top, right top, from(#173D65), to(#060F19));
  background: linear-gradient(90deg, #173D65 0%, #060F19 100%);
  color: #DBEAFC;
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block {
  background: linear-gradient(192deg, rgba(219, 234, 252, 0.5) -18.18%, rgba(255, 255, 255, 0.5) 122.93%);
  color: #060F19;
  border: 1px solid #173D65;
}
body .content-block-body-column > * + * {
  margin-top: 1.25em;
}
body .content-block-body-column > * + h1, body .content-block-body-column > * + h2, body .content-block-body-column > * + h3, body .content-block-body-column > * + h4, body .content-block-body-column > * + h5, body .content-block-body-column > * + h6 {
  margin-top: 1.5em;
}
body .content-block-body-column > h1 + *, body .content-block-body-column > h2 + *, body .content-block-body-column > h3 + * {
  margin-top: 0.75em;
}
body .content-block-body-column > h4 + *, body .content-block-body-column > h5 + *, body .content-block-body-column > h6 + * {
  margin-top: 0.375em;
}
body .content-block-body-column > .il-ul .il-li + .il-li,
body .content-block-body-column > .il-ul .il-li > .il-ul,
body .content-block-body-column > .il-ul .il-li > .il-ol, body .content-block-body-column > .il-ol .il-li + .il-li,
body .content-block-body-column > .il-ol .il-li > .il-ul,
body .content-block-body-column > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}

blockquote {
  border-style: solid;
  border-width: 0;
  border-left-width: 3px;
  border-left-color: inherit;
  font-size: 1.25rem;
  font-weight: 600;
  color: #173D65;
  margin-left: 2rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 2rem;
}

body .faqWrapper .divFaqOverskrift span:not(.skjulElement) {
  display: block;
  margin-bottom: 0.5rem;
}
body .faqWrapper .divFaqOverskrift + .faq {
  margin-top: 1.5rem;
}
body .faqWrapper .divFaqIngress span:not(.skjulElement) {
  display: block;
  margin-bottom: 1em;
}
body .faqWrapper .faq {
  border-left: 0 none;
  border-right: 0 none;
  overflow: hidden;
}
body .faqWrapper .faq + .faq {
  margin-top: 1rem;
}
body .faqWrapper .divFaqSporsmal {
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: initial;
}
body .faqWrapper .divFaqSporsmal:after {
  display: none;
}
body .faqWrapper .divFaqSporsmal button {
  --faq-question-background-gradient1: rgba(219, 234, 252, 0.50);
  --faq-question-background-gradient2: rgba(255, 255, 255, 0.50);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1.5rem 2rem;
  border: 1px solid rgba(23, 61, 101, 0.6);
  border-radius: 8px;
  background: linear-gradient(192deg, var(--faq-question-background-gradient1) -18.18%, var(--faq-question-background-gradient2) 122.93%);
  color: #173D65;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: --faq-question-background-gradient1 0.25s, --faq-question-background-gradient2 0.25s, border-radius 0s 0.3s;
}
body .faqWrapper .divFaqSporsmal button::after {
  font-family: "remixicon";
  content: "\ea4c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #173D65;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
body .faqWrapper .divFaqSporsmal button:hover {
  --faq-question-background-gradient1: rgba(219, 234, 252, 0.80);
  --faq-question-background-gradient2: rgba(255, 255, 255, 0.80);
  border-color: rgba(23, 61, 101, 0.6);
  color: #173D65;
}
body .faqWrapper .divFaqSporsmal button:hover::after {
  color: #173D65;
}
body .faqWrapper .divFaqSporsmal:hover + .divFaqSvar {
  border-color: rgba(23, 61, 101, 0.6);
}
body .faqWrapper .divFaqSporsmal.open button {
  --faq-question-background-gradient1: rgba(219, 234, 252, 0.50);
  --faq-question-background-gradient2: rgba(255, 255, 255, 0.50);
  color: #173D65;
  border-color: rgba(23, 61, 101, 0.6);
  border-radius: 8px 8px 0 0;
  transition: --faq-question-background-gradient1 0.25s, --faq-question-background-gradient2 0.25s, border-radius 0s 0s;
}
body .faqWrapper .divFaqSporsmal.open button::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: #173D65;
}
body .faqWrapper .divFaqSporsmal.open button:hover {
  --faq-question-background-gradient1: rgba(219, 234, 252, 0.50);
  --faq-question-background-gradient2: rgba(255, 255, 255, 0.50);
  color: #173D65;
  border-color: rgba(23, 61, 101, 0.6);
}
body .faqWrapper .divFaqSporsmal.open button:hover::after {
  color: #173D65;
}
body .faqWrapper .divFaqSvar {
  padding: 0;
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  -webkit-transition: grid-template-rows 0.35s, visibility 0.35s;
  transition: grid-template-rows 0.35s, visibility 0.35s;
  transition: grid-template-rows 0.35s, visibility 0.35s, -ms-grid-rows 0.35s;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgba(23, 61, 101, 0.6);
  border-radius: 0 0 8px 8px;
}
body .faqWrapper .divFaqSvar .divFaqSvarInner {
  font-size: 1.125rem;
  font-weight: 400;
  background: linear-gradient(192deg, rgba(219, 234, 252, 0.5) -18.18%, rgba(255, 255, 255, 0.5) 122.93%);
  color: #173D65;
  padding: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  -webkit-transition: padding 0s ease-out 0.2s;
  transition: padding 0s ease-out 0.2s;
}
body .faqWrapper .divFaqSvar .divFaqSvarInner > * + * {
  margin-top: 1.25em;
}
body .faqWrapper .divFaqSvar .divFaqSvarInner > * + h1, body .faqWrapper .divFaqSvar .divFaqSvarInner > * + h2, body .faqWrapper .divFaqSvar .divFaqSvarInner > * + h3, body .faqWrapper .divFaqSvar .divFaqSvarInner > * + h4, body .faqWrapper .divFaqSvar .divFaqSvarInner > * + h5, body .faqWrapper .divFaqSvar .divFaqSvarInner > * + h6 {
  margin-top: 1.5em;
}
body .faqWrapper .divFaqSvar .divFaqSvarInner > h1 + *, body .faqWrapper .divFaqSvar .divFaqSvarInner > h2 + *, body .faqWrapper .divFaqSvar .divFaqSvarInner > h3 + * {
  margin-top: 0.75em;
}
body .faqWrapper .divFaqSvar .divFaqSvarInner > h4 + *, body .faqWrapper .divFaqSvar .divFaqSvarInner > h5 + *, body .faqWrapper .divFaqSvar .divFaqSvarInner > h6 + * {
  margin-top: 0.375em;
}
body .faqWrapper .divFaqSvar .divFaqSvarInner > .il-ul .il-li + .il-li,
body .faqWrapper .divFaqSvar .divFaqSvarInner > .il-ul .il-li > .il-ul,
body .faqWrapper .divFaqSvar .divFaqSvarInner > .il-ul .il-li > .il-ol, body .faqWrapper .divFaqSvar .divFaqSvarInner > .il-ol .il-li + .il-li,
body .faqWrapper .divFaqSvar .divFaqSvarInner > .il-ol .il-li > .il-ul,
body .faqWrapper .divFaqSvar .divFaqSvarInner > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
body .faqWrapper .divFaqSvar:hover .divFaqSvarInner {
  border-color: rgba(23, 61, 101, 0.6);
}
body .faqWrapper .divFaqSvar.open {
  visibility: visible;
  grid-template-rows: 1fr;
  border-color: rgba(23, 61, 101, 0.6);
}
body .faqWrapper .divFaqSvar.open .divFaqSvarInner {
  padding: 1.5rem 2rem;
  -webkit-transition: padding 0s;
  transition: padding 0s;
}

.il-heading--h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .il-heading--h1 {
    font-size: 3.75rem;
  }
}

.il-heading--h2, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__title h2, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-header h2, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-header h2, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-header h2, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h2, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-header h2, .ac-banner.ac-banner--menu .ac-banner-field--menu .ac-banner-field-header h2, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-header h2, body .faqWrapper h2.divFaqOverskrift {
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .il-heading--h2, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__title h2, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-header h2, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-header h2, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-header h2, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h2, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-header h2, .ac-banner.ac-banner--menu .ac-banner-field--menu .ac-banner-field-header h2, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-header h2, body .faqWrapper h2.divFaqOverskrift {
    font-size: 2.25rem;
  }
}

.il-heading--h3, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__title h3, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-header h3, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-header h3, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-header h3, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h3, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-header h3, .ac-banner.ac-banner--menu .ac-banner-field--menu .ac-banner-field-header h3, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-header h3, body .faqWrapper h3.divFaqOverskrift {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .il-heading--h3, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__title h3, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-header h3, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-header h3, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-header h3, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h3, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-header h3, .ac-banner.ac-banner--menu .ac-banner-field--menu .ac-banner-field-header h3, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-header h3, body .faqWrapper h3.divFaqOverskrift {
    font-size: 1.75rem;
  }
}

.il-heading--h4, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-header h4, .ac-banner.ac-banner--menu .ac-banner-field--menu .ac-banner-field-header h4, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-header h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .il-heading--h4, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-header h4, .ac-banner.ac-banner--menu .ac-banner-field--menu .ac-banner-field-header h4, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-header h4 {
    font-size: 1.5rem;
  }
}

.bc-carousel .bc-carousel-container .bc-carousel-content .carousel-image-link img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 58, 207, 0.5);
          box-shadow: 0px 0px 20px 0px rgba(0, 58, 207, 0.5);
  margin: 20px;
  max-width: calc(100% - 40px);
}
.bc-carousel .bc-carousel-container .bc-carousel-content .bc-carousel-caption {
  font-size: 0.9375rem;
  background-color: transparent;
  color: #060F19;
  border-bottom: 1px solid #060F19;
}
@media screen and (min-width: 900px) {
  .bc-carousel .bc-carousel-container .bc-carousel-content .bc-carousel-caption {
    font-size: 1rem;
  }
}
.bc-carousel .bc-carousel-container .bc-carousel-next button,
.bc-carousel .bc-carousel-container .bc-carousel-previous button {
  width: 48px;
  height: 48px;
  background-color: #060F19;
  border-radius: 32px;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button .bc-icon::before,
.bc-carousel .bc-carousel-container .bc-carousel-previous button .bc-icon::before {
  color: #DBEAFC;
}
.bc-carousel .bc-carousel-indicators .bc-carousel-indicator-item {
  background-color: transparent;
  border-color: #060F19;
  border-width: 2px;
  width: 0.75rem;
  height: 0.75rem;
}
.bc-carousel .bc-carousel-indicators .bc-carousel-indicator-item.active {
  background-color: #060F19;
}

.legacy-content-block--image {
  margin-bottom: 1rem;
}
.legacy-content-block--image img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 58, 207, 0.5);
          box-shadow: 0px 0px 20px 0px rgba(0, 58, 207, 0.5);
}
.legacy-content-block--image .artikkel-bilde-beskrivelse,
.legacy-content-block--image .artikkel-bilde-copyright {
  font-size: 0.9375rem;
  margin-top: 0.5rem;
  color: #060F19;
}
@media screen and (min-width: 900px) {
  .legacy-content-block--image .artikkel-bilde-beskrivelse,
  .legacy-content-block--image .artikkel-bilde-copyright {
    font-size: 1rem;
  }
}
.legacy-content-block--image .artikkel-bilde-copyright {
  padding-top: 1rem;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse:not(:empty) + .artikkel-bilde-copyright {
  margin-top: -0.75rem !important;
  padding-bottom: 0.75rem;
  padding-top: 0;
  background-color: #DBEAFC;
  border-bottom: 1px solid #060F19;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse:empty + .artikkel-bilde-copyright {
  padding-top: 1rem;
}
.legacy-content-block--image .beskrivelse.BildeTekst {
  font-style: normal;
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid #060F19;
  line-height: 1.733;
}
.legacy-content-block--image .fotografText {
  background: none;
  text-indent: 0;
}
.legacy-content-block--image .fotografText:before {
  content: "Foto:";
  font-weight: 400;
  padding-right: 0.25rem;
}
.legacy-content-block--image.marginRight15 {
  margin-right: 1.5rem;
}
.legacy-content-block--image.marginLeft15 {
  margin-left: 1.5rem;
}

.InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: underline;
  color: var(--c-link-dark--text);
  background-color: var(--c-link-dark--background);
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 8px;
  padding: 0;
}
.InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-dark--text--hover);
  background-color: var(--c-link-dark--background--hover);
  padding: 0.25em 0.5em;
}
.InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}

body a[href].link-render-as-button.link-render-as-button,
.il-custom-button {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #173D65;
  border: 2px solid #173D65;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-dark2-gradient1)), to(var(--custom-button-fill-dark2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-dark2-gradient1) 0%, var(--custom-button-fill-dark2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-dark2-gradient1 0.25s, --custom-button-fill-dark2-gradient2 0.25s;
}
@media screen and (min-width: 600px) {
  body a[href].link-render-as-button.link-render-as-button,
  .il-custom-button {
    padding: 0.25em 1.125em;
  }
}
body a[href].link-render-as-button.link-render-as-button:hover,
.il-custom-button:hover {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #060F19;
  border-color: #173D65;
  color: #DBEAFC;
}
body a[href].link-render-as-button.link-render-as-button.external[href^=http]:after,
.il-custom-button.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
body a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.il-custom-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
body a[href].link-render-as-button.link-render-as-button.link-telephone[href^=tel]::after,
.il-custom-button.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}

.guidancewizard-widget {
  --bc-c-text-primary: #060F19;
  --bc-c-action-primary: #060F19;
  --bc-c-action-primary-hover: transparent;
  --bc-c-action-primary-border: #060F19;
  --bc-c-action-primary-foreground: #DBEAFC;
  --bc-c-action-secondary: #060F19;
  --bc-c-action-secondary-hover: transparent;
  --bc-c-action-secondary-border: #060F19;
  --bc-c-action-secondary-foreground: #DBEAFC;
  --bc-c-border-input: #DBEAFC;
  --bc-background-color: #DBEAFC;
  --bc-input-height: 3.625rem;
}
.guidancewizard-widget .bc-guidancewizard-guidancewizard-step-content::before, .guidancewizard-widget .bc-guidancewizard-guidancewizard-step-content::after {
  border-color: var(--bc-c-action-primary-border) !important;
  background-color: var(--bc-background-color) !important;
  top: 0 !important;
}
.guidancewizard-widget .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper {
  border-color: var(--bc-c-action-primary-border);
}
.guidancewizard-widget .bc-guidancewizard-guidancewizard-step-content .bc-content-button--appearance-link {
  color: #DB655B;
}
.guidancewizard-widget .bc-guidancewizard-step-navigation::after,
.guidancewizard-widget .bc-guidancewizard-step-reset::after {
  border-color: var(--bc-c-action-primary-border);
}
.guidancewizard-widget .bc-guidancewizard-step-navigation .bc-content-button,
.guidancewizard-widget .bc-guidancewizard-step-reset .bc-content-button {
  font-size: 1.125rem;
  font-weight: 800;
  border-radius: 32px;
  width: 100%;
  padding: 0.5rem 1.5rem;
}
@media screen and (min-width: 900px) {
  .guidancewizard-widget .bc-guidancewizard-step-navigation .bc-content-button,
  .guidancewizard-widget .bc-guidancewizard-step-reset .bc-content-button {
    font-size: 1.25rem;
  }
}
.guidancewizard-widget .bc-guidancewizard-step-navigation .bc-content-button:hover, .guidancewizard-widget .bc-guidancewizard-step-navigation .bc-content-button:focus,
.guidancewizard-widget .bc-guidancewizard-step-reset .bc-content-button:hover,
.guidancewizard-widget .bc-guidancewizard-step-reset .bc-content-button:focus {
  border-color: var(--bc-c-action-primary-border);
  color: var(--bc-c-action-primary);
}
.guidancewizard-widget .bc-guidancewizard-step-title {
  font-size: 1.375rem;
  font-weight: 800;
}
@media screen and (min-width: 900px) {
  .guidancewizard-widget .bc-guidancewizard-step-title {
    font-size: 1.75rem;
  }
}
.guidancewizard-widget .bc-guidancewizard-step-title + .bc-guidancewizard-step-result {
  margin-top: 1.5rem;
}
.guidancewizard-widget .bc-guidancewizard-step-result {
  border-color: #060F19;
  color: #DBEAFC;
  background-color: #060F19;
  border-radius: 5px;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + * {
  margin-top: 1.25em;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h1, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h2, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h3, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h4, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h5, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h6 {
  margin-top: 1.5em;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h1 + *, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h2 + *, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h3 + * {
  margin-top: 0.75em;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h4 + *, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h5 + *, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h6 + * {
  margin-top: 0.375em;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > .il-ul .il-li + .il-li,
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > .il-ul .il-li > .il-ul,
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > .il-ul .il-li > .il-ol, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > .il-ol .il-li + .il-li,
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > .il-ol .il-li > .il-ul,
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}

@media only screen and (max-width: 800px) {
  .liste.legacy-content-block--table table,
  .liste.legacy-content-block--table thead,
  .liste.legacy-content-block--table tbody,
  .liste.legacy-content-block--table tr,
  .liste.legacy-content-block--table th,
  .liste.legacy-content-block--table td {
    display: block;
  }
  .liste.legacy-content-block--table table {
    min-width: 0;
  }
  .liste.legacy-content-block--table thead tr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .liste.legacy-content-block--table tr.il-table__body-row {
    border-bottom: 0 !important;
  }
  .liste.legacy-content-block--table tr.il-table__body-row + tr {
    margin-top: 1rem;
  }
  .liste.legacy-content-block--table tr.il-table__body-row::after {
    clear: both;
    content: "";
    display: table;
  }
  .liste.legacy-content-block--table td {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border: none;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    font-size: 0.9rem;
    padding: 0 !important;
    width: 100%;
  }
  .liste.legacy-content-block--table td + td {
    border-top: 0 !important;
  }
  .liste.legacy-content-block--table td::before,
  .liste.legacy-content-block--table td span {
    padding: 1em;
  }
  .liste.legacy-content-block--table td::before {
    content: attr(data-column-label);
    display: inline-block;
    font-weight: 700;
    padding-right: 0.5em;
    width: calc(50% - 1em);
    background-color: #000;
    color: #fff;
  }
  .liste.legacy-content-block--table td span {
    border-left: 1px solid #ccc;
    display: block;
    float: right;
    overflow-wrap: break-word;
    padding-left: 0.5em;
    width: 50%;
    word-wrap: break-word;
  }
}
@media only screen and (min-width: 801px) {
  .liste.legacy-content-block--table table {
    display: block;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 0;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row {
    background-color: #DBEAFC;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row:nth-child(even) {
    background-color: rgba(236, 244, 253, 0.5);
  }
  .liste.legacy-content-block--table table td,
  .liste.legacy-content-block--table table th {
    vertical-align: top;
    padding: 0.75em 0.75em;
    min-width: 125px;
  }
  .liste.legacy-content-block--table table td:first-child,
  .liste.legacy-content-block--table table th:first-child {
    border-radius: 5px 0 0 5px;
  }
  .liste.legacy-content-block--table table td:last-child,
  .liste.legacy-content-block--table table th:last-child {
    border-radius: 0 5px 5px 0;
  }
  .liste.legacy-content-block--table table td {
    padding: 15px !important;
  }
  .liste.legacy-content-block--table table th {
    text-align: left;
    background-color: #173D65;
    color: #DBEAFC;
    font-weight: 600;
    width: auto !important;
    padding-bottom: 15px !important;
  }
}

.liste.legacy-content-block.legacy-content-block--table > div {
  margin-bottom: 48px;
  line-height: 1.3;
}
.liste.legacy-content-block.legacy-content-block--table > div .li-table__heading {
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .liste.legacy-content-block.legacy-content-block--table > div .li-table__heading {
    font-size: 1.625rem;
  }
}
.liste.legacy-content-block.legacy-content-block--table > div .li-table__description {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .liste.legacy-content-block.legacy-content-block--table > div .li-table__description {
    font-size: 1.125rem;
  }
}

.videodetector {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.videodetector iframe {
  min-height: initial !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.webskjema {
  --bc-c-text-primary: #060F19;
  --bc-c-action-primary: #060F19;
  --bc-c-action-primary-hover: #DBEAFC;
  --bc-c-action-primary-border: #060F19;
  --bc-c-action-primary-foreground: #DBEAFC;
  --bc-c-border-input: #060F19;
  --bc-background-color: #DBEAFC;
  --bc-input-border-width: 1px;
  --bc-c-border-input: rgba(23, 61, 101, 0.60);
  --bc-input-height: 3.625rem;
  --bc-input-font-size: 1.125rem;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .webskjema {
    font-size: 1.125rem;
  }
}
.webskjema input,
.webskjema textarea {
  border-radius: 5px;
  background: linear-gradient(192deg, rgba(219, 234, 252, 0.5) -18.18%, rgba(255, 255, 255, 0.5) 122.93%);
}
.webskjema .bc-content-input-label,
.webskjema .bc-content-textarea-label,
.webskjema .bc-singledatepicker-label,
.webskjema .bc-radiogroup-label,
.webskjema .bc-checkboxgroup-label,
.webskjema .bc-select-label {
  font-weight: 700;
  padding: 0 !important;
}
.webskjema .button-container button {
  border-radius: 5px;
  border-width: var(--bc-input-border-width);
  border-color: var(--bc-c-action-primary);
}
.webskjema .button-container button:focus {
  border-radius: 5px !important;
}
.webskjema .bc-content-checkbox .bc-content-form-checkbox-container {
  border-radius: 4px;
}
.webskjema .checkbox-link-link {
  margin-top: 1rem;
}
.webskjema .bc-select .button-container button {
  background: linear-gradient(192deg, rgba(219, 234, 252, 0.5) -18.18%, rgba(255, 255, 255, 0.5) 122.93%);
}
.webskjema .bc-content-button {
  font-size: 1.125rem;
  font-weight: 800;
  border-radius: 32px;
  padding: 0.75rem 1.5rem;
  background-color: #060F19 !important;
  border-color: #060F19 !important;
  color: #DBEAFC !important;
}
@media screen and (min-width: 900px) {
  .webskjema .bc-content-button {
    font-size: 1.25rem;
  }
}
.webskjema .bc-content-button:hover {
  color: #060F19 !important;
  background-color: #DBEAFC !important;
}

.ac-banner + .ac-banner {
  margin-top: 8rem;
}
.ac-banner.ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner > * + *, .ac-banner.ac-banner--text .ac-banner-content--outer .ac-banner-content--inner > * + * {
  margin-top: 0;
}
@supports (display: grid) {
  .ac-banner.ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner, .ac-banner.ac-banner--text .ac-banner-content--outer .ac-banner-content--inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
  .ac-banner.ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner > * + *, .ac-banner.ac-banner--text .ac-banner-content--outer .ac-banner-content--inner > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner > * + *, .ac-banner.ac-banner--text .ac-banner-content--outer .ac-banner-content--inner > * + * {
    margin-top: 0;
  }
  @supports (display: grid) {
    .ac-banner.ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner, .ac-banner.ac-banner--text .ac-banner-content--outer .ac-banner-content--inner {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0;
      row-gap: 0;
    }
    .ac-banner.ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner > * + *, .ac-banner.ac-banner--text .ac-banner-content--outer .ac-banner-content--inner > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .ac-banner.ac-banner--menu.letters .ac-banner-content--inner, .ac-banner.ac-banner--text.letters .ac-banner-content--inner {
    position: relative;
    overflow: hidden;
  }
  .ac-banner.ac-banner--menu.letters .ac-banner-content--inner::before, .ac-banner.ac-banner--text.letters .ac-banner-content--inner::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-51%) translateY(65%);
        -ms-transform: translateX(-51%) translateY(65%);
            transform: translateX(-51%) translateY(65%);
    width: 57%;
    aspect-ratio: 0.7887;
    background-image: url(../images/acos-animation-letter.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .ac-banner.ac-banner--menu.letters .ac-banner-content--inner::after, .ac-banner.ac-banner--text.letters .ac-banner-content--inner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(90deg) translateX(38%) translateY(-46%);
        -ms-transform: rotate(90deg) translateX(38%) translateY(-46%);
            transform: rotate(90deg) translateX(38%) translateY(-46%);
    width: 65%;
    aspect-ratio: 0.7887;
    background-image: url(../images/acos-animation-letter.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.ac-banner.ac-banner--menu.letters .ac-banner-content--inner .ac-banner-field--text,
.ac-banner.ac-banner--menu.letters .ac-banner-content--inner .ac-banner-field--menu, .ac-banner.ac-banner--text.letters .ac-banner-content--inner .ac-banner-field--text,
.ac-banner.ac-banner--text.letters .ac-banner-content--inner .ac-banner-field--menu {
  z-index: 2;
  padding: 2rem 3rem;
}
@media screen and (min-width: 1200px) {
  .ac-banner.ac-banner--menu.letters .ac-banner-content--inner .ac-banner-field--text,
  .ac-banner.ac-banner--menu.letters .ac-banner-content--inner .ac-banner-field--menu, .ac-banner.ac-banner--text.letters .ac-banner-content--inner .ac-banner-field--text,
  .ac-banner.ac-banner--text.letters .ac-banner-content--inner .ac-banner-field--menu {
    padding: 4rem 9rem;
  }
}
.ac-banner.ac-banner--text .ac-banner-content--inner {
  border-radius: 24px;
}
.ac-banner.ac-banner--text .ac-banner-field--text {
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text .ac-banner-field--text {
    padding: 0;
  }
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 2rem;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1rem;
  font-weight: 400;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li + .il-li,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ul,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ol, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li + .il-li,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ul,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.125rem;
  }
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt p + h2,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt p + h3 {
  margin-top: 0.375em;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h2 + *,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h3 + * {
  margin-top: 1.5em;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-ul,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-ol {
  text-align: left;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:not(.external-link):not(.link-telephone) > span,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:not(.external-link):not(.link-telephone) > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:not(.external-link):not(.link-telephone) > span::after,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:not(.external-link):not(.link-telephone) > span::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25rem;
}
.ac-banner.ac-banner--text.faq-one-column .ac-banner-content--inner {
  max-width: 790px;
  margin-inline: auto;
  padding-inline: 0;
}
.ac-banner.ac-banner--text.faq-two-column .ac-banner-content--inner {
  container-type: inline-size;
  max-width: 994px;
  margin-inline: auto;
  padding-inline: 0;
}
.ac-banner.ac-banner--text.faq-two-column .faqWrapper > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .ac-banner.ac-banner--text.faq-two-column .faqWrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1rem;
  }
  .ac-banner.ac-banner--text.faq-two-column .faqWrapper > * + * {
    margin-top: 0;
  }
}
@container (min-width: 900px) {
  .ac-banner.ac-banner--text.faq-two-column .faqWrapper > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .ac-banner.ac-banner--text.faq-two-column .faqWrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 1rem;
         -moz-column-gap: 1rem;
              column-gap: 1rem;
      row-gap: 1rem;
    }
    .ac-banner.ac-banner--text.faq-two-column .faqWrapper > * + * {
      margin-top: 0;
    }
  }
}
.ac-banner.ac-banner--menu .ac-banner-content--inner {
  border-radius: 24px;
}
.ac-banner.ac-banner--menu .ac-banner-field--menu {
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--menu .ac-banner-field--menu {
    padding: 0;
  }
}
.ac-banner.ac-banner--menu .ac-banner-field--menu .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 2rem;
}
.ac-banner.ac-banner--menu .ac-banner-field--menu .ac-banner-field-body .ac-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ac-banner.ac-banner--menu .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.ac-banner.ac-banner--menu.image-list--small {
  container-type: inline-size;
}
.ac-banner.ac-banner--menu.image-list--small .ac-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@container (min-width: 600px) {
  .ac-banner.ac-banner--menu.image-list--small .ac-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item:not(.view-all) {
  margin-bottom: 1.5rem;
  margin-right: 0;
}
@container (min-width: 600px) {
  .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item:not(.view-all) {
    margin-right: 3rem;
  }
}
.ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item:not(.view-all) > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item:not(.view-all) .ac-menu-item-image {
  height: 48px;
}
.ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item:not(.view-all) .ac-menu-item-link {
  display: none !important;
}
.ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item:not(.view-all).small .ac-menu-item-image {
  height: 19px;
}
.ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 2rem;
}
.ac-banner.ac-banner--menu.image-list--big {
  container-type: inline-size;
  max-width: 994px;
  margin-inline: auto;
}
.ac-banner.ac-banner--menu.image-list--big .ac-banner-field--menu {
  padding: 0;
}
.ac-banner.ac-banner--menu.image-list--big .ac-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ac-banner.ac-banner--menu.image-list--big .ac-menu > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .ac-banner.ac-banner--menu.image-list--big .ac-menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.5rem;
  }
  .ac-banner.ac-banner--menu.image-list--big .ac-menu > * + * {
    margin-top: 0;
  }
}
@container (min-width: 900px) {
  .ac-banner.ac-banner--menu.image-list--big .ac-menu > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .ac-banner.ac-banner--menu.image-list--big .ac-menu {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .ac-banner.ac-banner--menu.image-list--big .ac-menu > * + * {
      margin-top: 0;
    }
  }
}
.ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item {
  padding: 3rem;
  border-radius: 24px;
  background: linear-gradient(192deg, rgba(219, 234, 252, 0.5) -18.18%, rgba(255, 255, 255, 0.5) 122.93%);
}
.ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item-link {
  display: none !important;
}
.ac-banner.ac-banner--menu:not(.image-list--small) .ac-banner-field-body .ac-menu-item-link, .ac-banner.ac-banner--menu:not(.image-list--big) .ac-banner-field-body .ac-menu-item-link {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #173D65;
  border: 2px solid #173D65;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-dark2-gradient1)), to(var(--custom-button-fill-dark2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-dark2-gradient1) 0%, var(--custom-button-fill-dark2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-dark2-gradient1 0.25s, --custom-button-fill-dark2-gradient2 0.25s;
  font-size: 1.25rem;
}
@media screen and (min-width: 600px) {
  .ac-banner.ac-banner--menu:not(.image-list--small) .ac-banner-field-body .ac-menu-item-link, .ac-banner.ac-banner--menu:not(.image-list--big) .ac-banner-field-body .ac-menu-item-link {
    padding: 0.25em 1.125em;
  }
}
.ac-banner.ac-banner--menu:not(.image-list--small) .ac-banner-field-body .ac-menu-item-link:hover, .ac-banner.ac-banner--menu:not(.image-list--big) .ac-banner-field-body .ac-menu-item-link:hover {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #060F19;
  border-color: #173D65;
  color: #DBEAFC;
}
.ac-banner.ac-banner--menu:not(.image-list--small) .ac-banner-field-body .ac-menu-item-link.external[href^=http]:after, .ac-banner.ac-banner--menu:not(.image-list--big) .ac-banner-field-body .ac-menu-item-link.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.ac-banner--menu:not(.image-list--small) .ac-banner-field-body .ac-menu-item-link.filetype-pdf::after, .ac-banner.ac-banner--menu:not(.image-list--big) .ac-banner-field-body .ac-menu-item-link.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.ac-banner--menu:not(.image-list--small) .ac-banner-field-body .ac-menu-item-link.link-telephone[href^=tel]::after, .ac-banner.ac-banner--menu:not(.image-list--big) .ac-banner-field-body .ac-menu-item-link.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.ac-banner.ac-banner--text-menu {
  container-type: inline-size;
}
.ac-banner.ac-banner--text-menu .ac-banner-content--inner {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  max-width: 994px;
  border-radius: 24px;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) {
  text-align: center;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 2rem;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1rem;
  font-weight: 400;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li + .il-li,
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ul,
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ol, .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li + .il-li,
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ul,
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.125rem;
  }
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt p + h2,
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt p + h3 {
  margin-top: 0.375em;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt h2 + *,
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt h3 + * {
  margin-top: 1.5em;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt .il-ul,
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt .il-ol {
  text-align: left;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:not(.external-link):not(.link-telephone) > span,
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:not(.external-link):not(.link-telephone) > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:not(.external-link):not(.link-telephone) > span::after,
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:not(.external-link):not(.link-telephone) > span::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25rem;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--text:not(:empty) + .ac-banner-field--menu {
  margin-top: 2rem;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@container (min-width: 900px) {
  .ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item {
  background: linear-gradient(192deg, rgba(219, 234, 252, 0.5) -18.18%, rgba(255, 255, 255, 0.5) 122.93%);
  border-radius: 32px;
  margin-bottom: 2rem;
  padding: 2.5rem 1.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  position: relative;
}
@container (min-width: 900px) {
  .ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item {
    padding: 3rem;
  }
  .ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item:nth-child(4n+1), .ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item:nth-child(4n+4) {
    width: calc(40% - 1rem);
  }
  .ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item:nth-child(4n+2), .ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item:nth-child(4n+3) {
    width: calc(60% - 1rem);
  }
}
.ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item > a:not(.ac-menu-item-link) {
  width: 32px;
  height: 32px;
  background-color: #173D65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
}
@container (min-width: 900px) {
  .ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item > a:not(.ac-menu-item-link) {
    width: 48px;
    height: 48px;
  }
}
.ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item > a:not(.ac-menu-item-link) .ac-menu-item-image {
  width: 24px;
}
@container (min-width: 900px) {
  .ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item > a:not(.ac-menu-item-link) .ac-menu-item-image {
    width: 32px;
  }
}
.ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item > a:not(.ac-menu-item-link) + .ac-menu-item-link {
  margin-top: 0.5rem;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item .ac-menu-item-link {
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
}
@container (min-width: 900px) {
  .ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item .ac-menu-item-link {
    font-size: 2rem;
  }
}
.ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item .ac-menu-item-description {
  font-size: 1.125rem;
  line-height: 1.4;
}
.ac-banner.ac-banner--text-menu .ac-banner-field--menu .ac-menu .ac-menu-item.active {
  background: linear-gradient(192deg, rgba(219, 234, 252, 0.8) -18.18%, rgba(255, 255, 255, 0.8) 122.93%);
}
.ac-banner.ac-banner--text-image {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image {
    text-align: left;
  }
}
.ac-banner.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  max-width: 994px;
}
.ac-banner.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner > * + * {
  margin-top: 2rem;
}
@supports (display: grid) {
  .ac-banner.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 2rem;
  }
  .ac-banner.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner > * + * {
    margin-top: 0;
  }
  @supports (display: grid) {
    .ac-banner.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0;
      row-gap: 0;
    }
    .ac-banner.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner > * + * {
      margin-top: 0;
    }
  }
}
.ac-banner.ac-banner--text-image .ac-banner-field--image {
  background: linear-gradient(168deg, #e9ded5 -57.95%, rgba(233, 222, 213, 0) 101.89%);
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 64px 0px rgba(23, 61, 101, 0.3);
          box-shadow: 0px 0px 64px 0px rgba(23, 61, 101, 0.3);
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image .ac-banner-field--image {
    border-radius: 16px;
    aspect-ratio: 0.92;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ac-banner.ac-banner--text-image .ac-banner-field--image img {
  border-radius: 24px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image .ac-banner-field--image img {
    border-radius: 16px;
    aspect-ratio: 0.92;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ac-banner.ac-banner--text-image .ac-banner-field--text {
  -ms-flex-item-align: center;
      align-self: center;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 0.5rem;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-footer {
  margin-top: 2rem;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1rem;
  font-weight: 400;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li + .il-li,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ul,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ol, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li + .il-li,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ul,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.125rem;
  }
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt p + h2,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt p + h3 {
  margin-top: 0.375em;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h2 + *,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h3 + * {
  margin-top: 1.5em;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-ul,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-ol {
  text-align: left;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:not(.external-link):not(.link-telephone) > span,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:not(.external-link):not(.link-telephone) > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:not(.external-link):not(.link-telephone) > span::after,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:not(.external-link):not(.link-telephone) > span::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25rem;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image.ac-banner--field-order-1:not(.product):not(.splash-image) .ac-banner-field--image {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image.ac-banner--field-order-2:not(.product):not(.splash-image) .ac-banner-field--image {
    margin-right: 4rem;
  }
}
.ac-banner.ac-banner--text-image.product .ac-banner-content--outer .ac-banner-content--inner {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.ac-banner.ac-banner--text-image.product .ac-banner-content--outer .ac-banner-content--inner > * + * {
  margin-top: 0;
}
@supports (display: grid) {
  .ac-banner.ac-banner--text-image.product .ac-banner-content--outer .ac-banner-content--inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
  .ac-banner.ac-banner--text-image.product .ac-banner-content--outer .ac-banner-content--inner > * + * {
    margin-top: 0;
  }
}
.ac-banner.ac-banner--text-image.product .ac-banner-content--outer .ac-banner-field--image {
  border-radius: 24px 24px 0 0;
  aspect-ratio: 1.73;
  z-index: 10;
  background: transparent;
}
.ac-banner.ac-banner--text-image.product .ac-banner-content--outer .ac-banner-field--image .ac-image {
  border-radius: 24px;
  aspect-ratio: 1.73;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ac-banner.ac-banner--text-image.product .ac-banner-content--outer .ac-banner-field--text:not(:empty) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 222, 213, 0.4)), to(rgba(219, 234, 252, 0.2)));
  background: linear-gradient(180deg, rgba(233, 222, 213, 0.4) 0%, rgba(219, 234, 252, 0.2) 100%);
  padding: 2rem;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image.product .ac-banner-content--outer .ac-banner-field--text:not(:empty) {
    padding: 3rem;
  }
}
.ac-banner.ac-banner--text-image.product .ac-banner-content--outer .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image.product .ac-banner-content--outer .ac-banner-field--text:not(:empty) .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.25rem;
  }
}
.ac-banner.ac-banner--text-image.product.ac-banner--field-order-1 .ac-banner-field--text:not(:empty) {
  border-radius: 24px 24px 0 0;
  margin-bottom: -1.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image.product.ac-banner--field-order-1 .ac-banner-field--text:not(:empty) {
    padding-bottom: 4.5rem;
  }
}
.ac-banner.ac-banner--text-image.product.ac-banner--field-order-2 .ac-banner-field--text:not(:empty) {
  border-radius: 0 0 24px 24px;
  margin-top: -1.5rem;
  padding-top: 3.5rem;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image.product.ac-banner--field-order-2 .ac-banner-field--text:not(:empty) {
    padding-top: 4.5rem;
  }
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-content--outer {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(32.26%, #173D65), color-stop(100.03%, #10263F));
  background: linear-gradient(0deg, #173D65 32.26%, #10263F 100.03%);
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-content--outer .ac-banner-content--inner {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  max-width: 994px;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-content--outer .ac-banner-content--inner > * + * {
  margin-top: 0;
}
@supports (display: grid) {
  .ac-banner.ac-banner--text-image.splash-image .ac-banner-content--outer .ac-banner-content--inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
  .ac-banner.ac-banner--text-image.splash-image .ac-banner-content--outer .ac-banner-content--inner > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--image {
    border-radius: 16px;
    aspect-ratio: 1.7;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--image img {
  border-radius: 24px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--image img {
    border-radius: 16px;
    aspect-ratio: 1.7;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text {
  -ms-flex-item-align: center;
      align-self: center;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 0.5rem;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li + .il-li,
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ul,
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ol, .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li + .il-li,
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ul,
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.125rem;
  }
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt p + h2,
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt p + h3 {
  margin-top: 0.375em;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h2 + *,
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h3 + * {
  margin-top: 1.5em;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-ul,
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-ol {
  text-align: left;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:not(.external-link):not(.link-telephone) > span,
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:not(.external-link):not(.link-telephone) > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:not(.external-link):not(.link-telephone) > span::after,
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:not(.external-link):not(.link-telephone) > span::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25rem;
}
.ac-banner.ac-banner--text-image.splash-image .ac-banner-field + .ac-banner-field {
  margin-top: 2rem;
}
.ac-banner.ac-banner--text-video .ac-banner-content--outer .ac-banner-content--inner > * + *, .ac-banner:has(.ac-banner-field--video) .ac-banner-content--outer .ac-banner-content--inner > * + * {
  margin-top: 0;
}
@supports (display: grid) {
  .ac-banner.ac-banner--text-video .ac-banner-content--outer .ac-banner-content--inner, .ac-banner:has(.ac-banner-field--video) .ac-banner-content--outer .ac-banner-content--inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
  .ac-banner.ac-banner--text-video .ac-banner-content--outer .ac-banner-content--inner > * + *, .ac-banner:has(.ac-banner-field--video) .ac-banner-content--outer .ac-banner-content--inner > * + * {
    margin-top: 0;
  }
}
.ac-banner.ac-banner--text-video .ac-banner-field--video, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--video {
  border-radius: 32px;
  overflow: hidden;
  line-height: 0;
}
.ac-banner.ac-banner--text-video .ac-banner-field--text, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text {
  -ms-flex-item-align: center;
      align-self: center;
}
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 0.5rem;
}
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + *, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + *, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + *, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li + .il-li,
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ul,
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ol, .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li + .il-li,
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ul,
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ol, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li + .il-li,
.ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ul,
.ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ol, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li + .il-li,
.ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ul,
.ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.125rem;
  }
}
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt p + h2,
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt p + h3, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt p + h2,
.ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt p + h3 {
  margin-top: 0.375em;
}
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h2 + *,
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h3 + *, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h2 + *,
.ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h3 + * {
  margin-top: 1.5em;
}
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-ul,
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-ol, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-ul,
.ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-ol {
  text-align: left;
}
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:not(.external-link):not(.link-telephone) > span,
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:not(.external-link):not(.link-telephone) > span, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:not(.external-link):not(.link-telephone) > span,
.ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:not(.external-link):not(.link-telephone) > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:not(.external-link):not(.link-telephone) > span::after,
.ac-banner.ac-banner--text-video .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:not(.external-link):not(.link-telephone) > span::after, .ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:not(.external-link):not(.link-telephone) > span::after,
.ac-banner:has(.ac-banner-field--video) .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:not(.external-link):not(.link-telephone) > span::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25rem;
}
.ac-banner.ac-banner--text-video .ac-banner-field + .ac-banner-field:not(empty), .ac-banner:has(.ac-banner-field--video) .ac-banner-field + .ac-banner-field:not(empty) {
  margin-top: 2rem;
}
.ac-banner.fullwidth .ac-banner-content--outer .ac-banner-content--inner {
  max-width: 1280px;
}

.ac-banner {
  --c-banner-widget-background: transparent;
  --c-banner-widget-text--heading: #173D65;
  --c-banner-widget-text--body: #060F19;
  --c-banner-widget-link: #060F19;
  --c-banner-widget-link--hover: #DBEAFC;
  --c-banner-widget-link-background: transparent;
  --c-banner-widget-link-background--hover: #060F19;
  --c-banner-widget-button-text: #DBEAFC;
  --c-banner-widget-button-text--hover: #DBEAFC;
  --c-banner-widget-button-background: linear-gradient(90deg, var(--custom-button-fill-dark2-gradient1) 0%, var(--custom-button-fill-dark2-gradient2) 100%);
  --c-banner-widget-button-border: #173D65;
  --c-banner-widget-button-border--hover: #173D65;
}
.ac-banner .ac-banner-content--outer .ac-banner-content--inner {
  background: var(--c-banner-widget-background);
}
.ac-banner.fullwidth .ac-banner-content--outer {
  background: var(--c-banner-widget-background);
}
.ac-banner.fullwidth .ac-banner-content--outer .ac-banner-content--inner {
  background: initial;
}
.ac-banner .ac-banner-field--text .ac-banner-field-header,
.ac-banner .ac-banner-field--menu .ac-banner-field-header {
  color: var(--c-banner-widget-text--heading);
}
.ac-banner .ac-banner-field--text .ac-banner-field-body,
.ac-banner .ac-banner-field--menu .ac-banner-field-body {
  color: var(--c-banner-widget-text--body);
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h2,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h3,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h4,
.ac-banner .ac-banner-field--menu .ac-banner-field-body .ac-banner-field-excerpt h2,
.ac-banner .ac-banner-field--menu .ac-banner-field-body .ac-banner-field-excerpt h3,
.ac-banner .ac-banner-field--menu .ac-banner-field-body .ac-banner-field-excerpt h4 {
  color: var(--c-banner-widget-text--heading);
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.ac-banner .ac-banner-field--menu .ac-banner-field-body .ac-banner-field-excerpt a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: var(--c-banner-widget-link);
  background: var(--c-banner-widget-link-background);
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.ac-banner .ac-banner-field--menu .ac-banner-field-body .ac-banner-field-excerpt a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-banner-widget-link--hover);
  background: var(--c-banner-widget-link-background--hover);
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button,
.ac-banner .ac-banner-field--menu .ac-banner-field-footer .ac-content-link--button {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #173D65;
  border: 2px solid #173D65;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-dark2-gradient1)), to(var(--custom-button-fill-dark2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-dark2-gradient1) 0%, var(--custom-button-fill-dark2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-dark2-gradient1 0.25s, --custom-button-fill-dark2-gradient2 0.25s;
}
@media screen and (min-width: 600px) {
  .ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button,
  .ac-banner .ac-banner-field--menu .ac-banner-field-footer .ac-content-link--button {
    padding: 0.25em 1.125em;
  }
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover,
.ac-banner .ac-banner-field--menu .ac-banner-field-footer .ac-content-link--button:hover {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #060F19;
  border-color: #173D65;
  color: #DBEAFC;
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button.external[href^=http]:after,
.ac-banner .ac-banner-field--menu .ac-banner-field-footer .ac-content-link--button.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button.filetype-pdf::after,
.ac-banner .ac-banner-field--menu .ac-banner-field-footer .ac-content-link--button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button.link-telephone[href^=tel]::after,
.ac-banner .ac-banner-field--menu .ac-banner-field-footer .ac-content-link--button.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.ac-banner.blue {
  --c-banner-widget-background: linear-gradient(
      180deg,
      rgba(23, 61, 101, 0) 0%,
      rgba(220, 204, 184, 0.45) 100%,
      #dcccb8 100%
  );
  --c-banner-widget-text--heading: #173D65;
  --c-banner-widget-text--body: #060F19;
  --c-banner-widget-link: #060F19;
  --c-banner-widget-link--hover: #DBEAFC;
  --c-banner-widget-link-background: transparent;
  --c-banner-widget-link-background--hover: #060F19;
}
.ac-banner.blue a[href].link-render-as-button.link-render-as-button,
.ac-banner.blue .il-custom-button {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #173D65;
  border: 2px solid #173D65;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-dark2-gradient1)), to(var(--custom-button-fill-dark2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-dark2-gradient1) 0%, var(--custom-button-fill-dark2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-dark2-gradient1 0.25s, --custom-button-fill-dark2-gradient2 0.25s;
}
@media screen and (min-width: 600px) {
  .ac-banner.blue a[href].link-render-as-button.link-render-as-button,
  .ac-banner.blue .il-custom-button {
    padding: 0.25em 1.125em;
  }
}
.ac-banner.blue a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner.blue .il-custom-button:hover {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #060F19;
  border-color: #173D65;
  color: #DBEAFC;
}
.ac-banner.blue a[href].link-render-as-button.link-render-as-button.external[href^=http]:after,
.ac-banner.blue .il-custom-button.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.blue a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner.blue .il-custom-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.blue a[href].link-render-as-button.link-render-as-button.link-telephone[href^=tel]::after,
.ac-banner.blue .il-custom-button.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.ac-banner.orange {
  --c-banner-widget-background: #EE9670;
  --c-banner-widget-text--heading: #060F19;
  --c-banner-widget-text--body: #060F19;
  --c-banner-widget-link: #060F19;
  --c-banner-widget-link--hover: #DBEAFC;
  --c-banner-widget-link-background: transparent;
  --c-banner-widget-link-background--hover: #060F19;
}
.ac-banner.orange .ac-banner-field--text,
.ac-banner.orange .ac-banner-field--menu {
  z-index: 2;
  padding: 2rem 3rem;
}
@media screen and (min-width: 1200px) {
  .ac-banner.orange .ac-banner-field--text,
  .ac-banner.orange .ac-banner-field--menu {
    padding: 3rem 4rem;
  }
}
.ac-banner.orange a[href].link-render-as-button.link-render-as-button,
.ac-banner.orange .il-custom-button {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #173D65;
  border: 2px solid #173D65;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-dark2-gradient1)), to(var(--custom-button-fill-dark2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-dark2-gradient1) 0%, var(--custom-button-fill-dark2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-dark2-gradient1 0.25s, --custom-button-fill-dark2-gradient2 0.25s;
}
@media screen and (min-width: 600px) {
  .ac-banner.orange a[href].link-render-as-button.link-render-as-button,
  .ac-banner.orange .il-custom-button {
    padding: 0.25em 1.125em;
  }
}
.ac-banner.orange a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner.orange .il-custom-button:hover {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #060F19;
  border-color: #173D65;
  color: #DBEAFC;
}
.ac-banner.orange a[href].link-render-as-button.link-render-as-button.external[href^=http]:after,
.ac-banner.orange .il-custom-button.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.orange a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner.orange .il-custom-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.orange a[href].link-render-as-button.link-render-as-button.link-telephone[href^=tel]::after,
.ac-banner.orange .il-custom-button.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.ac-banner.beige {
  --c-banner-widget-background: #E9DED5;
  --c-banner-widget-text--heading: #173D65;
  --c-banner-widget-text--body: #060F19;
  --c-banner-widget-link: #060F19;
  --c-banner-widget-link--hover: #DBEAFC;
  --c-banner-widget-link-background: transparent;
  --c-banner-widget-link-background--hover: #060F19;
}
.ac-banner.beige a[href].link-render-as-button.link-render-as-button,
.ac-banner.beige .il-custom-button {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #173D65;
  border: 2px solid #173D65;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-dark2-gradient1)), to(var(--custom-button-fill-dark2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-dark2-gradient1) 0%, var(--custom-button-fill-dark2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-dark2-gradient1 0.25s, --custom-button-fill-dark2-gradient2 0.25s;
}
@media screen and (min-width: 600px) {
  .ac-banner.beige a[href].link-render-as-button.link-render-as-button,
  .ac-banner.beige .il-custom-button {
    padding: 0.25em 1.125em;
  }
}
.ac-banner.beige a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner.beige .il-custom-button:hover {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #060F19;
  border-color: #173D65;
  color: #DBEAFC;
}
.ac-banner.beige a[href].link-render-as-button.link-render-as-button.external[href^=http]:after,
.ac-banner.beige .il-custom-button.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.beige a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner.beige .il-custom-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.beige a[href].link-render-as-button.link-render-as-button.link-telephone[href^=tel]::after,
.ac-banner.beige .il-custom-button.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.ac-banner.light-blue {
  --c-banner-widget-background: linear-gradient(136deg, #DBEAFC 0%, #E9DED5 100%);
  --c-banner-widget-text--heading: #060F19;
  --c-banner-widget-text--body: #060F19;
  --c-banner-widget-link: #060F19;
  --c-banner-widget-link--hover: #DBEAFC;
  --c-banner-widget-link-background: transparent;
  --c-banner-widget-link-background--hover: #060F19;
}
.ac-banner.light-blue a[href].link-render-as-button.link-render-as-button,
.ac-banner.light-blue .il-custom-button {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #173D65;
  border: 2px solid #173D65;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-dark2-gradient1)), to(var(--custom-button-fill-dark2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-dark2-gradient1) 0%, var(--custom-button-fill-dark2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-dark2-gradient1 0.25s, --custom-button-fill-dark2-gradient2 0.25s;
}
@media screen and (min-width: 600px) {
  .ac-banner.light-blue a[href].link-render-as-button.link-render-as-button,
  .ac-banner.light-blue .il-custom-button {
    padding: 0.25em 1.125em;
  }
}
.ac-banner.light-blue a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner.light-blue .il-custom-button:hover {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #060F19;
  border-color: #173D65;
  color: #DBEAFC;
}
.ac-banner.light-blue a[href].link-render-as-button.link-render-as-button.external[href^=http]:after,
.ac-banner.light-blue .il-custom-button.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.light-blue a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner.light-blue .il-custom-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.light-blue a[href].link-render-as-button.link-render-as-button.link-telephone[href^=tel]::after,
.ac-banner.light-blue .il-custom-button.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.ac-banner.white {
  --c-banner-widget-background: #fff;
  --c-banner-widget-text--heading: #060F19;
  --c-banner-widget-text--body: #060F19;
  --c-banner-widget-link: #060F19;
  --c-banner-widget-link--hover: #DBEAFC;
  --c-banner-widget-link-background: transparent;
  --c-banner-widget-link-background--hover: #060F19;
}
.ac-banner.white a[href].link-render-as-button.link-render-as-button,
.ac-banner.white .il-custom-button {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #173D65;
  border: 2px solid #173D65;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-dark2-gradient1)), to(var(--custom-button-fill-dark2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-dark2-gradient1) 0%, var(--custom-button-fill-dark2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-dark2-gradient1 0.25s, --custom-button-fill-dark2-gradient2 0.25s;
}
@media screen and (min-width: 600px) {
  .ac-banner.white a[href].link-render-as-button.link-render-as-button,
  .ac-banner.white .il-custom-button {
    padding: 0.25em 1.125em;
  }
}
.ac-banner.white a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner.white .il-custom-button:hover {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #060F19;
  border-color: #173D65;
  color: #DBEAFC;
}
.ac-banner.white a[href].link-render-as-button.link-render-as-button.external[href^=http]:after,
.ac-banner.white .il-custom-button.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.white a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner.white .il-custom-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.white a[href].link-render-as-button.link-render-as-button.link-telephone[href^=tel]::after,
.ac-banner.white .il-custom-button.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.ac-banner.product, .ac-banner.ac-banner--text-video, .ac-banner:has(.ac-banner-field--video), .ac-banner.splash-image {
  --c-banner-widget-text--body: #fff;
  --c-banner-widget-text--heading: #fff;
}
.ac-banner.product a[href].link-render-as-button.link-render-as-button,
.ac-banner.product .il-custom-button, .ac-banner.ac-banner--text-video a[href].link-render-as-button.link-render-as-button,
.ac-banner.ac-banner--text-video .il-custom-button, .ac-banner:has(.ac-banner-field--video) a[href].link-render-as-button.link-render-as-button,
.ac-banner:has(.ac-banner-field--video) .il-custom-button, .ac-banner.splash-image a[href].link-render-as-button.link-render-as-button,
.ac-banner.splash-image .il-custom-button {
  --custom-button-fill-light2-gradient1: #DBEAFC;
  --custom-button-fill-light2-gradient2: #DBEAFC;
  border: 2px solid #DBEAFC;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #060F19;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-light2-gradient1)), to(var(--custom-button-fill-light2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-light2-gradient1) 0%, var(--custom-button-fill-light2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-light2-gradient1 0.25s, --custom-button-fill-light2-gradient2 0.25s;
}
@media screen and (min-width: 600px) {
  .ac-banner.product a[href].link-render-as-button.link-render-as-button,
  .ac-banner.product .il-custom-button, .ac-banner.ac-banner--text-video a[href].link-render-as-button.link-render-as-button,
  .ac-banner.ac-banner--text-video .il-custom-button, .ac-banner:has(.ac-banner-field--video) a[href].link-render-as-button.link-render-as-button,
  .ac-banner:has(.ac-banner-field--video) .il-custom-button, .ac-banner.splash-image a[href].link-render-as-button.link-render-as-button,
  .ac-banner.splash-image .il-custom-button {
    padding: 0.25em 1.125em;
  }
}
.ac-banner.product a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner.product .il-custom-button:hover, .ac-banner.ac-banner--text-video a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner.ac-banner--text-video .il-custom-button:hover, .ac-banner:has(.ac-banner-field--video) a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner:has(.ac-banner-field--video) .il-custom-button:hover, .ac-banner.splash-image a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner.splash-image .il-custom-button:hover {
  --custom-button-fill-light2-gradient1: #DBEAFC;
  --custom-button-fill-light2-gradient2: #E9DED5;
  border-color: #DBEAFC;
  color: #060F19;
}
.ac-banner.product a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner.product .il-custom-button.external[href^=http]::after, .ac-banner.ac-banner--text-video a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner.ac-banner--text-video .il-custom-button.external[href^=http]::after, .ac-banner:has(.ac-banner-field--video) a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner:has(.ac-banner-field--video) .il-custom-button.external[href^=http]::after, .ac-banner.splash-image a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner.splash-image .il-custom-button.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.product a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner.product .il-custom-button.filetype-pdf::after, .ac-banner.ac-banner--text-video a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner.ac-banner--text-video .il-custom-button.filetype-pdf::after, .ac-banner:has(.ac-banner-field--video) a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner:has(.ac-banner-field--video) .il-custom-button.filetype-pdf::after, .ac-banner.splash-image a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner.splash-image .il-custom-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner.product a[href].link-render-as-button.link-render-as-button.link-telephone[href^=tel]::after,
.ac-banner.product .il-custom-button.link-telephone[href^=tel]::after, .ac-banner.ac-banner--text-video a[href].link-render-as-button.link-render-as-button.link-telephone[href^=tel]::after,
.ac-banner.ac-banner--text-video .il-custom-button.link-telephone[href^=tel]::after, .ac-banner:has(.ac-banner-field--video) a[href].link-render-as-button.link-render-as-button.link-telephone[href^=tel]::after,
.ac-banner:has(.ac-banner-field--video) .il-custom-button.link-telephone[href^=tel]::after, .ac-banner.splash-image a[href].link-render-as-button.link-render-as-button.link-telephone[href^=tel]::after,
.ac-banner.splash-image .il-custom-button.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-banner-field-title, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-banner-field-title, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-banner-field-title, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-banner-field-title {
  color: #DBEAFC;
}
.top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item .ac-menu-item-link, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item .ac-menu-item-link, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item .ac-menu-item-link, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item .ac-menu-item-link {
  --custom-button-fill-light2-gradient1: #DBEAFC;
  --custom-button-fill-light2-gradient2: #DBEAFC;
  border: 2px solid #DBEAFC;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #060F19;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-light2-gradient1)), to(var(--custom-button-fill-light2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-light2-gradient1) 0%, var(--custom-button-fill-light2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-light2-gradient1 0.25s, --custom-button-fill-light2-gradient2 0.25s;
}
@media screen and (min-width: 600px) {
  .top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item .ac-menu-item-link, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item .ac-menu-item-link, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item .ac-menu-item-link, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item .ac-menu-item-link {
    padding: 0.25em 1.125em;
  }
}
.top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item .ac-menu-item-link:hover, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item .ac-menu-item-link:hover, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item .ac-menu-item-link:hover, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item .ac-menu-item-link:hover {
  --custom-button-fill-light2-gradient1: #DBEAFC;
  --custom-button-fill-light2-gradient2: #E9DED5;
  border-color: #DBEAFC;
  color: #060F19;
}
.top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item .ac-menu-item-link.external[href^=http]::after, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item .ac-menu-item-link.external[href^=http]::after, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item .ac-menu-item-link.external[href^=http]::after, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item .ac-menu-item-link.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item .ac-menu-item-link.filetype-pdf::after, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item .ac-menu-item-link.filetype-pdf::after, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item .ac-menu-item-link.filetype-pdf::after, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item .ac-menu-item-link.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item .ac-menu-item-link.link-telephone[href^=tel]::after, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item .ac-menu-item-link.link-telephone[href^=tel]::after, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item .ac-menu-item-link.link-telephone[href^=tel]::after, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item .ac-menu-item-link.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all .ac-menu-item-link, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item.view-all .ac-menu-item-link, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all .ac-menu-item-link, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item.view-all .ac-menu-item-link {
  --custom-button-line-light-gradient1: transparent;
  --custom-button-line-light-gradient2: transparent;
  border: 2px solid #DBEAFC;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-line-light-gradient1)), to(var(--custom-button-line-light-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-line-light-gradient1) 0%, var(--custom-button-line-light-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-line-light-gradient1 0.25s, --custom-button-line-light-gradient2 0.25s;
}
@media screen and (min-width: 600px) {
  .top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all .ac-menu-item-link, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item.view-all .ac-menu-item-link, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all .ac-menu-item-link, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item.view-all .ac-menu-item-link {
    padding: 0.25em 1.125em;
  }
}
.top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all .ac-menu-item-link:hover, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item.view-all .ac-menu-item-link:hover, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all .ac-menu-item-link:hover, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item.view-all .ac-menu-item-link:hover {
  --custom-button-line-light-gradient1: rgba(219, 234, 252, 0.05);
  --custom-button-line-light-gradient2: rgba(220, 204, 184, 0.35);
  border-color: #DBEAFC;
  color: #DBEAFC;
}
.top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all .ac-menu-item-link.external[href^=http]::after, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item.view-all .ac-menu-item-link.external[href^=http]::after, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all .ac-menu-item-link.external[href^=http]::after, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item.view-all .ac-menu-item-link.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all .ac-menu-item-link.filetype-pdf::after, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item.view-all .ac-menu-item-link.filetype-pdf::after, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all .ac-menu-item-link.filetype-pdf::after, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item.view-all .ac-menu-item-link.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.top-section-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all .ac-menu-item-link.link-telephone[href^=tel]::after, .top-section-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item.view-all .ac-menu-item-link.link-telephone[href^=tel]::after, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--small .ac-menu .ac-menu-item.view-all .ac-menu-item-link.link-telephone[href^=tel]::after, .global-footer-extension-container .ac-banner.ac-banner--menu.image-list--big .ac-menu .ac-menu-item.view-all .ac-menu-item-link.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}

body .artikkel p {
  margin-bottom: 0;
}

.artikkel header {
  display: none;
}
.artikkel .ingress {
  display: none;
}
.artikkel .tekst {
  font-size: 1.125rem;
  font-weight: 400;
}
.artikkel .tekst > * + * {
  margin-top: 1.25em;
}
.artikkel .tekst > * + h1, .artikkel .tekst > * + h2, .artikkel .tekst > * + h3, .artikkel .tekst > * + h4, .artikkel .tekst > * + h5, .artikkel .tekst > * + h6 {
  margin-top: 1.5em;
}
.artikkel .tekst > h1 + *, .artikkel .tekst > h2 + *, .artikkel .tekst > h3 + * {
  margin-top: 0.75em;
}
.artikkel .tekst > h4 + *, .artikkel .tekst > h5 + *, .artikkel .tekst > h6 + * {
  margin-top: 0.375em;
}
.artikkel .tekst > .il-ul .il-li + .il-li,
.artikkel .tekst > .il-ul .il-li > .il-ul,
.artikkel .tekst > .il-ul .il-li > .il-ol, .artikkel .tekst > .il-ol .il-li + .il-li,
.artikkel .tekst > .il-ol .il-li > .il-ul,
.artikkel .tekst > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
.artikkel .ac-banner .ac-banner-content--outer .ac-banner-content--inner {
  width: 100%;
}

.ArtikkelKategoriOverskrift {
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.75rem;
}
@media screen and (min-width: 900px) {
  .ArtikkelKategoriOverskrift {
    line-height: 1.125;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .ArtikkelKategoriOverskrift {
    font-size: 2.25rem;
  }
}
.ArtikkelKategoriOverskrift + * {
  margin-top: 2rem;
}

body .artikkeloversikt .artikkeloversiktrad {
  border-top: 3px solid #ccc;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body .artikkeloversikt .artikkeloversiktrad:last-child {
  border-bottom: 3px solid #ccc;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .tittel a.InnholdOverskrift {
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.375;
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .InnholdTekst {
  margin-top: 0.75em;
  font-size: 1rem;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .bilde_hoyre {
  display: none;
}

body .artikkel .InnholdForfatter {
  padding-top: 0;
}

.ingress .byline__container {
  margin-top: 2rem;
}

.tekst + .byline__container {
  margin-top: 3.5rem;
}

.byline__container {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.byline {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .byline {
    font-size: 1rem;
  }
}
.byline .byline__published > * {
  display: inline-block;
  margin-right: 0.5rem;
}

.wp-area-message-local .emnekart-area-message .area-message-list-item {
  padding: 2rem 4rem;
  border-radius: 32px;
  max-width: 790px;
  margin-inline: auto;
}
.wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__title {
  text-align: center;
}
.wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__title + .area-message__content {
  margin-top: 0.5rem;
}
.wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content {
  font-size: 1rem;
  text-align: center;
}
.wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > * + * {
  margin-top: 1.25em;
}
.wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > * + h1, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > * + h2, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > * + h3, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > * + h4, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > * + h5, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > * + h6 {
  margin-top: 1.5em;
}
.wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > h1 + *, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > h2 + *, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > h3 + * {
  margin-top: 0.75em;
}
.wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > h4 + *, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > h5 + *, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > h6 + * {
  margin-top: 0.375em;
}
.wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > .il-ul .il-li + .il-li,
.wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > .il-ul .il-li > .il-ul,
.wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > .il-ul .il-li > .il-ol, .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > .il-ol .il-li + .il-li,
.wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > .il-ol .il-li > .il-ul,
.wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .emnekart-area-message .area-message-list-item .area-message__text .area-message__content {
    font-size: 1.125rem;
  }
}
.wp-area-message-local .emnekart-area-message .area-message-list-item.area-message--regular {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 222, 213, 0.4)), to(rgba(219, 234, 252, 0.2)));
  background: linear-gradient(180deg, rgba(233, 222, 213, 0.4) 0%, rgba(219, 234, 252, 0.2) 100%);
  color: #fff;
}

.wp-custom-box-footer .webPartTittel {
  font-size: 1.5rem;
  font-weight: 600;
}
.wp-custom-box-footer .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-custom-box-footer .webPartInnhold > * + * {
  margin-top: 1.25em;
}
.wp-custom-box-footer .webPartInnhold > * + h1, .wp-custom-box-footer .webPartInnhold > * + h2, .wp-custom-box-footer .webPartInnhold > * + h3, .wp-custom-box-footer .webPartInnhold > * + h4, .wp-custom-box-footer .webPartInnhold > * + h5, .wp-custom-box-footer .webPartInnhold > * + h6 {
  margin-top: 1.5em;
}
.wp-custom-box-footer .webPartInnhold > h1 + *, .wp-custom-box-footer .webPartInnhold > h2 + *, .wp-custom-box-footer .webPartInnhold > h3 + * {
  margin-top: 0.75em;
}
.wp-custom-box-footer .webPartInnhold > h4 + *, .wp-custom-box-footer .webPartInnhold > h5 + *, .wp-custom-box-footer .webPartInnhold > h6 + * {
  margin-top: 0.375em;
}
.wp-custom-box-footer .webPartInnhold > .il-ul .il-li + .il-li,
.wp-custom-box-footer .webPartInnhold > .il-ul .il-li > .il-ul,
.wp-custom-box-footer .webPartInnhold > .il-ul .il-li > .il-ol, .wp-custom-box-footer .webPartInnhold > .il-ol .il-li + .il-li,
.wp-custom-box-footer .webPartInnhold > .il-ol .il-li > .il-ul,
.wp-custom-box-footer .webPartInnhold > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}

.wp-feedback .webPartInnhold .il-feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #173D65;
  padding: 2rem 1rem;
  margin: 0;
  border-radius: 24px;
}
@media screen and (min-width: 900px) {
  .wp-feedback .webPartInnhold .il-feedback-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-heading {
  font-size: 1.125rem;
  font-weight: 600;
  color: #DBEAFC;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-heading {
    font-size: 1.375rem;
    font-weight: 500;
  }
}
.wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-heading + .il-feedback-form-options, .wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-heading + .kviteringMelding {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-heading + .il-feedback-form-options, .wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-heading + .kviteringMelding {
    margin-top: 0;
    margin-left: 3rem;
  }
}
.wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-options {
  margin: 0;
}
.wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-options .il-feedback-form-option + .il-feedback-form-option {
  margin-left: 1rem;
}
.wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-options .il-feedback-form-button {
  --custom-button-fill-light2-gradient1: #DBEAFC;
  --custom-button-fill-light2-gradient2: #DBEAFC;
  border: 2px solid #DBEAFC;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #060F19;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-light2-gradient1)), to(var(--custom-button-fill-light2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-light2-gradient1) 0%, var(--custom-button-fill-light2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-light2-gradient1 0.25s, --custom-button-fill-light2-gradient2 0.25s;
  font-size: 1.25rem;
  font-weight: 800;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  min-width: 109px;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-options .il-feedback-form-button {
    padding: 0.25em 1.125em;
  }
}
.wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-options .il-feedback-form-button:hover {
  --custom-button-fill-light2-gradient1: #DBEAFC;
  --custom-button-fill-light2-gradient2: #E9DED5;
  border-color: #DBEAFC;
  color: #060F19;
}
.wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-options .il-feedback-form-button.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-options .il-feedback-form-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-feedback .webPartInnhold .il-feedback-form .il-feedback-form-options .il-feedback-form-button.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-feedback .webPartInnhold .il-feedback-form .kviteringMelding {
  font-size: 1.125rem;
  font-weight: 600;
  color: #DBEAFC;
}
@media screen and (min-width: 900px) {
  .wp-feedback .webPartInnhold .il-feedback-form .kviteringMelding {
    font-size: 1.375rem;
    font-weight: 500;
  }
}

.wp-subpage-ingress-image .banner-image {
  aspect-ratio: 1.47;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 590px;
  margin-inline: auto;
  border-radius: 24px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-subpage-ingress-image .banner-image {
    aspect-ratio: 1.98;
    border-radius: 32px;
  }
}

.wp-article-list .webPartTittel {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-article-list .webPartTittel {
    font-size: 2.5rem;
  }
}
.wp-article-list .webPartTittel + .webPartInnhold {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .wp-article-list .webPartTittel + .webPartInnhold {
    margin-top: 4rem;
  }
}
.wp-article-list .articles-in-category {
  padding-bottom: 4rem;
  position: relative;
}
.wp-article-list .articles-in-category ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-article-list .articles-in-category ul > * + * {
  margin-top: 2rem;
}
@supports (display: grid) {
  .wp-article-list .articles-in-category ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 2rem;
  }
  .wp-article-list .articles-in-category ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-article-list .articles-in-category ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-article-list .articles-in-category ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-article-list .articles-in-category ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-article-list .articles-in-category ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-article-list .articles-in-category ul li a .imgWrapper {
  aspect-ratio: 0.72;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wp-article-list .articles-in-category ul li a .imgWrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.wp-article-list .articles-in-category ul li a .imgWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 61, 101, 0)), to(rgba(23, 61, 101, 0)));
  background: linear-gradient(0deg, rgba(23, 61, 101, 0) 0%, rgba(23, 61, 101, 0) 100%);
  border-radius: 16px;
}
.wp-article-list .articles-in-category ul li a .tittel {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  padding: 1.5rem;
  background-color: #DBEAFC;
  border-radius: 16px;
  color: #060F19;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-article-list .articles-in-category ul li a .tittel::after {
    font-family: "remixicon";
    content: "\ea6c";
    speak: none;
    font-size: calc(1em * var(--v-global-icon-scale-factor));
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25em;
    color: #DBEAFC;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}
@media screen and (min-width: 900px) {
  .wp-article-list .articles-in-category ul li a:hover .tittel {
    padding: 1.75rem 1.5rem;
  }
  .wp-article-list .articles-in-category ul li a:hover .tittel::after {
    color: #060F19;
  }
}
.wp-article-list .articles-in-category ul + .webPartBunnLink {
  margin-top: 1rem;
}
.wp-article-list .articles-in-category .webPartBunnLink {
  position: absolute;
  bottom: 0;
  right: 0;
}
.wp-article-list .articles-in-category .webPartBunnLink a {
  text-decoration: underline;
  color: var(--c-link-light--text);
  background-color: var(--c-link-light--background);
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 8px;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
}
.wp-article-list .articles-in-category .webPartBunnLink a:hover {
  color: var(--c-link-light--text--hover);
  background-color: var(--c-link-light--background--hover);
  padding: 0.25em 0.5em;
}
.wp-article-list .articles-in-category .webPartBunnLink a.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-article-list .articles-in-category .webPartBunnLink a.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-article-list .articles-in-category .webPartBunnLink a.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-article-list .articles-in-category .webPartBunnLink a::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 2rem;
  vertical-align: middle;
}

.wp-header-links .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-header-links .vListe li a {
  --custom-button-line-light-gradient1: transparent;
  --custom-button-line-light-gradient2: transparent;
  border: 2px solid #DBEAFC;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-line-light-gradient1)), to(var(--custom-button-line-light-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-line-light-gradient1) 0%, var(--custom-button-line-light-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-line-light-gradient1 0.25s, --custom-button-line-light-gradient2 0.25s;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .wp-header-links .vListe li a {
    padding: 0.25em 1.125em;
  }
}
.wp-header-links .vListe li a:hover {
  --custom-button-line-light-gradient1: rgba(219, 234, 252, 0.05);
  --custom-button-line-light-gradient2: rgba(220, 204, 184, 0.35);
  border-color: #DBEAFC;
  color: #DBEAFC;
}
.wp-header-links .vListe li a.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-header-links .vListe li a.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-header-links .vListe li a.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-header-links .vListe li a {
    font-size: 1.25rem;
    font-weight: 800;
  }
}
.wp-header-links .vListe li + li {
  margin-left: 1rem;
}
.frontpage .wp-header-links .vListe li a {
  border: 2px solid #173D65;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #173D65;
  background: transparent;
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .frontpage .wp-header-links .vListe li a {
    padding: 0.25em 1.125em;
  }
}
.frontpage .wp-header-links .vListe li a:hover {
  border-color: #173D65;
  color: #173D65;
  -webkit-box-shadow: 0px 0px 0px 2px #173D65 inset;
          box-shadow: 0px 0px 0px 2px #173D65 inset;
}
.frontpage .wp-header-links .vListe li a.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.frontpage .wp-header-links .vListe li a.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.frontpage .wp-header-links .vListe li a.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
@media screen and (min-width: 900px) {
  .frontpage .wp-header-links .vListe li a {
    font-size: 1.25rem;
    font-weight: 800;
  }
}
.main-menu .wp-header-links .vListe li a {
  font-size: 1.125rem;
  --custom-button-line-dark-gradient1: transparent;
  --custom-button-line-dark-gradient2: transparent;
  border: 2px solid #060F19;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #060F19;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-line-dark-gradient1)), to(var(--custom-button-line-dark-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-line-dark-gradient1) 0%, var(--custom-button-line-dark-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-line-dark-gradient1 0.25s, --custom-button-line-dark-gradient2 0.25s;
}
@media screen and (min-width: 900px) {
  .main-menu .wp-header-links .vListe li a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 600px) {
  .main-menu .wp-header-links .vListe li a {
    padding: 0.25em 1.125em;
  }
}
.main-menu .wp-header-links .vListe li a:hover {
  --custom-button-line-dark-gradient1: rgba(219, 234, 252, 0.05);
  --custom-button-line-dark-gradient2: rgba(220, 204, 184, 0.35);
  border-color: #060F19;
  color: #060F19;
}
.main-menu .wp-header-links .vListe li a.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.main-menu .wp-header-links .vListe li a.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.main-menu .wp-header-links .vListe li a.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.main-menu .wp-header-links .vListe li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-acos-logo .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-acos-logo .vListe {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wp-acos-logo .vListe li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-acos-logo .vListe li a > span img {
  max-width: 128px;
}
.wp-acos-logo .vListe li a > span .text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.wp-acos-logo .vListe li + li {
  margin-top: 2rem;
}

.wp-footer-links {
  width: 100%;
}
.wp-footer-links .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-footer-links .vListe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-footer-links .vListe li {
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 900px) {
  .wp-footer-links .vListe li {
    width: calc(50% - 0.75rem);
    margin-right: 0.75rem;
  }
}
.wp-footer-links .vListe li a {
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  padding-left: 0.5rem;
  padding-right: 1rem;
  border-left: 2px solid;
  margin-left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wp-footer-links .vListe li a:hover {
  margin-left: 1rem;
  border-left-width: 3px;
  padding-right: 0;
}

.wp-social-media .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-social-media .vListe li {
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-social-media .vListe li a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-social-media .vListe li a::before {
  color: #DBEAFC;
}
.wp-social-media .vListe li a .text,
.wp-social-media .vListe li a span {
  text-indent: -9999rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-social-media .vListe li a:hover::before {
  color: #fff;
}
.wp-social-media .vListe li + li {
  margin-left: 0.5rem;
}
.wp-social-media .vListe li.icon-facebook a::before {
  font-family: "remixicon";
  content: "\ecb8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.75rem;
}
.wp-social-media .vListe li.icon-youtube a::before {
  font-family: "remixicon";
  content: "\f2d4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.75rem;
}
.wp-social-media .vListe li.icon-instagram a::before {
  font-family: "remixicon";
  content: "\ee65";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.75rem;
}
.wp-social-media .vListe li.icon-snapchat a::before {
  font-family: "remixicon";
  content: "\f15b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.75rem;
}
.wp-social-media .vListe li.icon-twitter a::before {
  font-family: "remixicon";
  content: "\f23a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.75rem;
}
.wp-social-media .vListe li.icon-linkedin a::before {
  font-family: "remixicon";
  content: "\eeb3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.75rem;
}

.wp-footer-links--sole .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-footer-links--sole .vListe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-footer-links--sole .vListe li {
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 900px) {
  .wp-footer-links--sole .vListe li {
    width: calc(50% - 0.75rem);
    margin-right: 0.75rem;
  }
}
.wp-footer-links--sole .vListe li a {
  text-decoration: underline;
  color: var(--c-link-light--text);
  background-color: var(--c-link-light--background);
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 8px;
  padding: 0;
  font-size: 1.125rem;
}
.wp-footer-links--sole .vListe li a:hover {
  color: var(--c-link-light--text--hover);
  background-color: var(--c-link-light--background--hover);
  padding: 0.25em 0.5em;
}
.wp-footer-links--sole .vListe li a.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-footer-links--sole .vListe li a.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-footer-links--sole .vListe li a.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}

.wp-footer-certifications .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-footer-certifications .vListe li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-footer-certifications .vListe li a > span img {
  width: 52px;
}
.wp-footer-certifications .vListe li a > span .text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.wp-footer-certifications .vListe li + li {
  margin-left: 1rem;
}

.wp-main-menu .webPartInnhold .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-main-menu .webPartInnhold .vListe > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-main-menu .webPartInnhold .vListe {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }
  .wp-main-menu .webPartInnhold .vListe > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu .webPartInnhold .vListe > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-main-menu .webPartInnhold .vListe {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      -webkit-column-gap: 1rem;
         -moz-column-gap: 1rem;
              column-gap: 1rem;
      row-gap: 2rem;
    }
    .wp-main-menu .webPartInnhold .vListe > * + * {
      margin-top: 0;
    }
  }
}
.wp-main-menu .webPartInnhold .vListe li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.625rem;
  font-weight: 800;
  color: #173D65;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 4px solid;
  margin-left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-main-menu .webPartInnhold .vListe li a {
    font-size: 2.25rem;
    border-left-width: 5px;
    padding-right: 1.25rem;
  }
}
.wp-main-menu .webPartInnhold .vListe li a:hover {
  margin-left: 1rem;
  border-left-width: 5px;
  padding-right: 0;
}
@media screen and (min-width: 900px) {
  .wp-main-menu .webPartInnhold .vListe li a:hover {
    border-left-width: 6px;
  }
}

.wp-main-menu--shortcuts .webPartInnhold .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-main-menu--shortcuts .webPartInnhold .vListe li a {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #173D65;
  border: 2px solid #173D65;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-dark2-gradient1)), to(var(--custom-button-fill-dark2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-dark2-gradient1) 0%, var(--custom-button-fill-dark2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-dark2-gradient1 0.25s, --custom-button-fill-dark2-gradient2 0.25s;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .wp-main-menu--shortcuts .webPartInnhold .vListe li a {
    padding: 0.25em 1.125em;
  }
}
.wp-main-menu--shortcuts .webPartInnhold .vListe li a:hover {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #060F19;
  border-color: #173D65;
  color: #DBEAFC;
}
.wp-main-menu--shortcuts .webPartInnhold .vListe li a.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-main-menu--shortcuts .webPartInnhold .vListe li a.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-main-menu--shortcuts .webPartInnhold .vListe li a.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--shortcuts .webPartInnhold .vListe li a {
    font-size: 1.25rem;
    font-weight: 800;
  }
}
.wp-main-menu--shortcuts .webPartInnhold .vListe li + li {
  margin-left: 0.5rem;
}

.wp-products-menu {
  container-type: inline-size;
}
.wp-products-menu .webPartTittel {
  font-size: 1.625rem;
  font-weight: 600;
  color: #EE9670;
  text-align: left;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .wp-products-menu .webPartTittel {
    font-size: 2.25rem;
  }
}
.wp-products-menu .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
@container (min-width: 600px) {
  .wp-products-menu .webPartTittel + .webPartInnhold {
    margin-top: 2.25rem;
  }
}
.wp-products-menu .webPartInnhold .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-products-menu .webPartInnhold .vListe > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-products-menu .webPartInnhold .vListe {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }
  .wp-products-menu .webPartInnhold .vListe > * + * {
    margin-top: 0;
  }
}
.wp-products-menu .webPartInnhold .vListe li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  border: 2px solid #DBEAFC;
  border-radius: 16px;
  text-decoration: none;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 6.25rem;
}
@container (min-width: 600px) {
  .wp-products-menu .webPartInnhold .vListe li a {
    padding: 2rem 2rem 2rem 8rem;
  }
}
.wp-products-menu .webPartInnhold .vListe li a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  font-size: 2rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 8px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background: #DBEAFC;
  color: #173D65;
}
.icon-window-fill a::before {
  font-family: "remixicon";
  content: "\f2c5";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-archive-drawer-line a::before {
  font-family: "remixicon";
  content: "\ea46";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-survey-line a::before {
  font-family: "remixicon";
  content: "\f1c7";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

@container (min-width: 600px) {
  .wp-products-menu .webPartInnhold .vListe li a::before {
    width: 4rem;
    height: 4rem;
    font-size: 2.25rem;
    left: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.wp-products-menu .webPartInnhold .vListe li a::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.375rem;
}
@container (min-width: 600px) {
  .wp-products-menu .webPartInnhold .vListe li a::after {
    font-size: 1.75rem;
  }
}
.wp-products-menu .webPartInnhold .vListe li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-products-menu .webPartInnhold .vListe li a .text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
}
@container (min-width: 600px) {
  .wp-products-menu .webPartInnhold .vListe li a .text {
    font-size: 2.3125rem;
  }
}
.wp-products-menu .webPartInnhold .vListe li a .description {
  font-size: 1rem;
  font-weight: 500;
}
@container (min-width: 600px) {
  .wp-products-menu .webPartInnhold .vListe li a .description {
    font-size: 1.25rem;
  }
}
.wp-products-menu .webPartInnhold .vListe li a:hover::before {
  width: 4rem;
  height: 4rem;
  font-size: 2.25rem;
  -webkit-transform: translateY(-50%) translateX(-0.25rem);
      -ms-transform: translateY(-50%) translateX(-0.25rem);
          transform: translateY(-50%) translateX(-0.25rem);
}
@container (min-width: 600px) {
  .wp-products-menu .webPartInnhold .vListe li a:hover::before {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.5rem;
    -webkit-transform: translateY(-50%) translateX(-0.25rem);
        -ms-transform: translateY(-50%) translateX(-0.25rem);
            transform: translateY(-50%) translateX(-0.25rem);
  }
}
.main-menu .wp-products-menu {
  max-width: 550px;
}
.main-menu .wp-products-menu .webPartTittel {
  color: #060F19;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .main-menu .wp-products-menu .webPartTittel {
    text-align: left;
  }
}
.main-menu .wp-products-menu .webPartInnhold .vListe li a {
  --products-menu-gradient1: #173D65;
  --products-menu-gradient2: #0c1f34;
  border: 1px solid #173D65;
  background: -webkit-gradient(linear, left top, right top, from(var(--products-menu-gradient1)), to(var(--products-menu-gradient2)));
  background: linear-gradient(90deg, var(--products-menu-gradient1) 0%, var(--products-menu-gradient2) 100%);
  transition: --products-menu-gradient1 0.25s, --products-menu-gradient2 0.25s;
}
.main-menu .wp-products-menu .webPartInnhold .vListe li a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 234, 252, 0.1)), to(rgba(220, 204, 184, 0.25)));
  background: linear-gradient(180deg, rgba(219, 234, 252, 0.1) 0%, rgba(220, 204, 184, 0.25) 100%);
  color: #DBEAFC;
}
.main-menu .wp-products-menu .webPartInnhold .vListe li a .text {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.1;
}
@container (min-width: 600px) {
  .main-menu .wp-products-menu .webPartInnhold .vListe li a .text {
    font-size: 2.3125rem;
  }
}
.main-menu .wp-products-menu .webPartInnhold .vListe li a .description {
  font-size: 1rem;
  font-weight: 400;
}
@container (min-width: 600px) {
  .main-menu .wp-products-menu .webPartInnhold .vListe li a .description {
    font-size: 1.25rem;
  }
}
.main-menu .wp-products-menu .webPartInnhold .vListe li a:hover {
  --products-menu-gradient1: #060f19;
  --products-menu-gradient2: #0c1f34;
}

.wp-services-menu .webPartInnhold {
  padding: 0 0 4.5rem 0;
  position: relative;
}
.wp-services-menu .webPartInnhold .il-linkcategory-title {
  font-size: 1.625rem;
  font-weight: 800;
  color: #DBEAFC;
}
@media screen and (min-width: 900px) {
  .wp-services-menu .webPartInnhold .il-linkcategory-title {
    font-size: 1.75rem;
  }
}
.wp-services-menu .webPartInnhold .il-linkcategory-title + .vListe {
  margin-top: 1.5rem;
}
.wp-services-menu .webPartInnhold .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-services-menu .webPartInnhold .vListe li:not(.view-all) a {
  color: #DBEAFC;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  padding-left: 0.5rem;
  padding-right: 1rem;
  border-left: 2px solid;
  margin-left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-services-menu .webPartInnhold .vListe li:not(.view-all) a {
    font-size: 1.5rem;
  }
}
.wp-services-menu .webPartInnhold .vListe li:not(.view-all) a:hover {
  margin-left: 1rem;
  border-left-width: 3px;
  padding-right: 0;
}
.wp-services-menu .webPartInnhold .vListe li:not(.view-all) + li {
  margin-top: 1.5rem;
}
.wp-services-menu .webPartInnhold .vListe li.view-all {
  position: absolute;
  bottom: 0;
  left: 0;
}
.wp-services-menu .webPartInnhold .vListe li.view-all a {
  text-decoration: underline;
  color: var(--c-link-light--text);
  background-color: var(--c-link-light--background);
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 8px;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
}
.wp-services-menu .webPartInnhold .vListe li.view-all a:hover {
  color: var(--c-link-light--text--hover);
  background-color: var(--c-link-light--background--hover);
  padding: 0.25em 0.5em;
}
.wp-services-menu .webPartInnhold .vListe li.view-all a.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-services-menu .webPartInnhold .vListe li.view-all a.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-services-menu .webPartInnhold .vListe li.view-all a.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-services-menu .webPartInnhold .vListe li.view-all a::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 2rem;
  vertical-align: middle;
}

.wp-page-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-page-title {
    font-size: 3.75rem;
  }
}

.wp-contact-person {
  container-type: inline-size;
}
.wp-contact-person .emnekart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-contact-person .emnekart-list .emnekart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  border: 1px solid #173D65;
  border-radius: 24px;
  background: linear-gradient(192deg, rgba(219, 234, 252, 0.5) -18.18%, rgba(255, 255, 255, 0.5) 122.93%);
}
@container (min-width: 600px) {
  .wp-contact-person .emnekart-list .emnekart-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@container (min-width: 600px) {
  .wp-contact-person .emnekart-list .emnekart-item .person-image {
    max-width: 274px;
    width: 35%;
  }
}
.wp-contact-person .emnekart-list .emnekart-item .person-image > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1.36;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 24px;
}
.wp-contact-person .emnekart-list .emnekart-item .person-image + .person-text {
  margin-top: 1.5rem;
}
@container (min-width: 600px) {
  .wp-contact-person .emnekart-list .emnekart-item .person-image + .person-text {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.wp-contact-person .emnekart-list .emnekart-item .person-text {
  padding: 1rem 0.5rem;
  color: #060F19;
}
@container (min-width: 600px) {
  .wp-contact-person .emnekart-list .emnekart-item .person-text {
    width: calc(65% - 2rem);
  }
}
.wp-contact-person .emnekart-list .emnekart-item .person-text .person-name {
  font-size: 1.375rem;
  font-weight: 800;
  color: #173D65;
}
@container (min-width: 600px) {
  .wp-contact-person .emnekart-list .emnekart-item .person-text .person-name {
    font-size: 1.75rem;
  }
}
.wp-contact-person .emnekart-list .emnekart-item .person-text .person-title {
  font-size: 1.125rem;
  font-weight: 400;
}
@container (min-width: 600px) {
  .wp-contact-person .emnekart-list .emnekart-item .person-text .person-title {
    font-size: 1.375rem;
  }
}
.wp-contact-person .emnekart-list .emnekart-item .person-text .person-title + .person-property {
  margin-top: 0.5rem;
}
.wp-contact-person .emnekart-list .emnekart-item .person-text .person-property {
  font-size: 1rem;
  font-weight: 400;
}
@container (min-width: 600px) {
  .wp-contact-person .emnekart-list .emnekart-item .person-text .person-property {
    font-size: 1.125rem;
  }
}
.wp-contact-person .emnekart-list .emnekart-item .person-text .person-property .person-property-label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.wp-contact-person .emnekart-list .emnekart-item .person-text .person-property .person-property-value a {
  text-decoration: underline;
  color: var(--c-link-dark--text);
  background-color: var(--c-link-dark--background);
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 8px;
  padding: 0;
}
.wp-contact-person .emnekart-list .emnekart-item .person-text .person-property .person-property-value a:hover {
  color: var(--c-link-dark--text--hover);
  background-color: var(--c-link-dark--background--hover);
  padding: 0.25em 0.5em;
}
.wp-contact-person .emnekart-list .emnekart-item .person-text .person-property .person-property-value a.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-contact-person .emnekart-list .emnekart-item .person-text .person-property .person-property-value a.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-contact-person .emnekart-list .emnekart-item .person-text .person-property .person-property-value a.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-contact-person .emnekart-list .emnekart-item .person-text .person-email .person-property-value a span > span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.wp-contact-person .emnekart-list .emnekart-item + .emnekart-item {
  margin-top: 1.5rem;
}

.wp-product-category .text-box {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}

.wp-subpage-banner-ingress .text-box {
  max-width: 700px;
  margin-inline: auto;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}
.wp-subpage-banner-ingress .text-box > * + * {
  margin-top: 1.25em;
}
.wp-subpage-banner-ingress .text-box > * + h1, .wp-subpage-banner-ingress .text-box > * + h2, .wp-subpage-banner-ingress .text-box > * + h3, .wp-subpage-banner-ingress .text-box > * + h4, .wp-subpage-banner-ingress .text-box > * + h5, .wp-subpage-banner-ingress .text-box > * + h6 {
  margin-top: 1.5em;
}
.wp-subpage-banner-ingress .text-box > h1 + *, .wp-subpage-banner-ingress .text-box > h2 + *, .wp-subpage-banner-ingress .text-box > h3 + * {
  margin-top: 0.75em;
}
.wp-subpage-banner-ingress .text-box > h4 + *, .wp-subpage-banner-ingress .text-box > h5 + *, .wp-subpage-banner-ingress .text-box > h6 + * {
  margin-top: 0.375em;
}
.wp-subpage-banner-ingress .text-box > .il-ul .il-li + .il-li,
.wp-subpage-banner-ingress .text-box > .il-ul .il-li > .il-ul,
.wp-subpage-banner-ingress .text-box > .il-ul .il-li > .il-ol, .wp-subpage-banner-ingress .text-box > .il-ol .il-li + .il-li,
.wp-subpage-banner-ingress .text-box > .il-ol .il-li > .il-ul,
.wp-subpage-banner-ingress .text-box > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .wp-subpage-banner-ingress .text-box {
    font-size: 1.25rem;
  }
}
.wp-subpage-banner-ingress .text-box a[href].link-render-as-button.link-render-as-button,
.wp-subpage-banner-ingress .text-box .il-custom-button {
  --custom-button-fill-light2-gradient1: #DBEAFC;
  --custom-button-fill-light2-gradient2: #DBEAFC;
  border: 2px solid #DBEAFC;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #060F19;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-light2-gradient1)), to(var(--custom-button-fill-light2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-light2-gradient1) 0%, var(--custom-button-fill-light2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-light2-gradient1 0.25s, --custom-button-fill-light2-gradient2 0.25s;
}
@media screen and (min-width: 600px) {
  .wp-subpage-banner-ingress .text-box a[href].link-render-as-button.link-render-as-button,
  .wp-subpage-banner-ingress .text-box .il-custom-button {
    padding: 0.25em 1.125em;
  }
}
.wp-subpage-banner-ingress .text-box a[href].link-render-as-button.link-render-as-button:hover,
.wp-subpage-banner-ingress .text-box .il-custom-button:hover {
  --custom-button-fill-light2-gradient1: #DBEAFC;
  --custom-button-fill-light2-gradient2: #E9DED5;
  border-color: #DBEAFC;
  color: #060F19;
}
.wp-subpage-banner-ingress .text-box a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-subpage-banner-ingress .text-box .il-custom-button.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-subpage-banner-ingress .text-box a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-subpage-banner-ingress .text-box .il-custom-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-subpage-banner-ingress .text-box a[href].link-render-as-button.link-render-as-button.link-telephone[href^=tel]::after,
.wp-subpage-banner-ingress .text-box .il-custom-button.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}

.wp-search-top {
  display: none;
}
.wp-search-top .js-searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  border: 2px solid #060F19;
  border-radius: 32px;
  background: transparent;
}
.wp-search-top .js-searchform input[type=text] {
  font-size: 1.125rem;
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #060F19;
  background-color: transparent;
  border: 0 none;
  border-radius: 32px;
  padding: 0 0 0 1.5rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 900px) {
  .wp-search-top .js-searchform input[type=text] {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-search-top .js-searchform input[type=text] {
    width: 91px;
  }
}
.wp-search-top .js-searchform input[type=text]::-webkit-input-placeholder {
  color: #060F19;
  opacity: 1;
}
.wp-search-top .js-searchform input[type=text]::-moz-placeholder {
  color: #060F19;
  opacity: 1;
}
.wp-search-top .js-searchform input[type=text]:-ms-input-placeholder {
  color: #060F19;
  opacity: 1;
}
.wp-search-top .js-searchform input[type=text]::-ms-input-placeholder {
  color: #060F19;
  opacity: 1;
}
.wp-search-top .js-searchform input[type=text]::placeholder {
  color: #060F19;
  opacity: 1;
}
.wp-search-top .js-searchform input[type=submit] {
  text-indent: -9999rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #060F19;
  background-color: #060F19;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  border: 0 none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-right: 7px;
}
.wp-search-top .js-searchform input[type=submit]:hover {
  background-color: #173D65;
}
.wp-search-top .js-searchform:hover, .wp-search-top .js-searchform:focus-within {
  background: -webkit-gradient(linear, left top, right top, from(rgba(219, 234, 252, 0.05)), to(rgba(220, 204, 184, 0.35)));
  background: linear-gradient(90deg, rgba(219, 234, 252, 0.05) 0%, rgba(220, 204, 184, 0.35) 100%);
  border-color: #060F19;
  color: #060F19;
}
@media screen and (min-width: 900px) {
  .wp-search-top .js-searchform:hover input[type=text], .wp-search-top .js-searchform:focus-within input[type=text] {
    width: 230px;
  }
}
@media screen and (min-width: 1400px) {
  .wp-search-top .js-searchform:hover input[type=text], .wp-search-top .js-searchform:focus-within input[type=text] {
    width: 330px;
  }
}
.menu-open .wp-search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.menu-open .wp-search-top .webPartInnhold {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .menu-open .wp-search-top .webPartInnhold {
    width: initial;
  }
}
@media screen and (min-width: 900px) {
  .menu-open .wp-search-top {
    position: relative;
    left: initial;
    top: initial;
    width: initial;
  }
}

.wp-sub-navigation .webPartInnhold .vListe,
.sub-navigation .webPartInnhold .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-sub-navigation .webPartInnhold li + li,
.sub-navigation .webPartInnhold li + li {
  margin-top: 1rem;
}
.wp-sub-navigation .webPartInnhold a,
.sub-navigation .webPartInnhold a {
  --subnavigation-gradient1: rgba(219, 234, 252, 0.5);
  --subnavigation-gradient2: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  background: linear-gradient(192deg, var(--subnavigation-gradient1) -18.18%, var(--subnavigation-gradient2) 122.93%);
  color: #173D65;
  padding: 1.3125rem 2rem;
  border-radius: 16px;
  transition: --subnavigation-gradient1 0.25s, --subnavigation-gradient2 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold a,
  .sub-navigation .webPartInnhold a {
    padding: 1.5rem 2rem;
  }
}
.wp-sub-navigation .webPartInnhold a::after,
.sub-navigation .webPartInnhold a::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold a::after,
  .sub-navigation .webPartInnhold a::after {
    font-size: 1.75rem;
  }
}
.wp-sub-navigation .webPartInnhold a > span,
.sub-navigation .webPartInnhold a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-sub-navigation .webPartInnhold a .text,
.sub-navigation .webPartInnhold a .text {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold a .text,
  .sub-navigation .webPartInnhold a .text {
    font-size: 1.5625rem;
  }
}
.wp-sub-navigation .webPartInnhold a .description,
.sub-navigation .webPartInnhold a .description {
  font-size: 1.125rem;
  font-weight: 400;
}
.wp-sub-navigation .webPartInnhold a:hover,
.sub-navigation .webPartInnhold a:hover {
  --subnavigation-gradient1: rgba(219, 234, 252, 0.8);
  --subnavigation-gradient2: rgba(255, 255, 255, 0.8);
}

.wp-main-navigation .webPartInnhold ul.vListe {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1rem;
}
@media screen and (min-width: 900px) {
  .wp-main-navigation .webPartInnhold ul.vListe {
    margin-left: -1rem;
  }
}
.wp-main-navigation .webPartInnhold li {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-main-navigation .webPartInnhold li {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .wp-main-navigation .webPartInnhold li {
    width: calc(33.3333333333% - 1rem);
  }
}
.wp-main-navigation .webPartInnhold a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75em 1em;
  background-color: #fff;
  border: 1px solid var(--bc-c-action-primary);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}
.wp-main-navigation .webPartInnhold a:after {
  content: "→";
  display: inline-block;
  padding-left: 1rem;
  font-size: 1.375em;
}
@media screen and (min-width: 900px) {
  .wp-main-navigation .webPartInnhold a {
    font-size: 1.125rem;
  }
}

.wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner,
.wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner {
  width: 100%;
  max-width: 994px;
  margin-inline: auto;
  padding: 2rem 2rem;
  border: 1px solid #173D65;
  border-radius: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 234, 252, 0.02)), to(rgba(219, 234, 252, 0.05)));
  background: linear-gradient(180deg, rgba(219, 234, 252, 0.02) 0%, rgba(219, 234, 252, 0.05) 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media screen and (min-width: 600px) {
  .wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner,
  .wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner,
  .wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner {
    padding: 4rem 6rem;
  }
}
.wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu,
.wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header .ac-banner-field-title,
.wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header .ac-banner-field-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #DBEAFC;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header .ac-banner-field-title,
  .wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header .ac-banner-field-title {
    font-size: 42px;
  }
}
.wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header + .ac-banner-field-body, .wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header + .ac-banner-field-footer,
.wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header + .ac-banner-field-body,
.wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header + .ac-banner-field-footer {
  margin-top: 1.5rem;
}
.wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu,
.wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item,
.wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link,
.wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link {
  font-size: 1.125rem;
  --custom-button-fill-light2-gradient1: #DBEAFC;
  --custom-button-fill-light2-gradient2: #DBEAFC;
  border: 2px solid #DBEAFC;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #060F19;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-light2-gradient1)), to(var(--custom-button-fill-light2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-light2-gradient1) 0%, var(--custom-button-fill-light2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-light2-gradient1 0.25s, --custom-button-fill-light2-gradient2 0.25s;
  font-weight: 800;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link,
  .wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 600px) {
  .wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link,
  .wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link {
    padding: 0.25em 1.125em;
  }
}
.wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link:hover,
.wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link:hover {
  --custom-button-fill-light2-gradient1: #DBEAFC;
  --custom-button-fill-light2-gradient2: #E9DED5;
  border-color: #DBEAFC;
  color: #060F19;
}
.wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link.external[href^=http]::after,
.wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link.filetype-pdf::after,
.wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-frontpage-banner-widget .ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link.link-telephone[href^=tel]::after,
.wp-frontpage-banner-widget .ac-banner--text .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body .ac-menu .ac-menu-item .ac-menu-item-link.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-frontpage-banner-widget .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner {
  width: 100%;
  max-width: 1280px;
}
.wp-frontpage-banner-widget .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  aspect-ratio: 1;
}
.wp-frontpage-banner-widget .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image img {
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-frontpage-banner-widget .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-banner-widget .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-frontpage-banner-widget .ac-banner--text-image.ac-banner--field-order-1 .ac-banner-field--image {
    margin-left: 2rem !important;
  }
}

.wp-frontpage-about-us {
  --left-column-ratio: 0.55;
  --right-column-ratio: 0.45;
}
.wp-frontpage-about-us .emnekart-client-content-widget-list > * + * {
  margin-top: 0;
}
@supports (display: grid) {
  .wp-frontpage-about-us .emnekart-client-content-widget-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
  .wp-frontpage-about-us .emnekart-client-content-widget-list > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.wp-frontpage-about-us .emnekart-client-content-widget .ac-banner-content--outer .ac-banner-content--inner {
  max-width: 100%;
  width: 100%;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner {
  display: grid;
  width: 90%;
  row-gap: 0;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner {
    grid-template-columns: minmax(5%, 1fr) minmax(0, calc(1280px / 2 - 1rem));
    row-gap: 2rem;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner::after {
    content: "";
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
  margin: 0;
  aspect-ratio: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
    grid-column: 1/3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-radius: 24px;
  }
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image img {
  aspect-ratio: 1.46;
  width: 100%;
  border-radius: 0 0 24px 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image img {
    border-radius: 24px;
    aspect-ratio: 1.41;
  }
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
  border-radius: 24px 24px 0 0;
  background: #d4d8e6;
  padding: 3rem 3rem 4rem;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 3rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 24px;
  }
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1.125rem;
  font-weight: 600;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li + .il-li,
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ul,
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ul .il-li > .il-ol, .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li + .il-li,
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ul,
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(1) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.25rem;
  }
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) {
    margin-top: 4rem;
  }
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner {
  display: grid;
  row-gap: 0;
  width: 90%;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner {
    grid-template-columns: minmax(0, calc(1280px / 2 - 1rem)) minmax(5%, 1fr);
    row-gap: 2rem;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner::after {
    content: "";
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
  margin: 0;
  aspect-ratio: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
    grid-column: 1/3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 24px;
  }
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image img {
  aspect-ratio: 1.46;
  width: 100%;
  border-radius: 0 0 24px 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image img {
    border-radius: 24px;
    aspect-ratio: 1.87;
  }
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
  --c-banner-widget-text--heading: #DBEAFC;
  --c-banner-widget-text--body: #DBEAFC;
  --c-banner-widget-link: #DBEAFC;
  --c-banner-widget-link--hover: #060F19;
  --c-banner-widget-link-background: transparent;
  --c-banner-widget-link-background--hover: #DBEAFC;
  --c-banner-widget-button-text: #060F19;
  --c-banner-widget-button-text--hover: #060F19;
  --c-banner-widget-button-background: linear-gradient(90deg, var(--custom-button-fill-light-gradient1) 0%, var(--custom-button-fill-light-gradient2) 100%);
  --c-banner-widget-button-border: #DBEAFC;
  --c-banner-widget-button-border--hover: #DBEAFC;
  border-radius: 24px 24px 0 0;
  padding: 3rem 3rem 6rem;
  background: #173D65;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 4rem 3rem 12rem;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title {
  font-size: 1.75rem;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 1rem;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.25rem;
  }
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  text-decoration: underline;
  color: var(--c-link-light--text);
  background-color: var(--c-link-light--background);
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 8px;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  display: inline-block;
  color: #DBEAFC;
  background: transparent;
  border-color: transparent;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  color: var(--c-link-light--text--hover);
  background-color: var(--c-link-light--background--hover);
  padding: 0.25em 0.5em;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 2rem;
  vertical-align: middle;
}
.wp-frontpage-about-us .emnekart-client-content-widget:nth-child(2) .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  color: #060F19;
  background: #DBEAFC;
  border-color: #DBEAFC;
}

.wp-focus-field .emnekart-client-content-widget-list .emnekart-client-content-widget + .emnekart-client-content-widget {
  margin-top: 0;
}
.wp-focus-field .ac-banner:not(.fullwidth) .ac-banner-content--inner {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  max-width: 994px;
}
.wp-focus-field .ac-banner:not(.fullwidth).faq-one-column .ac-banner-content--inner {
  max-width: 790px;
}
.wp-focus-field .ac-banner .ac-banner-content--outer .ac-banner-content--inner {
  padding: 3rem 0;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .ac-banner .ac-banner-content--outer .ac-banner-content--inner {
    padding: 6rem 0;
  }
}
.wp-focus-field .ac-banner.fullwidth .ac-banner-content--outer .ac-banner-content--inner {
  padding: 2rem 0;
}
.wp-focus-field .ac-banner.ac-banner--text-video .ac-banner-content--outer, .wp-focus-field .ac-banner:has(.ac-banner-field--video) .ac-banner-content--outer {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(32.26%, #173D65), color-stop(100.03%, #10263F));
  background: linear-gradient(0deg, #173D65 32.26%, #10263F 100.03%);
}
.wp-focus-field .ac-banner.ac-banner--text-video .ac-banner-content--inner, .wp-focus-field .ac-banner:has(.ac-banner-field--video) .ac-banner-content--inner {
  max-width: 994px;
}

.wp-subpage-banner-widget-field .emnekart-client-content-widget + .emnekart-client-content-widget {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .wp-subpage-banner-widget-field .emnekart-client-content-widget + .emnekart-client-content-widget {
    margin-top: 4rem;
  }
}

.wp-footer-widget-field .ac-banner.ac-banner--text .ac-banner-content--outer .ac-banner-content--inner, .wp-footer-widget-field .ac-banner.ac-banner--menu .ac-banner-content--outer .ac-banner-content--inner {
  width: 100%;
}

.responsive-container {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
header.header .responsive-container, .main-menu .responsive-container {
  max-width: 1920px;
}
.global-footer-extension-container .responsive-container {
  max-width: 994px;
}
.sub-navigation .responsive-container, .global-bottom-container .responsive-container {
  max-width: 790px;
}
.subpage .main-area .responsive-container {
  max-width: 590px;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.client-content-widget--filtervisning .bc-content-form-fieldset legend {
  font-size: 1.125rem;
  font-weight: bold;
  border-color: #000;
}
.client-content-widget--filtervisning .bc-content-checkbox-label {
  font-size: 1.125rem;
}
.client-content-widget--filtervisning .bc-content-button--appearance-default {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #173D65;
  border: 2px solid #173D65;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBEAFC;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-fill-dark2-gradient1)), to(var(--custom-button-fill-dark2-gradient2)));
  background: linear-gradient(90deg, var(--custom-button-fill-dark2-gradient1) 0%, var(--custom-button-fill-dark2-gradient2) 100%);
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  transition: --custom-button-fill-dark2-gradient1 0.25s, --custom-button-fill-dark2-gradient2 0.25s;
  font-size: 1.125rem;
  font-weight: 800;
}
@media screen and (min-width: 600px) {
  .client-content-widget--filtervisning .bc-content-button--appearance-default {
    padding: 0.25em 1.125em;
  }
}
.client-content-widget--filtervisning .bc-content-button--appearance-default:hover {
  --custom-button-fill-dark2-gradient1: #173D65;
  --custom-button-fill-dark2-gradient2: #060F19;
  border-color: #173D65;
  color: #DBEAFC;
}
.client-content-widget--filtervisning .bc-content-button--appearance-default.external[href^=http]:after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.client-content-widget--filtervisning .bc-content-button--appearance-default.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.client-content-widget--filtervisning .bc-content-button--appearance-default.link-telephone[href^=tel]::after {
  font-family: "remixicon";
  content: "\efec";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
}
@media screen and (min-width: 900px) {
  .client-content-widget--filtervisning .bc-content-button--appearance-default {
    font-size: 1.25rem;
  }
}
.client-content-widget--filtervisning .bc-collapsible-panel-content-item + .bc-content-button {
  margin-top: 2rem;
}
.option-0 .client-content-widget--filtervisning {
  --bc-background-color: transparent;
}
.option-0 .client-content-widget--filtervisning .filtervisning-item-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.option-0 .client-content-widget--filtervisning .filtervisning-item-list ul > * + * {
  margin-top: 2rem;
}
@supports (display: grid) {
  .option-0 .client-content-widget--filtervisning .filtervisning-item-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 2rem;
  }
  .option-0 .client-content-widget--filtervisning .filtervisning-item-list ul > * + * {
    margin-top: 0;
  }
}
@container (min-width: 900px) {
  .option-0 .client-content-widget--filtervisning .filtervisning-item-list ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .option-0 .client-content-widget--filtervisning .filtervisning-item-list ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .option-0 .client-content-widget--filtervisning .filtervisning-item-list ul > * + * {
      margin-top: 0;
    }
  }
}
.option-0 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item .bc-content-teaser--filtervisning-item {
  position: relative;
  padding: 0;
  cursor: pointer;
}
.option-0 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item .bc-content-teaser--filtervisning-item .bc-content-teaser-image {
  aspect-ratio: 0.88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: initial;
}
.option-0 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item .bc-content-teaser--filtervisning-item .bc-content-teaser-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.option-0 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item .bc-content-teaser--filtervisning-item .bc-content-teaser-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 61, 101, 0)), to(rgba(23, 61, 101, 0)));
  background: linear-gradient(0deg, rgba(23, 61, 101, 0) 0%, rgba(23, 61, 101, 0) 100%);
  border-radius: 16px;
}
.option-0 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item .bc-content-teaser--filtervisning-item .bc-content-teaser-text {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  padding: 1rem 1.5rem;
  background-color: #DBEAFC;
  border-radius: 16px;
  color: #060F19;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.option-0 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item .bc-content-teaser--filtervisning-item .bc-content-teaser-text .bc-content-teaser-title {
  --v-teaser-title-font-size: 1.125rem;
  --v-teaser-title-font-weight: 400;
}
@media screen and (min-width: 900px) {
  .option-0 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item.active .bc-content-teaser-text {
    padding: 1.75rem 1.5rem;
  }
  .option-0 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item.active .bc-content-teaser-text::after {
    color: #060F19;
  }
}
.option-1 .client-content-widget--filtervisning .filtervisning-item-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.option-1 .client-content-widget--filtervisning .filtervisning-item-list ul > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .option-1 .client-content-widget--filtervisning .filtervisning-item-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }
  .option-1 .client-content-widget--filtervisning .filtervisning-item-list ul > * + * {
    margin-top: 0;
  }
}
.option-1 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item {
  --filter-result-gradient1: rgba(219, 234, 252, 0.5);
  --filter-result-gradient2: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  background: linear-gradient(192deg, var(--filter-result-gradient1) -18.18%, var(--filter-result-gradient2) 122.93%);
  color: #173D65;
  padding: 1.3125rem 2rem;
  border-radius: 16px;
  transition: --filter-result-gradient1 0.25s, --filter-result-gradient2 0.25s;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .option-1 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item {
    padding: 1.5rem 2rem;
  }
}
.option-1 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .option-1 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item::after {
    font-size: 1.75rem;
  }
}
.option-1 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item .bc-content-teaser--filtervisning-item {
  padding: 0;
}
.option-1 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title {
  --v-teaser-title-font-size: 1.5625rem;
  --v-teaser-title-font-weight: 700;
}
.option-1 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title + .bc-content-teaser-excerpt {
  margin-top: 0.5rem;
}
.option-1 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-excerpt {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .option-1 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-excerpt {
    font-size: 1.125rem;
  }
}
.option-1 .client-content-widget--filtervisning .filtervisning-item-list .filtervisning-item.active {
  --filter-result-gradient1: rgba(219, 234, 252, 0.8);
  --filter-result-gradient2: rgba(255, 255, 255, 0.8);
}

.version-style-defaults-marker-class {
  color: red;
}

.client-content-widget--filtervisning--kalender .filtervisning-item-list, .client-content-widget--filtervisning--friskusaktivitet .filtervisning-item-list {
  padding-top: 1rem;
  border-top: 1px solid #d3d3d3;
}
.client-content-widget--filtervisning--kalender div.filtervisning-item, .client-content-widget--filtervisning--friskusaktivitet div.filtervisning-item {
  height: 100%;
}
.client-content-widget--filtervisning--kalender div.filtervisning-item > div.bc-dangerousHtml, .client-content-widget--filtervisning--friskusaktivitet div.filtervisning-item > div.bc-dangerousHtml {
  height: 100%;
}

.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event {
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  --v-teaser-text-child-gap: 1em;
  --v-teaser-child-gap: 0;
  --v-teaser-border-width: 0;
  --v-teaser-border-color: inherit;
  --v-teaser-border-radius: 0;
  --v-teaser-text-color: inherit;
  --v-teaser-background: #f8f8f8;
  --v-teaser-title-link-text-color: inherit;
  --v-teaser-text-padding: 1.5rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge {
  margin: 1em;
  background: var(--v-date-badge-background, #ffffff);
  border-color: var(--v-date-badge-background-color, transparent);
  border-style: solid;
  border-width: var(--v-date-badge-background-width, 0);
  border-radius: var(--v-date-badge-border-radius, 50%);
  width: var(--v-date-badge-width, 8rem);
  height: var(--v-date-badge-height, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@container (max-width: 300px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge {
    display: none !important;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--v-date-badge-font-size, 1em);
  font-weight: var(--v-date-badge-background-weight, normal);
  line-height: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge-day {
  font-size: var(--v-date-badge-day-font-size, 4em);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge-year {
  margin: -1px;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-picture) .cc-date-badge {
  position: absolute;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-body,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-body-content,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text-content {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-title-text,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text-column {
  word-break: break-word;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--vertical {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal .cc-teaser-body-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal .cc-teaser-image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal .cc-teaser-image-content {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image-content .cc-picture {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
  --v-teaser-image-border-radius: 0 0 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-image {
  width: calc(var(--v-date-badge-width, 8rem) + 2rem);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal:has(.cc-picture) .cc-teaser-image {
  width: 50%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text {
  width: 50%;
}
@container (max-width: 300px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-image {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text {
    width: 100%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical .cc-teaser-image-content {
  width: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical .cc-picture {
  width: 100%;
}
@container (max-width: 600px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 50%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text {
    width: 50%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--vertical .cc-picture {
    width: 100%;
  }
}
@container (min-width: 601px) and (max-width: 900px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 50%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text {
    width: 50%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--vertical .cc-picture {
    width: 100%;
  }
}
@container (min-width: 901px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 50%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text {
    width: 50%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--vertical .cc-picture {
    width: 100%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text-column {
  width: 50%;
}
@container (max-width: 600px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
@container (min-width: 601px) and (max-width: 900px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
@container (min-width: 901px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-meta--primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-meta-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-tag {
  --v-tag-border-width: 0;
  --v-tag-border-color: inherit;
  --v-tag-border-radius: 0;
  --v-tag-padding: 0.25em 1em;
  --v-tag-text-color: inherit;
  --v-tag-background: white;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover {
  --v-teaser-background: #f8f8f8;
  --v-teaser-text-color: inherit;
  --v-teaser-border-color: inherit;
  --v-teaser-title-link-text-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover img {
  scale: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-meta-item::before {
  color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-tag {
  --v-tag-text-color: inherit;
  --v-tag-background: white;
  --v-tag-border-color: inherit;
}

.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event {
  --v-default-item-spacing-level: 0.75;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-header-content .cc-image {
  aspect-ratio: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .u-width-wide--8 {
  gap: 2rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .u-width-wide--4 {
  background-color: #f8f8f8;
  padding: 2rem;
  --v-faq-question-background: #efefef;
  --v-faq-question-text-color: currentColor;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-widget {
  gap: 1rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-property-list--event-details {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 2rem 0;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--info::before {
  font-family: "remixicon";
  content: "\ee59";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--date::before {
  font-family: "remixicon";
  content: "\eb25";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--time::before {
  font-family: "remixicon";
  content: "\f20f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--location::before {
  font-family: "remixicon";
  content: "\ef14";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--address::before {
  font-family: "remixicon";
  content: "\ef14";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--phone::before {
  font-family: "remixicon";
  content: "\f15a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--email::before {
  font-family: "remixicon";
  content: "\ea83";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--person::before {
  font-family: "remixicon";
  content: "\ef44";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--age::before {
  font-family: "remixicon";
  content: "\ede3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--some::before {
  font-family: "remixicon";
  content: "\eeb2";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--occurrences::before {
  font-family: "remixicon";
  content: "\f074";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--category::before {
  font-family: "remixicon";
  content: "\f023";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--document::before {
  font-family: "remixicon";
  content: "\eceb";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list .cc-property-list-item {
  padding-left: 2rem;
  position: relative;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list .cc-property-list-item::before {
  position: absolute;
  left: 0;
  top: 0.25em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-section--occurrences {
  border-top: 1px solid #b3b3b3;
  padding: 2rem 0;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-property-list-item-label {
  --v-property-list-item-label-font-size: 0.8em;
  --v-property-list-item-label-font-weight: 700;
  --v-property-list-item-label-line-height: 1.5;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-property-list-item {
  --v-property-list-item-font-size: 1em;
  --v-property-list-item-font-weight: 400;
  --v-property-list-item-line-height: 1.5;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-tag-list {
  margin-top: 0.5em;
  --v-tag-list-item-spacing: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-tag {
  color: #4C5063;
  --v-tag-border-width: 2px;
  --v-tag-border-color: #f8f8f8;
  --v-tag-border-radius: 4px;
  --v-tag-padding: 0.25rem 1rem;
  --v-tag-text-color: #4C5063;
  --v-tag-background: transparent;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-show-more-container .cc-tag {
  --v-tag-background: #f8f8f8;
}

.cc-teaser:where(:not(.u-is-designed)).cc-teaser--contact-card {
  --v-teaser-image-aspect-ratio: 1;
  --v-teaser-title-font-size: 1rem;
  --v-teaser-title-font-weight: normal;
  --v-teaser-text-child-gap: 1rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--contact-card .cc-teaser-body-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--contact-card .cc-teaser-image {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
}

.calendar-event-list-widget-footer,
.cc-div:has(> .cc-anchor--view-all) {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cc-anchor--view-all,
.calendar-event-list-widget-footer-view-all-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bc-c-action-primary);
  color: var(--bc-c-action-primary-foreground);
  border: 2px solid var(--bc-c-action-primary-border);
  border-radius: var(--bc-border-radius);
  padding: 1rem 2rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-anchor--view-all:hover,
.calendar-event-list-widget-footer-view-all-link:hover {
  background-color: var(--bc-c-action-primary-hover);
  border-color: var(--bc-c-action-primary-hover);
  outline: 2px solid var(--bc-c-action-primary-hover);
  color: var(--bc-c-action-primary-foreground);
}