@font-face {
  font-family: 'lg';
  src: url("/files/theme/src/scss/vendors/lightgallery.js/dist/fonts/lg.eot?n1z373");
  src: url("/files/theme/src/scss/vendors/lightgallery.js/dist/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/files/theme/src/scss/vendors/lightgallery.js/dist/fonts/lg.woff?n1z373") format("woff"), url("/files/theme/src/scss/vendors/lightgallery.js/dist/fonts/lg.ttf?n1z373") format("truetype"), url("/files/theme/src/scss/vendors/lightgallery.js/dist/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button.lg-icon {
  width: auto;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  border-color: unset;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.45);
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/files/theme/src/scss/vendors/lightgallery.js/dist/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/files/theme/src/scss/vendors/lightgallery.js/dist/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/files/theme/src/scss/vendors/lightgallery.js/dist/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/files/theme/src/scss/vendors/lightgallery.js/dist/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/files/theme/src/scss/vendors/lightgallery.js/dist/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("/files/theme/src/scss/vendors/lightgallery.js/dist/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/**
  * family
  */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/**
  * flex-grid
  *
  * @author NEULAND. Medienagentur
  * @author Marc Roelans
  * @author Jan-Markus Langer
 */
/**
  * mask-image
  *
  * $author NEULAND. Medienagentur
  * $author Marc Roelans
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  This mixin can be used to set the font-family from key:
  @include set-font-family(family)
*/
/*
  This mixin can be used to set the marker color if set:
  @include set-marker-color(color)
*/
/**
 * @license
 * Copyright 2018 Google Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.mdc-tab-bar {
  width: 100%;
}

.mdc-tab {
  height: 48px;
}

.mdc-tab--stacked {
  height: 72px;
}

/**
 * @license
 * Copyright 2018 Google Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.mdc-tab-scroller {
  overflow-y: hidden;
}

.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-scroller__test {
  position: absolute;
  top: -9999px;
  width: 100px;
  height: 100px;
  overflow-x: scroll;
}

.mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: hidden;
}

.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
  display: none;
}

.mdc-tab-scroller__scroll-area--scroll {
  overflow-x: scroll;
}

.mdc-tab-scroller__scroll-content {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  transform: none;
  will-change: transform;
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
  justify-content: flex-start;
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
  justify-content: flex-end;
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
  justify-content: center;
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: auto;
}

/**
 * @license
 * Copyright 2018 Google Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.mdc-tab-indicator {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #6200ee;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
  color: #018786;
  /* @alternate */
  color: var(--mdc-theme-secondary, #018786);
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-top-width: 2px;
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
  height: 34px;
  font-size: 34px;
}

.mdc-tab-indicator__content {
  transform-origin: left;
  opacity: 0;
}

.mdc-tab-indicator__content--underline {
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  border-top-style: solid;
}

.mdc-tab-indicator__content--icon {
  align-self: center;
  margin: 0 auto;
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
  opacity: 1;
}

.mdc-tab-indicator .mdc-tab-indicator__content {
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
  transition: none;
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition: 150ms opacity linear;
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition-delay: 100ms;
}

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  background: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1;
}

.mdc-tab .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-tab .mdc-tab__icon {
  color: rgba(0, 0, 0, 0.54);
  fill: currentColor;
}

.mdc-tab::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mdc-tab--min-width {
  flex: 0 1 auto;
}

.mdc-tab__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  pointer-events: none;
}

.mdc-tab__text-label {
  transition: 150ms color linear;
  display: inline-block;
  line-height: 1;
  z-index: 2;
}

.mdc-tab__icon {
  transition: 150ms color linear;
  width: 24px;
  height: 24px;
  font-size: 24px;
  z-index: 2;
}

.mdc-tab--stacked .mdc-tab__content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mdc-tab--stacked .mdc-tab__text-label {
  padding-top: 6px;
  padding-bottom: 4px;
}

.mdc-tab--active .mdc-tab__text-label {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
}

.mdc-tab--active .mdc-tab__icon {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
  fill: currentColor;
}

.mdc-tab--active .mdc-tab__text-label,
.mdc-tab--active .mdc-tab__icon {
  transition-delay: 100ms;
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label {
  /* @noflip */
  padding-left: 8px;
  /* @noflip */
  padding-right: 0;
}

[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label, .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 8px;
}

@-webkit-keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}

@keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@-webkit-keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@-webkit-keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.mdc-tab__ripple {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mdc-tab__ripple::before, .mdc-tab__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-tab__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mdc-tab__ripple.mdc-ripple-upgraded::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-tab__ripple.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-tab__ripple.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation::after {
  -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
          animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation::after {
  -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
          animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-tab__ripple::before, .mdc-tab__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-tab__ripple.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-tab__ripple::before, .mdc-tab__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-tab__ripple:hover::before {
  opacity: 0.04;
}

.mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before, .mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-tab__ripple.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

h1, h2, h3, h4, h5, p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: normal;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 16px;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: none;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*!
 * Accordion v2.8.0
 * Simple accordion created in pure Javascript.
 * https://github.com/michu2k/Accordion
 *
 * Copyright 2017-2019 Michał Strumpf
 * Published under MIT License
 */
.ac {
  box-sizing: border-box;
}
.ac > .ac-q {
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative;
}
.ac > .ac-a {
  overflow: hidden;
  transition-property: all;
  transition-timing-function: ease;
}
.ac.js-enabled > .ac-a {
  visibility: hidden;
}
.ac.is-active > .ac-a {
  visibility: visible;
}

/******************* Global view *******************/
/* .mdc-tab */
.mdc-tab {
  flex: unset;
  border-bottom: 0;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0;
  height: 50px;
  color: rgb(0, 0, 0);
  font-size: 24px;
  line-height: 1.6;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  z-index: unset;
  background-color: transparent;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
.mdc-tab .mdc-tab__content {
  position: relative;
  padding: 0 50px;
}
.mdc-tab .mdc-tab__text-label {
  color: rgb(0, 0, 0);
  transition: color 0.5s;
}
.mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: rgb(214, 214, 214);
}

/* mdc-tab-indicator */
.mdc-tab-indicator__content {
  background-color: rgb(247, 247, 247);
  border-color: rgb(214, 214, 214);
}

.mdc-tab-indicator .mdc-tab-indicator__content {
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 100%;
  transition-duration: 0.5s;
}

/* mdc-tab__ripple */
.mdc-tab__ripple {
  display: none;
}

/* content */
.tab-content-wrapper {
  background-color: transparent;
}

.tab-content-wrapper .content {
  display: none;
  padding: 40px;
}
.tab-content-wrapper .content.is-active {
  display: block;
}

/* content */
.tab-content-wrapper h1,
.tab-content-wrapper h2,
.tab-content-wrapper h3,
.tab-content-wrapper h4,
.tab-content-wrapper h5,
.tab-content-wrapper h6 {
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: normal;
}
.tab-content-wrapper p,
.tab-content-wrapper a,
.tab-content-wrapper span,
.tab-content-wrapper ul li {
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
}

.tab-content-wrapper .content-item {
  margin-bottom: 50px;
}

.tab-content-wrapper .content .content-item:last-child {
  margin-bottom: 0;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .mdc-tab {
    font-size: 24px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mdc-tab {
    font-size: 24px;
  }

  /* content */
  .tab-content-wrapper .content.has--grid.is-active {
    display: flex;
  }

  .tab-content-wrapper .content .content-item {
    margin-bottom: 0;
  }

  .tab-content-wrapper .content.has--grid .content-item {
    width: 50%;
  }
  .tab-content-wrapper .content.has--grid .content-item:first-child {
    border-right: 10px solid transparent;
  }
  .tab-content-wrapper .content.has--grid .content-item:last-child {
    border-left: 10px solid transparent;
  }
}
/******************* Global view *******************/
.glide {
  padding-left: 20px;
  padding-right: 20px;
}

.glide .glide__track {
  cursor: -webkit-grab;
  cursor: grab;
}
.glide .glide__track:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glide .glide__arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 100%;
  transform: translateY(-50%);
  cursor: pointer;
  outline: 0;
  z-index: 1;
}

.glide .glide__arrow--prev {
  left: -20px;
  -webkit-mask-image: url("/files/theme/images/icons/left-arrow.svg");
          mask-image: url("/files/theme/images/icons/left-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 15px;
          mask-size: 15px;
  background-color: rgb(0, 0, 0);
}
.ie .glide .glide__arrow--prev {
  background-image: url("/files/theme/images/icons/left-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  background-color: transparent;
}

.glide .glide__arrow--next {
  right: -20px;
  -webkit-mask-image: url("/files/theme/images/icons/right-arrow.svg");
          mask-image: url("/files/theme/images/icons/right-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 15px;
          mask-size: 15px;
  background-color: rgb(0, 0, 0);
}
.ie .glide .glide__arrow--next {
  background-image: url("/files/theme/images/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  background-color: transparent;
}

.glide .glide__bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 50px;
}

.glide .glide__bullet {
  display: block;
  width: 12px;
  height: 12px;
  background-color: rgba(214, 214, 214, 0.1);
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.glide .glide__bullet:hover {
  background-color: rgb(214, 214, 214);
}

.glide .glide__bullet--active {
  background-color: rgb(214, 214, 214);
  cursor: not-allowed;
  transition: background-color 0.2s ease;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .glide {
    padding-left: 0;
    padding-right: 0;
  }

  .glide .glide__arrow {
    width: 50px;
  }

  .glide .glide__arrow--prev {
    left: -50px;
  }

  .glide .glide__arrow--next {
    right: -50px;
  }
}
/******************* Global view *******************/
.contao-cookiebar button {
  line-height: 20px;
}
.contao-cookiebar input[type=checkbox] {
  display: none;
}
.contao-cookiebar a {
  font-size: 14px;
  line-height: 1.4;
  color: #868686;
  text-decoration: none;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}

.cc-module {
  text-align: center;
  height: 100%;
  background-color: #eee;
  padding: 40px;
}
.cc-module .cc-icon-maps {
  height: 110px;
  margin: 0 auto;
}
.cc-module .button {
  margin: 0 auto;
}

.mod_cms_accept_tags p, .mod_cms_accept_tags span,
.mod_cms_cookie_bar p,
.mod_cms_cookie_bar span {
  font-size: 16px;
  font-family: "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 400;
}

.mod_cms_accept_tags {
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.5);
}

.mod_cms_accept_tags form {
  position: absolute;
  top: -100%;
  width: 100%;
  max-width: 100%;
  max-height: 98vh;
  padding: 20px 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin: 0;
  -webkit-animation: slide 0.8s forwards;
          animation: slide 0.8s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes slide {
  100% {
    top: 0;
  }
}

@keyframes slide {
  100% {
    top: 0;
  }
}
/*
 * formbody
*/
.mod_cms_accept_tags form > .formbody {
  padding: 0 20px;
  margin-bottom: 30px;
}

.mod_cms_accept_tags .info a {
  color: rgb(0, 0, 0);
}

/*
 * tags
*/
.mod_cms_accept_tags form > .tags {
  display: block;
  padding: 0 20px;
  margin-bottom: 10px;
}

.mod_cms_accept_tags form > .tags > div {
  padding: 15px 10px;
  border: 1px solid rgb(247, 247, 247);
  border-radius: 4px;
  margin-bottom: 10px;
}
.mod_cms_accept_tags form > .tags > div:last-child {
  margin-bottom: 0;
}

.mod_cms_accept_tags form > .tags > div .head {
  align-items: center;
  justify-content: flex-start;
  font-weight: normal;
}
.mod_cms_accept_tags form > .tags > div .head input:checked + label {
  background: rgba(17, 201, 88, 0.5);
}
.mod_cms_accept_tags form > .tags > div .head input:checked + label:after {
  background-color: rgb(17, 201, 88);
  transform: translate(-100%, -2px);
}

.mod_cms_accept_tags form > .tags > div .head label {
  width: 45px;
  background-color: rgb(247, 247, 247);
  margin-left: 0;
  margin-right: 20px;
}
.mod_cms_accept_tags form > .tags > div .head label:after {
  width: 25px;
  height: 25px;
  background-color: rgb(250, 250, 250);
  box-shadow: 0px 2px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.mod_cms_accept_tags form > .tags > div .head label:focus {
  outline: none;
}

.mod_cms_accept_tags form > .tags > div p {
  font-size: 16px;
}

/*
 * widget-submit
*/
.mod_cms_accept_tags .widget-submit {
  padding: 0 20px;
}

.mod_cms_accept_tags button[value=accept],
.mod_cms_cookie_bar button[value=accept] {
  width: 100%;
  font-size: 16px;
  background-color: rgb(17, 201, 88);
  padding: 0 20px;
  border-radius: 8px;
  margin: 0;
  text-transform: none;
}

.mod_cms_accept_tags button[value=accept].cleared-button,
.mod_cms_cookie_bar button[value=accept].cleared-button {
  color: rgb(61, 69, 72);
  background: rgb(250, 250, 250);
  margin-bottom: 10px;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .mod_cms_accept_tags {
    align-items: center;
  }

  .mod_cms_accept_tags form {
    max-width: 500px;
  }

  /*
   * widget-submit
  */
  .mod_cms_accept_tags .widget-submit {
    display: flex;
    justify-content: space-between;
  }

  .mod_cms_accept_tags button[value=accept],
.mod_cms_cookie_bar button[value=accept] {
    flex: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .mod_cms_accept_tags button[value=accept].cleared-button,
.mod_cms_cookie_bar button[value=accept].cleared-button {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .contao-cookiebar .cc-inner {
    max-width: 550px;
  }
}
/******************* Global view *******************/
iframe.umm-16gigg9 {
  right: 1rem;
  bottom: 2rem;
  z-index: 50;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}
html ::-moz-selection {
  background: rgba(0, 0, 0, 0.5);
  /* WebKit/Blink Browsers */
}
html ::selection {
  background: rgba(0, 0, 0, 0.5);
  /* WebKit/Blink Browsers */
}
html ::-moz-selection {
  background: rgba(0, 0, 0, 0.5);
  /* Gecko Browsers */
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/**
 * Basic styles for body
 */
body {
  color: rgb(0, 0, 0);
  font-family: "Museo Sans W01_100", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  background-color: rgb(255, 255, 255);
  transition: padding-top 0.4s ease;
}
body.js--menu {
  padding-top: 180px;
}
body.js--noscroll {
  overflow: hidden;
}
@media screen and (min-width: 670px) {
  body {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
  body.js--menu {
    padding-top: 0;
  }
  body.js--noscroll {
    overflow: unset;
  }
}

/** wrapper **/
#wrapper {
  position: relative;
}

/**
 * Basic styles for content container if header exists
 */
img,
video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
img.cover,
video.cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
img.contain,
video.contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}
img.cc-icon-maps,
video.cc-icon-maps {
  display: inline-block;
}
#map img,
#map video {
  max-height: none;
}

/** Container **/
#header + #stage,
#header + #container,
#header + .custom {
  padding-top: 80px;
}

#header + #breadcrumb,
#header + #container.has--sidebar {
  padding-top: 180px;
}

#header + #addition_header + #stage,
#header + #addition_header + #container,
#header + #addition_header + .custom {
  padding-top: 120px;
}

#header + #addition_header + #breadcrumb,
#header + #addition_header + #container.has--sidebar {
  padding-top: 220px;
}

#landingpage_bar + #stage,
#landingpage_bar + #container,
#landingpage_bar + .custom {
  padding-top: 75px;
}

#landingpage_bar + #container.has--sidebar {
  padding-top: 175px;
}

#landingpage_bar + #addition_header + #stage,
#landingpage_bar + #addition_header + #container,
#landingpage_bar + #addition_header + .custom {
  padding-top: 115px;
}

#landingpage_bar + #addition_header + #container.has--sidebar {
  padding-top: 215px;
}

@media screen and (min-width: 670px) {
  #top_bar + #header + #stage,
#top_bar + #header + #container,
#top_bar + #header + .custom {
    padding-top: 120px;
  }

  #top_bar + #header + #breadcrumb,
#top_bar + #header + #container.has--sidebar {
    padding-top: 220px;
  }

  #top_bar + #header + #addition_header + #stage,
#top_bar + #header + #addition_header + #container,
#top_bar + #header + #addition_header + .custom {
    padding-top: 160px;
  }

  #top_bar + #header + #addition_header + #breadcrumb,
#top_bar + #header + #addition_header + #container.has--sidebar {
    padding-top: 260px;
  }
}
.mod_article ul,
.js--lightbox ul,
#mega_footer ul {
  list-style: none;
  padding-left: 20px;
}
.mod_article ul li,
.js--lightbox ul li,
#mega_footer ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.mod_article ul li::before,
.js--lightbox ul li::before,
#mega_footer ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 32px;
  transform: translate(-100%, 2px);
  -webkit-mask-image: url("/files/theme/images/icons/check.svg");
          mask-image: url("/files/theme/images/icons/check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(0, 0, 0);
}
@media screen and (min-width: 670px) {
  .mod_article ul li::before,
.js--lightbox ul li::before,
#mega_footer ul li::before {
    height: 32px;
  }
}
@media screen and (min-width: 1300px) {
  .mod_article ul li::before,
.js--lightbox ul li::before,
#mega_footer ul li::before {
    height: 32px;
  }
}
.ie .mod_article ul li::before,
.ie .js--lightbox ul li::before,
.ie #mega_footer ul li::before {
  background-image: url("/files/theme/images/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.mod_article ul li:last-child,
.js--lightbox ul li:last-child,
#mega_footer ul li:last-child {
  margin-bottom: 0;
}

.invisible {
  display: none;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px;
}

.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  /* Sizes */
  /* coloring */
}
.material-icons.md-18,
.material-icons-outlined.md-18,
.material-icons-round.md-18,
.material-icons-sharp.md-18 {
  font-size: 18px;
}
.material-icons.md-24,
.material-icons-outlined.md-24,
.material-icons-round.md-24,
.material-icons-sharp.md-24 {
  font-size: 24px;
}
.material-icons.md-36,
.material-icons-outlined.md-36,
.material-icons-round.md-36,
.material-icons-sharp.md-36 {
  font-size: 36px;
}
.material-icons.md-48,
.material-icons-outlined.md-48,
.material-icons-round.md-48,
.material-icons-sharp.md-48 {
  font-size: 38px;
}
.material-icons.md-dark,
.material-icons-outlined.md-dark,
.material-icons-round.md-dark,
.material-icons-sharp.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive,
.material-icons-outlined.md-dark.md-inactive,
.material-icons-round.md-dark.md-inactive,
.material-icons-sharp.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

h1 {
  color: rgb(0, 0, 0);
  font-size: 36px;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 50px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
h1:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 670px) {
  h1 {
    font-size: 40px;
    text-transform: none;
  }
}
@media screen and (min-width: 1300px) {
  h1 {
    font-size: 40px;
    text-transform: none;
  }
}

h2 {
  color: rgb(0, 0, 0);
  font-size: 28px;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 20px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
h2:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 670px) {
  h2 {
    font-size: 34px;
    text-transform: none;
  }
}
@media screen and (min-width: 1300px) {
  h2 {
    font-size: 34px;
    text-transform: none;
  }
}

h3 {
  color: rgb(0, 0, 0);
  font-size: 24px;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 20px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
h3:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 670px) {
  h3 {
    font-size: 24px;
    text-transform: none;
  }
}
@media screen and (min-width: 1300px) {
  h3 {
    font-size: 24px;
    text-transform: none;
  }
}

h4 {
  color: rgb(0, 0, 0);
  font-size: 24px;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 20px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
}
h4:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 670px) {
  h4 {
    font-size: 24px;
    text-transform: none;
  }
}
@media screen and (min-width: 1300px) {
  h4 {
    font-size: 24px;
    text-transform: none;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
}
h5:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 670px) {
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
}
h6:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 670px) {
  h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1300px) {
  h6 {
    font-size: 18px;
  }
}

p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 670px) {
  p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  p {
    font-size: 20px;
  }
}

a {
  color: rgb(214, 214, 214);
  font-size: 20px;
  line-height: 1.6;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 670px) {
  a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  a {
    font-size: 20px;
  }
}

button,
.button {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 670px) {
  button,
.button {
    font-size: 18px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1300px) {
  button,
.button {
    font-size: 18px;
    text-transform: uppercase;
  }
}

strong {
  font-family: "Museo Sans W01_300", "Museo Sans W01_300", "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 700;
}

code {
  font-size: 20px;
  background-color: rgb(247, 247, 247);
  padding: 0 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  word-wrap: break-word;
}
@media screen and (min-width: 670px) {
  code {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  code {
    font-size: 20px;
  }
}

.mod_article input,
.mod_article select,
.mod_article option,
.mod_article textarea {
  font-size: 20px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 670px) {
  .mod_article input,
.mod_article select,
.mod_article option,
.mod_article textarea {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .mod_article input,
.mod_article select,
.mod_article option,
.mod_article textarea {
    font-size: 20px;
  }
}

.mod_article ul {
  line-height: 1.6;
  margin-bottom: 30px;
}
.mod_article ul li {
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
.mod_article ul:last-child {
  margin-bottom: 0;
}

#mega_footer ul li {
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}

/* primary */
.is-primary-hightlight {
  color: rgb(214, 214, 214);
}
.is-primary-hightlight h1, .is-primary-hightlight h2, .is-primary-hightlight h3, .is-primary-hightlight h4 {
  color: rgb(214, 214, 214);
}
.is-primary-background {
  background-color: rgb(214, 214, 214);
}
.is-primary-border {
  border-color: rgb(214, 214, 214);
}

/* secondary */
.is-secondary-hightlight {
  color: rgb(0, 0, 0);
}
.is-secondary-hightlight h1, .is-secondary-hightlight h2, .is-secondary-hightlight h3, .is-secondary-hightlight h4 {
  color: rgb(0, 0, 0);
}
.is-secondary-background {
  background-color: rgb(0, 0, 0);
}
.is-secondary-border {
  border-color: rgb(0, 0, 0);
}

/* backgroundGrey */
.is-backgroundgrey-hightlight {
  color: rgb(250, 250, 250);
}
.is-backgroundgrey-hightlight h1, .is-backgroundgrey-hightlight h2, .is-backgroundgrey-hightlight h3, .is-backgroundgrey-hightlight h4 {
  color: rgb(250, 250, 250);
}
.is-backgroundgrey-background {
  background-color: rgb(250, 250, 250);
}
.is-backgroundgrey-border {
  border-color: rgb(250, 250, 250);
}

/* highlightGrey */
.is-highlightgrey-hightlight {
  color: rgb(247, 247, 247);
}
.is-highlightgrey-hightlight h1, .is-highlightgrey-hightlight h2, .is-highlightgrey-hightlight h3, .is-highlightgrey-hightlight h4 {
  color: rgb(247, 247, 247);
}
.is-highlightgrey-background {
  background-color: rgb(247, 247, 247);
}
.is-highlightgrey-border {
  border-color: rgb(247, 247, 247);
}

/* highlightBlack */
.is-highlightblack-hightlight {
  color: rgb(0, 0, 0);
}
.is-highlightblack-hightlight h1, .is-highlightblack-hightlight h2, .is-highlightblack-hightlight h3, .is-highlightblack-hightlight h4 {
  color: rgb(0, 0, 0);
}
.is-highlightblack-background {
  background-color: rgb(0, 0, 0);
}
.is-highlightblack-border {
  border-color: rgb(0, 0, 0);
}

/* CallToAction */
.is-cta-hightlight {
  color: rgb(0, 0, 0);
}
.is-cta-hightlight h1, .is-cta-hightlight h2, .is-cta-hightlight h3, .is-cta-hightlight h4 {
  color: rgb(0, 0, 0);
}
.is-cta-background {
  background-color: rgb(0, 0, 0);
}
.is-cta-border {
  border-color: rgb(0, 0, 0);
}

/* white */
.is-white-hightlight {
  color: rgb(255, 255, 255);
}
.is-white-hightlight h1, .is-white-hightlight h2, .is-white-hightlight h3, .is-white-hightlight h4 {
  color: rgb(255, 255, 255);
}
.is-white-background {
  background-color: rgb(255, 255, 255);
}
.is-white-border {
  border-color: rgb(255, 255, 255);
}

/* black */
.is-black-hightlight {
  color: rgb(0, 0, 0);
}
.is-black-hightlight h1, .is-black-hightlight h2, .is-black-hightlight h3, .is-black-hightlight h4 {
  color: rgb(0, 0, 0);
}
.is-black-background {
  background-color: rgb(0, 0, 0);
}
.is-black-border {
  border-color: rgb(0, 0, 0);
}

/* object-position */
img.p-top-left {
  -o-object-position: left top;
     object-position: left top;
}
img.p-top-center {
  -o-object-position: center top;
     object-position: center top;
}
img.p-top-right {
  -o-object-position: right top;
     object-position: right top;
}
img.p-center-left {
  -o-object-position: left center;
     object-position: left center;
}
img.p-center-center {
  -o-object-position: center center;
     object-position: center center;
}
img.p-center-right {
  -o-object-position: right center;
     object-position: right center;
}
img.p-bottom-left {
  -o-object-position: left bottom;
     object-position: left bottom;
}
img.p-bottom-center {
  -o-object-position: center bottom;
     object-position: center bottom;
}
img.p-bottom-right {
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media screen and (min-width: 670px) {
  img.pm-top-left {
    -o-object-position: left top;
       object-position: left top;
  }
  img.pm-top-center {
    -o-object-position: center top;
       object-position: center top;
  }
  img.pm-top-right {
    -o-object-position: right top;
       object-position: right top;
  }
  img.pm-center-left {
    -o-object-position: left center;
       object-position: left center;
  }
  img.pm-center-center {
    -o-object-position: center center;
       object-position: center center;
  }
  img.pm-center-right {
    -o-object-position: right center;
       object-position: right center;
  }
  img.pm-bottom-left {
    -o-object-position: left bottom;
       object-position: left bottom;
  }
  img.pm-bottom-center {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  img.pm-bottom-right {
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
@media screen and (min-width: 1300px) {
  img.pl-top-left {
    -o-object-position: left top;
       object-position: left top;
  }
  img.pl-top-center {
    -o-object-position: center top;
       object-position: center top;
  }
  img.pl-top-right {
    -o-object-position: right top;
       object-position: right top;
  }
  img.pl-center-left {
    -o-object-position: left center;
       object-position: left center;
  }
  img.pl-center-center {
    -o-object-position: center center;
       object-position: center center;
  }
  img.pl-center-right {
    -o-object-position: right center;
       object-position: right center;
  }
  img.pl-bottom-left {
    -o-object-position: left bottom;
       object-position: left bottom;
  }
  img.pl-bottom-center {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  img.pl-bottom-right {
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}

/* border-bottom */
.border-bottom {
  display: inline-grid;
  grid-gap: 10px;
  text-decoration: none !important;
  /* full width */
  /* primary */
  /* secondary */
  /* highlightGrey */
  /* highlightBlack */
  /* white */
}
.border-bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgb(0, 0, 0);
}
.border-bottom.is-primary-hightlight::after {
  background-color: rgb(214, 214, 214);
}
.border-bottom.is-secondary-hightlight::after {
  background-color: rgb(0, 0, 0);
}
.border-bottom.is-highlightgrey-hightlight::after {
  background-color: rgb(247, 247, 247);
}
.border-bottom.is-highlightblack-hightlight::after {
  background-color: rgb(0, 0, 0);
}
.border-bottom.is-white-hightlight::after {
  background-color: rgb(255, 255, 255);
}
.border-bottom.left {
  justify-items: left;
}
.border-bottom.center {
  justify-items: center;
}
.border-bottom.right {
  justify-items: right;
}
.border-bottom.left::after, .border-bottom.center::after, .border-bottom.right::after {
  width: 100px;
}

/* Grid column classes */
.grid.two-columns {
  grid-template-columns: repeat(2, 1fr);
}
.grid.three-columns {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1300px) {
  .grid.three-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid.four-columns {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1300px) {
  .grid.four-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* shadow */
.has-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

/******************* Global view *******************/
#wrapper .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#stage + #container.has--sidebar {
  padding-top: 20px;
}

#container.has--sidebar {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
#container.has--sidebar #left {
  order: 2;
}
#container.has--sidebar #main {
  order: 1;
}
#container.has--sidebar #right {
  order: 3;
}
#container.has--sidebar #main .mod_article {
  padding-top: 0;
  padding-bottom: 20px;
}
#container.has--sidebar #main .mod_article.main-background .background .overlay {
  top: 0;
  transform: translate(-50%, 0);
}
#container.has--sidebar #main .mod_article.main-background .mod-article-inside {
  padding-left: 0;
  padding-right: 0;
}
#container.has--sidebar #main .mod_article .mod-article-inside {
  width: 100%;
}
#container.has--sidebar #main .mod_article .background .overlay {
  max-width: 100%;
  width: 100%;
  height: calc(100% - 20px);
}
#container.has--sidebar #main .mod_article .background + .mod-article-inside {
  padding: 20px 20px;
}

#main .inside .mod_article > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .inside .mod_article > .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

/* custom sections */
#breadcrumb .inside,
#mega_footer .inside,
#addition_footer .inside,
#footer .inside {
  padding-left: 20px;
  padding-right: 20px;
}

.custom {
  background-color: rgb(255, 255, 255);
}

#second_container .inside [class*=mod_]:not(.mod_article):not(.mod_article [class*=mod_]) {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

/* mod_article */
.mod_article {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod_article.change-space {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mod_article.clear-bottom-space {
  padding-bottom: 0;
}
.mod_article.main-background .background .overlay {
  top: 50%;
  left: 50%;
  width: calc(100% - (2* 20px));
  height: calc(100% - (2* 20px));
  transform: translate(-50%, -50%);
}
.mod_article.main-background .background + .mod-article-inside {
  padding: 20px 40px;
}
.mod_article .background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod_article .mod-article-inside {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.mod_article .mod-article-inside.has--contactperson.is-left .person-column {
  margin-bottom: 20px;
}
.mod_article .mod-article-inside.has--contactperson.is-right .mod-article-elements {
  margin-bottom: 20px;
}
.mod_article.has-image .overlay {
  opacity: 0.2;
}
.mod_article.has-height {
  display: flex;
  align-items: center;
}
.mod_article.white-color {
  color: rgb(255, 255, 255);
}
.mod_article.white-color h1, .mod_article.white-color h2, .mod_article.white-color h3, .mod_article.white-color h4, .mod_article.white-color h5, .mod_article.white-color h6 {
  color: rgb(255, 255, 255);
}
.mod_article.white-color ul li:before {
  background-color: rgb(255, 255, 255);
}
.mod_article.is--fullwidth .mod-article-inside {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.mod_article.is--fullsize {
  padding: 0;
}
.mod_article.is--fullsize .mod-article-inside {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.mod_article [class*=ce_rsce_],
.mod_article [class*=mod_ng_],
.mod_article [class*=ce_form] {
  margin-bottom: 20px;
}
.mod_article [class*=ce_rsce_].last, .mod_article [class*=ce_rsce_]:last-child,
.mod_article [class*=mod_ng_].last,
.mod_article [class*=mod_ng_]:last-child,
.mod_article [class*=ce_form].last,
.mod_article [class*=ce_form]:last-child {
  margin-bottom: 0;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  #stage + #container.has--sidebar {
    padding-top: 20px;
  }

  /* container */
  #container.has--sidebar {
    padding-bottom: 20px;
  }

  .mod_article {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mod_article.change-space {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mod_article.clear-bottom-space {
    padding-bottom: 0;
  }
  .mod_article .mod-article-inside.has--contactperson.is-left .person-column {
    margin-bottom: 20px;
  }
  .mod_article .mod-article-inside.has--contactperson.is-right .mod-article-elements {
    margin-bottom: 20px;
  }
  .mod_article [class*=ce_rsce_] {
    margin-bottom: 20px;
  }
  .mod_article .ce_wrapper {
    margin-bottom: 20px;
  }
  .mod_article .ce_wrapper [class*=ce_rsce_] {
    margin-bottom: 0;
  }
  .mod_article .ce_wrapper:last-child {
    margin-bottom: 0;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  #stage + #container.has--sidebar {
    padding-top: 100px;
  }

  /* container */
  #container.has--sidebar {
    flex-direction: row;
    max-width: 1700px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 100px;
    margin: 0 auto;
  }
  #container.has--sidebar > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  #container.has--sidebar > *:first-child {
    padding-left: 0;
  }
  #container.has--sidebar > *:last-child {
    padding-right: 0;
  }
  #container.has--sidebar #left {
    width: 25%;
    order: 1;
    z-index: 2;
  }
  #container.has--sidebar #main {
    flex: 1;
    order: 2;
  }
  #container.has--sidebar #right {
    width: 25%;
    order: 3;
    z-index: 2;
  }
  #container.has--sidebar #main .mod_article {
    padding-bottom: 20px;
  }
  #container.has--sidebar #main .mod_article.last, #container.has--sidebar #main .mod_article:last-child {
    padding-bottom: 0;
  }
  #container.has--sidebar #main .mod_article.last .background .overlay, #container.has--sidebar #main .mod_article:last-child .background .overlay {
    height: 100%;
  }
  #container.has--sidebar #main .mod_article .mod-article-inside {
    margin: 0;
  }
  #container.has--sidebar #main .mod_article .background .overlay {
    height: calc(100% - 20px);
  }
  #container.has--sidebar #main .mod_article .background + .mod-article-inside {
    padding: 50px 50px;
  }

  /* custom sections */
  #breadcrumb .inside,
#mega_footer .inside,
#addition_footer .inside,
#footer .inside {
    max-width: 1700px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
  }

  #second_container .inside [class*=mod_]:not(.mod_article):not(.mod_article [class*=mod_]) {
    max-width: 1700px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
  }

  /* mod_article */
  .mod_article {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mod_article.change-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mod_article.clear-bottom-space {
    padding-bottom: 0;
  }
  .mod_article.is-primary {
    background-color: linear-gradient(rgb(214, 214, 214));
  }
  .mod_article.main-background .background .overlay {
    width: 100%;
    max-width: 1600px;
    height: calc(100% - (2* 100px));
  }
  .mod_article.main-background .background + .mod-article-inside {
    padding: 50px 100px;
  }
  .main-background .mod_article .background .overlay {
    max-width: 1600px;
    height: calc(100% - (2* 100px));
  }
  .main-background .mod_article .background + .mod-article-inside {
    padding: 50px 100px;
  }
  .mod_article .mod-article-inside {
    max-width: 1700px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
  }
  .mod_article .mod-article-inside.has--contactperson {
    display: flex;
  }
  .mod_article .mod-article-inside.has--contactperson .person-column {
    width: 33.333%;
  }
  .mod_article .mod-article-inside.has--contactperson .mod-article-elements {
    width: 66.666%;
  }
  .mod_article .mod-article-inside.has--contactperson.is-left .person-column {
    border-right: 10px solid transparent;
  }
  .mod_article .mod-article-inside.has--contactperson.is-left .mod-article-elements {
    border-left: 10px solid transparent;
  }
  .mod_article .mod-article-inside.has--contactperson.is-right .person-column {
    border-left: 10px solid transparent;
  }
  .mod_article .mod-article-inside.has--contactperson.is-right .mod-article-elements {
    border-right: 10px solid transparent;
  }
  .mod_article.is--fullsize .mod-article-inside {
    margin: 0;
  }
  .mod_article [class*=ce_rsce_],
.mod_article [class*=mod_ng_],
.mod_article [class*=ce_form] {
    margin-bottom: 20px;
  }
  .mod_article .ce_wrapper {
    margin-bottom: 20px;
  }
}
/******************* Global view *******************/
#top_bar {
  display: none;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  #top_bar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    z-index: 101;
    /* ce_rsce_topcontact */
  }
  #top_bar a {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  #top_bar .inside {
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #top_bar .ce_rsce_topcontact .item.mail .icon {
    background-color: rgb(255, 255, 255);
  }
  #top_bar .ce_rsce_topcontact .item.phone .icon {
    background-color: rgb(255, 255, 255);
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  #top_bar .inside {
    max-width: 1700px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
  }
}
/******************* Global view *******************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
  z-index: 100;
}

header .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
}
header .inside > *:first-child {
  margin-right: auto;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  #top_bar + #header {
    top: 40px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  header .inside {
    position: relative;
    max-width: 1700px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
  }
}
/******************* Global view *******************/
#landingpage_bar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  z-index: 100;
  /* logo */
  /* ce_rsce_topcontact */
}
#landingpage_bar a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
#landingpage_bar .inside {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 20px;
  padding-right: 20px;
}
#landingpage_bar .ce_rsce_logo {
  padding-left: 0;
}
#landingpage_bar .ce_rsce_topcontact .item {
  margin-right: 15px;
  margin-left: 15px;
}
#landingpage_bar .ce_rsce_topcontact .item:first-child {
  margin-left: 0;
}
#landingpage_bar .ce_rsce_topcontact .item:last-child {
  margin-right: 0;
}
#landingpage_bar .ce_rsce_topcontact .item.mail .icon {
  background-color: rgb(255, 255, 255);
}
#landingpage_bar .ce_rsce_topcontact .item.phone .icon {
  background-color: rgb(255, 255, 255);
}
#landingpage_bar .ce_rsce_topcontact .item .text {
  display: none;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  #top_bar + #landingpage_bar {
    top: 40px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  #landingpage_bar .inside {
    max-width: 1700px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
  }
  #landingpage_bar .ce_rsce_topcontact .item {
    margin-right: 30px;
    margin-left: 30px;
  }
  #landingpage_bar .ce_rsce_topcontact .item .text {
    display: inline-block;
  }
}
/******************* Global view *******************/
#header + #addition_header {
  top: 80px;
}

#addition_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(250, 250, 250);
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
  z-index: 99;
}

#addition_header .inside {
  position: relative;
  width: 100%;
  height: 40px;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  #top_bar + #header + #addition_header {
    top: 120px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  #addition_header .inside {
    position: relative;
    max-width: 1700px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
  }
}
/******************* Global view *******************/
#breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  #breadcrumb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/******************* Global view *******************/
aside#left,
aside#right {
  position: relative;
}
aside#left ul,
aside#right ul {
  list-style: none;
}
aside#left .inside > *,
aside#right .inside > * {
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
aside#left .inside > *:last-child,
aside#right .inside > *:last-child {
  margin-bottom: 0;
}
aside#left .mod_article,
aside#right .mod_article {
  padding-top: 0;
  padding-bottom: 0;
}
aside#left .mod_article.main-background .background .overlay,
aside#right .mod_article.main-background .background .overlay {
  max-width: 100%;
  height: 100%;
}
aside#left .mod_article .mod-article-inside,
aside#right .mod_article .mod-article-inside {
  padding: 20px;
}
aside#left .mod_article.is--fullwidth .mod-article-inside,
aside#right .mod_article.is--fullwidth .mod-article-inside {
  padding: 20px 0;
}
aside#left .mod_article.is--fullsize .mod-article-inside,
aside#right .mod_article.is--fullsize .mod-article-inside {
  padding: 0;
}
aside#left .mod_customnav a, aside#left .mod_customnav strong,
aside#right .mod_customnav a,
aside#right .mod_customnav strong {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
aside#left .mod_customnav a:hover, aside#left .mod_customnav a.active, aside#left .mod_customnav strong:hover, aside#left .mod_customnav strong.active,
aside#right .mod_customnav a:hover,
aside#right .mod_customnav a.active,
aside#right .mod_customnav strong:hover,
aside#right .mod_customnav strong.active {
  color: rgb(214, 214, 214);
}
aside#left .ce_rsce_socialmedia,
aside#right .ce_rsce_socialmedia {
  padding: 20px;
}
aside#left .mod_ng_contactperson_person .no-bg .headline,
aside#right .mod_ng_contactperson_person .no-bg .headline {
  padding: 20px 20px 0 20px;
}
aside#left .mod_ng_contactperson_person .no-bg .data,
aside#right .mod_ng_contactperson_person .no-bg .data {
  padding: 0 20px 20px 20px;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  /** Vars **/
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  aside#left .inside > *,
aside#right .inside > * {
    margin-bottom: 20px;
  }
  aside#left .inside > *:last-child,
aside#right .inside > *:last-child {
    margin-bottom: 0;
  }
  aside#left .mod_article .mod-article-inside,
aside#right .mod_article .mod-article-inside {
    max-width: 100%;
  }
}
/******************* Global view *******************/
/******************* Tablet view *******************/
/******************* Desktop view *******************/
/******************* Global view *******************/
#mega_footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  background-color: rgb(0, 0, 0);
}
#mega_footer h1, #mega_footer h2, #mega_footer h3, #mega_footer h4, #mega_footer h5, #mega_footer h6, #mega_footer p, #mega_footer a, #mega_footer span, #mega_footer strong, #mega_footer li {
  color: rgb(255, 255, 255);
}

#mega_footer .inside {
  text-align: center;
}
#mega_footer .inside > * {
  margin-bottom: 50px;
}
#mega_footer .inside > *:last-child {
  margin-bottom: 0;
}

#mega_footer ul li::before {
  -webkit-mask-image: url("/files/theme/images/icons/check.svg");
          mask-image: url("/files/theme/images/icons/check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(255, 255, 255);
}
.ie #mega_footer ul li::before {
  background-image: url("/files/theme/images/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  #mega_footer .inside {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px 40px;
    justify-items: start;
  }
  #mega_footer .inside > * {
    margin-bottom: 0;
  }
}
/******************* Desktop view *******************/
/******************* Global view *******************/
#addition_footer {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(0, 0, 0);
}
#addition_footer h1, #addition_footer h2, #addition_footer h3, #addition_footer h4, #addition_footer h5, #addition_footer h6, #addition_footer p, #addition_footer a, #addition_footer span, #addition_footer strong, #addition_footer li {
  color: rgb(255, 255, 255);
}

#addition_footer .inside > * {
  margin-bottom: 10px;
}
#addition_footer .inside > *:last-child:last-child {
  margin-bottom: 10px;
}
#addition_footer .inside > *:last-child {
  margin-bottom: 0;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  #addition_footer .inside > * {
    margin-bottom: 0px;
  }
  #addition_footer .inside > *:last-child:last-child {
    margin-bottom: 0px;
  }
}
/******************* Global view *******************/
footer {
  position: relative;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  background-color: rgb(0, 0, 0);
}

footer ul {
  list-style: none;
}

footer .invisible {
  display: none;
}

footer .inside > * {
  margin-bottom: 20px;
}
footer .inside > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1300px) {
  footer .inside .copyright {
    order: 1;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1300px) {
  footer .inside .mod_customnav {
    order: 2;
    margin-left: auto;
  }
}
@media screen and (min-width: 1300px) {
  footer .inside .mod_cookiebarOpener {
    order: 3;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1300px) {
  footer .inside .ce_rsce_socialmedia {
    order: 4;
    margin-left: 50px;
  }
}

footer .mod_customnav a, footer .mod_customnav strong,
footer .mod_cookiebarOpener a,
footer .mod_cookiebarOpener strong {
  color: rgb(255, 255, 255);
  text-transform: none;
  text-decoration: none;
}
footer .mod_customnav a:hover, footer .mod_customnav a.active, footer .mod_customnav strong:hover, footer .mod_customnav strong.active,
footer .mod_cookiebarOpener a:hover,
footer .mod_cookiebarOpener a.active,
footer .mod_cookiebarOpener strong:hover,
footer .mod_cookiebarOpener strong.active {
  color: rgb(255, 255, 255);
}

footer .mod_customnav {
  margin-bottom: 50px;
}

footer .copyright {
  color: rgb(255, 255, 255);
  white-space: nowrap;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  footer {
    padding-left: 0;
    padding-right: 0;
  }

  footer li {
    display: inline-block;
  }

  footer .inside {
    display: flex;
    align-items: center;
  }
  footer .inside > * {
    margin-bottom: 0;
  }
  footer .inside > *:first-child {
    margin-bottom: 0;
  }

  footer .mod_customnav a, footer .mod_customnav strong {
    text-transform: none;
  }
}
/******************* Global view *******************/
.mod_mod_ng_reviews_listing .review-item {
  margin-bottom: 20px;
}

.mod_mod_ng_reviews_listing .name {
  margin-bottom: 10px;
}

.mod_mod_ng_reviews_listing .rating-table {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.mod_mod_ng_reviews_listing .average {
  font-size: 18px;
  color: rgb(166, 169, 170);
  padding-left: 10px;
}

.mod_mod_ng_reviews_listing .value {
  display: inline-block;
  width: 21px;
  height: 20px;
  -webkit-mask-image: url("/files/theme/images/icons/star.svg");
          mask-image: url("/files/theme/images/icons/star.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgba(214, 214, 214, 0.1);
}
.ie .mod_mod_ng_reviews_listing .value {
  background-image: url("/files/theme/images/icons/star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

.mod_mod_ng_reviews_listing .rate-1 .value:nth-child(1) {
  background-color: rgb(214, 214, 214);
}

.mod_mod_ng_reviews_listing .rate-2 .value:nth-child(-n+2) {
  background-color: rgb(214, 214, 214);
}

.mod_mod_ng_reviews_listing .rate-3 .value:nth-child(-n+3) {
  background-color: rgb(214, 214, 214);
}

.mod_mod_ng_reviews_listing .rate-4 .value:nth-child(-n+4) {
  background-color: rgb(214, 214, 214);
}

.mod_mod_ng_reviews_listing .rate-5 .value:nth-child(-n+5) {
  background-color: rgb(214, 214, 214);
}

.mod_mod_ng_reviews_listing .block {
  margin-bottom: 5px;
}

.mod_mod_ng_reviews_listing .info > *:last-child {
  margin-bottom: 20px;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .mod_mod_ng_reviews_listing .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }

  .mod_mod_ng_reviews_listing .review-item {
    margin-bottom: 50px;
  }

  .mod_mod_ng_reviews_listing .grid .review-item {
    margin-bottom: 0;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_mod_ng_reviews_listing .grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }
}
/******************* Global view *******************/
/* listing filter */
.mod_mod_ng_listing_listing .inner-filter {
  margin-bottom: 20px;
}
.mod_mod_ng_listing_listing .inner-filter .ng-multiselect {
  margin-bottom: 20px;
}
.mod_mod_ng_listing_listing .inner-filter .ng_atual.active {
  position: relative;
  padding-right: 90px;
}
.mod_mod_ng_listing_listing .inner-filter .ng_atual.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(214, 214, 214);
  border-radius: 50px;
  transform: translateY(-50%);
}
.mod_mod_ng_listing_listing .inner-filter .ng_atual.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  width: 21px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-mask-image: url("/files/theme/images/icons/check.svg");
          mask-image: url("/files/theme/images/icons/check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: rgb(214, 214, 214);
}
.ie .mod_mod_ng_listing_listing .inner-filter .ng_atual.active::after {
  background-image: url("/files/theme/images/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
}

.mod_mod_ng_listing_listing .reset-link {
  width: 100%;
  margin-bottom: 20px;
}
.mod_mod_ng_listing_listing .reset-link .reset {
  display: block;
  font-size: 15px;
  line-height: 30px;
  text-transform: initial;
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

/* listing items */
.mod_mod_ng_listing_listing .list-item {
  margin-bottom: 70px;
}

.mod_mod_ng_listing_listing .block {
  display: block;
}

.mod_mod_ng_listing_listing .item-image {
  margin-bottom: 40px;
}

.mod_mod_ng_listing_listing img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.mod_mod_ng_listing_listing .item-content {
  margin-bottom: 20px;
}
.mod_mod_ng_listing_listing .item-content .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.mod_mod_ng_listing_listing .item-content .subtitle {
  color: rgb(214, 214, 214);
  font-size: 24px;
}

.mod_mod_ng_listing_listing .item-attributes {
  margin-bottom: 20px;
}
.mod_mod_ng_listing_listing .item-attributes .attribute {
  position: relative;
  font-family: "Museo Sans W01_300", "Museo Sans W01_300", "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  padding-left: 30px;
}
.mod_mod_ng_listing_listing .item-attributes .attribute::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-mask-image: url("/files/theme/images/icons/check.svg");
          mask-image: url("/files/theme/images/icons/check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(0, 0, 0);
}
.ie .mod_mod_ng_listing_listing .item-attributes .attribute::before {
  background-image: url("/files/theme/images/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

.mod_mod_ng_listing_listing .attribute-item-content {
  margin-bottom: 10px;
}
.mod_mod_ng_listing_listing .attribute-item-content .attribute-title {
  font-family: "Museo Sans W01_300", "Museo Sans W01_300", "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .mod_mod_ng_listing_listing .inner-filter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  .mod_mod_ng_listing_listing .inner-filter.has-reset {
    margin-bottom: 20px;
  }
  .mod_mod_ng_listing_listing .inner-filter .ng-multiselect {
    margin-bottom: 0;
  }

  .mod_mod_ng_listing_listing .reset-link {
    margin-bottom: 40px;
  }
  .mod_mod_ng_listing_listing .reset-link .reset {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .mod_mod_ng_listing_listing .inner-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .mod_mod_ng_listing_listing .list-item {
    margin-bottom: 0;
  }

  .mod_mod_ng_listing_listing .item-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .mod_mod_ng_listing_listing .sh-container {
    display: block;
    margin: -10px;
  }
  .mod_mod_ng_listing_listing .sh-container .list-item {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .mod_mod_ng_listing_listing .sh-container .sh-sizer {
    width: 33.333%;
  }

  .mod_mod_ng_listing_listing .item-content {
    margin-bottom: 20px;
  }
  .mod_mod_ng_listing_listing .item-content .title {
    font-size: 24px;
  }
  .mod_mod_ng_listing_listing .item-content .subtitle {
    font-size: 24px;
  }

  .mod_mod_ng_listing_listing .item-attributes {
    margin-top: auto;
    margin-bottom: 20px;
  }
  .mod_mod_ng_listing_listing .item-attributes .attribute {
    font-family: "Museo Sans W01_300", "Museo Sans W01_300", "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  }

  .mod_mod_ng_listing_listing .item-button .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_mod_ng_listing_listing .inner-filter {
    grid-template-columns: repeat(4, 1fr);
  }

  .mod_mod_ng_listing_listing .inner-listing {
    grid-template-columns: repeat(4, 1fr);
  }

  .mod_mod_ng_listing_listing .sh-container .list-item {
    width: 25%;
  }
  .mod_mod_ng_listing_listing .sh-container .sh-sizer {
    width: 25%;
  }

  .mod_mod_ng_listing_listing .item-content .title {
    font-size: 24px;
  }
  .mod_mod_ng_listing_listing .item-content .subtitle {
    font-size: 20px;
  }
}
/******************* Global view *******************/
.ng-listing-content .headline-content {
  margin-bottom: 20px;
}
.ng-listing-content .headline-content .title {
  font-size: 36px;
}
.ng-listing-content .headline-content .subtitle {
  font-size: 24px;
}
.ng-listing-content .main-content .image {
  margin-bottom: 50px;
}
.ng-listing-content .main-content .attr .block {
  display: block;
}
.ng-listing-content .main-content .attr .attribute-item-content {
  margin-bottom: 20px;
}
.ng-listing-content .main-content .attr .attribute-item-content:last-child {
  margin-bottom: 0;
}
.ng-listing-content .main-content .attr .attribute-title {
  font-family: "Museo Sans W01_300", "Museo Sans W01_300", "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ng-listing-content .headline-content {
    margin-bottom: 50px;
  }
  .ng-listing-content .main-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 50px;
  }
  .ng-listing-content .main-content .image {
    margin-bottom: 0;
  }
}
/******************* Global view *******************/
.mod_mod_ng_listing_details .container {
  padding: 20px 20px;
}

.mod_mod_ng_listing_details .block {
  display: block;
}

.mod_mod_ng_listing_details img {
  width: 100%;
}

.mod_mod_ng_listing_details .main-container .el-spacing {
  margin-bottom: 20px;
}
.mod_mod_ng_listing_details .main-container .el-spacing:last-child {
  margin-bottom: 0;
}
.mod_mod_ng_listing_details .main-container .headline-content {
  margin-bottom: 50px;
}
.mod_mod_ng_listing_details .main-container .headline-content .title {
  margin-bottom: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.mod_mod_ng_listing_details .main-container .headline-content .title:last-child {
  margin-bottom: 0;
}
.mod_mod_ng_listing_details .main-container .maingallery .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.mod_mod_ng_listing_details .main-container .maingallery .item {
  cursor: pointer;
}
.mod_mod_ng_listing_details .main-container .maingallery .item:first-child {
  grid-column: auto/span 4;
}
.mod_mod_ng_listing_details .main-container .maingallery img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod_mod_ng_listing_details .main-container .attribute {
  font-size: 16px;
  margin-bottom: 20px;
}
.mod_mod_ng_listing_details .main-container .consulting .inner {
  background-color: rgb(250, 250, 250);
  padding: 20px;
}
.mod_mod_ng_listing_details .main-container .consulting .consulting-header {
  margin-bottom: 40px;
}
.mod_mod_ng_listing_details .main-container .consulting .consulting-contact {
  margin-bottom: 40px;
}
.mod_mod_ng_listing_details .main-container .consulting .consulting-phonenumber,
.mod_mod_ng_listing_details .main-container .consulting .consulting-email {
  display: flex;
  align-items: center;
}
.mod_mod_ng_listing_details .main-container .consulting .icon {
  display: block;
  width: 16px;
  height: 16px;
}
.mod_mod_ng_listing_details .main-container .consulting .icon.phone-icon {
  -webkit-mask-image: url("/files/theme/images/icons/phone.svg");
          mask-image: url("/files/theme/images/icons/phone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(214, 214, 214);
}
.ie .mod_mod_ng_listing_details .main-container .consulting .icon.phone-icon {
  background-image: url("/files/theme/images/icons/phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.mod_mod_ng_listing_details .main-container .consulting .icon.email-icon {
  -webkit-mask-image: url("/files/theme/images/icons/letter.svg");
          mask-image: url("/files/theme/images/icons/letter.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(214, 214, 214);
}
.ie .mod_mod_ng_listing_details .main-container .consulting .icon.email-icon {
  background-image: url("/files/theme/images/icons/letter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.mod_mod_ng_listing_details .main-container .consulting .phoneicon,
.mod_mod_ng_listing_details .main-container .consulting .emailicon {
  padding-right: 20px;
}
.mod_mod_ng_listing_details .main-container .consulting .phonenumber,
.mod_mod_ng_listing_details .main-container .consulting .email {
  text-decoration: none;
}
.mod_mod_ng_listing_details .main-container .consulting .consulting-phonenumber {
  margin-bottom: 20px;
}
.mod_mod_ng_listing_details .main-container .consulting .phonetext {
  margin-bottom: 10px;
}
.mod_mod_ng_listing_details .main-container .consulting .emailtext {
  margin-bottom: 10px;
}
.mod_mod_ng_listing_details .main-container .consulting .contact-button > * {
  margin-bottom: 20px;
}
.mod_mod_ng_listing_details .main-container .consulting .contact-button > *:last-child {
  margin-bottom: 0;
}

.mod_mod_ng_listing_details .content-container {
  background-color: rgb(250, 250, 250);
}

.mod_mod_ng_listing_details .gallery-container .gallery-text {
  margin-bottom: 20px;
}
.mod_mod_ng_listing_details .gallery-container .item {
  cursor: pointer;
  margin-bottom: 20px;
}
.mod_mod_ng_listing_details .gallery-container .item:last-child {
  margin-bottom: 0;
}
.mod_mod_ng_listing_details .gallery-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.mod_mod_ng_listing_details .information-container .information-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.mod_mod_ng_listing_details .information-container .information-subtitle {
  margin-bottom: 20px;
}

.mod_mod_ng_listing_details .form-container {
  background-color: rgb(247, 247, 247);
}
.mod_mod_ng_listing_details .form-container .form-content {
  margin-bottom: 20px;
}
.mod_mod_ng_listing_details .form-container .person {
  margin-bottom: 20px;
}
.mod_mod_ng_listing_details .form-container .ce_form {
  margin-bottom: 0;
}

.mod_mod_ng_listing_details .attribute-item-content {
  margin-bottom: 10px;
}
.mod_mod_ng_listing_details .attribute-item-content .attribute-title {
  font-family: "Museo Sans W01_300", "Museo Sans W01_300", "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .mod_mod_ng_listing_details .main-container .main-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
  }
  .mod_mod_ng_listing_details .main-container .main-content > *:nth-child(3) {
    grid-column: auto/span 2;
  }
  .mod_mod_ng_listing_details .main-container .el-spacing {
    margin-bottom: 0;
  }

  .mod_mod_ng_listing_details .gallery-container .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .mod_mod_ng_listing_details .gallery-container .item {
    margin-bottom: 0;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_mod_ng_listing_details .container {
    max-width: 1700px;
    padding: 100px 50px;
    margin: 0 auto;
  }

  .mod_mod_ng_listing_details .main-container .main-content {
    grid-template-columns: repeat(auto-fit, minmax(383.3333333333px, 1fr));
  }
  .mod_mod_ng_listing_details .main-container .main-content > *:nth-child(3) {
    grid-column: auto;
  }

  .mod_mod_ng_listing_details .gallery-container .gallery {
    grid-template-columns: repeat(4, 1fr);
  }

  .mod_mod_ng_listing_details .form-container .form-content {
    margin-bottom: 20px;
  }
  .mod_mod_ng_listing_details .form-container .contact-wrapper {
    display: flex;
  }
  .mod_mod_ng_listing_details .form-container .person {
    width: 33.333%;
    border-right: 10px solid transparent;
    margin-bottom: 0;
  }
  .mod_mod_ng_listing_details .form-container .form {
    width: 66.666%;
    border-left: 10px solid transparent;
  }
}
/******************* Global view *******************/
.mod_mod_ng_lexicon {
  /* lexicon-search */
  /* lexicon-tags */
  /* lexicon-letters */
  /* lexicon-results */
  /* reset button */
}
.mod_mod_ng_lexicon .lexicon-search {
  width: 100%;
}
.mod_mod_ng_lexicon .lexicon-search form {
  display: flex;
}
.mod_mod_ng_lexicon .lexicon-search form .search-input {
  flex: 1;
  margin-right: 10px;
  border: 0;
  padding-left: 50px;
  height: 50px;
  background-color: rgb(250, 250, 250);
  background-image: url("/files/theme/images/icons/search-default.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 15px;
}
.mod_mod_ng_lexicon .lexicon-search form .search-button {
  width: auto;
}
.mod_mod_ng_lexicon .lexicon-tags {
  margin-top: 50px;
}
.mod_mod_ng_lexicon .lexicon-tags .tag-title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.mod_mod_ng_lexicon .lexicon-tags .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.mod_mod_ng_lexicon .lexicon-tags .tags-wrapper .tag {
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 0 30px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: rgb(250, 250, 250);
}
.mod_mod_ng_lexicon .lexicon-tags .tags-wrapper .tag:hover, .mod_mod_ng_lexicon .lexicon-tags .tags-wrapper .tag.is--active {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.mod_mod_ng_lexicon .lexicon-letters {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.mod_mod_ng_lexicon .lexicon-letters .letter-item {
  margin-top: 10px;
  margin-right: 10px;
}
.mod_mod_ng_lexicon .lexicon-letters .letter-item .link {
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}
.mod_mod_ng_lexicon .lexicon-letters .letter-item .link.is--active {
  font-weight: bold;
}
.mod_mod_ng_lexicon .lexicon-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 100%));
  grid-gap: 20px;
  margin-top: 50px;
}
.mod_mod_ng_lexicon .lexicon-results .lexicon-item {
  display: flex;
}
.mod_mod_ng_lexicon .lexicon-results .lexicon-item .keyword {
  flex: 1;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.mod_mod_ng_lexicon .lexicon-results .lexicon-item .keyword-tags {
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
}
.mod_mod_ng_lexicon .reset-button {
  text-align: center;
  margin-top: 100px;
}
.mod_mod_ng_lexicon .reset-button .link {
  display: inline-block;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  padding: 0 20px;
  color: rgb(0, 0, 0);
  width: 100%;
  height: 50px;
  max-width: 255px;
  line-height: 48px;
  text-decoration: none;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .mod_mod_ng_lexicon {
    /* lexicon-search */
    /* lexicon-results */
  }
  .mod_mod_ng_lexicon .lexicon-search {
    width: 90%;
  }
  .mod_mod_ng_lexicon .lexicon-results {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), calc(50% - 20px)));
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_mod_ng_lexicon {
    /* lexicon-letters */
    /* lexicon-results */
  }
  .mod_mod_ng_lexicon .lexicon-letters .letter-item .link {
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 35px;
  }
  .mod_mod_ng_lexicon .lexicon-results {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333% - 20px), calc(33.3333% - 20px)));
  }
}
/******************* Global view *******************/
.mod_login .widget {
  width: 100%;
  margin-bottom: 20px;
}

/* input */
.mod_login input.error {
  border-color: rgb(255, 0, 0);
}

/* error text */
.mod_login p.error {
  color: rgb(255, 0, 0);
}

/* passwort toggle */
.mod_login .widget-password {
  position: relative;
}

.mod_login .toggle-passwort-type {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  -webkit-mask-image: url("/files/theme/images/icons/hide.svg");
          mask-image: url("/files/theme/images/icons/hide.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-size: 20px auto;
          mask-size: 20px auto;
  background-color: rgb(247, 247, 247);
  cursor: pointer;
}
.ie .mod_login .toggle-passwort-type {
  background-image: url("/files/theme/images/icons/hide.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
  background-color: transparent;
}
.mod_login .toggle-passwort-type.hide {
  -webkit-mask-image: url("/files/theme/images/icons/show.svg");
          mask-image: url("/files/theme/images/icons/show.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-size: 20px auto;
          mask-size: 20px auto;
  background-color: rgb(247, 247, 247);
}
.ie .mod_login .toggle-passwort-type.hide {
  background-image: url("/files/theme/images/icons/show.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
  background-color: transparent;
}

.mod_login input#password {
  padding-right: 60px;
}

/* autologin */
/* submit button */
.mod_login .widget-submit {
  margin-top: 40px;
}

.mod_login button {
  width: 100%;
}

.mod_login .widget {
  width: 100%;
  margin-bottom: 20px;
}
.mod_login .widget:last-child {
  margin-bottom: 0;
}
.mod_login input.error {
  border-color: rgb(255, 0, 0);
}
.mod_login p.error {
  color: rgb(255, 0, 0);
}
.mod_login .widget-password {
  position: relative;
}
.mod_login .toggle-passwort-type {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  -webkit-mask-image: url("/files/theme/images/icons/hide.svg");
          mask-image: url("/files/theme/images/icons/hide.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-size: 20px auto;
          mask-size: 20px auto;
  background-color: rgb(247, 247, 247);
  cursor: pointer;
}
.ie .mod_login .toggle-passwort-type {
  background-image: url("/files/theme/images/icons/hide.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
  background-color: transparent;
}
.mod_login .toggle-passwort-type.hide {
  -webkit-mask-image: url("/files/theme/images/icons/show.svg");
          mask-image: url("/files/theme/images/icons/show.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-size: 20px auto;
          mask-size: 20px auto;
  background-color: rgb(247, 247, 247);
}
.ie .mod_login .toggle-passwort-type.hide {
  background-image: url("/files/theme/images/icons/show.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
  background-color: transparent;
}
.mod_login input#password {
  padding-right: 60px;
}
.mod_login .autologin {
  display: flex;
  align-items: center;
}
.mod_login .autologin label {
  margin-left: 10px;
}
.mod_login .widget-submit {
  margin-top: 40px;
}
.mod_login button {
  width: 100%;
}

/******************* Global view *******************/
.mod_ng_newslisting .news-item,
.mod_ng_newsteaser .news-item {
  margin-bottom: 20px;
}
.mod_ng_newslisting .news-item.center, .mod_ng_newslisting .news-item.center .button,
.mod_ng_newsteaser .news-item.center,
.mod_ng_newsteaser .news-item.center .button {
  text-align: center;
}
.mod_ng_newslisting .news-item.center .item-meta,
.mod_ng_newsteaser .news-item.center .item-meta {
  justify-content: center;
}
.mod_ng_newslisting .news-item:last-child,
.mod_ng_newsteaser .news-item:last-child {
  margin-bottom: 0;
}
.mod_ng_newslisting .news-item p, .mod_ng_newslisting .news-item span,
.mod_ng_newsteaser .news-item p,
.mod_ng_newsteaser .news-item span {
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
}
.mod_ng_newslisting .news-item .image,
.mod_ng_newsteaser .news-item .image {
  display: block;
  width: 100%;
}
.mod_ng_newslisting .news-item .image img,
.mod_ng_newsteaser .news-item .image img {
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.mod_ng_newslisting .news-item .content,
.mod_ng_newsteaser .news-item .content {
  padding: 25px 20px 10px 20px;
}
.mod_ng_newslisting .news-item .main-data,
.mod_ng_newsteaser .news-item .main-data {
  margin-bottom: 10px;
}
.mod_ng_newslisting .news-item .main-data .title,
.mod_ng_newslisting .news-item .main-data strong,
.mod_ng_newsteaser .news-item .main-data .title,
.mod_ng_newsteaser .news-item .main-data strong {
  font-family: "Museo Sans W01_300", "Museo Sans W01_300", "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
}
.mod_ng_newslisting .news-item .item-meta,
.mod_ng_newsteaser .news-item .item-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.mod_ng_newslisting .news-item .item-meta > *,
.mod_ng_newsteaser .news-item .item-meta > * {
  display: block;
  position: relative;
}
.mod_ng_newslisting .news-item .item-meta > *::after,
.mod_ng_newsteaser .news-item .item-meta > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: rgb(0, 0, 0);
  transform: translateY(-50%);
}
.mod_ng_newslisting .news-item .item-meta > *:first-child,
.mod_ng_newsteaser .news-item .item-meta > *:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.mod_ng_newslisting .news-item .item-meta > *:first-child::after,
.mod_ng_newsteaser .news-item .item-meta > *:first-child::after {
  display: none;
}
.mod_ng_newslisting .news-item .item-meta > *:nth-last-child(2),
.mod_ng_newsteaser .news-item .item-meta > *:nth-last-child(2) {
  width: inherit;
  padding-right: 20px;
  margin-bottom: 0;
}
.mod_ng_newslisting .news-item .item-meta > *:nth-last-child(2)::after,
.mod_ng_newsteaser .news-item .item-meta > *:nth-last-child(2)::after {
  display: block;
}
.mod_ng_newslisting .news-item .item-meta > *:last-child,
.mod_ng_newsteaser .news-item .item-meta > *:last-child {
  padding-left: 20px;
}
.mod_ng_newslisting .news-item .item-meta > *:last-child::after,
.mod_ng_newsteaser .news-item .item-meta > *:last-child::after {
  display: none;
}
.mod_ng_newslisting .news-item .item-meta > *:first-child:last-child,
.mod_ng_newsteaser .news-item .item-meta > *:first-child:last-child {
  padding-left: 0;
  margin-bottom: 0;
}
.mod_ng_newslisting .news-item.is-white-hightlight .item-meta > *::after,
.mod_ng_newsteaser .news-item.is-white-hightlight .item-meta > *::after {
  background-color: rgb(255, 255, 255);
}
.mod_ng_newslisting .news-item .more,
.mod_ng_newsteaser .news-item .more {
  padding: 10px 20px 25px 20px;
}
.mod_ng_newslisting .news-item .button.is-simple,
.mod_ng_newsteaser .news-item .button.is-simple {
  color: rgb(214, 214, 214);
  text-transform: none;
}
.mod_ng_newslisting .news-item .button.is-simple.has-icon .icon,
.mod_ng_newsteaser .news-item .button.is-simple.has-icon .icon {
  background-color: rgb(214, 214, 214);
}
.mod_ng_newslisting .news-item .button.is-simple .icon-container,
.mod_ng_newsteaser .news-item .button.is-simple .icon-container {
  background-color: rgb(250, 250, 250);
}

.mod_ng_newsteaser .overview {
  margin-top: 20px;
}
.mod_ng_newsteaser .overview .link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(0, 0, 0);
  background-color: transparent;
  border-color: transparent;
  padding: 0 20px;
  line-height: 40px;
}
.mod_ng_newsteaser .overview .link .icon.arrow_right {
  background-color: rgb(0, 0, 0);
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .mod_ng_newslisting .inner,
.mod_ng_newsteaser .inner {
    display: grid;
    gap: 20px;
  }
  .mod_ng_newslisting .news-item,
.mod_ng_newsteaser .news-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
  }
  .mod_ng_newslisting .news-item .image img,
.mod_ng_newsteaser .news-item .image img {
    height: 350px;
  }
  .mod_ng_newslisting .more,
.mod_ng_newsteaser .more {
    margin-top: auto;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_ng_newslisting .two-columns .item-meta > *:first-child,
.mod_ng_newsteaser .two-columns .item-meta > *:first-child {
    width: inherit;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .mod_ng_newslisting .two-columns .item-meta > *:first-child::after,
.mod_ng_newsteaser .two-columns .item-meta > *:first-child::after {
    display: block;
  }
  .mod_ng_newslisting .two-columns .item-meta > *:nth-child(2),
.mod_ng_newsteaser .two-columns .item-meta > *:nth-child(2) {
    padding-left: 20px;
  }
  .mod_ng_newslisting .two-columns .item-meta > *:first-child:last-child,
.mod_ng_newsteaser .two-columns .item-meta > *:first-child:last-child {
    padding-right: 0;
  }
  .mod_ng_newslisting .two-columns .item-meta > *:first-child:last-child::after,
.mod_ng_newsteaser .two-columns .item-meta > *:first-child:last-child::after {
    display: none;
  }
  .mod_ng_newslisting .overview,
.mod_ng_newsteaser .overview {
    margin-top: 20px;
  }
  .mod_ng_newslisting .overview .link,
.mod_ng_newsteaser .overview .link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: rgb(0, 0, 0);
    background-color: transparent;
    border-color: transparent;
    padding: 0 20px;
    line-height: 40px;
  }
  .mod_ng_newslisting .overview .link .icon.arrow_right,
.mod_ng_newsteaser .overview .link .icon.arrow_right {
    background-color: rgb(0, 0, 0);
  }
}
/******************* Global view *******************/
.mod_ng_newsreader .element {
  margin-bottom: 20px;
}
.mod_ng_newsreader .element.expand {
  margin-bottom: 20px;
}
.mod_ng_newsreader .element:last-child {
  margin-bottom: 0;
}
.mod_ng_newsreader .head {
  text-align: center;
}
.mod_ng_newsreader .head .title {
  margin-bottom: 20px;
}
.mod_ng_newsreader .head .item-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.mod_ng_newsreader .head .item-meta > * {
  display: block;
  position: relative;
}
.mod_ng_newsreader .head .item-meta > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: rgb(0, 0, 0);
  transform: translateY(-50%);
}
.mod_ng_newsreader .head .item-meta > *:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.mod_ng_newsreader .head .item-meta > *:first-child::after {
  display: none;
}
.mod_ng_newsreader .head .item-meta > *:nth-last-child(2) {
  width: inherit;
  padding-right: 20px;
  margin-bottom: 0;
}
.mod_ng_newsreader .head .item-meta > *:nth-last-child(2)::after {
  display: block;
}
.mod_ng_newsreader .head .item-meta > *:last-child {
  padding-left: 20px;
}
.mod_ng_newsreader .head .item-meta > *:last-child::after {
  display: none;
}
.mod_ng_newsreader .head .item-meta > *:first-child:last-child {
  padding-left: 0;
  margin-bottom: 0;
}
.mod_ng_newsreader .title-image {
  width: 100%;
}
.mod_ng_newsreader .title-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod_ng_newsreader .text-image-container .image {
  margin-bottom: 50px;
}
.mod_ng_newsreader .gallery-container .gallery .image {
  margin-bottom: 50px;
  cursor: pointer;
}
.mod_ng_newsreader .gallery-container .gallery .image:last-child {
  margin-bottom: 0;
}
.mod_ng_newsreader .gallery-container .gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod_ng_newsreader .back .text-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(0, 0, 0);
  text-decoration: underline;
  cursor: pointer;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .mod_ng_newsreader .element {
    margin-bottom: 20px;
  }
  .mod_ng_newsreader .element.expand {
    margin-bottom: 20px;
  }
  .mod_ng_newsreader .element:last-child {
    margin-bottom: 0;
  }
  .mod_ng_newsreader .text-image-container {
    display: flex;
  }
  .mod_ng_newsreader .text-image-container .image {
    width: 50%;
    order: 1;
    border-right: 10px solid transparent;
    margin-bottom: 0;
  }
  .mod_ng_newsreader .text-image-container .content {
    width: 50%;
    order: 2;
    border-left: 10px solid transparent;
  }
  .mod_ng_newsreader .text-image-container.img-right .image {
    order: 2;
    border-left: 10px solid transparent;
    border-right: 0;
  }
  .mod_ng_newsreader .text-image-container.img-right .content {
    order: 1;
    border-left: 0;
    border-right: 10px solid transparent;
  }
  .mod_ng_newsreader .gallery-container .gallery {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .mod_ng_newsreader .gallery-container .gallery .image {
    margin-bottom: 0;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_ng_newsreader .element {
    margin-bottom: 20px;
  }
  .mod_ng_newsreader .element.expand {
    margin-bottom: 100px;
  }
  .mod_ng_newsreader .element:last-child {
    margin-bottom: 0;
  }
  .mod_ng_newsreader .head .item-meta > *:first-child {
    width: inherit;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .mod_ng_newsreader .head .item-meta > *:first-child::after {
    display: block;
  }
  .mod_ng_newsreader .head .item-meta > *:nth-child(2) {
    padding-left: 20px;
  }
  .mod_ng_newsreader .head .item-meta > *:first-child:last-child {
    padding-right: 0;
  }
  .mod_ng_newsreader .head .item-meta > *:first-child:last-child::after {
    display: none;
  }
  .mod_ng_newsreader .gallery-container .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
/******************* Global view *******************/
.mod_mod_ng_store_locator a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.mod_mod_ng_store_locator a:hover {
  text-decoration: underline;
}
.mod_mod_ng_store_locator .title {
  margin-bottom: 5px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
}
.mod_mod_ng_store_locator .address,
.mod_mod_ng_store_locator .phone {
  opacity: 0.8;
}
.mod_mod_ng_store_locator .address,
.mod_mod_ng_store_locator .phone,
.mod_mod_ng_store_locator .email,
.mod_mod_ng_store_locator .website {
  margin-bottom: 3px;
}
.mod_mod_ng_store_locator .map-link {
  margin-top: 20px;
}
.mod_mod_ng_store_locator .mod-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.mod_mod_ng_store_locator .search-error {
  text-align: center;
  color: rgb(255, 0, 0);
}
.mod_mod_ng_store_locator .head {
  text-align: center;
  margin-bottom: 20px;
}
.mod_mod_ng_store_locator form .fields {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.mod_mod_ng_store_locator form .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 38px;
  margin-left: auto;
  margin-right: auto;
}
.mod_mod_ng_store_locator #list-wrapper .entry {
  margin-bottom: 50px;
}
.mod_mod_ng_store_locator #list-wrapper .entry.has-link {
  cursor: pointer;
}
.mod_mod_ng_store_locator #map-wrapper {
  padding-top: 20px;
}
.mod_mod_ng_store_locator #map-canvas {
  height: var(--mhs);
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .mod_mod_ng_store_locator .mod-wrapper {
    margin-bottom: 20px;
  }
  .mod_mod_ng_store_locator .head {
    margin-bottom: 20px;
  }
  .mod_mod_ng_store_locator form .fields {
    margin-bottom: 20px;
  }
  .mod_mod_ng_store_locator #list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 0;
  }
  .mod_mod_ng_store_locator #list-wrapper .entry {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .mod_mod_ng_store_locator #list-wrapper .entry.has-link > *:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .mod_mod_ng_store_locator #list-wrapper .map-link {
    margin-top: auto;
  }
  .mod_mod_ng_store_locator #map-wrapper {
    padding-top: 20px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_mod_ng_store_locator .mod-wrapper {
    max-width: 1700px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .mod_mod_ng_store_locator .head {
    margin-bottom: 20px;
  }
  .mod_mod_ng_store_locator form .fields {
    margin-bottom: 20px;
  }
  .mod_mod_ng_store_locator #list-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .mod_mod_ng_store_locator #map-wrapper {
    padding-top: 100px;
  }
  .mod_mod_ng_store_locator #map-canvas {
    height: var(--mhl);
  }
}
/******************* Global view *******************/
.mod_mod_ng_store_locator_listing a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.mod_mod_ng_store_locator_listing a:hover {
  text-decoration: underline;
}
.mod_mod_ng_store_locator_listing .title {
  margin-bottom: 5px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
}
.mod_mod_ng_store_locator_listing .address,
.mod_mod_ng_store_locator_listing .phone {
  opacity: 0.8;
}
.mod_mod_ng_store_locator_listing .address,
.mod_mod_ng_store_locator_listing .phone,
.mod_mod_ng_store_locator_listing .email,
.mod_mod_ng_store_locator_listing .website {
  margin-bottom: 3px;
}
.mod_mod_ng_store_locator_listing #listing-wrapper .entry {
  margin-bottom: 50px;
}
.mod_mod_ng_store_locator_listing #listing-wrapper .entry.has-link {
  cursor: pointer;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .mod_mod_ng_store_locator_listing #listing-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 0;
  }
  .mod_mod_ng_store_locator_listing #listing-wrapper .entry {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .mod_mod_ng_store_locator_listing #listing-wrapper .entry.has-link > *:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .mod_mod_ng_store_locator_listing #listing-wrapper .map-link {
    margin-top: auto;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_mod_ng_store_locator_listing #listing-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
/******************* Global view *******************/
.mod_ng_anchor_navigation.ng_navigation {
  display: flex;
  align-items: center;
  height: 100%;
  overflow-x: auto;
  /* scrollbar firefox fallback */
  scrollbar-width: thin;
}
.mod_ng_anchor_navigation.ng_navigation::-webkit-scrollbar {
  display: none;
}
.mod_ng_anchor_navigation .nav_ng_anchor {
  display: flex;
  align-items: center;
  list-style: none;
}
.mod_ng_anchor_navigation .nav_ng_anchor a,
.mod_ng_anchor_navigation .nav_ng_anchor strong {
  display: block;
  color: rgb(32, 95, 150);
  line-height: 40px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
.mod_ng_anchor_navigation .nav_ng_anchor a:hover,
.mod_ng_anchor_navigation .nav_ng_anchor strong:hover {
  color: rgba(32, 95, 150, 0.8);
  background-color: rgb(255, 255, 255);
}
.mod_ng_anchor_navigation .nav_ng_anchor a span,
.mod_ng_anchor_navigation .nav_ng_anchor strong span {
  white-space: nowrap;
}

/******************* Tablet view *******************/
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_ng_anchor_navigation.left {
    justify-content: start;
  }
  .mod_ng_anchor_navigation.center {
    justify-content: center;
  }
  .mod_ng_anchor_navigation.right {
    justify-content: end;
  }
}
/******************* Global view *******************/
.ce_rsce_logo {
  width: auto;
  padding-left: 20px;
}
.ce_rsce_logo a {
  display: inline-block;
}

.ce_rsce_logo img {
  width: auto;
  max-width: 280px;
  max-height: 100%;
}
.ce_rsce_logo img.sw60 {
  width: 60px;
}
.ce_rsce_logo img.sw80 {
  width: 80px;
}
.ce_rsce_logo img.sw120 {
  width: 120px;
}
.ce_rsce_logo img.sw160 {
  width: 140px;
}
.ce_rsce_logo img.sw200 {
  width: 200px;
}
.ce_rsce_logo img.sw240 {
  width: 240px;
}
.ce_rsce_logo img.sw280 {
  width: 280px;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_rsce_logo img.mw60 {
    width: 60px;
  }
  .ce_rsce_logo img.mw80 {
    width: 80px;
  }
  .ce_rsce_logo img.mw120 {
    width: 120px;
  }
  .ce_rsce_logo img.mw160 {
    width: 140px;
  }
  .ce_rsce_logo img.mw200 {
    width: 200px;
  }
  .ce_rsce_logo img.mw240 {
    width: 240px;
  }
  .ce_rsce_logo img.mw280 {
    width: 280px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_logo {
    padding-left: 0;
  }

  .ce_rsce_logo img {
    transition: max-width 0.2s ease;
  }
  .ce_rsce_logo img.lw60 {
    width: 60px;
  }
  .ce_rsce_logo img.lw80 {
    width: 80px;
  }
  .ce_rsce_logo img.lw120 {
    width: 120px;
  }
  .ce_rsce_logo img.lw160 {
    width: 140px;
  }
  .ce_rsce_logo img.lw200 {
    width: 200px;
  }
  .ce_rsce_logo img.lw240 {
    width: 240px;
  }
  .ce_rsce_logo img.lw280 {
    width: 280px;
  }
}
/******************* Global view *******************/
.ce_rsce_burger_menu {
  position: relative;
  width: 60px;
  height: 100%;
  cursor: pointer;
}

.ce_rsce_burger_menu .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.ce_rsce_burger_menu .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}

.ce_rsce_burger_menu .line-one {
  transform: translateY(-7px);
}

.ce_rsce_burger_menu .line-three {
  transform: translateY(7px);
}

.ce_rsce_burger_menu.is--active .line-one {
  transform: translateY(0) rotate(45deg);
}

.ce_rsce_burger_menu.is--active .line-three {
  transform: translateY(0) rotate(-45deg);
}

.ce_rsce_burger_menu.is--active .line-two {
  opacity: 0;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_burger_menu {
    display: none;
  }
}
/******************* Global view *******************/
.ce_rsce_table[data-th] {
  max-height: var(--th);
}
.ce_rsce_table .table {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0px;
  border-color: rgb(0, 0, 0);
}
.ce_rsce_table .table th {
  font-family: "Museo Sans W01_300", "Museo Sans W01_300", "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 700;
}
.ce_rsce_table .table.fixed-width {
  table-layout: fixed;
}
.ce_rsce_table .table.ho-border td, .ce_rsce_table .table.ho-border th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.ce_rsce_table .table.ho-border .row:last-child td, .ce_rsce_table .table.ho-border .row:last-child th {
  border-bottom: 0;
}
.ce_rsce_table .table.ve-border td, .ce_rsce_table .table.ve-border th {
  border-right-width: 1px;
  border-right-style: solid;
}
.ce_rsce_table .table.ve-border td:last-child, .ce_rsce_table .table.ve-border th:last-child {
  border-right: 0;
}
.ce_rsce_table .table[data-ch] .cell {
  height: var(--ch);
}
.ce_rsce_table .table[data-cmw] .cell {
  min-width: var(--cmw);
}
.ce_rsce_table .table.sticky-head .head-row .head-cell {
  position: sticky;
  top: 0;
  z-index: 1;
}
.ce_rsce_table .table.sticky-head .head-row .head-cell.head-cell-left {
  z-index: 2;
}
.ce_rsce_table .table.sticky-head .head-cell-left {
  position: sticky;
  left: 0;
  z-index: 1;
}
.ce_rsce_table .table.cell-ho-align-left {
  text-align: left;
}
.ce_rsce_table .table.cell-ho-align-center {
  text-align: center;
}
.ce_rsce_table .table.cell-ho-align-right {
  text-align: right;
}
.ce_rsce_table .table.cell-ve-align-top .cell {
  vertical-align: top;
}
.ce_rsce_table .table.cell-ve-align-middle .cell {
  vertical-align: middle;
}
.ce_rsce_table .table.cell-ve-align-bottom .cell {
  vertical-align: bottom;
}
.ce_rsce_table .table .cell {
  line-height: normal;
  padding: 10px;
}
.ce_rsce_table .table .cell:first-child {
  padding-left: 0;
}
.ce_rsce_table .table .cell:last-child {
  padding-right: 0;
}
.ce_rsce_table .table .cell.has-bg {
  padding-left: 10px;
  padding-right: 10px;
}

/******************* Global view *******************/
.ce_rsce_textimage.image-box .text-container {
  padding: 0 20px 50px 20px;
}

.is--fullwidth .ce_rsce_textimage .content-container, .is--fullsize .ce_rsce_textimage .content-container {
  padding-left: 20px;
  padding-right: 20px;
}

.ce_rsce_textimage .head.left {
  text-align: left;
}
.ce_rsce_textimage .head.center {
  text-align: center;
}
.ce_rsce_textimage .head.right {
  text-align: right;
}

.ce_rsce_textimage .image img {
  max-height: 500px;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .is--fullwidth .ce_rsce_textimage .content-container, .is--fullsize .ce_rsce_textimage .content-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .ce_rsce_textimage.image-box .imagetext.has--text.has--image.left .image {
    border-right: 0;
  }
  .ce_rsce_textimage.image-box .imagetext.has--text.has--image.right {
    justify-content: flex-end;
  }
  .ce_rsce_textimage.image-box .imagetext.has--text.has--image.right .image {
    border-left: 0;
  }
  .ce_rsce_textimage.image-box .text-container {
    align-self: center;
    max-width: 600px;
    padding: 20px 10px 20px 20px;
  }
  .ce_rsce_textimage.image-box .text-container.is-fullwidth {
    max-width: 100%;
    padding: 100px;
  }
  .ce_rsce_textimage.image-box .image img {
    height: 100%;
    max-height: 100%;
  }
}
/******************* Global view *******************/
.ce_rsce_video.has--text .video {
  margin-bottom: 50px;
}
.ce_rsce_video.fullheight video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ce_rsce_video .video {
  width: 100%;
}
.ce_rsce_video video {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ce_rsce_video video:focus {
  outline: none;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_rsce_video.has--text .video {
    margin-bottom: 50px;
  }
  .ce_rsce_video.fullheight video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top_bar + #container .ce_rsce_video.fullheight video {
    height: calc(100vh - 40px);
  }
  #landingpage_bar + #container .ce_rsce_video.fullheight video {
    height: calc(100vh - 75px);
  }
  #header + #container .ce_rsce_video.fullheight video {
    height: calc(100vh - 80px);
  }
  #top_bar + #header + #container .ce_rsce_video.fullheight video {
    height: calc(100vh - (80px + 40px));
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_video {
    display: flex;
  }
  .ce_rsce_video.has--text .video {
    width: 50%;
    margin-bottom: 0;
  }
  .ce_rsce_video.has--text .text {
    width: 50%;
  }
  .ce_rsce_video.has--text.left .video {
    border-right: 10px solid transparent;
  }
  .ce_rsce_video.has--text.left .text {
    border-left: 10px solid transparent;
  }
  .ce_rsce_video.has--text.right .video {
    order: 2;
    border-left: 10px solid transparent;
  }
  .ce_rsce_video.has--text.right .text {
    order: 1;
    border-right: 10px solid transparent;
  }
}
/******************* Global view *******************/
.ce_rsce_accordion .accordion-head,
.ng_accordion .accordion-head {
  position: relative;
  display: flex;
  padding: 0 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 2px solid rgb(255, 255, 255);
  transition: border-bottom-width 0.5s ease;
}
.ce_rsce_accordion .accordion-head:focus,
.ng_accordion .accordion-head:focus {
  outline: none;
}

.ce_rsce_accordion .accordion-item:last-child.is-active .accordion-head,
.ng_accordion.accordion-item:last-child.is-active .accordion-head {
  border-bottom-width: 2px;
}

.ce_rsce_accordion .accordion-head .title,
.ng_accordion .accordion-head .title {
  display: block;
  margin-bottom: 0;
  font-size: 24px;
  padding: 23px 44px 23px 0;
  line-height: 29px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}

.ce_rsce_accordion .accordion-item .accordion-icon,
.ng_accordion.accordion-item .accordion-icon {
  position: absolute;
  top: 0;
  right: 20px;
  width: 24px;
  height: 100%;
  pointer-events: none;
}
.ce_rsce_accordion .accordion-item .accordion-icon .line,
.ng_accordion.accordion-item .accordion-icon .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: rgb(0, 0, 0);
  transform: translate(-50%, -50%);
  transition: all 0.35s linear;
}
.ce_rsce_accordion .accordion-item .accordion-icon .line:nth-child(2),
.ng_accordion.accordion-item .accordion-icon .line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ce_rsce_accordion .accordion-item.is-active .accordion-icon .line:nth-child(2),
.ng_accordion.accordion-item.is-active .accordion-icon .line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0);
}

.ce_rsce_accordion .accordion-item .accordion-content,
.ng_accordion.accordion-item .accordion-content {
  visibility: hidden;
}

.ce_rsce_accordion .accordion-item.is-active .accordion-content,
.ng_accordion.accordion-item.is-active .accordion-content {
  visibility: visible;
  overflow: hidden;
  transition: all 0.6s ease;
}

.ce_rsce_accordion .accordion-item .text-container,
.ng_accordion.accordion-item .item-container {
  padding: 20px;
}

/* coloring */
.ce_rsce_accordion .accordion-item .title.is-default,
.ce_rsce_accordion .accordion-item .accordion-icon.is-default,
.ce_rsce_accordion .accordion-item .text.is-default,
.ng_accordion.accordion-item .title.is-default,
.ng_accordion.accordion-item .accordion-icon.is-default,
.ng_accordion.accordion-item .text.is-default {
  color: rgb(0, 0, 0);
}
.ce_rsce_accordion .accordion-item .title.is-default .line,
.ce_rsce_accordion .accordion-item .accordion-icon.is-default .line,
.ce_rsce_accordion .accordion-item .text.is-default .line,
.ng_accordion.accordion-item .title.is-default .line,
.ng_accordion.accordion-item .accordion-icon.is-default .line,
.ng_accordion.accordion-item .text.is-default .line {
  background-color: rgb(0, 0, 0);
}
.ce_rsce_accordion .accordion-item .title.is-primary,
.ce_rsce_accordion .accordion-item .accordion-icon.is-primary,
.ce_rsce_accordion .accordion-item .text.is-primary,
.ng_accordion.accordion-item .title.is-primary,
.ng_accordion.accordion-item .accordion-icon.is-primary,
.ng_accordion.accordion-item .text.is-primary {
  color: rgb(214, 214, 214);
}
.ce_rsce_accordion .accordion-item .title.is-primary .line,
.ce_rsce_accordion .accordion-item .accordion-icon.is-primary .line,
.ce_rsce_accordion .accordion-item .text.is-primary .line,
.ng_accordion.accordion-item .title.is-primary .line,
.ng_accordion.accordion-item .accordion-icon.is-primary .line,
.ng_accordion.accordion-item .text.is-primary .line {
  background-color: rgb(214, 214, 214);
}
.ce_rsce_accordion .accordion-item .title.is-secondary,
.ce_rsce_accordion .accordion-item .accordion-icon.is-secondary,
.ce_rsce_accordion .accordion-item .text.is-secondary,
.ng_accordion.accordion-item .title.is-secondary,
.ng_accordion.accordion-item .accordion-icon.is-secondary,
.ng_accordion.accordion-item .text.is-secondary {
  color: rgb(0, 0, 0);
}
.ce_rsce_accordion .accordion-item .title.is-secondary .line,
.ce_rsce_accordion .accordion-item .accordion-icon.is-secondary .line,
.ce_rsce_accordion .accordion-item .text.is-secondary .line,
.ng_accordion.accordion-item .title.is-secondary .line,
.ng_accordion.accordion-item .accordion-icon.is-secondary .line,
.ng_accordion.accordion-item .text.is-secondary .line {
  background-color: rgb(0, 0, 0);
}
.ce_rsce_accordion .accordion-item .title.is-white,
.ce_rsce_accordion .accordion-item .accordion-icon.is-white,
.ce_rsce_accordion .accordion-item .text.is-white,
.ng_accordion.accordion-item .title.is-white,
.ng_accordion.accordion-item .accordion-icon.is-white,
.ng_accordion.accordion-item .text.is-white {
  color: rgb(255, 255, 255);
}
.ce_rsce_accordion .accordion-item .title.is-white .line,
.ce_rsce_accordion .accordion-item .accordion-icon.is-white .line,
.ce_rsce_accordion .accordion-item .text.is-white .line,
.ng_accordion.accordion-item .title.is-white .line,
.ng_accordion.accordion-item .accordion-icon.is-white .line,
.ng_accordion.accordion-item .text.is-white .line {
  background-color: rgb(255, 255, 255);
}
.ce_rsce_accordion .accordion-item .item-container.is-white h1, .ce_rsce_accordion .accordion-item .item-container.is-white h2, .ce_rsce_accordion .accordion-item .item-container.is-white h3, .ce_rsce_accordion .accordion-item .item-container.is-white h4, .ce_rsce_accordion .accordion-item .item-container.is-white h5, .ce_rsce_accordion .accordion-item .item-container.is-white h6, .ce_rsce_accordion .accordion-item .item-container.is-white p,
.ng_accordion.accordion-item .item-container.is-white h1,
.ng_accordion.accordion-item .item-container.is-white h2,
.ng_accordion.accordion-item .item-container.is-white h3,
.ng_accordion.accordion-item .item-container.is-white h4,
.ng_accordion.accordion-item .item-container.is-white h5,
.ng_accordion.accordion-item .item-container.is-white h6,
.ng_accordion.accordion-item .item-container.is-white p {
  color: rgb(255, 255, 255);
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_rsce_accordion .accordion-head .title,
.ng_accordion .accordion-head .title {
    font-size: 24px;
    padding: 23px 44px 23px 0;
    line-height: 29px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_accordion .accordion-head .title,
.ng_accordion .accordion-head .title {
    font-size: 24px;
    padding: 23px 44px 23px 0;
    line-height: 29px;
  }
}
/******************* Global view *******************/
.ce_rsce_gallery .item {
  margin-bottom: 20px;
  cursor: pointer;
}
.ce_rsce_gallery .item:last-child {
  margin-bottom: 0;
}

.ce_rsce_gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.ce_rsce_gallery .gallery.slider .item {
  margin-bottom: 0;
}
.ce_rsce_gallery .gallery.slider .image {
  width: calc(100% - 40px);
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_rsce_gallery .gallery {
    display: grid;
    gap: 20px;
  }
  .ce_rsce_gallery .gallery[data-gm] {
    gap: var(--gm);
  }
  .ce_rsce_gallery .gallery.two-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .ce_rsce_gallery .gallery.three-columns {
    grid-template-columns: repeat(3, 1fr);
  }
  .ce_rsce_gallery .gallery.four-columns {
    grid-template-columns: repeat(4, 1fr);
  }
  .ce_rsce_gallery .gallery.five-columns {
    grid-template-columns: repeat(5, 1fr);
  }
  .ce_rsce_gallery .gallery.mosaic-three-columns {
    grid-template-columns: repeat(12, 1fr);
  }
  .ce_rsce_gallery .gallery.mosaic-three-columns .item {
    grid-column: auto/span 4;
  }
  .ce_rsce_gallery .gallery.mosaic-three-columns .item:nth-child(5n),
.ce_rsce_gallery .gallery.mosaic-three-columns .item:nth-child(5n+4) {
    grid-column: auto/span 6;
    grid-row: auto/span 2;
  }
  .ce_rsce_gallery .gallery.mosaic-four-columns {
    grid-template-columns: repeat(4, 1fr);
  }
  .ce_rsce_gallery .gallery.mosaic-four-columns .item:nth-child(6n),
.ce_rsce_gallery .gallery.mosaic-four-columns .item:nth-child(6n+5) {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
  }
  .ce_rsce_gallery .gallery.mosaic-six-columns {
    grid-template-columns: repeat(4, 1fr);
  }
  .ce_rsce_gallery .gallery.mosaic-six-columns .item:nth-child(6n),
.ce_rsce_gallery .gallery.mosaic-six-columns .item:nth-child(6n+5) {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
  }

  .ce_rsce_gallery .gallery.slider {
    display: flex;
  }
  .ce_rsce_gallery .gallery.slider .image {
    width: 100%;
  }

  .ce_rsce_gallery .item {
    margin-bottom: 0;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_gallery .gallery[data-gl] {
    gap: var(--gl);
  }
  .ce_rsce_gallery .gallery.mosaic-six-columns {
    grid-template-columns: repeat(6, 1fr);
  }
  .ce_rsce_gallery .gallery.mosaic-six-columns .item:nth-child(6n),
.ce_rsce_gallery .gallery.mosaic-six-columns .item:nth-child(6n+5) {
    grid-column: auto;
    grid-row: auto;
  }
  .ce_rsce_gallery .gallery.mosaic-six-columns .item:nth-child(8n),
.ce_rsce_gallery .gallery.mosaic-six-columns .item:nth-child(8n+7) {
    grid-column: auto/span 3;
    grid-row: auto/span 2;
  }
}
/******************* Global view *******************/
.ce_rsce_button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.ce_rsce_button.is-left {
  margin-left: 0;
}
.ce_rsce_button.is-right {
  margin-right: 0;
}

/******************* Global view *******************/
.ce_rsce_iconlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100% - 20px), 1fr));
  grid-gap: 40px 20px;
}
.ce_rsce_iconlist.icons-only {
  grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - 20px), 1fr));
  grid-gap: 20px;
}
.ce_rsce_iconlist.item-row {
  grid-template-columns: repeat(auto-fit, minmax(calc(100% - 20px), 1fr));
  grid-gap: 20px;
}

/* item-row item */
.ce_rsce_iconlist .item {
  display: flex;
  flex-direction: column;
}

.ce_rsce_iconlist .image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 20px;
  width: 100%;
}

.ce_rsce_iconlist.icons-only .image {
  border-width: 0;
}

.ce_rsce_iconlist img {
  display: block;
  max-height: unset;
}

.ce_rsce_iconlist .text {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_rsce_iconlist {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), 1fr));
  }

  /* item-row item */
  .ce_rsce_iconlist.item-row .item {
    flex-direction: row;
  }

  .ce_rsce_iconlist.item-row .image {
    border-width: 0;
    border-right-width: 10px;
    width: 75px;
  }

  .ce_rsce_iconlist.item-row .text {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    border-left-width: 10px;
    text-align: left;
  }

  /* icons-only */
  .ce_rsce_iconlist.icons-only .image {
    border-width: 0;
    width: 100%;
  }
}
/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  /** Vars **/
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_iconlist {
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 20px), 1fr));
  }
  .ce_rsce_iconlist.icons-only, .ce_rsce_iconlist.item-row {
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 20px), 1fr));
  }
  .ce_rsce_iconlist.two-coulmns {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), 1fr));
  }
  .ce_rsce_iconlist.three-coulmns {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - 20px), 1fr));
  }
  .ce_rsce_iconlist.four-coulmns {
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 20px), 1fr));
  }
  .ce_rsce_iconlist.five-coulmns {
    grid-template-columns: repeat(auto-fit, minmax(calc(20% - 20px), 1fr));
  }
}
/******************* Global view *******************/
.ce_rsce_slider {
  position: relative;
  width: 100%;
}
.ce_rsce_slider.default {
  height: 415px;
}
.ce_rsce_slider.fullhight {
  height: 100vh;
}
#top_bar + #stage .ce_rsce_slider.fullhight {
  height: calc(100vh - 40px);
}
#landingpage_bar + #stage .ce_rsce_slider.fullhight {
  height: calc(100vh - 75px);
}
#landingpage_bar + #addition_header + #stage .ce_rsce_slider.fullhight {
  height: calc(100vh - (75px + 40px));
}
#header + #stage .ce_rsce_slider.fullhight {
  height: calc(100vh - 80px);
}
#addition_header + #stage .ce_rsce_slider.fullhight {
  height: calc(100vh - 40px);
}
#top_bar + #header + #stage .ce_rsce_slider.fullhight {
  height: calc(100vh - (80px + 40px));
}
#header + #addition_header + #stage .ce_rsce_slider.fullhight {
  height: calc(100vh - (80px + 40px));
}
#top_bar + #header + #addition_header + #stage .ce_rsce_slider.fullhight {
  height: calc(100vh - (80px + 40px + 40px));
}
#top_bar + #container .ce_rsce_slider.fullhight {
  height: calc(100vh - 40px);
}
#landingpage_bar + #container .ce_rsce_slider.fullhight {
  height: calc(100vh - 75px);
}
#landingpage_bar + #addition_header + #container .ce_rsce_slider.fullhight {
  height: calc(100vh - (75px + 40px));
}
#header + #container .ce_rsce_slider.fullhight {
  height: calc(100vh - 80px);
}
#addition_header + #container .ce_rsce_slider.fullhight {
  height: calc(100vh - 40px);
}
#top_bar + #header + #container .ce_rsce_slider.fullhight {
  height: calc(100vh - (80px + 40px));
}
#header + #addition_header + #container .ce_rsce_slider.fullhight {
  height: calc(100vh - (80px + 40px));
}
#top_bar + #header + #addition_header + #container .ce_rsce_slider.fullhight {
  height: calc(100vh - (80px + 40px + 40px));
}

.ce_rsce_slider .slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease;
  z-index: 0;
}
.ce_rsce_slider .slide.is--active {
  opacity: 1;
  z-index: 1;
}

.ce_rsce_slider .slide .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ce_rsce_slider .slide .slider-content-outer {
  z-index: 2;
}

.ce_rsce_slider img {
  width: 100%;
  height: 100%;
}

.ce_rsce_slider .slider-content-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  /* horizontal */
  /* vertical */
  /* content */
}
.ce_rsce_slider .slider-content-outer.horizontal-left {
  justify-content: flex-start;
}
.ce_rsce_slider .slider-content-outer.horizontal-right {
  justify-content: flex-end;
}
.ce_rsce_slider .slider-content-outer.vertical-top {
  align-items: flex-start;
}
.ce_rsce_slider .slider-content-outer.vertical-bottom {
  align-items: flex-end;
}
.ce_rsce_slider .slider-content-outer .slider-content {
  margin: 50px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: rgb(0, 0, 0);
  text-align: center;
  /* text */
}
.ce_rsce_slider .slider-content-outer .slider-content.is-default {
  color: rgb(0, 0, 0);
}
.ce_rsce_slider .slider-content-outer .slider-content.is-default h1, .ce_rsce_slider .slider-content-outer .slider-content.is-default h2, .ce_rsce_slider .slider-content-outer .slider-content.is-default h3, .ce_rsce_slider .slider-content-outer .slider-content.is-default h4, .ce_rsce_slider .slider-content-outer .slider-content.is-default h5, .ce_rsce_slider .slider-content-outer .slider-content.is-default h6, .ce_rsce_slider .slider-content-outer .slider-content.is-default span {
  color: rgb(0, 0, 0);
}
.ce_rsce_slider .slider-content-outer .slider-content.is-white {
  color: rgb(0, 0, 0);
}
.ce_rsce_slider .slider-content-outer .slider-content.is-white h1, .ce_rsce_slider .slider-content-outer .slider-content.is-white h2, .ce_rsce_slider .slider-content-outer .slider-content.is-white h3, .ce_rsce_slider .slider-content-outer .slider-content.is-white h4, .ce_rsce_slider .slider-content-outer .slider-content.is-white h5, .ce_rsce_slider .slider-content-outer .slider-content.is-white h6, .ce_rsce_slider .slider-content-outer .slider-content.is-white span {
  color: rgb(255, 255, 255);
}
.ce_rsce_slider .slider-content-outer .slider-content.has-text-background .title,
.ce_rsce_slider .slider-content-outer .slider-content.has-text-background .subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
}
.ce_rsce_slider .slider-content-outer .slider-content.is-boxed {
  padding: 20px;
}
.ce_rsce_slider .slider-content-outer .slider-content.left {
  text-align: left;
}
.ce_rsce_slider .slider-content-outer .slider-content.left .button {
  margin-left: 0;
}
.ce_rsce_slider .slider-content-outer .slider-content.right {
  text-align: right;
}
.ce_rsce_slider .slider-content-outer .slider-content.right .button {
  margin-right: 0;
}
.ce_rsce_slider .slider-content-outer .slider-content.top .subtitle {
  margin-bottom: 20px;
}
.ce_rsce_slider .slider-content-outer .slider-content.bottom .title {
  margin-bottom: 20px;
}

.ce_rsce_slider .title {
  display: block;
  font-size: 45px;
  line-height: 1.4;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
}

.ce_rsce_slider .subtitle {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}

.ce_rsce_slider .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.ce_rsce_slider .slider-pagination {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1;
}
.ce_rsce_slider .slider-pagination.hidden {
  display: none;
}

.ce_rsce_slider .slider-pagination .item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
.ce_rsce_slider .slider-pagination .item.is--active {
  background-color: rgb(214, 214, 214);
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_rsce_slider.default {
    height: 600px;
  }
  .ce_rsce_slider .title {
    font-size: 50px;
  }
  .ce_rsce_slider .subtitle {
    font-size: 28px;
  }
  .ce_rsce_slider .button {
    margin-top: 20px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_slider .slider-content-outer {
    max-width: 1700px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .ce_rsce_slider .slider-content-outer .slider-content {
    color: rgb(0, 0, 0);
    text-align: center;
  }
  .ce_rsce_slider .slider-content-outer .slider-content.is-boxed {
    width: 520px;
    padding: 50px;
  }
  .ce_rsce_slider .slider-content-outer .slider-content.left {
    text-align: left;
  }
  .ce_rsce_slider .slider-content-outer .slider-content.left .button {
    margin-left: 0;
  }
  .ce_rsce_slider .slider-content-outer .slider-content.top .subtitle {
    margin-bottom: 20px;
  }
  .ce_rsce_slider .slider-content-outer .slider-content.bottom .title {
    margin-bottom: 20px;
  }

  .ce_rsce_slider .title {
    font-size: 54px;
  }

  .ce_rsce_slider .subtitle {
    font-size: 28px;
  }

  .ce_rsce_slider .button {
    margin-top: 20px;
  }
}
/******************* Global view *******************/
.ce_rsce_graph .graph-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(20% - 20px), calc(20% - 20px)));
  grid-gap: 20px;
}

/* graph */
.ce_rsce_graph .graph {
  position: relative;
}

/* graph-content */
.ce_rsce_graph .graph-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ce_rsce_graph .graph-content .status,
.ce_rsce_graph .graph-content .name {
  display: block;
  text-align: center;
}
.ce_rsce_graph .graph-content.is-indicator {
  font-size: 20px;
}
.ce_rsce_graph .graph-content.is-from .status {
  padding-bottom: 5px;
  font-size: 26px;
  line-height: normal;
}
.ce_rsce_graph .graph-content.is-from .name {
  border-top: 1px solid rgb(0, 0, 0);
  padding-top: 5px;
  font-size: 12px;
  line-height: normal;
}

/* svg */
.ce_rsce_graph svg {
  padding: 20px;
}

/* background color */
.ce_rsce_graph svg path:nth-last-child(2) {
  stroke: rgba(214, 214, 214, 0.1);
  transform: scale(0.87) translate(8px, 8px);
}

.ce_rsce_graph .graph.is-inner svg path:nth-last-child(2) {
  transform: none;
}

/* progressbar */
.ce_rsce_graph svg path:nth-last-child(1) {
  stroke: rgb(214, 214, 214);
  stroke-linecap: round;
}

/******************* Global view *******************/
.ce_rsce_eyecatcher {
  position: relative;
}
.ce_rsce_eyecatcher.has-border {
  border: 2px solid rgb(214, 214, 214);
}
.ce_rsce_eyecatcher.has-background {
  color: rgb(255, 255, 255);
}
.ce_rsce_eyecatcher.has-background h1, .ce_rsce_eyecatcher.has-background h2, .ce_rsce_eyecatcher.has-background h3, .ce_rsce_eyecatcher.has-background h4, .ce_rsce_eyecatcher.has-background h5, .ce_rsce_eyecatcher.has-background h6, .ce_rsce_eyecatcher.has-background p {
  color: rgb(255, 255, 255);
}

/* icon */
.ce_rsce_eyecatcher .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
}

/* background */
.ce_rsce_eyecatcher .background,
.ce_rsce_eyecatcher .background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce_rsce_eyecatcher .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

/* container */
.ce_rsce_eyecatcher .container {
  position: relative;
  padding: 20px;
  /* button right */
  /* button left */
  /* button center */
}
.ce_rsce_eyecatcher .container .text-container {
  margin-bottom: 20px;
}
.ce_rsce_eyecatcher .container .button-container {
  line-height: 0;
}
.ce_rsce_eyecatcher .container.button-right .button-container, .ce_rsce_eyecatcher .container.button-right-bottom .button-container {
  text-align: right;
}
.ce_rsce_eyecatcher .container.button-left .button-container, .ce_rsce_eyecatcher .container.button-left-bottom .button-container {
  text-align: left;
}
.ce_rsce_eyecatcher .container.button-center .button-container, .ce_rsce_eyecatcher .container.button-center-bottom .button-container {
  text-align: center;
}
.ce_rsce_eyecatcher .container.button-center .text-container {
  margin-bottom: 0;
}

.ce_rsce_eyecatcher.low-spacing .container {
  padding: 20px;
}

/* button */
.ce_rsce_eyecatcher .button {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  /* container */
  .ce_rsce_eyecatcher .container {
    position: relative;
    padding: 50px;
    /* button right */
    /* button left */
    /* button center */
  }
  .ce_rsce_eyecatcher .container.button-right, .ce_rsce_eyecatcher .container.button-left, .ce_rsce_eyecatcher .container.button-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ce_rsce_eyecatcher .container.button-right .button-container, .ce_rsce_eyecatcher .container.button-left .button-container, .ce_rsce_eyecatcher .container.button-center .button-container {
    text-align: left;
    margin-left: 140px;
  }
  .ce_rsce_eyecatcher .container.button-right .text-container {
    order: 1;
    margin-bottom: 0;
  }
  .ce_rsce_eyecatcher .container.button-right .button-container {
    order: 2;
  }
  .ce_rsce_eyecatcher .container.button-right.no-text {
    justify-content: flex-end;
  }
  .ce_rsce_eyecatcher .container.button-left .text-container {
    order: 2;
    margin-bottom: 0;
  }
  .ce_rsce_eyecatcher .container.button-left .button-container {
    order: 1;
    margin-left: 0;
    margin-right: 140px;
  }
  .ce_rsce_eyecatcher .container.button-left.no-text {
    justify-content: flex-start;
  }
  .ce_rsce_eyecatcher .container.button-center.no-text {
    justify-content: center;
  }
  .ce_rsce_eyecatcher .container.button-center.no-text .button-container {
    margin-right: 140px;
  }
}
/******************* Global view *******************/
.ce_rsce_card .card-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.ce_rsce_card .card-item:last-child {
  margin-bottom: 0;
}

.ce_rsce_card .is-white {
  color: rgb(255, 255, 255);
}
.ce_rsce_card .is-white ul li::before {
  background-color: rgb(255, 255, 255);
}

.ce_rsce_card .item-shadow .card-item {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

.ce_rsce_card .card-link {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.ce_rsce_card .image img {
  width: 100%;
  max-height: 300px;
}

.ce_rsce_card .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.ce_rsce_card .content.has-image {
  padding-top: 20px;
}
.ce_rsce_card .content.has-bg {
  padding: 20px;
}

.ce_rsce_card .image-title {
  margin-bottom: 5px;
}

.ce_rsce_card .content > .text {
  margin-bottom: 20px;
}

.ce_rsce_card .button-container .button {
  line-height: 38px;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_rsce_card .inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px 20px;
  }
  .ce_rsce_card .inner[data-gm] {
    gap: var(--gm);
  }
  .ce_rsce_card .inner.fixed-width {
    grid-template-columns: repeat(2, minmax(calc(50% - 20px), 1fr));
  }

  .ce_rsce_card .card-item {
    margin-bottom: 0;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_card .inner {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px 20px;
  }
  .ce_rsce_card .inner[data-gl] {
    gap: var(--gl);
  }
  .ce_rsce_card .inner.fixed-width {
    grid-template-columns: repeat(4, minmax(calc(25% - 20px), 1fr));
  }
  .ce_rsce_card .inner.fixed-width.two-coulmns {
    grid-template-columns: repeat(2, minmax(calc(50% - 20px), 1fr));
  }
  .ce_rsce_card .inner.fixed-width.three-coulmns {
    grid-template-columns: repeat(3, minmax(calc(33.333% - 20px), 1fr));
  }

  .ce_rsce_card .image img {
    max-height: 400px;
  }
}
/******************* Global view *******************/
.ce_rsce_benefits.textimage .imagetext {
  margin-bottom: 20px;
}

.ce_rsce_benefits.textimage .unequal .text {
  text-align: center;
}
.ce_rsce_benefits.textimage .unequal img {
  width: auto;
  margin: 0 auto;
}

.ce_rsce_benefits .image.is-icon img {
  max-width: 150px;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_rsce_benefits.textimage .imagetext {
    display: flex;
    margin-bottom: 20px;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text.left .image {
    border-right: 10px solid transparent;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text.left .text-container {
    border-left: 10px solid transparent;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text.right .image {
    order: 2;
    border-left: 10px solid transparent;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text.right .text-container {
    order: 1;
    border-right: 10px solid transparent;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text.equal .image {
    width: 50%;
    margin-bottom: 0;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text.equal .text-container {
    width: 50%;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text.unequal .image {
    width: 20%;
    margin-bottom: 0;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text.unequal .text-container {
    width: 80%;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text.unequal .text {
    text-align: inherit;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_benefits.textimage.two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
  .ce_rsce_benefits.textimage.two-columns .imagetext {
    margin-bottom: 0;
  }
  .ce_rsce_benefits.textimage .imagetext {
    margin-bottom: 20px;
  }
  .ce_rsce_benefits.textimage .imagetext:last-child {
    margin-bottom: 0;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text .image {
    width: 16.666%;
    margin-bottom: 0;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text .text-container {
    width: 84.444%;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text.equal .image {
    width: 50%;
    margin-bottom: 0;
  }
  .ce_rsce_benefits.textimage .imagetext.has--image.has--text.equal .text-container {
    width: 50%;
  }
}
/******************* Global view *******************/
.ce_rsce_tabs .mdc-tab-bar.left .mdc-tab-scroller__scroll-content {
  justify-content: flex-start;
}
.ce_rsce_tabs .mdc-tab-bar.center .mdc-tab-scroller__scroll-content {
  justify-content: center;
}
.ce_rsce_tabs .mdc-tab-bar.right .mdc-tab-scroller__scroll-content {
  justify-content: flex-end;
}

.ce_rsce_tabs .is-default-background {
  background-color: transparent;
}

.ce_rsce_tabs .mdc-tab .mdc-tab__text-label.is-default {
  color: rgb(0, 0, 0);
}
.ce_rsce_tabs .mdc-tab .mdc-tab__text-label.is-primary {
  color: rgb(214, 214, 214);
}
.ce_rsce_tabs .mdc-tab .mdc-tab__text-label.is-secondary {
  color: rgb(0, 0, 0);
}
.ce_rsce_tabs .mdc-tab .mdc-tab__text-label.is-white {
  color: rgb(255, 255, 255);
}
.ce_rsce_tabs .mdc-tab.mdc-tab--active .mdc-tab__text-label.active-is-default {
  color: rgb(0, 0, 0);
}
.ce_rsce_tabs .mdc-tab.mdc-tab--active .mdc-tab__text-label.active-is-primary {
  color: rgb(214, 214, 214);
}
.ce_rsce_tabs .mdc-tab.mdc-tab--active .mdc-tab__text-label.active-is-secondary {
  color: rgb(0, 0, 0);
}
.ce_rsce_tabs .mdc-tab.mdc-tab--active .mdc-tab__text-label.active-is-white {
  color: rgb(255, 255, 255);
}

.ce_rsce_tabs .tab-content-wrapper.bg-default .content {
  padding: 80px 0px;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_tabs .textimage .imagetext {
    display: block;
  }
  .ce_rsce_tabs .textimage .imagetext.has--image.has--text .image {
    width: 100%;
    margin-bottom: 50px;
  }
  .ce_rsce_tabs .textimage .imagetext.has--image.has--text .text-container {
    width: 100%;
  }
  .ce_rsce_tabs .textimage .imagetext.has--image.has--text.left .image {
    border-right: 0;
  }
  .ce_rsce_tabs .textimage .imagetext.has--image.has--text.left .text-container {
    border-left: 0;
  }
  .ce_rsce_tabs .textimage .imagetext.has--image.has--text.right .image {
    border-left: 0;
  }
  .ce_rsce_tabs .textimage .imagetext.has--image.has--text.right .text-container {
    border-right: 0;
  }

  .ce_rsce_tabs .tab-content-wrapper.bg-default .content {
    padding: 100px 0px;
  }
}
/******************* Global view *******************/
.ce_rsce_logogallery .logo-gallery {
  display: grid;
  gap: 20px;
}
.ce_rsce_logogallery .logo-gallery.three-columns {
  grid-template-columns: repeat(2, 1fr);
}
.ce_rsce_logogallery .logo-gallery.four-columns {
  grid-template-columns: repeat(2, 1fr);
}

.ce_rsce_logogallery .item {
  height: 100px;
}
.ce_rsce_logogallery .item:last-child {
  margin-bottom: 0;
}

.ce_rsce_logogallery .image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.ce_rsce_logogallery img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  transform: translate(-50%, -50%);
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_rsce_logogallery .logo-gallery.three-columns {
    grid-template-columns: repeat(3, 1fr);
  }
  .ce_rsce_logogallery .logo-gallery.four-columns {
    grid-template-columns: repeat(4, 1fr);
  }

  .ce_rsce_logogallery .item {
    margin-bottom: 0;
  }
}
/******************* Global view *******************/
.ce_rsce_socialmedia .title-container {
  text-align: center;
  margin-bottom: 20px;
}
.ce_rsce_socialmedia .title-container .title {
  display: block;
  font-size: 20px;
}
.ce_rsce_socialmedia .item-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ce_rsce_socialmedia .item {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 25px;
  margin-right: 25px;
}
.ce_rsce_socialmedia .item:first-child {
  margin-left: 0;
}
.ce_rsce_socialmedia .item:last-child {
  margin-right: 0;
}
.ce_rsce_socialmedia .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_socialmedia.left .title-container,
.ce_rsce_socialmedia.left .item-container {
    text-align: left;
    justify-content: flex-start;
  }
  .ce_rsce_socialmedia.center .title-container,
.ce_rsce_socialmedia.center .item-container {
    text-align: center;
    justify-content: center;
  }
  .ce_rsce_socialmedia.right .title-container,
.ce_rsce_socialmedia.right .item-container {
    text-align: right;
    justify-content: flex-end;
  }
  .ce_rsce_socialmedia .title-container .title {
    padding-left: 0;
  }
}
/******************* Global view *******************/
.ce_rsce_googlemaps {
  width: 100%;
  height: 360px;
}

.ce_rsce_googlemaps #map {
  width: 100%;
  height: 100%;
}

/******************* Global view *******************/
.ce_rsce_topcontact {
  display: flex;
}
.ce_rsce_topcontact .item {
  margin-right: 30px;
  margin-left: 30px;
}
.ce_rsce_topcontact .item:first-child {
  margin-left: 0;
}
.ce_rsce_topcontact .item:last-child {
  margin-right: 0;
}
.ce_rsce_topcontact .item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.ce_rsce_topcontact .item .icon {
  display: block;
  width: 20px;
  height: 20px;
}
.ce_rsce_topcontact .item .icon + .text {
  margin-left: 20px;
}
.ce_rsce_topcontact .item.mail .icon {
  -webkit-mask-image: url("/files/theme/images/icons/letter.svg");
          mask-image: url("/files/theme/images/icons/letter.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: rgb(214, 214, 214);
}
.ie .ce_rsce_topcontact .item.mail .icon {
  background-image: url("/files/theme/images/icons/letter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
}
.ce_rsce_topcontact .item.phone .icon {
  -webkit-mask-image: url("/files/theme/images/icons/phone.svg");
          mask-image: url("/files/theme/images/icons/phone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: rgb(214, 214, 214);
}
.ie .ce_rsce_topcontact .item.phone .icon {
  background-image: url("/files/theme/images/icons/phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
}

/******************* Global view *******************/
.ce_rsce_navigation_burger_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 160px;
  background-color: rgb(255, 255, 255);
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  z-index: 101;
}
.ce_rsce_navigation_burger_footer.is--active {
  transform: translateX(0);
}

.ce_rsce_navigation_burger_footer .inner > * {
  margin-bottom: 20px;
}
.ce_rsce_navigation_burger_footer .inner > *:last-child {
  margin-bottom: 0;
}

.ce_rsce_navigation_burger_footer .button {
  margin-bottom: 20px;
}
.ce_rsce_navigation_burger_footer .button:last-child {
  margin-bottom: 0;
}

.ce_rsce_navigation_burger_footer .action-links {
  text-align: center;
}

.ce_rsce_navigation_burger_footer .block {
  display: block;
  margin-bottom: 10px;
}
.ce_rsce_navigation_burger_footer .block:last-child {
  margin-bottom: 0;
}

/******************* Tablet view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_navigation_burger_footer {
    display: none;
  }
}
.ce_rsce_back_to_top {
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 48px;
  height: 48px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(100px);
  z-index: 50;
  transition: all 0.2s ease;
}
.ce_rsce_back_to_top .top-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 50%;
  border: none;
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}
.ce_rsce_back_to_top .top-button .icon {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/files/theme/images/icons/back-to-top.svg");
          mask-image: url("/files/theme/images/icons/back-to-top.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 50%;
          mask-size: 50%;
  background-color: rgb(0, 0, 0);
}
.ie .ce_rsce_back_to_top .top-button .icon {
  background-image: url("/files/theme/images/icons/back-to-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: transparent;
}
.ce_rsce_back_to_top.showBtn {
  opacity: 1;
  transform: translateY(0);
}
.ce_rsce_back_to_top:hover, .ce_rsce_back_to_top:focus {
  transform: scale(1.1) translateY(-5px);
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_rsce_back_to_top {
    bottom: 50px;
  }
}
/******************* Global view *******************/
/* custom font styles */
.ce_rsce_team ul {
  line-height: 35px;
}

.ce_rsce_team .text > *:first-child {
  margin-bottom: 10px;
}

.ce_rsce_team .person-item {
  width: 100%;
  margin-bottom: 20px;
}
.ce_rsce_team .person-item .person-link {
  text-decoration: none;
}
.ce_rsce_team .person-item:last-child {
  margin-bottom: 0;
}

.ce_rsce_team .is-grey .person-item {
  background-color: rgb(250, 250, 250);
}

.ce_rsce_team .image img {
  width: 100%;
  max-height: 500px;
}

.ce_rsce_team .content {
  padding: 20px;
}

.ce_rsce_team .name {
  margin-bottom: 5px;
}

.ce_rsce_team .block {
  display: block;
  margin-bottom: 20px;
}
.ce_rsce_team .block:last-child {
  margin-bottom: 0;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_rsce_team .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ce_rsce_team .inner[data-block] {
    display: block;
  }

  .ce_rsce_team .person-item {
    margin-bottom: 0;
  }
  .ce_rsce_team .person-item.is-large {
    grid-column: span 2;
  }

  .ce_rsce_team .image img {
    max-height: 400px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_team .inner {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .ce_rsce_team .inner[data-block] {
    display: block;
  }
}
/******************* Global view *******************/
.ce_rsce_advantages {
  text-align: left;
}

.ce_rsce_advantages .entry {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.ce_rsce_advantages .entry:last-child {
  margin-bottom: 0;
}

.ce_rsce_advantages .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-mask-image: url("/files/theme/images/icons/check.svg");
          mask-image: url("/files/theme/images/icons/check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(0, 0, 0);
}
.ie .ce_rsce_advantages .icon {
  background-image: url("/files/theme/images/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

.ce_rsce_advantages .text {
  display: block;
  flex: 1;
}

/******************* Global view *******************/
.ce_rsce_footer_builder {
  text-align: left;
  /* image */
  /* text */
  /* openings */
  /* contact */
}
.ce_rsce_footer_builder .block {
  display: block;
}
.ce_rsce_footer_builder .grid {
  display: grid;
}
.ce_rsce_footer_builder .flex {
  display: flex;
}
.ce_rsce_footer_builder a {
  text-decoration: none;
}
.ce_rsce_footer_builder span {
  font-size: 20px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
.ce_rsce_footer_builder .container {
  margin-bottom: 40px;
}
.ce_rsce_footer_builder .container:last-child {
  margin-bottom: 0;
}
.ce_rsce_footer_builder .container.center {
  margin-left: auto;
  margin-right: auto;
}
.ce_rsce_footer_builder .container.center .flex {
  justify-content: center;
}
.ce_rsce_footer_builder .container.right {
  margin-left: auto;
}
.ce_rsce_footer_builder .container.right .flex {
  justify-content: flex-end;
}
.ce_rsce_footer_builder .images .image {
  margin-bottom: 20px;
}
.ce_rsce_footer_builder .images .image:last-child {
  margin-bottom: 0;
}
.ce_rsce_footer_builder .text {
  margin-bottom: 20px;
}
.ce_rsce_footer_builder .openings {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ce_rsce_footer_builder .openings .entry {
  grid-template-columns: 1fr 2fr;
  gap: 0 10px;
  margin-bottom: 10px;
}
.ce_rsce_footer_builder .openings .entry:last-child {
  margin-bottom: 0;
}
.ce_rsce_footer_builder .contact > * {
  margin-bottom: 10px;
}
.ce_rsce_footer_builder .contact > *:last-child {
  margin-bottom: 0;
}
.ce_rsce_footer_builder .contact .icon {
  display: block;
  width: 20px;
  height: 32px;
  margin-right: 20px;
}
.ce_rsce_footer_builder .contact .phone .icon {
  -webkit-mask-image: url("/files/theme/images/icons/phone.svg");
          mask-image: url("/files/theme/images/icons/phone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: rgb(255, 255, 255);
}
.ie .ce_rsce_footer_builder .contact .phone .icon {
  background-image: url("/files/theme/images/icons/phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
}
.ce_rsce_footer_builder .contact .email .icon {
  -webkit-mask-image: url("/files/theme/images/icons/letter.svg");
          mask-image: url("/files/theme/images/icons/letter.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: rgb(255, 255, 255);
}
.ie .ce_rsce_footer_builder .contact .email .icon {
  background-image: url("/files/theme/images/icons/letter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_rsce_footer_builder span {
    font-size: 20px;
  }
  .ce_rsce_footer_builder .contact .icon {
    height: 32px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_rsce_footer_builder.row-size-two {
    grid-row: auto/span 2;
  }
  .ce_rsce_footer_builder.column-size-two {
    grid-column: auto/span 2;
  }
  .ce_rsce_footer_builder span {
    font-size: 20px;
  }
  .ce_rsce_footer_builder .contact .icon {
    height: 32px;
  }
}
/******************* Global view *******************/
/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .ce_wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .ce_wrapper[data-gm] {
    gap: var(--gm);
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .ce_wrapper[data-gl] {
    gap: var(--gl);
  }
}
/******************* Global view *******************/
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
.search input[type=search] {
  display: block;
  width: 100%;
  height: 44px;
  background-color: transparent;
  padding: 0px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

button[type=submit] {
  margin-left: auto;
}

textarea {
  width: 100%;
  max-width: 100%;
  height: 132px;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

input,
textarea,
select,
.select {
  color: rgb(0, 0, 0);
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .select::-moz-placeholder {
  color: rgb(0, 0, 0);
  opacity: 0.4;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .select:-ms-input-placeholder {
  color: rgb(0, 0, 0);
  opacity: 0.4;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
input::placeholder,
textarea::placeholder,
select::placeholder,
.select::placeholder {
  color: rgb(0, 0, 0);
  opacity: 0.4;
  transition: color 0.2s ease;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(0, 0, 0);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.select:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(0, 0, 0);
}
input:-moz-focusring,
textarea:-moz-focusring,
select:-moz-focusring,
.select:-moz-focusring {
  /* Firefox focusring */
  color: transparent;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
}
input::-ms-expand,
textarea::-ms-expand,
select::-ms-expand,
.select::-ms-expand {
  display: none;
  /* IE 10+ appearance */
}
input:focus,
textarea:focus,
select:focus,
.select:focus {
  color: rgb(0, 0, 0);
  opacity: 1;
  outline: none;
  box-shadow: none;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder, .select:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1);
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, .select:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}
input:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder,
.select:focus::placeholder {
  color: rgba(0, 0, 0, 0.1);
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
.select:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.1);
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
.select:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.1);
}

input[type=checkbox],
.input_checkbox {
  display: block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
input[type=checkbox]:focus,
.input_checkbox:focus {
  outline: none;
}
input[type=checkbox]:checked,
.input_checkbox:checked {
  border: 0;
  background-color: rgb(214, 214, 214);
}
input[type=checkbox]:checked::after,
.input_checkbox:checked::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/files/theme/images/icons/check.svg");
          mask-image: url("/files/theme/images/icons/check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: rgb(255, 255, 255);
}
.ie input[type=checkbox]:checked::after,
.ie .input_checkbox:checked::after {
  background-image: url("/files/theme/images/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
}

.input_checkbox.active {
  border: 0;
  background-color: rgb(214, 214, 214);
}
.input_checkbox::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/files/theme/images/icons/check.svg");
          mask-image: url("/files/theme/images/icons/check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: rgb(255, 255, 255);
}
.ie .input_checkbox::after {
  background-image: url("/files/theme/images/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ng-select {
  position: relative;
}
.ng-select::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 44px;
  max-height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ng-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 44px;
  max-height: 100%;
  pointer-events: none;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: rotate(90deg);
  transition: transform 0.5s ease;
  -webkit-mask-image: url("/files/theme/images/icons/triangle-right.svg");
          mask-image: url("/files/theme/images/icons/triangle-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 10px;
          mask-size: 10px;
  background-color: rgb(0, 0, 0);
}
.ie .ng-select::after {
  background-image: url("/files/theme/images/icons/triangle-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  background-color: transparent;
}
.ng-select.active::after {
  transform: rotate(270deg);
}
.ng-select .ng_atual {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 44px;
  background-clip: padding-box;
  background-color: transparent;
  padding: 0px 40px 0px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ng-select .ng_ul_inner {
  display: none;
  width: 100%;
  max-height: 312px;
  padding-left: 0;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 50;
  overflow-y: scroll;
}
.ng-select .ng_ul_inner.active {
  display: block;
  position: absolute;
  -webkit-animation: fadeInUp 500ms;
          animation: fadeInUp 500ms;
}
.ng-select .ng_ul_inner li,
.ng-select .ng_ul_inner .option {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  padding: 10px 40px;
  margin-bottom: 0;
  text-decoration: none;
  cursor: pointer;
}
.ng-select .ng_ul_inner li::before,
.ng-select .ng_ul_inner .option::before {
  display: none;
  padding-left: 0;
}
.ng-select .ng_ul_inner li:hover,
.ng-select .ng_ul_inner .option:hover {
  background-color: rgb(250, 250, 250);
}
.ng-select .ng_ul_inner li.has-checkbox,
.ng-select .ng_ul_inner .option.has-checkbox {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.ng-select .ng_ul_inner li.has-checkbox:first-child,
.ng-select .ng_ul_inner .option.has-checkbox:first-child {
  padding-top: 20px;
}
.ng-select .ng_ul_inner li.has-checkbox:last-child,
.ng-select .ng_ul_inner .option.has-checkbox:last-child {
  padding-bottom: 20px;
}
.ng-select .ng_ul_inner li.has-checkbox.active, .ng-select .ng_ul_inner li.has-checkbox:hover,
.ng-select .ng_ul_inner .option.has-checkbox.active,
.ng-select .ng_ul_inner .option.has-checkbox:hover {
  background-color: rgb(255, 255, 255);
}
.ng-select .ng_ul_inner li.has-checkbox.active .input_checkbox, .ng-select .ng_ul_inner li.has-checkbox:hover .input_checkbox,
.ng-select .ng_ul_inner .option.has-checkbox.active .input_checkbox,
.ng-select .ng_ul_inner .option.has-checkbox:hover .input_checkbox {
  border: 0;
  background-color: rgb(214, 214, 214);
}
.ng-select .ng_ul_inner li.has-checkbox .input_checkbox.left,
.ng-select .ng_ul_inner .option.has-checkbox .input_checkbox.left {
  margin-right: 10px;
}
.ng-select .ng_ul_inner li.has-checkbox .input_checkbox.right,
.ng-select .ng_ul_inner .option.has-checkbox .input_checkbox.right {
  margin-left: 10px;
}
.ng-select .ng_ul_inner li.ng_disabled,
.ng-select .ng_ul_inner .option.ng_disabled {
  cursor: not-allowed;
}
.ng-select .ng_ul_inner li.ng_separator,
.ng-select .ng_ul_inner .option.ng_separator {
  padding: 10px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  cursor: default;
}
.ng-select .ng_ul_inner li.ng_separator:hover,
.ng-select .ng_ul_inner .option.ng_separator:hover {
  background-color: rgb(255, 255, 255);
}
.ng-select .ng_ul_inner li.ng_separator:first-child,
.ng-select .ng_ul_inner .option.ng_separator:first-child {
  border-top: 0;
}
.ng-select .ng_ul_inner li.nofocus,
.ng-select .ng_ul_inner .option.nofocus {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ng-select .ng_ul_inner li.nofocus .innerinput .ng_input,
.ng-select .ng_ul_inner .option.nofocus .innerinput .ng_input {
  height: 42px;
  border: 0;
}
.ng-select .ng_ul_inner li.nofocus + .ng_separator,
.ng-select .ng_ul_inner .option.nofocus + .ng_separator {
  border-top: 0;
}

.ce-select {
  position: relative;
}
.ce-select::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 44px;
  max-height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ce-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 44px;
  max-height: 100%;
  pointer-events: none;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: rotate(90deg);
  -webkit-mask-image: url("/files/theme/images/icons/triangle-right.svg");
          mask-image: url("/files/theme/images/icons/triangle-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 10px;
          mask-size: 10px;
  background-color: rgb(0, 0, 0);
}
.ie .ce-select::after {
  background-image: url("/files/theme/images/icons/triangle-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  background-color: transparent;
}
.ce-select.multiselect::before, .ce-select.multiselect::after {
  display: none;
}
.ce-select.multiselect select {
  padding: 0;
  overflow-y: scroll;
}
.ce-select.multiselect select option {
  padding: 10px 20px;
}
.ce-select.multiselect select option::before {
  display: none;
}
.ce-select.multiselect select optgroup {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.ce-select.multiselect select optgroup option:nth-child(2) {
  margin-top: 10px;
}

select {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 44px;
  background-clip: padding-box;
  background-color: transparent;
  padding: 0px 40px 0px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input.upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

label.upload-button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 260px;
  padding-left: 50px;
}
label.upload-button.right {
  margin-left: auto;
}
label.upload-button.center {
  margin: 0 auto;
}
label.upload-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transform: translateY(-50%);
  -webkit-mask-image: url("/files/theme/images/icons/upload.svg");
          mask-image: url("/files/theme/images/icons/upload.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
.ie label.upload-button::before {
  background-image: url("/files/theme/images/icons/upload.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

.search {
  display: flex;
}
.search .widget-search {
  flex: 1;
}
.search .widget-submit .submit {
  line-height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search input[type=search] {
  width: 100%;
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ce_form .widget {
  width: 100%;
  margin-bottom: 20px;
}
.ce_form .widget.inline h2, .ce_form .widget.inline h3, .ce_form .widget.inline h4, .ce_form .widget.inline h5, .ce_form .widget.inline h6, .ce_form .widget.inline p {
  display: inline-block;
}
.ce_form .widget.first {
  margin-bottom: 40px;
}
.ce_form .widget.next-block {
  margin-top: 40px;
}
.ce_form .widget.break-block {
  margin-top: 20px;
}
.ce_form .widget.fullwidth {
  width: 100%;
}
.ce_form .widget.widget-submit {
  margin-top: 20px;
}
.ce_form .widget.mandatory-text p {
  font-size: 14px;
  text-align: right;
}

.ce_form .row {
  width: 100%;
}

.ce_form .checkbox_container {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0;
}
.ce_form .checkbox_container.checkbox_list {
  display: flex;
  flex-wrap: wrap;
}
.ce_form .checkbox_container.checkbox_list span {
  display: block;
  width: 100%;
  padding-right: 20px;
  margin-bottom: 20px;
}

.ce_form .checkbox_container .checkbox {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
}

.ce_form .checkbox_container .content {
  display: block;
  padding-left: 40px;
}

.ce_form .checkbox_container.datasecure .content,
.ce_form .checkbox_container.datasecure .content a {
  font-size: 14px;
}

.ce_form .checkbox_container span {
  position: relative;
}

.ce_form .checkbox_container label {
  padding-left: 30px;
}

/* error */
.error p {
  margin-bottom: 20px;
  font-size: 14px;
  color: rgb(255, 0, 0);
}
.error input {
  border: 1px solid rgb(255, 0, 0);
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  /* select */
  .ce-select {
    position: relative;
  }
  .ce-select::before {
    display: none;
  }
  .ce-select::after {
    display: none;
  }

  .mod_article .ce_form {
    margin-bottom: 20px;
  }

  .ce_form .widget {
    width: 100%;
  }
  .ce_form .widget.explanation, .ce_form .widget.widget-textarea {
    width: 100%;
  }
  .ce_form .widget.widget-submit {
    margin-top: 20px;
  }

  .ce_form fieldset {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }

  .ce_form .widget fieldset {
    display: block;
  }

  .ce_form .checkbox_container.checkbox_list span {
    width: 33.333%;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_article .ce_form {
    margin-bottom: 20px;
  }

  .ce_form .widget.widget-submit {
    margin-top: 20px;
  }

  .ce_form .checkbox_container.checkbox_list span {
    width: 25%;
  }
}
/******************* Global view *******************/
button,
.button,
.c-button {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
#map button,
#map .button,
#map .c-button {
  border-radius: 0;
  line-height: inherit;
}
#map button.is-privacy,
#map .button.is-privacy,
#map .c-button.is-privacy {
  line-height: 48px;
}
button:focus,
.button:focus,
.c-button:focus {
  filter: brightness(90%);
}
button:visited,
.button:visited,
.c-button:visited {
  text-decoration: none;
}
button[type=submit],
.button[type=submit],
.c-button[type=submit] {
  color: rgb(255, 255, 255);
  background-color: rgb(214, 214, 214);
  border: 1px solid rgb(214, 214, 214);
}
button.has-icon,
.button.has-icon,
.c-button.has-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  text-overflow: inherit;
  overflow: visible;
}
button.has-icon .text,
.button.has-icon .text,
.c-button.has-icon .text {
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
button.has-icon .icon-container,
.button.has-icon .icon-container,
.c-button.has-icon .icon-container {
  width: 30px;
  height: 30px;
}
button.has-icon .icon,
.button.has-icon .icon,
.c-button.has-icon .icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
button.has-icon .icon.arrow_left,
.button.has-icon .icon.arrow_left,
.c-button.has-icon .icon.arrow_left {
  -webkit-mask-image: url("/files/theme/images/icons/left-arrow.svg");
          mask-image: url("/files/theme/images/icons/left-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 50%;
          mask-size: 50%;
  background-color: rgb(255, 255, 255);
}
.ie button.has-icon .icon.arrow_left,
.ie .button.has-icon .icon.arrow_left,
.ie .c-button.has-icon .icon.arrow_left {
  background-image: url("/files/theme/images/icons/left-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: transparent;
}
button.has-icon .icon.arrow_right,
.button.has-icon .icon.arrow_right,
.c-button.has-icon .icon.arrow_right {
  -webkit-mask-image: url("/files/theme/images/icons/right-arrow.svg");
          mask-image: url("/files/theme/images/icons/right-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 50%;
          mask-size: 50%;
  background-color: rgb(255, 255, 255);
}
.ie button.has-icon .icon.arrow_right,
.ie .button.has-icon .icon.arrow_right,
.ie .c-button.has-icon .icon.arrow_right {
  background-image: url("/files/theme/images/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: transparent;
}
button.has-icon.right .text,
.button.has-icon.right .text,
.c-button.has-icon.right .text {
  border-right: 10px solid transparent;
}
button.has-icon.left .text,
.button.has-icon.left .text,
.c-button.has-icon.left .text {
  border-left: 10px solid transparent;
}
button.is-primary,
.button.is-primary,
.c-button.is-primary {
  color: rgb(255, 255, 255);
  border-color: rgb(214, 214, 214);
  background-color: rgb(214, 214, 214);
}
button.is-primary.has-icon .arrow_left,
.button.is-primary.has-icon .arrow_left,
.c-button.is-primary.has-icon .arrow_left {
  background-color: rgb(255, 255, 255);
}
button.is-primary.has-icon .arrow_right,
.button.is-primary.has-icon .arrow_right,
.c-button.is-primary.has-icon .arrow_right {
  background-color: rgb(255, 255, 255);
}
button.is-secondary,
.button.is-secondary,
.c-button.is-secondary {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
}
button.is-secondary.has-icon .arrow_left,
.button.is-secondary.has-icon .arrow_left,
.c-button.is-secondary.has-icon .arrow_left {
  background-color: rgb(255, 255, 255);
}
button.is-secondary.has-icon .arrow_right,
.button.is-secondary.has-icon .arrow_right,
.c-button.is-secondary.has-icon .arrow_right {
  background-color: rgb(255, 255, 255);
}
button.is-backgroundgrey,
.button.is-backgroundgrey,
.c-button.is-backgroundgrey {
  color: rgb(0, 0, 0);
  border-color: rgb(250, 250, 250);
  background-color: rgb(250, 250, 250);
}
button.is-backgroundgrey.has-icon .arrow_left,
.button.is-backgroundgrey.has-icon .arrow_left,
.c-button.is-backgroundgrey.has-icon .arrow_left {
  background-color: rgb(0, 0, 0);
}
button.is-backgroundgrey.has-icon .arrow_right,
.button.is-backgroundgrey.has-icon .arrow_right,
.c-button.is-backgroundgrey.has-icon .arrow_right {
  background-color: rgb(0, 0, 0);
}
button.is-highlightgrey,
.button.is-highlightgrey,
.c-button.is-highlightgrey {
  color: rgb(255, 255, 255);
  border-color: rgb(247, 247, 247);
  background-color: rgb(247, 247, 247);
}
button.is-highlightgrey.has-icon .arrow_left,
.button.is-highlightgrey.has-icon .arrow_left,
.c-button.is-highlightgrey.has-icon .arrow_left {
  background-color: rgb(255, 255, 255);
}
button.is-highlightgrey.has-icon .arrow_right,
.button.is-highlightgrey.has-icon .arrow_right,
.c-button.is-highlightgrey.has-icon .arrow_right {
  background-color: rgb(255, 255, 255);
}
button.is-highlightblack,
.button.is-highlightblack,
.c-button.is-highlightblack {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
}
button.is-highlightblack.has-icon .arrow_left,
.button.is-highlightblack.has-icon .arrow_left,
.c-button.is-highlightblack.has-icon .arrow_left {
  background-color: rgb(255, 255, 255);
}
button.is-highlightblack.has-icon .arrow_right,
.button.is-highlightblack.has-icon .arrow_right,
.c-button.is-highlightblack.has-icon .arrow_right {
  background-color: rgb(255, 255, 255);
}
button.is-cta,
.button.is-cta,
.c-button.is-cta {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
}
button.is-cta.has-icon .arrow_left,
.button.is-cta.has-icon .arrow_left,
.c-button.is-cta.has-icon .arrow_left {
  background-color: rgb(255, 255, 255);
}
button.is-cta.has-icon .arrow_right,
.button.is-cta.has-icon .arrow_right,
.c-button.is-cta.has-icon .arrow_right {
  background-color: rgb(255, 255, 255);
}
button.is-white,
.button.is-white,
.c-button.is-white {
  color: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
button.is-white.has-icon .arrow_left,
.button.is-white.has-icon .arrow_left,
.c-button.is-white.has-icon .arrow_left {
  background-color: rgb(0, 0, 0);
}
button.is-white.has-icon .arrow_right,
.button.is-white.has-icon .arrow_right,
.c-button.is-white.has-icon .arrow_right {
  background-color: rgb(0, 0, 0);
}
button.is-black,
.button.is-black,
.c-button.is-black {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
}
button.is-black.has-icon .arrow_left,
.button.is-black.has-icon .arrow_left,
.c-button.is-black.has-icon .arrow_left {
  background-color: rgb(255, 255, 255);
}
button.is-black.has-icon .arrow_right,
.button.is-black.has-icon .arrow_right,
.c-button.is-black.has-icon .arrow_right {
  background-color: rgb(255, 255, 255);
}
button.is-primary-transparent,
.button.is-primary-transparent,
.c-button.is-primary-transparent {
  color: rgb(214, 214, 214);
  border-color: rgb(214, 214, 214);
  background-color: transparent;
}
button.is-primary-transparent.has-icon .arrow_left,
.button.is-primary-transparent.has-icon .arrow_left,
.c-button.is-primary-transparent.has-icon .arrow_left {
  background-color: rgb(214, 214, 214);
}
button.is-primary-transparent.has-icon .arrow_right,
.button.is-primary-transparent.has-icon .arrow_right,
.c-button.is-primary-transparent.has-icon .arrow_right {
  background-color: rgb(214, 214, 214);
}
button.is-secondary-transparent,
.button.is-secondary-transparent,
.c-button.is-secondary-transparent {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  background-color: transparent;
}
button.is-secondary-transparent.has-icon .arrow_left,
.button.is-secondary-transparent.has-icon .arrow_left,
.c-button.is-secondary-transparent.has-icon .arrow_left {
  background-color: rgb(0, 0, 0);
}
button.is-secondary-transparent.has-icon .arrow_right,
.button.is-secondary-transparent.has-icon .arrow_right,
.c-button.is-secondary-transparent.has-icon .arrow_right {
  background-color: rgb(0, 0, 0);
}
button.is-backgroundgrey-transparent,
.button.is-backgroundgrey-transparent,
.c-button.is-backgroundgrey-transparent {
  color: rgb(250, 250, 250);
  border-color: rgb(250, 250, 250);
  background-color: transparent;
}
button.is-backgroundgrey-transparent.has-icon .arrow_left,
.button.is-backgroundgrey-transparent.has-icon .arrow_left,
.c-button.is-backgroundgrey-transparent.has-icon .arrow_left {
  background-color: rgb(250, 250, 250);
}
button.is-backgroundgrey-transparent.has-icon .arrow_right,
.button.is-backgroundgrey-transparent.has-icon .arrow_right,
.c-button.is-backgroundgrey-transparent.has-icon .arrow_right {
  background-color: rgb(250, 250, 250);
}
button.is-highlightgrey-transparent,
.button.is-highlightgrey-transparent,
.c-button.is-highlightgrey-transparent {
  color: rgb(247, 247, 247);
  border-color: rgb(247, 247, 247);
  background-color: transparent;
}
button.is-highlightgrey-transparent.has-icon .arrow_left,
.button.is-highlightgrey-transparent.has-icon .arrow_left,
.c-button.is-highlightgrey-transparent.has-icon .arrow_left {
  background-color: rgb(247, 247, 247);
}
button.is-highlightgrey-transparent.has-icon .arrow_right,
.button.is-highlightgrey-transparent.has-icon .arrow_right,
.c-button.is-highlightgrey-transparent.has-icon .arrow_right {
  background-color: rgb(247, 247, 247);
}
button.is-highlightblack-transparent,
.button.is-highlightblack-transparent,
.c-button.is-highlightblack-transparent {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  background-color: transparent;
}
button.is-highlightblack-transparent.has-icon .arrow_left,
.button.is-highlightblack-transparent.has-icon .arrow_left,
.c-button.is-highlightblack-transparent.has-icon .arrow_left {
  background-color: rgb(0, 0, 0);
}
button.is-highlightblack-transparent.has-icon .arrow_right,
.button.is-highlightblack-transparent.has-icon .arrow_right,
.c-button.is-highlightblack-transparent.has-icon .arrow_right {
  background-color: rgb(0, 0, 0);
}
button.is-cta-transparent,
.button.is-cta-transparent,
.c-button.is-cta-transparent {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  background-color: transparent;
}
button.is-cta-transparent.has-icon .arrow_left,
.button.is-cta-transparent.has-icon .arrow_left,
.c-button.is-cta-transparent.has-icon .arrow_left {
  background-color: rgb(0, 0, 0);
}
button.is-cta-transparent.has-icon .arrow_right,
.button.is-cta-transparent.has-icon .arrow_right,
.c-button.is-cta-transparent.has-icon .arrow_right {
  background-color: rgb(0, 0, 0);
}
button.is-white-transparent,
.button.is-white-transparent,
.c-button.is-white-transparent {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  background-color: transparent;
}
button.is-white-transparent.has-icon .arrow_left,
.button.is-white-transparent.has-icon .arrow_left,
.c-button.is-white-transparent.has-icon .arrow_left {
  background-color: rgb(255, 255, 255);
}
button.is-white-transparent.has-icon .arrow_right,
.button.is-white-transparent.has-icon .arrow_right,
.c-button.is-white-transparent.has-icon .arrow_right {
  background-color: rgb(255, 255, 255);
}
button.is-black-transparent,
.button.is-black-transparent,
.c-button.is-black-transparent {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  background-color: transparent;
}
button.is-black-transparent.has-icon .arrow_left,
.button.is-black-transparent.has-icon .arrow_left,
.c-button.is-black-transparent.has-icon .arrow_left {
  background-color: rgb(0, 0, 0);
}
button.is-black-transparent.has-icon .arrow_right,
.button.is-black-transparent.has-icon .arrow_right,
.c-button.is-black-transparent.has-icon .arrow_right {
  background-color: rgb(0, 0, 0);
}
button.is-simple,
.button.is-simple,
.c-button.is-simple {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  background-color: transparent;
  text-align: left;
  padding: 0;
  border: 0;
}
button.is-simple.has-icon,
.button.is-simple.has-icon,
.c-button.is-simple.has-icon {
  justify-content: flex-start;
}
button.is-simple.has-icon .arrow_left,
.button.is-simple.has-icon .arrow_left,
.c-button.is-simple.has-icon .arrow_left {
  background-color: rgb(0, 0, 0);
}
button.is-simple.has-icon .arrow_right,
.button.is-simple.has-icon .arrow_right,
.c-button.is-simple.has-icon .arrow_right {
  background-color: rgb(0, 0, 0);
}
button.is-simple.is-primary,
.button.is-simple.is-primary,
.c-button.is-simple.is-primary {
  color: rgb(214, 214, 214);
}
button.is-simple.is-primary.has-icon .arrow_left,
.button.is-simple.is-primary.has-icon .arrow_left,
.c-button.is-simple.is-primary.has-icon .arrow_left {
  background-color: rgb(214, 214, 214);
}
button.is-simple.is-primary.has-icon .arrow_right,
.button.is-simple.is-primary.has-icon .arrow_right,
.c-button.is-simple.is-primary.has-icon .arrow_right {
  background-color: rgb(214, 214, 214);
}
button.is-simple.is-secondary,
.button.is-simple.is-secondary,
.c-button.is-simple.is-secondary {
  color: rgb(0, 0, 0);
}
button.is-simple.is-secondary.has-icon .arrow_left,
.button.is-simple.is-secondary.has-icon .arrow_left,
.c-button.is-simple.is-secondary.has-icon .arrow_left {
  background-color: rgb(0, 0, 0);
}
button.is-simple.is-secondary.has-icon .arrow_right,
.button.is-simple.is-secondary.has-icon .arrow_right,
.c-button.is-simple.is-secondary.has-icon .arrow_right {
  background-color: rgb(0, 0, 0);
}
button.is-simple.is-white,
.button.is-simple.is-white,
.c-button.is-simple.is-white {
  color: rgb(255, 255, 255);
}
button.is-simple.is-cta,
.button.is-simple.is-cta,
.c-button.is-simple.is-cta {
  color: rgb(0, 0, 0);
}
button.is-simple.is-cta.has-icon .arrow_left,
.button.is-simple.is-cta.has-icon .arrow_left,
.c-button.is-simple.is-cta.has-icon .arrow_left {
  background-color: rgb(0, 0, 0);
}
button.is-simple.is-cta.has-icon .arrow_right,
.button.is-simple.is-cta.has-icon .arrow_right,
.c-button.is-simple.is-cta.has-icon .arrow_right {
  background-color: rgb(0, 0, 0);
}
button.is-simple .icon-container,
.button.is-simple .icon-container,
.c-button.is-simple .icon-container {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
}
button.is-simple.right .text,
.button.is-simple.right .text,
.c-button.is-simple.right .text {
  border-right: 20px solid transparent;
}
button.is-simple.left .text,
.button.is-simple.left .text,
.c-button.is-simple.left .text {
  border-left: 20px solid transparent;
}

.button {
  color: rgb(255, 255, 255);
  background-color: rgb(214, 214, 214);
  border: 1px solid rgb(214, 214, 214);
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  button,
.button {
    width: auto;
  }
}
/******************* Global view *******************/
.material-icons.md-18,
.material-icons-outlined.md-18,
.material-icons-round.md-18,
.material-icons-sharp.md-18 {
  font-size: 18px;
}
.material-icons.md-36,
.material-icons-outlined.md-36,
.material-icons-round.md-36,
.material-icons-sharp.md-36 {
  font-size: 36px;
}
.material-icons.md-48,
.material-icons-outlined.md-48,
.material-icons-round.md-48,
.material-icons-sharp.md-48 {
  font-size: 48px;
}

/******************* Global view *******************/
.v-scrollbar {
  overflow-x: auto;
  /* scrollbar firefox fallback */
  scrollbar-width: thin;
  scrollbar-color: rgb(214, 214, 214) rgba(214, 214, 214, 0.1);
}
.v-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.v-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(214, 214, 214, 0.1);
}
.v-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: rgb(214, 214, 214);
}

/******************* Global view *******************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cookiebar {
  padding: 20px;
  font-size: 14px;
  z-index: 1000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -webkit-animation: fadeIn 3s ease;
          animation: fadeIn 3s ease;
}

.cookiebar__text {
  margin-right: 0;
}

.cookiebar__message {
  display: block;
  margin-right: 0;
  padding-bottom: 20px;
}

.cookiebar .cookiebar__link {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}

.cookiebar__button {
  text-align: center;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  background-color: rgb(214, 214, 214);
}
.cookiebar__button:hover {
  background-color: rgb(214, 214, 214);
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .cookiebar__button {
    width: 100%;
    line-height: 50px;
  }

  .cookiebar .cookiebar__link {
    line-height: 50px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .cookiebar {
    display: flex;
    flex-wrap: nowrap;
    top: inherit;
    padding: 40px;
    left: 50%;
    bottom: 20px;
    width: 60%;
    border-radius: 4px;
    transform: translateX(-50%);
  }

  .cookiebar__message {
    width: 66.6667%;
    padding-right: 10px;
    padding-bottom: 0;
  }

  .cookiebar__text {
    display: flex;
    padding-right: 10px;
    width: 75%;
  }

  .cookiebar .cookiebar__link {
    width: 33.3333%;
    margin: auto 0;
    height: 50px;
  }

  .cookiebar__button {
    width: 25%;
    height: 50px;
  }
}
/******************* Global view *******************/
.ng-lightbox .js--lightbox-content {
  display: none;
}

.js--lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 110;
}

.js--lightbox .shadow {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.7;
  cursor: pointer;
  z-index: 1;
}

.js--lightbox .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  padding: 50px 20px;
  overflow-y: scroll;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.js--lightbox .js-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.js--lightbox .js-lightbox-close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
}
.js--lightbox .js-lightbox-close .line.one {
  transform: translate(-50%, -50%) rotate(45deg);
}
.js--lightbox .js-lightbox-close .line.two {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .js--lightbox .inner {
    max-width: 1600px;
    max-height: 90%;
    height: auto;
    padding: 50px;
  }
}
/******************* Global view *******************/
.contactperson {
  padding: 20px;
  color: rgb(0, 0, 0);
}
.contactperson.is-white {
  color: rgb(255, 255, 255);
}
.contactperson.is-white h1, .contactperson.is-white h2, .contactperson.is-white h3, .contactperson.is-white h4, .contactperson.is-white h5, .contactperson.is-white h6 {
  color: rgb(255, 255, 255);
}
.contactperson.no-bg {
  padding: 0;
}
.contactperson > * {
  margin-bottom: 20px;
}
.contactperson > *:last-child {
  margin-bottom: 0;
}

.contactperson .image img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.contactperson .title {
  width: 100%;
  margin-bottom: 20px;
}

.contactperson .data .block {
  display: block;
  margin-bottom: 20px;
}
.contactperson .data .block:last-child {
  margin-bottom: 0;
}
.contactperson .data .flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contactperson .data .flex:last-child {
  margin-bottom: 0;
}
.contactperson .data .title {
  margin-bottom: 10px;
}
.contactperson .data .head {
  margin-bottom: 20px;
}
.contactperson .data .head:last-child {
  margin-bottom: 0;
}
.contactperson .data a {
  font-family: "Museo Sans W01_100", Arial, sans-serif;
  font-size: 20px;
}

.contactperson a.flex {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.contactperson.is-white a.flex {
  color: rgb(255, 255, 255);
}

.contactperson .block {
  display: block;
}

.contactperson .openings,
.contactperson .address {
  display: flex;
  flex-wrap: wrap;
}

.contactperson .opening {
  margin-bottom: 5px;
}
.contactperson .opening:last-child {
  margin-bottom: 0;
}

.contactperson .address .inner > * {
  margin-bottom: 5px;
}
.contactperson .address .inner > *:last-child {
  margin-bottom: 0;
}

.contactperson .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.contactperson .icon.icon-mail {
  -webkit-mask-image: url("/files/theme/images/icons/letter.svg");
          mask-image: url("/files/theme/images/icons/letter.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
}
.ie .contactperson .icon.icon-mail {
  background-image: url("/files/theme/images/icons/letter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
}
.contactperson .icon.icon-phone {
  -webkit-mask-image: url("/files/theme/images/icons/phone.svg");
          mask-image: url("/files/theme/images/icons/phone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
}
.ie .contactperson .icon.icon-phone {
  background-image: url("/files/theme/images/icons/phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
}
.contactperson .icon.icon-mobile {
  -webkit-mask-image: url("/files/theme/images/icons/mobile.svg");
          mask-image: url("/files/theme/images/icons/mobile.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
}
.ie .contactperson .icon.icon-mobile {
  background-image: url("/files/theme/images/icons/mobile.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
}
.contactperson .icon.icon-chat {
  -webkit-mask-image: url("/files/theme/images/icons/customer-support.svg");
          mask-image: url("/files/theme/images/icons/customer-support.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
}
.ie .contactperson .icon.icon-chat {
  background-image: url("/files/theme/images/icons/customer-support.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
}
.contactperson .icon.icon-openings {
  -webkit-mask-image: url("/files/theme/images/icons/clock.svg");
          mask-image: url("/files/theme/images/icons/clock.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 20px;
          mask-size: 20px;
}
.ie .contactperson .icon.icon-openings {
  background-image: url("/files/theme/images/icons/clock.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: transparent;
}
.contactperson .icon.icon-address {
  -webkit-mask-image: url("/files/theme/images/icons/home.svg");
          mask-image: url("/files/theme/images/icons/home.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
}
.ie .contactperson .icon.icon-address {
  background-image: url("/files/theme/images/icons/home.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
}

.contactperson .button {
  max-width: 140px;
  line-height: 34px;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .contactperson .data a {
    font-size: 20px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .contactperson img {
    height: auto;
  }

  .contactperson .data a {
    font-size: 20px;
  }
}
/******************* Global view *******************/
.textimage .content-container > * {
  margin-bottom: 50px;
}
.textimage .content-container > *:last-child {
  margin-bottom: 0;
}

.textimage .container > * {
  margin-bottom: 50px;
}
.textimage .container > *:last-child {
  margin-bottom: 0;
}

.textimage .imagetext .image {
  width: 100%;
}
.textimage .imagetext.has--image.has--text .image {
  margin-bottom: 50px;
}

.textimage img {
  width: 100%;
}

.textimage .text-container .text {
  width: 100%;
}

.textimage .button-container {
  margin-top: 20px;
}

.textimage .button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .textimage .imagetext {
    display: flex;
  }
  .textimage .imagetext.has--image.has--text .image {
    width: 50%;
    margin-bottom: 0;
  }
  .textimage .imagetext.has--image.has--text .text-container {
    width: 50%;
  }
  .textimage .imagetext.has--image.has--text.left .image {
    border-right: 10px solid transparent;
  }
  .textimage .imagetext.has--image.has--text.left .text-container {
    border-left: 10px solid transparent;
  }
  .textimage .imagetext.has--image.has--text.right .image {
    order: 2;
    border-left: 10px solid transparent;
  }
  .textimage .imagetext.has--image.has--text.right .text-container {
    order: 1;
    border-right: 10px solid transparent;
  }
}
/******************* Global view *******************/
.mod_navigation {
  /* Mobile menu*/
  /* Sidebar menu*/
}
.mod_navigation.burger, .mod_navigation.sidebar {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 90;
}
.mod_navigation.burger ul, .mod_navigation.sidebar ul {
  padding-left: 0;
}
.mod_navigation.burger ul li::before, .mod_navigation.sidebar ul li::before {
  display: none;
}
.mod_navigation.burger li, .mod_navigation.sidebar li {
  display: block;
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
}
.mod_navigation.burger li.is-button, .mod_navigation.sidebar li.is-button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mod_navigation.burger li.submenu, .mod_navigation.sidebar li.submenu {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.mod_navigation.burger a,
.mod_navigation.burger strong, .mod_navigation.sidebar a,
.mod_navigation.sidebar strong {
  display: block;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 28px;
  text-decoration: none;
  padding: 20px 20px;
}
.mod_navigation.burger a.submenu,
.mod_navigation.burger strong.submenu, .mod_navigation.sidebar a.submenu,
.mod_navigation.sidebar strong.submenu {
  flex: 1;
}
.mod_navigation.burger a .button,
.mod_navigation.burger strong .button, .mod_navigation.sidebar a .button,
.mod_navigation.sidebar strong .button {
  line-height: 40px;
  text-transform: uppercase;
}
.mod_navigation.burger strong, .mod_navigation.sidebar strong {
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
}
.mod_navigation.burger .level_1, .mod_navigation.sidebar .level_1 {
  list-style: none;
}
.mod_navigation.burger .level_1 li, .mod_navigation.sidebar .level_1 li {
  position: relative;
  line-height: 28px;
}
.mod_navigation.burger .level_1 li .js--subtoggler, .mod_navigation.sidebar .level_1 li .js--subtoggler {
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 2px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mod_navigation.burger .level_1 li .js--subtoggler .line, .mod_navigation.sidebar .level_1 li .js--subtoggler .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  transition: transform 0.4s ease;
}
.mod_navigation.burger .level_1 li .js--subtoggler .line.one, .mod_navigation.sidebar .level_1 li .js--subtoggler .line.one {
  transform: translate(-50%, -50%) rotate(90deg);
}
.mod_navigation.burger .level_1 li .js--subtoggler .line.two, .mod_navigation.sidebar .level_1 li .js--subtoggler .line.two {
  transform: translate(-50%, -50%);
}
.mod_navigation.burger .level_1 li .js--subtoggler.is--active .one, .mod_navigation.sidebar .level_1 li .js--subtoggler.is--active .one {
  transform: translate(-50%, -50%);
}
.mod_navigation.burger .level_1 .level_2, .mod_navigation.sidebar .level_1 .level_2 {
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.mod_navigation.burger .level_1 .level_2 > li > a, .mod_navigation.burger .level_1 .level_2 > li > strong, .mod_navigation.sidebar .level_1 .level_2 > li > a, .mod_navigation.sidebar .level_1 .level_2 > li > strong {
  line-height: 28px;
  padding-left: 20px;
}
.mod_navigation.burger .level_1 .level_3, .mod_navigation.sidebar .level_1 .level_3 {
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.mod_navigation.burger .level_1 .level_3 > li > a, .mod_navigation.burger .level_1 .level_3 > li > strong, .mod_navigation.sidebar .level_1 .level_3 > li > a, .mod_navigation.sidebar .level_1 .level_3 > li > strong {
  padding-left: 40px;
}
.mod_navigation.burger {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 80px;
  padding-bottom: 160px;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  overflow-y: scroll;
}
.mod_navigation.burger.is--active {
  transform: translateX(0);
}
.mod_navigation.burger::-webkit-scrollbar {
  display: none;
}
.mod_navigation.burger a,
.mod_navigation.burger strong {
  color: rgb(0, 0, 0);
  font-size: 20px;
  text-transform: uppercase;
}
.mod_navigation.burger a.active,
.mod_navigation.burger strong.active {
  color: rgb(214, 214, 214);
}
.mod_navigation.burger .level_1 > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mod_navigation.burger .level_1 > li:last-child {
  border-bottom: 0;
}
.mod_navigation.burger .level_1 li .js--subtoggler {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mod_navigation.burger .level_1 li .js--subtoggler .line {
  background-color: rgb(0, 0, 0);
}
.mod_navigation.burger .level_2 {
  background-color: rgb(247, 247, 247);
}
.mod_navigation.burger .level_2 a,
.mod_navigation.burger .level_2 strong {
  color: rgb(0, 0, 0);
}
.mod_navigation.burger .level_2 a:hover, .mod_navigation.burger .level_2 a.active,
.mod_navigation.burger .level_2 strong:hover,
.mod_navigation.burger .level_2 strong.active {
  color: rgb(0, 0, 0);
}
.mod_navigation.burger .level_2 li .js--subtoggler {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.mod_navigation.burger .level_2 li .js--subtoggler .line {
  background-color: rgb(0, 0, 0);
}
.mod_navigation.burger.l2-border .level_2 > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mod_navigation.burger.l2-border .level_2 > li:last-child {
  border-bottom: 0;
}
.mod_navigation.burger .level_3 {
  background-color: rgb(237, 237, 237);
}
.mod_navigation.burger .level_3 a,
.mod_navigation.burger .level_3 strong {
  color: rgb(0, 0, 0);
}
.mod_navigation.burger .level_3 a:hover, .mod_navigation.burger .level_3 a.active,
.mod_navigation.burger .level_3 strong:hover,
.mod_navigation.burger .level_3 strong.active {
  color: rgb(0, 0, 0);
}
.mod_navigation.burger.l3-border .level_3 > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mod_navigation.burger.l3-border .level_3 > li:last-child {
  border-bottom: 0;
}
.mod_navigation.sidebar a,
.mod_navigation.sidebar strong {
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-transform: uppercase;
}
.mod_navigation.sidebar a:hover, .mod_navigation.sidebar a.active,
.mod_navigation.sidebar strong:hover,
.mod_navigation.sidebar strong.active {
  color: rgb(0, 0, 0);
}
.mod_navigation.sidebar .headline {
  padding: 20px 20px 0 20px;
}
.mod_navigation.sidebar .level_1 > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mod_navigation.sidebar .level_1 > li:last-child {
  border-bottom: 0;
}
.mod_navigation.sidebar .level_1 li .js--subtoggler {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mod_navigation.sidebar .level_1 li .js--subtoggler .line {
  background-color: rgb(255, 255, 255);
}
.mod_navigation.sidebar .level_2 {
  background-color: rgb(255, 255, 255);
}
.mod_navigation.sidebar .level_2 a,
.mod_navigation.sidebar .level_2 strong {
  color: rgb(0, 0, 0);
}
.mod_navigation.sidebar .level_2 a:hover, .mod_navigation.sidebar .level_2 a.active,
.mod_navigation.sidebar .level_2 strong:hover,
.mod_navigation.sidebar .level_2 strong.active {
  color: rgb(0, 0, 0);
}
.mod_navigation.sidebar .level_2 li .js--subtoggler {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mod_navigation.sidebar .level_2 li .js--subtoggler .line {
  background-color: rgb(0, 0, 0);
}
.mod_navigation.sidebar.l2-border .level_2 > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mod_navigation.sidebar.l2-border .level_2 > li:last-child {
  border-bottom: 0;
}
.mod_navigation.sidebar .level_3 {
  background-color: rgb(255, 255, 255);
}
.mod_navigation.sidebar .level_3 a,
.mod_navigation.sidebar .level_3 strong {
  color: rgb(0, 0, 0);
}
.mod_navigation.sidebar .level_3 a:hover, .mod_navigation.sidebar .level_3 a.active,
.mod_navigation.sidebar .level_3 strong:hover,
.mod_navigation.sidebar .level_3 strong.active {
  color: rgb(237, 237, 237);
}
.mod_navigation.sidebar.l3-border .level_3 > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mod_navigation.sidebar.l3-border .level_3 > li:last-child {
  border-bottom: 0;
}

/******************* Desktop view *******************/
@media screen and (min-width: 670px) {
  #header + #container .mod_navigation.burger, #header + #stage + #container .mod_navigation.burger, #header + .custom + #container .mod_navigation.burger, #header + #stage + .custom + #container .mod_navigation.burger {
    padding-top: 80px;
  }
  #top_bar + #header + #container .mod_navigation.burger, #top_bar + #header + #stage + #container .mod_navigation.burger, #top_bar + #header + .custom + #container .mod_navigation.burger, #top_bar + #header + #stage + .custom + #container .mod_navigation.burger {
    padding-top: 120px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_navigation.burger {
    display: none;
  }
}
/******************* Global view *******************/
.mod_navigation.large {
  display: none;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_navigation.large {
    display: block;
    margin-left: auto;
  }
  .mod_navigation.large.is-hidden {
    visibility: hidden;
  }
  .mod_navigation.large .invisible {
    display: none;
  }

  .mod_navigation.large ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
  }

  .mod_navigation.large li {
    position: relative;
    cursor: pointer;
  }
  .mod_navigation.large li .has--icon {
    display: flex;
    align-items: center;
  }
  .mod_navigation.large li .has--icon .icon {
    padding-left: 5px;
  }

  .mod_navigation.large .level_1 > li:hover {
    background-color: rgb(0, 0, 0);
  }
  .mod_navigation.large .level_1 > li:hover > a,
.mod_navigation.large .level_1 > li:hover > strong {
    color: rgb(255, 255, 255);
  }
  .mod_navigation.large .level_1 > li:hover.is-button {
    background-color: unset;
  }

  .mod_navigation.large a,
.mod_navigation.large strong {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 22px;
    text-transform: uppercase;
    line-height: 80px;
    text-align: left;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod_navigation.large a:not(.button):hover,
.mod_navigation.large strong:not(.button):hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
  }
  .mod_navigation.large a:not(.button).active,
.mod_navigation.large strong:not(.button).active {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
  }
  .mod_navigation.large a .button,
.mod_navigation.large strong .button {
    line-height: 38px;
    text-transform: uppercase;
  }

  .mod_navigation.large strong {
    font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
    font-weight: 500;
  }

  .mod_navigation.large li.is-button > strong:hover, .mod_navigation.large li.is-button > strong.active, .mod_navigation.large li.is-button a:hover, .mod_navigation.large li.is-button a.active {
    background-color: unset;
  }

  /* level_2 */
  .mod_navigation.large .level_2 {
    display: block;
    position: absolute;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
    opacity: 0;
    transform: translateY(20%);
    transition: transform 0.4s, opacity 0.4s;
  }
  .mod_navigation.large .level_2.has--switch {
    right: 0;
  }
  .mod_navigation.large .level_2 li {
    display: block;
    background-color: rgb(0, 0, 0);
  }
  .mod_navigation.large .level_2 a,
.mod_navigation.large .level_2 strong {
    color: rgb(255, 255, 255);
    line-height: 48px;
  }
  .mod_navigation.large .level_2 a:not(.is-button):hover,
.mod_navigation.large .level_2 strong:not(.is-button):hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
  }
  .mod_navigation.large .level_2 a:not(.is-button).active,
.mod_navigation.large .level_2 strong:not(.is-button).active {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
  }
  .mod_navigation.large .level_2 a .button,
.mod_navigation.large .level_2 strong .button {
    line-height: 38px;
  }
  .mod_navigation.large .level_2 .is-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mod_navigation.large .level_2 .is-button a,
.mod_navigation.large .level_2 .is-button strong {
    background-color: none;
  }

  .mod_navigation.large li:hover > .level_2 {
    pointer-events: initial;
    opacity: 1;
    transform: translateY(0%);
  }
  .mod_navigation.large.l2-border .level_2 > li {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .mod_navigation.large.l2-border .level_2 > li:last-child {
    border-bottom: 0;
  }

  /* level_3 */
  .mod_navigation.large .level_3 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
    opacity: 0;
    transform: translateX(120%);
    transition: transform 0.4s, opacity 0.4s;
  }
  .mod_navigation.large .level_3.has--switch {
    left: 0;
    right: unset;
    transform: translateX(-120%);
  }
  .mod_navigation.large .level_3 li {
    background-color: rgb(0, 0, 0);
  }
  .mod_navigation.large .level_3 a,
.mod_navigation.large .level_3 strong {
    color: rgb(255, 255, 255);
  }
  .mod_navigation.large .level_3 a:not(.button):hover,
.mod_navigation.large .level_3 strong:not(.button):hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
  }
  .mod_navigation.large .level_3 a:not(.button).active,
.mod_navigation.large .level_3 strong:not(.button).active {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
  }

  .mod_navigation.large .level_2 li:hover .level_3 {
    pointer-events: initial;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
    opacity: 1;
    transform: translateX(100%);
  }
  .mod_navigation.large .level_2 li:hover .level_3.has--switch {
    transform: translateX(-100%);
  }
  .mod_navigation.large.l3-border .level_3 > li {
    border-bottom: 1px solid rgb(0, 0, 0);
  }
  .mod_navigation.large.l3-border .level_3 > li:last-child {
    border-bottom: 0;
  }

  .mod_navigation.large .megamenu {
    position: inherit;
  }
  .mod_navigation.large .megamenu .level_2 {
    left: auto;
    right: 50px;
    min-width: auto;
    max-width: 1100px;
    padding: 0 10px 10px 10px;
  }
  .mod_navigation.large .megamenu .level_2 a,
.mod_navigation.large .megamenu .level_2 strong {
    font-family: "Museo Sans W01_300", "Museo Sans W01_300", "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  }
  .mod_navigation.large .megamenu:hover .level_2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .mod_navigation.large .megamenu .level_3 {
    display: block;
  }
  .mod_navigation.large .megamenu .level_3 a,
.mod_navigation.large .megamenu .level_3 strong {
    line-height: 38px;
    font-family: "Museo Sans W01_100", Arial, sans-serif;
    text-align: center;
  }
}
/******************* Global view *******************/
.mod_customnav {
  white-space: nowrap;
  /* sidebar */
}
.mod_customnav a, .mod_customnav strong {
  display: block;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
}
@media screen and (min-width: 670px) {
  .mod_customnav a, .mod_customnav strong {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .mod_customnav a, .mod_customnav strong {
    font-size: 20px;
  }
}
.mod_customnav a.active, .mod_customnav strong.active {
  color: rgb(214, 214, 214);
}
.mod_customnav a:hover {
  color: rgb(214, 214, 214);
}
.mod_customnav .invisible {
  display: none;
}
.mod_customnav.sidebar {
  white-space: normal;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_customnav {
    /* sidebar */
  }
  .mod_customnav .level_1 li {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
  .mod_customnav .level_1 li:first-child {
    border-left: 0;
  }
  .mod_customnav .level_1 li:last-child {
    border-right: 0;
  }
  .mod_customnav.sidebar .level_1 li {
    border-left: 0;
    border-right: 0;
  }
}
/******************* Global view *******************/
.mod_breadcrumb {
  position: relative;
}
.has--sidebar .mod_breadcrumb {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.mod_breadcrumb ul {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  list-style: none;
}
.mod_breadcrumb ul li {
  color: rgb(0, 0, 0);
  padding: 10px;
}
.mod_breadcrumb ul li.active {
  color: rgb(0, 0, 0);
}
.mod_breadcrumb ul li:first-child {
  padding-left: 0;
}
.mod_breadcrumb a {
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 1.6;
  text-decoration: none;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 670px) {
  .mod_breadcrumb a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .mod_breadcrumb a {
    font-size: 20px;
  }
}
.mod_breadcrumb a:hover {
  color: rgb(0, 0, 0);
}
.mod_breadcrumb .first {
  padding: 0;
}
.mod_breadcrumb .first a {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.mod_breadcrumb .first a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url("/files/theme/images/icons/home.svg");
          mask-image: url("/files/theme/images/icons/home.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(214, 214, 214);
}
.ie .mod_breadcrumb .first a:after {
  background-image: url("/files/theme/images/icons/home.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.mod_breadcrumb .first span {
  display: none;
}
.mod_breadcrumb .boxed {
  background-color: rgb(255, 255, 255);
}
.mod_breadcrumb .boxed .first a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: rgb(214, 214, 214);
}
.mod_breadcrumb .boxed .first a:after {
  -webkit-mask-image: url("/files/theme/images/icons/home.svg");
          mask-image: url("/files/theme/images/icons/home.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(255, 255, 255);
}
.ie .mod_breadcrumb .boxed .first a:after {
  background-image: url("/files/theme/images/icons/home.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_breadcrumb ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .mod_breadcrumb .first {
    padding-right: 10px;
  }
}
/******************* Global view *******************/
/**
  * header-transparent
  * Set transparent coloring and container height
  * Will influence other elements
**/
[header-style=header-transparent] #top_bar,
[header-style=header-transparent] #header {
  background-color: transparent;
  transition: background-color 0.5s ease;
}
[header-style=header-transparent] #top_bar a {
  color: rgb(255, 255, 255);
}
[header-style=header-transparent] #top_bar .ce_rsce_topcontact .item.mail .icon {
  background-color: rgb(255, 255, 255);
}
[header-style=header-transparent] #top_bar .ce_rsce_topcontact .item.phone .icon {
  background-color: rgb(255, 255, 255);
}
[header-style=header-transparent] #container,
[header-style=header-transparent] #header + #container,
[header-style=header-transparent] #top_bar + #header + #container {
  padding-top: 0;
}
[header-style=header-transparent] #container .ce_rsce_slider.fullhight,
[header-style=header-transparent] #header + #container .ce_rsce_slider.fullhight,
[header-style=header-transparent] #top_bar + #header + #container .ce_rsce_slider.fullhight {
  height: 100vh;
}
[header-style=header-transparent] .ce_rsce_logo {
  filter: brightness(0) invert(1);
  transition: filter 0.5s ease;
}
[header-style=header-transparent] .ce_rsce_burger_menu .line {
  background-color: rgb(255, 255, 255);
}

/**
  * is--scrolled / js--menu state
  * Set coloring
  * Will influence header and topbar elements
**/
.js--menu .header-transparent#top_bar,
.header-transparent.is--scrolled#top_bar {
  background-color: rgb(0, 0, 0);
}
.js--menu .header-transparent#top_bar a,
.header-transparent.is--scrolled#top_bar a {
  color: rgb(255, 255, 255);
}
.js--menu .header-transparent#top_bar .ce_rsce_topcontact .item.mail .icon,
.header-transparent.is--scrolled#top_bar .ce_rsce_topcontact .item.mail .icon {
  background-color: rgb(255, 255, 255);
}
.js--menu .header-transparent#top_bar .ce_rsce_topcontact .item.phone .icon,
.header-transparent.is--scrolled#top_bar .ce_rsce_topcontact .item.phone .icon {
  background-color: rgb(255, 255, 255);
}
.js--menu .header-transparent#header,
.header-transparent.is--scrolled#header {
  background-color: rgb(255, 255, 255);
}
.js--menu .header-transparent .ce_rsce_logo,
.header-transparent.is--scrolled .ce_rsce_logo {
  filter: none;
}
.js--menu .header-transparent .ce_rsce_burger_menu .line,
.header-transparent.is--scrolled .ce_rsce_burger_menu .line {
  background-color: rgb(0, 0, 0);
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  /**
    * header-transparent
    * Set transparent coloring and container height
    * Will influence other elements
  **/
  [header-style=header-transparent] #top_bar + #header + #container {
    padding-top: 0;
  }

  /**
    * header-cta-topbar
    * Set topbar and topbar elements coloring
  **/
  [header-style=header-cta-topbar] #top_bar {
    background-color: rgb(255, 255, 255);
  }
  [header-style=header-cta-topbar] #top_bar a {
    color: rgb(0, 0, 0);
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  /**
    * header-transparent
    * Set transparent coloring and container height
    * Will influence other elements
  **/
  [header-style=header-transparent] .mod_navigation.large .level_1 > li > strong,
[header-style=header-transparent] .mod_navigation.large .level_1 > li > a {
    color: rgb(255, 255, 255);
    transition: color 0.5s ease;
  }

  /**
    * header-transparent
    * is--scrolled state
    * Set coloring
    * Will influence header and topbar elements
  **/
  .header-transparent.is--scrolled .mod_navigation.large .level_1 > li > strong,
.header-transparent.is--scrolled .mod_navigation.large .level_1 > li > a {
    color: rgb(0, 0, 0);
  }
}
/******************* Global view *******************/
.pagination {
  margin-top: 20px;
}

.pagination .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0px, 40px));
  gap: 10px;
  justify-content: end;
  list-style: none;
  padding: 0;
}
.pagination .list li {
  padding: 0;
  margin: 0;
}
.pagination .list li::before {
  display: none;
}

.pagination .link,
.pagination .active {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  background-color: rgb(250, 250, 250);
  border-radius: 0px;
}

.pagination .link {
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.pagination .link:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}

.pagination .active {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  cursor: not-allowed;
}

.pagination .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pagination .previous {
  grid-column: auto/span 2;
  justify-self: start;
}

.pagination .next {
  grid-column: auto/span 2;
  justify-self: end;
}

.pagination .first-link,
.pagination .previous-link,
.pagination .next-link,
.pagination .last-link {
  display: block;
  color: rgb(0, 0, 0);
  text-decoration: none;
  line-height: 40px;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .pagination {
    margin-top: 20px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .pagination {
    margin-top: 20px;
  }
}
/******************* Global view *******************/
.mod_search > form:not(:last-child) {
  margin-bottom: 20px;
}
.mod_search .item:not(:last-child) {
  margin-bottom: 10px;
}

.mod_search .search-results .header {
  background-color: rgb(255, 255, 255);
}
.mod_search .search-results .header .headline {
  text-align: center;
}
.mod_search .search-results .header .search-content {
  flex: 1;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.mod_search .search-results .header .search-content input[name=keywords] {
  padding: 0 20px 0 42px;
  width: 100%;
  height: 44px;
  border: 0;
}
.mod_search .search-results .header .search-content button[type=submit] {
  position: absolute;
  border: 0;
  left: 0;
  top: 0;
  width: 42px;
  height: 44px;
  border-radius: 0;
  background: white;
  -webkit-mask-image: url("/files/theme/images/icons/search.svg");
          mask-image: url("/files/theme/images/icons/search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: rgb(0, 0, 0);
}
.ie .mod_search .search-results .header .search-content button[type=submit] {
  background-image: url("/files/theme/images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
}
.mod_search .search-results .inner {
  position: relative;
  padding: 50px 20px;
}
.mod_search .search-results .results-modules {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  margin-top: 35px;
}
.mod_search .search-results .title {
  margin-bottom: 35px;
}
.mod_search .search-results .result {
  display: flex;
  flex-direction: column;
}
.mod_search .search-results .result.hide-more .more {
  display: none;
}
.mod_search .search-results .result .title {
  order: 1;
}
.mod_search .search-results .result .result-content {
  order: 2;
}
.mod_search .search-results .result .result-content .item {
  border-top: 1px solid rgb(214, 214, 214);
}
.mod_search .search-results .result .result-content .item:first-child {
  border-top: 0;
}
.mod_search .search-results .result .result-content .item:nth-child(1n+6) {
  display: none;
}
.mod_search .search-results .result .result-content .item a {
  display: block;
  padding: 15px 0;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
.mod_search .search-results .result .more {
  order: 3;
  display: block;
  border-top: 1px solid rgb(214, 214, 214);
  padding: 15px 0;
  width: 100%;
  text-decoration: none;
  color: rgb(214, 214, 214);
  font-size: 20px;
  line-height: 1.6;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.mod_search .search-results .result input {
  display: none;
}
.mod_search .search-results .result input:checked + .more {
  display: none;
}
.mod_search .search-results .result input:checked + .more + .result-content .item:nth-child(1n+6) {
  display: block;
}
.mod_search .search-results .result.results-pages {
  margin-top: 0;
}
.mod_search .search-results .result.results-pages .result-content .item {
  display: block;
}
.mod_search .search-results .result.results-pages .result-content .item:nth-child(1n+6) {
  display: none;
}
.mod_search .search-results .result.results-pages input:checked + .more + .result-content .item:nth-child(1n+6) {
  display: block;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  .mod_search .search-results .results .results-modules {
    grid-template-columns: repeat(2, 1fr);
  }
  .mod_search .search-results .results .result .result-content .item a {
    font-size: 20px;
  }
  .mod_search .search-results .results .result .more {
    font-size: 20px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_search .search-results .inner {
    max-width: 1700px;
    padding: 50px 50px;
    margin: 0 auto;
  }
  .mod_search .search-results .results .result .result-content .item a {
    font-size: 20px;
  }
  .mod_search .search-results .results .result .more {
    font-size: 20px;
  }
}
/******************* Global view *******************/
header .mod_search {
  margin-left: 15px;
}
header .mod_search .formbody {
  display: flex;
}
header .mod_search .search-icon {
  position: relative;
  width: 42px;
  height: 42px;
  background: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.35s ease;
}
header .mod_search .search-icon.is-cta {
  border-radius: 0px;
  background: rgb(214, 214, 214);
}
header .mod_search .search-icon .icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/files/theme/images/icons/search.svg");
          mask-image: url("/files/theme/images/icons/search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: rgb(0, 0, 0);
}
.ie header .mod_search .search-icon .icon {
  background-image: url("/files/theme/images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
}
header .mod_search .search-content {
  flex: 1;
  position: absolute;
  right: 60px;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.35s ease;
}
header .mod_search input[name=keywords] {
  border: 0;
  border-radius: 0;
  padding: 0 62px 0 42px;
  width: 100%;
  height: 42px;
  font-family: "Museo Sans W01_100", Arial, sans-serif;
}
header .mod_search button[type=submit] {
  position: absolute;
  border: 0;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: white;
  -webkit-mask-image: url("/files/theme/images/icons/search.svg");
          mask-image: url("/files/theme/images/icons/search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: rgb(0, 0, 0);
}
.ie header .mod_search button[type=submit] {
  background-image: url("/files/theme/images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
}
header .mod_search .close {
  display: none;
}
header .mod_search.is-active .search-content {
  width: calc(100% - 80px);
  visibility: visible;
}
header .mod_search.is-active .search-icon {
  background: rgb(255, 255, 255);
}
header .mod_search.is-active .search-icon .icon {
  -webkit-mask-image: url("/files/theme/images/icons/close.svg");
          mask-image: url("/files/theme/images/icons/close.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 20px;
          mask-size: 20px;
  background-color: rgb(0, 0, 0);
}
.ie header .mod_search.is-active .search-icon .icon {
  background-image: url("/files/theme/images/icons/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: transparent;
}
header .mod_search.is-active .suggest-outer {
  display: flex;
  flex-direction: row-reverse;
  position: fixed;
  padding-top: 19px;
  top: 61px;
  left: 0;
  width: 100%;
  z-index: 1;
}
header .mod_search.is-active .close {
  display: block;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  opacity: 0.7;
  cursor: pointer;
}
header .mod_search .suggest-content {
  display: none;
  position: absolute;
  padding: 20px;
  width: 100%;
  max-height: calc(100vh - 80px);
  background: rgb(255, 255, 255);
  overflow-x: auto;
}
header .mod_search .suggest-content .results-modules {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 20px;
}
header .mod_search .suggest-content .title {
  order: 1;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
}
header .mod_search .suggest-content .result {
  display: flex;
  flex-direction: column;
}
header .mod_search .suggest-content .result.hide-more .more {
  display: none;
}
header .mod_search .suggest-content .result .result-content {
  order: 2;
}
header .mod_search .suggest-content .result .result-content .item {
  margin-top: 20px;
}
header .mod_search .suggest-content .result .result-content .item a {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 1.6;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}
header .mod_search .suggest-content .result .result-content .item:nth-child(1n+6) {
  display: none;
}
header .mod_search .suggest-content .result .more {
  order: 3;
  display: block;
  margin-top: 20px;
  text-decoration: none;
  color: rgb(214, 214, 214);
  font-size: 20px;
  line-height: 1.6;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
}
header .mod_search .suggest-content .result input {
  display: none;
}
header .mod_search .suggest-content .result.results-pages .result-content .item {
  display: block;
}
header .mod_search .suggest-content .result.results-pages .result-content .item:nth-child(1n+6) {
  display: none;
}
header .mod_search .suggest-content.is-active {
  display: block;
}

/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  header .mod_search.is-active .suggest-content {
    max-height: calc(100vh - 120px);
  }
  header .mod_search.is-active .suggest-content .results-modules {
    grid-template-columns: repeat(2, 1fr);
  }

  #top_bar + #header .mod_search.is-active .suggest-outer {
    top: 101px;
  }
  #top_bar + #header .mod_search.is-active .close {
    top: 120px;
  }

  #top_bar + #header + #addition_header .mod_search .close.is-active .suggest-outer {
    top: 141px;
  }
  #top_bar + #header + #addition_header .mod_search .close.is-active .close {
    top: 160px;
  }
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  header .mod_search {
    margin-left: unset;
    padding-left: 15px;
  }
  header .mod_search .search-content {
    right: 50px;
  }
  header .mod_search.is-active .search-content {
    width: 0;
  }
  header .mod_search.is-active .suggest-outer {
    left: 50%;
    max-width: 1600px;
    padding: 19px 50px 0 50px;
    transform: translateX(-50%);
  }
  header .mod_search .suggest-content {
    width: 800px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/******************* Global view *******************/
.mod_changelanguage {
  position: relative;
  height: 100%;
  margin-left: 15px;
}

.mod_changelanguage .js--lang-toggler {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: normal;
  cursor: pointer;
}
.mod_changelanguage .js--lang-toggler .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-mask-image: url("/files/theme/images/icons/language.svg");
          mask-image: url("/files/theme/images/icons/language.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(0, 0, 0);
}
.ie .mod_changelanguage .js--lang-toggler .icon {
  background-image: url("/files/theme/images/icons/language.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.mod_changelanguage .js--lang-toggler .js--active-lang {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
}

.mod_changelanguage.dropdown .level_1 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: nowrap;
  background-color: rgb(255, 255, 255);
}
.mod_changelanguage.dropdown .level_1 a, .mod_changelanguage.dropdown .level_1 strong {
  color: rgb(0, 0, 0);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 48px;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Museo Sans W01_100", "Museo Sans W01_100", Arial, sans-serif;
  font-weight: 500;
}
.mod_changelanguage.dropdown .level_1 a:hover, .mod_changelanguage.dropdown .level_1 a.active, .mod_changelanguage.dropdown .level_1 strong:hover, .mod_changelanguage.dropdown .level_1 strong.active {
  color: rgb(255, 255, 255);
}
.mod_changelanguage.dropdown .level_1 li {
  cursor: pointer;
}

.mod_changelanguage.is--active .level_1 {
  display: block;
}

.mod_changelanguage .flex {
  display: flex;
  align-items: center;
  line-height: 40px;
}
.mod_changelanguage .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  .mod_changelanguage .js--lang-toggler .js--active-lang {
    font-size: 22px;
    text-transform: uppercase;
  }

  .mod_changelanguage.dropdown .level_1 a, .mod_changelanguage.dropdown .level_1 strong {
    font-size: 22px;
    text-transform: uppercase;
  }
}
/******************* Global view *******************/
/******************* Tablet view *******************/
@media screen and (min-width: 670px) {
  /** Vars **/
}
/******************* Desktop view *******************/
@media screen and (min-width: 1300px) {
  /** Vars **/
}