/*
@brand-color: #670047;
@brand-color1: #000000;
@brand-color2: #414042;
@brand-color3: #6d6e71;
@brand-color4: #FFFFFF;
@brand-color5: #c2c3c5;

@brand-color-blue: #004c5c;
@brand-color-yellow: #ce8a14;
@brand-color-green: #8ca122;
@brand-color-orange: #c8612f;
@brand-color-red: #b6181e;

@brand-white: #FFFFFF;
*/

:root {
  --gray-bright: #f1f1f0;
  --purple: #670047;
  --purple-dark: #520039;
  --black: black;
  --yellow: yellow;
  --darkgray: #292929;
  --lightgray: #474747;
}

.cg-primary-menu-below-wrapper .menu > li.current_page_item > a,
.menu > li .cg-submenu-ddown .container > ul > li a:hover,
.cg-primary-menu-below-wrapper .menu > li.current-menu-ancestor > a, .cg-primary-menu-below-wrapper .menu > li.current_page_parent > a {
  color: #FFF !important;
}

.cg-submenu-ddown .container > ul > li a:hover {
  background-color: @brand-color !important;
  border-color: @brand-color !important;
}

.cg-primary-menu-below-wrapper .menu > li:nth-child(7),
  .cg-primary-menu-below-wrapper .menu > li:last-child {
    float: right;
  }

.menu-item.current-page-ancestor .current-menu-item a {
      background: #6c0042;
      color: #fff !important;
    }

//adding safari support
.cg-primary-menu .menu > li > a::before {
  -webkit-transform-origin: 0px 0px 0px;
  -webkit-transform: scaleX(0) translateZ(0px);
}

.cg-primary-menu .menu > li > a:hover::before, .cg-primary-menu .menu > li:hover > a::before {
  -webkit-transform: scaleX(1) translateZ(0px);
}

.push-down {
  padding-top: 2rem;
}

@media only screen and (min-width: 1100px) {

.push-down {
    padding-top: 6rem
}
  }

@media only screen and (min-width: 1100px) {

.cg-menu-below {
    display: none
}
  }

.logo-wrap {
  display: flex;
}

.logo-wrap .cg-main-menu {
    flex: 1;
  }

.logo-wrap .cg-main-logo {
    margin-right: -15px;
    margin-top: -3px;
    position: relative;
    z-index: 10;
  }

.logo-wrap img {
    height: 100px;
  }

.page-container {
  margin-bottom: -34px;
}

@media only screen and (min-width: 1100px) {
    .cg-primary-menu-below-wrapper .lediga-jobb {
      background: #006685;
      background: rgba(0, 102, 133, .5);
      //background: rgba(108, 0, 66, .5);
    }

      .cg-primary-menu-below-wrapper .lediga-jobb:hover,
      .cg-primary-menu-below-wrapper .lediga-jobb:hover a {
        border-color: #006685 !important;
        //border-color: rgba(108, 0, 66, 1) !important;
      }

      .cg-primary-menu-below-wrapper .lediga-jobb a:before {
        background: #006685 !important;
        //background: rgba(108, 0, 66, 1) !important;
      }

      .cg-primary-menu-below-wrapper .lediga-jobb.current_page_item a {
        background: #006685 !important;
        border-color: #006685 !important;
        //background: rgba(108, 0, 66, 1) !important;
        //border-color: rgba(108, 0, 66, 1) !important;
      }
}

.first-footer .col-lg-3:first-child .inner-widget-wrap {
    padding-right: 0;
  }

.first-footer .col-md-3 {
    width: 33%;
  }

.first-footer .widget-first {
    min-width: 255px;
  }

.first-footer a:hover {
    text-decoration: underline !important;
  }

.first-footer .widget_nav_menu ul li {
    text-transform: uppercase !important;
  }

.first-footer ul.sub-menu {
    display: none !important;
    margin: 0;
  }

.first-footer .textwidget img {
    width: auto;
  }

.first-footer ul.menu {
    margin-left: 15px;
  }

.first-footer ul.menu li {
      padding-left: 0px;
      padding-bottom: 10px;
      list-style: square;
      color: rgba(255, 255, 255, 0.5);
    }

.first-footer ul.menu li:before {
        display: none !important;
      }

.first-footer .nav-links {
    display: none;
  }

.second-footer .textwidget ul.right-second-footer {
      display: inline-block;
    }

.second-footer .textwidget ul > li a img {
          width: auto;
          height: 70px;
        }

.icon-whistle {
  background-image: url("../icons/whistle.svg");
  background-size: 36px 36px;
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  filter: invert(1);
}

.footercontainer .row-eq-height {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 2rem;
}

.footercontainer .row-eq-height > *:not(:first-child) .widget_text {
      border-left: 1px solid rgba(255, 255, 255, 0.06) !important;
    }

.footercontainer .row-eq-height:before {
    content: none;
  }

.footer-widget {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-widget .widget_text {
    border: none !important;
  }

.footercontainer {
  margin-top: 34px;
}

@media (min-width: 1100px) {

.footercontainer {
    margin-top: 0
}
  }

.footer-widget .custom-html-widget {
  display: grid;
  gap: 2rem;
  padding: 0 2rem !important;
  width: auto !important;
}

.widget-item {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.widget-item i {
    top: 0 !important;
    margin: 0 !important;
  }

.widget-item a {
    font-size: 1.3em;
    line-height: 1.55em;
  }

.reference {
  background: @brand-color3;
  margin-top: -20px;
  padding: 20px;
  border: none;
  padding-top: 10px;
}

.reference h5 {
    font-size: 14px !important;
    text-transform: uppercase;
  }

.reference h5 > span {
    color: #c0c0c0 !important;
    font-weight: 500;
  }

.reference p > span {
    color: @brand-white !important;
  }

.reference a {
    border: none !important;
  }

.reference a:hover {
      color: #d5d5d5 !important;
    }

.consult-presentation h2 {
    margin-top: 0;
  }

.consult-presentation .wpb_single_image {
    margin-bottom: 0;
  }

@media (max-width: 768px) {
      .consult-presentation .wpb_single_image .vc_figure-caption {
        text-align: left;
      }
    }

@media (min-width: 768px) and (max-width: 992px) {
      .consult-presentation .wpb_single_image .vc_figure-caption {
        font-size: 15px !important;
      }
    }

.wpcf7-form-control.wpcf7-submit {
  color: #fff;
}

.col-4 {
  float: left;
  padding: 20px;
}

.col-4 img {
    width: 100%;
    height: 100%;
  }

.col-4.news-puff a {
      display: block;
    }

.col-4.news-puff a:hover h2 {
        text-decoration: underline;
      }

.col-4.news-puff a .news-image {
        height: 170px;
        width: 100%;
        background-size: cover;
        background-repeat: none;
        background-position: top center;
      }

.col-4.news-puff a .news-content {
        padding: 20px;
        padding-top: 10px;
        background-color: @brand-color5;
        min-height: 150px;
        line-height: 24px;
      }

.col-4.news-puff a .news-content h2 {
          color: @brand-color1;
          font-size: 18px;
          line-height: 24px;
          margin: 0;
        }

.col-4.news-puff a .news-content .news-created-date {
          margin-bottom: 0;
          color: @brand-color4 !important;
          font-weight: 300;
          font-size: 14px;
          padding-bottom: 0;
        }

.newsroom-section-header {
  display: none;
}

#media-carousel,
.social-media-feed,
.row-fluid,
.newsroom-summary {
  display: none !important;
}

a.folder-image:hover {
    opacity: 0.7;
  }

.gallery_ {
  width: 100% !important;
  margin: 0 !important;
}

.hotspots-interaction .hotspots-image-container > div {
  margin: 0;
}

.vc_toggle_arrow a {
    text-decoration: underline;
  }

.border-button {
  display: inline-block;
  padding: 10px 15px !important;
  font-size: 14px;
  background: #50485b;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: normal;
  margin-bottom: 0;
}

.border-button.orange {
    background: #cc6600;
  }

.border-button:hover,
  .border-button:focus {
    color: #fff !important;
    text-decoration: none;
    background: #413a4a;
  }

.slider-button {
  border: none !important;
  background: #6c0042 !important;
  color: #fff !important;
}

#mtrframe {
  padding-left: 0 !important;
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
  float: left;
  margin: 5px 5px 0 0;
}

.hotspots-placeholder {
  width: 400px;
}

.hotspots-placeholder a {
    display: inline-block;
    padding: 10px 15px !important;
    font-size: 14px;
    background: #50485b;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    line-height: normal;
    margin-bottom: 0;
  }

.hotspots-placeholder a.orange {
      background: #cc6600;
    }

.hotspots-placeholder a:hover,
    .hotspots-placeholder a:focus {
      color: #fff !important;
      text-decoration: none;
      background: #413a4a;
    }

#referenser_gallery .vc_gitem-zone-a .vc_gitem-row-position-bottom,
  #referenser_gallery .vc_gitem-zone-b .vc_gitem-row-position-bottom {
    bottom: -15px;
    transition: bottom 300ms ease-in-out;
  }

#referenser_gallery .vc_gitem_row .vc_gitem-col {
    padding: 0;
  }

#referenser_gallery .vc_gitem-post-data {
    padding: 5px 0;
    margin-bottom: 5px;
  }

#referenser_gallery .vc_gitem-zone-a {
    height: 150px;
  }

#referenser_gallery .vc_gitem-zone-a:hover .vc_gitem-row-position-bottom {
      bottom: -5px;
    }

#referenser_gallery h6 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
  }

#referenser_gallery h6 a {
      color: @brand-color!important;
      font-weight: 500;
    }

.reference-title {
  padding: 0 15px;
}

.reference_puff .vc_gitem-zone-a {
    height: 150px;
  }

.reference_puff .vc_gitem-post-data {
    margin: 0;
  }

.reference_puff .vc_general.vc_btn3:focus,
  .reference_puff .vc_general.vc_btn3:hover {
    border-bottom: none;
  }

.reference_puff h6 {
    text-transform: uppercase;
    font-size: 13px !important;
    margin: 0;
  }

.reference_puff h6 a {
      color: @brand-color!important;
      font-weight: 500;
    }

.reference_puff .vc_gitem-post-meta-field-second_header {
    font-size: 20px;
    margin-bottom: 48px;
  }

.reference_puff p {
    font-size: 15px !important;
    line-height: normal !important;
  }

.reference_puff .vc_gitem_row .vc_gitem-col {
    padding: 20px;
  }

@media (min-width: 768px) {

.reference_puff .vc_gitem_row .vc_gitem-col {
      min-height: 220px
  }
    }

.reference_puff .vc_btn3-container {
    position: absolute;
    bottom: 20px;
    margin-bottom: 0;
  }

.rss-widget-icon {
  display: none;
}

.second-footer ul.inline li a:before {
    top: 0 !important;
  }

.second-footer .textwidget ul > li a img {
      max-height: 70px;
      height: auto;
    }

.second-footer .textwidget ul.right-second-footer {
      width: 49%;
    }

.vc_btn3.vc_btn3-size-md {
  padding: 10px 15px;
}

@media (min-width: 768px) {
  #imagemap-row {
    height: 670px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
  }
    #imagemap-row.active {
      opacity: 1;
    }
}

.newsroom-section {
  display: none !important;
}

.content-area .wpb_single_image .vc_figure-caption {
  background: #fff;
  font-size: 20px;
  color: #555;
  padding: 15px 0;
}

.office-puffs strong {
    font-size: 12px;
    font-weight: 500;
    margin: 6px 0 -2px 0;
    display: block;
  }

.office-puffs strong a {
      color: @brand-color;
    }

.office-puffs p {
    margin: 0;
    font-size: 15px !important;
    line-height: normal !important;
  }

.office-puffs h5 {
    margin: 0 0 5px 0;
  }

.office-puffs p a,
  .office-puffs h5 a {
    border-bottom: none !important;
    transition: none !important;
  }

.office-puffs p a:hover, .office-puffs h5 a:hover {
      border-bottom: 1px solid #e2e2e2 !important;
    }

@media only screen and (min-width: 1100px) {
  .cg-menu-below {
    height: 120px !important;
  }
  .cg-menu-below,
  .cg-menu-below .ul.tiny-cart,
  .cg-logo-center .search-button,
  .cg-menu-below .leftnav a {
    line-height: 120px !important;
  }
  .rightnav {
    width: 85% !important;
  }
    .rightnav .extra {
      height: 120px !important;
    }
  .cg-menu-below .cg-extras .site-search {
    line-height: 120px !important;
  }
  .cg-menu-below .leftnav.dynamic-logo-width {
    width: 15% !important;
  }
}

@media (min-width: 768px) {
  .services {
    display: none;
  }
  .cg-announcements .top-bar-left {
    width: 70% !important;
  }
  .cg-announcements .top-bar-right {
    width: 30% !important;
    padding: 0;
  }
}

@media only screen and (max-width: 1100px) {
    .cg-announcements .top-bar-right a {
      height: 20px;
      width: 14px;
      display: inline-block;
      overflow: hidden;
    }
}

.cg-primary-menu-below-wrapper .menu > li:nth-child(7),
.cg-primary-menu-below-wrapper .menu > li:last-child {
  margin-right: 0;
}

.cg-primary-menu-below-wrapper .menu > li:nth-child(7) {
  background: #474747;
}

.cg-primary-menu-below-wrapper .menu > li:nth-child(7) span:after {
      content: "→";
      position: static;
      height: auto;
      background: none;
      opacity: 1;
      color: #c19707;
      padding-left: 5px;
    }

@media (max-width: 767px) {
  .hotspots-container {
    display: none;
  }
}

@media (max-width: 768px) {
  .mobile-header-details {
    display: none;
  }
  .cg-announcements.mobile-visible .top-bar-left {
    display: none;
  }
  .cg-announcements.mobile-visible .top-bar-right {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .col-4 {
    width: 50%;
  }
}

@media (max-width: 599px) {
  .col-4 {
    width: 100%;
  }
}

.link-color {
  color: #00a0d1;
}

.link-color:hover {
    text-decoration: underline;
    color: #00a0d1;
  }

html {
  scroll-behavior: smooth;
}

html.ext-strict body,
  html.ext-strict th,
  html.ext-strict td,
  html.ext-strict div,
  html.ext-strict span,
  html.ext-strict p,
  html.ext-strict li {
    color: #7d7d7b;
    margin-left: 2px;
    font-family: "EB Garamond", "Droid Sans", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
    /* Removed since case 7714
    font-size: 16px; */
  }

html.ext-strict a {
    color: #77a7b9;
    text-decoration: none;
  }

html.ext-strict a:hover {
    color: #8dc7dc;
    text-decoration: none;
  }

html.ext-strict h1,
  html.ext-strict .h1,
  html.ext-strict .h1underline,
  html.ext-strict h2,
  html.ext-strict .h2,
  html.ext-strict .h2underline,
  html.ext-strict h3,
  html.ext-strict .h3,
  html.ext-strict .h3underline,
  html.ext-strict h4,
  html.ext-strict .h4,
  html.ext-strict .h4underline,
  html.ext-strict h5,
  html.ext-strict .h5,
  html.ext-strict .h5underline,
  html.ext-strict h6,
  html.ext-strict .h6,
  html.ext-strict .h6underline {
    color: #555555;
    font-family: "EB Garamond";
  }

html.ext-strict h1,
  html.ext-strict .h1,
  html.ext-strict .h1underline {
    font-weight: 400;
    font-size: 24px;
  }

html.ext-strict h2,
  html.ext-strict .h2,
  html.ext-strict .h2underline {
    font-weight: 400;
    font-size: 22.4px;
  }

html.ext-strict h3,
  html.ext-strict .h3,
  html.ext-strict .h3underline {
    font-weight: 700;
    font-size: 18.7px;
  }

html.ext-strict h4,
  html.ext-strict .h4,
  html.ext-strict .h4underline {
    font-weight: 700;
    font-size: 16px;
  }

html.ext-strict h5,
  html.ext-strict .h5,
  html.ext-strict .h5underline {
    font-weight: 700;
    font-size: 16px;
  }

html.ext-strict h6,
  html.ext-strict .h6,
  html.ext-strict .h6underline {
    font-weight: 700;
    font-size: 16px;
  }

html.ext-strict div.menu table tr td {
    color: #004b77;
  }

html.ext-strict div.menu tr.toplinks td {
    color: #630000;
    font-family: Helvetica, sans-serif;
  }

html.ext-strict div.menu tr.toplinks a {
    color: #77a7b9;
  }

html.ext-strict div.menu tr.toplinks a:hover {
    color: #8dc7dc;
  }

/*
  div.menu tr.mainlinks,
  div.menu tr.mainlinksnohover {
      border-top: 2px solid #e9f1f9;
      border-left: 2px solid #e9f1f9;
      border-right: 2px solid #657383;
      border-bottom: 2px solid #657383;
  }
  */

html.ext-strict div.menu tr.mainlinks td,
  html.ext-strict div.menu tr.mainlinks td.otherPage,
  html.ext-strict div.menu tr.mainlinksnohover td {
    background: #000000;
    font-family: Helvetica, arial, sans-serif;
    font-size: 12px;
  }

html.ext-strict div.menu tr.mainlinks td a,
  html.ext-strict div.menu tr.mainlinks td.otherPage a,
  html.ext-strict div.menu tr.mainlinksnohover td a,
  html.ext-strict div.menu tr.mainlinksnohover td.otherPage a {
    color: #ffffff;
  }

html.ext-strict div.menu tr.mainlinks td:hover,
  html.ext-strict div.menu tr.mainlinks td.otherPage:hover {
    color: #e1e1e1;
    background-color: #50003b;
  }

html.ext-strict div.menu tr.mainlinks td a:hover,
  html.ext-strict div.menu tr.mainlinks td:hover a,
  html.ext-strict div.menu tr.mainlinks td.otherPage a:hover,
  html.ext-strict div.menu tr.mainlinks td.otherPage:hover a {
    color: #e1e1e1;
    text-decoration: none;
  }

html.ext-strict div.menu tr.mainlinks td.currentPage,
  html.ext-strict div.menu tr.mainlinks td.currentPage:hover,
  html.ext-strict div.menu tr.mainlinksnohover td.currentPage {
    color: #e1e1e1;
    background-color: #50003b;
  }

html.ext-strict div.menu tr.mainlinks td.currentPage a,
  html.ext-strict div.menu tr.mainlinksnohover td.currentPage a {
    color: #ffffff;
  }

html.ext-strict div.menu tr.mainlinks td.currentPage:hover a,
  html.ext-strict div.menu tr.mainlinks td.currentPage a:hover {
    color: #e1e1e1;
  }

html.ext-strict table.asstab tr th {
    font-family: Helvetica, arial, sans-serif;
    font-size: 12px;
    background: #d0d1d3;
  }

html.ext-strict table.asstab tr th a {
    color: #50003b;
  }

html.ext-strict table.asstab tr th a:hover {
    color: #50003b;
  }

html.ext-strict table.asstab tr.asstabrow td div.title a {
    color: #77a7b9;
    font-size: 16px;
  }

html.ext-strict table.asstab tr.asstabrow td div.title a:hover {
    color: #8dc7dc;
  }

html.ext-strict table.asstab tr.asstabrow td div.text a {
    color: #7d7d7b;
  }

html.ext-strict table.asstab tr.asstabrow td div.text a:hover {
    color: #7d7d7b;
  }

html.ext-strict table.asstab tr.asstabrow td div.readmore a {
    color: #77a7b9;
  }

html.ext-strict table.asstab tr.asstabrow td div.readmore a:hover {
    color: #8dc7dc;
  }

html.ext-strict div.mtradparagraphcaption,
  html.ext-strict div.mtradappendixcaption {
    font-size: 13px;
  }

html.ext-strict .comproot,
  html.ext-strict .compmiddle,
  html.ext-strict .compleaf {
    font-family: Helvetica, arial, sans-serif;
  }

html.ext-strict .comproot {
    font-weight: bold;
    font-size: 13px;
  }

html.ext-strict .compmiddle {
    font-weight: bold;
    font-size: 12px;
  }

html.ext-strict .compleaf {
    font-size: 12px;
  }

html.ext-strict input,
  html.ext-strict textarea,
  html.ext-strict select {
    font-size: 12px;
  }

html.ext-strict .mtradname {
    font-size: 18px !important;
    font-weight: bold;
  }

html.ext-strict body,
  html.ext-strict th,
  html.ext-strict td,
  html.ext-strict div,
  html.ext-strict span,
  html.ext-strict p,
  html.ext-strict li {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #343e47;
    margin-left: inherit;
  }

html.ext-strict h1,
  html.ext-strict .h1,
  html.ext-strict .h1underline,
  html.ext-strict h2,
  html.ext-strict .h2,
  html.ext-strict .h2underline,
  html.ext-strict h3,
  html.ext-strict .h3,
  html.ext-strict .h3underline,
  html.ext-strict h4,
  html.ext-strict .h4,
  html.ext-strict .h4underline,
  html.ext-strict h5,
  html.ext-strict .h5,
  html.ext-strict .h5underline,
  html.ext-strict h6,
  html.ext-strict .h6,
  html.ext-strict .h6underline {
    color: #343e47;
    font-family: "Roboto";
    font-weight: 300;
  }

html.ext-strict .mtradname {
    font-size: 28px !important;
    font-weight: 400;
  }

html.ext-strict .mtraddate {
    color: #999;
  }

html.ext-strict div.mtradparagraphcaption,
  html.ext-strict div.mtradappendixcaption {
    font-size: 22px;
    font-weight: 300;
  }

html.ext-strict h1,
  html.ext-strict .h1,
  html.ext-strict .h1underline {
    font-size: 28px;
  }

html.ext-strict .assfiltertab label,
    html.ext-strict .assfiltertab a,
    html.ext-strict .asstab label,
    html.ext-strict .asstab a {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      color: #343e47;
    }

html.ext-strict div.asstab {
    background: #f3f3f3;
  }

html.ext-strict div.asstab > div {
      line-height: normal;
      padding: 10px 0 8px 0;
    }

html.ext-strict div.asstab > div > div {
        line-height: normal;
      }

html.ext-strict div.asstabrow {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
  }

html.ext-strict div.asstabrow > div {
      padding: 0 9px 0 5px;
    }

html.ext-strict div.asstabrow .title {
      font-size: 22px;
      line-height: 32px;
    }

html.ext-strict div.asstabrow .title a {
        color: #1f5f7f;
        font-weight: 400;
      }

html.ext-strict div.asstabrow .text,
    html.ext-strict div.asstabrow .readmore {
      font-size: 16px;
      line-height: 26px;
    }

html.ext-strict div.asstabrow .text.readmore a, html.ext-strict div.asstabrow .readmore.readmore a {
        color: #1f5f7f;
        text-decoration: underline;
      }

html.ext-strict div.asstabrow .text.readmore a:hover, html.ext-strict div.asstabrow .readmore.readmore a:hover {
          text-decoration: none;
        }

html.ext-strict .asstabrowdate,
  html.ext-strict .asstabrowdate span {
    font-size: 14px;
    line-height: 22px;
    color: #343e47;
  }

html.ext-strict div.menu table.mainlinks {
    border-radius: none;
    box-shadow: none;
    border-top: 1px solid #e1e1e1;
  }

html.ext-strict div.menu table.mainlinks td {
      background: none;
    }

html.ext-strict a {
    color: #1f5f7f;
  }

html.ext-strict a:hover {
      color: inherit;
    }

html.ext-strict div.menu tr.toplinks a {
    color: #1f5f7f;
  }

html.ext-strict input,
  html.ext-strict textarea,
  html.ext-strict select {
    background: #fff;
    font-size: 16px;
    border-radius: 0px;
    padding: 6px;
  }

html.ext-strict input {
    padding: 10px;
  }

html.ext-strict body * {
    line-height: inherit;
  }

html.ext-strict div.asstabrowcompany {
    position: relative;
    border: 1px solid #e1e1e1;
    width: 131px;
    height: 145px;
    vertical-align: middle !important;
    text-align: center;
  }

html.ext-strict div.asstabcolumncompany {
    width: 136px;
  }

html.ext-strict form {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }

html.ext-strict form td {
      padding: 10px 0;
      vertical-align: middle;
    }

html.ext-strict form th,
    html.ext-strict form tr:not(#raf_tos_tr) td label {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      color: #343e47;
      padding: 10px 10px 10px 0;
      vertical-align: middle;
    }

html.ext-strict form th[colspan], html.ext-strict form tr:not(#raf_tos_tr) td label[colspan] {
        text-transform: none;
        font-size: 22px;
        font-weight: 400;
      }

html.ext-strict .button,
  html.ext-strict .button:hover,
  html.ext-strict .button:focus,
  html.ext-strict .button:active {
    display: inline-block;
    padding: 14px 20px !important;
    font-size: 14px;
    background: #fff;
    color: #343e47;
    border: 2px solid #343e47;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 400;
  }

html.ext-strict label.button,
  html.ext-strict label.button:hover,
  html.ext-strict label.button:focus,
  html.ext-strict label.button:active {
    padding: 5px 10px !important;
  }

html.ext-strict ul.disc li {
      padding: 5px 0;
    }

html.ext-strict ul.disc li a {
        font-weight: 600;
      }

html.ext-strict div.rafr_form,
  html.ext-strict div.rafr_message {
    width: auto;
  }

html.ext-strict table {
    width: 100%;
  }

html.ext-strict table.raf_tab td:first-child {
        width: 200px;
      }

html.ext-strict div.menu tr.toplinks td {
    font-family: inherit;
  }

html.ext-strict div.menu tr.toplinks td a {
      font-size: 16px !important;
      font-weight: 500;
    }

html.ext-strict div.raf_jscanvas {
    box-shadow: none;
    border-radius: 0;
    padding: 20px;
  }

html.ext-strict div.raf_message div.error {
      background: #ffb6b6;
      padding: 5px 15px;
    }

html.ext-strict div.raf_message div h2 {
      border-radius: 0;
      border: none;
      padding: 0;
      background: none;
    }

html.ext-strict div.raf_message div h2 img {
        vertical-align: middle;
      }

html.ext-strict div.mtrMessage {
    width: auto;
    background: #eeeeee;
    padding: 5px 15px;
    margin: 10px 0;
  }

html.ext-strict div.mtrMessage div.msgs {
      background: none;
      border-radius: 0px;
      border: none;
    }

html.ext-strict div.mtrMessage div.msgs div {
        border-left: none;
      }

html.ext-strict div.mtrMessage div.msgs div.error li {
            color: #ff0000 !important;
          }

html.ext-strict div.mtrMessage div.msgs ul {
        margin-left: 5px;
      }

html.ext-strict .rafErrorText {
    color: #ff0000 !important;
  }

html.ext-strict .rafHelp {
    color: #999 !important;
  }

html.ext-strict div.mtradparagraphtext {
    width: 100%;
  }

.paging {
  margin: 4rem 0;
}

.paging .paging-buttons {
    display: flex;
   
    align-items: center;
    justify-content: space-between;
  }

.paging .paging-buttons >* {
      flex: 1;
    }

.paging .paging-buttons a {
      display: flex;
      align-items: center;
      margin-left: auto;
      padding: 2rem;
      gap: 2rem;
      font-weight: normal;
    }

.paging .paging-buttons svg {
      fill: #000;
      stroke: #000;
    }

.paging .paging-buttons div:first-child svg {
        transform: rotate(180deg);
        
      }

.paging .paging-meta {
    font-weight: 400;
    text-align: center;
  }

.paging .paging-next {
    display: flex;
  }

.paging .paging-next >* {
      margin-left: auto;
    }

.paging span {
    display: none;
  }

@media (min-width: 576px) {

.paging span {
      display: block
  }
    }

.post-footer {
  margin-bottom: 80px;
}

.post-footer .post-footer-center {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
  }

@media (min-width: 768px) {

.post-footer .post-footer-center {
      flex-direction: row;
      align-items: center
  }
    }

.post-footer .post-date {
    font-style: italic;
    font-size: 14px;
  }

.post-footer .post-social-media {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

.post-footer .post-social-media .post-share-label {
      text-transform: uppercase;
      font-weight: bold;
      opacity: .75;
      font-size: 14px;
    }

.post-footer .post-social-media ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      gap: .75rem;
    }

.post-footer .post-social-media ul li {
        display: block;
      }

.post-footer .post-social-media ul li a {
          display: flex;
          border: 1px solid #000;
          border-radius: 100vh;
          padding: 1rem;
          opacity: .5;
        }

.post-footer .post-social-media ul li a:hover {
            opacity: 1;
          }

.post-footer .post-social-media ul li svg {
          width: 18px;
          height: 18px;
        }

.post-media-meta {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 15px;
}

.post-media-meta strong {
    font-weight: bold;
  }

.post-ingress {
  margin-bottom: 40px;
}

.post-ingress h1 {
    font-weight: bold;
    margin-top: 0;
  }

.post-ingress .post-ingress-text {
    font-weight: bold;
    font-size: 18px;
  }

.post-ingress .post-ingress-text p:last-child {
      margin-bottom: 0;
    }

.post-text {
  padding-top: 0 !important;
}

.post-text .post-text-content >*:first-child {
      margin-top: 0;
    }

.page-container {
  top: 0 !important;
}

@media (min-width: 1200px) {
  .top-header ~ .layout-breadcrumbs {
    margin-top: 5rem;
  }

  .top-header {
    z-index: 100;
  }
      .top-header .container figure {
        position: absolute;
        z-index: 100;
      }

      .top-header .container img {
        height: 100px;
        margin-top: -5px;
      }

  .topmenu {
    display: flex;
  }

    .topmenu button {
      display: none;
    }

    .topmenu > ul {
      background: var(--darkgray);
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0;
      flex: 1;
      width: 100%;
      margin-left: 45px;
    }
        .topmenu > ul > li:first-child {
          margin-left: 50px;
        }

        .topmenu > ul > li:last-child {
          margin-left: auto;
        }

          .topmenu > ul > li:last-child a {
            background: var(--lightgray);
          }

            .topmenu > ul > li:last-child a span {
              display: flex;
            }

              .topmenu > ul > li:last-child a span::after {
                content: "→" !important;
                position: static;
                height: auto;
                background: none;
                opacity: 1;
                color: #c19707;
                display: block !important;
              }

        .topmenu > ul > li > .topmenu__row > a {
          color: #fff;
          font-family: "Roboto Condensed";
          text-transform: uppercase;
          font-weight: 400;
          font-style: normal;
          font-size: 15px;
          display: flex;
          align-items: center;
          gap: 0.25rem;
          position: relative;
        }

          .topmenu > ul > li > .topmenu__row > a::before {
            transition: all 0.5s cubic-bezier(0.125, 0.75, 0.415, 1) 0s;
            background: #6c0042;
            height: 3px;
            width: 100%;
            content: "";
            position: absolute;
            bottom: 0;
            transform: scaleX(0);
            transform-origin: 0 0;
          }
            .topmenu > ul > li > .topmenu__row > a:hover::before {
              transform: scaleX(1);
            }

          .topmenu > ul > li > .topmenu__row > a:hover {
            color: #ccc;
          }

          .topmenu > ul > li > .topmenu__row > a::after {
            content: "";
            height: 30px;
            width: 1px;
            background: #fff;
            opacity: 7%;
            display: block;
          }

          .topmenu > ul > li > .topmenu__row > a span {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            padding-right: 34px;
            padding: 20px 20px;
          }

            .topmenu > ul > li > .topmenu__row > a span::after {
              content: "\f3d0";
              font-family: "Ionicons";
              font-size: 10px;
              margin-left: 7px;
              font-weight: 300;
              display: none;
            }

        .topmenu > ul > li.lediga-tjanster a {
          background: rgba(0, 102, 133, 0.5);
          color: #fff;
        }

          .topmenu > ul > li.lediga-tjanster a::before {
            background: #006685;
          }

          .topmenu > ul > li.lediga-tjanster a:hover {
            /*background: #006685;*/
          }

        .topmenu > ul > li .topmenu__row:hover + ul,
        .topmenu > ul > li ul:hover {
          display: block;
          box-shadow: 0px 4px 12px -3px #808080;
        }
      .topmenu > ul ul {
        display: none;
      }
        .topmenu .has-children > .topmenu__row > a > span::after {
          display: block !important;
        }

    .topmenu .active > .topmenu__row > a,
    .topmenu .active:last-child > .topmenu__row > a {
      --topmeny-active-color: #6c0042;
      background: #6c0042;
    }
    .topmenu .active.lediga-tjanster > .topmenu__row > a {
      --topmeny-active-color: #006685;
      background: #006685;
    }

  /* Submenu */
    .topmenu > ul > li > ul {
      background: white;
      position: absolute;
      top: 66px;
      z-index: 150;
      list-style: none;
      padding: 0;
      margin: 0;
      max-width: 210px;
      width: 100%;
    }

      .topmenu > ul > li > ul li {
        position: relative;
      }

      .topmenu > ul > li > ul a {
        font-family: Roboto;
        text-transform: none;
        font-weight: 300;
        font-style: normal;
        color: #333333;
        font-size: 14px;
        display: block;
        border-bottom: 1px solid #f4f4f4;
        margin-top: -1px;
      }

        .topmenu > ul > li > ul a:hover {
          background: var(--purple-dark);
          color: white;
        }

        .topmenu > ul > li > ul a span {
          padding: 14px 20px 12px 20px;
          display: block;
        }

        .topmenu > ul > li > ul a::after {
          content: "\f3d3";
          font-family: "Ionicons";
          font-size: 11px;
          position: absolute;
          top: 14px;
          right: 18px;
          display: none;
        }
        .topmenu > ul > li > ul li.has-children > .topmenu__row > a::after {
          display: block;
        }

  /* Subsubmenu */
    .topmenu > ul > li > ul > li > ul {
      list-style: none;
      padding: 0;
      margin: 0;
      position: absolute;
      left: 100%;
      top: 0;
      background: white;
      max-width: 210px;
      width: 100%;
    }
    .menu-is-fixed .top-header {
      position: fixed;
      width: 100%;
      box-shadow: 0 4px 6px -1px rgb(0 0 0 / 5%), 0 2px 4px -2px rgb(0 0 0 / 5%);
      background: #fff;
      top: 0;
    }

      .menu-is-fixed .top-header .topmenu {
        width: 100%;
      }

      .menu-is-fixed .top-header .topmenu > ul {
        background: white;
        justify-content: end;
      }

        .menu-is-fixed .top-header .topmenu > ul li.lediga-tjanster a {
          background: none;
        }

        .menu-is-fixed .top-header .topmenu > ul li:last-child {
          margin-left: 0;
        }

        .menu-is-fixed .top-header .topmenu > ul > li > .topmenu__row > a:hover {
          color: #222;
          background: #fff;
        }
          .menu-is-fixed .top-header .topmenu > ul a:not(:hover) {
            color: #222;
            background: #fff !important;
          }

          .menu-is-fixed .top-header .topmenu > ul a span {
            padding: 20px 15px;
          }
}

.mobile-icon {
  display: none;
}

@media (max-width: 1199px) {
  .topmenu {
    background: #fff;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    max-height: 0;
    overflow: hidden;
  }

    .topmenu.menu-is-open {
      max-height: 100vh;
      transition: max-height 1s ease-in-out;
    }

    .topmenu ul {
      list-style: none;
    }

    .topmenu > ul {
      margin: 0;
      padding: 0;
      margin-top: 1.5rem;
    }

      .topmenu > ul ul {
        padding-left: 2rem;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        max-height: 0;
        overflow: hidden;
      }

        .topmenu > ul ul > li:first-child {
          padding-top: 0.5rem;
        }

        .topmenu > ul ul > li:last-child {
          padding-bottom: 0.5rem;
        }

        .topmenu > ul ul.is-open {
          max-height: 100vh;
          transition: max-height 1s ease-in-out;
        }

        .topmenu > ul ul a {
          opacity: 0.7;
          border-bottom: none;
          border-top: none;
          padding: 0.5rem 0;
          font-size: 1.4rem;
        }

    .topmenu a {
      border-bottom: 1px solid #eee;
      border-top: 1px solid #eee;
      margin-bottom: -1px;
      display: flex;
      justify-content: space-between;
      padding: 0.875rem 0;
      font-size: 1.5rem;
      font-weight: 400;
      flex: 1;
    }
      .topmenu > ul > li:last-child > .topmenu__row > a {
        border-bottom: none;
        margin-bottom: -1rem;
      }
      .topmenu li.has-children > .topmenu__row {
        display: flex;
        position: relative;
      }

        .topmenu li.has-children > .topmenu__row > button {
          content: "+";
          font-size: 2rem;
          font-weight: 300;
          width: 24px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          background: none;
          padding: 0;
        }

  .logo-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-icon {
    display: flex;
    align-items: center;
  }

    .mobile-icon .mobile-icon-open {
      display: block;
    }

    .mobile-icon .mobile-icon-close {
      display: none;
    }
      .mobile-icon.menu-is-open .mobile-icon-open {
        display: none;
      }

      .mobile-icon.menu-is-open .mobile-icon-close {
        display: block;
      }

  .top-header {
    padding-block: 1rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 5%), 0 2px 4px -2px rgb(0 0 0 / 5%);
  }

    .top-header img {
      height: 50px;
      margin-top: -1rem;
    }
}

.layout-color-image {
  position: relative;
}

.layout-color-image img {
    display: block;
    margin: 0 auto;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 1498px;
    width: 100%;
  }

.layout-color-image .layout-color-image-gradient {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    left: 50%;
    transform: translate(-50%);
    width: 1500px;
    max-width: 100%;
  }

.layout-color-text-content {
    color: #fff;
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 980px;
}

.layout-color-text-content strong {
        font-weight: bold;
    }

.layout-color-text-content .container:before,
        .layout-color-text-content .container:after {
            content: none;
        }

.layout-color-text-content a,
    .layout-color-text-content a:hover {
        color: #fff !important;
    }

.layout-color-text-content h1 {
        color: #fff;
        margin: 0;
    }

.layout-color-text-content p:last-child {
        margin-bottom: 0;
    }

.layout-color-text[data-color="gray"] h1 {
    color: var(--purple);
  }

.layout-color-text[data-color="gray"] p {
    color: #000;
  }

.layout-color-text[data-color="gray"] a {
    color: var(--purple) !important;
  }

.layout-content {
    padding: 40px 0;
    font-weight: 400;
}

.layout-content .row {
        max-width: 980px;
    }

.layout-content ul,.layout-content ol {
        margin-bottom: 2rem;
    }

.layout-content a, .accordion a, .layout-color-text a, .layout-why-lists a {
        font-weight: bold;
        text-decoration: underline;
    }

.layout-content blockquote, .accordion blockquote, .layout-color-text blockquote, .layout-why-lists blockquote {
        font-size: 18px;
        line-height: 1.5;
        font-weight: bold;
        font-style: italic;
        border-left: none;
        padding-left: 0rem;
        position: relative;
        //padding: 20px;
        padding-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

@media (min-width: 572px) {

.layout-content blockquote, .accordion blockquote, .layout-color-text blockquote, .layout-why-lists blockquote {
            padding-left: 9rem;
            padding-top: 40px;
            margin-bottom: 40px;
            max-width: 768px
    }
        }

.layout-content blockquote p, .accordion blockquote p, .layout-color-text blockquote p, .layout-why-lists blockquote p {
            padding-top: 1rem;
            margin-top: 3rem;
        }

@media (min-width: 572px) {

.layout-content blockquote p, .accordion blockquote p, .layout-color-text blockquote p, .layout-why-lists blockquote p {
                margin-top: 0
        }
            }

.layout-content blockquote:before, .accordion blockquote:before, .layout-color-text blockquote:before, .layout-why-lists blockquote:before {
            content: '”';
            font-size: 120px;
            position: absolute;
            top: 0;
            left: 0;
            color: inherit;
            line-height: 1;
        }

@media (min-width: 572px) {

.layout-content blockquote:before, .accordion blockquote:before, .layout-color-text blockquote:before, .layout-why-lists blockquote:before {
                top: 0;
                top: 20px;
                left: 3rem
        }
            }

.layout-content + .layout-illustration{
    margin-top: 0;
}

.layout-icon-buttons.layout-icon-buttons-2 .layout-icon-buttons-items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);

        max-width: 1120px;
        margin: 0 auto;
    }

@media (min-width: 1120px) {

.layout-icon-buttons.layout-icon-buttons-2 .layout-icon-buttons-items {
            padding-right: 15px;
            padding-left: 15px
    }
        }

@media (min-width: 768px) {

.layout-icon-buttons.layout-icon-buttons-2 .layout-icon-buttons-items {
            grid-template-columns: repeat(2, 1fr)
    }
        }

.layout-icon-buttons.layout-icon-buttons-2 .square {
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
        gap: 2rem;
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

@media (min-width: 768px) {

.layout-icon-buttons.layout-icon-buttons-2 .square {
            padding-top: 6rem;
            padding-bottom: 6rem
    }
        }

.layout-icon-buttons.layout-icon-buttons-3 .layout-icon-buttons-items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);

        max-width: 1120px;
        margin: 0 auto;
    }

@media (min-width: 1120px) {

.layout-icon-buttons.layout-icon-buttons-3 .layout-icon-buttons-items {
            padding-right: 15px;
            padding-left: 15px
    }
        }

@media (min-width: 768px) {

.layout-icon-buttons.layout-icon-buttons-3 .layout-icon-buttons-items {
            grid-template-columns: repeat(3, 1fr)
    }
        }

.layout-icon-buttons.layout-icon-buttons-3 .square {
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
        gap: 2rem;
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

@media (min-width: 768px) {

.layout-icon-buttons.layout-icon-buttons-3 .square {
            aspect-ratio: 1/1
    }
        }

.layout-icon-buttons img {
        height: 8rem;
    }

.layout-icon-buttons span {
        font-family: Roboto;
        line-height: 32px;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        font-size: 22px;
        text-decoration: underline;
    }

.layout-icon-buttons a[style="background-color: #ffffff;"] span, .layout-icon-buttons a[style="background-color: #f1f1f0;"] span, .layout-icon-buttons a[style="background-color: #d9d9d9;"] span {
        color: #000;
      }

.layout-icon-block {
    padding: 4rem;
}

@media (min-width: 768px) {
        .layout-icon-block .layout-icon-buttons-items {
            flex-direction: row;
        }
    }

.layout-icon-block .a {
        padding: 4rem 0;
        flex: 1;
    }

@media (min-width: 768px) {

.layout-icon-block .a {
            padding: 6rem 0
    }
        }

.layout-icon-block strong {
        font-size: 32px;
    }

.layout-icon-block .container {
        padding: 0;
        margin: 0 auto;
    }

.layout-icon-block .layout-icon-block-items {
        display: flex;
        flex-direction: column;
    }

@media (min-width: 768px) {

.layout-icon-block .layout-icon-block-items {
            flex-direction: row
    }
        }

.layout-icon-block .square {
        display: grid;
        place-items: center;
    }

.layout-icon-block .square .layout-icon-buttons-inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2rem;
            text-align: center;
            padding: 0 4rem;
        }

.layout-icon-block img {
        height: 8rem;
    }

.layout-icon-block span {
        font-family: Roboto;
        line-height: 32px;
        font-weight: 400;
        font-style: normal;
        color: #670047;
        font-size: 22px;
    }

.layout-why-lists {
    color: #fff;
    background: linear-gradient(90deg, rgba(141,5,98,1) 0%, rgba(141,5,98,1) 50%, rgba(103,0,71,1) 50%, rgba(103,0,71,1) 100%);
}

.layout-why-lists .container {
        padding: 0;
    }

.layout-why-lists .layout-why-lists-item {
        display: grid;
        background: #eee;
        grid-template-columns: 1fr;
        grid-template-areas:
        "first-title"
        "first-list"
        "last-title"
        "last-list";
    }

@media (min-width: 576px) {

.layout-why-lists .layout-why-lists-item {
            grid-template-columns: 1fr 1fr;
            grid-template-areas:
            "first-title last-title"
            "first-list last-list"
    }
        }

.layout-why-lists a {
        color: #fff;
    }

.layout-why-lists h3 {
        color: #fff;
        border-bottom: 1px solid #8d4677;
        padding: 2rem;
        margin: 0;
    }

@media (min-width: 576px) {

.layout-why-lists h3 {
            padding: 2rem 4rem
    }
        }

.layout-why-lists h3:first-of-type {
            background: #8d0562;
            grid-area: first-title;
        }

.layout-why-lists h3:last-of-type {
            background: #670047;
            grid-area: last-title;
        }

.layout-why-lists ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        padding: 2rem;
        grid-area: list;
    }

@media (min-width: 576px) {

.layout-why-lists ul {
            padding: 2rem 4rem
    }
        }

.layout-why-lists ul:first-of-type {
            background: #8d0562;
            grid-area: first-list;
        }

.layout-why-lists ul:last-of-type {
            background: #670047;
            grid-area: last-list;
        }

.layout-why-lists li {
        background-image: url('../../icons/list-check.svg');
        background-repeat: no-repeat;
        background-size: 24px 24px;
        padding-left: ~"calc(24px + 2rem)";
        line-height: 1.3;
    }

.layout-why-lists li:not(:last-child) {
            padding-bottom: 2rem;
        }

.layout-why-lists li:last-child {
            padding-bottom: 1rem;
        }

.accordion {
    border-bottom: 2px solid #670047;
    font-weight: 400;
}

.accordion .accordion-text {
        position: relative;
        overflow: hidden;
        max-height: 800px;
        opacity: 1;
        transform: translate(0, 0);
        
        z-index: 2;
        transition:all 500ms ease;
        padding-bottom: 2rem;
        padding-top: 1rem;
    }

.accordion .accordion-text, .accordion ul li i:before, .accordion ul li i:after {
        transition: all 0.25s ease-in-out;
    }

.accordion > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.accordion > ul > li {
            position: relative;
            padding: 0;
            margin: 0;
            padding-top: 3rem;
            border-top: 2px solid #670047;
            //border-bottom: 2px solid #670047;
            margin-bottom: -2px;
        }

.accordion > ul > li ul, .accordion > ul > li ol {
                list-style: disc;
                margin-bottom: 2rem;
            }

.accordion > ul > li input[type=checkbox] {
                position: absolute;
                cursor: default;
                width: 100%;
                height: 100%;
                z-index: 1;
                opacity: 0;
            }

.accordion > ul > li input[type=checkbox]:checked ~ .accordion-text {
                    max-height: 0;
                    opacity: 0;
                    transform: translate(0, 50%);
                }

.accordion > ul > li input[type=checkbox]:checked ~ .accordion-row .accordion-plus svg:first-child {
                    display: block;
                }

.accordion ul li:nth-of-type(1) {
        animation-delay: 0.5s;
    }

.accordion ul li:nth-of-type(2) {
    animation-delay: 0.75s;
    }

.accordion ul li:nth-of-type(3) {
    animation-delay: 1s;
    }

.accordion ul li:last-of-type {
    padding-bottom: 0;
    }

.accordion-plus {
    height: 24px;
    width: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-plus svg {
        position: absolute;
        width: 24px;
        height: 24px;
    }

.accordion-plus svg:first-child {
            display: none;
        }

.accordion-toggle {
    background: #6b0d4c;
    color: #fff;
    border-radius: 0.5rem;
    font-size: 12px;
    font-weight: normal;
    padding: 0.75rem 2rem;
    display: inline-flex;
    font-size: 18px;
    gap: 1rem;
}

.accordion-toggle svg {
        width: 16px;
        height: 16px;
    }

.accordion-toggle:hover {
        color: #fff;
        background: #520039;
    }

.accordion-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.accordion-row h2 {
        margin: 0;
    }

.accordion-row .accordion-icon {
        margin-top: 5px;
        margin-right: 2rem;
        position: relative;
        z-index: 1000;
        pointer-events: none;
    }

[data-accordion-button="1"] h2 {
        text-align: center;
        width: 100%;
    }

@media (min-width: 420px) {

[data-accordion-button="1"] h2 {
            width: auto;
            text-align: left
    }
        }

[data-accordion-button="1"] .accordion-icon {
        margin: 0 auto;
        white-space: nowrap;
    }

@media (min-width: 420px) {

[data-accordion-button="1"] .accordion-icon {
            margin-top: 0;
            margin: 0
    }
        }

[data-accordion-button="1"] .accordion-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

@media (min-width: 420px) {

[data-accordion-button="1"] .accordion-row {
            flex-direction: row
    }
        }

.accordion-limit {
    max-width: 980px;
}

.layout-quote {
  position: relative;
}

.layout-quote .img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    max-width: 1498px;
    margin: 0 auto;
    width: 100%;
  }

.layout-quote .layout-quote-gradient {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    max-width: 1500px;
    width: 100%;
  }

.layout-quote .container {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
    top: 0;
    z-index: 2;
  }

.layout-quote p {
    color: #fff;
    text-align: center;
    z-index: 3;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
    padding: 6rem;
    position: relative;
    margin: 0;
  }

@media (min-width: 576px) {

.layout-quote p {
      font-size: 34px
  }
    }

.layout-illustration {
    display: none;
    margin: 4rem 0;
}

@media (min-width: 768px) {

.layout-illustration {
        display: block
}
    }

.layout-breadcrumbs {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.layout-breadcrumbs p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: 400;
    }

.layout-breadcrumbs a {
        font-weight: bold;
        font-size: 14px;
        padding-right: 1.5rem;
        text-decoration: underline;
    }

.layout-breadcrumbs a:after {
        content: ' >';
        font-weight: normal;
        text-decoration: none;
        position: absolute;
        margin-left: 0.5rem;
    }

.layout-breadcrumbs + .layout-content {
    padding-top: 0;
}

#cg-page-wrap .layout-breadcrumbs:first-child {
    margin-top: 4rem;
}

@media (min-width: 992px) {

#cg-page-wrap .layout-breadcrumbs:first-child {
        margin-top: 8rem
}
    }

.splide__container{box-sizing:border-box;position:relative}

.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}

.splide.is-initialized:not(.is-active) .splide__list{display:block}

.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}

.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}

.splide__progress__bar{width:0}

.splide{position:relative;visibility:hidden}

.splide.is-initialized,.splide.is-rendered{visibility:visible}

.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}

.splide__slide img{vertical-align:bottom}

.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}

.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}

.splide__toggle.is-active .splide__toggle__pause{display:inline}

.splide__track{overflow:hidden;position:relative;z-index:0}

@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}

.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}

.splide__track--fade>.splide__list{display:block}

.splide__track--fade>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}

.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}

.splide--rtl{direction:rtl}

.splide__track--ttb>.splide__list{display:block}

.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}

.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}

.splide__arrow:hover:not(:disabled){opacity:.9}

.splide__arrow:disabled{opacity:.3}

.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}

.splide__arrow--prev{left:1em}

.splide__arrow--prev svg{transform:scaleX(-1)}

.splide__arrow--next{right:1em}

.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}

.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}

.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}

.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}

.splide__pagination__page:hover{cursor:pointer;opacity:.9}

.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}

.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}

.splide__progress__bar{background:#ccc;height:3px}

.splide__slide{-webkit-tap-highlight-color:transparent}

.splide__slide:focus{outline:0}

@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}

@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}

@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}

@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}

.splide__toggle{cursor:pointer}

.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}

.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}

.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}

.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}

.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}

.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}

.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}

.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}

.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}

.splide__arrows--ttb .splide__arrow--prev{top:1em}

.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}

.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}

.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}

.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}

.layout-hero {
    background: #e4e4e3;
}

.layout-hero[data-white="yes"] {
        background: #fff;
    }

.layout-hero[data-white="yes"] p {
            color: #222 !important;
        }

.layout-hero.layout-hero-text_image .layout-hero-inner {
            flex-direction: column;
        }

@media (min-width: 768px) {

.layout-hero.layout-hero-text_image .layout-hero-inner {
                flex-direction: row-reverse
        }
            }

.layout-hero .container {
        padding: 0;
    }

@media (max-width: 991px) {

.layout-hero .container {
            width: 100%
    }
        }

.layout-hero .layout-hero-item {
        padding-left: 0;
        padding-right: 0;
        max-width: 1120px;
        margin: 0 auto;
    }

@media (min-width: 1120px) {

.layout-hero .layout-hero-item {
            padding-left: 15px;
            padding-right: 15px
    }
        }

.layout-hero .layout-hero-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 4rem;
        padding: 0;
        gap: 2rem;
        text-align: center;
    }

@media (min-width: 768px) {

.layout-hero .layout-hero-inner {
            align-items: center;
            flex-direction: row;
            //padding: 4rem;
            //padding: 4rem;
            
            gap: 0;
            text-align: left
    }
        }

@media (min-width: 1050px) {

.layout-hero .layout-hero-inner {
            padding: 0
            /*padding-top: 4rem;
            padding-bottom: 4rem;*/
    }
        }

.layout-hero .layout-hero-inner .layout-hero-content {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            width: 100%;
            align-items: center;
            padding: 4rem;
            padding-top: 2rem;
        }

@media (min-width: 768px) {

.layout-hero .layout-hero-inner .layout-hero-content {
                //padding: 4rem;
                width: 50%;
                align-items: flex-start;
                padding: 0;
                padding-left: 4rem;
                padding-top: 4rem;
                padding-bottom: 4rem;
                padding-right: 4rem
        }
            }

@media (min-width: 992px) {

.layout-hero .layout-hero-inner .layout-hero-content {
                //padding: 2rem 8rem;
                
                width: 66.66%
        }
                
            }

.layout-hero .layout-hero-inner h2 {
            padding: 0;
            margin: 0;
            line-height: 1.1;
            font-weight: normal;
            color: #670047;
            font-weight: 500;
        }

.layout-hero .layout-hero-inner iframe {
            height: 100%;
            width: 100%;
            border: none;
            aspect-ratio: 16/9;
        }

@media (min-width: 768px) {

.layout-hero .layout-hero-inner iframe {
                max-width: 50vw
        }
            }

.layout-hero .layout-hero-inner img {
            -o-object-fit: cover;
               object-fit: cover;
            height: 100%;
            width: 100%;
        }

@media (min-width: 576px) {

.layout-hero .layout-hero-inner img {
                padding-top: 4rem;
                width: 50%
        }
            }

@media (min-width: 768px) {

.layout-hero .layout-hero-inner img {
                padding-top: 0;
                width: 50%
        }
            }

@media (min-width: 992px) {

.layout-hero .layout-hero-inner img {
                width: 33.33%
        }
            }

.layout-hero .layout-hero-inner p {
            color: #670047;
            font-size: 18px;
            margin: 0;
        }

.layout-hero .layout-hero-inner a {
            background: #6b0d4c;
            color: #fff;
            border-radius: .5rem;
            padding: .75rem 2rem;
            display: inline-block;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: normal;
        }

.layout-hero .layout-hero-inner a:hover {
                color: #fff;
                background: #520039;
            }

.layout-hero + .layout-hero {
    background: hsl(60, 2%, 85%);
}

.layout-certifications {
    margin-bottom: 4rem;
}

.layout-certifications .splide__slide__container {
        height: 100%;
    }

.layout-certifications .splide__box {
        padding: 4rem 2rem;
        height: 100%;
    }

.layout-certifications .splide__box a {
            height: 100%;
            display: grid;
            place-items: center;
            position: relative;
        }

.layout-certifications .splide__box img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        max-height: 150px;
    }

.layout-certifications .splide__pagination__page {
        background: #9f9f9f;
    }

.layout-certifications .splide__pagination__page.is-active {
        background: #141414;
    }

.layout-figure {
    background: rgb(238, 225, 233);
}

@media (min-width: 768px) {

.layout-figure {
        background: #f1f1f0
}
    }

.layout-figure .container {
        display: flex;
        justify-content: center;
        position: relative;
    }

.layout-figure .container:before, .layout-figure .container:after {
            content: none;
        }

.layout-figure .layout-figure-wrap {
        position: relative;
        width: 100%;
        max-width: 640px;
    }

.layout-figure .layout-figure-circle {
        background: rgb(238, 225, 233);
        color: #670047;
        position: relative;
        width: 100%;
        padding: 4rem;
    }

.layout-figure .layout-figure-circle > div {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;

            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            align-items: center;
        }

@media (min-width: 768px) {

.layout-figure .layout-figure-circle > div {
                margin-top: -2rem
        }
            }

.layout-figure p {
        font-family: Roboto;
        line-height: 32px;
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        margin: 0;
        padding: 0;
    }

.layout-figure img {
        width: 8rem;
        height: 8rem;
    }

.layout-figure a {
        background: #6b0d4c;
        color: #fff !important;
        border-radius: 0.5rem;
        font-size: 14px;
        font-weight: normal;
        padding: .75rem 2rem;
        display: inline-block;
        margin-top: 1rem;
        text-transform: uppercase;
    }

.layout-figure a:hover {
            color: #fff;
            background: #520039;
        }

.layout-figure svg {
        display: none;
    }

@media (min-width: 768px) {
        .layout-figure svg {
            display: block;
        }
        .layout-figure .layout-figure-circle {
            position: absolute;
            border-radius: 100vh;
            height: 360px;
            width: 360px;
            bottom: 0;
            right: 0;
        }
        .layout-figure .layout-figure-wrap {
            margin: 4rem;
        }
        .layout-figure .layout-figure-circle {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .layout-figure .layout-figure-circle > div {
                display: flex;
                flex-direction: column;
                justify-content: center;
                text-align: center;
                align-items: center;
            }
    }

.layout-hero-start {
    background-position: center;
    background-size: 100%;
    
    //height: auto;
    padding: 4rem 0;
    background-size: cover;
    display: grid;
    place-items: center;
}

.layout-hero-start .layout-hero-start-inner {
        width: 100%;
        max-width: 750px;
       
        padding-left: 2rem;
        padding-right: 2rem;
    }

@media (min-width: 992px) {

.layout-hero-start .layout-hero-start-inner {
            max-width: 970px
    }
        }

@media (min-width: 1200px) {

.layout-hero-start .layout-hero-start-inner {
            max-width: 1120px
    }
        }

.layout-hero-start h1 {
        color: rgb(103, 0, 71);
        line-height: 1;
        margin-bottom: 3rem;

        font-size: 34px;
    }

@media (min-width: 576px) {

.layout-hero-start h1 {
          font-size: 55px
    }
        }

.layout-hero-start p {
        font-size: 24px;
        color: rgb(103, 0, 71);
        margin-bottom: 3rem;
        line-height: 1.3;
    }

.layout-hero-start p br {
            display: none;
        }

@media (min-width: 576px) {

.layout-hero-start p br {
                
                    display: block
        }
                
            }

.layout-hero-start a {
        background: #6b0d4c;
        color: #fff;
        border-radius: 0.5rem;
        font-weight: normal;
        padding: 0.75rem 2rem;
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
    }

.layout-hero-start a:hover {
            background: #520039;
            color: #fff !important;
        }

/*.layout-hero-start {
    background-position: top;
    background-size: 1100px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    
    background-repeat: no-repeat;
    background-color: #f4f4f4;

    .layout-hero-start-inner {
        margin-left: 0;
        padding-left: 4rem;
        padding-right: 4rem;

        @media (min-width: 480px) {
            padding-left: 6rem;
            padding-right: 6rem;
        }

        @media (min-width: 576px) {
            margin-left: -4rem;

            
        }

        @media (min-width: 768px) {
        }
    }

    @media (min-width: 1024px) {
        background-size: cover;
        background-position: center -4rem;
        background-size: 1500px;
        
    }
}*/

.layout-ingress h1 {
        margin-top: 0;
        margin-bottom: 22px;
    }

.layout-ingress a {
        text-decoration: underline;
        font-weight: bold;
    }

.layout-ingress strong {
        font-weight: bold;
    }

.layout-ingress p {
        font-family: Roboto;
        line-height: 32px;
        font-weight: 300;
        font-style: normal;
        color: #222;
        font-size: 22px;
        margin-bottom: 1.5em;
    }

.layout-ingress p:last-child {
            margin-bottom: 0;
        }

.layout-ingress .container {
        display: grid;
        grid-template-columns: 1fr;
        padding-top: 3rem;
        padding-bottom: 3rem;
        gap: 3rem;
    }

@media (min-width: 576px) {

.layout-ingress .container {
            grid-template-columns: 1fr 1fr;
            padding-top: 3rem;
            padding-bottom: 3rem
    }
        }

@media (min-width: 768px) {

.layout-ingress .container {
            grid-template-columns: 2fr 1fr;
            padding-top: 6rem;
            padding-bottom: 6rem
    }
        }

.layout-ingress .container:before,
        .layout-ingress .container:after {
            content: none;
        }

[data-space="1"] {
    height: 1rem;
}

[data-space="2"] {
    height: 2rem;
}

[data-space="3"] {
    height: 3rem;
}

[data-space="4"] {
    height: 4rem;
}

[data-space="5"] {
    height: 4rem;
}

@media (min-width: 420px) {

[data-space="5"] {
        height: 5rem
}
    }

[data-space="6"] {
    height: 4rem;
}

@media (min-width: 420px) {

[data-space="6"] {
        height: 6rem
}
    }

.layout-offices {
  font-weight: 400;
  --background-color: #ffffff;
  --color-neutral: #000;
  --color-primary: var(--purple);
  scroll-margin-top: 8rem;
}

.layout-offices .layout-offices-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 45px;
         column-gap: 45px;
    row-gap: 2rem;
  }

@media (min-width: 768px) {

.layout-offices .layout-offices-wrap {
      grid-template-columns: repeat(2, 1fr)
  }
    }

@media (min-width: 1250px) {

.layout-offices .layout-offices-wrap {
      grid-template-columns: repeat(3, 1fr)
  }
    }

.layout-offices .layout-office-primary {
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 40px;
  }

.layout-offices .layout-office-single {
    display: flex;
    flex-direction: column;
  }

.layout-offices .layout-office-card {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
  }

@media (min-width: 768px) {

.layout-offices .layout-office-card {
      min-height: 300px
  }
    }

.layout-offices .layout-office-card[data-has-image="0"] {
      --background-color: var(--gray-bright);
    }

.layout-offices .layout-office-card:hover {
      --background-color: var(--purple);
      --color-neutral: #fff;
      --color-primary: #fff;
    }

.layout-offices div.layout-office-card {
    background-color: var(--purple);
    --color-neutral: #fff;
    --color-primary: #fff;
  }

.layout-offices a.layout-office-card {
    background-color: var(--background-color);
  }

.layout-offices .layout-office-card,
  .layout-offices img {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }

.layout-offices .layout-office-text {
    position: relative;
    padding: 60px 40px 40px 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    color: var(--color-neutral);
  }

@media (min-width: 768px) {

.layout-offices[data-generic="1"] .layout-office-text {
      padding-top: 75px
  }
    }

.layout-offices[data-generic="1"] .container {
    width: 100%;
    max-width: 1300px;
  }

.layout-offices .layout-office-title {
    font-family: Roboto;
    line-height: 1.3;
    font-weight: 700;
    font-style: normal;
    color: var(--color-primary);
    font-size: 34px;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

.layout-offices .layout-office-address {
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }

.layout-offices[data-generic="1"] .layout-office-title {
    font-size: 25px;
  }

.layout-offices .layout-office-map-icon {
    margin-left: 2rem;
    display: flex;
    align-items: center;
  }

.layout-offices .layout-office-map-icon svg {
      height: 16px;
      width: 16px;
      fill: var(--purple);
    }

.layout-offices .layout-office-link {
    display: flex;
    margin-left: auto;
    margin-top: auto;
  }

.layout-offices .layout-office-link svg {
      height: 20px;
      width: 20px;
      transition-property: transform;
      transition-duration: 200ms;
      margin-top: 20px;
      fill: var(--color-neutral);
      stroke: var(--color-neutral);
    }

.layout-offices a.layout-office-card:hover .layout-office-link svg {
      transform: translate(1rem);
    }

.layout-offices img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    opacity: .05;
  }

.layout-offices .layout-office-findus {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1rem;
  }

.layout-offices .layout-office-findus .layout-office-map-link {
      flex: 1;
    }

.layout-offices .layout-office-findus .layout-office-map-link a {
        text-decoration: underline;
        font-size: 14px;
      }

.layout-references .layout-references-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 2rem;
  }

@media (min-width: 768px) {

.layout-references .layout-references-wrap {
      grid-template-columns: repeat(2, 1fr)
  }
    }

@media (min-width: 992px) {

.layout-references .layout-references-wrap {
      grid-template-columns: repeat(4, 1fr)
  }
    }

.layout-references .layout-reference-card {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    overflow: hidden;
    background: #f1f1f0;
  }

.layout-references img {
    width: 100%;
  }

.layout-contact_cards .layout-contact_cards-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 2rem;
  }

@media (min-width: 768px) {

.layout-contact_cards .layout-contact_cards-wrap {
      grid-template-columns: repeat(2, 1fr)
  }
    }

@media (min-width: 992px) {

.layout-contact_cards .layout-contact_cards-wrap {
      grid-template-columns: repeat(4, 1fr)
  }
    }

.layout-contact_cards .layout-contact_card-linkedin {
    margin-bottom: 1rem;
  }

.layout-contact_cards .layout-contact_card-linkedin svg {
    height: 24px;
    width: 24px;
  }

.layout-contact_cards .layout-contact_card-card {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    overflow: hidden;
    background: #f1f1f0;
  }

.layout-contact_cards .layout-contact_card-text,
  .layout-contact_cards .layout-contact_card-name,
  .layout-contact_cards .layout-contact_card-title,
  .layout-contact_cards a {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
  }

.layout-contact_cards .layout-contact_card-title {
    opacity: 70%;
  }

.layout-contact_cards .layout-contact_card-text {
    padding: 1.5rem 32px 32px 32px;
  }

.layout-contact_cards .layout-contact_card-name {
    font-weight: bold;
    padding: 0;
    margin: 0;
  }

.layout-contact_cards .layout-contact_card-title {
    padding: 0;
    margin: 0;
  }

.layout-contact_cards .layout-contact_card-phone a,
  .layout-contact_cards .layout-contact_card-email a {
    text-decoration: underline;
    font-weight: 500;
    opacity: 70%;
  }

.layout-contact_cards .layout-contact_card-phone a:hover, .layout-contact_cards .layout-contact_card-email a:hover {
      color: #000;
      opacity: 1;
    }

.layout-contact_cards img {
    width: 100%;
   -o-object-fit: cover;
      object-fit: cover;
   -o-object-position: top center;
      object-position: top center;
   height: 100%;
   aspect-ratio: 4 / 2.5;
  }

.layout-anchor .container {
    position: relative;
  }

@media (min-width: 576px) {

.layout-anchor .layout-anchor-float {
      position: absolute;
      right: 16px
  }
    }

.layout-anchor a {
    background: #6b0d4c;
    color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: normal;
    padding: 0.75rem 3rem;
    display: inline-block;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 1rem;
  }

@media (min-width: 576px) {

.layout-anchor a {
      display: flex
  }
    }

.layout-anchor a:hover {
      background: var(--purple-dark);
      color: #fff !important;
    }

.layout-anchor a svg {
      width: 12px;
      height: 12px;
      fill: #fff;
    }

.layout-quotes .layout-quotes-wrap {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 20px;
  }

@media (min-width: 768px) {

.layout-quotes .layout-quotes-wrap {
      grid-template-columns: repeat(2, 1fr)
  }
    }

@media (min-width: 992px) {

.layout-quotes .layout-quotes-wrap {
      grid-template-columns: repeat(3, 1fr)
  }
    }

.layout-quotes .layout-quotes-card {
    color: var(--purple);
    background: var(--gray-bright);
    font-weight: 500;
    padding: 45px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;

    transform: scale(0);
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    transition-property: transform;
  }

.layout-quotes .layout-quotes-card.active {
      transform: scale(1);
    }

.layout-quotes .layout-quotes-text {
    letter-spacing: 1.2px;
    font-size: 15px;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    color: var(--purple) !important;
  }

.layout-quotes .layout-quotes-text p {
      margin-top: -30px;
      margin-left: 2rem;
    }

.layout-quotes .layout-quotes-text::before {
      content: open-quote;
      font-size: 96px;
      top: 0px;
      left: 0px;
      color: inherit;
      line-height: 1;
      margin-bottom: -96px;
    }

.layout-quotes .layout-quotes-text::after {
      content: close-quote;
      visibility: hidden;
    }

.layout-quotes .layout-quotes-author {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1.2px;
    line-height: 1;
    margin-top: 0.5rem;
  }

.layout-quotes .layout-quotes-company {
    font-size: 20px;
    color: var(--black) !important;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

.layout-quotes .layout-quotes-meta {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    color: var(--purple) !important;
  }

.layout-quotes figure {
    margin-left: auto;
    display: flex;
    align-items: center;
  }

.layout-quotes a {
    background: rgba(103, 0, 71, 10%) !important;
  }

.layout-quotes a:hover {
      background: rgba(103, 0, 71, 20%) !important;
    }

.layout-quotes svg {
    fill: var(--black);
    stroke: var(--black);
    transition-property: transform;
    transition-duration: 200ms;
  }

.layout-quotes a:hover svg {
    transform: translate(1rem);
  }

.layout-quotes button {
    background: #6b0d4c;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: normal;
    padding: 0.75rem 2rem;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
  }

.layout-quotes .layout-quotes-more {
    margin-top: 40px;
  }

.layout-quotes .layout-quotes-more button {
      margin: 0 auto;
      display: block;
    }

.layout-reference_lists .layout-reference_lists-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }

@media (min-width: 768px) {

.layout-reference_lists .layout-reference_lists-wrap {
      grid-template-columns: repeat(2, 1fr)
  }
    }

@media (min-width: 992px) {

.layout-reference_lists .layout-reference_lists-wrap {
      grid-template-columns: repeat(3, 1fr)
  }
    }

.layout-reference_lists ul {
    padding: 0;
    margin: 0;
    margin-top: 2rem;
  }

.layout-reference_lists li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
  }

.layout-reference_lists h2 {
    font-size: 18px;
    font-weight: 400;
    color: var(--purple);
    font-weight: bold;
    padding: 0;
    margin: 0;
  }

.layout-reference_lists svg{
    fill: purple;

  }

.layout-reference_lists [data-open="false"] ul >* {
    display: none;
  }

.layout-reference_lists [data-open="true"] svg {
      transform: rotate(-90deg);
    }

.layout-reference_lists [data-open="false"] ul >*:nth-child(-n+5) {
    display: block;
  }

.layout-reference_lists button {
    color: var(--purple);
    font-weight: bold;
    font-size: 16px;
    background: none;
    padding: 0;
    text-align: left;
    margin-top: .5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

.layout-reference_lists button svg {
      transform: rotate(90deg);
      transition-duration: 200ms;
      transition-property: transform;
      transition-timing-function: ease-in-out;
    }

.layout-posts {
  font-weight: 400;
  --background-color: #ffffff;
  --color-neutral: #000;
  --color-primary: var(--purple);
  scroll-margin-top: 8rem;
}

.layout-posts .layout-posts-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 45px;
         column-gap: 45px;
    row-gap: 2rem;
  }

@media (min-width: 768px) {

.layout-posts .layout-posts-wrap {
      grid-template-columns: repeat(2, 1fr)
  }
    }

@media (min-width: 1250px) {

.layout-posts .layout-posts-wrap {
      grid-template-columns: repeat(3, 1fr)
  }
    }

.layout-posts .layout-post-primary {
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 40px;
  }

.layout-posts .layout-post-single {
    display: flex;
    flex-direction: column;
  }

.layout-posts .layout-post-card {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
  }

@media (min-width: 768px) {

.layout-posts .layout-post-card {
      min-height: 300px
  }
    }

.layout-posts .layout-post-card[data-has-image="0"] {
      --background-color: var(--gray-bright);
    }

.layout-posts .layout-post-card:hover {
      --background-color: var(--purple);
      --color-neutral: #fff;
      --color-primary: #fff;
    }

.layout-posts div.layout-post-card {
    background-color: var(--purple);
    --color-neutral: #fff;
    --color-primary: #fff;
  }

.layout-posts a.layout-post-card {
    background-color: var(--background-color);
  }

.layout-posts .layout-post-card,
  .layout-posts img {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }

.layout-posts .layout-post-text {
    position: relative;
    padding: 40px 40px 40px 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--color-neutral);
  }

@media (min-width: 768px) {

.layout-posts[data-generic="1"] .layout-post-text {
      //padding-top: 75px
  }
    }

.layout-posts[data-generic="1"] .container {
    width: 100%;
    max-width: 1300px;
  }

.layout-posts .layout-post-title {
    font-family: Roboto;
    line-height: 1.3;
    font-weight: 700;
    font-style: normal;
    color: var(--color-primary);
    font-size: 34px;
    padding: 0;
    margin: 0;
    //margin-bottom: 1rem;
    text-align: center;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

.layout-posts .layout-post-address {
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }

.layout-posts[data-generic="1"] .layout-post-title {
    font-size: 25px;
  }

.layout-posts .layout-post-link {
    display: flex;
    margin-left: auto;
    margin-top: auto;
  }

@media (min-width: 768px) {

.layout-posts .layout-post-link {
      width: 100%;
      position: absolute;
      bottom: 0;
      right: 0
  }
    }

.layout-posts .layout-post-link svg {
      height: 20px;
      width: 20px;
      transition-property: transform;
      transition-duration: 200ms;
      margin-top: 20px;
      fill: var(--color-neutral);
      stroke: var(--color-neutral);
    }

@media (min-width: 768px) {

.layout-posts .layout-post-link svg {
        margin-right: 40px;
        margin-left: auto;
        margin-bottom: 40px
    }
      }

.layout-posts a.layout-post-card:hover .layout-post-link svg {
      transform: translate(1rem);
    }

.layout-posts img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    opacity: .05;
  }

.layout-posts .layout-post-findus {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1rem;
  }

.layout-posts .layout-post-findus .layout-post-map-link {
      flex: 1;
    }

.layout-posts .layout-post-findus .layout-post-map-link a {
        text-decoration: underline;
        font-size: 14px;
      }

.post-video {
  margin-bottom: 40px;
}

.post-video .post-video-embed iframe {
      margin-bottom: 0;
      display: flex;
      width: 100%;
      max-width: 768px;
      aspect-ratio: 16/9;
    }

.post-image {
  margin-bottom: 40px;
}

.post-image img {
    max-height: 750px;
  }

.filter a {
    display: none;
    
  }

@media (min-width: 1200px) {

.filter a {
      display: block
    
  }
    }

.filter[data-open="false"] a:nth-child(-n+6) {
      display: block;
  }

.filter[data-open="true"] a {
    display: block;
  }

.filter[data-open="true"] button {
    display: none;
  }

.filter .filter-wrap {
    display: flex;
    flex-direction: column;
     gap: 1rem;
     margin-bottom: 8rem;
  }

@media (min-width: 576px) {

.filter .filter-wrap {
      flex-wrap: wrap;
      flex-direction: row
  }
    }

.filter .filter-wrap a,.filter .filter-wrap button {
      border: 2px solid var(--purple);
      font-size: 18px;
      font-weight: normal;
      text-transform: uppercase;
      color: var(--purple);
      border-radius: 100vh;
      padding: 1rem 3rem;
      font-weight: 600;
    }

.filter .filter-wrap a.active, .filter .filter-wrap button.active {
        background: var(--purple);
        color: #fff;
      }

.filter .filter-wrap a:hover, .filter .filter-wrap button:hover {
        background: var(--purple-dark);
        color: #fff;
      }

.filter .filter-wrap button {
      background: var(--gray-bright);
      color: var(--black);
      border-color: #ddd;
    }

@media (min-width: 1200px) {

.filter .filter-wrap button {
        display: none
    }
      }

.filter .filter-wrap button:hover {
        color: var(--gray-bright);
        background: #292929;
        border-color: #000;
      }

#cookie-notice .cn-button {
  background: #00a99d;
  color: #fff;
  line-height: 1;
  padding: 8.5px 10px;
}

#cookie-notice .cn-button:hover {
    background: #00a095;
  }

.cn-close-icon {
  opacity: 0.5 !important;
}

.cn-close-icon:hover {
    opacity: 1 !important;
  }

.cn-close-icon:before,
  .cn-close-icon:after {
    background: #fff;
  }
