/*
Kadence Child
Author: janove@medianord.no
Version: 1.1.27-2025-1-21-15-51-25
Template: kadence
*/
html {
  font-size: 13px;
}
@media (min-width: 360px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 800px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1081px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1281px) {
  html {
    font-size: 18px;
  }
}
blockquote {
  border-left-width: 0.5rem;
  border-left-color: var(--global-palette1);
  background: var(--global-palette7);
  padding: 1rem;
}
.has-soft-box-shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05), 0 32px 64px rgba(0, 0, 0, 0.05);
}
.employee {
  width: 100%;
  text-align: center;
  padding: 2rem;
  background: var(--global-palette2);
  color: #fff;
}
.employee {
  width: 100%;
  text-align: center;
  padding: 2rem;
  background: var(--global-palette2);
  color: #fff;
  border-radius: 50px;
}
.employees {
  display: grid;
  gap: 2rem;
}
@media (min-width: 95ch) {
  .employees {
    justify-content: center;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 175ch) {
  .employees {
    gap: 4rem;
	grid-template-columns: 1fr 1fr 1fr;
  }
}
.employee__image {
  filter: grayscale(0.25);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.employee__name {
  color: inherit;
  font-size: 1.35rem;
  padding-bottom: 0;
}
.employee__position {
  text-transform: uppercase;
  font-size: 0.9rem;
  filter: brightness(0.8);
}
.employee__image,
.employee__position {
  margin-bottom: 1rem;
}
.employee__contact-method {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: .9rem;
}
@media (min-width: 95ch) {
  .employee__contact-method {  
    font-size: 1rem;
  }
}
.employee__contact-method a {
  color: inherit;
}
.employee__contact-method a:hover,
.employee__contact-method a:focus {
  color: inherit;
  filter: brightness(0.75);
}
.employee__contact-icon {
  width: 1rem;
  height: 1rem;
}
.footer {
  --footerLinkColor: #fff;
  --footerLinkHoverColor: var(--global-palette7);
  background: var(--global-palette3);
  padding: 5rem 1rem 1.5rem;
  border-top: 0.5rem solid var(--global-palette5);
  text-align: center;
  color: #fff;
}
.footer__title {
  margin-bottom: 5rem;
  color: inherit;
}
.footer__privacy-policy-link {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 0;
  color: var(--footerLinkColor);
}
.footer__privacy-policy-link:hover,
.footer__privacy-policy-link:focus {
  text-decoration: none;
  color: var(--footerLinkHoverColor);
}
.footer__contactinfo {
  flex-basis: 0;
  flex-grow: 1;
  background: transparent;
  transition: filter 0.3s ease-in-out;
}
.footer__contactinfo-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .footer__contactinfo-wrap {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
}
.footer__contactinfo-icon {
  max-height: 5.5rem;
  margin-bottom: 1rem;
}
.footer__contactinfo-title {
  color: inherit;
  font-size: 1.1rem;
}
.footer__contactinfo-details {
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.footer__contactinfo-link {
  display: block;
  color: var(--footerLinkColor);
}
.footer__contactinfo-link:hover,
.footer__contactinfo-link:focus {
  color: var(--footerLinkHoverColor);
  text-decoration: none;
}
.frm_style_formidable-style.with_frm_style {
  padding: 2rem;
  background: var(--global-palette2);
}
.frm_style_formidable-style.with_frm_style fieldset {
  padding-bottom: 0;
}
.frm_style_formidable-style.with_frm_style .frm_primary_label {
  color: #fff;
}
.frm_style_formidable-style.with_frm_style .frm_primary_label .frm_required {
  color: inherit;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
  background: #fff;
  color: var(--global-palette2);
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:active {
  background: var(--global-palette6);
  color: #fff;
}
.has-blurred-shadow-background {
  position: relative;
  text-shadow: 0 0 5px #000;
}
.has-blurred-shadow-background:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  content: '';
  opacity: 0.6;
  border-radius: 50px;
  filter: blur(45px);
  z-index: -1;
  display: block;
}
.has-blurred-shadow-background--light {
  text-shadow: 0 0 5px #fff;
}
.has-blurred-shadow-background--light:after {
  background-color: #fff;
}
.entry-content li {
  margin: 1rem 0;
}
.entry-content .multi-column-list {
  display: grid;
  margin-top: 1rem;
  margin-left: 1rem;
  grid-row-gap: 1rem;
  padding: 0;
}
.entry-content .multi-column-list li {
  margin: 0;
}
@media (min-width: 1300px) {
  .entry-content .multi-column-list--two-columns {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 1.5rem;
  }
}
.map-wrap {
  filter: grayscale(0.4);
}
.map-wrap iframe {
  margin-bottom: -8px;
}
.menu-item--highlight a {
  background: var(--global-palette1);
  color: #fff !important;
  border-radius: 100vw;
  text-align: center;
}
.menu-item--highlight a:hover {
  filter: brightness(0.75);
}
.partners {
  background: #fff;
}
.partners__container {
  max-width: var(--global-content-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
}
.standard-formatted-pre {
  font: inherit;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  background: transparent;
}
.reference {
  padding: 4rem;
  margin-bottom: 3rem;
  background: var(--global-palette2);
  color: #fff;
}
@media (min-width: 1081px) {
  .reference {
    display: flex;
  }
  .reference__images {
    flex-basis: 40%;
  }
  .reference__text {
    flex-basis: 60%;
    margin-left: 4rem;
  }
  .reference__text:only-child {
    margin-left: 0;
    flex-basis: 100%;
  }
}
@media (min-width: 1081px) and (min-width: 1281px) {
  .reference__images {
    flex-basis: 50%;
  }
}
@media (min-width: 1081px) and (min-width: 1281px) {
  .reference__text {
    flex-basis: 50%;
  }
}
.reference__image {
  display: block;
  margin-bottom: 1rem;
}
.reference__image:only-child {
  margin-bottom: 0;
}
.reference__image img {
  width: 100%;
  max-width: none;
}
.reference__thumbnails {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 225px) {
  .reference__thumbnails {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 400px) {
  .reference__thumbnails {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 680px) {
  .reference__thumbnails {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 800px) {
  .reference__thumbnails {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1081px) {
  .reference__thumbnails {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1281px) {
  .reference__thumbnails {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.reference__thumbnail {
  display: none;
}
.reference__thumbnail:nth-child(-n+4) {
  display: block;
}
@media (min-width: 400px) {
  .reference__thumbnail:nth-child(-n+6) {
    display: block;
  }
}
@media (min-width: 680px) {
  .reference__thumbnail:nth-child(-n+8) {
    display: block;
  }
}
@media (min-width: 800px) {
  .reference__thumbnail:nth-child(-n+10) {
    display: block;
  }
}
@media (min-width: 1081px) {
  .reference__thumbnail:nth-child(n+7) {
    display: none;
  }
}
@media (min-width: 1281px) {
  .reference__thumbnail:nth-child(-n+8) {
    display: block;
  }
}
.reference__thumbnail img {
  width: 100%;
  max-width: none;
}
.reference__title {
  color: inherit;
  margin-bottom: 1rem;
}
.reference__detail {
  margin-bottom: 1rem;
}
@media (min-width: 540px) {
  .reference__detail {
    display: flex;
  }
}
.reference__detail-title,
.reference__detail-content {
  margin: 0;
}
.reference__detail-title {
  text-transform: uppercase;
  color: var(--global-palette4);
  font-weight: 500;
  flex-basis: 25%;
}
.reference__detail-title:after {
  content: ': ';
}
.reference__detail-content {
  flex-basis: 75%;
  flex-grow: 1;
}
.testimonial {
  background: var(--global-palette2);
  margin-bottom: 4rem;
  padding: 4rem;
}
.testimonials {
  --icon-background: #fff;
  --icon-color: var(--global-palette3);
  max-width: var(--global-content-narrow-width);
  margin-left: auto;
  margin-right: auto;
}
.testimonial__statement {
  color: #fff;
  margin-bottom: 2rem;
}
.testimonial__name {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--global-palette7);
  display: flex;
  align-items: center;
  line-height: 1;
}
.testimonial__name svg {
  margin-right: 0.5rem;
}
.text-hero {
  position: relative;
  overflow: hidden;
}
.text-hero:before {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 450px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1rem;
  white-space: nowrap;
  height: 100%;
  z-index: 0;
  background-color: var(--global-palette1);
  filter: brightness(0.92);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  vertical-align: bottom;
  overflow: visible;
  z-index: 1;
}
